@aws-sdk/client-appsync 3.303.0 → 3.309.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 -2
  2. package/dist-cjs/commands/CreateApiCacheCommand.js +2 -2
  3. package/dist-cjs/commands/CreateApiKeyCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -2
  8. package/dist-cjs/commands/CreateResolverCommand.js +2 -2
  9. package/dist-cjs/commands/CreateTypeCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteResolverCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteTypeCommand.js +2 -2
  18. package/dist-cjs/commands/DisassociateApiCommand.js +2 -2
  19. package/dist-cjs/commands/EvaluateCodeCommand.js +2 -2
  20. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -2
  21. package/dist-cjs/commands/FlushApiCacheCommand.js +2 -2
  22. package/dist-cjs/commands/GetApiAssociationCommand.js +2 -2
  23. package/dist-cjs/commands/GetApiCacheCommand.js +2 -2
  24. package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
  25. package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
  26. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  27. package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -2
  28. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -2
  29. package/dist-cjs/commands/GetResolverCommand.js +2 -2
  30. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -2
  31. package/dist-cjs/commands/GetTypeCommand.js +2 -2
  32. package/dist-cjs/commands/ListApiKeysCommand.js +2 -2
  33. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
  35. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  36. package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -2
  37. package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -2
  38. package/dist-cjs/commands/ListResolversCommand.js +2 -2
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-cjs/commands/ListTypesCommand.js +2 -2
  41. package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -2
  42. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  43. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateResolverCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateTypeCommand.js +2 -2
  52. package/dist-cjs/protocols/Aws_restJson1.js +763 -813
  53. package/dist-es/commands/AssociateApiCommand.js +3 -3
  54. package/dist-es/commands/CreateApiCacheCommand.js +3 -3
  55. package/dist-es/commands/CreateApiKeyCommand.js +3 -3
  56. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  57. package/dist-es/commands/CreateDomainNameCommand.js +3 -3
  58. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  59. package/dist-es/commands/CreateGraphqlApiCommand.js +3 -3
  60. package/dist-es/commands/CreateResolverCommand.js +3 -3
  61. package/dist-es/commands/CreateTypeCommand.js +3 -3
  62. package/dist-es/commands/DeleteApiCacheCommand.js +3 -3
  63. package/dist-es/commands/DeleteApiKeyCommand.js +3 -3
  64. package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
  65. package/dist-es/commands/DeleteDomainNameCommand.js +3 -3
  66. package/dist-es/commands/DeleteFunctionCommand.js +3 -3
  67. package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -3
  68. package/dist-es/commands/DeleteResolverCommand.js +3 -3
  69. package/dist-es/commands/DeleteTypeCommand.js +3 -3
  70. package/dist-es/commands/DisassociateApiCommand.js +3 -3
  71. package/dist-es/commands/EvaluateCodeCommand.js +3 -3
  72. package/dist-es/commands/EvaluateMappingTemplateCommand.js +3 -3
  73. package/dist-es/commands/FlushApiCacheCommand.js +3 -3
  74. package/dist-es/commands/GetApiAssociationCommand.js +3 -3
  75. package/dist-es/commands/GetApiCacheCommand.js +3 -3
  76. package/dist-es/commands/GetDataSourceCommand.js +3 -3
  77. package/dist-es/commands/GetDomainNameCommand.js +3 -3
  78. package/dist-es/commands/GetFunctionCommand.js +3 -3
  79. package/dist-es/commands/GetGraphqlApiCommand.js +3 -3
  80. package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -3
  81. package/dist-es/commands/GetResolverCommand.js +3 -3
  82. package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -3
  83. package/dist-es/commands/GetTypeCommand.js +3 -3
  84. package/dist-es/commands/ListApiKeysCommand.js +3 -3
  85. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  86. package/dist-es/commands/ListDomainNamesCommand.js +3 -3
  87. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  88. package/dist-es/commands/ListGraphqlApisCommand.js +3 -3
  89. package/dist-es/commands/ListResolversByFunctionCommand.js +3 -3
  90. package/dist-es/commands/ListResolversCommand.js +3 -3
  91. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  92. package/dist-es/commands/ListTypesCommand.js +3 -3
  93. package/dist-es/commands/StartSchemaCreationCommand.js +3 -3
  94. package/dist-es/commands/TagResourceCommand.js +3 -3
  95. package/dist-es/commands/UntagResourceCommand.js +3 -3
  96. package/dist-es/commands/UpdateApiCacheCommand.js +3 -3
  97. package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
  98. package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
  99. package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
  100. package/dist-es/commands/UpdateFunctionCommand.js +3 -3
  101. package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -3
  102. package/dist-es/commands/UpdateResolverCommand.js +3 -3
  103. package/dist-es/commands/UpdateTypeCommand.js +3 -3
  104. package/dist-es/protocols/Aws_restJson1.js +658 -708
  105. package/dist-types/protocols/Aws_restJson1.d.ts +408 -102
  106. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +102 -102
  107. package/package.json +29 -29
