@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_restJson1AssociateApiCommand, serializeAws_restJson1AssociateApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociateApiCommand, se_AssociateApiCommand } from "../protocols/Aws_restJson1";
5
5
  export class AssociateApiCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociateApiCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AssociateApiCommand(input, context);
36
+ return se_AssociateApiCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AssociateApiCommand(output, context);
39
+ return de_AssociateApiCommand(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_restJson1CreateApiCacheCommand, serializeAws_restJson1CreateApiCacheCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateApiCacheCommand, se_CreateApiCacheCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateApiCacheCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateApiCacheCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateApiCacheCommand(input, context);
36
+ return se_CreateApiCacheCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateApiCacheCommand(output, context);
39
+ return de_CreateApiCacheCommand(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_restJson1CreateApiKeyCommand, serializeAws_restJson1CreateApiKeyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateApiKeyCommand, se_CreateApiKeyCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateApiKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateApiKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateApiKeyCommand(input, context);
36
+ return se_CreateApiKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateApiKeyCommand(output, context);
39
+ return de_CreateApiKeyCommand(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_restJson1CreateDataSourceCommand, serializeAws_restJson1CreateDataSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDataSourceCommand, se_CreateDataSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDataSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDataSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDataSourceCommand(input, context);
36
+ return se_CreateDataSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDataSourceCommand(output, context);
39
+ return de_CreateDataSourceCommand(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_restJson1CreateDomainNameCommand, serializeAws_restJson1CreateDomainNameCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDomainNameCommand, se_CreateDomainNameCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDomainNameCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDomainNameCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDomainNameCommand(input, context);
36
+ return se_CreateDomainNameCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDomainNameCommand(output, context);
39
+ return de_CreateDomainNameCommand(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_restJson1CreateFunctionCommand, serializeAws_restJson1CreateFunctionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateFunctionCommand, se_CreateFunctionCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateFunctionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateFunctionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateFunctionCommand(input, context);
36
+ return se_CreateFunctionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateFunctionCommand(output, context);
39
+ return de_CreateFunctionCommand(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_restJson1CreateGraphqlApiCommand, serializeAws_restJson1CreateGraphqlApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateGraphqlApiCommand, se_CreateGraphqlApiCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateGraphqlApiCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateGraphqlApiCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateGraphqlApiCommand(input, context);
36
+ return se_CreateGraphqlApiCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateGraphqlApiCommand(output, context);
39
+ return de_CreateGraphqlApiCommand(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_restJson1CreateResolverCommand, serializeAws_restJson1CreateResolverCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateResolverCommand, se_CreateResolverCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateResolverCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateResolverCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateResolverCommand(input, context);
36
+ return se_CreateResolverCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateResolverCommand(output, context);
39
+ return de_CreateResolverCommand(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_restJson1CreateTypeCommand, serializeAws_restJson1CreateTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateTypeCommand, se_CreateTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateTypeCommand(input, context);
36
+ return se_CreateTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateTypeCommand(output, context);
39
+ return de_CreateTypeCommand(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_restJson1DeleteApiCacheCommand, serializeAws_restJson1DeleteApiCacheCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteApiCacheCommand, se_DeleteApiCacheCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteApiCacheCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteApiCacheCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteApiCacheCommand(input, context);
36
+ return se_DeleteApiCacheCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteApiCacheCommand(output, context);
39
+ return de_DeleteApiCacheCommand(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_restJson1DeleteApiKeyCommand, serializeAws_restJson1DeleteApiKeyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteApiKeyCommand, se_DeleteApiKeyCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteApiKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteApiKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteApiKeyCommand(input, context);
36
+ return se_DeleteApiKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteApiKeyCommand(output, context);
39
+ return de_DeleteApiKeyCommand(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_restJson1DeleteDataSourceCommand, serializeAws_restJson1DeleteDataSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDataSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDataSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDataSourceCommand(input, context);
36
+ return se_DeleteDataSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDataSourceCommand(output, context);
39
+ return de_DeleteDataSourceCommand(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_restJson1DeleteDomainNameCommand, serializeAws_restJson1DeleteDomainNameCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDomainNameCommand, se_DeleteDomainNameCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDomainNameCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDomainNameCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDomainNameCommand(input, context);
36
+ return se_DeleteDomainNameCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDomainNameCommand(output, context);
39
+ return de_DeleteDomainNameCommand(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_restJson1DeleteFunctionCommand, serializeAws_restJson1DeleteFunctionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteFunctionCommand, se_DeleteFunctionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteFunctionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteFunctionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteFunctionCommand(input, context);
36
+ return se_DeleteFunctionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteFunctionCommand(output, context);
39
+ return de_DeleteFunctionCommand(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_restJson1DeleteGraphqlApiCommand, serializeAws_restJson1DeleteGraphqlApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteGraphqlApiCommand, se_DeleteGraphqlApiCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteGraphqlApiCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteGraphqlApiCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteGraphqlApiCommand(input, context);
36
+ return se_DeleteGraphqlApiCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteGraphqlApiCommand(output, context);
39
+ return de_DeleteGraphqlApiCommand(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_restJson1DeleteResolverCommand, serializeAws_restJson1DeleteResolverCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteResolverCommand, se_DeleteResolverCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteResolverCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteResolverCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteResolverCommand(input, context);
36
+ return se_DeleteResolverCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteResolverCommand(output, context);
39
+ return de_DeleteResolverCommand(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_restJson1DeleteTypeCommand, serializeAws_restJson1DeleteTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteTypeCommand, se_DeleteTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteTypeCommand(input, context);
36
+ return se_DeleteTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteTypeCommand(output, context);
39
+ return de_DeleteTypeCommand(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_restJson1DisassociateApiCommand, serializeAws_restJson1DisassociateApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateApiCommand, se_DisassociateApiCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateApiCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateApiCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociateApiCommand(input, context);
36
+ return se_DisassociateApiCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociateApiCommand(output, context);
39
+ return de_DisassociateApiCommand(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_restJson1EvaluateCodeCommand, serializeAws_restJson1EvaluateCodeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_EvaluateCodeCommand, se_EvaluateCodeCommand } from "../protocols/Aws_restJson1";
5
5
  export class EvaluateCodeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class EvaluateCodeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1EvaluateCodeCommand(input, context);
36
+ return se_EvaluateCodeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1EvaluateCodeCommand(output, context);
39
+ return de_EvaluateCodeCommand(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_restJson1EvaluateMappingTemplateCommand, serializeAws_restJson1EvaluateMappingTemplateCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_EvaluateMappingTemplateCommand, se_EvaluateMappingTemplateCommand } from "../protocols/Aws_restJson1";
5
5
  export class EvaluateMappingTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class EvaluateMappingTemplateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1EvaluateMappingTemplateCommand(input, context);
36
+ return se_EvaluateMappingTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1EvaluateMappingTemplateCommand(output, context);
39
+ return de_EvaluateMappingTemplateCommand(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_restJson1FlushApiCacheCommand, serializeAws_restJson1FlushApiCacheCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_FlushApiCacheCommand, se_FlushApiCacheCommand } from "../protocols/Aws_restJson1";
5
5
  export class FlushApiCacheCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class FlushApiCacheCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1FlushApiCacheCommand(input, context);
36
+ return se_FlushApiCacheCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1FlushApiCacheCommand(output, context);
39
+ return de_FlushApiCacheCommand(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_restJson1GetApiAssociationCommand, serializeAws_restJson1GetApiAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetApiAssociationCommand, se_GetApiAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetApiAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetApiAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetApiAssociationCommand(input, context);
36
+ return se_GetApiAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetApiAssociationCommand(output, context);
39
+ return de_GetApiAssociationCommand(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_restJson1GetApiCacheCommand, serializeAws_restJson1GetApiCacheCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetApiCacheCommand, se_GetApiCacheCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetApiCacheCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetApiCacheCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetApiCacheCommand(input, context);
36
+ return se_GetApiCacheCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetApiCacheCommand(output, context);
39
+ return de_GetApiCacheCommand(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_restJson1GetDataSourceCommand, serializeAws_restJson1GetDataSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDataSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDataSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDataSourceCommand(input, context);
36
+ return se_GetDataSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDataSourceCommand(output, context);
39
+ return de_GetDataSourceCommand(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_restJson1GetDomainNameCommand, serializeAws_restJson1GetDomainNameCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDomainNameCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDomainNameCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDomainNameCommand(input, context);
36
+ return se_GetDomainNameCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDomainNameCommand(output, context);
39
+ return de_GetDomainNameCommand(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_restJson1GetFunctionCommand, serializeAws_restJson1GetFunctionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetFunctionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFunctionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFunctionCommand(input, context);
36
+ return se_GetFunctionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFunctionCommand(output, context);
39
+ return de_GetFunctionCommand(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_restJson1GetGraphqlApiCommand, serializeAws_restJson1GetGraphqlApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetGraphqlApiCommand, se_GetGraphqlApiCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetGraphqlApiCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetGraphqlApiCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetGraphqlApiCommand(input, context);
36
+ return se_GetGraphqlApiCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetGraphqlApiCommand(output, context);
39
+ return de_GetGraphqlApiCommand(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_restJson1GetIntrospectionSchemaCommand, serializeAws_restJson1GetIntrospectionSchemaCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetIntrospectionSchemaCommand, se_GetIntrospectionSchemaCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetIntrospectionSchemaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetIntrospectionSchemaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetIntrospectionSchemaCommand(input, context);
36
+ return se_GetIntrospectionSchemaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetIntrospectionSchemaCommand(output, context);
39
+ return de_GetIntrospectionSchemaCommand(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_restJson1GetResolverCommand, serializeAws_restJson1GetResolverCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetResolverCommand, se_GetResolverCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetResolverCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetResolverCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetResolverCommand(input, context);
36
+ return se_GetResolverCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetResolverCommand(output, context);
39
+ return de_GetResolverCommand(output, context);
40
40
  }
41
41
  }