@aws-sdk/client-appsync 3.296.0 → 3.298.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 (161) 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/AppSync.d.ts +52 -0
  106. package/dist-types/AppSyncClient.d.ts +24 -4
  107. package/dist-types/commands/AssociateApiCommand.d.ts +16 -0
  108. package/dist-types/commands/CreateApiCacheCommand.d.ts +16 -0
  109. package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
  110. package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
  111. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  112. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  113. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +16 -0
  114. package/dist-types/commands/CreateResolverCommand.d.ts +16 -0
  115. package/dist-types/commands/CreateTypeCommand.d.ts +16 -0
  116. package/dist-types/commands/DeleteApiCacheCommand.d.ts +16 -0
  117. package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
  118. package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
  119. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  120. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  121. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +16 -0
  122. package/dist-types/commands/DeleteResolverCommand.d.ts +16 -0
  123. package/dist-types/commands/DeleteTypeCommand.d.ts +16 -0
  124. package/dist-types/commands/DisassociateApiCommand.d.ts +16 -0
  125. package/dist-types/commands/EvaluateCodeCommand.d.ts +16 -0
  126. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +16 -0
  127. package/dist-types/commands/FlushApiCacheCommand.d.ts +16 -0
  128. package/dist-types/commands/GetApiAssociationCommand.d.ts +16 -0
  129. package/dist-types/commands/GetApiCacheCommand.d.ts +16 -0
  130. package/dist-types/commands/GetDataSourceCommand.d.ts +16 -0
  131. package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
  132. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  133. package/dist-types/commands/GetGraphqlApiCommand.d.ts +16 -0
  134. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +16 -0
  135. package/dist-types/commands/GetResolverCommand.d.ts +16 -0
  136. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +16 -0
  137. package/dist-types/commands/GetTypeCommand.d.ts +16 -0
  138. package/dist-types/commands/ListApiKeysCommand.d.ts +16 -0
  139. package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
  140. package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
  141. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  142. package/dist-types/commands/ListGraphqlApisCommand.d.ts +16 -0
  143. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +16 -0
  144. package/dist-types/commands/ListResolversCommand.d.ts +16 -0
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  146. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  147. package/dist-types/commands/StartSchemaCreationCommand.d.ts +16 -0
  148. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  149. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdateApiCacheCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateResolverCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateTypeCommand.d.ts +16 -0
  158. package/dist-types/models/AppSyncServiceException.d.ts +2 -0
  159. package/dist-types/models/models_0.d.ts +387 -552
  160. package/dist-types/ts3.4/models/models_0.d.ts +0 -392
  161. package/package.json +4 -3
