@aws-sdk/client-cloudhsm 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 (45) hide show
  1. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
  2. package/dist-cjs/commands/CreateHapgCommand.js +2 -2
  3. package/dist-cjs/commands/CreateHsmCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLunaClientCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteHapgCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteHsmCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteLunaClientCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeHapgCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeHsmCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeLunaClientCommand.js +2 -2
  11. package/dist-cjs/commands/GetConfigCommand.js +2 -2
  12. package/dist-cjs/commands/ListAvailableZonesCommand.js +2 -2
  13. package/dist-cjs/commands/ListHapgsCommand.js +2 -2
  14. package/dist-cjs/commands/ListHsmsCommand.js +2 -2
  15. package/dist-cjs/commands/ListLunaClientsCommand.js +2 -2
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-cjs/commands/ModifyHapgCommand.js +2 -2
  18. package/dist-cjs/commands/ModifyHsmCommand.js +2 -2
  19. package/dist-cjs/commands/ModifyLunaClientCommand.js +2 -2
  20. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
  21. package/dist-cjs/protocols/Aws_json1_1.js +297 -305
  22. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  23. package/dist-es/commands/CreateHapgCommand.js +3 -3
  24. package/dist-es/commands/CreateHsmCommand.js +3 -3
  25. package/dist-es/commands/CreateLunaClientCommand.js +3 -3
  26. package/dist-es/commands/DeleteHapgCommand.js +3 -3
  27. package/dist-es/commands/DeleteHsmCommand.js +3 -3
  28. package/dist-es/commands/DeleteLunaClientCommand.js +3 -3
  29. package/dist-es/commands/DescribeHapgCommand.js +3 -3
  30. package/dist-es/commands/DescribeHsmCommand.js +3 -3
  31. package/dist-es/commands/DescribeLunaClientCommand.js +3 -3
  32. package/dist-es/commands/GetConfigCommand.js +3 -3
  33. package/dist-es/commands/ListAvailableZonesCommand.js +3 -3
  34. package/dist-es/commands/ListHapgsCommand.js +3 -3
  35. package/dist-es/commands/ListHsmsCommand.js +3 -3
  36. package/dist-es/commands/ListLunaClientsCommand.js +3 -3
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  38. package/dist-es/commands/ModifyHapgCommand.js +3 -3
  39. package/dist-es/commands/ModifyHsmCommand.js +3 -3
  40. package/dist-es/commands/ModifyLunaClientCommand.js +3 -3
  41. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  42. package/dist-es/protocols/Aws_json1_1.js +256 -264
  43. package/dist-types/protocols/Aws_json1_1.d.ts +160 -40
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +40 -40
  45. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AddTagsToResourceCommand 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_1AddTagsToResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AddTagsToResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AddTagsToResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AddTagsToResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
@@ -36,10 +36,10 @@ class CreateHapgCommand 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_1CreateHapgCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateHapgCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateHapgCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateHapgCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateHapgCommand = CreateHapgCommand;
@@ -36,10 +36,10 @@ class CreateHsmCommand 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_1CreateHsmCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateHsmCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateHsmCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateHsmCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateHsmCommand = CreateHsmCommand;
@@ -36,10 +36,10 @@ class CreateLunaClientCommand 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_1CreateLunaClientCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLunaClientCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLunaClientCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLunaClientCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLunaClientCommand = CreateLunaClientCommand;
@@ -36,10 +36,10 @@ class DeleteHapgCommand 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_1DeleteHapgCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteHapgCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteHapgCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteHapgCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteHapgCommand = DeleteHapgCommand;
@@ -36,10 +36,10 @@ class DeleteHsmCommand 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_1DeleteHsmCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteHsmCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteHsmCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteHsmCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteHsmCommand = DeleteHsmCommand;
@@ -36,10 +36,10 @@ class DeleteLunaClientCommand 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_1DeleteLunaClientCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteLunaClientCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteLunaClientCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteLunaClientCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLunaClientCommand = DeleteLunaClientCommand;
@@ -36,10 +36,10 @@ class DescribeHapgCommand 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_1DescribeHapgCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeHapgCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeHapgCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeHapgCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeHapgCommand = DescribeHapgCommand;
@@ -36,10 +36,10 @@ class DescribeHsmCommand 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_1DescribeHsmCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeHsmCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeHsmCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeHsmCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeHsmCommand = DescribeHsmCommand;
@@ -36,10 +36,10 @@ class DescribeLunaClientCommand 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_1DescribeLunaClientCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLunaClientCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLunaClientCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLunaClientCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLunaClientCommand = DescribeLunaClientCommand;
@@ -36,10 +36,10 @@ class GetConfigCommand 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_1GetConfigCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetConfigCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetConfigCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetConfigCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConfigCommand = GetConfigCommand;
@@ -36,10 +36,10 @@ class ListAvailableZonesCommand 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_1ListAvailableZonesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListAvailableZonesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListAvailableZonesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListAvailableZonesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAvailableZonesCommand = ListAvailableZonesCommand;
@@ -36,10 +36,10 @@ class ListHapgsCommand 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_1ListHapgsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListHapgsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListHapgsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListHapgsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListHapgsCommand = ListHapgsCommand;
@@ -36,10 +36,10 @@ class ListHsmsCommand 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_1ListHsmsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListHsmsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListHsmsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListHsmsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListHsmsCommand = ListHsmsCommand;
@@ -36,10 +36,10 @@ class ListLunaClientsCommand 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_1ListLunaClientsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListLunaClientsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListLunaClientsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListLunaClientsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLunaClientsCommand = ListLunaClientsCommand;
@@ -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_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ModifyHapgCommand 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_1ModifyHapgCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ModifyHapgCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ModifyHapgCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ModifyHapgCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ModifyHapgCommand = ModifyHapgCommand;
@@ -36,10 +36,10 @@ class ModifyHsmCommand 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_1ModifyHsmCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ModifyHsmCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ModifyHsmCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ModifyHsmCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ModifyHsmCommand = ModifyHsmCommand;
@@ -36,10 +36,10 @@ class ModifyLunaClientCommand 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_1ModifyLunaClientCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ModifyLunaClientCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ModifyLunaClientCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ModifyLunaClientCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ModifyLunaClientCommand = ModifyLunaClientCommand;
@@ -36,10 +36,10 @@ class RemoveTagsFromResourceCommand 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_1RemoveTagsFromResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_RemoveTagsFromResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1RemoveTagsFromResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_RemoveTagsFromResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;