@aws-sdk/client-amplify 3.306.0 → 3.310.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/commands/CreateAppCommand.js +2 -2
  2. package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateBranchCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -2
  6. package/dist-cjs/commands/CreateWebhookCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAppCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
  13. package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -2
  14. package/dist-cjs/commands/GetAppCommand.js +2 -2
  15. package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -2
  16. package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -2
  17. package/dist-cjs/commands/GetBranchCommand.js +2 -2
  18. package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -2
  19. package/dist-cjs/commands/GetJobCommand.js +2 -2
  20. package/dist-cjs/commands/GetWebhookCommand.js +2 -2
  21. package/dist-cjs/commands/ListAppsCommand.js +2 -2
  22. package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
  23. package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -2
  24. package/dist-cjs/commands/ListBranchesCommand.js +2 -2
  25. package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -2
  26. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
  29. package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
  30. package/dist-cjs/commands/StartJobCommand.js +2 -2
  31. package/dist-cjs/commands/StopJobCommand.js +2 -2
  32. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateAppCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateBranchCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateWebhookCommand.js +2 -2
  38. package/dist-cjs/protocols/Aws_restJson1.js +518 -530
  39. package/dist-es/commands/CreateAppCommand.js +3 -3
  40. package/dist-es/commands/CreateBackendEnvironmentCommand.js +3 -3
  41. package/dist-es/commands/CreateBranchCommand.js +3 -3
  42. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  43. package/dist-es/commands/CreateDomainAssociationCommand.js +3 -3
  44. package/dist-es/commands/CreateWebhookCommand.js +3 -3
  45. package/dist-es/commands/DeleteAppCommand.js +3 -3
  46. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +3 -3
  47. package/dist-es/commands/DeleteBranchCommand.js +3 -3
  48. package/dist-es/commands/DeleteDomainAssociationCommand.js +3 -3
  49. package/dist-es/commands/DeleteJobCommand.js +3 -3
  50. package/dist-es/commands/DeleteWebhookCommand.js +3 -3
  51. package/dist-es/commands/GenerateAccessLogsCommand.js +3 -3
  52. package/dist-es/commands/GetAppCommand.js +3 -3
  53. package/dist-es/commands/GetArtifactUrlCommand.js +3 -3
  54. package/dist-es/commands/GetBackendEnvironmentCommand.js +3 -3
  55. package/dist-es/commands/GetBranchCommand.js +3 -3
  56. package/dist-es/commands/GetDomainAssociationCommand.js +3 -3
  57. package/dist-es/commands/GetJobCommand.js +3 -3
  58. package/dist-es/commands/GetWebhookCommand.js +3 -3
  59. package/dist-es/commands/ListAppsCommand.js +3 -3
  60. package/dist-es/commands/ListArtifactsCommand.js +3 -3
  61. package/dist-es/commands/ListBackendEnvironmentsCommand.js +3 -3
  62. package/dist-es/commands/ListBranchesCommand.js +3 -3
  63. package/dist-es/commands/ListDomainAssociationsCommand.js +3 -3
  64. package/dist-es/commands/ListJobsCommand.js +3 -3
  65. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  66. package/dist-es/commands/ListWebhooksCommand.js +3 -3
  67. package/dist-es/commands/StartDeploymentCommand.js +3 -3
  68. package/dist-es/commands/StartJobCommand.js +3 -3
  69. package/dist-es/commands/StopJobCommand.js +3 -3
  70. package/dist-es/commands/TagResourceCommand.js +3 -3
  71. package/dist-es/commands/UntagResourceCommand.js +3 -3
  72. package/dist-es/commands/UpdateAppCommand.js +3 -3
  73. package/dist-es/commands/UpdateBranchCommand.js +3 -3
  74. package/dist-es/commands/UpdateDomainAssociationCommand.js +3 -3
  75. package/dist-es/commands/UpdateWebhookCommand.js +3 -3
  76. package/dist-es/protocols/Aws_restJson1.js +442 -454
  77. package/dist-types/protocols/Aws_restJson1.d.ts +296 -74
  78. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -74
  79. package/package.json +35 -35