@@ -835,395 +835,3 @@ export interface UpdateTypeRequest {
835
835
  export interface UpdateTypeResponse {
836
836
  type?: Type;
837
837
  }
838
- export declare const LambdaAuthorizerConfigFilterSensitiveLog: (
839
- obj: LambdaAuthorizerConfig
840
- ) => any;
841
- export declare const OpenIDConnectConfigFilterSensitiveLog: (
842
- obj: OpenIDConnectConfig
843
- ) => any;
844
- export declare const CognitoUserPoolConfigFilterSensitiveLog: (
845
- obj: CognitoUserPoolConfig
846
- ) => any;
847
- export declare const AdditionalAuthenticationProviderFilterSensitiveLog: (
848
- obj: AdditionalAuthenticationProvider
849
- ) => any;
850
- export declare const ApiAssociationFilterSensitiveLog: (
851
- obj: ApiAssociation
852
- ) => any;
853
- export declare const ApiCacheFilterSensitiveLog: (obj: ApiCache) => any;
854
- export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
855
- export declare const AppSyncRuntimeFilterSensitiveLog: (
856
- obj: AppSyncRuntime
857
- ) => any;
858
- export declare const AssociateApiRequestFilterSensitiveLog: (
859
- obj: AssociateApiRequest
860
- ) => any;
861
- export declare const AssociateApiResponseFilterSensitiveLog: (
862
- obj: AssociateApiResponse
863
- ) => any;
864
- export declare const CodeErrorLocationFilterSensitiveLog: (
865
- obj: CodeErrorLocation
866
- ) => any;
867
- export declare const CodeErrorFilterSensitiveLog: (obj: CodeError) => any;
868
- export declare const BadRequestDetailFilterSensitiveLog: (
869
- obj: BadRequestDetail
870
- ) => any;
871
- export declare const AwsIamConfigFilterSensitiveLog: (obj: AwsIamConfig) => any;
872
- export declare const AuthorizationConfigFilterSensitiveLog: (
873
- obj: AuthorizationConfig
874
- ) => any;
875
- export declare const CreateApiCacheRequestFilterSensitiveLog: (
876
- obj: CreateApiCacheRequest
877
- ) => any;
878
- export declare const CreateApiCacheResponseFilterSensitiveLog: (
879
- obj: CreateApiCacheResponse
880
- ) => any;
881
- export declare const CreateApiKeyRequestFilterSensitiveLog: (
882
- obj: CreateApiKeyRequest
883
- ) => any;
884
- export declare const CreateApiKeyResponseFilterSensitiveLog: (
885
- obj: CreateApiKeyResponse
886
- ) => any;
887
- export declare const DeltaSyncConfigFilterSensitiveLog: (
888
- obj: DeltaSyncConfig
889
- ) => any;
890
- export declare const DynamodbDataSourceConfigFilterSensitiveLog: (
891
- obj: DynamodbDataSourceConfig
892
- ) => any;
893
- export declare const ElasticsearchDataSourceConfigFilterSensitiveLog: (
894
- obj: ElasticsearchDataSourceConfig
895
- ) => any;
896
- export declare const EventBridgeDataSourceConfigFilterSensitiveLog: (
897
- obj: EventBridgeDataSourceConfig
898
- ) => any;
899
- export declare const HttpDataSourceConfigFilterSensitiveLog: (
900
- obj: HttpDataSourceConfig
901
- ) => any;
902
- export declare const LambdaDataSourceConfigFilterSensitiveLog: (
903
- obj: LambdaDataSourceConfig
904
- ) => any;
905
- export declare const OpenSearchServiceDataSourceConfigFilterSensitiveLog: (
906
- obj: OpenSearchServiceDataSourceConfig
907
- ) => any;
908
- export declare const RdsHttpEndpointConfigFilterSensitiveLog: (
909
- obj: RdsHttpEndpointConfig
910
- ) => any;
911
- export declare const RelationalDatabaseDataSourceConfigFilterSensitiveLog: (
912
- obj: RelationalDatabaseDataSourceConfig
913
- ) => any;
914
- export declare const CreateDataSourceRequestFilterSensitiveLog: (
915
- obj: CreateDataSourceRequest
916
- ) => any;
917
- export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
918
- export declare const CreateDataSourceResponseFilterSensitiveLog: (
919
- obj: CreateDataSourceResponse
920
- ) => any;
921
- export declare const CreateDomainNameRequestFilterSensitiveLog: (
922
- obj: CreateDomainNameRequest
923
- ) => any;
924
- export declare const DomainNameConfigFilterSensitiveLog: (
925
- obj: DomainNameConfig
926
- ) => any;
927
- export declare const CreateDomainNameResponseFilterSensitiveLog: (
928
- obj: CreateDomainNameResponse
929
- ) => any;
930
- export declare const LambdaConflictHandlerConfigFilterSensitiveLog: (
931
- obj: LambdaConflictHandlerConfig
932
- ) => any;
933
- export declare const SyncConfigFilterSensitiveLog: (obj: SyncConfig) => any;
934
- export declare const CreateFunctionRequestFilterSensitiveLog: (
935
- obj: CreateFunctionRequest
936
- ) => any;
937
- export declare const FunctionConfigurationFilterSensitiveLog: (
938
- obj: FunctionConfiguration
939
- ) => any;
940
- export declare const CreateFunctionResponseFilterSensitiveLog: (
941
- obj: CreateFunctionResponse
942
- ) => any;
943
- export declare const LogConfigFilterSensitiveLog: (obj: LogConfig) => any;
944
- export declare const UserPoolConfigFilterSensitiveLog: (
945
- obj: UserPoolConfig
946
- ) => any;
947
- export declare const CreateGraphqlApiRequestFilterSensitiveLog: (
948
- obj: CreateGraphqlApiRequest
949
- ) => any;
950
- export declare const GraphqlApiFilterSensitiveLog: (obj: GraphqlApi) => any;
951
- export declare const CreateGraphqlApiResponseFilterSensitiveLog: (
952
- obj: CreateGraphqlApiResponse
953
- ) => any;
954
- export declare const CachingConfigFilterSensitiveLog: (
955
- obj: CachingConfig
956
- ) => any;
957
- export declare const PipelineConfigFilterSensitiveLog: (
958
- obj: PipelineConfig
959
- ) => any;
960
- export declare const CreateResolverRequestFilterSensitiveLog: (
961
- obj: CreateResolverRequest
962
- ) => any;
963
- export declare const ResolverFilterSensitiveLog: (obj: Resolver) => any;
964
- export declare const CreateResolverResponseFilterSensitiveLog: (
965
- obj: CreateResolverResponse
966
- ) => any;
967
- export declare const CreateTypeRequestFilterSensitiveLog: (
968
- obj: CreateTypeRequest
969
- ) => any;
970
- export declare const TypeFilterSensitiveLog: (obj: Type) => any;
971
- export declare const CreateTypeResponseFilterSensitiveLog: (
972
- obj: CreateTypeResponse
973
- ) => any;
974
- export declare const DeleteApiCacheRequestFilterSensitiveLog: (
975
- obj: DeleteApiCacheRequest
976
- ) => any;
977
- export declare const DeleteApiCacheResponseFilterSensitiveLog: (
978
- obj: DeleteApiCacheResponse
979
- ) => any;
980
- export declare const DeleteApiKeyRequestFilterSensitiveLog: (
981
- obj: DeleteApiKeyRequest
982
- ) => any;
983
- export declare const DeleteApiKeyResponseFilterSensitiveLog: (
984
- obj: DeleteApiKeyResponse
985
- ) => any;
986
- export declare const DeleteDataSourceRequestFilterSensitiveLog: (
987
- obj: DeleteDataSourceRequest
988
- ) => any;
989
- export declare const DeleteDataSourceResponseFilterSensitiveLog: (
990
- obj: DeleteDataSourceResponse
991
- ) => any;
992
- export declare const DeleteDomainNameRequestFilterSensitiveLog: (
993
- obj: DeleteDomainNameRequest
994
- ) => any;
995
- export declare const DeleteDomainNameResponseFilterSensitiveLog: (
996
- obj: DeleteDomainNameResponse
997
- ) => any;
998
- export declare const DeleteFunctionRequestFilterSensitiveLog: (
999
- obj: DeleteFunctionRequest
1000
- ) => any;
1001
- export declare const DeleteFunctionResponseFilterSensitiveLog: (
1002
- obj: DeleteFunctionResponse
1003
- ) => any;
1004
- export declare const DeleteGraphqlApiRequestFilterSensitiveLog: (
1005
- obj: DeleteGraphqlApiRequest
1006
- ) => any;
1007
- export declare const DeleteGraphqlApiResponseFilterSensitiveLog: (
1008
- obj: DeleteGraphqlApiResponse
1009
- ) => any;
1010
- export declare const DeleteResolverRequestFilterSensitiveLog: (
1011
- obj: DeleteResolverRequest
1012
- ) => any;
1013
- export declare const DeleteResolverResponseFilterSensitiveLog: (
1014
- obj: DeleteResolverResponse
1015
- ) => any;
1016
- export declare const DeleteTypeRequestFilterSensitiveLog: (
1017
- obj: DeleteTypeRequest
1018
- ) => any;
1019
- export declare const DeleteTypeResponseFilterSensitiveLog: (
1020
- obj: DeleteTypeResponse
1021
- ) => any;
1022
- export declare const DisassociateApiRequestFilterSensitiveLog: (
1023
- obj: DisassociateApiRequest
1024
- ) => any;
1025
- export declare const DisassociateApiResponseFilterSensitiveLog: (
1026
- obj: DisassociateApiResponse
1027
- ) => any;
1028
- export declare const EvaluateCodeRequestFilterSensitiveLog: (
1029
- obj: EvaluateCodeRequest
1030
- ) => any;
1031
- export declare const EvaluateCodeErrorDetailFilterSensitiveLog: (
1032
- obj: EvaluateCodeErrorDetail
1033
- ) => any;
1034
- export declare const EvaluateCodeResponseFilterSensitiveLog: (
1035
- obj: EvaluateCodeResponse
1036
- ) => any;
1037
- export declare const EvaluateMappingTemplateRequestFilterSensitiveLog: (
1038
- obj: EvaluateMappingTemplateRequest
1039
- ) => any;
1040
- export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
1041
- export declare const EvaluateMappingTemplateResponseFilterSensitiveLog: (
1042
- obj: EvaluateMappingTemplateResponse
1043
- ) => any;
1044
- export declare const FlushApiCacheRequestFilterSensitiveLog: (
1045
- obj: FlushApiCacheRequest
1046
- ) => any;
1047
- export declare const FlushApiCacheResponseFilterSensitiveLog: (
1048
- obj: FlushApiCacheResponse
1049
- ) => any;
1050
- export declare const GetApiAssociationRequestFilterSensitiveLog: (
1051
- obj: GetApiAssociationRequest
1052
- ) => any;
1053
- export declare const GetApiAssociationResponseFilterSensitiveLog: (
1054
- obj: GetApiAssociationResponse
1055
- ) => any;
1056
- export declare const GetApiCacheRequestFilterSensitiveLog: (
1057
- obj: GetApiCacheRequest
1058
- ) => any;
1059
- export declare const GetApiCacheResponseFilterSensitiveLog: (
1060
- obj: GetApiCacheResponse
1061
- ) => any;
1062
- export declare const GetDataSourceRequestFilterSensitiveLog: (
1063
- obj: GetDataSourceRequest
1064
- ) => any;
1065
- export declare const GetDataSourceResponseFilterSensitiveLog: (
1066
- obj: GetDataSourceResponse
1067
- ) => any;
1068
- export declare const GetDomainNameRequestFilterSensitiveLog: (
1069
- obj: GetDomainNameRequest
1070
- ) => any;
1071
- export declare const GetDomainNameResponseFilterSensitiveLog: (
1072
- obj: GetDomainNameResponse
1073
- ) => any;
1074
- export declare const GetFunctionRequestFilterSensitiveLog: (
1075
- obj: GetFunctionRequest
1076
- ) => any;
1077
- export declare const GetFunctionResponseFilterSensitiveLog: (
1078
- obj: GetFunctionResponse
1079
- ) => any;
1080
- export declare const GetGraphqlApiRequestFilterSensitiveLog: (
1081
- obj: GetGraphqlApiRequest
1082
- ) => any;
1083
- export declare const GetGraphqlApiResponseFilterSensitiveLog: (
1084
- obj: GetGraphqlApiResponse
1085
- ) => any;
1086
- export declare const GetIntrospectionSchemaRequestFilterSensitiveLog: (
1087
- obj: GetIntrospectionSchemaRequest
1088
- ) => any;
1089
- export declare const GetIntrospectionSchemaResponseFilterSensitiveLog: (
1090
- obj: GetIntrospectionSchemaResponse
1091
- ) => any;
1092
- export declare const GetResolverRequestFilterSensitiveLog: (
1093
- obj: GetResolverRequest
1094
- ) => any;
1095
- export declare const GetResolverResponseFilterSensitiveLog: (
1096
- obj: GetResolverResponse
1097
- ) => any;
1098
- export declare const GetSchemaCreationStatusRequestFilterSensitiveLog: (
1099
- obj: GetSchemaCreationStatusRequest
1100
- ) => any;
1101
- export declare const GetSchemaCreationStatusResponseFilterSensitiveLog: (
1102
- obj: GetSchemaCreationStatusResponse
1103
- ) => any;
1104
- export declare const GetTypeRequestFilterSensitiveLog: (
1105
- obj: GetTypeRequest
1106
- ) => any;
1107
- export declare const GetTypeResponseFilterSensitiveLog: (
1108
- obj: GetTypeResponse
1109
- ) => any;
1110
- export declare const ListApiKeysRequestFilterSensitiveLog: (
1111
- obj: ListApiKeysRequest
1112
- ) => any;
1113
- export declare const ListApiKeysResponseFilterSensitiveLog: (
1114
- obj: ListApiKeysResponse
1115
- ) => any;
1116
- export declare const ListDataSourcesRequestFilterSensitiveLog: (
1117
- obj: ListDataSourcesRequest
1118
- ) => any;
1119
- export declare const ListDataSourcesResponseFilterSensitiveLog: (
1120
- obj: ListDataSourcesResponse
1121
- ) => any;
1122
- export declare const ListDomainNamesRequestFilterSensitiveLog: (
1123
- obj: ListDomainNamesRequest
1124
- ) => any;
1125
- export declare const ListDomainNamesResponseFilterSensitiveLog: (
1126
- obj: ListDomainNamesResponse
1127
- ) => any;
1128
- export declare const ListFunctionsRequestFilterSensitiveLog: (
1129
- obj: ListFunctionsRequest
1130
- ) => any;
1131
- export declare const ListFunctionsResponseFilterSensitiveLog: (
1132
- obj: ListFunctionsResponse
1133
- ) => any;
1134
- export declare const ListGraphqlApisRequestFilterSensitiveLog: (
1135
- obj: ListGraphqlApisRequest
1136
- ) => any;
1137
- export declare const ListGraphqlApisResponseFilterSensitiveLog: (
1138
- obj: ListGraphqlApisResponse
1139
- ) => any;
1140
- export declare const ListResolversRequestFilterSensitiveLog: (
1141
- obj: ListResolversRequest
1142
- ) => any;
1143
- export declare const ListResolversResponseFilterSensitiveLog: (
1144
- obj: ListResolversResponse
1145
- ) => any;
1146
- export declare const ListResolversByFunctionRequestFilterSensitiveLog: (
1147
- obj: ListResolversByFunctionRequest
1148
- ) => any;
1149
- export declare const ListResolversByFunctionResponseFilterSensitiveLog: (
1150
- obj: ListResolversByFunctionResponse
1151
- ) => any;
1152
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1153
- obj: ListTagsForResourceRequest
1154
- ) => any;
1155
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1156
- obj: ListTagsForResourceResponse
1157
- ) => any;
1158
- export declare const ListTypesRequestFilterSensitiveLog: (
1159
- obj: ListTypesRequest
1160
- ) => any;
1161
- export declare const ListTypesResponseFilterSensitiveLog: (
1162
- obj: ListTypesResponse
1163
- ) => any;
1164
- export declare const StartSchemaCreationRequestFilterSensitiveLog: (
1165
- obj: StartSchemaCreationRequest
1166
- ) => any;
1167
- export declare const StartSchemaCreationResponseFilterSensitiveLog: (
1168
- obj: StartSchemaCreationResponse
1169
- ) => any;
1170
- export declare const TagResourceRequestFilterSensitiveLog: (
1171
- obj: TagResourceRequest
1172
- ) => any;
1173
- export declare const TagResourceResponseFilterSensitiveLog: (
1174
- obj: TagResourceResponse
1175
- ) => any;
1176
- export declare const UntagResourceRequestFilterSensitiveLog: (
1177
- obj: UntagResourceRequest
1178
- ) => any;
1179
- export declare const UntagResourceResponseFilterSensitiveLog: (
1180
- obj: UntagResourceResponse
1181
- ) => any;
1182
- export declare const UpdateApiCacheRequestFilterSensitiveLog: (
1183
- obj: UpdateApiCacheRequest
1184
- ) => any;
1185
- export declare const UpdateApiCacheResponseFilterSensitiveLog: (
1186
- obj: UpdateApiCacheResponse
1187
- ) => any;
1188
- export declare const UpdateApiKeyRequestFilterSensitiveLog: (
1189
- obj: UpdateApiKeyRequest
1190
- ) => any;
1191
- export declare const UpdateApiKeyResponseFilterSensitiveLog: (
1192
- obj: UpdateApiKeyResponse
1193
- ) => any;
1194
- export declare const UpdateDataSourceRequestFilterSensitiveLog: (
1195
- obj: UpdateDataSourceRequest
1196
- ) => any;
1197
- export declare const UpdateDataSourceResponseFilterSensitiveLog: (
1198
- obj: UpdateDataSourceResponse
1199
- ) => any;
1200
- export declare const UpdateDomainNameRequestFilterSensitiveLog: (
1201
- obj: UpdateDomainNameRequest
1202
- ) => any;
1203
- export declare const UpdateDomainNameResponseFilterSensitiveLog: (
1204
- obj: UpdateDomainNameResponse
1205
- ) => any;
1206
- export declare const UpdateFunctionRequestFilterSensitiveLog: (
1207
- obj: UpdateFunctionRequest
1208
- ) => any;
1209
- export declare const UpdateFunctionResponseFilterSensitiveLog: (
1210
- obj: UpdateFunctionResponse
1211
- ) => any;
1212
- export declare const UpdateGraphqlApiRequestFilterSensitiveLog: (
1213
- obj: UpdateGraphqlApiRequest
1214
- ) => any;
1215
- export declare const UpdateGraphqlApiResponseFilterSensitiveLog: (
1216
- obj: UpdateGraphqlApiResponse
1217
- ) => any;
1218
- export declare const UpdateResolverRequestFilterSensitiveLog: (
1219
- obj: UpdateResolverRequest
1220
- ) => any;
1221
- export declare const UpdateResolverResponseFilterSensitiveLog: (
1222
- obj: UpdateResolverResponse
1223
- ) => any;
1224
- export declare const UpdateTypeRequestFilterSensitiveLog: (
1225
- obj: UpdateTypeRequest
1226
- ) => any;
1227
- export declare const UpdateTypeResponseFilterSensitiveLog: (
1228
- obj: UpdateTypeResponse
1229
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appsync",
3
3
  "description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo appsync"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",