@aws-sdk/client-appsync 3.297.0 → 3.299.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 (107) hide show
  1. package/dist-cjs/commands/AssociateApiCommand.js +2 -3
  2. package/dist-cjs/commands/CreateApiCacheCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApiKeyCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -3
  5. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFunctionCommand.js +2 -3
  7. package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -3
  8. package/dist-cjs/commands/CreateResolverCommand.js +2 -3
  9. package/dist-cjs/commands/CreateTypeCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteResolverCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteTypeCommand.js +2 -3
  18. package/dist-cjs/commands/DisassociateApiCommand.js +2 -3
  19. package/dist-cjs/commands/EvaluateCodeCommand.js +2 -3
  20. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -3
  21. package/dist-cjs/commands/FlushApiCacheCommand.js +2 -3
  22. package/dist-cjs/commands/GetApiAssociationCommand.js +2 -3
  23. package/dist-cjs/commands/GetApiCacheCommand.js +2 -3
  24. package/dist-cjs/commands/GetDataSourceCommand.js +2 -3
  25. package/dist-cjs/commands/GetDomainNameCommand.js +2 -3
  26. package/dist-cjs/commands/GetFunctionCommand.js +2 -3
  27. package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -3
  28. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -3
  29. package/dist-cjs/commands/GetResolverCommand.js +2 -3
  30. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -3
  31. package/dist-cjs/commands/GetTypeCommand.js +2 -3
  32. package/dist-cjs/commands/ListApiKeysCommand.js +2 -3
  33. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -3
  34. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
  35. package/dist-cjs/commands/ListFunctionsCommand.js +2 -3
  36. package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -3
  37. package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -3
  38. package/dist-cjs/commands/ListResolversCommand.js +2 -3
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  40. package/dist-cjs/commands/ListTypesCommand.js +2 -3
  41. package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -3
  42. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  43. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  44. package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -3
  45. package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -3
  46. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -3
  47. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -3
  48. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -3
  49. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -3
  50. package/dist-cjs/commands/UpdateResolverCommand.js +2 -3
  51. package/dist-cjs/commands/UpdateTypeCommand.js +2 -3
  52. package/dist-cjs/models/models_0.js +1 -556
  53. package/dist-es/commands/AssociateApiCommand.js +2 -3
  54. package/dist-es/commands/CreateApiCacheCommand.js +2 -3
  55. package/dist-es/commands/CreateApiKeyCommand.js +2 -3
  56. package/dist-es/commands/CreateDataSourceCommand.js +2 -3
  57. package/dist-es/commands/CreateDomainNameCommand.js +2 -3
  58. package/dist-es/commands/CreateFunctionCommand.js +2 -3
  59. package/dist-es/commands/CreateGraphqlApiCommand.js +2 -3
  60. package/dist-es/commands/CreateResolverCommand.js +2 -3
  61. package/dist-es/commands/CreateTypeCommand.js +2 -3
  62. package/dist-es/commands/DeleteApiCacheCommand.js +2 -3
  63. package/dist-es/commands/DeleteApiKeyCommand.js +2 -3
  64. package/dist-es/commands/DeleteDataSourceCommand.js +2 -3
  65. package/dist-es/commands/DeleteDomainNameCommand.js +2 -3
  66. package/dist-es/commands/DeleteFunctionCommand.js +2 -3
  67. package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -3
  68. package/dist-es/commands/DeleteResolverCommand.js +2 -3
  69. package/dist-es/commands/DeleteTypeCommand.js +2 -3
  70. package/dist-es/commands/DisassociateApiCommand.js +2 -3
  71. package/dist-es/commands/EvaluateCodeCommand.js +2 -3
  72. package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -3
  73. package/dist-es/commands/FlushApiCacheCommand.js +2 -3
  74. package/dist-es/commands/GetApiAssociationCommand.js +2 -3
  75. package/dist-es/commands/GetApiCacheCommand.js +2 -3
  76. package/dist-es/commands/GetDataSourceCommand.js +2 -3
  77. package/dist-es/commands/GetDomainNameCommand.js +2 -3
  78. package/dist-es/commands/GetFunctionCommand.js +2 -3
  79. package/dist-es/commands/GetGraphqlApiCommand.js +2 -3
  80. package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -3
  81. package/dist-es/commands/GetResolverCommand.js +2 -3
  82. package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -3
  83. package/dist-es/commands/GetTypeCommand.js +2 -3
  84. package/dist-es/commands/ListApiKeysCommand.js +2 -3
  85. package/dist-es/commands/ListDataSourcesCommand.js +2 -3
  86. package/dist-es/commands/ListDomainNamesCommand.js +2 -3
  87. package/dist-es/commands/ListFunctionsCommand.js +2 -3
  88. package/dist-es/commands/ListGraphqlApisCommand.js +2 -3
  89. package/dist-es/commands/ListResolversByFunctionCommand.js +2 -3
  90. package/dist-es/commands/ListResolversCommand.js +2 -3
  91. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  92. package/dist-es/commands/ListTypesCommand.js +2 -3
  93. package/dist-es/commands/StartSchemaCreationCommand.js +2 -3
  94. package/dist-es/commands/TagResourceCommand.js +2 -3
  95. package/dist-es/commands/UntagResourceCommand.js +2 -3
  96. package/dist-es/commands/UpdateApiCacheCommand.js +2 -3
  97. package/dist-es/commands/UpdateApiKeyCommand.js +2 -3
  98. package/dist-es/commands/UpdateDataSourceCommand.js +2 -3
  99. package/dist-es/commands/UpdateDomainNameCommand.js +2 -3
  100. package/dist-es/commands/UpdateFunctionCommand.js +2 -3
  101. package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -3
  102. package/dist-es/commands/UpdateResolverCommand.js +2 -3
  103. package/dist-es/commands/UpdateTypeCommand.js +2 -3
  104. package/dist-es/models/models_0.js +0 -414
  105. package/dist-types/models/models_0.d.ts +0 -552
  106. package/dist-types/ts3.4/models/models_0.d.ts +0 -392
  107. package/package.json +11 -10
