@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
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetSchemaCreationStatusCommand, serializeAws_restJson1GetSchemaCreationStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSchemaCreationStatusCommand, se_GetSchemaCreationStatusCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSchemaCreationStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSchemaCreationStatusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSchemaCreationStatusCommand(input, context);
36
+ return se_GetSchemaCreationStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSchemaCreationStatusCommand(output, context);
39
+ return de_GetSchemaCreationStatusCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetTypeCommand, serializeAws_restJson1GetTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetTypeCommand, se_GetTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetTypeCommand(input, context);
36
+ return se_GetTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetTypeCommand(output, context);
39
+ return de_GetTypeCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListApiKeysCommand, serializeAws_restJson1ListApiKeysCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListApiKeysCommand, se_ListApiKeysCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListApiKeysCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListApiKeysCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListApiKeysCommand(input, context);
36
+ return se_ListApiKeysCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListApiKeysCommand(output, context);
39
+ return de_ListApiKeysCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDataSourcesCommand, serializeAws_restJson1ListDataSourcesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDataSourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDataSourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDataSourcesCommand(input, context);
36
+ return se_ListDataSourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDataSourcesCommand(output, context);
39
+ return de_ListDataSourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDomainNamesCommand, serializeAws_restJson1ListDomainNamesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDomainNamesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDomainNamesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDomainNamesCommand(input, context);
36
+ return se_ListDomainNamesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDomainNamesCommand(output, context);
39
+ return de_ListDomainNamesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFunctionsCommand, serializeAws_restJson1ListFunctionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFunctionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFunctionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFunctionsCommand(input, context);
36
+ return se_ListFunctionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFunctionsCommand(output, context);
39
+ return de_ListFunctionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListGraphqlApisCommand, serializeAws_restJson1ListGraphqlApisCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListGraphqlApisCommand, se_ListGraphqlApisCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListGraphqlApisCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListGraphqlApisCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListGraphqlApisCommand(input, context);
36
+ return se_ListGraphqlApisCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListGraphqlApisCommand(output, context);
39
+ return de_ListGraphqlApisCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListResolversByFunctionCommand, serializeAws_restJson1ListResolversByFunctionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListResolversByFunctionCommand, se_ListResolversByFunctionCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListResolversByFunctionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListResolversByFunctionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListResolversByFunctionCommand(input, context);
36
+ return se_ListResolversByFunctionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListResolversByFunctionCommand(output, context);
39
+ return de_ListResolversByFunctionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListResolversCommand, serializeAws_restJson1ListResolversCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListResolversCommand, se_ListResolversCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListResolversCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListResolversCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListResolversCommand(input, context);
36
+ return se_ListResolversCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListResolversCommand(output, context);
39
+ return de_ListResolversCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTypesCommand, serializeAws_restJson1ListTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTypesCommand, se_ListTypesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTypesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTypesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTypesCommand(input, context);
36
+ return se_ListTypesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTypesCommand(output, context);
39
+ return de_ListTypesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1StartSchemaCreationCommand, serializeAws_restJson1StartSchemaCreationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartSchemaCreationCommand, se_StartSchemaCreationCommand } from "../protocols/Aws_restJson1";
5
5
  export class StartSchemaCreationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartSchemaCreationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartSchemaCreationCommand(input, context);
36
+ return se_StartSchemaCreationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartSchemaCreationCommand(output, context);
39
+ return de_StartSchemaCreationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateApiCacheCommand, serializeAws_restJson1UpdateApiCacheCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateApiCacheCommand, se_UpdateApiCacheCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateApiCacheCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateApiCacheCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateApiCacheCommand(input, context);
36
+ return se_UpdateApiCacheCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateApiCacheCommand(output, context);
39
+ return de_UpdateApiCacheCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateApiKeyCommand, serializeAws_restJson1UpdateApiKeyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateApiKeyCommand, se_UpdateApiKeyCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateApiKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateApiKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateApiKeyCommand(input, context);
36
+ return se_UpdateApiKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateApiKeyCommand(output, context);
39
+ return de_UpdateApiKeyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateDataSourceCommand, serializeAws_restJson1UpdateDataSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateDataSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateDataSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateDataSourceCommand(input, context);
36
+ return se_UpdateDataSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateDataSourceCommand(output, context);
39
+ return de_UpdateDataSourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateDomainNameCommand, serializeAws_restJson1UpdateDomainNameCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateDomainNameCommand, se_UpdateDomainNameCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateDomainNameCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateDomainNameCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateDomainNameCommand(input, context);
36
+ return se_UpdateDomainNameCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateDomainNameCommand(output, context);
39
+ return de_UpdateDomainNameCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateFunctionCommand, serializeAws_restJson1UpdateFunctionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateFunctionCommand, se_UpdateFunctionCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateFunctionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateFunctionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateFunctionCommand(input, context);
36
+ return se_UpdateFunctionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateFunctionCommand(output, context);
39
+ return de_UpdateFunctionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateGraphqlApiCommand, serializeAws_restJson1UpdateGraphqlApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateGraphqlApiCommand, se_UpdateGraphqlApiCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateGraphqlApiCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateGraphqlApiCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateGraphqlApiCommand(input, context);
36
+ return se_UpdateGraphqlApiCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateGraphqlApiCommand(output, context);
39
+ return de_UpdateGraphqlApiCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateResolverCommand, serializeAws_restJson1UpdateResolverCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateResolverCommand, se_UpdateResolverCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateResolverCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateResolverCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateResolverCommand(input, context);
36
+ return se_UpdateResolverCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateResolverCommand(output, context);
39
+ return de_UpdateResolverCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateTypeCommand, serializeAws_restJson1UpdateTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateTypeCommand, se_UpdateTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateTypeCommand(input, context);
36
+ return se_UpdateTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateTypeCommand(output, context);
39
+ return de_UpdateTypeCommand(output, context);
40
40
  }
41
41
  }