@aws-sdk/client-snowball 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 (57) hide show
  1. package/dist-cjs/commands/CancelClusterCommand.js +2 -2
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAddressCommand.js +2 -2
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  5. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -2
  7. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeAddressCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeAddressesCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -2
  13. package/dist-cjs/commands/GetJobManifestCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -2
  15. package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -2
  16. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -2
  17. package/dist-cjs/commands/ListClusterJobsCommand.js +2 -2
  18. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  19. package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -2
  20. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  21. package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -2
  22. package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateJobCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -2
  27. package/dist-cjs/protocols/Aws_json1_1.js +519 -561
  28. package/dist-es/commands/CancelClusterCommand.js +3 -3
  29. package/dist-es/commands/CancelJobCommand.js +3 -3
  30. package/dist-es/commands/CreateAddressCommand.js +3 -3
  31. package/dist-es/commands/CreateClusterCommand.js +3 -3
  32. package/dist-es/commands/CreateJobCommand.js +3 -3
  33. package/dist-es/commands/CreateLongTermPricingCommand.js +3 -3
  34. package/dist-es/commands/CreateReturnShippingLabelCommand.js +3 -3
  35. package/dist-es/commands/DescribeAddressCommand.js +3 -3
  36. package/dist-es/commands/DescribeAddressesCommand.js +3 -3
  37. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  38. package/dist-es/commands/DescribeJobCommand.js +3 -3
  39. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +3 -3
  40. package/dist-es/commands/GetJobManifestCommand.js +3 -3
  41. package/dist-es/commands/GetJobUnlockCodeCommand.js +3 -3
  42. package/dist-es/commands/GetSnowballUsageCommand.js +3 -3
  43. package/dist-es/commands/GetSoftwareUpdatesCommand.js +3 -3
  44. package/dist-es/commands/ListClusterJobsCommand.js +3 -3
  45. package/dist-es/commands/ListClustersCommand.js +3 -3
  46. package/dist-es/commands/ListCompatibleImagesCommand.js +3 -3
  47. package/dist-es/commands/ListJobsCommand.js +3 -3
  48. package/dist-es/commands/ListLongTermPricingCommand.js +3 -3
  49. package/dist-es/commands/ListServiceVersionsCommand.js +3 -3
  50. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  51. package/dist-es/commands/UpdateJobCommand.js +3 -3
  52. package/dist-es/commands/UpdateJobShipmentStateCommand.js +3 -3
  53. package/dist-es/commands/UpdateLongTermPricingCommand.js +3 -3
  54. package/dist-es/protocols/Aws_json1_1.js +465 -507
  55. package/dist-types/protocols/Aws_json1_1.d.ts +208 -52
  56. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +52 -52
  57. package/package.json +35 -35