@@ -3212,555 +3212,3 @@ export interface UpdateTypeResponse {
3212
3212
  */
3213
3213
  type?: Type;
3214
3214
  }
3215
- /**
3216
- * @internal
3217
- */
3218
- export declare const LambdaAuthorizerConfigFilterSensitiveLog: (obj: LambdaAuthorizerConfig) => any;
3219
- /**
3220
- * @internal
3221
- */
3222
- export declare const OpenIDConnectConfigFilterSensitiveLog: (obj: OpenIDConnectConfig) => any;
3223
- /**
3224
- * @internal
3225
- */
3226
- export declare const CognitoUserPoolConfigFilterSensitiveLog: (obj: CognitoUserPoolConfig) => any;
3227
- /**
3228
- * @internal
3229
- */
3230
- export declare const AdditionalAuthenticationProviderFilterSensitiveLog: (obj: AdditionalAuthenticationProvider) => any;
3231
- /**
3232
- * @internal
3233
- */
3234
- export declare const ApiAssociationFilterSensitiveLog: (obj: ApiAssociation) => any;
3235
- /**
3236
- * @internal
3237
- */
3238
- export declare const ApiCacheFilterSensitiveLog: (obj: ApiCache) => any;
3239
- /**
3240
- * @internal
3241
- */
3242
- export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
3243
- /**
3244
- * @internal
3245
- */
3246
- export declare const AppSyncRuntimeFilterSensitiveLog: (obj: AppSyncRuntime) => any;
3247
- /**
3248
- * @internal
3249
- */
3250
- export declare const AssociateApiRequestFilterSensitiveLog: (obj: AssociateApiRequest) => any;
3251
- /**
3252
- * @internal
3253
- */
3254
- export declare const AssociateApiResponseFilterSensitiveLog: (obj: AssociateApiResponse) => any;
3255
- /**
3256
- * @internal
3257
- */
3258
- export declare const CodeErrorLocationFilterSensitiveLog: (obj: CodeErrorLocation) => any;
3259
- /**
3260
- * @internal
3261
- */
3262
- export declare const CodeErrorFilterSensitiveLog: (obj: CodeError) => any;
3263
- /**
3264
- * @internal
3265
- */
3266
- export declare const BadRequestDetailFilterSensitiveLog: (obj: BadRequestDetail) => any;
3267
- /**
3268
- * @internal
3269
- */
3270
- export declare const AwsIamConfigFilterSensitiveLog: (obj: AwsIamConfig) => any;
3271
- /**
3272
- * @internal
3273
- */
3274
- export declare const AuthorizationConfigFilterSensitiveLog: (obj: AuthorizationConfig) => any;
3275
- /**
3276
- * @internal
3277
- */
3278
- export declare const CreateApiCacheRequestFilterSensitiveLog: (obj: CreateApiCacheRequest) => any;
3279
- /**
3280
- * @internal
3281
- */
3282
- export declare const CreateApiCacheResponseFilterSensitiveLog: (obj: CreateApiCacheResponse) => any;
3283
- /**
3284
- * @internal
3285
- */
3286
- export declare const CreateApiKeyRequestFilterSensitiveLog: (obj: CreateApiKeyRequest) => any;
3287
- /**
3288
- * @internal
3289
- */
3290
- export declare const CreateApiKeyResponseFilterSensitiveLog: (obj: CreateApiKeyResponse) => any;
3291
- /**
3292
- * @internal
3293
- */
3294
- export declare const DeltaSyncConfigFilterSensitiveLog: (obj: DeltaSyncConfig) => any;
3295
- /**
3296
- * @internal
3297
- */
3298
- export declare const DynamodbDataSourceConfigFilterSensitiveLog: (obj: DynamodbDataSourceConfig) => any;
3299
- /**
3300
- * @internal
3301
- */
3302
- export declare const ElasticsearchDataSourceConfigFilterSensitiveLog: (obj: ElasticsearchDataSourceConfig) => any;
3303
- /**
3304
- * @internal
3305
- */
3306
- export declare const EventBridgeDataSourceConfigFilterSensitiveLog: (obj: EventBridgeDataSourceConfig) => any;
3307
- /**
3308
- * @internal
3309
- */
3310
- export declare const HttpDataSourceConfigFilterSensitiveLog: (obj: HttpDataSourceConfig) => any;
3311
- /**
3312
- * @internal
3313
- */
3314
- export declare const LambdaDataSourceConfigFilterSensitiveLog: (obj: LambdaDataSourceConfig) => any;
3315
- /**
3316
- * @internal
3317
- */
3318
- export declare const OpenSearchServiceDataSourceConfigFilterSensitiveLog: (obj: OpenSearchServiceDataSourceConfig) => any;
3319
- /**
3320
- * @internal
3321
- */
3322
- export declare const RdsHttpEndpointConfigFilterSensitiveLog: (obj: RdsHttpEndpointConfig) => any;
3323
- /**
3324
- * @internal
3325
- */
3326
- export declare const RelationalDatabaseDataSourceConfigFilterSensitiveLog: (obj: RelationalDatabaseDataSourceConfig) => any;
3327
- /**
3328
- * @internal
3329
- */
3330
- export declare const CreateDataSourceRequestFilterSensitiveLog: (obj: CreateDataSourceRequest) => any;
3331
- /**
3332
- * @internal
3333
- */
3334
- export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
3335
- /**
3336
- * @internal
3337
- */
3338
- export declare const CreateDataSourceResponseFilterSensitiveLog: (obj: CreateDataSourceResponse) => any;
3339
- /**
3340
- * @internal
3341
- */
3342
- export declare const CreateDomainNameRequestFilterSensitiveLog: (obj: CreateDomainNameRequest) => any;
3343
- /**
3344
- * @internal
3345
- */
3346
- export declare const DomainNameConfigFilterSensitiveLog: (obj: DomainNameConfig) => any;
3347
- /**
3348
- * @internal
3349
- */
3350
- export declare const CreateDomainNameResponseFilterSensitiveLog: (obj: CreateDomainNameResponse) => any;
3351
- /**
3352
- * @internal
3353
- */
3354
- export declare const LambdaConflictHandlerConfigFilterSensitiveLog: (obj: LambdaConflictHandlerConfig) => any;
3355
- /**
3356
- * @internal
3357
- */
3358
- export declare const SyncConfigFilterSensitiveLog: (obj: SyncConfig) => any;
3359
- /**
3360
- * @internal
3361
- */
3362
- export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
3363
- /**
3364
- * @internal
3365
- */
3366
- export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
3367
- /**
3368
- * @internal
3369
- */
3370
- export declare const CreateFunctionResponseFilterSensitiveLog: (obj: CreateFunctionResponse) => any;
3371
- /**
3372
- * @internal
3373
- */
3374
- export declare const LogConfigFilterSensitiveLog: (obj: LogConfig) => any;
3375
- /**
3376
- * @internal
3377
- */
3378
- export declare const UserPoolConfigFilterSensitiveLog: (obj: UserPoolConfig) => any;
3379
- /**
3380
- * @internal
3381
- */
3382
- export declare const CreateGraphqlApiRequestFilterSensitiveLog: (obj: CreateGraphqlApiRequest) => any;
3383
- /**
3384
- * @internal
3385
- */
3386
- export declare const GraphqlApiFilterSensitiveLog: (obj: GraphqlApi) => any;
3387
- /**
3388
- * @internal
3389
- */
3390
- export declare const CreateGraphqlApiResponseFilterSensitiveLog: (obj: CreateGraphqlApiResponse) => any;
3391
- /**
3392
- * @internal
3393
- */
3394
- export declare const CachingConfigFilterSensitiveLog: (obj: CachingConfig) => any;
3395
- /**
3396
- * @internal
3397
- */
3398
- export declare const PipelineConfigFilterSensitiveLog: (obj: PipelineConfig) => any;
3399
- /**
3400
- * @internal
3401
- */
3402
- export declare const CreateResolverRequestFilterSensitiveLog: (obj: CreateResolverRequest) => any;
3403
- /**
3404
- * @internal
3405
- */
3406
- export declare const ResolverFilterSensitiveLog: (obj: Resolver) => any;
3407
- /**
3408
- * @internal
3409
- */
3410
- export declare const CreateResolverResponseFilterSensitiveLog: (obj: CreateResolverResponse) => any;
3411
- /**
3412
- * @internal
3413
- */
3414
- export declare const CreateTypeRequestFilterSensitiveLog: (obj: CreateTypeRequest) => any;
3415
- /**
3416
- * @internal
3417
- */
3418
- export declare const TypeFilterSensitiveLog: (obj: Type) => any;
3419
- /**
3420
- * @internal
3421
- */
3422
- export declare const CreateTypeResponseFilterSensitiveLog: (obj: CreateTypeResponse) => any;
3423
- /**
3424
- * @internal
3425
- */
3426
- export declare const DeleteApiCacheRequestFilterSensitiveLog: (obj: DeleteApiCacheRequest) => any;
3427
- /**
3428
- * @internal
3429
- */
3430
- export declare const DeleteApiCacheResponseFilterSensitiveLog: (obj: DeleteApiCacheResponse) => any;
3431
- /**
3432
- * @internal
3433
- */
3434
- export declare const DeleteApiKeyRequestFilterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
3435
- /**
3436
- * @internal
3437
- */
3438
- export declare const DeleteApiKeyResponseFilterSensitiveLog: (obj: DeleteApiKeyResponse) => any;
3439
- /**
3440
- * @internal
3441
- */
3442
- export declare const DeleteDataSourceRequestFilterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
3443
- /**
3444
- * @internal
3445
- */
3446
- export declare const DeleteDataSourceResponseFilterSensitiveLog: (obj: DeleteDataSourceResponse) => any;
3447
- /**
3448
- * @internal
3449
- */
3450
- export declare const DeleteDomainNameRequestFilterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
3451
- /**
3452
- * @internal
3453
- */
3454
- export declare const DeleteDomainNameResponseFilterSensitiveLog: (obj: DeleteDomainNameResponse) => any;
3455
- /**
3456
- * @internal
3457
- */
3458
- export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
3459
- /**
3460
- * @internal
3461
- */
3462
- export declare const DeleteFunctionResponseFilterSensitiveLog: (obj: DeleteFunctionResponse) => any;
3463
- /**
3464
- * @internal
3465
- */
3466
- export declare const DeleteGraphqlApiRequestFilterSensitiveLog: (obj: DeleteGraphqlApiRequest) => any;
3467
- /**
3468
- * @internal
3469
- */
3470
- export declare const DeleteGraphqlApiResponseFilterSensitiveLog: (obj: DeleteGraphqlApiResponse) => any;
3471
- /**
3472
- * @internal
3473
- */
3474
- export declare const DeleteResolverRequestFilterSensitiveLog: (obj: DeleteResolverRequest) => any;
3475
- /**
3476
- * @internal
3477
- */
3478
- export declare const DeleteResolverResponseFilterSensitiveLog: (obj: DeleteResolverResponse) => any;
3479
- /**
3480
- * @internal
3481
- */
3482
- export declare const DeleteTypeRequestFilterSensitiveLog: (obj: DeleteTypeRequest) => any;
3483
- /**
3484
- * @internal
3485
- */
3486
- export declare const DeleteTypeResponseFilterSensitiveLog: (obj: DeleteTypeResponse) => any;
3487
- /**
3488
- * @internal
3489
- */
3490
- export declare const DisassociateApiRequestFilterSensitiveLog: (obj: DisassociateApiRequest) => any;
3491
- /**
3492
- * @internal
3493
- */
3494
- export declare const DisassociateApiResponseFilterSensitiveLog: (obj: DisassociateApiResponse) => any;
3495
- /**
3496
- * @internal
3497
- */
3498
- export declare const EvaluateCodeRequestFilterSensitiveLog: (obj: EvaluateCodeRequest) => any;
3499
- /**
3500
- * @internal
3501
- */
3502
- export declare const EvaluateCodeErrorDetailFilterSensitiveLog: (obj: EvaluateCodeErrorDetail) => any;
3503
- /**
3504
- * @internal
3505
- */
3506
- export declare const EvaluateCodeResponseFilterSensitiveLog: (obj: EvaluateCodeResponse) => any;
3507
- /**
3508
- * @internal
3509
- */
3510
- export declare const EvaluateMappingTemplateRequestFilterSensitiveLog: (obj: EvaluateMappingTemplateRequest) => any;
3511
- /**
3512
- * @internal
3513
- */
3514
- export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
3515
- /**
3516
- * @internal
3517
- */
3518
- export declare const EvaluateMappingTemplateResponseFilterSensitiveLog: (obj: EvaluateMappingTemplateResponse) => any;
3519
- /**
3520
- * @internal
3521
- */
3522
- export declare const FlushApiCacheRequestFilterSensitiveLog: (obj: FlushApiCacheRequest) => any;
3523
- /**
3524
- * @internal
3525
- */
3526
- export declare const FlushApiCacheResponseFilterSensitiveLog: (obj: FlushApiCacheResponse) => any;
3527
- /**
3528
- * @internal
3529
- */
3530
- export declare const GetApiAssociationRequestFilterSensitiveLog: (obj: GetApiAssociationRequest) => any;
3531
- /**
3532
- * @internal
3533
- */
3534
- export declare const GetApiAssociationResponseFilterSensitiveLog: (obj: GetApiAssociationResponse) => any;
3535
- /**
3536
- * @internal
3537
- */
3538
- export declare const GetApiCacheRequestFilterSensitiveLog: (obj: GetApiCacheRequest) => any;
3539
- /**
3540
- * @internal
3541
- */
3542
- export declare const GetApiCacheResponseFilterSensitiveLog: (obj: GetApiCacheResponse) => any;
3543
- /**
3544
- * @internal
3545
- */
3546
- export declare const GetDataSourceRequestFilterSensitiveLog: (obj: GetDataSourceRequest) => any;
3547
- /**
3548
- * @internal
3549
- */
3550
- export declare const GetDataSourceResponseFilterSensitiveLog: (obj: GetDataSourceResponse) => any;
3551
- /**
3552
- * @internal
3553
- */
3554
- export declare const GetDomainNameRequestFilterSensitiveLog: (obj: GetDomainNameRequest) => any;
3555
- /**
3556
- * @internal
3557
- */
3558
- export declare const GetDomainNameResponseFilterSensitiveLog: (obj: GetDomainNameResponse) => any;
3559
- /**
3560
- * @internal
3561
- */
3562
- export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
3563
- /**
3564
- * @internal
3565
- */
3566
- export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
3567
- /**
3568
- * @internal
3569
- */
3570
- export declare const GetGraphqlApiRequestFilterSensitiveLog: (obj: GetGraphqlApiRequest) => any;
3571
- /**
3572
- * @internal
3573
- */
3574
- export declare const GetGraphqlApiResponseFilterSensitiveLog: (obj: GetGraphqlApiResponse) => any;
3575
- /**
3576
- * @internal
3577
- */
3578
- export declare const GetIntrospectionSchemaRequestFilterSensitiveLog: (obj: GetIntrospectionSchemaRequest) => any;
3579
- /**
3580
- * @internal
3581
- */
3582
- export declare const GetIntrospectionSchemaResponseFilterSensitiveLog: (obj: GetIntrospectionSchemaResponse) => any;
3583
- /**
3584
- * @internal
3585
- */
3586
- export declare const GetResolverRequestFilterSensitiveLog: (obj: GetResolverRequest) => any;
3587
- /**
3588
- * @internal
3589
- */
3590
- export declare const GetResolverResponseFilterSensitiveLog: (obj: GetResolverResponse) => any;
3591
- /**
3592
- * @internal
3593
- */
3594
- export declare const GetSchemaCreationStatusRequestFilterSensitiveLog: (obj: GetSchemaCreationStatusRequest) => any;
3595
- /**
3596
- * @internal
3597
- */
3598
- export declare const GetSchemaCreationStatusResponseFilterSensitiveLog: (obj: GetSchemaCreationStatusResponse) => any;
3599
- /**
3600
- * @internal
3601
- */
3602
- export declare const GetTypeRequestFilterSensitiveLog: (obj: GetTypeRequest) => any;
3603
- /**
3604
- * @internal
3605
- */
3606
- export declare const GetTypeResponseFilterSensitiveLog: (obj: GetTypeResponse) => any;
3607
- /**
3608
- * @internal
3609
- */
3610
- export declare const ListApiKeysRequestFilterSensitiveLog: (obj: ListApiKeysRequest) => any;
3611
- /**
3612
- * @internal
3613
- */
3614
- export declare const ListApiKeysResponseFilterSensitiveLog: (obj: ListApiKeysResponse) => any;
3615
- /**
3616
- * @internal
3617
- */
3618
- export declare const ListDataSourcesRequestFilterSensitiveLog: (obj: ListDataSourcesRequest) => any;
3619
- /**
3620
- * @internal
3621
- */
3622
- export declare const ListDataSourcesResponseFilterSensitiveLog: (obj: ListDataSourcesResponse) => any;
3623
- /**
3624
- * @internal
3625
- */
3626
- export declare const ListDomainNamesRequestFilterSensitiveLog: (obj: ListDomainNamesRequest) => any;
3627
- /**
3628
- * @internal
3629
- */
3630
- export declare const ListDomainNamesResponseFilterSensitiveLog: (obj: ListDomainNamesResponse) => any;
3631
- /**
3632
- * @internal
3633
- */
3634
- export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
3635
- /**
3636
- * @internal
3637
- */
3638
- export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
3639
- /**
3640
- * @internal
3641
- */
3642
- export declare const ListGraphqlApisRequestFilterSensitiveLog: (obj: ListGraphqlApisRequest) => any;
3643
- /**
3644
- * @internal
3645
- */
3646
- export declare const ListGraphqlApisResponseFilterSensitiveLog: (obj: ListGraphqlApisResponse) => any;
3647
- /**
3648
- * @internal
3649
- */
3650
- export declare const ListResolversRequestFilterSensitiveLog: (obj: ListResolversRequest) => any;
3651
- /**
3652
- * @internal
3653
- */
3654
- export declare const ListResolversResponseFilterSensitiveLog: (obj: ListResolversResponse) => any;
3655
- /**
3656
- * @internal
3657
- */
3658
- export declare const ListResolversByFunctionRequestFilterSensitiveLog: (obj: ListResolversByFunctionRequest) => any;
3659
- /**
3660
- * @internal
3661
- */
3662
- export declare const ListResolversByFunctionResponseFilterSensitiveLog: (obj: ListResolversByFunctionResponse) => any;
3663
- /**
3664
- * @internal
3665
- */
3666
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3667
- /**
3668
- * @internal
3669
- */
3670
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3671
- /**
3672
- * @internal
3673
- */
3674
- export declare const ListTypesRequestFilterSensitiveLog: (obj: ListTypesRequest) => any;
3675
- /**
3676
- * @internal
3677
- */
3678
- export declare const ListTypesResponseFilterSensitiveLog: (obj: ListTypesResponse) => any;
3679
- /**
3680
- * @internal
3681
- */
3682
- export declare const StartSchemaCreationRequestFilterSensitiveLog: (obj: StartSchemaCreationRequest) => any;
3683
- /**
3684
- * @internal
3685
- */
3686
- export declare const StartSchemaCreationResponseFilterSensitiveLog: (obj: StartSchemaCreationResponse) => any;
3687
- /**
3688
- * @internal
3689
- */
3690
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3691
- /**
3692
- * @internal
3693
- */
3694
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3695
- /**
3696
- * @internal
3697
- */
3698
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3699
- /**
3700
- * @internal
3701
- */
3702
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3703
- /**
3704
- * @internal
3705
- */
3706
- export declare const UpdateApiCacheRequestFilterSensitiveLog: (obj: UpdateApiCacheRequest) => any;
3707
- /**
3708
- * @internal
3709
- */
3710
- export declare const UpdateApiCacheResponseFilterSensitiveLog: (obj: UpdateApiCacheResponse) => any;
3711
- /**
3712
- * @internal
3713
- */
3714
- export declare const UpdateApiKeyRequestFilterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
3715
- /**
3716
- * @internal
3717
- */
3718
- export declare const UpdateApiKeyResponseFilterSensitiveLog: (obj: UpdateApiKeyResponse) => any;
3719
- /**
3720
- * @internal
3721
- */
3722
- export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
3723
- /**
3724
- * @internal
3725
- */
3726
- export declare const UpdateDataSourceResponseFilterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
3727
- /**
3728
- * @internal
3729
- */
3730
- export declare const UpdateDomainNameRequestFilterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
3731
- /**
3732
- * @internal
3733
- */
3734
- export declare const UpdateDomainNameResponseFilterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
3735
- /**
3736
- * @internal
3737
- */
3738
- export declare const UpdateFunctionRequestFilterSensitiveLog: (obj: UpdateFunctionRequest) => any;
3739
- /**
3740
- * @internal
3741
- */
3742
- export declare const UpdateFunctionResponseFilterSensitiveLog: (obj: UpdateFunctionResponse) => any;
3743
- /**
3744
- * @internal
3745
- */
3746
- export declare const UpdateGraphqlApiRequestFilterSensitiveLog: (obj: UpdateGraphqlApiRequest) => any;
3747
- /**
3748
- * @internal
3749
- */
3750
- export declare const UpdateGraphqlApiResponseFilterSensitiveLog: (obj: UpdateGraphqlApiResponse) => any;
3751
- /**
3752
- * @internal
3753
- */
3754
- export declare const UpdateResolverRequestFilterSensitiveLog: (obj: UpdateResolverRequest) => any;
3755
- /**
3756
- * @internal
3757
- */
3758
- export declare const UpdateResolverResponseFilterSensitiveLog: (obj: UpdateResolverResponse) => any;
3759
- /**
3760
- * @internal
3761
- */
3762
- export declare const UpdateTypeRequestFilterSensitiveLog: (obj: UpdateTypeRequest) => any;
3763
- /**
3764
- * @internal
3765
- */
3766
- export declare const UpdateTypeResponseFilterSensitiveLog: (obj: UpdateTypeResponse) => any;