@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
@@ -37,10 +37,10 @@ class CreateAppCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateAppCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateAppCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAppCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateAppCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateAppCommand = CreateAppCommand;
@@ -36,10 +36,10 @@ class CreateBackendEnvironmentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateBackendEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateBackendEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBackendEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateBackendEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateBackendEnvironmentCommand = CreateBackendEnvironmentCommand;
@@ -37,10 +37,10 @@ class CreateBranchCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateBranchCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateBranchCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBranchCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateBranchCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateBranchCommand = CreateBranchCommand;
@@ -36,10 +36,10 @@ class CreateDeploymentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDeploymentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDeploymentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDeploymentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDeploymentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
@@ -36,10 +36,10 @@ class CreateDomainAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDomainAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDomainAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDomainAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDomainAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDomainAssociationCommand = CreateDomainAssociationCommand;
@@ -36,10 +36,10 @@ class CreateWebhookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateWebhookCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateWebhookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWebhookCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateWebhookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWebhookCommand = CreateWebhookCommand;
@@ -37,10 +37,10 @@ class DeleteAppCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteAppCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DeleteAppCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAppCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DeleteAppCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DeleteAppCommand = DeleteAppCommand;
@@ -36,10 +36,10 @@ class DeleteBackendEnvironmentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBackendEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteBackendEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBackendEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteBackendEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteBackendEnvironmentCommand = DeleteBackendEnvironmentCommand;
@@ -37,10 +37,10 @@ class DeleteBranchCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBranchCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DeleteBranchCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBranchCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DeleteBranchCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DeleteBranchCommand = DeleteBranchCommand;
@@ -36,10 +36,10 @@ class DeleteDomainAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDomainAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDomainAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDomainAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDomainAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDomainAssociationCommand = DeleteDomainAssociationCommand;
@@ -36,10 +36,10 @@ class DeleteJobCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteJobCommand = DeleteJobCommand;
@@ -36,10 +36,10 @@ class DeleteWebhookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteWebhookCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWebhookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWebhookCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWebhookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWebhookCommand = DeleteWebhookCommand;
@@ -36,10 +36,10 @@ class GenerateAccessLogsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GenerateAccessLogsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GenerateAccessLogsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GenerateAccessLogsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GenerateAccessLogsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GenerateAccessLogsCommand = GenerateAccessLogsCommand;
@@ -37,10 +37,10 @@ class GetAppCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1GetAppCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetAppCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAppCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetAppCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetAppCommand = GetAppCommand;
@@ -36,10 +36,10 @@ class GetArtifactUrlCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetArtifactUrlCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetArtifactUrlCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetArtifactUrlCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetArtifactUrlCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetArtifactUrlCommand = GetArtifactUrlCommand;
@@ -36,10 +36,10 @@ class GetBackendEnvironmentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetBackendEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetBackendEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetBackendEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetBackendEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetBackendEnvironmentCommand = GetBackendEnvironmentCommand;
@@ -37,10 +37,10 @@ class GetBranchCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1GetBranchCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetBranchCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetBranchCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetBranchCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetBranchCommand = GetBranchCommand;
@@ -36,10 +36,10 @@ class GetDomainAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDomainAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDomainAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDomainAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDomainAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDomainAssociationCommand = GetDomainAssociationCommand;
@@ -36,10 +36,10 @@ class GetJobCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetJobCommand = GetJobCommand;
@@ -36,10 +36,10 @@ class GetWebhookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetWebhookCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetWebhookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWebhookCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetWebhookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWebhookCommand = GetWebhookCommand;
@@ -37,10 +37,10 @@ class ListAppsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListAppsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListAppsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListAppsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListAppsCommand = ListAppsCommand;
@@ -36,10 +36,10 @@ class ListArtifactsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListArtifactsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListArtifactsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListArtifactsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListArtifactsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListArtifactsCommand = ListArtifactsCommand;
@@ -36,10 +36,10 @@ class ListBackendEnvironmentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListBackendEnvironmentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBackendEnvironmentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBackendEnvironmentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBackendEnvironmentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBackendEnvironmentsCommand = ListBackendEnvironmentsCommand;
@@ -37,10 +37,10 @@ class ListBranchesCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListBranchesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListBranchesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBranchesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListBranchesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListBranchesCommand = ListBranchesCommand;
@@ -36,10 +36,10 @@ class ListDomainAssociationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDomainAssociationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDomainAssociationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDomainAssociationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDomainAssociationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDomainAssociationsCommand = ListDomainAssociationsCommand;
@@ -36,10 +36,10 @@ class ListJobsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListJobsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobsCommand = ListJobsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListWebhooksCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListWebhooksCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWebhooksCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWebhooksCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWebhooksCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWebhooksCommand = ListWebhooksCommand;
@@ -36,10 +36,10 @@ class StartDeploymentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StartDeploymentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartDeploymentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartDeploymentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartDeploymentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartDeploymentCommand = StartDeploymentCommand;
@@ -36,10 +36,10 @@ class StartJobCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StartJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartJobCommand = StartJobCommand;
@@ -36,10 +36,10 @@ class StopJobCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StopJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopJobCommand = StopJobCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -37,10 +37,10 @@ class UpdateAppCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAppCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateAppCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAppCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateAppCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateAppCommand = UpdateAppCommand;
@@ -37,10 +37,10 @@ class UpdateBranchCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBranchCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateBranchCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBranchCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateBranchCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateBranchCommand = UpdateBranchCommand;
@@ -36,10 +36,10 @@ class UpdateDomainAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDomainAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDomainAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDomainAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDomainAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDomainAssociationCommand = UpdateDomainAssociationCommand;
@@ -36,10 +36,10 @@ class UpdateWebhookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWebhookCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWebhookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWebhookCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWebhookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWebhookCommand = UpdateWebhookCommand;