@aws-sdk/client-guardduty 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 (139) hide show
  1. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
  2. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  3. package/dist-cjs/commands/ArchiveFindingsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDetectorCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFilterCommand.js +2 -2
  6. package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  8. package/dist-cjs/commands/CreatePublishingDestinationCommand.js +2 -2
  9. package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateThreatIntelSetCommand.js +2 -2
  11. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteIPSetCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  17. package/dist-cjs/commands/DeletePublishingDestinationCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeMalwareScansCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribePublishingDestinationCommand.js +2 -2
  22. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  25. package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
  26. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  27. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  28. package/dist-cjs/commands/GetCoverageStatisticsCommand.js +2 -2
  29. package/dist-cjs/commands/GetDetectorCommand.js +2 -2
  30. package/dist-cjs/commands/GetFilterCommand.js +2 -2
  31. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  32. package/dist-cjs/commands/GetFindingsStatisticsCommand.js +2 -2
  33. package/dist-cjs/commands/GetIPSetCommand.js +2 -2
  34. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  35. package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +2 -2
  36. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  37. package/dist-cjs/commands/GetMemberDetectorsCommand.js +2 -2
  38. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  39. package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +2 -2
  40. package/dist-cjs/commands/GetThreatIntelSetCommand.js +2 -2
  41. package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
  42. package/dist-cjs/commands/InviteMembersCommand.js +2 -2
  43. package/dist-cjs/commands/ListCoverageCommand.js +2 -2
  44. package/dist-cjs/commands/ListDetectorsCommand.js +2 -2
  45. package/dist-cjs/commands/ListFiltersCommand.js +2 -2
  46. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  47. package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
  48. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  49. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  50. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  51. package/dist-cjs/commands/ListPublishingDestinationsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/ListThreatIntelSetsCommand.js +2 -2
  54. package/dist-cjs/commands/StartMonitoringMembersCommand.js +2 -2
  55. package/dist-cjs/commands/StopMonitoringMembersCommand.js +2 -2
  56. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  57. package/dist-cjs/commands/UnarchiveFindingsCommand.js +2 -2
  58. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateDetectorCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  66. package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +2 -2
  68. package/dist-cjs/protocols/Aws_restJson1.js +1121 -1315
  69. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
  70. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  71. package/dist-es/commands/ArchiveFindingsCommand.js +3 -3
  72. package/dist-es/commands/CreateDetectorCommand.js +3 -3
  73. package/dist-es/commands/CreateFilterCommand.js +3 -3
  74. package/dist-es/commands/CreateIPSetCommand.js +3 -3
  75. package/dist-es/commands/CreateMembersCommand.js +3 -3
  76. package/dist-es/commands/CreatePublishingDestinationCommand.js +3 -3
  77. package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
  78. package/dist-es/commands/CreateThreatIntelSetCommand.js +3 -3
  79. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  80. package/dist-es/commands/DeleteDetectorCommand.js +3 -3
  81. package/dist-es/commands/DeleteFilterCommand.js +3 -3
  82. package/dist-es/commands/DeleteIPSetCommand.js +3 -3
  83. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  84. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  85. package/dist-es/commands/DeletePublishingDestinationCommand.js +3 -3
  86. package/dist-es/commands/DeleteThreatIntelSetCommand.js +3 -3
  87. package/dist-es/commands/DescribeMalwareScansCommand.js +3 -3
  88. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  89. package/dist-es/commands/DescribePublishingDestinationCommand.js +3 -3
  90. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  91. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  92. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  93. package/dist-es/commands/DisassociateMembersCommand.js +3 -3
  94. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  95. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  96. package/dist-es/commands/GetCoverageStatisticsCommand.js +3 -3
  97. package/dist-es/commands/GetDetectorCommand.js +3 -3
  98. package/dist-es/commands/GetFilterCommand.js +3 -3
  99. package/dist-es/commands/GetFindingsCommand.js +3 -3
  100. package/dist-es/commands/GetFindingsStatisticsCommand.js +3 -3
  101. package/dist-es/commands/GetIPSetCommand.js +3 -3
  102. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  103. package/dist-es/commands/GetMalwareScanSettingsCommand.js +3 -3
  104. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  105. package/dist-es/commands/GetMemberDetectorsCommand.js +3 -3
  106. package/dist-es/commands/GetMembersCommand.js +3 -3
  107. package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +3 -3
  108. package/dist-es/commands/GetThreatIntelSetCommand.js +3 -3
  109. package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
  110. package/dist-es/commands/InviteMembersCommand.js +3 -3
  111. package/dist-es/commands/ListCoverageCommand.js +3 -3
  112. package/dist-es/commands/ListDetectorsCommand.js +3 -3
  113. package/dist-es/commands/ListFiltersCommand.js +3 -3
  114. package/dist-es/commands/ListFindingsCommand.js +3 -3
  115. package/dist-es/commands/ListIPSetsCommand.js +3 -3
  116. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  117. package/dist-es/commands/ListMembersCommand.js +3 -3
  118. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  119. package/dist-es/commands/ListPublishingDestinationsCommand.js +3 -3
  120. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  121. package/dist-es/commands/ListThreatIntelSetsCommand.js +3 -3
  122. package/dist-es/commands/StartMonitoringMembersCommand.js +3 -3
  123. package/dist-es/commands/StopMonitoringMembersCommand.js +3 -3
  124. package/dist-es/commands/TagResourceCommand.js +3 -3
  125. package/dist-es/commands/UnarchiveFindingsCommand.js +3 -3
  126. package/dist-es/commands/UntagResourceCommand.js +3 -3
  127. package/dist-es/commands/UpdateDetectorCommand.js +3 -3
  128. package/dist-es/commands/UpdateFilterCommand.js +3 -3
  129. package/dist-es/commands/UpdateFindingsFeedbackCommand.js +3 -3
  130. package/dist-es/commands/UpdateIPSetCommand.js +3 -3
  131. package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +3 -3
  132. package/dist-es/commands/UpdateMemberDetectorsCommand.js +3 -3
  133. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  134. package/dist-es/commands/UpdatePublishingDestinationCommand.js +3 -3
  135. package/dist-es/commands/UpdateThreatIntelSetCommand.js +3 -3
  136. package/dist-es/protocols/Aws_restJson1.js +984 -1178
  137. package/dist-types/protocols/Aws_restJson1.d.ts +536 -134
  138. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -134
  139. package/package.json +29 -29
