@aws-sdk/client-guardduty 3.476.0 → 3.478.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 (90) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/GuardDuty.js +2 -0
  3. package/dist-cjs/commands/GetOrganizationStatisticsCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +1 -0
  6. package/dist-cjs/pagination/DescribeMalwareScansPaginator.js +2 -24
  7. package/dist-cjs/pagination/DescribeOrganizationConfigurationPaginator.js +2 -24
  8. package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +2 -24
  9. package/dist-cjs/pagination/ListCoveragePaginator.js +2 -24
  10. package/dist-cjs/pagination/ListDetectorsPaginator.js +2 -24
  11. package/dist-cjs/pagination/ListFiltersPaginator.js +2 -24
  12. package/dist-cjs/pagination/ListFindingsPaginator.js +2 -24
  13. package/dist-cjs/pagination/ListIPSetsPaginator.js +2 -24
  14. package/dist-cjs/pagination/ListInvitationsPaginator.js +2 -24
  15. package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
  16. package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +2 -24
  17. package/dist-cjs/pagination/ListPublishingDestinationsPaginator.js +2 -24
  18. package/dist-cjs/pagination/ListThreatIntelSetsPaginator.js +2 -24
  19. package/dist-cjs/protocols/Aws_restJson1.js +501 -874
  20. package/dist-es/GuardDuty.js +2 -0
  21. package/dist-es/commands/GetOrganizationStatisticsCommand.js +47 -0
  22. package/dist-es/commands/index.js +1 -0
  23. package/dist-es/models/models_0.js +1 -0
  24. package/dist-es/pagination/DescribeMalwareScansPaginator.js +2 -23
  25. package/dist-es/pagination/DescribeOrganizationConfigurationPaginator.js +2 -23
  26. package/dist-es/pagination/GetUsageStatisticsPaginator.js +2 -23
  27. package/dist-es/pagination/ListCoveragePaginator.js +2 -23
  28. package/dist-es/pagination/ListDetectorsPaginator.js +2 -23
  29. package/dist-es/pagination/ListFiltersPaginator.js +2 -23
  30. package/dist-es/pagination/ListFindingsPaginator.js +2 -23
  31. package/dist-es/pagination/ListIPSetsPaginator.js +2 -23
  32. package/dist-es/pagination/ListInvitationsPaginator.js +2 -23
  33. package/dist-es/pagination/ListMembersPaginator.js +2 -23
  34. package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +2 -23
  35. package/dist-es/pagination/ListPublishingDestinationsPaginator.js +2 -23
  36. package/dist-es/pagination/ListThreatIntelSetsPaginator.js +2 -23
  37. package/dist-es/protocols/Aws_restJson1.js +497 -872
  38. package/dist-types/GuardDuty.d.ts +7 -0
  39. package/dist-types/GuardDutyClient.d.ts +3 -2
  40. package/dist-types/commands/CreateMembersCommand.d.ts +5 -0
  41. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -2
  42. package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +101 -0
  43. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -5
  44. package/dist-types/commands/ListCoverageCommand.d.ts +2 -2
  45. package/dist-types/commands/ListDetectorsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -2
  49. package/dist-types/commands/index.d.ts +1 -0
  50. package/dist-types/models/models_0.d.ts +166 -308
  51. package/dist-types/models/models_1.d.ts +299 -1
  52. package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +1 -1
  53. package/dist-types/pagination/DescribeOrganizationConfigurationPaginator.d.ts +1 -1
  54. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListCoveragePaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListDetectorsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListIPSetsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +1 -1
  65. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  66. package/dist-types/ts3.4/GuardDuty.d.ts +17 -0
  67. package/dist-types/ts3.4/GuardDutyClient.d.ts +6 -0
  68. package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +38 -0
  69. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +33 -32
  75. package/dist-types/ts3.4/models/models_1.d.ts +33 -0
  76. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +3 -3
  77. package/dist-types/ts3.4/pagination/DescribeOrganizationConfigurationPaginator.d.ts +3 -3
  78. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +3 -3
  79. package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +3 -3
  80. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +3 -3
  81. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +3 -3
  82. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +3 -3
  83. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +3 -3
  84. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +3 -3
  85. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
  86. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -3
  87. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +3 -3
  88. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +3 -3
  89. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  90. package/package.json +7 -6
