@aws-sdk/client-m2 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 (69) hide show
  1. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
  9. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -2
  11. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -2
  12. package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -2
  13. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -2
  14. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  15. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  16. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
  17. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -2
  20. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -2
  21. package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
  22. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  23. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -2
  24. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  27. package/dist-cjs/commands/StartBatchJobCommand.js +2 -2
  28. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  33. package/dist-cjs/protocols/Aws_restJson1.js +524 -544
  34. package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -3
  35. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  36. package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -3
  37. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  38. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  39. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  40. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -3
  41. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
  42. package/dist-es/commands/GetApplicationCommand.js +3 -3
  43. package/dist-es/commands/GetApplicationVersionCommand.js +3 -3
  44. package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -3
  45. package/dist-es/commands/GetDataSetDetailsCommand.js +3 -3
  46. package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -3
  47. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  48. package/dist-es/commands/GetEnvironmentCommand.js +3 -3
  49. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
  50. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  51. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -3
  52. package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -3
  53. package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -3
  54. package/dist-es/commands/ListDataSetsCommand.js +3 -3
  55. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  56. package/dist-es/commands/ListEngineVersionsCommand.js +3 -3
  57. package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  59. package/dist-es/commands/StartApplicationCommand.js +3 -3
  60. package/dist-es/commands/StartBatchJobCommand.js +3 -3
  61. package/dist-es/commands/StopApplicationCommand.js +3 -3
  62. package/dist-es/commands/TagResourceCommand.js +3 -3
  63. package/dist-es/commands/UntagResourceCommand.js +3 -3
  64. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  65. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  66. package/dist-es/protocols/Aws_restJson1.js +458 -478
  67. package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
  69. package/package.json +35 -35
@@ -36,10 +36,10 @@ class CancelBatchJobExecutionCommand 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_restJson1CancelBatchJobExecutionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelBatchJobExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelBatchJobExecutionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelBatchJobExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelBatchJobExecutionCommand = CancelBatchJobExecutionCommand;
@@ -36,10 +36,10 @@ class CreateApplicationCommand 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_restJson1CreateApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateApplicationCommand = CreateApplicationCommand;
@@ -36,10 +36,10 @@ class CreateDataSetImportTaskCommand 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_restJson1CreateDataSetImportTaskCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDataSetImportTaskCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDataSetImportTaskCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDataSetImportTaskCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataSetImportTaskCommand = CreateDataSetImportTaskCommand;
@@ -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 CreateEnvironmentCommand 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_restJson1CreateEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
@@ -36,10 +36,10 @@ class DeleteApplicationCommand 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_restJson1DeleteApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
@@ -36,10 +36,10 @@ class DeleteApplicationFromEnvironmentCommand 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_restJson1DeleteApplicationFromEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteApplicationFromEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteApplicationFromEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteApplicationFromEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteApplicationFromEnvironmentCommand = DeleteApplicationFromEnvironmentCommand;
@@ -36,10 +36,10 @@ class DeleteEnvironmentCommand 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_restJson1DeleteEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
@@ -36,10 +36,10 @@ class GetApplicationCommand 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_restJson1GetApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetApplicationCommand = GetApplicationCommand;
@@ -36,10 +36,10 @@ class GetApplicationVersionCommand 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_restJson1GetApplicationVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetApplicationVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetApplicationVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetApplicationVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetApplicationVersionCommand = GetApplicationVersionCommand;
@@ -36,10 +36,10 @@ class GetBatchJobExecutionCommand 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_restJson1GetBatchJobExecutionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetBatchJobExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetBatchJobExecutionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetBatchJobExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetBatchJobExecutionCommand = GetBatchJobExecutionCommand;
@@ -36,10 +36,10 @@ class GetDataSetDetailsCommand 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_restJson1GetDataSetDetailsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDataSetDetailsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataSetDetailsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDataSetDetailsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataSetDetailsCommand = GetDataSetDetailsCommand;
@@ -36,10 +36,10 @@ class GetDataSetImportTaskCommand 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_restJson1GetDataSetImportTaskCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDataSetImportTaskCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataSetImportTaskCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDataSetImportTaskCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataSetImportTaskCommand = GetDataSetImportTaskCommand;
@@ -36,10 +36,10 @@ class GetDeploymentCommand 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_restJson1GetDeploymentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDeploymentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDeploymentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDeploymentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDeploymentCommand = GetDeploymentCommand;
@@ -36,10 +36,10 @@ class GetEnvironmentCommand 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_restJson1GetEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
@@ -36,10 +36,10 @@ class ListApplicationVersionsCommand 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_restJson1ListApplicationVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListApplicationVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListApplicationVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListApplicationVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListApplicationVersionsCommand = ListApplicationVersionsCommand;
@@ -36,10 +36,10 @@ class ListApplicationsCommand 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_restJson1ListApplicationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListApplicationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListApplicationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListApplicationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListApplicationsCommand = ListApplicationsCommand;
@@ -36,10 +36,10 @@ class ListBatchJobDefinitionsCommand 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_restJson1ListBatchJobDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBatchJobDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBatchJobDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBatchJobDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBatchJobDefinitionsCommand = ListBatchJobDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListBatchJobExecutionsCommand 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_restJson1ListBatchJobExecutionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBatchJobExecutionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBatchJobExecutionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBatchJobExecutionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBatchJobExecutionsCommand = ListBatchJobExecutionsCommand;
@@ -36,10 +36,10 @@ class ListDataSetImportHistoryCommand 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_restJson1ListDataSetImportHistoryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDataSetImportHistoryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataSetImportHistoryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDataSetImportHistoryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDataSetImportHistoryCommand = ListDataSetImportHistoryCommand;
@@ -36,10 +36,10 @@ class ListDataSetsCommand 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_restJson1ListDataSetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDataSetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataSetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDataSetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDataSetsCommand = ListDataSetsCommand;
@@ -36,10 +36,10 @@ class ListDeploymentsCommand 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_restJson1ListDeploymentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDeploymentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDeploymentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDeploymentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
@@ -36,10 +36,10 @@ class ListEngineVersionsCommand 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_restJson1ListEngineVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListEngineVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEngineVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListEngineVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEngineVersionsCommand = ListEngineVersionsCommand;
@@ -36,10 +36,10 @@ class ListEnvironmentsCommand 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_restJson1ListEnvironmentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListEnvironmentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEnvironmentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListEnvironmentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
@@ -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 StartApplicationCommand 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_restJson1StartApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartApplicationCommand = StartApplicationCommand;
@@ -36,10 +36,10 @@ class StartBatchJobCommand 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_restJson1StartBatchJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartBatchJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartBatchJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartBatchJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartBatchJobCommand = StartBatchJobCommand;
@@ -36,10 +36,10 @@ class StopApplicationCommand 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_restJson1StopApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopApplicationCommand = StopApplicationCommand;
@@ -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;
@@ -36,10 +36,10 @@ class UpdateApplicationCommand 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_restJson1UpdateApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
@@ -36,10 +36,10 @@ class UpdateEnvironmentCommand 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_restJson1UpdateEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;