@@ -36,10 +36,10 @@ class AcceptAdministratorInvitationCommand 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_restJson1AcceptAdministratorInvitationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AcceptAdministratorInvitationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AcceptAdministratorInvitationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AcceptAdministratorInvitationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AcceptAdministratorInvitationCommand = AcceptAdministratorInvitationCommand;
@@ -36,10 +36,10 @@ class AcceptInvitationCommand 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_restJson1AcceptInvitationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AcceptInvitationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AcceptInvitationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AcceptInvitationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AcceptInvitationCommand = AcceptInvitationCommand;
@@ -36,10 +36,10 @@ class ArchiveFindingsCommand 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_restJson1ArchiveFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ArchiveFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ArchiveFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ArchiveFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ArchiveFindingsCommand = ArchiveFindingsCommand;
@@ -36,10 +36,10 @@ class CreateDetectorCommand 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_restJson1CreateDetectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDetectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDetectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDetectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDetectorCommand = CreateDetectorCommand;
@@ -36,10 +36,10 @@ class CreateFilterCommand 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_restJson1CreateFilterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFilterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFilterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFilterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFilterCommand = CreateFilterCommand;
@@ -36,10 +36,10 @@ class CreateIPSetCommand 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_restJson1CreateIPSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateIPSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateIPSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateIPSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateIPSetCommand = CreateIPSetCommand;
@@ -36,10 +36,10 @@ class CreateMembersCommand 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_restJson1CreateMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateMembersCommand = CreateMembersCommand;
@@ -36,10 +36,10 @@ class CreatePublishingDestinationCommand 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_restJson1CreatePublishingDestinationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreatePublishingDestinationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePublishingDestinationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreatePublishingDestinationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePublishingDestinationCommand = CreatePublishingDestinationCommand;
@@ -36,10 +36,10 @@ class CreateSampleFindingsCommand 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_restJson1CreateSampleFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateSampleFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSampleFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateSampleFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSampleFindingsCommand = CreateSampleFindingsCommand;
@@ -36,10 +36,10 @@ class CreateThreatIntelSetCommand 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_restJson1CreateThreatIntelSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateThreatIntelSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateThreatIntelSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateThreatIntelSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateThreatIntelSetCommand = CreateThreatIntelSetCommand;
@@ -36,10 +36,10 @@ class DeclineInvitationsCommand 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_restJson1DeclineInvitationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeclineInvitationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeclineInvitationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeclineInvitationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeclineInvitationsCommand = DeclineInvitationsCommand;
@@ -36,10 +36,10 @@ class DeleteDetectorCommand 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_restJson1DeleteDetectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDetectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDetectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDetectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDetectorCommand = DeleteDetectorCommand;
@@ -36,10 +36,10 @@ class DeleteFilterCommand 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_restJson1DeleteFilterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteFilterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteFilterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteFilterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteFilterCommand = DeleteFilterCommand;
@@ -36,10 +36,10 @@ class DeleteIPSetCommand 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_restJson1DeleteIPSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteIPSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteIPSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteIPSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteIPSetCommand = DeleteIPSetCommand;
@@ -36,10 +36,10 @@ class DeleteInvitationsCommand 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_restJson1DeleteInvitationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteInvitationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteInvitationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteInvitationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteInvitationsCommand = DeleteInvitationsCommand;
@@ -36,10 +36,10 @@ class DeleteMembersCommand 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_restJson1DeleteMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteMembersCommand = DeleteMembersCommand;
@@ -36,10 +36,10 @@ class DeletePublishingDestinationCommand 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_restJson1DeletePublishingDestinationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePublishingDestinationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePublishingDestinationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePublishingDestinationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePublishingDestinationCommand = DeletePublishingDestinationCommand;
@@ -36,10 +36,10 @@ class DeleteThreatIntelSetCommand 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_restJson1DeleteThreatIntelSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteThreatIntelSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteThreatIntelSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteThreatIntelSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteThreatIntelSetCommand = DeleteThreatIntelSetCommand;
@@ -36,10 +36,10 @@ class DescribeMalwareScansCommand 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_restJson1DescribeMalwareScansCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeMalwareScansCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeMalwareScansCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeMalwareScansCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeMalwareScansCommand = DescribeMalwareScansCommand;
@@ -36,10 +36,10 @@ class DescribeOrganizationConfigurationCommand 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_restJson1DescribeOrganizationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeOrganizationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOrganizationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeOrganizationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;
@@ -36,10 +36,10 @@ class DescribePublishingDestinationCommand 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_restJson1DescribePublishingDestinationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribePublishingDestinationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribePublishingDestinationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribePublishingDestinationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribePublishingDestinationCommand = DescribePublishingDestinationCommand;
@@ -36,10 +36,10 @@ class DisableOrganizationAdminAccountCommand 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_restJson1DisableOrganizationAdminAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisableOrganizationAdminAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisableOrganizationAdminAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisableOrganizationAdminAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisableOrganizationAdminAccountCommand = DisableOrganizationAdminAccountCommand;
@@ -36,10 +36,10 @@ class DisassociateFromAdministratorAccountCommand extends smithy_client_1.Comman
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_restJson1DisassociateFromAdministratorAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateFromAdministratorAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateFromAdministratorAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateFromAdministratorAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateFromAdministratorAccountCommand = DisassociateFromAdministratorAccountCommand;
@@ -36,10 +36,10 @@ class DisassociateFromMasterAccountCommand 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_restJson1DisassociateFromMasterAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateFromMasterAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateFromMasterAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateFromMasterAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateFromMasterAccountCommand = DisassociateFromMasterAccountCommand;
@@ -36,10 +36,10 @@ class DisassociateMembersCommand 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_restJson1DisassociateMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateMembersCommand = DisassociateMembersCommand;
@@ -36,10 +36,10 @@ class EnableOrganizationAdminAccountCommand 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_restJson1EnableOrganizationAdminAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_EnableOrganizationAdminAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1EnableOrganizationAdminAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_EnableOrganizationAdminAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EnableOrganizationAdminAccountCommand = EnableOrganizationAdminAccountCommand;
@@ -36,10 +36,10 @@ class GetAdministratorAccountCommand 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_restJson1GetAdministratorAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAdministratorAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAdministratorAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAdministratorAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAdministratorAccountCommand = GetAdministratorAccountCommand;
@@ -36,10 +36,10 @@ class GetCoverageStatisticsCommand 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_restJson1GetCoverageStatisticsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCoverageStatisticsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCoverageStatisticsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCoverageStatisticsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCoverageStatisticsCommand = GetCoverageStatisticsCommand;
@@ -36,10 +36,10 @@ class GetDetectorCommand 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_restJson1GetDetectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDetectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDetectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDetectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDetectorCommand = GetDetectorCommand;
@@ -36,10 +36,10 @@ class GetFilterCommand 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_restJson1GetFilterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFilterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFilterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFilterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFilterCommand = GetFilterCommand;
@@ -36,10 +36,10 @@ class GetFindingsCommand 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_restJson1GetFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFindingsCommand = GetFindingsCommand;
@@ -36,10 +36,10 @@ class GetFindingsStatisticsCommand 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_restJson1GetFindingsStatisticsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFindingsStatisticsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingsStatisticsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFindingsStatisticsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFindingsStatisticsCommand = GetFindingsStatisticsCommand;
@@ -36,10 +36,10 @@ class GetIPSetCommand 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_restJson1GetIPSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetIPSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetIPSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetIPSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetIPSetCommand = GetIPSetCommand;
@@ -36,10 +36,10 @@ class GetInvitationsCountCommand 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_restJson1GetInvitationsCountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetInvitationsCountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetInvitationsCountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetInvitationsCountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetInvitationsCountCommand = GetInvitationsCountCommand;
@@ -36,10 +36,10 @@ class GetMalwareScanSettingsCommand 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_restJson1GetMalwareScanSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMalwareScanSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMalwareScanSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMalwareScanSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMalwareScanSettingsCommand = GetMalwareScanSettingsCommand;
@@ -36,10 +36,10 @@ class GetMasterAccountCommand 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_restJson1GetMasterAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMasterAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMasterAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMasterAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMasterAccountCommand = GetMasterAccountCommand;
@@ -36,10 +36,10 @@ class GetMemberDetectorsCommand 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_restJson1GetMemberDetectorsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMemberDetectorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMemberDetectorsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMemberDetectorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMemberDetectorsCommand = GetMemberDetectorsCommand;
@@ -36,10 +36,10 @@ class GetMembersCommand 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_restJson1GetMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMembersCommand = GetMembersCommand;
@@ -36,10 +36,10 @@ class GetRemainingFreeTrialDaysCommand 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_restJson1GetRemainingFreeTrialDaysCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetRemainingFreeTrialDaysCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetRemainingFreeTrialDaysCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetRemainingFreeTrialDaysCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRemainingFreeTrialDaysCommand = GetRemainingFreeTrialDaysCommand;
@@ -36,10 +36,10 @@ class GetThreatIntelSetCommand 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_restJson1GetThreatIntelSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetThreatIntelSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetThreatIntelSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetThreatIntelSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetThreatIntelSetCommand = GetThreatIntelSetCommand;
@@ -36,10 +36,10 @@ class GetUsageStatisticsCommand 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_restJson1GetUsageStatisticsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetUsageStatisticsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsageStatisticsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetUsageStatisticsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetUsageStatisticsCommand = GetUsageStatisticsCommand;
@@ -36,10 +36,10 @@ class InviteMembersCommand 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_restJson1InviteMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_InviteMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1InviteMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_InviteMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.InviteMembersCommand = InviteMembersCommand;
@@ -36,10 +36,10 @@ class ListCoverageCommand 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_restJson1ListCoverageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCoverageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCoverageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCoverageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCoverageCommand = ListCoverageCommand;