@@ -1,4 +1,302 @@
1
- import { AdminAccount, AutoEnableMembers, DataSourceConfigurations, Destination, DestinationProperties, DetectorFeatureConfiguration, EbsSnapshotPreservation, FeatureStatus, Feedback, FilterAction, FindingCriteria, FindingPublishingFrequency, Member, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ScanResourceCriteria, UnprocessedAccount } from "./models_0";
1
+ import { AdminAccount, AutoEnableMembers, DataSourceConfigurations, Destination, DestinationProperties, DetectorFeatureConfiguration, EbsSnapshotPreservation, FeatureStatus, Feedback, FilterAction, FindingCriteria, FindingPublishingFrequency, Member, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ScanResourceCriteria, SortCriteria, UnprocessedAccount } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface ListDetectorsRequest {
6
+ /**
7
+ * @public
8
+ * <p>You can use this parameter to indicate the maximum number of items that you want in the
9
+ * response. The default value is 50. The maximum value is 50.</p>
10
+ */
11
+ MaxResults?: number;
12
+ /**
13
+ * @public
14
+ * <p>You can use this parameter when paginating results. Set the value of this parameter to
15
+ * null on your first call to the list action. For subsequent calls to the action, fill nextToken
16
+ * in the request with the value of NextToken from the previous response to continue listing
17
+ * data.</p>
18
+ */
19
+ NextToken?: string;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface ListDetectorsResponse {
25
+ /**
26
+ * @public
27
+ * <p>A list of detector IDs.</p>
28
+ */
29
+ DetectorIds: string[] | undefined;
30
+ /**
31
+ * @public
32
+ * <p>The pagination parameter to be used on the next list operation to retrieve more
33
+ * items.</p>
34
+ */
35
+ NextToken?: string;
36
+ }
37
+ /**
38
+ * @public
39
+ */
40
+ export interface ListFiltersRequest {
41
+ /**
42
+ * @public
43
+ * <p>The unique ID of the detector that the filter is associated with.</p>
44
+ */
45
+ DetectorId: string | undefined;
46
+ /**
47
+ * @public
48
+ * <p>You can use this parameter to indicate the maximum number of items that you want in the
49
+ * response. The default value is 50. The maximum value is 50.</p>
50
+ */
51
+ MaxResults?: number;
52
+ /**
53
+ * @public
54
+ * <p>You can use this parameter when paginating results. Set the value of this parameter to
55
+ * null on your first call to the list action. For subsequent calls to the action, fill nextToken
56
+ * in the request with the value of NextToken from the previous response to continue listing
57
+ * data.</p>
58
+ */
59
+ NextToken?: string;
60
+ }
61
+ /**
62
+ * @public
63
+ */
64
+ export interface ListFiltersResponse {
65
+ /**
66
+ * @public
67
+ * <p>A list of filter names.</p>
68
+ */
69
+ FilterNames: string[] | undefined;
70
+ /**
71
+ * @public
72
+ * <p>The pagination parameter to be used on the next list operation to retrieve more
73
+ * items.</p>
74
+ */
75
+ NextToken?: string;
76
+ }
77
+ /**
78
+ * @public
79
+ */
80
+ export interface ListFindingsRequest {
81
+ /**
82
+ * @public
83
+ * <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
84
+ * list.</p>
85
+ */
86
+ DetectorId: string | undefined;
87
+ /**
88
+ * @public
89
+ * <p>Represents the criteria used for querying findings. Valid values include:</p>
90
+ * <ul>
91
+ * <li>
92
+ * <p>JSON field name</p>
93
+ * </li>
94
+ * <li>
95
+ * <p>accountId</p>
96
+ * </li>
97
+ * <li>
98
+ * <p>region</p>
99
+ * </li>
100
+ * <li>
101
+ * <p>confidence</p>
102
+ * </li>
103
+ * <li>
104
+ * <p>id</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>resource.accessKeyDetails.accessKeyId</p>
108
+ * </li>
109
+ * <li>
110
+ * <p>resource.accessKeyDetails.principalId</p>
111
+ * </li>
112
+ * <li>
113
+ * <p>resource.accessKeyDetails.userName</p>
114
+ * </li>
115
+ * <li>
116
+ * <p>resource.accessKeyDetails.userType</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>resource.instanceDetails.iamInstanceProfile.id</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>resource.instanceDetails.imageId</p>
123
+ * </li>
124
+ * <li>
125
+ * <p>resource.instanceDetails.instanceId</p>
126
+ * </li>
127
+ * <li>
128
+ * <p>resource.instanceDetails.networkInterfaces.ipv6Addresses</p>
129
+ * </li>
130
+ * <li>
131
+ * <p>resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>resource.instanceDetails.networkInterfaces.publicDnsName</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>resource.instanceDetails.networkInterfaces.publicIp</p>
138
+ * </li>
139
+ * <li>
140
+ * <p>resource.instanceDetails.networkInterfaces.securityGroups.groupId</p>
141
+ * </li>
142
+ * <li>
143
+ * <p>resource.instanceDetails.networkInterfaces.securityGroups.groupName</p>
144
+ * </li>
145
+ * <li>
146
+ * <p>resource.instanceDetails.networkInterfaces.subnetId</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>resource.instanceDetails.networkInterfaces.vpcId</p>
150
+ * </li>
151
+ * <li>
152
+ * <p>resource.instanceDetails.tags.key</p>
153
+ * </li>
154
+ * <li>
155
+ * <p>resource.instanceDetails.tags.value</p>
156
+ * </li>
157
+ * <li>
158
+ * <p>resource.resourceType</p>
159
+ * </li>
160
+ * <li>
161
+ * <p>service.action.actionType</p>
162
+ * </li>
163
+ * <li>
164
+ * <p>service.action.awsApiCallAction.api</p>
165
+ * </li>
166
+ * <li>
167
+ * <p>service.action.awsApiCallAction.callerType</p>
168
+ * </li>
169
+ * <li>
170
+ * <p>service.action.awsApiCallAction.remoteIpDetails.city.cityName</p>
171
+ * </li>
172
+ * <li>
173
+ * <p>service.action.awsApiCallAction.remoteIpDetails.country.countryName</p>
174
+ * </li>
175
+ * <li>
176
+ * <p>service.action.awsApiCallAction.remoteIpDetails.ipAddressV4</p>
177
+ * </li>
178
+ * <li>
179
+ * <p>service.action.awsApiCallAction.remoteIpDetails.organization.asn</p>
180
+ * </li>
181
+ * <li>
182
+ * <p>service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg</p>
183
+ * </li>
184
+ * <li>
185
+ * <p>service.action.awsApiCallAction.serviceName</p>
186
+ * </li>
187
+ * <li>
188
+ * <p>service.action.dnsRequestAction.domain</p>
189
+ * </li>
190
+ * <li>
191
+ * <p>service.action.dnsRequestAction.domainWithSuffix</p>
192
+ * </li>
193
+ * <li>
194
+ * <p>service.action.networkConnectionAction.blocked</p>
195
+ * </li>
196
+ * <li>
197
+ * <p>service.action.networkConnectionAction.connectionDirection</p>
198
+ * </li>
199
+ * <li>
200
+ * <p>service.action.networkConnectionAction.localPortDetails.port</p>
201
+ * </li>
202
+ * <li>
203
+ * <p>service.action.networkConnectionAction.protocol</p>
204
+ * </li>
205
+ * <li>
206
+ * <p>service.action.networkConnectionAction.remoteIpDetails.country.countryName</p>
207
+ * </li>
208
+ * <li>
209
+ * <p>service.action.networkConnectionAction.remoteIpDetails.ipAddressV4</p>
210
+ * </li>
211
+ * <li>
212
+ * <p>service.action.networkConnectionAction.remoteIpDetails.organization.asn</p>
213
+ * </li>
214
+ * <li>
215
+ * <p>service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg</p>
216
+ * </li>
217
+ * <li>
218
+ * <p>service.action.networkConnectionAction.remotePortDetails.port</p>
219
+ * </li>
220
+ * <li>
221
+ * <p>service.additionalInfo.threatListName</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>service.archived</p>
225
+ * <p>When this attribute is set to 'true', only archived findings are listed. When it's set
226
+ * to 'false', only unarchived findings are listed. When this attribute is not set, all
227
+ * existing findings are listed.</p>
228
+ * </li>
229
+ * <li>
230
+ * <p>service.resourceRole</p>
231
+ * </li>
232
+ * <li>
233
+ * <p>severity</p>
234
+ * </li>
235
+ * <li>
236
+ * <p>type</p>
237
+ * </li>
238
+ * <li>
239
+ * <p>updatedAt</p>
240
+ * <p>Type: Timestamp in Unix Epoch millisecond format: 1486685375000</p>
241
+ * </li>
242
+ * </ul>
243
+ */
244
+ FindingCriteria?: FindingCriteria;
245
+ /**
246
+ * @public
247
+ * <p>Represents the criteria used for sorting findings.</p>
248
+ */
249
+ SortCriteria?: SortCriteria;
250
+ /**
251
+ * @public
252
+ * <p>You can use this parameter to indicate the maximum number of items you want in the
253
+ * response. The default value is 50. The maximum value is 50.</p>
254
+ */
255
+ MaxResults?: number;
256
+ /**
257
+ * @public
258
+ * <p>You can use this parameter when paginating results. Set the value of this parameter to
259
+ * null on your first call to the list action. For subsequent calls to the action, fill nextToken
260
+ * in the request with the value of NextToken from the previous response to continue listing
261
+ * data.</p>
262
+ */
263
+ NextToken?: string;
264
+ }
265
+ /**
266
+ * @public
267
+ */
268
+ export interface ListFindingsResponse {
269
+ /**
270
+ * @public
271
+ * <p>The IDs of the findings that you're listing.</p>
272
+ */
273
+ FindingIds: string[] | undefined;
274
+ /**
275
+ * @public
276
+ * <p>The pagination parameter to be used on the next list operation to retrieve more
277
+ * items.</p>
278
+ */
279
+ NextToken?: string;
280
+ }
281
+ /**
282
+ * @public
283
+ */
284
+ export interface ListInvitationsRequest {
285
+ /**
286
+ * @public
287
+ * <p>You can use this parameter to indicate the maximum number of items that you want in the
288
+ * response. The default value is 50. The maximum value is 50.</p>
289
+ */
290
+ MaxResults?: number;
291
+ /**
292
+ * @public
293
+ * <p>You can use this parameter when paginating results. Set the value of this parameter to
294
+ * null on your first call to the list action. For subsequent calls to the action, fill nextToken
295
+ * in the request with the value of NextToken from the previous response to continue listing
296
+ * data.</p>
297
+ */
298
+ NextToken?: string;
299
+ }
2
300
  /**
3
301
  * @public
4
302
  * <p>Contains information about the invitation to become a member account.</p>
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeMalwareScans(config: GuardDutyPaginationConfiguration, input: DescribeMalwareScansCommandInput, ...additionalArguments: any): Paginator<DescribeMalwareScansCommandOutput>;
7
+ export declare const paginateDescribeMalwareScans: (config: GuardDutyPaginationConfiguration, input: DescribeMalwareScansCommandInput, ...rest: any[]) => Paginator<DescribeMalwareScansCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeOrganizationConfiguration(config: GuardDutyPaginationConfiguration, input: DescribeOrganizationConfigurationCommandInput, ...additionalArguments: any): Paginator<DescribeOrganizationConfigurationCommandOutput>;
7
+ export declare const paginateDescribeOrganizationConfiguration: (config: GuardDutyPaginationConfiguration, input: DescribeOrganizationConfigurationCommandInput, ...rest: any[]) => Paginator<DescribeOrganizationConfigurationCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetUsageStatistics(config: GuardDutyPaginationConfiguration, input: GetUsageStatisticsCommandInput, ...additionalArguments: any): Paginator<GetUsageStatisticsCommandOutput>;
7
+ export declare const paginateGetUsageStatistics: (config: GuardDutyPaginationConfiguration, input: GetUsageStatisticsCommandInput, ...rest: any[]) => Paginator<GetUsageStatisticsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCoverage(config: GuardDutyPaginationConfiguration, input: ListCoverageCommandInput, ...additionalArguments: any): Paginator<ListCoverageCommandOutput>;
7
+ export declare const paginateListCoverage: (config: GuardDutyPaginationConfiguration, input: ListCoverageCommandInput, ...rest: any[]) => Paginator<ListCoverageCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDetectors(config: GuardDutyPaginationConfiguration, input: ListDetectorsCommandInput, ...additionalArguments: any): Paginator<ListDetectorsCommandOutput>;
7
+ export declare const paginateListDetectors: (config: GuardDutyPaginationConfiguration, input: ListDetectorsCommandInput, ...rest: any[]) => Paginator<ListDetectorsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFilters(config: GuardDutyPaginationConfiguration, input: ListFiltersCommandInput, ...additionalArguments: any): Paginator<ListFiltersCommandOutput>;
7
+ export declare const paginateListFilters: (config: GuardDutyPaginationConfiguration, input: ListFiltersCommandInput, ...rest: any[]) => Paginator<ListFiltersCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFindings(config: GuardDutyPaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
7
+ export declare const paginateListFindings: (config: GuardDutyPaginationConfiguration, input: ListFindingsCommandInput, ...rest: any[]) => Paginator<ListFindingsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIPSets(config: GuardDutyPaginationConfiguration, input: ListIPSetsCommandInput, ...additionalArguments: any): Paginator<ListIPSetsCommandOutput>;
7
+ export declare const paginateListIPSets: (config: GuardDutyPaginationConfiguration, input: ListIPSetsCommandInput, ...rest: any[]) => Paginator<ListIPSetsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListInvitations(config: GuardDutyPaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
7
+ export declare const paginateListInvitations: (config: GuardDutyPaginationConfiguration, input: ListInvitationsCommandInput, ...rest: any[]) => Paginator<ListInvitationsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListMembers(config: GuardDutyPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
7
+ export declare const paginateListMembers: (config: GuardDutyPaginationConfiguration, input: ListMembersCommandInput, ...rest: any[]) => Paginator<ListMembersCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListOrganizationAdminAccounts(config: GuardDutyPaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
7
+ export declare const paginateListOrganizationAdminAccounts: (config: GuardDutyPaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...rest: any[]) => Paginator<ListOrganizationAdminAccountsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPublishingDestinations(config: GuardDutyPaginationConfiguration, input: ListPublishingDestinationsCommandInput, ...additionalArguments: any): Paginator<ListPublishingDestinationsCommandOutput>;
7
+ export declare const paginateListPublishingDestinations: (config: GuardDutyPaginationConfiguration, input: ListPublishingDestinationsCommandInput, ...rest: any[]) => Paginator<ListPublishingDestinationsCommandOutput>;
@@ -4,4 +4,4 @@ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListThreatIntelSets(config: GuardDutyPaginationConfiguration, input: ListThreatIntelSetsCommandInput, ...additionalArguments: any): Paginator<ListThreatIntelSetsCommandOutput>;
7
+ export declare const paginateListThreatIntelSets: (config: GuardDutyPaginationConfiguration, input: ListThreatIntelSetsCommandInput, ...rest: any[]) => Paginator<ListThreatIntelSetsCommandOutput>;
@@ -38,6 +38,7 @@ import { GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput
38
38
  import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
39
39
  import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "../commands/GetMemberDetectorsCommand";
40
40
  import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
41
+ import { GetOrganizationStatisticsCommandInput, GetOrganizationStatisticsCommandOutput } from "../commands/GetOrganizationStatisticsCommand";
41
42
  import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput } from "../commands/GetRemainingFreeTrialDaysCommand";
42
43
  import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "../commands/GetThreatIntelSetCommand";
43
44
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
@@ -220,6 +221,10 @@ export declare const se_GetMemberDetectorsCommand: (input: GetMemberDetectorsCom
220
221
  * serializeAws_restJson1GetMembersCommand
221
222
  */
222
223
  export declare const se_GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
+ /**
225
+ * serializeAws_restJson1GetOrganizationStatisticsCommand
226
+ */
227
+ export declare const se_GetOrganizationStatisticsCommand: (input: GetOrganizationStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
228
  /**
224
229
  * serializeAws_restJson1GetRemainingFreeTrialDaysCommand
225
230
  */
@@ -492,6 +497,10 @@ export declare const de_GetMemberDetectorsCommand: (output: __HttpResponse, cont
492
497
  * deserializeAws_restJson1GetMembersCommand
493
498
  */
494
499
  export declare const de_GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
500
+ /**
501
+ * deserializeAws_restJson1GetOrganizationStatisticsCommand
502
+ */
503
+ export declare const de_GetOrganizationStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationStatisticsCommandOutput>;
495
504
  /**
496
505
  * deserializeAws_restJson1GetRemainingFreeTrialDaysCommand
497
506
  */
@@ -151,6 +151,10 @@ import {
151
151
  GetMembersCommandInput,
152
152
  GetMembersCommandOutput,
153
153
  } from "./commands/GetMembersCommand";
154
+ import {
155
+ GetOrganizationStatisticsCommandInput,
156
+ GetOrganizationStatisticsCommandOutput,
157
+ } from "./commands/GetOrganizationStatisticsCommand";
154
158
  import {
155
159
  GetRemainingFreeTrialDaysCommandInput,
156
160
  GetRemainingFreeTrialDaysCommandOutput,
@@ -779,6 +783,19 @@ export interface GuardDuty {
779
783
  options: __HttpHandlerOptions,
780
784
  cb: (err: any, data?: GetMembersCommandOutput) => void
781
785
  ): void;
786
+ getOrganizationStatistics(
787
+ args: GetOrganizationStatisticsCommandInput,
788
+ options?: __HttpHandlerOptions
789
+ ): Promise<GetOrganizationStatisticsCommandOutput>;
790
+ getOrganizationStatistics(
791
+ args: GetOrganizationStatisticsCommandInput,
792
+ cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void
793
+ ): void;
794
+ getOrganizationStatistics(
795
+ args: GetOrganizationStatisticsCommandInput,
796
+ options: __HttpHandlerOptions,
797
+ cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void
798
+ ): void;
782
799
  getRemainingFreeTrialDays(
783
800
  args: GetRemainingFreeTrialDaysCommandInput,
784
801
  options?: __HttpHandlerOptions
@@ -197,6 +197,10 @@ import {
197
197
  GetMembersCommandInput,
198
198
  GetMembersCommandOutput,
199
199
  } from "./commands/GetMembersCommand";
200
+ import {
201
+ GetOrganizationStatisticsCommandInput,
202
+ GetOrganizationStatisticsCommandOutput,
203
+ } from "./commands/GetOrganizationStatisticsCommand";
200
204
  import {
201
205
  GetRemainingFreeTrialDaysCommandInput,
202
206
  GetRemainingFreeTrialDaysCommandOutput,
@@ -363,6 +367,7 @@ export type ServiceInputTypes =
363
367
  | GetMasterAccountCommandInput
364
368
  | GetMemberDetectorsCommandInput
365
369
  | GetMembersCommandInput
370
+ | GetOrganizationStatisticsCommandInput
366
371
  | GetRemainingFreeTrialDaysCommandInput
367
372
  | GetThreatIntelSetCommandInput
368
373
  | GetUsageStatisticsCommandInput
@@ -432,6 +437,7 @@ export type ServiceOutputTypes =
432
437
  | GetMasterAccountCommandOutput
433
438
  | GetMemberDetectorsCommandOutput
434
439
  | GetMembersCommandOutput
440
+ | GetOrganizationStatisticsCommandOutput
435
441
  | GetRemainingFreeTrialDaysCommandOutput
436
442
  | GetThreatIntelSetCommandOutput
437
443
  | GetUsageStatisticsCommandOutput
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ GuardDutyClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GuardDutyClient";
14
+ import { GetOrganizationStatisticsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface GetOrganizationStatisticsCommandInput {}
17
+ export interface GetOrganizationStatisticsCommandOutput
18
+ extends GetOrganizationStatisticsResponse,
19
+ __MetadataBearer {}
20
+ export declare class GetOrganizationStatisticsCommand extends $Command<
21
+ GetOrganizationStatisticsCommandInput,
22
+ GetOrganizationStatisticsCommandOutput,
23
+ GuardDutyClientResolvedConfig
24
+ > {
25
+ readonly input: GetOrganizationStatisticsCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: GetOrganizationStatisticsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ GetOrganizationStatisticsCommandInput,
34
+ GetOrganizationStatisticsCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListDetectorsRequest,
16
16
  ListDetectorsResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface ListDetectorsCommandInput extends ListDetectorsRequest {}
20
20
  export interface ListDetectorsCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GuardDutyClient";
14
- import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
14
+ import { ListFiltersRequest, ListFiltersResponse } from "../models/models_1";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface ListFiltersCommandInput extends ListFiltersRequest {}
17
17
  export interface ListFiltersCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GuardDutyClient";
14
- import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
14
+ import { ListFindingsRequest, ListFindingsResponse } from "../models/models_1";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface ListFindingsCommandInput extends ListFindingsRequest {}
17
17
  export interface ListFindingsCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GuardDutyClient";
14
- import { ListInvitationsRequest } from "../models/models_0";
15
- import { ListInvitationsResponse } from "../models/models_1";
14
+ import {
15
+ ListInvitationsRequest,
16
+ ListInvitationsResponse,
17
+ } from "../models/models_1";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
18
20
  export interface ListInvitationsCommandOutput
@@ -36,6 +36,7 @@ export * from "./GetMalwareScanSettingsCommand";
36
36
  export * from "./GetMasterAccountCommand";
37
37
  export * from "./GetMemberDetectorsCommand";
38
38
  export * from "./GetMembersCommand";
39
+ export * from "./GetOrganizationStatisticsCommand";
39
40
  export * from "./GetRemainingFreeTrialDaysCommand";
40
41
  export * from "./GetThreatIntelSetCommand";
41
42
  export * from "./GetUsageStatisticsCommand";