@@ -2,7 +2,7 @@ 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
4
  import { CreateAppRequestFilterSensitiveLog, CreateAppResultFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateAppCommand, serializeAws_restJson1CreateAppCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateAppCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateAppCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateAppCommand(input, context);
37
+ return se_CreateAppCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateAppCommand(output, context);
40
+ return de_CreateAppCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1CreateBackendEnvironmentCommand, serializeAws_restJson1CreateBackendEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateBackendEnvironmentCommand, se_CreateBackendEnvironmentCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateBackendEnvironmentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBackendEnvironmentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateBackendEnvironmentCommand(input, context);
36
+ return se_CreateBackendEnvironmentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateBackendEnvironmentCommand(output, context);
39
+ return de_CreateBackendEnvironmentCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { CreateBranchRequestFilterSensitiveLog, CreateBranchResultFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateBranchCommand, serializeAws_restJson1CreateBranchCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateBranchCommand, se_CreateBranchCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateBranchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateBranchCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateBranchCommand(input, context);
37
+ return se_CreateBranchCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateBranchCommand(output, context);
40
+ return de_CreateBranchCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1CreateDeploymentCommand, serializeAws_restJson1CreateDeploymentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDeploymentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDeploymentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDeploymentCommand(input, context);
36
+ return se_CreateDeploymentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDeploymentCommand(output, context);
39
+ return de_CreateDeploymentCommand(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_restJson1CreateDomainAssociationCommand, serializeAws_restJson1CreateDomainAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDomainAssociationCommand, se_CreateDomainAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDomainAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDomainAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDomainAssociationCommand(input, context);
36
+ return se_CreateDomainAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDomainAssociationCommand(output, context);
39
+ return de_CreateDomainAssociationCommand(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_restJson1CreateWebhookCommand, serializeAws_restJson1CreateWebhookCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateWebhookCommand, se_CreateWebhookCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateWebhookCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateWebhookCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateWebhookCommand(input, context);
36
+ return se_CreateWebhookCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateWebhookCommand(output, context);
39
+ return de_CreateWebhookCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { DeleteAppResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteAppCommand, serializeAws_restJson1DeleteAppCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteAppCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteAppCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteAppCommand(input, context);
37
+ return se_DeleteAppCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteAppCommand(output, context);
40
+ return de_DeleteAppCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1DeleteBackendEnvironmentCommand, serializeAws_restJson1DeleteBackendEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteBackendEnvironmentCommand, se_DeleteBackendEnvironmentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteBackendEnvironmentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBackendEnvironmentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteBackendEnvironmentCommand(input, context);
36
+ return se_DeleteBackendEnvironmentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteBackendEnvironmentCommand(output, context);
39
+ return de_DeleteBackendEnvironmentCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { DeleteBranchResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteBranchCommand, serializeAws_restJson1DeleteBranchCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteBranchCommand, se_DeleteBranchCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteBranchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteBranchCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteBranchCommand(input, context);
37
+ return se_DeleteBranchCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteBranchCommand(output, context);
40
+ return de_DeleteBranchCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1DeleteDomainAssociationCommand, serializeAws_restJson1DeleteDomainAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDomainAssociationCommand, se_DeleteDomainAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDomainAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDomainAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDomainAssociationCommand(input, context);
36
+ return se_DeleteDomainAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDomainAssociationCommand(output, context);
39
+ return de_DeleteDomainAssociationCommand(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_restJson1DeleteJobCommand, serializeAws_restJson1DeleteJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteJobCommand(input, context);
36
+ return se_DeleteJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteJobCommand(output, context);
39
+ return de_DeleteJobCommand(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_restJson1DeleteWebhookCommand, serializeAws_restJson1DeleteWebhookCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteWebhookCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWebhookCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteWebhookCommand(input, context);
36
+ return se_DeleteWebhookCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteWebhookCommand(output, context);
39
+ return de_DeleteWebhookCommand(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_restJson1GenerateAccessLogsCommand, serializeAws_restJson1GenerateAccessLogsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GenerateAccessLogsCommand, se_GenerateAccessLogsCommand } from "../protocols/Aws_restJson1";
5
5
  export class GenerateAccessLogsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GenerateAccessLogsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GenerateAccessLogsCommand(input, context);
36
+ return se_GenerateAccessLogsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GenerateAccessLogsCommand(output, context);
39
+ return de_GenerateAccessLogsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetAppResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetAppCommand, serializeAws_restJson1GetAppCommand } from "../protocols/Aws_restJson1";
5
+ import { de_GetAppCommand, se_GetAppCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetAppCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetAppCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetAppCommand(input, context);
37
+ return se_GetAppCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetAppCommand(output, context);
40
+ return de_GetAppCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1GetArtifactUrlCommand, serializeAws_restJson1GetArtifactUrlCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetArtifactUrlCommand, se_GetArtifactUrlCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetArtifactUrlCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetArtifactUrlCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetArtifactUrlCommand(input, context);
36
+ return se_GetArtifactUrlCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetArtifactUrlCommand(output, context);
39
+ return de_GetArtifactUrlCommand(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_restJson1GetBackendEnvironmentCommand, serializeAws_restJson1GetBackendEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBackendEnvironmentCommand, se_GetBackendEnvironmentCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBackendEnvironmentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBackendEnvironmentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBackendEnvironmentCommand(input, context);
36
+ return se_GetBackendEnvironmentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBackendEnvironmentCommand(output, context);
39
+ return de_GetBackendEnvironmentCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetBranchResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetBranchCommand, serializeAws_restJson1GetBranchCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetBranchCommand, se_GetBranchCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetBranchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetBranchCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetBranchCommand(input, context);
37
+ return se_GetBranchCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetBranchCommand(output, context);
40
+ return de_GetBranchCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1GetDomainAssociationCommand, serializeAws_restJson1GetDomainAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDomainAssociationCommand, se_GetDomainAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDomainAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDomainAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDomainAssociationCommand(input, context);
36
+ return se_GetDomainAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDomainAssociationCommand(output, context);
39
+ return de_GetDomainAssociationCommand(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_restJson1GetJobCommand, serializeAws_restJson1GetJobCommand } from "../protocols/Aws_restJson1";
4
+ import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetJobCommand(input, context);
36
+ return se_GetJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetJobCommand(output, context);
39
+ return de_GetJobCommand(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_restJson1GetWebhookCommand, serializeAws_restJson1GetWebhookCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetWebhookCommand, se_GetWebhookCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetWebhookCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetWebhookCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetWebhookCommand(input, context);
36
+ return se_GetWebhookCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetWebhookCommand(output, context);
39
+ return de_GetWebhookCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListAppsResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1ListAppsCommand, serializeAws_restJson1ListAppsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListAppsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListAppsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListAppsCommand(input, context);
37
+ return se_ListAppsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListAppsCommand(output, context);
40
+ return de_ListAppsCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1ListArtifactsCommand, serializeAws_restJson1ListArtifactsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListArtifactsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListArtifactsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListArtifactsCommand(input, context);
36
+ return se_ListArtifactsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListArtifactsCommand(output, context);
39
+ return de_ListArtifactsCommand(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_restJson1ListBackendEnvironmentsCommand, serializeAws_restJson1ListBackendEnvironmentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBackendEnvironmentsCommand, se_ListBackendEnvironmentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBackendEnvironmentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBackendEnvironmentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBackendEnvironmentsCommand(input, context);
36
+ return se_ListBackendEnvironmentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBackendEnvironmentsCommand(output, context);
39
+ return de_ListBackendEnvironmentsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListBranchesResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1ListBranchesCommand, serializeAws_restJson1ListBranchesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListBranchesCommand, se_ListBranchesCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListBranchesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListBranchesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListBranchesCommand(input, context);
37
+ return se_ListBranchesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListBranchesCommand(output, context);
40
+ return de_ListBranchesCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1ListDomainAssociationsCommand, serializeAws_restJson1ListDomainAssociationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDomainAssociationsCommand, se_ListDomainAssociationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDomainAssociationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDomainAssociationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDomainAssociationsCommand(input, context);
36
+ return se_ListDomainAssociationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDomainAssociationsCommand(output, context);
39
+ return de_ListDomainAssociationsCommand(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_restJson1ListJobsCommand, serializeAws_restJson1ListJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListJobsCommand(input, context);
36
+ return se_ListJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListJobsCommand(output, context);
39
+ return de_ListJobsCommand(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_restJson1ListWebhooksCommand, serializeAws_restJson1ListWebhooksCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListWebhooksCommand, se_ListWebhooksCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListWebhooksCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWebhooksCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListWebhooksCommand(input, context);
36
+ return se_ListWebhooksCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListWebhooksCommand(output, context);
39
+ return de_ListWebhooksCommand(output, context);
40
40
  }
41
41
  }