@aws-sdk/client-guardduty 3.169.0 → 3.171.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 (93) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1121 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +494 -138
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1992 -2604
  75. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  78. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  88. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +785 -197
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  93. package/package.json +34 -34
@@ -1,197 +1,785 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "../commands/AcceptAdministratorInvitationCommand";
4
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
5
- import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "../commands/ArchiveFindingsCommand";
6
- import { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "../commands/CreateDetectorCommand";
7
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
8
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "../commands/CreateIPSetCommand";
9
- import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
10
- import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "../commands/CreatePublishingDestinationCommand";
11
- import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "../commands/CreateSampleFindingsCommand";
12
- import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "../commands/CreateThreatIntelSetCommand";
13
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
14
- import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "../commands/DeleteDetectorCommand";
15
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
16
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
17
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "../commands/DeleteIPSetCommand";
18
- import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
19
- import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "../commands/DeletePublishingDestinationCommand";
20
- import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "../commands/DeleteThreatIntelSetCommand";
21
- import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "../commands/DescribeMalwareScansCommand";
22
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
23
- import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "../commands/DescribePublishingDestinationCommand";
24
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
25
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "../commands/DisassociateFromAdministratorAccountCommand";
26
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "../commands/DisassociateFromMasterAccountCommand";
27
- import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "../commands/DisassociateMembersCommand";
28
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
29
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
30
- import { GetDetectorCommandInput, GetDetectorCommandOutput } from "../commands/GetDetectorCommand";
31
- import { GetFilterCommandInput, GetFilterCommandOutput } from "../commands/GetFilterCommand";
32
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
33
- import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "../commands/GetFindingsStatisticsCommand";
34
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "../commands/GetInvitationsCountCommand";
35
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "../commands/GetIPSetCommand";
36
- import { GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput } from "../commands/GetMalwareScanSettingsCommand";
37
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
38
- import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "../commands/GetMemberDetectorsCommand";
39
- import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
40
- import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput } from "../commands/GetRemainingFreeTrialDaysCommand";
41
- import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "../commands/GetThreatIntelSetCommand";
42
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
43
- import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
44
- import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "../commands/ListDetectorsCommand";
45
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
46
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
47
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
48
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
49
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
50
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
51
- import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "../commands/ListPublishingDestinationsCommand";
52
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
53
- import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "../commands/ListThreatIntelSetsCommand";
54
- import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "../commands/StartMonitoringMembersCommand";
55
- import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "../commands/StopMonitoringMembersCommand";
56
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
57
- import { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "../commands/UnarchiveFindingsCommand";
58
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
59
- import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "../commands/UpdateDetectorCommand";
60
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
61
- import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "../commands/UpdateFindingsFeedbackCommand";
62
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "../commands/UpdateIPSetCommand";
63
- import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput } from "../commands/UpdateMalwareScanSettingsCommand";
64
- import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "../commands/UpdateMemberDetectorsCommand";
65
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
66
- import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "../commands/UpdatePublishingDestinationCommand";
67
- import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "../commands/UpdateThreatIntelSetCommand";
68
- export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand: (input: AcceptAdministratorInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1ArchiveFindingsCommand: (input: ArchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateDetectorCommand: (input: CreateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreatePublishingDestinationCommand: (input: CreatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreateThreatIntelSetCommand: (input: CreateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteDetectorCommand: (input: DeleteDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DeletePublishingDestinationCommand: (input: DeletePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DeleteThreatIntelSetCommand: (input: DeleteThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DescribeMalwareScansCommand: (input: DescribeMalwareScansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DescribePublishingDestinationCommand: (input: DescribePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (input: DisassociateFromAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (input: DisassociateFromMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DisassociateMembersCommand: (input: DisassociateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetDetectorCommand: (input: GetDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetFilterCommand: (input: GetFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetFindingsStatisticsCommand: (input: GetFindingsStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: GetInvitationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetMalwareScanSettingsCommand: (input: GetMalwareScanSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1GetMemberDetectorsCommand: (input: GetMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1GetRemainingFreeTrialDaysCommand: (input: GetRemainingFreeTrialDaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1GetThreatIntelSetCommand: (input: GetThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1ListDetectorsCommand: (input: ListDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListPublishingDestinationsCommand: (input: ListPublishingDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListThreatIntelSetsCommand: (input: ListThreatIntelSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1StartMonitoringMembersCommand: (input: StartMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1StopMonitoringMembersCommand: (input: StopMonitoringMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1UnarchiveFindingsCommand: (input: UnarchiveFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1UpdateDetectorCommand: (input: UpdateDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1UpdateFindingsFeedbackCommand: (input: UpdateFindingsFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UpdateMalwareScanSettingsCommand: (input: UpdateMalwareScanSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1UpdateMemberDetectorsCommand: (input: UpdateMemberDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdatePublishingDestinationCommand: (input: UpdatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateThreatIntelSetCommand: (input: UpdateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const deserializeAws_restJson1AcceptAdministratorInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAdministratorInvitationCommandOutput>;
134
- export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
135
- export declare const deserializeAws_restJson1ArchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ArchiveFindingsCommandOutput>;
136
- export declare const deserializeAws_restJson1CreateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDetectorCommandOutput>;
137
- export declare const deserializeAws_restJson1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
138
- export declare const deserializeAws_restJson1CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
139
- export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
140
- export declare const deserializeAws_restJson1CreatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublishingDestinationCommandOutput>;
141
- export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
142
- export declare const deserializeAws_restJson1CreateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThreatIntelSetCommandOutput>;
143
- export declare const deserializeAws_restJson1DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
144
- export declare const deserializeAws_restJson1DeleteDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDetectorCommandOutput>;
145
- export declare const deserializeAws_restJson1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
146
- export declare const deserializeAws_restJson1DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
147
- export declare const deserializeAws_restJson1DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
148
- export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
149
- export declare const deserializeAws_restJson1DeletePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublishingDestinationCommandOutput>;
150
- export declare const deserializeAws_restJson1DeleteThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThreatIntelSetCommandOutput>;
151
- export declare const deserializeAws_restJson1DescribeMalwareScansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMalwareScansCommandOutput>;
152
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
153
- export declare const deserializeAws_restJson1DescribePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePublishingDestinationCommandOutput>;
154
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
155
- export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
156
- export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromMasterAccountCommandOutput>;
157
- export declare const deserializeAws_restJson1DisassociateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembersCommandOutput>;
158
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
159
- export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
160
- export declare const deserializeAws_restJson1GetDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorCommandOutput>;
161
- export declare const deserializeAws_restJson1GetFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFilterCommandOutput>;
162
- export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
163
- export declare const deserializeAws_restJson1GetFindingsStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsStatisticsCommandOutput>;
164
- export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvitationsCountCommandOutput>;
165
- export declare const deserializeAws_restJson1GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
166
- export declare const deserializeAws_restJson1GetMalwareScanSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMalwareScanSettingsCommandOutput>;
167
- export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
168
- export declare const deserializeAws_restJson1GetMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberDetectorsCommandOutput>;
169
- export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
170
- export declare const deserializeAws_restJson1GetRemainingFreeTrialDaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemainingFreeTrialDaysCommandOutput>;
171
- export declare const deserializeAws_restJson1GetThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatIntelSetCommandOutput>;
172
- export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
173
- export declare const deserializeAws_restJson1InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
174
- export declare const deserializeAws_restJson1ListDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorsCommandOutput>;
175
- export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
176
- export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
177
- export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
178
- export declare const deserializeAws_restJson1ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
179
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
180
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
181
- export declare const deserializeAws_restJson1ListPublishingDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublishingDestinationsCommandOutput>;
182
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
183
- export declare const deserializeAws_restJson1ListThreatIntelSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThreatIntelSetsCommandOutput>;
184
- export declare const deserializeAws_restJson1StartMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMembersCommandOutput>;
185
- export declare const deserializeAws_restJson1StopMonitoringMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringMembersCommandOutput>;
186
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
187
- export declare const deserializeAws_restJson1UnarchiveFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnarchiveFindingsCommandOutput>;
188
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
189
- export declare const deserializeAws_restJson1UpdateDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDetectorCommandOutput>;
190
- export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
191
- export declare const deserializeAws_restJson1UpdateFindingsFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFeedbackCommandOutput>;
192
- export declare const deserializeAws_restJson1UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
193
- export declare const deserializeAws_restJson1UpdateMalwareScanSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMalwareScanSettingsCommandOutput>;
194
- export declare const deserializeAws_restJson1UpdateMemberDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberDetectorsCommandOutput>;
195
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
196
- export declare const deserializeAws_restJson1UpdatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublishingDestinationCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThreatIntelSetCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptAdministratorInvitationCommandInput,
8
+ AcceptAdministratorInvitationCommandOutput,
9
+ } from "../commands/AcceptAdministratorInvitationCommand";
10
+ import {
11
+ AcceptInvitationCommandInput,
12
+ AcceptInvitationCommandOutput,
13
+ } from "../commands/AcceptInvitationCommand";
14
+ import {
15
+ ArchiveFindingsCommandInput,
16
+ ArchiveFindingsCommandOutput,
17
+ } from "../commands/ArchiveFindingsCommand";
18
+ import {
19
+ CreateDetectorCommandInput,
20
+ CreateDetectorCommandOutput,
21
+ } from "../commands/CreateDetectorCommand";
22
+ import {
23
+ CreateFilterCommandInput,
24
+ CreateFilterCommandOutput,
25
+ } from "../commands/CreateFilterCommand";
26
+ import {
27
+ CreateIPSetCommandInput,
28
+ CreateIPSetCommandOutput,
29
+ } from "../commands/CreateIPSetCommand";
30
+ import {
31
+ CreateMembersCommandInput,
32
+ CreateMembersCommandOutput,
33
+ } from "../commands/CreateMembersCommand";
34
+ import {
35
+ CreatePublishingDestinationCommandInput,
36
+ CreatePublishingDestinationCommandOutput,
37
+ } from "../commands/CreatePublishingDestinationCommand";
38
+ import {
39
+ CreateSampleFindingsCommandInput,
40
+ CreateSampleFindingsCommandOutput,
41
+ } from "../commands/CreateSampleFindingsCommand";
42
+ import {
43
+ CreateThreatIntelSetCommandInput,
44
+ CreateThreatIntelSetCommandOutput,
45
+ } from "../commands/CreateThreatIntelSetCommand";
46
+ import {
47
+ DeclineInvitationsCommandInput,
48
+ DeclineInvitationsCommandOutput,
49
+ } from "../commands/DeclineInvitationsCommand";
50
+ import {
51
+ DeleteDetectorCommandInput,
52
+ DeleteDetectorCommandOutput,
53
+ } from "../commands/DeleteDetectorCommand";
54
+ import {
55
+ DeleteFilterCommandInput,
56
+ DeleteFilterCommandOutput,
57
+ } from "../commands/DeleteFilterCommand";
58
+ import {
59
+ DeleteInvitationsCommandInput,
60
+ DeleteInvitationsCommandOutput,
61
+ } from "../commands/DeleteInvitationsCommand";
62
+ import {
63
+ DeleteIPSetCommandInput,
64
+ DeleteIPSetCommandOutput,
65
+ } from "../commands/DeleteIPSetCommand";
66
+ import {
67
+ DeleteMembersCommandInput,
68
+ DeleteMembersCommandOutput,
69
+ } from "../commands/DeleteMembersCommand";
70
+ import {
71
+ DeletePublishingDestinationCommandInput,
72
+ DeletePublishingDestinationCommandOutput,
73
+ } from "../commands/DeletePublishingDestinationCommand";
74
+ import {
75
+ DeleteThreatIntelSetCommandInput,
76
+ DeleteThreatIntelSetCommandOutput,
77
+ } from "../commands/DeleteThreatIntelSetCommand";
78
+ import {
79
+ DescribeMalwareScansCommandInput,
80
+ DescribeMalwareScansCommandOutput,
81
+ } from "../commands/DescribeMalwareScansCommand";
82
+ import {
83
+ DescribeOrganizationConfigurationCommandInput,
84
+ DescribeOrganizationConfigurationCommandOutput,
85
+ } from "../commands/DescribeOrganizationConfigurationCommand";
86
+ import {
87
+ DescribePublishingDestinationCommandInput,
88
+ DescribePublishingDestinationCommandOutput,
89
+ } from "../commands/DescribePublishingDestinationCommand";
90
+ import {
91
+ DisableOrganizationAdminAccountCommandInput,
92
+ DisableOrganizationAdminAccountCommandOutput,
93
+ } from "../commands/DisableOrganizationAdminAccountCommand";
94
+ import {
95
+ DisassociateFromAdministratorAccountCommandInput,
96
+ DisassociateFromAdministratorAccountCommandOutput,
97
+ } from "../commands/DisassociateFromAdministratorAccountCommand";
98
+ import {
99
+ DisassociateFromMasterAccountCommandInput,
100
+ DisassociateFromMasterAccountCommandOutput,
101
+ } from "../commands/DisassociateFromMasterAccountCommand";
102
+ import {
103
+ DisassociateMembersCommandInput,
104
+ DisassociateMembersCommandOutput,
105
+ } from "../commands/DisassociateMembersCommand";
106
+ import {
107
+ EnableOrganizationAdminAccountCommandInput,
108
+ EnableOrganizationAdminAccountCommandOutput,
109
+ } from "../commands/EnableOrganizationAdminAccountCommand";
110
+ import {
111
+ GetAdministratorAccountCommandInput,
112
+ GetAdministratorAccountCommandOutput,
113
+ } from "../commands/GetAdministratorAccountCommand";
114
+ import {
115
+ GetDetectorCommandInput,
116
+ GetDetectorCommandOutput,
117
+ } from "../commands/GetDetectorCommand";
118
+ import {
119
+ GetFilterCommandInput,
120
+ GetFilterCommandOutput,
121
+ } from "../commands/GetFilterCommand";
122
+ import {
123
+ GetFindingsCommandInput,
124
+ GetFindingsCommandOutput,
125
+ } from "../commands/GetFindingsCommand";
126
+ import {
127
+ GetFindingsStatisticsCommandInput,
128
+ GetFindingsStatisticsCommandOutput,
129
+ } from "../commands/GetFindingsStatisticsCommand";
130
+ import {
131
+ GetInvitationsCountCommandInput,
132
+ GetInvitationsCountCommandOutput,
133
+ } from "../commands/GetInvitationsCountCommand";
134
+ import {
135
+ GetIPSetCommandInput,
136
+ GetIPSetCommandOutput,
137
+ } from "../commands/GetIPSetCommand";
138
+ import {
139
+ GetMalwareScanSettingsCommandInput,
140
+ GetMalwareScanSettingsCommandOutput,
141
+ } from "../commands/GetMalwareScanSettingsCommand";
142
+ import {
143
+ GetMasterAccountCommandInput,
144
+ GetMasterAccountCommandOutput,
145
+ } from "../commands/GetMasterAccountCommand";
146
+ import {
147
+ GetMemberDetectorsCommandInput,
148
+ GetMemberDetectorsCommandOutput,
149
+ } from "../commands/GetMemberDetectorsCommand";
150
+ import {
151
+ GetMembersCommandInput,
152
+ GetMembersCommandOutput,
153
+ } from "../commands/GetMembersCommand";
154
+ import {
155
+ GetRemainingFreeTrialDaysCommandInput,
156
+ GetRemainingFreeTrialDaysCommandOutput,
157
+ } from "../commands/GetRemainingFreeTrialDaysCommand";
158
+ import {
159
+ GetThreatIntelSetCommandInput,
160
+ GetThreatIntelSetCommandOutput,
161
+ } from "../commands/GetThreatIntelSetCommand";
162
+ import {
163
+ GetUsageStatisticsCommandInput,
164
+ GetUsageStatisticsCommandOutput,
165
+ } from "../commands/GetUsageStatisticsCommand";
166
+ import {
167
+ InviteMembersCommandInput,
168
+ InviteMembersCommandOutput,
169
+ } from "../commands/InviteMembersCommand";
170
+ import {
171
+ ListDetectorsCommandInput,
172
+ ListDetectorsCommandOutput,
173
+ } from "../commands/ListDetectorsCommand";
174
+ import {
175
+ ListFiltersCommandInput,
176
+ ListFiltersCommandOutput,
177
+ } from "../commands/ListFiltersCommand";
178
+ import {
179
+ ListFindingsCommandInput,
180
+ ListFindingsCommandOutput,
181
+ } from "../commands/ListFindingsCommand";
182
+ import {
183
+ ListInvitationsCommandInput,
184
+ ListInvitationsCommandOutput,
185
+ } from "../commands/ListInvitationsCommand";
186
+ import {
187
+ ListIPSetsCommandInput,
188
+ ListIPSetsCommandOutput,
189
+ } from "../commands/ListIPSetsCommand";
190
+ import {
191
+ ListMembersCommandInput,
192
+ ListMembersCommandOutput,
193
+ } from "../commands/ListMembersCommand";
194
+ import {
195
+ ListOrganizationAdminAccountsCommandInput,
196
+ ListOrganizationAdminAccountsCommandOutput,
197
+ } from "../commands/ListOrganizationAdminAccountsCommand";
198
+ import {
199
+ ListPublishingDestinationsCommandInput,
200
+ ListPublishingDestinationsCommandOutput,
201
+ } from "../commands/ListPublishingDestinationsCommand";
202
+ import {
203
+ ListTagsForResourceCommandInput,
204
+ ListTagsForResourceCommandOutput,
205
+ } from "../commands/ListTagsForResourceCommand";
206
+ import {
207
+ ListThreatIntelSetsCommandInput,
208
+ ListThreatIntelSetsCommandOutput,
209
+ } from "../commands/ListThreatIntelSetsCommand";
210
+ import {
211
+ StartMonitoringMembersCommandInput,
212
+ StartMonitoringMembersCommandOutput,
213
+ } from "../commands/StartMonitoringMembersCommand";
214
+ import {
215
+ StopMonitoringMembersCommandInput,
216
+ StopMonitoringMembersCommandOutput,
217
+ } from "../commands/StopMonitoringMembersCommand";
218
+ import {
219
+ TagResourceCommandInput,
220
+ TagResourceCommandOutput,
221
+ } from "../commands/TagResourceCommand";
222
+ import {
223
+ UnarchiveFindingsCommandInput,
224
+ UnarchiveFindingsCommandOutput,
225
+ } from "../commands/UnarchiveFindingsCommand";
226
+ import {
227
+ UntagResourceCommandInput,
228
+ UntagResourceCommandOutput,
229
+ } from "../commands/UntagResourceCommand";
230
+ import {
231
+ UpdateDetectorCommandInput,
232
+ UpdateDetectorCommandOutput,
233
+ } from "../commands/UpdateDetectorCommand";
234
+ import {
235
+ UpdateFilterCommandInput,
236
+ UpdateFilterCommandOutput,
237
+ } from "../commands/UpdateFilterCommand";
238
+ import {
239
+ UpdateFindingsFeedbackCommandInput,
240
+ UpdateFindingsFeedbackCommandOutput,
241
+ } from "../commands/UpdateFindingsFeedbackCommand";
242
+ import {
243
+ UpdateIPSetCommandInput,
244
+ UpdateIPSetCommandOutput,
245
+ } from "../commands/UpdateIPSetCommand";
246
+ import {
247
+ UpdateMalwareScanSettingsCommandInput,
248
+ UpdateMalwareScanSettingsCommandOutput,
249
+ } from "../commands/UpdateMalwareScanSettingsCommand";
250
+ import {
251
+ UpdateMemberDetectorsCommandInput,
252
+ UpdateMemberDetectorsCommandOutput,
253
+ } from "../commands/UpdateMemberDetectorsCommand";
254
+ import {
255
+ UpdateOrganizationConfigurationCommandInput,
256
+ UpdateOrganizationConfigurationCommandOutput,
257
+ } from "../commands/UpdateOrganizationConfigurationCommand";
258
+ import {
259
+ UpdatePublishingDestinationCommandInput,
260
+ UpdatePublishingDestinationCommandOutput,
261
+ } from "../commands/UpdatePublishingDestinationCommand";
262
+ import {
263
+ UpdateThreatIntelSetCommandInput,
264
+ UpdateThreatIntelSetCommandOutput,
265
+ } from "../commands/UpdateThreatIntelSetCommand";
266
+ export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand: (
267
+ input: AcceptAdministratorInvitationCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1AcceptInvitationCommand: (
271
+ input: AcceptInvitationCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1ArchiveFindingsCommand: (
275
+ input: ArchiveFindingsCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1CreateDetectorCommand: (
279
+ input: CreateDetectorCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1CreateFilterCommand: (
283
+ input: CreateFilterCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1CreateIPSetCommand: (
287
+ input: CreateIPSetCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1CreateMembersCommand: (
291
+ input: CreateMembersCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1CreatePublishingDestinationCommand: (
295
+ input: CreatePublishingDestinationCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1CreateSampleFindingsCommand: (
299
+ input: CreateSampleFindingsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1CreateThreatIntelSetCommand: (
303
+ input: CreateThreatIntelSetCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1DeclineInvitationsCommand: (
307
+ input: DeclineInvitationsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1DeleteDetectorCommand: (
311
+ input: DeleteDetectorCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1DeleteFilterCommand: (
315
+ input: DeleteFilterCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1DeleteInvitationsCommand: (
319
+ input: DeleteInvitationsCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DeleteIPSetCommand: (
323
+ input: DeleteIPSetCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DeleteMembersCommand: (
327
+ input: DeleteMembersCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DeletePublishingDestinationCommand: (
331
+ input: DeletePublishingDestinationCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DeleteThreatIntelSetCommand: (
335
+ input: DeleteThreatIntelSetCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DescribeMalwareScansCommand: (
339
+ input: DescribeMalwareScansCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
343
+ input: DescribeOrganizationConfigurationCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DescribePublishingDestinationCommand: (
347
+ input: DescribePublishingDestinationCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (
351
+ input: DisableOrganizationAdminAccountCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
355
+ input: DisassociateFromAdministratorAccountCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (
359
+ input: DisassociateFromMasterAccountCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DisassociateMembersCommand: (
363
+ input: DisassociateMembersCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (
367
+ input: EnableOrganizationAdminAccountCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1GetAdministratorAccountCommand: (
371
+ input: GetAdministratorAccountCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1GetDetectorCommand: (
375
+ input: GetDetectorCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1GetFilterCommand: (
379
+ input: GetFilterCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1GetFindingsCommand: (
383
+ input: GetFindingsCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1GetFindingsStatisticsCommand: (
387
+ input: GetFindingsStatisticsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1GetInvitationsCountCommand: (
391
+ input: GetInvitationsCountCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1GetIPSetCommand: (
395
+ input: GetIPSetCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1GetMalwareScanSettingsCommand: (
399
+ input: GetMalwareScanSettingsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1GetMasterAccountCommand: (
403
+ input: GetMasterAccountCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1GetMemberDetectorsCommand: (
407
+ input: GetMemberDetectorsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1GetMembersCommand: (
411
+ input: GetMembersCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1GetRemainingFreeTrialDaysCommand: (
415
+ input: GetRemainingFreeTrialDaysCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1GetThreatIntelSetCommand: (
419
+ input: GetThreatIntelSetCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1GetUsageStatisticsCommand: (
423
+ input: GetUsageStatisticsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1InviteMembersCommand: (
427
+ input: InviteMembersCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1ListDetectorsCommand: (
431
+ input: ListDetectorsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1ListFiltersCommand: (
435
+ input: ListFiltersCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1ListFindingsCommand: (
439
+ input: ListFindingsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1ListInvitationsCommand: (
443
+ input: ListInvitationsCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1ListIPSetsCommand: (
447
+ input: ListIPSetsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1ListMembersCommand: (
451
+ input: ListMembersCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (
455
+ input: ListOrganizationAdminAccountsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1ListPublishingDestinationsCommand: (
459
+ input: ListPublishingDestinationsCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
463
+ input: ListTagsForResourceCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1ListThreatIntelSetsCommand: (
467
+ input: ListThreatIntelSetsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1StartMonitoringMembersCommand: (
471
+ input: StartMonitoringMembersCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1StopMonitoringMembersCommand: (
475
+ input: StopMonitoringMembersCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1TagResourceCommand: (
479
+ input: TagResourceCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1UnarchiveFindingsCommand: (
483
+ input: UnarchiveFindingsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1UntagResourceCommand: (
487
+ input: UntagResourceCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1UpdateDetectorCommand: (
491
+ input: UpdateDetectorCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1UpdateFilterCommand: (
495
+ input: UpdateFilterCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1UpdateFindingsFeedbackCommand: (
499
+ input: UpdateFindingsFeedbackCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1UpdateIPSetCommand: (
503
+ input: UpdateIPSetCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1UpdateMalwareScanSettingsCommand: (
507
+ input: UpdateMalwareScanSettingsCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1UpdateMemberDetectorsCommand: (
511
+ input: UpdateMemberDetectorsCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
515
+ input: UpdateOrganizationConfigurationCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1UpdatePublishingDestinationCommand: (
519
+ input: UpdatePublishingDestinationCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1UpdateThreatIntelSetCommand: (
523
+ input: UpdateThreatIntelSetCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const deserializeAws_restJson1AcceptAdministratorInvitationCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<AcceptAdministratorInvitationCommandOutput>;
530
+ export declare const deserializeAws_restJson1AcceptInvitationCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<AcceptInvitationCommandOutput>;
534
+ export declare const deserializeAws_restJson1ArchiveFindingsCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<ArchiveFindingsCommandOutput>;
538
+ export declare const deserializeAws_restJson1CreateDetectorCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<CreateDetectorCommandOutput>;
542
+ export declare const deserializeAws_restJson1CreateFilterCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CreateFilterCommandOutput>;
546
+ export declare const deserializeAws_restJson1CreateIPSetCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CreateIPSetCommandOutput>;
550
+ export declare const deserializeAws_restJson1CreateMembersCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateMembersCommandOutput>;
554
+ export declare const deserializeAws_restJson1CreatePublishingDestinationCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreatePublishingDestinationCommandOutput>;
558
+ export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<CreateSampleFindingsCommandOutput>;
562
+ export declare const deserializeAws_restJson1CreateThreatIntelSetCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<CreateThreatIntelSetCommandOutput>;
566
+ export declare const deserializeAws_restJson1DeclineInvitationsCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DeclineInvitationsCommandOutput>;
570
+ export declare const deserializeAws_restJson1DeleteDetectorCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DeleteDetectorCommandOutput>;
574
+ export declare const deserializeAws_restJson1DeleteFilterCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeleteFilterCommandOutput>;
578
+ export declare const deserializeAws_restJson1DeleteInvitationsCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DeleteInvitationsCommandOutput>;
582
+ export declare const deserializeAws_restJson1DeleteIPSetCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DeleteIPSetCommandOutput>;
586
+ export declare const deserializeAws_restJson1DeleteMembersCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DeleteMembersCommandOutput>;
590
+ export declare const deserializeAws_restJson1DeletePublishingDestinationCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DeletePublishingDestinationCommandOutput>;
594
+ export declare const deserializeAws_restJson1DeleteThreatIntelSetCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DeleteThreatIntelSetCommandOutput>;
598
+ export declare const deserializeAws_restJson1DescribeMalwareScansCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeMalwareScansCommandOutput>;
602
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeOrganizationConfigurationCommandOutput>;
606
+ export declare const deserializeAws_restJson1DescribePublishingDestinationCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DescribePublishingDestinationCommandOutput>;
610
+ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DisableOrganizationAdminAccountCommandOutput>;
614
+ export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
618
+ export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DisassociateFromMasterAccountCommandOutput>;
622
+ export declare const deserializeAws_restJson1DisassociateMembersCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DisassociateMembersCommandOutput>;
626
+ export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<EnableOrganizationAdminAccountCommandOutput>;
630
+ export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<GetAdministratorAccountCommandOutput>;
634
+ export declare const deserializeAws_restJson1GetDetectorCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<GetDetectorCommandOutput>;
638
+ export declare const deserializeAws_restJson1GetFilterCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<GetFilterCommandOutput>;
642
+ export declare const deserializeAws_restJson1GetFindingsCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<GetFindingsCommandOutput>;
646
+ export declare const deserializeAws_restJson1GetFindingsStatisticsCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<GetFindingsStatisticsCommandOutput>;
650
+ export declare const deserializeAws_restJson1GetInvitationsCountCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<GetInvitationsCountCommandOutput>;
654
+ export declare const deserializeAws_restJson1GetIPSetCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<GetIPSetCommandOutput>;
658
+ export declare const deserializeAws_restJson1GetMalwareScanSettingsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<GetMalwareScanSettingsCommandOutput>;
662
+ export declare const deserializeAws_restJson1GetMasterAccountCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<GetMasterAccountCommandOutput>;
666
+ export declare const deserializeAws_restJson1GetMemberDetectorsCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<GetMemberDetectorsCommandOutput>;
670
+ export declare const deserializeAws_restJson1GetMembersCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<GetMembersCommandOutput>;
674
+ export declare const deserializeAws_restJson1GetRemainingFreeTrialDaysCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<GetRemainingFreeTrialDaysCommandOutput>;
678
+ export declare const deserializeAws_restJson1GetThreatIntelSetCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<GetThreatIntelSetCommandOutput>;
682
+ export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<GetUsageStatisticsCommandOutput>;
686
+ export declare const deserializeAws_restJson1InviteMembersCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<InviteMembersCommandOutput>;
690
+ export declare const deserializeAws_restJson1ListDetectorsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListDetectorsCommandOutput>;
694
+ export declare const deserializeAws_restJson1ListFiltersCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ListFiltersCommandOutput>;
698
+ export declare const deserializeAws_restJson1ListFindingsCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ListFindingsCommandOutput>;
702
+ export declare const deserializeAws_restJson1ListInvitationsCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ListInvitationsCommandOutput>;
706
+ export declare const deserializeAws_restJson1ListIPSetsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListIPSetsCommandOutput>;
710
+ export declare const deserializeAws_restJson1ListMembersCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListMembersCommandOutput>;
714
+ export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListOrganizationAdminAccountsCommandOutput>;
718
+ export declare const deserializeAws_restJson1ListPublishingDestinationsCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListPublishingDestinationsCommandOutput>;
722
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListTagsForResourceCommandOutput>;
726
+ export declare const deserializeAws_restJson1ListThreatIntelSetsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListThreatIntelSetsCommandOutput>;
730
+ export declare const deserializeAws_restJson1StartMonitoringMembersCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<StartMonitoringMembersCommandOutput>;
734
+ export declare const deserializeAws_restJson1StopMonitoringMembersCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<StopMonitoringMembersCommandOutput>;
738
+ export declare const deserializeAws_restJson1TagResourceCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<TagResourceCommandOutput>;
742
+ export declare const deserializeAws_restJson1UnarchiveFindingsCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<UnarchiveFindingsCommandOutput>;
746
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<UntagResourceCommandOutput>;
750
+ export declare const deserializeAws_restJson1UpdateDetectorCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<UpdateDetectorCommandOutput>;
754
+ export declare const deserializeAws_restJson1UpdateFilterCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<UpdateFilterCommandOutput>;
758
+ export declare const deserializeAws_restJson1UpdateFindingsFeedbackCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UpdateFindingsFeedbackCommandOutput>;
762
+ export declare const deserializeAws_restJson1UpdateIPSetCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<UpdateIPSetCommandOutput>;
766
+ export declare const deserializeAws_restJson1UpdateMalwareScanSettingsCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<UpdateMalwareScanSettingsCommandOutput>;
770
+ export declare const deserializeAws_restJson1UpdateMemberDetectorsCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<UpdateMemberDetectorsCommandOutput>;
774
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<UpdateOrganizationConfigurationCommandOutput>;
778
+ export declare const deserializeAws_restJson1UpdatePublishingDestinationCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdatePublishingDestinationCommandOutput>;
782
+ export declare const deserializeAws_restJson1UpdateThreatIntelSetCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<UpdateThreatIntelSetCommandOutput>;