@aws-sdk/client-appsync 3.306.0 → 3.310.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 +35 -35
@@ -36,10 +36,10 @@ class AssociateApiCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AssociateApiCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateApiCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateApiCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateApiCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateApiCommand = AssociateApiCommand;
@@ -36,10 +36,10 @@ class CreateApiCacheCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateApiCacheCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateApiCacheCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateApiCacheCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateApiCacheCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateApiCacheCommand = CreateApiCacheCommand;
@@ -36,10 +36,10 @@ class CreateApiKeyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateApiKeyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateApiKeyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateApiKeyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateApiKeyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateApiKeyCommand = CreateApiKeyCommand;
@@ -36,10 +36,10 @@ class CreateDataSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDataSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDataSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDataSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDataSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataSourceCommand = CreateDataSourceCommand;
@@ -36,10 +36,10 @@ class CreateDomainNameCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDomainNameCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDomainNameCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDomainNameCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDomainNameCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDomainNameCommand = CreateDomainNameCommand;
@@ -36,10 +36,10 @@ class CreateFunctionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateFunctionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFunctionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFunctionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFunctionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFunctionCommand = CreateFunctionCommand;
@@ -36,10 +36,10 @@ class CreateGraphqlApiCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateGraphqlApiCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateGraphqlApiCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateGraphqlApiCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateGraphqlApiCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateGraphqlApiCommand = CreateGraphqlApiCommand;
@@ -36,10 +36,10 @@ class CreateResolverCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateResolverCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateResolverCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateResolverCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateResolverCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateResolverCommand = CreateResolverCommand;
@@ -36,10 +36,10 @@ class CreateTypeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateTypeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTypeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateTypeCommand = CreateTypeCommand;
@@ -36,10 +36,10 @@ class DeleteApiCacheCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteApiCacheCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteApiCacheCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteApiCacheCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteApiCacheCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteApiCacheCommand = DeleteApiCacheCommand;
@@ -36,10 +36,10 @@ class DeleteApiKeyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteApiKeyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteApiKeyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteApiKeyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteApiKeyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteApiKeyCommand = DeleteApiKeyCommand;
@@ -36,10 +36,10 @@ class DeleteDataSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDataSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDataSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDataSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDataSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
@@ -36,10 +36,10 @@ class DeleteDomainNameCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDomainNameCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDomainNameCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDomainNameCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDomainNameCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDomainNameCommand = DeleteDomainNameCommand;
@@ -36,10 +36,10 @@ class DeleteFunctionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteFunctionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteFunctionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteFunctionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteFunctionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteFunctionCommand = DeleteFunctionCommand;
@@ -36,10 +36,10 @@ class DeleteGraphqlApiCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteGraphqlApiCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteGraphqlApiCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteGraphqlApiCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteGraphqlApiCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteGraphqlApiCommand = DeleteGraphqlApiCommand;
@@ -36,10 +36,10 @@ class DeleteResolverCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteResolverCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteResolverCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResolverCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteResolverCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteResolverCommand = DeleteResolverCommand;
@@ -36,10 +36,10 @@ class DeleteTypeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteTypeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteTypeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteTypeCommand = DeleteTypeCommand;
@@ -36,10 +36,10 @@ class DisassociateApiCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateApiCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateApiCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateApiCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateApiCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateApiCommand = DisassociateApiCommand;
@@ -36,10 +36,10 @@ class EvaluateCodeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1EvaluateCodeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_EvaluateCodeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1EvaluateCodeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_EvaluateCodeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EvaluateCodeCommand = EvaluateCodeCommand;
@@ -36,10 +36,10 @@ class EvaluateMappingTemplateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1EvaluateMappingTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_EvaluateMappingTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1EvaluateMappingTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_EvaluateMappingTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EvaluateMappingTemplateCommand = EvaluateMappingTemplateCommand;
@@ -36,10 +36,10 @@ class FlushApiCacheCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1FlushApiCacheCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_FlushApiCacheCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1FlushApiCacheCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_FlushApiCacheCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.FlushApiCacheCommand = FlushApiCacheCommand;
@@ -36,10 +36,10 @@ class GetApiAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetApiAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetApiAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetApiAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetApiAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetApiAssociationCommand = GetApiAssociationCommand;
@@ -36,10 +36,10 @@ class GetApiCacheCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetApiCacheCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetApiCacheCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetApiCacheCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetApiCacheCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetApiCacheCommand = GetApiCacheCommand;
@@ -36,10 +36,10 @@ class GetDataSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDataSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDataSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDataSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataSourceCommand = GetDataSourceCommand;
@@ -36,10 +36,10 @@ class GetDomainNameCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDomainNameCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDomainNameCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDomainNameCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDomainNameCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDomainNameCommand = GetDomainNameCommand;
@@ -36,10 +36,10 @@ class GetFunctionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetFunctionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFunctionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFunctionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFunctionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFunctionCommand = GetFunctionCommand;
@@ -36,10 +36,10 @@ class GetGraphqlApiCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGraphqlApiCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGraphqlApiCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGraphqlApiCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGraphqlApiCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGraphqlApiCommand = GetGraphqlApiCommand;
@@ -36,10 +36,10 @@ class GetIntrospectionSchemaCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetIntrospectionSchemaCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetIntrospectionSchemaCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetIntrospectionSchemaCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetIntrospectionSchemaCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetIntrospectionSchemaCommand = GetIntrospectionSchemaCommand;
@@ -36,10 +36,10 @@ class GetResolverCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetResolverCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResolverCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResolverCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResolverCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResolverCommand = GetResolverCommand;
@@ -36,10 +36,10 @@ class GetSchemaCreationStatusCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSchemaCreationStatusCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSchemaCreationStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSchemaCreationStatusCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSchemaCreationStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSchemaCreationStatusCommand = GetSchemaCreationStatusCommand;
@@ -36,10 +36,10 @@ class GetTypeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetTypeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTypeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTypeCommand = GetTypeCommand;
@@ -36,10 +36,10 @@ class ListApiKeysCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListApiKeysCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListApiKeysCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListApiKeysCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListApiKeysCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListApiKeysCommand = ListApiKeysCommand;
@@ -36,10 +36,10 @@ class ListDataSourcesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDataSourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDataSourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataSourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDataSourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
@@ -36,10 +36,10 @@ class ListDomainNamesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDomainNamesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDomainNamesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDomainNamesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDomainNamesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDomainNamesCommand = ListDomainNamesCommand;
@@ -36,10 +36,10 @@ class ListFunctionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFunctionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFunctionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFunctionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFunctionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFunctionsCommand = ListFunctionsCommand;
@@ -36,10 +36,10 @@ class ListGraphqlApisCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListGraphqlApisCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGraphqlApisCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGraphqlApisCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGraphqlApisCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGraphqlApisCommand = ListGraphqlApisCommand;
@@ -36,10 +36,10 @@ class ListResolversByFunctionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListResolversByFunctionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResolversByFunctionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResolversByFunctionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResolversByFunctionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResolversByFunctionCommand = ListResolversByFunctionCommand;
@@ -36,10 +36,10 @@ class ListResolversCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListResolversCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResolversCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResolversCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResolversCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResolversCommand = ListResolversCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListTypesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTypesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTypesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTypesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTypesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTypesCommand = ListTypesCommand;
@@ -36,10 +36,10 @@ class StartSchemaCreationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StartSchemaCreationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartSchemaCreationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartSchemaCreationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartSchemaCreationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartSchemaCreationCommand = StartSchemaCreationCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;