@aws-sdk/client-glacier 3.303.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-cjs/commands/AbortMultipartUploadCommand.js +2 -2
  2. package/dist-cjs/commands/AbortVaultLockCommand.js +2 -2
  3. package/dist-cjs/commands/AddTagsToVaultCommand.js +2 -2
  4. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +2 -2
  5. package/dist-cjs/commands/CompleteVaultLockCommand.js +2 -2
  6. package/dist-cjs/commands/CreateVaultCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteVaultCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeVaultCommand.js +2 -2
  13. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobOutputCommand.js +2 -2
  15. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetVaultLockCommand.js +2 -2
  17. package/dist-cjs/commands/GetVaultNotificationsCommand.js +2 -2
  18. package/dist-cjs/commands/InitiateJobCommand.js +2 -2
  19. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +2 -2
  20. package/dist-cjs/commands/InitiateVaultLockCommand.js +2 -2
  21. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  22. package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -2
  23. package/dist-cjs/commands/ListPartsCommand.js +2 -2
  24. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForVaultCommand.js +2 -2
  26. package/dist-cjs/commands/ListVaultsCommand.js +2 -2
  27. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +2 -2
  28. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +2 -2
  29. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +2 -2
  30. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +2 -2
  31. package/dist-cjs/commands/SetVaultNotificationsCommand.js +2 -2
  32. package/dist-cjs/commands/UploadArchiveCommand.js +2 -2
  33. package/dist-cjs/commands/UploadMultipartPartCommand.js +2 -2
  34. package/dist-cjs/protocols/Aws_restJson1.js +453 -467
  35. package/dist-es/commands/AbortMultipartUploadCommand.js +3 -3
  36. package/dist-es/commands/AbortVaultLockCommand.js +3 -3
  37. package/dist-es/commands/AddTagsToVaultCommand.js +3 -3
  38. package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -3
  39. package/dist-es/commands/CompleteVaultLockCommand.js +3 -3
  40. package/dist-es/commands/CreateVaultCommand.js +3 -3
  41. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  42. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +3 -3
  43. package/dist-es/commands/DeleteVaultCommand.js +3 -3
  44. package/dist-es/commands/DeleteVaultNotificationsCommand.js +3 -3
  45. package/dist-es/commands/DescribeJobCommand.js +3 -3
  46. package/dist-es/commands/DescribeVaultCommand.js +3 -3
  47. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -3
  48. package/dist-es/commands/GetJobOutputCommand.js +3 -3
  49. package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -3
  50. package/dist-es/commands/GetVaultLockCommand.js +3 -3
  51. package/dist-es/commands/GetVaultNotificationsCommand.js +3 -3
  52. package/dist-es/commands/InitiateJobCommand.js +3 -3
  53. package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -3
  54. package/dist-es/commands/InitiateVaultLockCommand.js +3 -3
  55. package/dist-es/commands/ListJobsCommand.js +3 -3
  56. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -3
  57. package/dist-es/commands/ListPartsCommand.js +3 -3
  58. package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForVaultCommand.js +3 -3
  60. package/dist-es/commands/ListVaultsCommand.js +3 -3
  61. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -3
  62. package/dist-es/commands/RemoveTagsFromVaultCommand.js +3 -3
  63. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +3 -3
  64. package/dist-es/commands/SetVaultAccessPolicyCommand.js +3 -3
  65. package/dist-es/commands/SetVaultNotificationsCommand.js +3 -3
  66. package/dist-es/commands/UploadArchiveCommand.js +3 -3
  67. package/dist-es/commands/UploadMultipartPartCommand.js +3 -3
  68. package/dist-es/protocols/Aws_restJson1.js +385 -399
  69. package/dist-types/protocols/Aws_restJson1.d.ts +264 -66
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +66 -66
  71. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AbortMultipartUploadCommand 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_restJson1AbortMultipartUploadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AbortMultipartUploadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AbortMultipartUploadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AbortMultipartUploadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