@@ -51,105 +51,411 @@ import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "../comm
51
51
  import { UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput } from "../commands/UpdateGraphqlApiCommand";
52
52
  import { UpdateResolverCommandInput, UpdateResolverCommandOutput } from "../commands/UpdateResolverCommand";
53
53
  import { UpdateTypeCommandInput, UpdateTypeCommandOutput } from "../commands/UpdateTypeCommand";
54
- export declare const serializeAws_restJson1AssociateApiCommand: (input: AssociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1CreateApiCacheCommand: (input: CreateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1CreateGraphqlApiCommand: (input: CreateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1CreateResolverCommand: (input: CreateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1CreateTypeCommand: (input: CreateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DeleteApiCacheCommand: (input: DeleteApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1DeleteGraphqlApiCommand: (input: DeleteGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DeleteResolverCommand: (input: DeleteResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DeleteTypeCommand: (input: DeleteTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1DisassociateApiCommand: (input: DisassociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1EvaluateCodeCommand: (input: EvaluateCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1EvaluateMappingTemplateCommand: (input: EvaluateMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1FlushApiCacheCommand: (input: FlushApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1GetApiAssociationCommand: (input: GetApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1GetApiCacheCommand: (input: GetApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1GetGraphqlApiCommand: (input: GetGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1GetIntrospectionSchemaCommand: (input: GetIntrospectionSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1GetResolverCommand: (input: GetResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1GetSchemaCreationStatusCommand: (input: GetSchemaCreationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1GetTypeCommand: (input: GetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1ListApiKeysCommand: (input: ListApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1ListGraphqlApisCommand: (input: ListGraphqlApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListResolversCommand: (input: ListResolversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1ListResolversByFunctionCommand: (input: ListResolversByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1ListTypesCommand: (input: ListTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1StartSchemaCreationCommand: (input: StartSchemaCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1UpdateApiCacheCommand: (input: UpdateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1UpdateFunctionCommand: (input: UpdateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1UpdateGraphqlApiCommand: (input: UpdateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1UpdateResolverCommand: (input: UpdateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1UpdateTypeCommand: (input: UpdateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const deserializeAws_restJson1AssociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApiCommandOutput>;
106
- export declare const deserializeAws_restJson1CreateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCacheCommandOutput>;
107
- export declare const deserializeAws_restJson1CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
108
- export declare const deserializeAws_restJson1CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
109
- export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
110
- export declare const deserializeAws_restJson1CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
111
- export declare const deserializeAws_restJson1CreateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphqlApiCommandOutput>;
112
- export declare const deserializeAws_restJson1CreateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverCommandOutput>;
113
- export declare const deserializeAws_restJson1CreateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypeCommandOutput>;
114
- export declare const deserializeAws_restJson1DeleteApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCacheCommandOutput>;
115
- export declare const deserializeAws_restJson1DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
116
- export declare const deserializeAws_restJson1DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
117
- export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
118
- export declare const deserializeAws_restJson1DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
119
- export declare const deserializeAws_restJson1DeleteGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphqlApiCommandOutput>;
120
- export declare const deserializeAws_restJson1DeleteResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverCommandOutput>;
121
- export declare const deserializeAws_restJson1DeleteTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypeCommandOutput>;
122
- export declare const deserializeAws_restJson1DisassociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApiCommandOutput>;
123
- export declare const deserializeAws_restJson1EvaluateCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateCodeCommandOutput>;
124
- export declare const deserializeAws_restJson1EvaluateMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateMappingTemplateCommandOutput>;
125
- export declare const deserializeAws_restJson1FlushApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushApiCacheCommandOutput>;
126
- export declare const deserializeAws_restJson1GetApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiAssociationCommandOutput>;
127
- export declare const deserializeAws_restJson1GetApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCacheCommandOutput>;
128
- export declare const deserializeAws_restJson1GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
129
- export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
130
- export declare const deserializeAws_restJson1GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
131
- export declare const deserializeAws_restJson1GetGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiCommandOutput>;
132
- export declare const deserializeAws_restJson1GetIntrospectionSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntrospectionSchemaCommandOutput>;
133
- export declare const deserializeAws_restJson1GetResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverCommandOutput>;
134
- export declare const deserializeAws_restJson1GetSchemaCreationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCreationStatusCommandOutput>;
135
- export declare const deserializeAws_restJson1GetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypeCommandOutput>;
136
- export declare const deserializeAws_restJson1ListApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiKeysCommandOutput>;
137
- export declare const deserializeAws_restJson1ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
138
- export declare const deserializeAws_restJson1ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
139
- export declare const deserializeAws_restJson1ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
140
- export declare const deserializeAws_restJson1ListGraphqlApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphqlApisCommandOutput>;
141
- export declare const deserializeAws_restJson1ListResolversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversCommandOutput>;
142
- export declare const deserializeAws_restJson1ListResolversByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversByFunctionCommandOutput>;
143
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
144
- export declare const deserializeAws_restJson1ListTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesCommandOutput>;
145
- export declare const deserializeAws_restJson1StartSchemaCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaCreationCommandOutput>;
146
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
147
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
148
- export declare const deserializeAws_restJson1UpdateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCacheCommandOutput>;
149
- export declare const deserializeAws_restJson1UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
150
- export declare const deserializeAws_restJson1UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
151
- export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
152
- export declare const deserializeAws_restJson1UpdateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCommandOutput>;
153
- export declare const deserializeAws_restJson1UpdateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGraphqlApiCommandOutput>;
154
- export declare const deserializeAws_restJson1UpdateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverCommandOutput>;
155
- export declare const deserializeAws_restJson1UpdateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTypeCommandOutput>;
54
+ /**
55
+ * serializeAws_restJson1AssociateApiCommand
56
+ */
57
+ export declare const se_AssociateApiCommand: (input: AssociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1CreateApiCacheCommand
60
+ */
61
+ export declare const se_CreateApiCacheCommand: (input: CreateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1CreateApiKeyCommand
64
+ */
65
+ export declare const se_CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1CreateDataSourceCommand
68
+ */
69
+ export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1CreateDomainNameCommand
72
+ */
73
+ export declare const se_CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1CreateFunctionCommand
76
+ */
77
+ export declare const se_CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1CreateGraphqlApiCommand
80
+ */
81
+ export declare const se_CreateGraphqlApiCommand: (input: CreateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1CreateResolverCommand
84
+ */
85
+ export declare const se_CreateResolverCommand: (input: CreateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1CreateTypeCommand
88
+ */
89
+ export declare const se_CreateTypeCommand: (input: CreateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1DeleteApiCacheCommand
92
+ */
93
+ export declare const se_DeleteApiCacheCommand: (input: DeleteApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1DeleteApiKeyCommand
96
+ */
97
+ export declare const se_DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1DeleteDataSourceCommand
100
+ */
101
+ export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1DeleteDomainNameCommand
104
+ */
105
+ export declare const se_DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1DeleteFunctionCommand
108
+ */
109
+ export declare const se_DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1DeleteGraphqlApiCommand
112
+ */
113
+ export declare const se_DeleteGraphqlApiCommand: (input: DeleteGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1DeleteResolverCommand
116
+ */
117
+ export declare const se_DeleteResolverCommand: (input: DeleteResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1DeleteTypeCommand
120
+ */
121
+ export declare const se_DeleteTypeCommand: (input: DeleteTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1DisassociateApiCommand
124
+ */
125
+ export declare const se_DisassociateApiCommand: (input: DisassociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1EvaluateCodeCommand
128
+ */
129
+ export declare const se_EvaluateCodeCommand: (input: EvaluateCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1EvaluateMappingTemplateCommand
132
+ */
133
+ export declare const se_EvaluateMappingTemplateCommand: (input: EvaluateMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1FlushApiCacheCommand
136
+ */
137
+ export declare const se_FlushApiCacheCommand: (input: FlushApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1GetApiAssociationCommand
140
+ */
141
+ export declare const se_GetApiAssociationCommand: (input: GetApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1GetApiCacheCommand
144
+ */
145
+ export declare const se_GetApiCacheCommand: (input: GetApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1GetDataSourceCommand
148
+ */
149
+ export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1GetDomainNameCommand
152
+ */
153
+ export declare const se_GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1GetFunctionCommand
156
+ */
157
+ export declare const se_GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1GetGraphqlApiCommand
160
+ */
161
+ export declare const se_GetGraphqlApiCommand: (input: GetGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1GetIntrospectionSchemaCommand
164
+ */
165
+ export declare const se_GetIntrospectionSchemaCommand: (input: GetIntrospectionSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1GetResolverCommand
168
+ */
169
+ export declare const se_GetResolverCommand: (input: GetResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1GetSchemaCreationStatusCommand
172
+ */
173
+ export declare const se_GetSchemaCreationStatusCommand: (input: GetSchemaCreationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1GetTypeCommand
176
+ */
177
+ export declare const se_GetTypeCommand: (input: GetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_restJson1ListApiKeysCommand
180
+ */
181
+ export declare const se_ListApiKeysCommand: (input: ListApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_restJson1ListDataSourcesCommand
184
+ */
185
+ export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_restJson1ListDomainNamesCommand
188
+ */
189
+ export declare const se_ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_restJson1ListFunctionsCommand
192
+ */
193
+ export declare const se_ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_restJson1ListGraphqlApisCommand
196
+ */
197
+ export declare const se_ListGraphqlApisCommand: (input: ListGraphqlApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_restJson1ListResolversCommand
200
+ */
201
+ export declare const se_ListResolversCommand: (input: ListResolversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_restJson1ListResolversByFunctionCommand
204
+ */
205
+ export declare const se_ListResolversByFunctionCommand: (input: ListResolversByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1ListTagsForResourceCommand
208
+ */
209
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_restJson1ListTypesCommand
212
+ */
213
+ export declare const se_ListTypesCommand: (input: ListTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_restJson1StartSchemaCreationCommand
216
+ */
217
+ export declare const se_StartSchemaCreationCommand: (input: StartSchemaCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * serializeAws_restJson1TagResourceCommand
220
+ */
221
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
+ /**
223
+ * serializeAws_restJson1UntagResourceCommand
224
+ */
225
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ /**
227
+ * serializeAws_restJson1UpdateApiCacheCommand
228
+ */
229
+ export declare const se_UpdateApiCacheCommand: (input: UpdateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ /**
231
+ * serializeAws_restJson1UpdateApiKeyCommand
232
+ */
233
+ export declare const se_UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ /**
235
+ * serializeAws_restJson1UpdateDataSourceCommand
236
+ */
237
+ export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ /**
239
+ * serializeAws_restJson1UpdateDomainNameCommand
240
+ */
241
+ export declare const se_UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
+ /**
243
+ * serializeAws_restJson1UpdateFunctionCommand
244
+ */
245
+ export declare const se_UpdateFunctionCommand: (input: UpdateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
+ /**
247
+ * serializeAws_restJson1UpdateGraphqlApiCommand
248
+ */
249
+ export declare const se_UpdateGraphqlApiCommand: (input: UpdateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
+ /**
251
+ * serializeAws_restJson1UpdateResolverCommand
252
+ */
253
+ export declare const se_UpdateResolverCommand: (input: UpdateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
+ /**
255
+ * serializeAws_restJson1UpdateTypeCommand
256
+ */
257
+ export declare const se_UpdateTypeCommand: (input: UpdateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ /**
259
+ * deserializeAws_restJson1AssociateApiCommand
260
+ */
261
+ export declare const de_AssociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApiCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1CreateApiCacheCommand
264
+ */
265
+ export declare const de_CreateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCacheCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1CreateApiKeyCommand
268
+ */
269
+ export declare const de_CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1CreateDataSourceCommand
272
+ */
273
+ export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1CreateDomainNameCommand
276
+ */
277
+ export declare const de_CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1CreateFunctionCommand
280
+ */
281
+ export declare const de_CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
282
+ /**
283
+ * deserializeAws_restJson1CreateGraphqlApiCommand
284
+ */
285
+ export declare const de_CreateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphqlApiCommandOutput>;
286
+ /**
287
+ * deserializeAws_restJson1CreateResolverCommand
288
+ */
289
+ export declare const de_CreateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverCommandOutput>;
290
+ /**
291
+ * deserializeAws_restJson1CreateTypeCommand
292
+ */
293
+ export declare const de_CreateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypeCommandOutput>;
294
+ /**
295
+ * deserializeAws_restJson1DeleteApiCacheCommand
296
+ */
297
+ export declare const de_DeleteApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCacheCommandOutput>;
298
+ /**
299
+ * deserializeAws_restJson1DeleteApiKeyCommand
300
+ */
301
+ export declare const de_DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
302
+ /**
303
+ * deserializeAws_restJson1DeleteDataSourceCommand
304
+ */
305
+ export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
306
+ /**
307
+ * deserializeAws_restJson1DeleteDomainNameCommand
308
+ */
309
+ export declare const de_DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
310
+ /**
311
+ * deserializeAws_restJson1DeleteFunctionCommand
312
+ */
313
+ export declare const de_DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
314
+ /**
315
+ * deserializeAws_restJson1DeleteGraphqlApiCommand
316
+ */
317
+ export declare const de_DeleteGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphqlApiCommandOutput>;
318
+ /**
319
+ * deserializeAws_restJson1DeleteResolverCommand
320
+ */
321
+ export declare const de_DeleteResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverCommandOutput>;
322
+ /**
323
+ * deserializeAws_restJson1DeleteTypeCommand
324
+ */
325
+ export declare const de_DeleteTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypeCommandOutput>;
326
+ /**
327
+ * deserializeAws_restJson1DisassociateApiCommand
328
+ */
329
+ export declare const de_DisassociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApiCommandOutput>;
330
+ /**
331
+ * deserializeAws_restJson1EvaluateCodeCommand
332
+ */
333
+ export declare const de_EvaluateCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateCodeCommandOutput>;
334
+ /**
335
+ * deserializeAws_restJson1EvaluateMappingTemplateCommand
336
+ */
337
+ export declare const de_EvaluateMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateMappingTemplateCommandOutput>;
338
+ /**
339
+ * deserializeAws_restJson1FlushApiCacheCommand
340
+ */
341
+ export declare const de_FlushApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushApiCacheCommandOutput>;
342
+ /**
343
+ * deserializeAws_restJson1GetApiAssociationCommand
344
+ */
345
+ export declare const de_GetApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiAssociationCommandOutput>;
346
+ /**
347
+ * deserializeAws_restJson1GetApiCacheCommand
348
+ */
349
+ export declare const de_GetApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCacheCommandOutput>;
350
+ /**
351
+ * deserializeAws_restJson1GetDataSourceCommand
352
+ */
353
+ export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
354
+ /**
355
+ * deserializeAws_restJson1GetDomainNameCommand
356
+ */
357
+ export declare const de_GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
358
+ /**
359
+ * deserializeAws_restJson1GetFunctionCommand
360
+ */
361
+ export declare const de_GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
362
+ /**
363
+ * deserializeAws_restJson1GetGraphqlApiCommand
364
+ */
365
+ export declare const de_GetGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiCommandOutput>;
366
+ /**
367
+ * deserializeAws_restJson1GetIntrospectionSchemaCommand
368
+ */
369
+ export declare const de_GetIntrospectionSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntrospectionSchemaCommandOutput>;
370
+ /**
371
+ * deserializeAws_restJson1GetResolverCommand
372
+ */
373
+ export declare const de_GetResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverCommandOutput>;
374
+ /**
375
+ * deserializeAws_restJson1GetSchemaCreationStatusCommand
376
+ */
377
+ export declare const de_GetSchemaCreationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCreationStatusCommandOutput>;
378
+ /**
379
+ * deserializeAws_restJson1GetTypeCommand
380
+ */
381
+ export declare const de_GetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypeCommandOutput>;
382
+ /**
383
+ * deserializeAws_restJson1ListApiKeysCommand
384
+ */
385
+ export declare const de_ListApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiKeysCommandOutput>;
386
+ /**
387
+ * deserializeAws_restJson1ListDataSourcesCommand
388
+ */
389
+ export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
390
+ /**
391
+ * deserializeAws_restJson1ListDomainNamesCommand
392
+ */
393
+ export declare const de_ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
394
+ /**
395
+ * deserializeAws_restJson1ListFunctionsCommand
396
+ */
397
+ export declare const de_ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
398
+ /**
399
+ * deserializeAws_restJson1ListGraphqlApisCommand
400
+ */
401
+ export declare const de_ListGraphqlApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphqlApisCommandOutput>;
402
+ /**
403
+ * deserializeAws_restJson1ListResolversCommand
404
+ */
405
+ export declare const de_ListResolversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversCommandOutput>;
406
+ /**
407
+ * deserializeAws_restJson1ListResolversByFunctionCommand
408
+ */
409
+ export declare const de_ListResolversByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversByFunctionCommandOutput>;
410
+ /**
411
+ * deserializeAws_restJson1ListTagsForResourceCommand
412
+ */
413
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
414
+ /**
415
+ * deserializeAws_restJson1ListTypesCommand
416
+ */
417
+ export declare const de_ListTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesCommandOutput>;
418
+ /**
419
+ * deserializeAws_restJson1StartSchemaCreationCommand
420
+ */
421
+ export declare const de_StartSchemaCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaCreationCommandOutput>;
422
+ /**
423
+ * deserializeAws_restJson1TagResourceCommand
424
+ */
425
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
426
+ /**
427
+ * deserializeAws_restJson1UntagResourceCommand
428
+ */
429
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
430
+ /**
431
+ * deserializeAws_restJson1UpdateApiCacheCommand
432
+ */
433
+ export declare const de_UpdateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCacheCommandOutput>;
434
+ /**
435
+ * deserializeAws_restJson1UpdateApiKeyCommand
436
+ */
437
+ export declare const de_UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
438
+ /**
439
+ * deserializeAws_restJson1UpdateDataSourceCommand
440
+ */
441
+ export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
442
+ /**
443
+ * deserializeAws_restJson1UpdateDomainNameCommand
444
+ */
445
+ export declare const de_UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
446
+ /**
447
+ * deserializeAws_restJson1UpdateFunctionCommand
448
+ */
449
+ export declare const de_UpdateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCommandOutput>;
450
+ /**
451
+ * deserializeAws_restJson1UpdateGraphqlApiCommand
452
+ */
453
+ export declare const de_UpdateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGraphqlApiCommandOutput>;
454
+ /**
455
+ * deserializeAws_restJson1UpdateResolverCommand
456
+ */
457
+ export declare const de_UpdateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverCommandOutput>;
458
+ /**
459
+ * deserializeAws_restJson1UpdateTypeCommand
460
+ */
461
+ export declare const de_UpdateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTypeCommandOutput>;