@aws-sdk/client-appsync 3.131.0 → 3.142.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 (123) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/AppSync.js +15 -0
  4. package/dist-cjs/commands/AssociateApiCommand.js +2 -2
  5. package/dist-cjs/commands/CreateApiCacheCommand.js +2 -2
  6. package/dist-cjs/commands/CreateApiKeyCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -2
  11. package/dist-cjs/commands/CreateResolverCommand.js +2 -2
  12. package/dist-cjs/commands/CreateTypeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteResolverCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteTypeCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateApiCommand.js +2 -2
  22. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +36 -0
  23. package/dist-cjs/commands/FlushApiCacheCommand.js +2 -2
  24. package/dist-cjs/commands/GetApiAssociationCommand.js +2 -2
  25. package/dist-cjs/commands/GetApiCacheCommand.js +2 -2
  26. package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
  27. package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
  28. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  29. package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -2
  30. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -2
  31. package/dist-cjs/commands/GetResolverCommand.js +2 -2
  32. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -2
  33. package/dist-cjs/commands/GetTypeCommand.js +2 -2
  34. package/dist-cjs/commands/ListApiKeysCommand.js +2 -2
  35. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  36. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
  37. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  38. package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -2
  39. package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -2
  40. package/dist-cjs/commands/ListResolversCommand.js +2 -2
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-cjs/commands/ListTypesCommand.js +2 -2
  43. package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -2
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateResolverCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateTypeCommand.js +2 -2
  54. package/dist-cjs/commands/index.js +1 -0
  55. package/dist-cjs/models/models_0.js +524 -766
  56. package/dist-cjs/protocols/Aws_restJson1.js +640 -1356
  57. package/dist-es/AppSync.js +15 -0
  58. package/dist-es/commands/AssociateApiCommand.js +3 -3
  59. package/dist-es/commands/CreateApiCacheCommand.js +3 -3
  60. package/dist-es/commands/CreateApiKeyCommand.js +3 -3
  61. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  62. package/dist-es/commands/CreateDomainNameCommand.js +3 -3
  63. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  64. package/dist-es/commands/CreateGraphqlApiCommand.js +3 -3
  65. package/dist-es/commands/CreateResolverCommand.js +3 -3
  66. package/dist-es/commands/CreateTypeCommand.js +3 -3
  67. package/dist-es/commands/DeleteApiCacheCommand.js +3 -3
  68. package/dist-es/commands/DeleteApiKeyCommand.js +3 -3
  69. package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
  70. package/dist-es/commands/DeleteDomainNameCommand.js +3 -3
  71. package/dist-es/commands/DeleteFunctionCommand.js +3 -3
  72. package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -3
  73. package/dist-es/commands/DeleteResolverCommand.js +3 -3
  74. package/dist-es/commands/DeleteTypeCommand.js +3 -3
  75. package/dist-es/commands/DisassociateApiCommand.js +3 -3
  76. package/dist-es/commands/EvaluateMappingTemplateCommand.js +39 -0
  77. package/dist-es/commands/FlushApiCacheCommand.js +3 -3
  78. package/dist-es/commands/GetApiAssociationCommand.js +3 -3
  79. package/dist-es/commands/GetApiCacheCommand.js +3 -3
  80. package/dist-es/commands/GetDataSourceCommand.js +3 -3
  81. package/dist-es/commands/GetDomainNameCommand.js +3 -3
  82. package/dist-es/commands/GetFunctionCommand.js +3 -3
  83. package/dist-es/commands/GetGraphqlApiCommand.js +3 -3
  84. package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -3
  85. package/dist-es/commands/GetResolverCommand.js +3 -3
  86. package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -3
  87. package/dist-es/commands/GetTypeCommand.js +3 -3
  88. package/dist-es/commands/ListApiKeysCommand.js +3 -3
  89. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  90. package/dist-es/commands/ListDomainNamesCommand.js +3 -3
  91. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  92. package/dist-es/commands/ListGraphqlApisCommand.js +3 -3
  93. package/dist-es/commands/ListResolversByFunctionCommand.js +3 -3
  94. package/dist-es/commands/ListResolversCommand.js +3 -3
  95. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  96. package/dist-es/commands/ListTypesCommand.js +3 -3
  97. package/dist-es/commands/StartSchemaCreationCommand.js +3 -3
  98. package/dist-es/commands/TagResourceCommand.js +3 -3
  99. package/dist-es/commands/UntagResourceCommand.js +3 -3
  100. package/dist-es/commands/UpdateApiCacheCommand.js +3 -3
  101. package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
  102. package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
  103. package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
  104. package/dist-es/commands/UpdateFunctionCommand.js +3 -3
  105. package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -3
  106. package/dist-es/commands/UpdateResolverCommand.js +3 -3
  107. package/dist-es/commands/UpdateTypeCommand.js +3 -3
  108. package/dist-es/commands/index.js +1 -0
  109. package/dist-es/models/models_0.js +130 -508
  110. package/dist-es/protocols/Aws_restJson1.js +857 -1368
  111. package/dist-types/AppSync.d.ts +13 -0
  112. package/dist-types/AppSyncClient.d.ts +3 -2
  113. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +41 -0
  114. package/dist-types/commands/index.d.ts +1 -0
  115. package/dist-types/models/models_0.d.ts +551 -761
  116. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  117. package/dist-types/ts3.4/AppSync.d.ts +5 -0
  118. package/dist-types/ts3.4/AppSyncClient.d.ts +3 -2
  119. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  121. package/dist-types/ts3.4/models/models_0.d.ts +275 -506
  122. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  123. package/package.json +6 -6
@@ -23,10 +23,6 @@ export interface LambdaAuthorizerConfig {
23
23
 
24
24
  identityValidationExpression?: string;
25
25
  }
26
- export declare namespace LambdaAuthorizerConfig {
27
-
28
- const filterSensitiveLog: (obj: LambdaAuthorizerConfig) => any;
29
- }
30
26
 