@@ -36,10 +36,10 @@ class CancelClusterCommand 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_json1_1_1.serializeAws_json1_1CancelClusterCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CancelClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CancelClusterCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CancelClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelClusterCommand = CancelClusterCommand;
@@ -36,10 +36,10 @@ class CancelJobCommand 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_json1_1_1.serializeAws_json1_1CancelJobCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CancelJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CancelJobCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CancelJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelJobCommand = CancelJobCommand;
@@ -36,10 +36,10 @@ class CreateAddressCommand 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_json1_1_1.serializeAws_json1_1CreateAddressCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateAddressCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateAddressCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateAddressCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAddressCommand = CreateAddressCommand;
@@ -36,10 +36,10 @@ class CreateClusterCommand 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_json1_1_1.serializeAws_json1_1CreateClusterCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateClusterCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateClusterCommand = CreateClusterCommand;
@@ -36,10 +36,10 @@ class CreateJobCommand 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_json1_1_1.serializeAws_json1_1CreateJobCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateJobCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateJobCommand = CreateJobCommand;
@@ -36,10 +36,10 @@ class CreateLongTermPricingCommand 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_json1_1_1.serializeAws_json1_1CreateLongTermPricingCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLongTermPricingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLongTermPricingCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLongTermPricingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLongTermPricingCommand = CreateLongTermPricingCommand;
@@ -36,10 +36,10 @@ class CreateReturnShippingLabelCommand 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_json1_1_1.serializeAws_json1_1CreateReturnShippingLabelCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateReturnShippingLabelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateReturnShippingLabelCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateReturnShippingLabelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateReturnShippingLabelCommand = CreateReturnShippingLabelCommand;
@@ -36,10 +36,10 @@ class DescribeAddressCommand 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_json1_1_1.serializeAws_json1_1DescribeAddressCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeAddressCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeAddressCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeAddressCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAddressCommand = DescribeAddressCommand;
@@ -36,10 +36,10 @@ class DescribeAddressesCommand 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_json1_1_1.serializeAws_json1_1DescribeAddressesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeAddressesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeAddressesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeAddressesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAddressesCommand = DescribeAddressesCommand;
@@ -36,10 +36,10 @@ class DescribeClusterCommand 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_json1_1_1.serializeAws_json1_1DescribeClusterCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeClusterCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeClusterCommand = DescribeClusterCommand;
@@ -36,10 +36,10 @@ class DescribeJobCommand 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_json1_1_1.serializeAws_json1_1DescribeJobCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeJobCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobCommand = DescribeJobCommand;
@@ -36,10 +36,10 @@ class DescribeReturnShippingLabelCommand 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_json1_1_1.serializeAws_json1_1DescribeReturnShippingLabelCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeReturnShippingLabelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeReturnShippingLabelCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeReturnShippingLabelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeReturnShippingLabelCommand = DescribeReturnShippingLabelCommand;
@@ -36,10 +36,10 @@ class GetJobManifestCommand 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_json1_1_1.serializeAws_json1_1GetJobManifestCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetJobManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetJobManifestCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetJobManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetJobManifestCommand = GetJobManifestCommand;
@@ -36,10 +36,10 @@ class GetJobUnlockCodeCommand 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_json1_1_1.serializeAws_json1_1GetJobUnlockCodeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetJobUnlockCodeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetJobUnlockCodeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetJobUnlockCodeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetJobUnlockCodeCommand = GetJobUnlockCodeCommand;
@@ -36,10 +36,10 @@ class GetSnowballUsageCommand 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_json1_1_1.serializeAws_json1_1GetSnowballUsageCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetSnowballUsageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetSnowballUsageCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetSnowballUsageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSnowballUsageCommand = GetSnowballUsageCommand;
@@ -36,10 +36,10 @@ class GetSoftwareUpdatesCommand 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_json1_1_1.serializeAws_json1_1GetSoftwareUpdatesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetSoftwareUpdatesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetSoftwareUpdatesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetSoftwareUpdatesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSoftwareUpdatesCommand = GetSoftwareUpdatesCommand;
@@ -36,10 +36,10 @@ class ListClusterJobsCommand 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_json1_1_1.serializeAws_json1_1ListClusterJobsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListClusterJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListClusterJobsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListClusterJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListClusterJobsCommand = ListClusterJobsCommand;
@@ -36,10 +36,10 @@ class ListClustersCommand 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_json1_1_1.serializeAws_json1_1ListClustersCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListClustersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListClustersCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListClustersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListClustersCommand = ListClustersCommand;
@@ -36,10 +36,10 @@ class ListCompatibleImagesCommand 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_json1_1_1.serializeAws_json1_1ListCompatibleImagesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListCompatibleImagesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListCompatibleImagesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListCompatibleImagesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCompatibleImagesCommand = ListCompatibleImagesCommand;
@@ -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_json1_1_1.serializeAws_json1_1ListJobsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListJobsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobsCommand = ListJobsCommand;
@@ -36,10 +36,10 @@ class ListLongTermPricingCommand 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_json1_1_1.serializeAws_json1_1ListLongTermPricingCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListLongTermPricingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListLongTermPricingCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListLongTermPricingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLongTermPricingCommand = ListLongTermPricingCommand;
@@ -36,10 +36,10 @@ class ListServiceVersionsCommand 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_json1_1_1.serializeAws_json1_1ListServiceVersionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListServiceVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListServiceVersionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListServiceVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListServiceVersionsCommand = ListServiceVersionsCommand;
@@ -36,10 +36,10 @@ class UpdateClusterCommand 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_json1_1_1.serializeAws_json1_1UpdateClusterCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateClusterCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateClusterCommand = UpdateClusterCommand;
@@ -36,10 +36,10 @@ class UpdateJobCommand 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_json1_1_1.serializeAws_json1_1UpdateJobCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateJobCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateJobCommand = UpdateJobCommand;
@@ -36,10 +36,10 @@ class UpdateJobShipmentStateCommand 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_json1_1_1.serializeAws_json1_1UpdateJobShipmentStateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateJobShipmentStateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateJobShipmentStateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateJobShipmentStateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateJobShipmentStateCommand = UpdateJobShipmentStateCommand;
@@ -36,10 +36,10 @@ class UpdateLongTermPricingCommand 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_json1_1_1.serializeAws_json1_1UpdateLongTermPricingCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateLongTermPricingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateLongTermPricingCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateLongTermPricingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLongTermPricingCommand = UpdateLongTermPricingCommand;