@aws-sdk/client-ssm-incidents 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 (63) hide show
  1. package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -2
  2. package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -2
  3. package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -2
  9. package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -2
  10. package/dist-cjs/commands/GetReplicationSetCommand.js +2 -2
  11. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
  12. package/dist-cjs/commands/GetResponsePlanCommand.js +2 -2
  13. package/dist-cjs/commands/GetTimelineEventCommand.js +2 -2
  14. package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -2
  15. package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -2
  16. package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -2
  17. package/dist-cjs/commands/ListResponsePlansCommand.js +2 -2
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -2
  20. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  21. package/dist-cjs/commands/StartIncidentCommand.js +2 -2
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -2
  30. package/dist-cjs/protocols/Aws_restJson1.js +519 -555
  31. package/dist-es/commands/CreateReplicationSetCommand.js +3 -3
  32. package/dist-es/commands/CreateResponsePlanCommand.js +3 -3
  33. package/dist-es/commands/CreateTimelineEventCommand.js +3 -3
  34. package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -3
  35. package/dist-es/commands/DeleteReplicationSetCommand.js +3 -3
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  37. package/dist-es/commands/DeleteResponsePlanCommand.js +3 -3
  38. package/dist-es/commands/DeleteTimelineEventCommand.js +3 -3
  39. package/dist-es/commands/GetIncidentRecordCommand.js +3 -3
  40. package/dist-es/commands/GetReplicationSetCommand.js +3 -3
  41. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
  42. package/dist-es/commands/GetResponsePlanCommand.js +3 -3
  43. package/dist-es/commands/GetTimelineEventCommand.js +3 -3
  44. package/dist-es/commands/ListIncidentRecordsCommand.js +3 -3
  45. package/dist-es/commands/ListRelatedItemsCommand.js +3 -3
  46. package/dist-es/commands/ListReplicationSetsCommand.js +3 -3
  47. package/dist-es/commands/ListResponsePlansCommand.js +3 -3
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  49. package/dist-es/commands/ListTimelineEventsCommand.js +3 -3
  50. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  51. package/dist-es/commands/StartIncidentCommand.js +3 -3
  52. package/dist-es/commands/TagResourceCommand.js +3 -3
  53. package/dist-es/commands/UntagResourceCommand.js +3 -3
  54. package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -3
  55. package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -3
  56. package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -3
  57. package/dist-es/commands/UpdateReplicationSetCommand.js +3 -3
  58. package/dist-es/commands/UpdateResponsePlanCommand.js +3 -3
  59. package/dist-es/commands/UpdateTimelineEventCommand.js +3 -3
  60. package/dist-es/protocols/Aws_restJson1.js +459 -495
  61. package/dist-types/protocols/Aws_restJson1.d.ts +232 -58
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +58 -58
  63. package/package.json +36 -36