31
27
  export interface OpenIDConnectConfig {
32
28
 
@@ -38,10 +34,6 @@ export interface OpenIDConnectConfig {
38
34
 
39
35
  authTTL?: number;
40
36
  }
41
- export declare namespace OpenIDConnectConfig {
42
-
43
- const filterSensitiveLog: (obj: OpenIDConnectConfig) => any;
44
- }
45
37
 
46
38
  export interface CognitoUserPoolConfig {
47
39
 
@@ -51,10 +43,6 @@ export interface CognitoUserPoolConfig {
51
43
 
52
44
  appIdClientRegex?: string;
53
45
  }
54
- export declare namespace CognitoUserPoolConfig {
55
-
56
- const filterSensitiveLog: (obj: CognitoUserPoolConfig) => any;
57
- }
58
46
 
59
47
  export interface AdditionalAuthenticationProvider {
60
48
 
@@ -66,10 +54,6 @@ export interface AdditionalAuthenticationProvider {
66
54
 
67
55
  lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
68
56
  }
69
- export declare namespace AdditionalAuthenticationProvider {
70
-
71
- const filterSensitiveLog: (obj: AdditionalAuthenticationProvider) => any;
72
- }
73
57
  export declare enum AssociationStatus {
74
58
  Failed = "FAILED",
75
59
  Processing = "PROCESSING",
@@ -86,10 +70,6 @@ export interface ApiAssociation {
86
70
 
87
71
  deploymentDetail?: string;
88
72
  }
89
- export declare namespace ApiAssociation {
90
-
91
- const filterSensitiveLog: (obj: ApiAssociation) => any;
92
- }
93
73
  export declare enum ApiCachingBehavior {
94
74
  FULL_REQUEST_CACHING = "FULL_REQUEST_CACHING",
95
75
  PER_RESOLVER_CACHING = "PER_RESOLVER_CACHING"
@@ -133,10 +113,6 @@ export interface ApiCache {
133
113
 
134
114
  status?: ApiCacheStatus | string;
135
115
  }
136
- export declare namespace ApiCache {
137
-
138
- const filterSensitiveLog: (obj: ApiCache) => any;
139
- }
140
116
 
141
117
  export interface ApiKey {
142
118
 
@@ -148,10 +124,6 @@ export interface ApiKey {
148
124
 
149
125
  deletes?: number;
150
126
  }
151
- export declare namespace ApiKey {
152
-
153
- const filterSensitiveLog: (obj: ApiKey) => any;
154
- }
155
127
 
156
128
  export declare class ApiKeyLimitExceededException extends __BaseException {
157
129
  readonly name: "ApiKeyLimitExceededException";
@@ -179,18 +151,10 @@ export interface AssociateApiRequest {
179
151
 
180
152
  apiId: string | undefined;
181
153
  }
182
- export declare namespace AssociateApiRequest {
183
-
184
- const filterSensitiveLog: (obj: AssociateApiRequest) => any;
185
- }
186
154
  export interface AssociateApiResponse {
187
155
 
188
156
  apiAssociation?: ApiAssociation;
189
157
  }
190
- export declare namespace AssociateApiResponse {
191
-
192
- const filterSensitiveLog: (obj: AssociateApiResponse) => any;
193
- }
194
158
 
195
159
  export declare class BadRequestException extends __BaseException {
196
160
  readonly name: "BadRequestException";
@@ -222,10 +186,6 @@ export interface AwsIamConfig {
222
186
 
223
187
  signingServiceName?: string;
224
188
  }
225
- export declare namespace AwsIamConfig {
226
-
227
- const filterSensitiveLog: (obj: AwsIamConfig) => any;
228
- }
229
189
 
230
190
  export interface AuthorizationConfig {
231
191
 
@@ -233,10 +193,6 @@ export interface AuthorizationConfig {
233
193
 
234
194
  awsIamConfig?: AwsIamConfig;
235
195
  }
236
- export declare namespace AuthorizationConfig {
237
-
238
- const filterSensitiveLog: (obj: AuthorizationConfig) => any;
239
- }
240
196
 
241
197
  export declare class ConcurrentModificationException extends __BaseException {
242
198
  readonly name: "ConcurrentModificationException";
@@ -259,19 +215,11 @@ export interface CreateApiCacheRequest {
259
215
 
260
216
  type: ApiCacheType | string | undefined;
261
217
  }
262
- export declare namespace CreateApiCacheRequest {
263
-
264
- const filterSensitiveLog: (obj: CreateApiCacheRequest) => any;
265
- }
266
218
 
267
219
  export interface CreateApiCacheResponse {
268
220
 
269
221
  apiCache?: ApiCache;
270
222
  }
271
- export declare namespace CreateApiCacheResponse {
272
-
273
- const filterSensitiveLog: (obj: CreateApiCacheResponse) => any;
274
- }
275
223
 
276
224
  export declare class UnauthorizedException extends __BaseException {
277
225
  readonly name: "UnauthorizedException";
@@ -287,18 +235,10 @@ export interface CreateApiKeyRequest {
287
235
 
288
236
  expires?: number;
289
237
  }
290
- export declare namespace CreateApiKeyRequest {
291
-
292
- const filterSensitiveLog: (obj: CreateApiKeyRequest) => any;
293
- }
294
238
  export interface CreateApiKeyResponse {
295
239
 
296
240
  apiKey?: ApiKey;
297
241
  }
298
- export declare namespace CreateApiKeyResponse {
299
-
300
- const filterSensitiveLog: (obj: CreateApiKeyResponse) => any;
301
- }
302
242
 
303
243
  export declare class LimitExceededException extends __BaseException {
304
244
  readonly name: "LimitExceededException";
@@ -315,10 +255,6 @@ export interface DeltaSyncConfig {
315
255
 
316
256
  deltaSyncTableTTL?: number;
317
257
  }
318
- export declare namespace DeltaSyncConfig {
319
-
320
- const filterSensitiveLog: (obj: DeltaSyncConfig) => any;
321
- }
322
258
 
323
259
  export interface DynamodbDataSourceConfig {
324
260
 
@@ -332,10 +268,6 @@ export interface DynamodbDataSourceConfig {
332
268
 
333
269
  versioned?: boolean;
334
270
  }
335
- export declare namespace DynamodbDataSourceConfig {
336
-
337
- const filterSensitiveLog: (obj: DynamodbDataSourceConfig) => any;
338
- }
339
271
 
340
272
  export interface ElasticsearchDataSourceConfig {
341
273
 
@@ -343,10 +275,6 @@ export interface ElasticsearchDataSourceConfig {
343
275
 
344
276
  awsRegion: string | undefined;
345
277
  }
346
- export declare namespace ElasticsearchDataSourceConfig {
347
-
348
- const filterSensitiveLog: (obj: ElasticsearchDataSourceConfig) => any;
349
- }
350
278
 
351
279
  export interface HttpDataSourceConfig {
352
280
 
@@ -354,19 +282,11 @@ export interface HttpDataSourceConfig {
354
282
 
355
283
  authorizationConfig?: AuthorizationConfig;
356
284
  }
357
- export declare namespace HttpDataSourceConfig {
358
-
359
- const filterSensitiveLog: (obj: HttpDataSourceConfig) => any;
360
- }
361
285
 
362
286
  export interface LambdaDataSourceConfig {
363
287
 
364
288
  lambdaFunctionArn: string | undefined;
365
289
  }
366
- export declare namespace LambdaDataSourceConfig {
367
-
368
- const filterSensitiveLog: (obj: LambdaDataSourceConfig) => any;
369
- }
370
290
 
371
291
  export interface OpenSearchServiceDataSourceConfig {
372
292
 
@@ -374,10 +294,6 @@ export interface OpenSearchServiceDataSourceConfig {
374
294
 
375
295
  awsRegion: string | undefined;
376
296
  }
377
- export declare namespace OpenSearchServiceDataSourceConfig {
378
-
379
- const filterSensitiveLog: (obj: OpenSearchServiceDataSourceConfig) => any;
380
- }
381
297
 
382
298
  export interface RdsHttpEndpointConfig {
383
299
 
@@ -391,10 +307,6 @@ export interface RdsHttpEndpointConfig {
391
307
 
392
308
  awsSecretStoreArn?: string;
393
309
  }
394
- export declare namespace RdsHttpEndpointConfig {
395
-
396
- const filterSensitiveLog: (obj: RdsHttpEndpointConfig) => any;
397
- }
398
310
  export declare enum RelationalDatabaseSourceType {
399
311
  RDS_HTTP_ENDPOINT = "RDS_HTTP_ENDPOINT"
400
312
  }
@@ -405,10 +317,6 @@ export interface RelationalDatabaseDataSourceConfig {
405
317
 
406
318
  rdsHttpEndpointConfig?: RdsHttpEndpointConfig;
407
319
  }
408
- export declare namespace RelationalDatabaseDataSourceConfig {
409
-
410
- const filterSensitiveLog: (obj: RelationalDatabaseDataSourceConfig) => any;
411
- }
412
320
  export declare enum DataSourceType {
413
321
  AMAZON_DYNAMODB = "AMAZON_DYNAMODB",
414
322
  AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
@@ -442,10 +350,6 @@ export interface CreateDataSourceRequest {
442
350
 
443
351
  relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
444
352
  }
445
- export declare namespace CreateDataSourceRequest {
446
-
447
- const filterSensitiveLog: (obj: CreateDataSourceRequest) => any;
448
- }
449
353
 
450
354
  export interface DataSource {
451
355
 
@@ -471,18 +375,10 @@ export interface DataSource {
471
375
 
472
376
  relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
473
377
  }
474
- export declare namespace DataSource {
475
-
476
- const filterSensitiveLog: (obj: DataSource) => any;
477
- }
478
378
  export interface CreateDataSourceResponse {
479
379
 
480
380
  dataSource?: DataSource;
481
381
  }
482
- export declare namespace CreateDataSourceResponse {
483
-
484
- const filterSensitiveLog: (obj: CreateDataSourceResponse) => any;
485
- }
486
382
  export interface CreateDomainNameRequest {
487
383
 
488
384
  domainName: string | undefined;
@@ -491,10 +387,6 @@ export interface CreateDomainNameRequest {
491
387
 
492
388
  description?: string;
493
389
  }
494
- export declare namespace CreateDomainNameRequest {
495
-
496
- const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
497
- }
498
390
 
499
391
  export interface DomainNameConfig {
500
392
 
@@ -508,18 +400,10 @@ export interface DomainNameConfig {
508
400
 
509
401
  hostedZoneId?: string;
510
402
  }
511
- export declare namespace DomainNameConfig {
512
-
513
- const filterSensitiveLog: (obj: DomainNameConfig) => any;
514
- }
515
403
  export interface CreateDomainNameResponse {
516
404
 
517
405
  domainNameConfig?: DomainNameConfig;
518
406
  }
519
- export declare namespace CreateDomainNameResponse {
520
-
521
- const filterSensitiveLog: (obj: CreateDomainNameResponse) => any;
522
- }
523
407
  export declare enum ConflictDetectionType {
524
408
  NONE = "NONE",
525
409
  VERSION = "VERSION"
@@ -535,10 +419,6 @@ export interface LambdaConflictHandlerConfig {
535
419
 
536
420
  lambdaConflictHandlerArn?: string;
537
421
  }
538
- export declare namespace LambdaConflictHandlerConfig {
539
-
540
- const filterSensitiveLog: (obj: LambdaConflictHandlerConfig) => any;
541
- }
542
422
 
543
423
  export interface SyncConfig {
544
424
 
@@ -548,10 +428,6 @@ export interface SyncConfig {
548
428
 
549
429
  lambdaConflictHandlerConfig?: LambdaConflictHandlerConfig;
550
430
  }
551
- export declare namespace SyncConfig {
552
-
553
- const filterSensitiveLog: (obj: SyncConfig) => any;
554
- }
555
431
  export interface CreateFunctionRequest {
556
432
 
557
433
  apiId: string | undefined;
@@ -572,10 +448,6 @@ export interface CreateFunctionRequest {
572
448
 
573
449
  maxBatchSize?: number;
574
450
  }
575
- export declare namespace CreateFunctionRequest {
576
-
577
- const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
578
- }
579
451
 
580
452
  export interface FunctionConfiguration {
581
453
 
@@ -599,18 +471,10 @@ export interface FunctionConfiguration {
599
471
 
600
472
  maxBatchSize?: number;
601
473
  }
602
- export declare namespace FunctionConfiguration {
603
-
604
- const filterSensitiveLog: (obj: FunctionConfiguration) => any;
605
- }
606
474
  export interface CreateFunctionResponse {
607
475
 
608
476
  functionConfiguration?: FunctionConfiguration;
609
477
  }
610
- export declare namespace CreateFunctionResponse {
611
-
612
- const filterSensitiveLog: (obj: CreateFunctionResponse) => any;
613
- }
614
478
  export declare enum FieldLogLevel {
615
479
  ALL = "ALL",
616
480
  ERROR = "ERROR",
@@ -625,10 +489,6 @@ export interface LogConfig {
625
489
 
626
490
  excludeVerboseContent?: boolean;
627
491
  }
628
- export declare namespace LogConfig {
629
-
630
- const filterSensitiveLog: (obj: LogConfig) => any;
631
- }
632
492
  export declare enum DefaultAction {
633
493
  ALLOW = "ALLOW",
634
494
  DENY = "DENY"
@@ -644,10 +504,6 @@ export interface UserPoolConfig {
644
504
 
645
505
  appIdClientRegex?: string;
646
506
  }
647
- export declare namespace UserPoolConfig {
648
-
649
- const filterSensitiveLog: (obj: UserPoolConfig) => any;
650
- }
651
507
  export interface CreateGraphqlApiRequest {
652
508
 
653
509
  name: string | undefined;
@@ -668,10 +524,6 @@ export interface CreateGraphqlApiRequest {
668
524
 
669
525
  lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
670
526
  }
671
- export declare namespace CreateGraphqlApiRequest {
672
-
673
- const filterSensitiveLog: (obj: CreateGraphqlApiRequest) => any;
674
- }
675
527
 
676
528
  export interface GraphqlApi {
677
529
 
@@ -701,29 +553,17 @@ export interface GraphqlApi {
701
553
 
702
554
  lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
703
555
  }
704
- export declare namespace GraphqlApi {
705
-
706
- const filterSensitiveLog: (obj: GraphqlApi) => any;
707
- }
708
556
  export interface CreateGraphqlApiResponse {
709
557
 
710
558
  graphqlApi?: GraphqlApi;
711
559
  }
712
- export declare namespace CreateGraphqlApiResponse {
713
-
714
- const filterSensitiveLog: (obj: CreateGraphqlApiResponse) => any;
715
- }
716
560
 
717
561
  export interface CachingConfig {
718
562
 
719
- ttl?: number;
563
+ ttl: number | undefined;
720
564
 
721
565
  cachingKeys?: string[];
722
566
  }
723
- export declare namespace CachingConfig {
724
-
725
- const filterSensitiveLog: (obj: CachingConfig) => any;
726
- }
727
567
  export declare enum ResolverKind {
728
568
  PIPELINE = "PIPELINE",
729
569
  UNIT = "UNIT"
@@ -733,10 +573,6 @@ export interface PipelineConfig {
733
573
 
734
574
  functions?: string[];
735
575
  }
736
- export declare namespace PipelineConfig {
737
-
738
- const filterSensitiveLog: (obj: PipelineConfig) => any;
739
- }
740
576
  export interface CreateResolverRequest {
741
577
 
742
578
  apiId: string | undefined;
@@ -761,10 +597,6 @@ export interface CreateResolverRequest {
761
597
 
762
598
  maxBatchSize?: number;
763
599
  }
764
- export declare namespace CreateResolverRequest {
765
-
766
- const filterSensitiveLog: (obj: CreateResolverRequest) => any;
767
- }
768
600
 
769
601
  export interface Resolver {
770
602
 
@@ -790,18 +622,10 @@ export interface Resolver {
790
622
 
791
623
  maxBatchSize?: number;
792
624
  }
793
- export declare namespace Resolver {
794
-
795
- const filterSensitiveLog: (obj: Resolver) => any;
796
- }
797
625
  export interface CreateResolverResponse {
798
626
 
799
627
  resolver?: Resolver;
800
628
  }
801
- export declare namespace CreateResolverResponse {
802
-
803
- const filterSensitiveLog: (obj: CreateResolverResponse) => any;
804
- }
805
629
  export declare enum TypeDefinitionFormat {
806
630
  JSON = "JSON",
807
631
  SDL = "SDL"
@@ -814,10 +638,6 @@ export interface CreateTypeRequest {
814
638
 
815
639
  format: TypeDefinitionFormat | string | undefined;
816
640
  }
817
- export declare namespace CreateTypeRequest {
818
-
819
- const filterSensitiveLog: (obj: CreateTypeRequest) => any;
820
- }
821
641
 
822
642
  export interface Type {
823
643
 
@@ -831,110 +651,54 @@ export interface Type {
831
651
 
832
652
  format?: TypeDefinitionFormat | string;
833
653
  }
834
- export declare namespace Type {
835
-
836
- const filterSensitiveLog: (obj: Type) => any;
837
- }
838
654
  export interface CreateTypeResponse {
839
655
 
840
656
  type?: Type;
841
657
  }
842
- export declare namespace CreateTypeResponse {
843
-
844
- const filterSensitiveLog: (obj: CreateTypeResponse) => any;
845
- }
846
658
 
847
659
  export interface DeleteApiCacheRequest {
848
660
 
849
661
  apiId: string | undefined;
850
662
  }
851
- export declare namespace DeleteApiCacheRequest {
852
-
853
- const filterSensitiveLog: (obj: DeleteApiCacheRequest) => any;
854
- }
855
663
 
856
664
  export interface DeleteApiCacheResponse {
857
665
  }
858
- export declare namespace DeleteApiCacheResponse {
859
-
860
- const filterSensitiveLog: (obj: DeleteApiCacheResponse) => any;
861
- }
862
666
  export interface DeleteApiKeyRequest {
863
667
 
864
668
  apiId: string | undefined;
865
669
 
866
670
  id: string | undefined;
867
671
  }
868
- export declare namespace DeleteApiKeyRequest {
869
-
870
- const filterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
871
- }
872
672
  export interface DeleteApiKeyResponse {
873
673
  }
874
- export declare namespace DeleteApiKeyResponse {
875
-
876
- const filterSensitiveLog: (obj: DeleteApiKeyResponse) => any;
877
- }
878
674
  export interface DeleteDataSourceRequest {
879
675
 
880
676
  apiId: string | undefined;
881
677
 
882
678
  name: string | undefined;
883
679
  }
884
- export declare namespace DeleteDataSourceRequest {
885
-
886
- const filterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
887
- }
888
680
  export interface DeleteDataSourceResponse {
889
681
  }
890
- export declare namespace DeleteDataSourceResponse {
891
-
892
- const filterSensitiveLog: (obj: DeleteDataSourceResponse) => any;
893
- }
894
682
  export interface DeleteDomainNameRequest {
895
683
 
896
684
  domainName: string | undefined;
897
685
  }
898
- export declare namespace DeleteDomainNameRequest {
899
-
900
- const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
901
- }
902
686
  export interface DeleteDomainNameResponse {
903
687
  }
904
- export declare namespace DeleteDomainNameResponse {
905
-
906
- const filterSensitiveLog: (obj: DeleteDomainNameResponse) => any;
907
- }
908
688
  export interface DeleteFunctionRequest {
909
689
 
910
690
  apiId: string | undefined;
911
691
 
912
692
  functionId: string | undefined;
913
693
  }
914
- export declare namespace DeleteFunctionRequest {
915
-
916
- const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
917
- }
918
694
  export interface DeleteFunctionResponse {
919
695
  }
920
- export declare namespace DeleteFunctionResponse {
921
-
922
- const filterSensitiveLog: (obj: DeleteFunctionResponse) => any;
923
- }
924
696
  export interface DeleteGraphqlApiRequest {
925
697
 
926
698
  apiId: string | undefined;
927
699
  }
928
- export declare namespace DeleteGraphqlApiRequest {
929
-
930
- const filterSensitiveLog: (obj: DeleteGraphqlApiRequest) => any;
931
- }
932
700
  export interface DeleteGraphqlApiResponse {
933
701
  }
934
- export declare namespace DeleteGraphqlApiResponse {
935
-
936
- const filterSensitiveLog: (obj: DeleteGraphqlApiResponse) => any;
937
- }
938
702
  export interface DeleteResolverRequest {
939
703
 
940
704
  apiId: string | undefined;
@@ -943,164 +707,101 @@ export interface DeleteResolverRequest {
943
707
 
944
708
  fieldName: string | undefined;
945
709
  }
946
- export declare namespace DeleteResolverRequest {
947
-
948
- const filterSensitiveLog: (obj: DeleteResolverRequest) => any;
949
- }
950
710
  export interface DeleteResolverResponse {
951
711
  }
952
- export declare namespace DeleteResolverResponse {
953
-
954
- const filterSensitiveLog: (obj: DeleteResolverResponse) => any;
955
- }
956
712
  export interface DeleteTypeRequest {
957
713
 
958
714
  apiId: string | undefined;
959
715
 
960
716
  typeName: string | undefined;
961
717
  }
962
- export declare namespace DeleteTypeRequest {
963
-
964
- const filterSensitiveLog: (obj: DeleteTypeRequest) => any;
965
- }
966
718
  export interface DeleteTypeResponse {
967
719
  }
968
- export declare namespace DeleteTypeResponse {
969
-
970
- const filterSensitiveLog: (obj: DeleteTypeResponse) => any;
971
- }
972
720
  export interface DisassociateApiRequest {
973
721
 
974
722
  domainName: string | undefined;
975
723
  }
976
- export declare namespace DisassociateApiRequest {
724
+ export interface DisassociateApiResponse {
725
+ }
726
+ export interface EvaluateMappingTemplateRequest {
727
+
728
+ template: string | undefined;
977
729
 
978
- const filterSensitiveLog: (obj: DisassociateApiRequest) => any;
730
+ context: string | undefined;
979
731
  }
980
- export interface DisassociateApiResponse {
732
+
733
+ export interface ErrorDetail {
734
+
735
+ message?: string;
981
736
  }
982
- export declare namespace DisassociateApiResponse {
737
+ export interface EvaluateMappingTemplateResponse {
738
+
739
+ evaluationResult?: string;
983
740
 
984
- const filterSensitiveLog: (obj: DisassociateApiResponse) => any;
741
+ error?: ErrorDetail;
985
742
  }
986
743
 
987
744
  export interface FlushApiCacheRequest {
988
745
 
989
746
  apiId: string | undefined;
990
747
  }
991
- export declare namespace FlushApiCacheRequest {
992
-
993
- const filterSensitiveLog: (obj: FlushApiCacheRequest) => any;
994
- }
995
748
 
996
749
  export interface FlushApiCacheResponse {
997
750
  }
998
- export declare namespace FlushApiCacheResponse {
999
-
1000
- const filterSensitiveLog: (obj: FlushApiCacheResponse) => any;
1001
- }
1002
751
  export interface GetApiAssociationRequest {
1003
752
 
1004
753
  domainName: string | undefined;
1005
754
  }
1006
- export declare namespace GetApiAssociationRequest {
1007
-
1008
- const filterSensitiveLog: (obj: GetApiAssociationRequest) => any;
1009
- }
1010
755
  export interface GetApiAssociationResponse {
1011
756
 
1012
757
  apiAssociation?: ApiAssociation;
1013
758
  }
1014
- export declare namespace GetApiAssociationResponse {
1015
-
1016
- const filterSensitiveLog: (obj: GetApiAssociationResponse) => any;
1017
- }
1018
759
 
1019
760
  export interface GetApiCacheRequest {
1020
761
 
1021
762
  apiId: string | undefined;
1022
763
  }
1023
- export declare namespace GetApiCacheRequest {
1024
-
1025
- const filterSensitiveLog: (obj: GetApiCacheRequest) => any;
1026
- }
1027
764
 
1028
765
  export interface GetApiCacheResponse {
1029
766
 
1030
767
  apiCache?: ApiCache;
1031
768
  }
1032
- export declare namespace GetApiCacheResponse {
1033
-
1034
- const filterSensitiveLog: (obj: GetApiCacheResponse) => any;
1035
- }
1036
769
  export interface GetDataSourceRequest {
1037
770
 
1038
771
  apiId: string | undefined;
1039
772
 
1040
773
  name: string | undefined;
1041
774
  }
1042
- export declare namespace GetDataSourceRequest {
1043
-
1044
- const filterSensitiveLog: (obj: GetDataSourceRequest) => any;
1045
- }
1046
775
  export interface GetDataSourceResponse {
1047
776
 
1048
777
  dataSource?: DataSource;
1049
778
  }
1050
- export declare namespace GetDataSourceResponse {
1051
-
1052
- const filterSensitiveLog: (obj: GetDataSourceResponse) => any;
1053
- }
1054
779
  export interface GetDomainNameRequest {
1055
780
 
1056
781
  domainName: string | undefined;
1057
782
  }
1058
- export declare namespace GetDomainNameRequest {
1059
-
1060
- const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
1061
- }
1062
783
  export interface GetDomainNameResponse {
1063
784
 
1064
785
  domainNameConfig?: DomainNameConfig;
1065
786
  }
1066
- export declare namespace GetDomainNameResponse {
1067
-
1068
- const filterSensitiveLog: (obj: GetDomainNameResponse) => any;
1069
- }
1070
787
  export interface GetFunctionRequest {
1071
788
 
1072
789
  apiId: string | undefined;
1073
790
 
1074
791
  functionId: string | undefined;
1075
792
  }
1076
- export declare namespace GetFunctionRequest {
1077
-
1078
- const filterSensitiveLog: (obj: GetFunctionRequest) => any;
1079
- }
1080
793
  export interface GetFunctionResponse {
1081
794
 
1082
795
  functionConfiguration?: FunctionConfiguration;
1083
796
  }
1084
- export declare namespace GetFunctionResponse {
1085
-
1086
- const filterSensitiveLog: (obj: GetFunctionResponse) => any;
1087
- }
1088
797
  export interface GetGraphqlApiRequest {
1089
798
 
1090
799
  apiId: string | undefined;
1091
800
  }
1092
- export declare namespace GetGraphqlApiRequest {
1093
-
1094
- const filterSensitiveLog: (obj: GetGraphqlApiRequest) => any;
1095
- }
1096
801
  export interface GetGraphqlApiResponse {
1097
802
 
1098
803
  graphqlApi?: GraphqlApi;
1099
804
  }
1100
- export declare namespace GetGraphqlApiResponse {
1101
-
1102
- const filterSensitiveLog: (obj: GetGraphqlApiResponse) => any;
1103
- }
1104
805
  export declare enum OutputType {
1105
806
  JSON = "JSON",
1106
807
  SDL = "SDL"
@@ -1113,18 +814,10 @@ export interface GetIntrospectionSchemaRequest {
1113
814
 
1114
815
  includeDirectives?: boolean;
1115
816
  }
1116
- export declare namespace GetIntrospectionSchemaRequest {
1117
-
1118
- const filterSensitiveLog: (obj: GetIntrospectionSchemaRequest) => any;
1119
- }
1120
817
  export interface GetIntrospectionSchemaResponse {
1121
818
 
1122
819
  schema?: Uint8Array;
1123
820
  }
1124
- export declare namespace GetIntrospectionSchemaResponse {
1125
-
1126
- const filterSensitiveLog: (obj: GetIntrospectionSchemaResponse) => any;
1127
- }
1128
821
 
1129
822
  export declare class GraphQLSchemaException extends __BaseException {
1130
823
  readonly name: "GraphQLSchemaException";
@@ -1140,26 +833,14 @@ export interface GetResolverRequest {
1140
833
 
1141
834
  fieldName: string | undefined;
1142
835
  }
1143
- export declare namespace GetResolverRequest {
1144
-
1145
- const filterSensitiveLog: (obj: GetResolverRequest) => any;
1146
- }
1147
836
  export interface GetResolverResponse {
1148
837
 
1149
838
  resolver?: Resolver;
1150
839
  }
1151
- export declare namespace GetResolverResponse {
1152
-
1153
- const filterSensitiveLog: (obj: GetResolverResponse) => any;
1154
- }
1155
840
  export interface GetSchemaCreationStatusRequest {
1156
841
 
1157
842
  apiId: string | undefined;
1158
843
  }
1159
- export declare namespace GetSchemaCreationStatusRequest {
1160
-
1161
- const filterSensitiveLog: (obj: GetSchemaCreationStatusRequest) => any;
1162
- }
1163
844
  export declare enum SchemaStatus {
1164
845
  Active = "ACTIVE",
1165
846
  Deleting = "DELETING",
@@ -1174,10 +855,6 @@ export interface GetSchemaCreationStatusResponse {
1174
855
 
1175
856
  details?: string;
1176
857
  }
1177
- export declare namespace GetSchemaCreationStatusResponse {
1178
-
1179
- const filterSensitiveLog: (obj: GetSchemaCreationStatusResponse) => any;
1180
- }
1181
858
  export interface GetTypeRequest {
1182
859
 
1183
860
  apiId: string | undefined;
@@ -1186,18 +863,10 @@ export interface GetTypeRequest {
1186
863
 
1187
864
  format: TypeDefinitionFormat | string | undefined;
1188
865
  }
1189
- export declare namespace GetTypeRequest {
1190
-
1191
- const filterSensitiveLog: (obj: GetTypeRequest) => any;
1192
- }
1193
866
  export interface GetTypeResponse {
1194
867
 
1195
868
  type?: Type;
1196
869
  }
1197
- export declare namespace GetTypeResponse {
1198
-
1199
- const filterSensitiveLog: (obj: GetTypeResponse) => any;
1200
- }
1201
870
  export interface ListApiKeysRequest {
1202
871
 
1203
872
  apiId: string | undefined;
@@ -1206,20 +875,12 @@ export interface ListApiKeysRequest {
1206
875
 
1207
876
  maxResults?: number;
1208
877
  }
1209
- export declare namespace ListApiKeysRequest {
1210
-
1211
- const filterSensitiveLog: (obj: ListApiKeysRequest) => any;
1212
- }
1213
878
  export interface ListApiKeysResponse {
1214
879
 
1215
880
  apiKeys?: ApiKey[];
1216
881
 
1217
882
  nextToken?: string;
1218
883
  }
1219
- export declare namespace ListApiKeysResponse {
1220
-
1221
- const filterSensitiveLog: (obj: ListApiKeysResponse) => any;
1222
- }
1223
884
  export interface ListDataSourcesRequest {
1224
885
 
1225
886
  apiId: string | undefined;
@@ -1228,40 +889,24 @@ export interface ListDataSourcesRequest {
1228
889
 
1229
890
  maxResults?: number;
1230
891
  }
1231
- export declare namespace ListDataSourcesRequest {
1232
-
1233
- const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
1234
- }
1235
892
  export interface ListDataSourcesResponse {
1236
893
 
1237
894
  dataSources?: DataSource[];
1238
895
 
1239
896
  nextToken?: string;
1240
897
  }
1241
- export declare namespace ListDataSourcesResponse {
1242
-
1243
- const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
1244
- }
1245
898
  export interface ListDomainNamesRequest {
1246
899
 
1247
900
  nextToken?: string;
1248
901
 
1249
902
  maxResults?: number;
1250
903
  }
1251
- export declare namespace ListDomainNamesRequest {
1252
-
1253
- const filterSensitiveLog: (obj: ListDomainNamesRequest) => any;
1254
- }
1255
904
  export interface ListDomainNamesResponse {
1256
905
 
1257
906
  domainNameConfigs?: DomainNameConfig[];
1258
907
 
1259
908
  nextToken?: string;
1260
909
  }
1261
- export declare namespace ListDomainNamesResponse {
1262
-
1263
- const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
1264
- }
1265
910
  export interface ListFunctionsRequest {
1266
911
 
1267
912
  apiId: string | undefined;
@@ -1270,40 +915,24 @@ export interface ListFunctionsRequest {
1270
915
 
1271
916
  maxResults?: number;
1272
917
  }
1273
- export declare namespace ListFunctionsRequest {
1274
-
1275
- const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
1276
- }
1277
918
  export interface ListFunctionsResponse {
1278
919
 
1279
920
  functions?: FunctionConfiguration[];
1280
921
 
1281
922
  nextToken?: string;
1282
923
  }
1283
- export declare namespace ListFunctionsResponse {
1284
-
1285
- const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
1286
- }
1287
924
  export interface ListGraphqlApisRequest {
1288
925
 
1289
926
  nextToken?: string;
1290
927
 
1291
928
  maxResults?: number;
1292
929
  }
1293
- export declare namespace ListGraphqlApisRequest {
1294
-
1295
- const filterSensitiveLog: (obj: ListGraphqlApisRequest) => any;
1296
- }
1297
930
  export interface ListGraphqlApisResponse {
1298
931
 
1299
932
  graphqlApis?: GraphqlApi[];
1300
933
 
1301
934
  nextToken?: string;
1302
935
  }
1303
- export declare namespace ListGraphqlApisResponse {
1304
-
1305
- const filterSensitiveLog: (obj: ListGraphqlApisResponse) => any;
1306
- }
1307
936
  export interface ListResolversRequest {
1308
937
 
1309
938
  apiId: string | undefined;
@@ -1314,20 +943,12 @@ export interface ListResolversRequest {
1314
943
 
1315
944
  maxResults?: number;
1316
945
  }
1317
- export declare namespace ListResolversRequest {
1318
-
1319
- const filterSensitiveLog: (obj: ListResolversRequest) => any;
1320
- }
1321
946
  export interface ListResolversResponse {
1322
947
 
1323
948
  resolvers?: Resolver[];
1324
949
 
1325
950
  nextToken?: string;
1326
951
  }
1327
- export declare namespace ListResolversResponse {
1328
-
1329
- const filterSensitiveLog: (obj: ListResolversResponse) => any;
1330
- }
1331
952
  export interface ListResolversByFunctionRequest {
1332
953
 
1333
954
  apiId: string | undefined;
@@ -1338,36 +959,20 @@ export interface ListResolversByFunctionRequest {
1338
959
 
1339
960
  maxResults?: number;
1340
961
  }
1341
- export declare namespace ListResolversByFunctionRequest {
1342
-
1343
- const filterSensitiveLog: (obj: ListResolversByFunctionRequest) => any;
1344
- }
1345
962
  export interface ListResolversByFunctionResponse {
1346
963
 
1347
964
  resolvers?: Resolver[];
1348
965
 
1349
966
  nextToken?: string;
1350
967
  }
1351
- export declare namespace ListResolversByFunctionResponse {
1352
-
1353
- const filterSensitiveLog: (obj: ListResolversByFunctionResponse) => any;
1354
- }
1355
968
  export interface ListTagsForResourceRequest {
1356
969
 
1357
970
  resourceArn: string | undefined;
1358
971
  }
1359
- export declare namespace ListTagsForResourceRequest {
1360
-
1361
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1362
- }
1363
972
  export interface ListTagsForResourceResponse {
1364
973
 
1365
974
  tags?: Record<string, string>;
1366
975
  }
1367
- export declare namespace ListTagsForResourceResponse {
1368
-
1369
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1370
- }
1371
976
  export interface ListTypesRequest {
1372
977
 
1373
978
  apiId: string | undefined;
@@ -1378,70 +983,38 @@ export interface ListTypesRequest {
1378
983
 
1379
984
  maxResults?: number;
1380
985
  }
1381
- export declare namespace ListTypesRequest {
1382
-
1383
- const filterSensitiveLog: (obj: ListTypesRequest) => any;
1384
- }
1385
986
  export interface ListTypesResponse {
1386
987
 
1387
988
  types?: Type[];
1388
989
 
1389
990
  nextToken?: string;
1390
991
  }
1391
- export declare namespace ListTypesResponse {
1392
-
1393
- const filterSensitiveLog: (obj: ListTypesResponse) => any;
1394
- }
1395
992
  export interface StartSchemaCreationRequest {
1396
993
 
1397
994
  apiId: string | undefined;
1398
995
 
1399
996
  definition: Uint8Array | undefined;
1400
997
  }
1401
- export declare namespace StartSchemaCreationRequest {
1402
-
1403
- const filterSensitiveLog: (obj: StartSchemaCreationRequest) => any;
1404
- }
1405
998
  export interface StartSchemaCreationResponse {
1406
999
 
1407
1000
  status?: SchemaStatus | string;
1408
1001
  }
1409
- export declare namespace StartSchemaCreationResponse {
1410
-
1411
- const filterSensitiveLog: (obj: StartSchemaCreationResponse) => any;
1412
- }
1413
1002
  export interface TagResourceRequest {
1414
1003
 
1415
1004
  resourceArn: string | undefined;
1416
1005
 
1417
1006
  tags: Record<string, string> | undefined;
1418
1007
  }
1419
- export declare namespace TagResourceRequest {
1420
-
1421
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1422
- }
1423
1008
  export interface TagResourceResponse {
1424
1009
  }
1425
- export declare namespace TagResourceResponse {
1426
-
1427
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1428
- }
1429
1010
  export interface UntagResourceRequest {
1430
1011
 
1431
1012
  resourceArn: string | undefined;
1432
1013
 
1433
1014
  tagKeys: string[] | undefined;
1434
1015
  }
1435
- export declare namespace UntagResourceRequest {
1436
-
1437
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1438
- }
1439
1016
  export interface UntagResourceResponse {
1440
1017
  }
1441
- export declare namespace UntagResourceResponse {
1442
-
1443
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1444
- }
1445
1018
 
1446
1019
  export interface UpdateApiCacheRequest {
1447
1020
 
@@ -1453,19 +1026,11 @@ export interface UpdateApiCacheRequest {
1453
1026
 
1454
1027
  type: ApiCacheType | string | undefined;
1455
1028
  }
1456
- export declare namespace UpdateApiCacheRequest {
1457
-
1458
- const filterSensitiveLog: (obj: UpdateApiCacheRequest) => any;
1459
- }
1460
1029
 
1461
1030
  export interface UpdateApiCacheResponse {
1462
1031
 
1463
1032
  apiCache?: ApiCache;
1464
1033
  }
1465
- export declare namespace UpdateApiCacheResponse {
1466
-
1467
- const filterSensitiveLog: (obj: UpdateApiCacheResponse) => any;
1468
- }
1469
1034
  export interface UpdateApiKeyRequest {
1470
1035
 
1471
1036
  apiId: string | undefined;
@@ -1476,18 +1041,10 @@ export interface UpdateApiKeyRequest {
1476
1041
 
1477
1042
  expires?: number;
1478
1043
  }
1479
- export declare namespace UpdateApiKeyRequest {
1480
-
1481
- const filterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
1482
- }
1483
1044
  export interface UpdateApiKeyResponse {
1484
1045
 
1485
1046
  apiKey?: ApiKey;
1486
1047
  }
1487
- export declare namespace UpdateApiKeyResponse {
1488
-
1489
- const filterSensitiveLog: (obj: UpdateApiKeyResponse) => any;
1490
- }
1491
1048
  export interface UpdateDataSourceRequest {
1492
1049
 
1493
1050
  apiId: string | undefined;
@@ -1512,36 +1069,20 @@ export interface UpdateDataSourceRequest {
1512
1069
 
1513
1070
  relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
1514
1071
  }
1515
- export declare namespace UpdateDataSourceRequest {
1516
-
1517
- const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
1518
- }
1519
1072
  export interface UpdateDataSourceResponse {
1520
1073
 
1521
1074
  dataSource?: DataSource;
1522
1075
  }
1523
- export declare namespace UpdateDataSourceResponse {
1524
-
1525
- const filterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
1526
- }
1527
1076
  export interface UpdateDomainNameRequest {
1528
1077
 
1529
1078
  domainName: string | undefined;
1530
1079
 
1531
1080
  description?: string;
1532
1081
  }
1533
- export declare namespace UpdateDomainNameRequest {
1534
-
1535
- const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
1536
- }
1537
1082
  export interface UpdateDomainNameResponse {
1538
1083
 
1539
1084
  domainNameConfig?: DomainNameConfig;
1540
1085
  }
1541
- export declare namespace UpdateDomainNameResponse {
1542
-
1543
- const filterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
1544
- }
1545
1086
  export interface UpdateFunctionRequest {
1546
1087
 
1547
1088
  apiId: string | undefined;
@@ -1564,18 +1105,10 @@ export interface UpdateFunctionRequest {
1564
1105
 
1565
1106
  maxBatchSize?: number;
1566
1107
  }
1567
- export declare namespace UpdateFunctionRequest {
1568
-
1569
- const filterSensitiveLog: (obj: UpdateFunctionRequest) => any;
1570
- }
1571
1108
  export interface UpdateFunctionResponse {
1572
1109
 
1573
1110
  functionConfiguration?: FunctionConfiguration;
1574
1111
  }
1575
- export declare namespace UpdateFunctionResponse {
1576
-
1577
- const filterSensitiveLog: (obj: UpdateFunctionResponse) => any;
1578
- }
1579
1112
  export interface UpdateGraphqlApiRequest {
1580
1113
 
1581
1114
  apiId: string | undefined;
@@ -1596,18 +1129,10 @@ export interface UpdateGraphqlApiRequest {
1596
1129
 
1597
1130
  lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
1598
1131
  }
1599
- export declare namespace UpdateGraphqlApiRequest {
1600
-
1601
- const filterSensitiveLog: (obj: UpdateGraphqlApiRequest) => any;
1602
- }
1603
1132
  export interface UpdateGraphqlApiResponse {
1604
1133
 
1605
1134
  graphqlApi?: GraphqlApi;
1606
1135
  }
1607
- export declare namespace UpdateGraphqlApiResponse {
1608
-
1609
- const filterSensitiveLog: (obj: UpdateGraphqlApiResponse) => any;
1610
- }
1611
1136
  export interface UpdateResolverRequest {
1612
1137
 
1613
1138
  apiId: string | undefined;
@@ -1632,18 +1157,10 @@ export interface UpdateResolverRequest {
1632
1157
 
1633
1158
  maxBatchSize?: number;
1634
1159
  }
1635
- export declare namespace UpdateResolverRequest {
1636
-
1637
- const filterSensitiveLog: (obj: UpdateResolverRequest) => any;
1638
- }
1639
1160
  export interface UpdateResolverResponse {
1640
1161
 
1641
1162
  resolver?: Resolver;
1642
1163
  }
1643
- export declare namespace UpdateResolverResponse {
1644
-
1645
- const filterSensitiveLog: (obj: UpdateResolverResponse) => any;
1646
- }
1647
1164
  export interface UpdateTypeRequest {
1648
1165
 
1649
1166
  apiId: string | undefined;
@@ -1654,15 +1171,267 @@ export interface UpdateTypeRequest {
1654
1171
 
1655
1172
  format: TypeDefinitionFormat | string | undefined;
1656
1173
  }
1657
- export declare namespace UpdateTypeRequest {
1658
-
1659
- const filterSensitiveLog: (obj: UpdateTypeRequest) => any;
1660
- }
1661
1174
  export interface UpdateTypeResponse {
1662
1175
 
1663
1176
  type?: Type;
1664
1177
  }
1665
- export declare namespace UpdateTypeResponse {
1666
-
1667
- const filterSensitiveLog: (obj: UpdateTypeResponse) => any;
1668
- }
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;