@aws-sdk/client-amplifybackend 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 (67) hide show
  1. package/dist-cjs/commands/CloneBackendCommand.js +2 -2
  2. package/dist-cjs/commands/CreateBackendAPICommand.js +2 -2
  3. package/dist-cjs/commands/CreateBackendAuthCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBackendCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBackendConfigCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBackendStorageCommand.js +2 -2
  7. package/dist-cjs/commands/CreateTokenCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackendAPICommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBackendAuthCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteBackendCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteBackendStorageCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteTokenCommand.js +2 -2
  13. package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +2 -2
  14. package/dist-cjs/commands/GetBackendAPICommand.js +2 -2
  15. package/dist-cjs/commands/GetBackendAPIModelsCommand.js +2 -2
  16. package/dist-cjs/commands/GetBackendAuthCommand.js +2 -2
  17. package/dist-cjs/commands/GetBackendCommand.js +2 -2
  18. package/dist-cjs/commands/GetBackendJobCommand.js +2 -2
  19. package/dist-cjs/commands/GetBackendStorageCommand.js +2 -2
  20. package/dist-cjs/commands/GetTokenCommand.js +2 -2
  21. package/dist-cjs/commands/ImportBackendAuthCommand.js +2 -2
  22. package/dist-cjs/commands/ImportBackendStorageCommand.js +2 -2
  23. package/dist-cjs/commands/ListBackendJobsCommand.js +2 -2
  24. package/dist-cjs/commands/ListS3BucketsCommand.js +2 -2
  25. package/dist-cjs/commands/RemoveAllBackendsCommand.js +2 -2
  26. package/dist-cjs/commands/RemoveBackendConfigCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateBackendAPICommand.js +2 -2
  28. package/dist-cjs/commands/UpdateBackendAuthCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateBackendConfigCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateBackendJobCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateBackendStorageCommand.js +2 -2
  32. package/dist-cjs/protocols/Aws_restJson1.js +487 -553
  33. package/dist-es/commands/CloneBackendCommand.js +3 -3
  34. package/dist-es/commands/CreateBackendAPICommand.js +3 -3
  35. package/dist-es/commands/CreateBackendAuthCommand.js +3 -3
  36. package/dist-es/commands/CreateBackendCommand.js +3 -3
  37. package/dist-es/commands/CreateBackendConfigCommand.js +3 -3
  38. package/dist-es/commands/CreateBackendStorageCommand.js +3 -3
  39. package/dist-es/commands/CreateTokenCommand.js +3 -3
  40. package/dist-es/commands/DeleteBackendAPICommand.js +3 -3
  41. package/dist-es/commands/DeleteBackendAuthCommand.js +3 -3
  42. package/dist-es/commands/DeleteBackendCommand.js +3 -3
  43. package/dist-es/commands/DeleteBackendStorageCommand.js +3 -3
  44. package/dist-es/commands/DeleteTokenCommand.js +3 -3
  45. package/dist-es/commands/GenerateBackendAPIModelsCommand.js +3 -3
  46. package/dist-es/commands/GetBackendAPICommand.js +3 -3
  47. package/dist-es/commands/GetBackendAPIModelsCommand.js +3 -3
  48. package/dist-es/commands/GetBackendAuthCommand.js +3 -3
  49. package/dist-es/commands/GetBackendCommand.js +3 -3
  50. package/dist-es/commands/GetBackendJobCommand.js +3 -3
  51. package/dist-es/commands/GetBackendStorageCommand.js +3 -3
  52. package/dist-es/commands/GetTokenCommand.js +3 -3
  53. package/dist-es/commands/ImportBackendAuthCommand.js +3 -3
  54. package/dist-es/commands/ImportBackendStorageCommand.js +3 -3
  55. package/dist-es/commands/ListBackendJobsCommand.js +3 -3
  56. package/dist-es/commands/ListS3BucketsCommand.js +3 -3
  57. package/dist-es/commands/RemoveAllBackendsCommand.js +3 -3
  58. package/dist-es/commands/RemoveBackendConfigCommand.js +3 -3
  59. package/dist-es/commands/UpdateBackendAPICommand.js +3 -3
  60. package/dist-es/commands/UpdateBackendAuthCommand.js +3 -3
  61. package/dist-es/commands/UpdateBackendConfigCommand.js +3 -3
  62. package/dist-es/commands/UpdateBackendJobCommand.js +3 -3
  63. package/dist-es/commands/UpdateBackendStorageCommand.js +3 -3
  64. package/dist-es/protocols/Aws_restJson1.js +423 -489
  65. package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
  67. 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_restJson1CloneBackendCommand, serializeAws_restJson1CloneBackendCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CloneBackendCommand, se_CloneBackendCommand } from "../protocols/Aws_restJson1";
5
5
  export class CloneBackendCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CloneBackendCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CloneBackendCommand(input, context);