@@ -36,10 +36,10 @@ class CreateReplicationSetCommand 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_restJson1CreateReplicationSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateReplicationSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateReplicationSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateReplicationSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateReplicationSetCommand = CreateReplicationSetCommand;
@@ -36,10 +36,10 @@ class CreateResponsePlanCommand 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_restJson1CreateResponsePlanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateResponsePlanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateResponsePlanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateResponsePlanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateResponsePlanCommand = CreateResponsePlanCommand;
@@ -36,10 +36,10 @@ class CreateTimelineEventCommand 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_restJson1CreateTimelineEventCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateTimelineEventCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTimelineEventCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateTimelineEventCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateTimelineEventCommand = CreateTimelineEventCommand;
@@ -36,10 +36,10 @@ class DeleteIncidentRecordCommand 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_restJson1DeleteIncidentRecordCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteIncidentRecordCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteIncidentRecordCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteIncidentRecordCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteIncidentRecordCommand = DeleteIncidentRecordCommand;
@@ -36,10 +36,10 @@ class DeleteReplicationSetCommand 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_restJson1DeleteReplicationSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteReplicationSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteReplicationSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteReplicationSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteReplicationSetCommand = DeleteReplicationSetCommand;
@@ -36,10 +36,10 @@ class DeleteResourcePolicyCommand 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_restJson1DeleteResourcePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteResourcePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResourcePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteResourcePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
@@ -36,10 +36,10 @@ class DeleteResponsePlanCommand 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_restJson1DeleteResponsePlanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteResponsePlanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResponsePlanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteResponsePlanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteResponsePlanCommand = DeleteResponsePlanCommand;
@@ -36,10 +36,10 @@ class DeleteTimelineEventCommand 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_restJson1DeleteTimelineEventCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteTimelineEventCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteTimelineEventCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteTimelineEventCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteTimelineEventCommand = DeleteTimelineEventCommand;
@@ -36,10 +36,10 @@ class GetIncidentRecordCommand 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_restJson1GetIncidentRecordCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetIncidentRecordCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetIncidentRecordCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetIncidentRecordCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetIncidentRecordCommand = GetIncidentRecordCommand;
@@ -36,10 +36,10 @@ class GetReplicationSetCommand 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_restJson1GetReplicationSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetReplicationSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetReplicationSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetReplicationSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetReplicationSetCommand = GetReplicationSetCommand;
@@ -36,10 +36,10 @@ class GetResourcePoliciesCommand 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_restJson1GetResourcePoliciesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResourcePoliciesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourcePoliciesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResourcePoliciesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResourcePoliciesCommand = GetResourcePoliciesCommand;
@@ -36,10 +36,10 @@ class GetResponsePlanCommand 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_restJson1GetResponsePlanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResponsePlanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResponsePlanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResponsePlanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResponsePlanCommand = GetResponsePlanCommand;
@@ -36,10 +36,10 @@ class GetTimelineEventCommand 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_restJson1GetTimelineEventCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTimelineEventCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTimelineEventCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTimelineEventCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTimelineEventCommand = GetTimelineEventCommand;
@@ -36,10 +36,10 @@ class ListIncidentRecordsCommand 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_restJson1ListIncidentRecordsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListIncidentRecordsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListIncidentRecordsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListIncidentRecordsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListIncidentRecordsCommand = ListIncidentRecordsCommand;
@@ -36,10 +36,10 @@ class ListRelatedItemsCommand 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_restJson1ListRelatedItemsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRelatedItemsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRelatedItemsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRelatedItemsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRelatedItemsCommand = ListRelatedItemsCommand;
@@ -36,10 +36,10 @@ class ListReplicationSetsCommand 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_restJson1ListReplicationSetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListReplicationSetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListReplicationSetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListReplicationSetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListReplicationSetsCommand = ListReplicationSetsCommand;
@@ -36,10 +36,10 @@ class ListResponsePlansCommand 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_restJson1ListResponsePlansCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResponsePlansCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResponsePlansCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResponsePlansCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResponsePlansCommand = ListResponsePlansCommand;
@@ -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 ListTimelineEventsCommand 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_restJson1ListTimelineEventsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTimelineEventsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTimelineEventsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTimelineEventsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTimelineEventsCommand = ListTimelineEventsCommand;
@@ -36,10 +36,10 @@ class PutResourcePolicyCommand 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_restJson1PutResourcePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutResourcePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutResourcePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutResourcePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
@@ -36,10 +36,10 @@ class StartIncidentCommand 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_restJson1StartIncidentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartIncidentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartIncidentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartIncidentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartIncidentCommand = StartIncidentCommand;
@@ -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 UpdateDeletionProtectionCommand 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_restJson1UpdateDeletionProtectionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDeletionProtectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDeletionProtectionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDeletionProtectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDeletionProtectionCommand = UpdateDeletionProtectionCommand;
@@ -36,10 +36,10 @@ class UpdateIncidentRecordCommand 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_restJson1UpdateIncidentRecordCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateIncidentRecordCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateIncidentRecordCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateIncidentRecordCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateIncidentRecordCommand = UpdateIncidentRecordCommand;
@@ -36,10 +36,10 @@ class UpdateRelatedItemsCommand 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_restJson1UpdateRelatedItemsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRelatedItemsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRelatedItemsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRelatedItemsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRelatedItemsCommand = UpdateRelatedItemsCommand;
@@ -36,10 +36,10 @@ class UpdateReplicationSetCommand 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_restJson1UpdateReplicationSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateReplicationSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateReplicationSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateReplicationSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateReplicationSetCommand = UpdateReplicationSetCommand;
@@ -36,10 +36,10 @@ class UpdateResponsePlanCommand 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_restJson1UpdateResponsePlanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateResponsePlanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResponsePlanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateResponsePlanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateResponsePlanCommand = UpdateResponsePlanCommand;
@@ -36,10 +36,10 @@ class UpdateTimelineEventCommand 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_restJson1UpdateTimelineEventCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateTimelineEventCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTimelineEventCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateTimelineEventCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTimelineEventCommand = UpdateTimelineEventCommand;