@@ -36,10 +36,10 @@ class AbortVaultLockCommand 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_restJson1AbortVaultLockCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AbortVaultLockCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AbortVaultLockCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AbortVaultLockCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AbortVaultLockCommand = AbortVaultLockCommand;
@@ -36,10 +36,10 @@ class AddTagsToVaultCommand 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_restJson1AddTagsToVaultCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddTagsToVaultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddTagsToVaultCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddTagsToVaultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddTagsToVaultCommand = AddTagsToVaultCommand;
@@ -36,10 +36,10 @@ class CompleteMultipartUploadCommand 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_restJson1CompleteMultipartUploadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CompleteMultipartUploadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CompleteMultipartUploadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CompleteMultipartUploadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CompleteMultipartUploadCommand = CompleteMultipartUploadCommand;
@@ -36,10 +36,10 @@ class CompleteVaultLockCommand 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_restJson1CompleteVaultLockCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CompleteVaultLockCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CompleteVaultLockCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CompleteVaultLockCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CompleteVaultLockCommand = CompleteVaultLockCommand;
@@ -36,10 +36,10 @@ class CreateVaultCommand 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_restJson1CreateVaultCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateVaultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVaultCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateVaultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateVaultCommand = CreateVaultCommand;
@@ -36,10 +36,10 @@ class DeleteArchiveCommand 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_restJson1DeleteArchiveCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteArchiveCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteArchiveCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteArchiveCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteArchiveCommand = DeleteArchiveCommand;
@@ -36,10 +36,10 @@ class DeleteVaultAccessPolicyCommand 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_restJson1DeleteVaultAccessPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteVaultAccessPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVaultAccessPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteVaultAccessPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteVaultAccessPolicyCommand = DeleteVaultAccessPolicyCommand;
@@ -36,10 +36,10 @@ class DeleteVaultCommand 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_restJson1DeleteVaultCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteVaultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVaultCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteVaultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteVaultCommand = DeleteVaultCommand;
@@ -36,10 +36,10 @@ class DeleteVaultNotificationsCommand 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_restJson1DeleteVaultNotificationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteVaultNotificationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVaultNotificationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteVaultNotificationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteVaultNotificationsCommand = DeleteVaultNotificationsCommand;
@@ -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_restJson1_1.serializeAws_restJson1DescribeJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobCommand = DescribeJobCommand;
@@ -36,10 +36,10 @@ class DescribeVaultCommand 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_restJson1DescribeVaultCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeVaultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVaultCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeVaultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeVaultCommand = DescribeVaultCommand;
@@ -36,10 +36,10 @@ class GetDataRetrievalPolicyCommand 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_restJson1GetDataRetrievalPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDataRetrievalPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataRetrievalPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDataRetrievalPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataRetrievalPolicyCommand = GetDataRetrievalPolicyCommand;
@@ -37,10 +37,10 @@ class GetJobOutputCommand 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_restJson1GetJobOutputCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetJobOutputCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetJobOutputCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetJobOutputCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetJobOutputCommand = GetJobOutputCommand;
@@ -36,10 +36,10 @@ class GetVaultAccessPolicyCommand 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_restJson1GetVaultAccessPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetVaultAccessPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetVaultAccessPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetVaultAccessPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetVaultAccessPolicyCommand = GetVaultAccessPolicyCommand;
@@ -36,10 +36,10 @@ class GetVaultLockCommand 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_restJson1GetVaultLockCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetVaultLockCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetVaultLockCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetVaultLockCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetVaultLockCommand = GetVaultLockCommand;
@@ -36,10 +36,10 @@ class GetVaultNotificationsCommand 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_restJson1GetVaultNotificationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetVaultNotificationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetVaultNotificationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetVaultNotificationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetVaultNotificationsCommand = GetVaultNotificationsCommand;
@@ -36,10 +36,10 @@ class InitiateJobCommand 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_restJson1InitiateJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_InitiateJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1InitiateJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_InitiateJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.InitiateJobCommand = InitiateJobCommand;
@@ -36,10 +36,10 @@ class InitiateMultipartUploadCommand 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_restJson1InitiateMultipartUploadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_InitiateMultipartUploadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1InitiateMultipartUploadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_InitiateMultipartUploadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.InitiateMultipartUploadCommand = InitiateMultipartUploadCommand;
@@ -36,10 +36,10 @@ class InitiateVaultLockCommand 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_restJson1InitiateVaultLockCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_InitiateVaultLockCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1InitiateVaultLockCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_InitiateVaultLockCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.InitiateVaultLockCommand = InitiateVaultLockCommand;
@@ -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 ListMultipartUploadsCommand 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_restJson1ListMultipartUploadsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListMultipartUploadsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListMultipartUploadsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListMultipartUploadsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMultipartUploadsCommand = ListMultipartUploadsCommand;
@@ -36,10 +36,10 @@ class ListPartsCommand 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_restJson1ListPartsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPartsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPartsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPartsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPartsCommand = ListPartsCommand;
@@ -36,10 +36,10 @@ class ListProvisionedCapacityCommand 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_restJson1ListProvisionedCapacityCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListProvisionedCapacityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListProvisionedCapacityCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListProvisionedCapacityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListProvisionedCapacityCommand = ListProvisionedCapacityCommand;
@@ -36,10 +36,10 @@ class ListTagsForVaultCommand 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_restJson1ListTagsForVaultCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForVaultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForVaultCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForVaultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForVaultCommand = ListTagsForVaultCommand;
@@ -36,10 +36,10 @@ class ListVaultsCommand 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_restJson1ListVaultsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListVaultsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListVaultsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListVaultsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListVaultsCommand = ListVaultsCommand;
@@ -36,10 +36,10 @@ class PurchaseProvisionedCapacityCommand 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_restJson1PurchaseProvisionedCapacityCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PurchaseProvisionedCapacityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PurchaseProvisionedCapacityCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PurchaseProvisionedCapacityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PurchaseProvisionedCapacityCommand = PurchaseProvisionedCapacityCommand;
@@ -36,10 +36,10 @@ class RemoveTagsFromVaultCommand 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_restJson1RemoveTagsFromVaultCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveTagsFromVaultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveTagsFromVaultCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveTagsFromVaultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveTagsFromVaultCommand = RemoveTagsFromVaultCommand;
@@ -36,10 +36,10 @@ class SetDataRetrievalPolicyCommand 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_restJson1SetDataRetrievalPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SetDataRetrievalPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SetDataRetrievalPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SetDataRetrievalPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SetDataRetrievalPolicyCommand = SetDataRetrievalPolicyCommand;
@@ -36,10 +36,10 @@ class SetVaultAccessPolicyCommand 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_restJson1SetVaultAccessPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SetVaultAccessPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SetVaultAccessPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SetVaultAccessPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SetVaultAccessPolicyCommand = SetVaultAccessPolicyCommand;
@@ -36,10 +36,10 @@ class SetVaultNotificationsCommand 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_restJson1SetVaultNotificationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SetVaultNotificationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SetVaultNotificationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SetVaultNotificationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SetVaultNotificationsCommand = SetVaultNotificationsCommand;
@@ -37,10 +37,10 @@ class UploadArchiveCommand 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_restJson1UploadArchiveCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UploadArchiveCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UploadArchiveCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UploadArchiveCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UploadArchiveCommand = UploadArchiveCommand;
@@ -37,10 +37,10 @@ class UploadMultipartPartCommand 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_restJson1UploadMultipartPartCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UploadMultipartPartCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UploadMultipartPartCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UploadMultipartPartCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UploadMultipartPartCommand = UploadMultipartPartCommand;