36
+ return se_CloneBackendCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CloneBackendCommand(output, context);
39
+ return de_CloneBackendCommand(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_restJson1CreateBackendAPICommand, serializeAws_restJson1CreateBackendAPICommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateBackendAPICommand, se_CreateBackendAPICommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateBackendAPICommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBackendAPICommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateBackendAPICommand(input, context);
36
+ return se_CreateBackendAPICommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateBackendAPICommand(output, context);
39
+ return de_CreateBackendAPICommand(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_restJson1CreateBackendAuthCommand, serializeAws_restJson1CreateBackendAuthCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateBackendAuthCommand, se_CreateBackendAuthCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateBackendAuthCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBackendAuthCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateBackendAuthCommand(input, context);
36
+ return se_CreateBackendAuthCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateBackendAuthCommand(output, context);
39
+ return de_CreateBackendAuthCommand(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_restJson1CreateBackendCommand, serializeAws_restJson1CreateBackendCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateBackendCommand, se_CreateBackendCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateBackendCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBackendCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateBackendCommand(input, context);
36
+ return se_CreateBackendCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateBackendCommand(output, context);
39
+ return de_CreateBackendCommand(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_restJson1CreateBackendConfigCommand, serializeAws_restJson1CreateBackendConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateBackendConfigCommand, se_CreateBackendConfigCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateBackendConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBackendConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateBackendConfigCommand(input, context);
36
+ return se_CreateBackendConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateBackendConfigCommand(output, context);
39
+ return de_CreateBackendConfigCommand(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_restJson1CreateBackendStorageCommand, serializeAws_restJson1CreateBackendStorageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateBackendStorageCommand, se_CreateBackendStorageCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateBackendStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBackendStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateBackendStorageCommand(input, context);
36
+ return se_CreateBackendStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateBackendStorageCommand(output, context);
39
+ return de_CreateBackendStorageCommand(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_restJson1CreateTokenCommand, serializeAws_restJson1CreateTokenCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateTokenCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateTokenCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateTokenCommand(input, context);
36
+ return se_CreateTokenCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateTokenCommand(output, context);
39
+ return de_CreateTokenCommand(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_restJson1DeleteBackendAPICommand, serializeAws_restJson1DeleteBackendAPICommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteBackendAPICommand, se_DeleteBackendAPICommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteBackendAPICommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBackendAPICommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteBackendAPICommand(input, context);
36
+ return se_DeleteBackendAPICommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteBackendAPICommand(output, context);
39
+ return de_DeleteBackendAPICommand(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_restJson1DeleteBackendAuthCommand, serializeAws_restJson1DeleteBackendAuthCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteBackendAuthCommand, se_DeleteBackendAuthCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteBackendAuthCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBackendAuthCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteBackendAuthCommand(input, context);
36
+ return se_DeleteBackendAuthCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteBackendAuthCommand(output, context);
39
+ return de_DeleteBackendAuthCommand(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_restJson1DeleteBackendCommand, serializeAws_restJson1DeleteBackendCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteBackendCommand, se_DeleteBackendCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteBackendCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBackendCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteBackendCommand(input, context);
36
+ return se_DeleteBackendCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteBackendCommand(output, context);
39
+ return de_DeleteBackendCommand(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_restJson1DeleteBackendStorageCommand, serializeAws_restJson1DeleteBackendStorageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteBackendStorageCommand, se_DeleteBackendStorageCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteBackendStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBackendStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteBackendStorageCommand(input, context);
36
+ return se_DeleteBackendStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteBackendStorageCommand(output, context);
39
+ return de_DeleteBackendStorageCommand(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_restJson1DeleteTokenCommand, serializeAws_restJson1DeleteTokenCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteTokenCommand, se_DeleteTokenCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteTokenCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTokenCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteTokenCommand(input, context);
36
+ return se_DeleteTokenCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteTokenCommand(output, context);
39
+ return de_DeleteTokenCommand(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_restJson1GenerateBackendAPIModelsCommand, serializeAws_restJson1GenerateBackendAPIModelsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GenerateBackendAPIModelsCommand, se_GenerateBackendAPIModelsCommand } from "../protocols/Aws_restJson1";
5
5
  export class GenerateBackendAPIModelsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GenerateBackendAPIModelsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GenerateBackendAPIModelsCommand(input, context);
36
+ return se_GenerateBackendAPIModelsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GenerateBackendAPIModelsCommand(output, context);
39
+ return de_GenerateBackendAPIModelsCommand(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_restJson1GetBackendAPICommand, serializeAws_restJson1GetBackendAPICommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendAPICommand, se_GetBackendAPICommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendAPICommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendAPICommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendAPICommand(input, context);
36
+ return se_GetBackendAPICommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendAPICommand(output, context);
39
+ return de_GetBackendAPICommand(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_restJson1GetBackendAPIModelsCommand, serializeAws_restJson1GetBackendAPIModelsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendAPIModelsCommand, se_GetBackendAPIModelsCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendAPIModelsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendAPIModelsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendAPIModelsCommand(input, context);
36
+ return se_GetBackendAPIModelsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendAPIModelsCommand(output, context);
39
+ return de_GetBackendAPIModelsCommand(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_restJson1GetBackendAuthCommand, serializeAws_restJson1GetBackendAuthCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendAuthCommand, se_GetBackendAuthCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendAuthCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendAuthCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendAuthCommand(input, context);
36
+ return se_GetBackendAuthCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendAuthCommand(output, context);
39
+ return de_GetBackendAuthCommand(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_restJson1GetBackendCommand, serializeAws_restJson1GetBackendCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendCommand, se_GetBackendCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendCommand(input, context);
36
+ return se_GetBackendCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendCommand(output, context);
39
+ return de_GetBackendCommand(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_restJson1GetBackendJobCommand, serializeAws_restJson1GetBackendJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendJobCommand, se_GetBackendJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendJobCommand(input, context);
36
+ return se_GetBackendJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendJobCommand(output, context);
39
+ return de_GetBackendJobCommand(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_restJson1GetBackendStorageCommand, serializeAws_restJson1GetBackendStorageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendStorageCommand, se_GetBackendStorageCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendStorageCommand(input, context);
36
+ return se_GetBackendStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendStorageCommand(output, context);
39
+ return de_GetBackendStorageCommand(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_restJson1GetTokenCommand, serializeAws_restJson1GetTokenCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetTokenCommand, se_GetTokenCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetTokenCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTokenCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetTokenCommand(input, context);
36
+ return se_GetTokenCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetTokenCommand(output, context);
39
+ return de_GetTokenCommand(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_restJson1ImportBackendAuthCommand, serializeAws_restJson1ImportBackendAuthCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ImportBackendAuthCommand, se_ImportBackendAuthCommand } from "../protocols/Aws_restJson1";
5
5
  export class ImportBackendAuthCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ImportBackendAuthCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ImportBackendAuthCommand(input, context);
36
+ return se_ImportBackendAuthCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ImportBackendAuthCommand(output, context);
39
+ return de_ImportBackendAuthCommand(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_restJson1ImportBackendStorageCommand, serializeAws_restJson1ImportBackendStorageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ImportBackendStorageCommand, se_ImportBackendStorageCommand } from "../protocols/Aws_restJson1";
5
5
  export class ImportBackendStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ImportBackendStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ImportBackendStorageCommand(input, context);
36
+ return se_ImportBackendStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ImportBackendStorageCommand(output, context);
39
+ return de_ImportBackendStorageCommand(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_restJson1ListBackendJobsCommand, serializeAws_restJson1ListBackendJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBackendJobsCommand, se_ListBackendJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBackendJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBackendJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBackendJobsCommand(input, context);
36
+ return se_ListBackendJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBackendJobsCommand(output, context);
39
+ return de_ListBackendJobsCommand(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_restJson1ListS3BucketsCommand, serializeAws_restJson1ListS3BucketsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListS3BucketsCommand, se_ListS3BucketsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListS3BucketsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListS3BucketsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListS3BucketsCommand(input, context);
36
+ return se_ListS3BucketsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListS3BucketsCommand(output, context);
39
+ return de_ListS3BucketsCommand(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_restJson1RemoveAllBackendsCommand, serializeAws_restJson1RemoveAllBackendsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RemoveAllBackendsCommand, se_RemoveAllBackendsCommand } from "../protocols/Aws_restJson1";
5
5
  export class RemoveAllBackendsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveAllBackendsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RemoveAllBackendsCommand(input, context);
36
+ return se_RemoveAllBackendsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RemoveAllBackendsCommand(output, context);
39
+ return de_RemoveAllBackendsCommand(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_restJson1RemoveBackendConfigCommand, serializeAws_restJson1RemoveBackendConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RemoveBackendConfigCommand, se_RemoveBackendConfigCommand } from "../protocols/Aws_restJson1";
5
5
  export class RemoveBackendConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveBackendConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RemoveBackendConfigCommand(input, context);
36
+ return se_RemoveBackendConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RemoveBackendConfigCommand(output, context);
39
+ return de_RemoveBackendConfigCommand(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_restJson1UpdateBackendAPICommand, serializeAws_restJson1UpdateBackendAPICommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateBackendAPICommand, se_UpdateBackendAPICommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateBackendAPICommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateBackendAPICommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateBackendAPICommand(input, context);
36
+ return se_UpdateBackendAPICommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateBackendAPICommand(output, context);
39
+ return de_UpdateBackendAPICommand(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_restJson1UpdateBackendAuthCommand, serializeAws_restJson1UpdateBackendAuthCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateBackendAuthCommand, se_UpdateBackendAuthCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateBackendAuthCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateBackendAuthCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateBackendAuthCommand(input, context);
36
+ return se_UpdateBackendAuthCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateBackendAuthCommand(output, context);
39
+ return de_UpdateBackendAuthCommand(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_restJson1UpdateBackendConfigCommand, serializeAws_restJson1UpdateBackendConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateBackendConfigCommand, se_UpdateBackendConfigCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateBackendConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateBackendConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateBackendConfigCommand(input, context);
36
+ return se_UpdateBackendConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateBackendConfigCommand(output, context);
39
+ return de_UpdateBackendConfigCommand(output, context);
40
40
  }
41
41
  }