@aws-sdk/client-guardduty 3.306.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 +6 -6
@@ -67,137 +67,539 @@ import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput }
67
67
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
68
68
  import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "../commands/UpdatePublishingDestinationCommand";
69
69
  import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "../commands/UpdateThreatIntelSetCommand";
70
- export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand: (input: AcceptAdministratorInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1ArchiveFindingsCommand: (input: ArchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateDetectorCommand: (input: CreateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreatePublishingDestinationCommand: (input: CreatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1CreateThreatIntelSetCommand: (input: CreateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteDetectorCommand: (input: DeleteDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DeletePublishingDestinationCommand: (input: DeletePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DeleteThreatIntelSetCommand: (input: DeleteThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DescribeMalwareScansCommand: (input: DescribeMalwareScansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DescribePublishingDestinationCommand: (input: DescribePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (input: DisassociateFromAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (input: DisassociateFromMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1DisassociateMembersCommand: (input: DisassociateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetCoverageStatisticsCommand: (input: GetCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetDetectorCommand: (input: GetDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetFilterCommand: (input: GetFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetFindingsStatisticsCommand: (input: GetFindingsStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: GetInvitationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1GetMalwareScanSettingsCommand: (input: GetMalwareScanSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1GetMemberDetectorsCommand: (input: GetMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1GetRemainingFreeTrialDaysCommand: (input: GetRemainingFreeTrialDaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1GetThreatIntelSetCommand: (input: GetThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListDetectorsCommand: (input: ListDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListPublishingDestinationsCommand: (input: ListPublishingDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1ListThreatIntelSetsCommand: (input: ListThreatIntelSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1StartMonitoringMembersCommand: (input: StartMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1StopMonitoringMembersCommand: (input: StopMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1UnarchiveFindingsCommand: (input: UnarchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UpdateDetectorCommand: (input: UpdateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UpdateFindingsFeedbackCommand: (input: UpdateFindingsFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateMalwareScanSettingsCommand: (input: UpdateMalwareScanSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1UpdateMemberDetectorsCommand: (input: UpdateMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1UpdatePublishingDestinationCommand: (input: UpdatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1UpdateThreatIntelSetCommand: (input: UpdateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const deserializeAws_restJson1AcceptAdministratorInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAdministratorInvitationCommandOutput>;
138
- export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
139
- export declare const deserializeAws_restJson1ArchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ArchiveFindingsCommandOutput>;
140
- export declare const deserializeAws_restJson1CreateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDetectorCommandOutput>;
141
- export declare const deserializeAws_restJson1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
142
- export declare const deserializeAws_restJson1CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
143
- export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
144
- export declare const deserializeAws_restJson1CreatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublishingDestinationCommandOutput>;
145
- export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
146
- export declare const deserializeAws_restJson1CreateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThreatIntelSetCommandOutput>;
147
- export declare const deserializeAws_restJson1DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
148
- export declare const deserializeAws_restJson1DeleteDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDetectorCommandOutput>;
149
- export declare const deserializeAws_restJson1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
150
- export declare const deserializeAws_restJson1DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
151
- export declare const deserializeAws_restJson1DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
152
- export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
153
- export declare const deserializeAws_restJson1DeletePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublishingDestinationCommandOutput>;
154
- export declare const deserializeAws_restJson1DeleteThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThreatIntelSetCommandOutput>;
155
- export declare const deserializeAws_restJson1DescribeMalwareScansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMalwareScansCommandOutput>;
156
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
157
- export declare const deserializeAws_restJson1DescribePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePublishingDestinationCommandOutput>;
158
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
159
- export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
160
- export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromMasterAccountCommandOutput>;
161
- export declare const deserializeAws_restJson1DisassociateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembersCommandOutput>;
162
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
163
- export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
164
- export declare const deserializeAws_restJson1GetCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoverageStatisticsCommandOutput>;
165
- export declare const deserializeAws_restJson1GetDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorCommandOutput>;
166
- export declare const deserializeAws_restJson1GetFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFilterCommandOutput>;
167
- export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
168
- export declare const deserializeAws_restJson1GetFindingsStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsStatisticsCommandOutput>;
169
- export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvitationsCountCommandOutput>;
170
- export declare const deserializeAws_restJson1GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
171
- export declare const deserializeAws_restJson1GetMalwareScanSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMalwareScanSettingsCommandOutput>;
172
- export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
173
- export declare const deserializeAws_restJson1GetMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberDetectorsCommandOutput>;
174
- export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
175
- export declare const deserializeAws_restJson1GetRemainingFreeTrialDaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemainingFreeTrialDaysCommandOutput>;
176
- export declare const deserializeAws_restJson1GetThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatIntelSetCommandOutput>;
177
- export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
178
- export declare const deserializeAws_restJson1InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
179
- export declare const deserializeAws_restJson1ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
180
- export declare const deserializeAws_restJson1ListDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorsCommandOutput>;
181
- export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
182
- export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
183
- export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
184
- export declare const deserializeAws_restJson1ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
185
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
186
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
187
- export declare const deserializeAws_restJson1ListPublishingDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublishingDestinationsCommandOutput>;
188
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
189
- export declare const deserializeAws_restJson1ListThreatIntelSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThreatIntelSetsCommandOutput>;
190
- export declare const deserializeAws_restJson1StartMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMembersCommandOutput>;
191
- export declare const deserializeAws_restJson1StopMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringMembersCommandOutput>;
192
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
193
- export declare const deserializeAws_restJson1UnarchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnarchiveFindingsCommandOutput>;
194
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
195
- export declare const deserializeAws_restJson1UpdateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDetectorCommandOutput>;
196
- export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateFindingsFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFeedbackCommandOutput>;
198
- export declare const deserializeAws_restJson1UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
199
- export declare const deserializeAws_restJson1UpdateMalwareScanSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMalwareScanSettingsCommandOutput>;
200
- export declare const deserializeAws_restJson1UpdateMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberDetectorsCommandOutput>;
201
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
202
- export declare const deserializeAws_restJson1UpdatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublishingDestinationCommandOutput>;
203
- export declare const deserializeAws_restJson1UpdateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThreatIntelSetCommandOutput>;
70
+ /**
71
+ * serializeAws_restJson1AcceptAdministratorInvitationCommand
72
+ */
73
+ export declare const se_AcceptAdministratorInvitationCommand: (input: AcceptAdministratorInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1AcceptInvitationCommand
76
+ */
77
+ export declare const se_AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1ArchiveFindingsCommand
80
+ */
81
+ export declare const se_ArchiveFindingsCommand: (input: ArchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1CreateDetectorCommand
84
+ */
85
+ export declare const se_CreateDetectorCommand: (input: CreateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1CreateFilterCommand
88
+ */
89
+ export declare const se_CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1CreateIPSetCommand
92
+ */
93
+ export declare const se_CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1CreateMembersCommand
96
+ */
97
+ export declare const se_CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1CreatePublishingDestinationCommand
100
+ */
101
+ export declare const se_CreatePublishingDestinationCommand: (input: CreatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1CreateSampleFindingsCommand
104
+ */
105
+ export declare const se_CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1CreateThreatIntelSetCommand
108
+ */
109
+ export declare const se_CreateThreatIntelSetCommand: (input: CreateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1DeclineInvitationsCommand
112
+ */
113
+ export declare const se_DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1DeleteDetectorCommand
116
+ */
117
+ export declare const se_DeleteDetectorCommand: (input: DeleteDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1DeleteFilterCommand
120
+ */
121
+ export declare const se_DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1DeleteInvitationsCommand
124
+ */
125
+ export declare const se_DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1DeleteIPSetCommand
128
+ */
129
+ export declare const se_DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1DeleteMembersCommand
132
+ */
133
+ export declare const se_DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1DeletePublishingDestinationCommand
136
+ */
137
+ export declare const se_DeletePublishingDestinationCommand: (input: DeletePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1DeleteThreatIntelSetCommand
140
+ */
141
+ export declare const se_DeleteThreatIntelSetCommand: (input: DeleteThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1DescribeMalwareScansCommand
144
+ */
145
+ export declare const se_DescribeMalwareScansCommand: (input: DescribeMalwareScansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1DescribeOrganizationConfigurationCommand
148
+ */
149
+ export declare const se_DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1DescribePublishingDestinationCommand
152
+ */
153
+ export declare const se_DescribePublishingDestinationCommand: (input: DescribePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1DisableOrganizationAdminAccountCommand
156
+ */
157
+ export declare const se_DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1DisassociateFromAdministratorAccountCommand
160
+ */
161
+ export declare const se_DisassociateFromAdministratorAccountCommand: (input: DisassociateFromAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1DisassociateFromMasterAccountCommand
164
+ */
165
+ export declare const se_DisassociateFromMasterAccountCommand: (input: DisassociateFromMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1DisassociateMembersCommand
168
+ */
169
+ export declare const se_DisassociateMembersCommand: (input: DisassociateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1EnableOrganizationAdminAccountCommand
172
+ */
173
+ export declare const se_EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1GetAdministratorAccountCommand
176
+ */
177
+ export declare const se_GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_restJson1GetCoverageStatisticsCommand
180
+ */
181
+ export declare const se_GetCoverageStatisticsCommand: (input: GetCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_restJson1GetDetectorCommand
184
+ */
185
+ export declare const se_GetDetectorCommand: (input: GetDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_restJson1GetFilterCommand
188
+ */
189
+ export declare const se_GetFilterCommand: (input: GetFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_restJson1GetFindingsCommand
192
+ */
193
+ export declare const se_GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_restJson1GetFindingsStatisticsCommand
196
+ */
197
+ export declare const se_GetFindingsStatisticsCommand: (input: GetFindingsStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_restJson1GetInvitationsCountCommand
200
+ */
201
+ export declare const se_GetInvitationsCountCommand: (input: GetInvitationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_restJson1GetIPSetCommand
204
+ */
205
+ export declare const se_GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1GetMalwareScanSettingsCommand
208
+ */
209
+ export declare const se_GetMalwareScanSettingsCommand: (input: GetMalwareScanSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_restJson1GetMasterAccountCommand
212
+ */
213
+ export declare const se_GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_restJson1GetMemberDetectorsCommand
216
+ */
217
+ export declare const se_GetMemberDetectorsCommand: (input: GetMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * serializeAws_restJson1GetMembersCommand
220
+ */
221
+ export declare const se_GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
+ /**
223
+ * serializeAws_restJson1GetRemainingFreeTrialDaysCommand
224
+ */
225
+ export declare const se_GetRemainingFreeTrialDaysCommand: (input: GetRemainingFreeTrialDaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ /**
227
+ * serializeAws_restJson1GetThreatIntelSetCommand
228
+ */
229
+ export declare const se_GetThreatIntelSetCommand: (input: GetThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ /**
231
+ * serializeAws_restJson1GetUsageStatisticsCommand
232
+ */
233
+ export declare const se_GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ /**
235
+ * serializeAws_restJson1InviteMembersCommand
236
+ */
237
+ export declare const se_InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ /**
239
+ * serializeAws_restJson1ListCoverageCommand
240
+ */
241
+ export declare const se_ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
+ /**
243
+ * serializeAws_restJson1ListDetectorsCommand
244
+ */
245
+ export declare const se_ListDetectorsCommand: (input: ListDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
+ /**
247
+ * serializeAws_restJson1ListFiltersCommand
248
+ */
249
+ export declare const se_ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
+ /**
251
+ * serializeAws_restJson1ListFindingsCommand
252
+ */
253
+ export declare const se_ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
+ /**
255
+ * serializeAws_restJson1ListInvitationsCommand
256
+ */
257
+ export declare const se_ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ /**
259
+ * serializeAws_restJson1ListIPSetsCommand
260
+ */
261
+ export declare const se_ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
+ /**
263
+ * serializeAws_restJson1ListMembersCommand
264
+ */
265
+ export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
+ /**
267
+ * serializeAws_restJson1ListOrganizationAdminAccountsCommand
268
+ */
269
+ export declare const se_ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
+ /**
271
+ * serializeAws_restJson1ListPublishingDestinationsCommand
272
+ */
273
+ export declare const se_ListPublishingDestinationsCommand: (input: ListPublishingDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
+ /**
275
+ * serializeAws_restJson1ListTagsForResourceCommand
276
+ */
277
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
+ /**
279
+ * serializeAws_restJson1ListThreatIntelSetsCommand
280
+ */
281
+ export declare const se_ListThreatIntelSetsCommand: (input: ListThreatIntelSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
+ /**
283
+ * serializeAws_restJson1StartMonitoringMembersCommand
284
+ */
285
+ export declare const se_StartMonitoringMembersCommand: (input: StartMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
+ /**
287
+ * serializeAws_restJson1StopMonitoringMembersCommand
288
+ */
289
+ export declare const se_StopMonitoringMembersCommand: (input: StopMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
+ /**
291
+ * serializeAws_restJson1TagResourceCommand
292
+ */
293
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
+ /**
295
+ * serializeAws_restJson1UnarchiveFindingsCommand
296
+ */
297
+ export declare const se_UnarchiveFindingsCommand: (input: UnarchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
+ /**
299
+ * serializeAws_restJson1UntagResourceCommand
300
+ */
301
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
+ /**
303
+ * serializeAws_restJson1UpdateDetectorCommand
304
+ */
305
+ export declare const se_UpdateDetectorCommand: (input: UpdateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
+ /**
307
+ * serializeAws_restJson1UpdateFilterCommand
308
+ */
309
+ export declare const se_UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
+ /**
311
+ * serializeAws_restJson1UpdateFindingsFeedbackCommand
312
+ */
313
+ export declare const se_UpdateFindingsFeedbackCommand: (input: UpdateFindingsFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
+ /**
315
+ * serializeAws_restJson1UpdateIPSetCommand
316
+ */
317
+ export declare const se_UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
+ /**
319
+ * serializeAws_restJson1UpdateMalwareScanSettingsCommand
320
+ */
321
+ export declare const se_UpdateMalwareScanSettingsCommand: (input: UpdateMalwareScanSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
+ /**
323
+ * serializeAws_restJson1UpdateMemberDetectorsCommand
324
+ */
325
+ export declare const se_UpdateMemberDetectorsCommand: (input: UpdateMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
+ /**
327
+ * serializeAws_restJson1UpdateOrganizationConfigurationCommand
328
+ */
329
+ export declare const se_UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
+ /**
331
+ * serializeAws_restJson1UpdatePublishingDestinationCommand
332
+ */
333
+ export declare const se_UpdatePublishingDestinationCommand: (input: UpdatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
+ /**
335
+ * serializeAws_restJson1UpdateThreatIntelSetCommand
336
+ */
337
+ export declare const se_UpdateThreatIntelSetCommand: (input: UpdateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
+ /**
339
+ * deserializeAws_restJson1AcceptAdministratorInvitationCommand
340
+ */
341
+ export declare const de_AcceptAdministratorInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAdministratorInvitationCommandOutput>;
342
+ /**
343
+ * deserializeAws_restJson1AcceptInvitationCommand
344
+ */
345
+ export declare const de_AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
346
+ /**
347
+ * deserializeAws_restJson1ArchiveFindingsCommand
348
+ */
349
+ export declare const de_ArchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ArchiveFindingsCommandOutput>;
350
+ /**
351
+ * deserializeAws_restJson1CreateDetectorCommand
352
+ */
353
+ export declare const de_CreateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDetectorCommandOutput>;
354
+ /**
355
+ * deserializeAws_restJson1CreateFilterCommand
356
+ */
357
+ export declare const de_CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
358
+ /**
359
+ * deserializeAws_restJson1CreateIPSetCommand
360
+ */
361
+ export declare const de_CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
362
+ /**
363
+ * deserializeAws_restJson1CreateMembersCommand
364
+ */
365
+ export declare const de_CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
366
+ /**
367
+ * deserializeAws_restJson1CreatePublishingDestinationCommand
368
+ */
369
+ export declare const de_CreatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublishingDestinationCommandOutput>;
370
+ /**
371
+ * deserializeAws_restJson1CreateSampleFindingsCommand
372
+ */
373
+ export declare const de_CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
374
+ /**
375
+ * deserializeAws_restJson1CreateThreatIntelSetCommand
376
+ */
377
+ export declare const de_CreateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThreatIntelSetCommandOutput>;
378
+ /**
379
+ * deserializeAws_restJson1DeclineInvitationsCommand
380
+ */
381
+ export declare const de_DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
382
+ /**
383
+ * deserializeAws_restJson1DeleteDetectorCommand
384
+ */
385
+ export declare const de_DeleteDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDetectorCommandOutput>;
386
+ /**
387
+ * deserializeAws_restJson1DeleteFilterCommand
388
+ */
389
+ export declare const de_DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
390
+ /**
391
+ * deserializeAws_restJson1DeleteInvitationsCommand
392
+ */
393
+ export declare const de_DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
394
+ /**
395
+ * deserializeAws_restJson1DeleteIPSetCommand
396
+ */
397
+ export declare const de_DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
398
+ /**
399
+ * deserializeAws_restJson1DeleteMembersCommand
400
+ */
401
+ export declare const de_DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
402
+ /**
403
+ * deserializeAws_restJson1DeletePublishingDestinationCommand
404
+ */
405
+ export declare const de_DeletePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublishingDestinationCommandOutput>;
406
+ /**
407
+ * deserializeAws_restJson1DeleteThreatIntelSetCommand
408
+ */
409
+ export declare const de_DeleteThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThreatIntelSetCommandOutput>;
410
+ /**
411
+ * deserializeAws_restJson1DescribeMalwareScansCommand
412
+ */
413
+ export declare const de_DescribeMalwareScansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMalwareScansCommandOutput>;
414
+ /**
415
+ * deserializeAws_restJson1DescribeOrganizationConfigurationCommand
416
+ */
417
+ export declare const de_DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
418
+ /**
419
+ * deserializeAws_restJson1DescribePublishingDestinationCommand
420
+ */
421
+ export declare const de_DescribePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePublishingDestinationCommandOutput>;
422
+ /**
423
+ * deserializeAws_restJson1DisableOrganizationAdminAccountCommand
424
+ */
425
+ export declare const de_DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
426
+ /**
427
+ * deserializeAws_restJson1DisassociateFromAdministratorAccountCommand
428
+ */
429
+ export declare const de_DisassociateFromAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
430
+ /**
431
+ * deserializeAws_restJson1DisassociateFromMasterAccountCommand
432
+ */
433
+ export declare const de_DisassociateFromMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromMasterAccountCommandOutput>;
434
+ /**
435
+ * deserializeAws_restJson1DisassociateMembersCommand
436
+ */
437
+ export declare const de_DisassociateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembersCommandOutput>;
438
+ /**
439
+ * deserializeAws_restJson1EnableOrganizationAdminAccountCommand
440
+ */
441
+ export declare const de_EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
442
+ /**
443
+ * deserializeAws_restJson1GetAdministratorAccountCommand
444
+ */
445
+ export declare const de_GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
446
+ /**
447
+ * deserializeAws_restJson1GetCoverageStatisticsCommand
448
+ */
449
+ export declare const de_GetCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoverageStatisticsCommandOutput>;
450
+ /**
451
+ * deserializeAws_restJson1GetDetectorCommand
452
+ */
453
+ export declare const de_GetDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorCommandOutput>;
454
+ /**
455
+ * deserializeAws_restJson1GetFilterCommand
456
+ */
457
+ export declare const de_GetFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFilterCommandOutput>;
458
+ /**
459
+ * deserializeAws_restJson1GetFindingsCommand
460
+ */
461
+ export declare const de_GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
462
+ /**
463
+ * deserializeAws_restJson1GetFindingsStatisticsCommand
464
+ */
465
+ export declare const de_GetFindingsStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsStatisticsCommandOutput>;
466
+ /**
467
+ * deserializeAws_restJson1GetInvitationsCountCommand
468
+ */
469
+ export declare const de_GetInvitationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvitationsCountCommandOutput>;
470
+ /**
471
+ * deserializeAws_restJson1GetIPSetCommand
472
+ */
473
+ export declare const de_GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
474
+ /**
475
+ * deserializeAws_restJson1GetMalwareScanSettingsCommand
476
+ */
477
+ export declare const de_GetMalwareScanSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMalwareScanSettingsCommandOutput>;
478
+ /**
479
+ * deserializeAws_restJson1GetMasterAccountCommand
480
+ */
481
+ export declare const de_GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
482
+ /**
483
+ * deserializeAws_restJson1GetMemberDetectorsCommand
484
+ */
485
+ export declare const de_GetMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberDetectorsCommandOutput>;
486
+ /**
487
+ * deserializeAws_restJson1GetMembersCommand
488
+ */
489
+ export declare const de_GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
490
+ /**
491
+ * deserializeAws_restJson1GetRemainingFreeTrialDaysCommand
492
+ */
493
+ export declare const de_GetRemainingFreeTrialDaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemainingFreeTrialDaysCommandOutput>;
494
+ /**
495
+ * deserializeAws_restJson1GetThreatIntelSetCommand
496
+ */
497
+ export declare const de_GetThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatIntelSetCommandOutput>;
498
+ /**
499
+ * deserializeAws_restJson1GetUsageStatisticsCommand
500
+ */
501
+ export declare const de_GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
502
+ /**
503
+ * deserializeAws_restJson1InviteMembersCommand
504
+ */
505
+ export declare const de_InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
506
+ /**
507
+ * deserializeAws_restJson1ListCoverageCommand
508
+ */
509
+ export declare const de_ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
510
+ /**
511
+ * deserializeAws_restJson1ListDetectorsCommand
512
+ */
513
+ export declare const de_ListDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorsCommandOutput>;
514
+ /**
515
+ * deserializeAws_restJson1ListFiltersCommand
516
+ */
517
+ export declare const de_ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
518
+ /**
519
+ * deserializeAws_restJson1ListFindingsCommand
520
+ */
521
+ export declare const de_ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
522
+ /**
523
+ * deserializeAws_restJson1ListInvitationsCommand
524
+ */
525
+ export declare const de_ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
526
+ /**
527
+ * deserializeAws_restJson1ListIPSetsCommand
528
+ */
529
+ export declare const de_ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
530
+ /**
531
+ * deserializeAws_restJson1ListMembersCommand
532
+ */
533
+ export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
534
+ /**
535
+ * deserializeAws_restJson1ListOrganizationAdminAccountsCommand
536
+ */
537
+ export declare const de_ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
538
+ /**
539
+ * deserializeAws_restJson1ListPublishingDestinationsCommand
540
+ */
541
+ export declare const de_ListPublishingDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublishingDestinationsCommandOutput>;
542
+ /**
543
+ * deserializeAws_restJson1ListTagsForResourceCommand
544
+ */
545
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
546
+ /**
547
+ * deserializeAws_restJson1ListThreatIntelSetsCommand
548
+ */
549
+ export declare const de_ListThreatIntelSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThreatIntelSetsCommandOutput>;
550
+ /**
551
+ * deserializeAws_restJson1StartMonitoringMembersCommand
552
+ */
553
+ export declare const de_StartMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMembersCommandOutput>;
554
+ /**
555
+ * deserializeAws_restJson1StopMonitoringMembersCommand
556
+ */
557
+ export declare const de_StopMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringMembersCommandOutput>;
558
+ /**
559
+ * deserializeAws_restJson1TagResourceCommand
560
+ */
561
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
562
+ /**
563
+ * deserializeAws_restJson1UnarchiveFindingsCommand
564
+ */
565
+ export declare const de_UnarchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnarchiveFindingsCommandOutput>;
566
+ /**
567
+ * deserializeAws_restJson1UntagResourceCommand
568
+ */
569
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
570
+ /**
571
+ * deserializeAws_restJson1UpdateDetectorCommand
572
+ */
573
+ export declare const de_UpdateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDetectorCommandOutput>;
574
+ /**
575
+ * deserializeAws_restJson1UpdateFilterCommand
576
+ */
577
+ export declare const de_UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
578
+ /**
579
+ * deserializeAws_restJson1UpdateFindingsFeedbackCommand
580
+ */
581
+ export declare const de_UpdateFindingsFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFeedbackCommandOutput>;
582
+ /**
583
+ * deserializeAws_restJson1UpdateIPSetCommand
584
+ */
585
+ export declare const de_UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
586
+ /**
587
+ * deserializeAws_restJson1UpdateMalwareScanSettingsCommand
588
+ */
589
+ export declare const de_UpdateMalwareScanSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMalwareScanSettingsCommandOutput>;
590
+ /**
591
+ * deserializeAws_restJson1UpdateMemberDetectorsCommand
592
+ */
593
+ export declare const de_UpdateMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberDetectorsCommandOutput>;
594
+ /**
595
+ * deserializeAws_restJson1UpdateOrganizationConfigurationCommand
596
+ */
597
+ export declare const de_UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
598
+ /**
599
+ * deserializeAws_restJson1UpdatePublishingDestinationCommand
600
+ */
601
+ export declare const de_UpdatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublishingDestinationCommandOutput>;
602
+ /**
603
+ * deserializeAws_restJson1UpdateThreatIntelSetCommand
604
+ */
605
+ export declare const de_UpdateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThreatIntelSetCommandOutput>;