@aws-sdk/client-guardduty 3.1123.0 → 3.1124.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 (85) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +558 -96
  3. package/dist-es/GuardDuty.js +30 -0
  4. package/dist-es/commands/CreateCustomDetectionRuleAssociationCommand.js +4 -0
  5. package/dist-es/commands/CreateCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  6. package/dist-es/commands/DeleteCustomDetectionRuleAssociationCommand.js +4 -0
  7. package/dist-es/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  8. package/dist-es/commands/GetCustomDetectionRuleAssociationCommand.js +4 -0
  9. package/dist-es/commands/GetCustomDetectionRuleCommand.js +4 -0
  10. package/dist-es/commands/GetCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  11. package/dist-es/commands/ListCustomDetectionRuleAssociationsCommand.js +4 -0
  12. package/dist-es/commands/ListCustomDetectionRuleOrgConfigurationsCommand.js +4 -0
  13. package/dist-es/commands/ListCustomDetectionRulesCommand.js +4 -0
  14. package/dist-es/commands/UpdateCustomDetectionRuleAssociationCommand.js +4 -0
  15. package/dist-es/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +37 -0
  18. package/dist-es/pagination/ListCustomDetectionRuleAssociationsPaginator.js +4 -0
  19. package/dist-es/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.js +4 -0
  20. package/dist-es/pagination/ListCustomDetectionRulesPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +3 -0
  22. package/dist-es/schemas/schemas_0.js +398 -95
  23. package/dist-types/GuardDuty.d.ts +108 -0
  24. package/dist-types/GuardDutyClient.d.ts +14 -2
  25. package/dist-types/commands/CreateCustomDetectionRuleAssociationCommand.d.ts +100 -0
  26. package/dist-types/commands/CreateCustomDetectionRuleOrgConfigurationCommand.d.ts +92 -0
  27. package/dist-types/commands/DeleteCustomDetectionRuleAssociationCommand.d.ts +82 -0
  28. package/dist-types/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.d.ts +85 -0
  29. package/dist-types/commands/GetCustomDetectionRuleAssociationCommand.d.ts +96 -0
  30. package/dist-types/commands/GetCustomDetectionRuleCommand.d.ts +100 -0
  31. package/dist-types/commands/GetCustomDetectionRuleOrgConfigurationCommand.d.ts +98 -0
  32. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  33. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  34. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetInvestigationCommand.d.ts +1 -1
  37. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  38. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/GetMalwareScanCommand.d.ts +1 -2
  40. package/dist-types/commands/ListCustomDetectionRuleAssociationsCommand.d.ts +94 -0
  41. package/dist-types/commands/ListCustomDetectionRuleOrgConfigurationsCommand.d.ts +93 -0
  42. package/dist-types/commands/ListCustomDetectionRulesCommand.d.ts +107 -0
  43. package/dist-types/commands/UpdateCustomDetectionRuleAssociationCommand.d.ts +86 -0
  44. package/dist-types/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.d.ts +91 -0
  45. package/dist-types/commands/index.d.ts +12 -0
  46. package/dist-types/models/enums.d.ts +101 -0
  47. package/dist-types/models/models_0.d.ts +388 -379
  48. package/dist-types/models/models_1.d.ts +701 -2
  49. package/dist-types/pagination/ListCustomDetectionRuleAssociationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/ListCustomDetectionRulesPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +3 -0
  53. package/dist-types/schemas/schemas_0.d.ts +44 -0
  54. package/dist-types/ts3.4/GuardDuty.d.ts +228 -0
  55. package/dist-types/ts3.4/GuardDutyClient.d.ts +72 -0
  56. package/dist-types/ts3.4/commands/CreateCustomDetectionRuleAssociationCommand.d.ts +42 -0
  57. package/dist-types/ts3.4/commands/CreateCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  58. package/dist-types/ts3.4/commands/DeleteCustomDetectionRuleAssociationCommand.d.ts +42 -0
  59. package/dist-types/ts3.4/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  60. package/dist-types/ts3.4/commands/GetCustomDetectionRuleAssociationCommand.d.ts +42 -0
  61. package/dist-types/ts3.4/commands/GetCustomDetectionRuleCommand.d.ts +39 -0
  62. package/dist-types/ts3.4/commands/GetCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +1 -2
  71. package/dist-types/ts3.4/commands/ListCustomDetectionRuleAssociationsCommand.d.ts +42 -0
  72. package/dist-types/ts3.4/commands/ListCustomDetectionRuleOrgConfigurationsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/ListCustomDetectionRulesCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/UpdateCustomDetectionRuleAssociationCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  77. package/dist-types/ts3.4/models/enums.d.ts +49 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +118 -117
  79. package/dist-types/ts3.4/models/models_1.d.ts +187 -1
  80. package/dist-types/ts3.4/pagination/ListCustomDetectionRuleAssociationsPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/ListCustomDetectionRulesPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -0
  85. package/package.json +1 -1
@@ -2,6 +2,8 @@ import { createAggregatedClient } from "@smithy/core/client";
2
2
  import { AcceptAdministratorInvitationCommand, } from "./commands/AcceptAdministratorInvitationCommand";
3
3
  import { AcceptInvitationCommand, } from "./commands/AcceptInvitationCommand";
4
4
  import { ArchiveFindingsCommand, } from "./commands/ArchiveFindingsCommand";
5
+ import { CreateCustomDetectionRuleAssociationCommand, } from "./commands/CreateCustomDetectionRuleAssociationCommand";
6
+ import { CreateCustomDetectionRuleOrgConfigurationCommand, } from "./commands/CreateCustomDetectionRuleOrgConfigurationCommand";
5
7
  import { CreateDetectorCommand, } from "./commands/CreateDetectorCommand";
6
8
  import { CreateFilterCommand, } from "./commands/CreateFilterCommand";
7
9
  import { CreateInvestigationCommand, } from "./commands/CreateInvestigationCommand";
@@ -14,6 +16,8 @@ import { CreateThreatEntitySetCommand, } from "./commands/CreateThreatEntitySetC
14
16
  import { CreateThreatIntelSetCommand, } from "./commands/CreateThreatIntelSetCommand";
15
17
  import { CreateTrustedEntitySetCommand, } from "./commands/CreateTrustedEntitySetCommand";
16
18
  import { DeclineInvitationsCommand, } from "./commands/DeclineInvitationsCommand";
19
+ import { DeleteCustomDetectionRuleAssociationCommand, } from "./commands/DeleteCustomDetectionRuleAssociationCommand";
20
+ import { DeleteCustomDetectionRuleOrgConfigurationCommand, } from "./commands/DeleteCustomDetectionRuleOrgConfigurationCommand";
17
21
  import { DeleteDetectorCommand, } from "./commands/DeleteDetectorCommand";
18
22
  import { DeleteFilterCommand, } from "./commands/DeleteFilterCommand";
19
23
  import { DeleteInvitationsCommand, } from "./commands/DeleteInvitationsCommand";
@@ -34,6 +38,9 @@ import { DisassociateMembersCommand, } from "./commands/DisassociateMembersComma
34
38
  import { EnableOrganizationAdminAccountCommand, } from "./commands/EnableOrganizationAdminAccountCommand";
35
39
  import { GetAdministratorAccountCommand, } from "./commands/GetAdministratorAccountCommand";
36
40
  import { GetCoverageStatisticsCommand, } from "./commands/GetCoverageStatisticsCommand";
41
+ import { GetCustomDetectionRuleAssociationCommand, } from "./commands/GetCustomDetectionRuleAssociationCommand";
42
+ import { GetCustomDetectionRuleCommand, } from "./commands/GetCustomDetectionRuleCommand";
43
+ import { GetCustomDetectionRuleOrgConfigurationCommand, } from "./commands/GetCustomDetectionRuleOrgConfigurationCommand";
37
44
  import { GetDetectorCommand, } from "./commands/GetDetectorCommand";
38
45
  import { GetFilterCommand } from "./commands/GetFilterCommand";
39
46
  import { GetFindingsCommand, } from "./commands/GetFindingsCommand";
@@ -55,6 +62,9 @@ import { GetTrustedEntitySetCommand, } from "./commands/GetTrustedEntitySetComma
55
62
  import { GetUsageStatisticsCommand, } from "./commands/GetUsageStatisticsCommand";
56
63
  import { InviteMembersCommand, } from "./commands/InviteMembersCommand";
57
64
  import { ListCoverageCommand, } from "./commands/ListCoverageCommand";
65
+ import { ListCustomDetectionRuleAssociationsCommand, } from "./commands/ListCustomDetectionRuleAssociationsCommand";
66
+ import { ListCustomDetectionRuleOrgConfigurationsCommand, } from "./commands/ListCustomDetectionRuleOrgConfigurationsCommand";
67
+ import { ListCustomDetectionRulesCommand, } from "./commands/ListCustomDetectionRulesCommand";
58
68
  import { ListDetectorsCommand, } from "./commands/ListDetectorsCommand";
59
69
  import { ListFiltersCommand, } from "./commands/ListFiltersCommand";
60
70
  import { ListFindingsCommand, } from "./commands/ListFindingsCommand";
@@ -77,6 +87,8 @@ import { StopMonitoringMembersCommand, } from "./commands/StopMonitoringMembersC
77
87
  import { TagResourceCommand, } from "./commands/TagResourceCommand";
78
88
  import { UnarchiveFindingsCommand, } from "./commands/UnarchiveFindingsCommand";
79
89
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
90
+ import { UpdateCustomDetectionRuleAssociationCommand, } from "./commands/UpdateCustomDetectionRuleAssociationCommand";
91
+ import { UpdateCustomDetectionRuleOrgConfigurationCommand, } from "./commands/UpdateCustomDetectionRuleOrgConfigurationCommand";
80
92
  import { UpdateDetectorCommand, } from "./commands/UpdateDetectorCommand";
81
93
  import { UpdateFilterCommand, } from "./commands/UpdateFilterCommand";
82
94
  import { UpdateFindingsFeedbackCommand, } from "./commands/UpdateFindingsFeedbackCommand";
@@ -94,6 +106,9 @@ import { paginateDescribeMalwareScans } from "./pagination/DescribeMalwareScansP
94
106
  import { paginateDescribeOrganizationConfiguration } from "./pagination/DescribeOrganizationConfigurationPaginator";
95
107
  import { paginateGetUsageStatistics } from "./pagination/GetUsageStatisticsPaginator";
96
108
  import { paginateListCoverage } from "./pagination/ListCoveragePaginator";
109
+ import { paginateListCustomDetectionRuleAssociations } from "./pagination/ListCustomDetectionRuleAssociationsPaginator";
110
+ import { paginateListCustomDetectionRuleOrgConfigurations, } from "./pagination/ListCustomDetectionRuleOrgConfigurationsPaginator";
111
+ import { paginateListCustomDetectionRules } from "./pagination/ListCustomDetectionRulesPaginator";
97
112
  import { paginateListDetectors } from "./pagination/ListDetectorsPaginator";
98
113
  import { paginateListFilters } from "./pagination/ListFiltersPaginator";
99
114
  import { paginateListFindings } from "./pagination/ListFindingsPaginator";
@@ -111,6 +126,8 @@ const commands = {
111
126
  AcceptAdministratorInvitationCommand,
112
127
  AcceptInvitationCommand,
113
128
  ArchiveFindingsCommand,
129
+ CreateCustomDetectionRuleAssociationCommand,
130
+ CreateCustomDetectionRuleOrgConfigurationCommand,
114
131
  CreateDetectorCommand,
115
132
  CreateFilterCommand,
116
133
  CreateInvestigationCommand,
@@ -123,6 +140,8 @@ const commands = {
123
140
  CreateThreatIntelSetCommand,
124
141
  CreateTrustedEntitySetCommand,
125
142
  DeclineInvitationsCommand,
143
+ DeleteCustomDetectionRuleAssociationCommand,
144
+ DeleteCustomDetectionRuleOrgConfigurationCommand,
126
145
  DeleteDetectorCommand,
127
146
  DeleteFilterCommand,
128
147
  DeleteInvitationsCommand,
@@ -143,6 +162,9 @@ const commands = {
143
162
  EnableOrganizationAdminAccountCommand,
144
163
  GetAdministratorAccountCommand,
145
164
  GetCoverageStatisticsCommand,
165
+ GetCustomDetectionRuleCommand,
166
+ GetCustomDetectionRuleAssociationCommand,
167
+ GetCustomDetectionRuleOrgConfigurationCommand,
146
168
  GetDetectorCommand,
147
169
  GetFilterCommand,
148
170
  GetFindingsCommand,
@@ -164,6 +186,9 @@ const commands = {
164
186
  GetUsageStatisticsCommand,
165
187
  InviteMembersCommand,
166
188
  ListCoverageCommand,
189
+ ListCustomDetectionRuleAssociationsCommand,
190
+ ListCustomDetectionRuleOrgConfigurationsCommand,
191
+ ListCustomDetectionRulesCommand,
167
192
  ListDetectorsCommand,
168
193
  ListFiltersCommand,
169
194
  ListFindingsCommand,
@@ -186,6 +211,8 @@ const commands = {
186
211
  TagResourceCommand,
187
212
  UnarchiveFindingsCommand,
188
213
  UntagResourceCommand,
214
+ UpdateCustomDetectionRuleAssociationCommand,
215
+ UpdateCustomDetectionRuleOrgConfigurationCommand,
189
216
  UpdateDetectorCommand,
190
217
  UpdateFilterCommand,
191
218
  UpdateFindingsFeedbackCommand,
@@ -204,6 +231,9 @@ const paginators = {
204
231
  paginateDescribeOrganizationConfiguration,
205
232
  paginateGetUsageStatistics,
206
233
  paginateListCoverage,
234
+ paginateListCustomDetectionRuleAssociations,
235
+ paginateListCustomDetectionRuleOrgConfigurations,
236
+ paginateListCustomDetectionRules,
207
237
  paginateListDetectors,
208
238
  paginateListFilters,
209
239
  paginateListFindings,
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { CreateCustomDetectionRuleAssociation$ } from "../schemas/schemas_0";
3
+ export class CreateCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "CreateCustomDetectionRuleAssociation", CreateCustomDetectionRuleAssociation$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { CreateCustomDetectionRuleOrgConfiguration$ } from "../schemas/schemas_0";
3
+ export class CreateCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "CreateCustomDetectionRuleOrgConfiguration", CreateCustomDetectionRuleOrgConfiguration$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DeleteCustomDetectionRuleAssociation$ } from "../schemas/schemas_0";
3
+ export class DeleteCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "DeleteCustomDetectionRuleAssociation", DeleteCustomDetectionRuleAssociation$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DeleteCustomDetectionRuleOrgConfiguration$ } from "../schemas/schemas_0";
3
+ export class DeleteCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "DeleteCustomDetectionRuleOrgConfiguration", DeleteCustomDetectionRuleOrgConfiguration$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { GetCustomDetectionRuleAssociation$ } from "../schemas/schemas_0";
3
+ export class GetCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "GetCustomDetectionRuleAssociation", GetCustomDetectionRuleAssociation$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { GetCustomDetectionRule$ } from "../schemas/schemas_0";
3
+ export class GetCustomDetectionRuleCommand extends command(_ep0, _mw0, "GetCustomDetectionRule", GetCustomDetectionRule$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { GetCustomDetectionRuleOrgConfiguration$ } from "../schemas/schemas_0";
3
+ export class GetCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "GetCustomDetectionRuleOrgConfiguration", GetCustomDetectionRuleOrgConfiguration$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { ListCustomDetectionRuleAssociations$ } from "../schemas/schemas_0";
3
+ export class ListCustomDetectionRuleAssociationsCommand extends command(_ep0, _mw0, "ListCustomDetectionRuleAssociations", ListCustomDetectionRuleAssociations$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { ListCustomDetectionRuleOrgConfigurations$ } from "../schemas/schemas_0";
3
+ export class ListCustomDetectionRuleOrgConfigurationsCommand extends command(_ep0, _mw0, "ListCustomDetectionRuleOrgConfigurations", ListCustomDetectionRuleOrgConfigurations$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { ListCustomDetectionRules$ } from "../schemas/schemas_0";
3
+ export class ListCustomDetectionRulesCommand extends command(_ep0, _mw0, "ListCustomDetectionRules", ListCustomDetectionRules$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { UpdateCustomDetectionRuleAssociation$ } from "../schemas/schemas_0";
3
+ export class UpdateCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "UpdateCustomDetectionRuleAssociation", UpdateCustomDetectionRuleAssociation$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { UpdateCustomDetectionRuleOrgConfiguration$ } from "../schemas/schemas_0";
3
+ export class UpdateCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "UpdateCustomDetectionRuleOrgConfiguration", UpdateCustomDetectionRuleOrgConfiguration$) {
4
+ }
@@ -1,6 +1,8 @@
1
1
  export * from "./AcceptAdministratorInvitationCommand";
2
2
  export * from "./AcceptInvitationCommand";
3
3
  export * from "./ArchiveFindingsCommand";
4
+ export * from "./CreateCustomDetectionRuleAssociationCommand";
5
+ export * from "./CreateCustomDetectionRuleOrgConfigurationCommand";
4
6
  export * from "./CreateDetectorCommand";
5
7
  export * from "./CreateFilterCommand";
6
8
  export * from "./CreateIPSetCommand";
@@ -13,6 +15,8 @@ export * from "./CreateThreatEntitySetCommand";
13
15
  export * from "./CreateThreatIntelSetCommand";
14
16
  export * from "./CreateTrustedEntitySetCommand";
15
17
  export * from "./DeclineInvitationsCommand";
18
+ export * from "./DeleteCustomDetectionRuleAssociationCommand";
19
+ export * from "./DeleteCustomDetectionRuleOrgConfigurationCommand";
16
20
  export * from "./DeleteDetectorCommand";
17
21
  export * from "./DeleteFilterCommand";
18
22
  export * from "./DeleteIPSetCommand";
@@ -33,6 +37,9 @@ export * from "./DisassociateMembersCommand";
33
37
  export * from "./EnableOrganizationAdminAccountCommand";
34
38
  export * from "./GetAdministratorAccountCommand";
35
39
  export * from "./GetCoverageStatisticsCommand";
40
+ export * from "./GetCustomDetectionRuleAssociationCommand";
41
+ export * from "./GetCustomDetectionRuleCommand";
42
+ export * from "./GetCustomDetectionRuleOrgConfigurationCommand";
36
43
  export * from "./GetDetectorCommand";
37
44
  export * from "./GetFilterCommand";
38
45
  export * from "./GetFindingsCommand";
@@ -54,6 +61,9 @@ export * from "./GetTrustedEntitySetCommand";
54
61
  export * from "./GetUsageStatisticsCommand";
55
62
  export * from "./InviteMembersCommand";
56
63
  export * from "./ListCoverageCommand";
64
+ export * from "./ListCustomDetectionRuleAssociationsCommand";
65
+ export * from "./ListCustomDetectionRuleOrgConfigurationsCommand";
66
+ export * from "./ListCustomDetectionRulesCommand";
57
67
  export * from "./ListDetectorsCommand";
58
68
  export * from "./ListFiltersCommand";
59
69
  export * from "./ListFindingsCommand";
@@ -76,6 +86,8 @@ export * from "./StopMonitoringMembersCommand";
76
86
  export * from "./TagResourceCommand";
77
87
  export * from "./UnarchiveFindingsCommand";
78
88
  export * from "./UntagResourceCommand";
89
+ export * from "./UpdateCustomDetectionRuleAssociationCommand";
90
+ export * from "./UpdateCustomDetectionRuleOrgConfigurationCommand";
79
91
  export * from "./UpdateDetectorCommand";
80
92
  export * from "./UpdateFilterCommand";
81
93
  export * from "./UpdateFindingsFeedbackCommand";
@@ -32,6 +32,10 @@ export const ProfileType = {
32
32
  FREQUENCY: "FREQUENCY",
33
33
  VOLUME: "VOLUME",
34
34
  };
35
+ export const AssociationMode = {
36
+ DRY_RUN: "DRY_RUN",
37
+ LIVE: "LIVE",
38
+ };
35
39
  export const AutoEnableMembers = {
36
40
  ALL: "ALL",
37
41
  NEW: "NEW",
@@ -348,6 +352,33 @@ export const SignalType = {
348
352
  RUNTIME_MONITORING: "RUNTIME_MONITORING",
349
353
  S3_DATA_EVENTS: "S3_DATA_EVENTS",
350
354
  };
355
+ export const DetectionRuleConfigurationStatus = {
356
+ ACTIVE: "ACTIVE",
357
+ FAILED: "FAILED",
358
+ PROCESSING: "PROCESSING",
359
+ };
360
+ export const DetectionRuleDataSource = {
361
+ CLOUDTRAIL_MANAGEMENT_EVENT: "CloudTrailManagementEvent",
362
+ };
363
+ export const DetectionRuleFilterCondition = {
364
+ CONTAINS: "CONTAINS",
365
+ EQUALS: "EQUALS",
366
+ };
367
+ export const FilterFieldName = {
368
+ DATA_SOURCE: "dataSource",
369
+ DESCRIPTION: "description",
370
+ NAME: "name",
371
+ SERVICE: "service",
372
+ SEVERITY: "severity",
373
+ TACTIC: "tactic",
374
+ TECHNIQUE: "technique",
375
+ };
376
+ export const DetectionRuleSeverity = {
377
+ CRITICAL: "CRITICAL",
378
+ HIGH: "HIGH",
379
+ LOW: "LOW",
380
+ MEDIUM: "MEDIUM",
381
+ };
351
382
  export const DetectionSource = {
352
383
  AMAZON: "AMAZON",
353
384
  BITDEFENDER: "BITDEFENDER",
@@ -390,6 +421,12 @@ export const MalwareProtectionScanType = {
390
421
  export const FindingStatisticType = {
391
422
  COUNT_BY_SEVERITY: "COUNT_BY_SEVERITY",
392
423
  };
424
+ export const RuleLanguage = {
425
+ SQL: "SQL",
426
+ };
427
+ export const RuleSchema = {
428
+ CLOUD_TRAIL: "CloudTrail",
429
+ };
393
430
  export const GroupByType = {
394
431
  ACCOUNT: "ACCOUNT",
395
432
  DATE: "DATE",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListCustomDetectionRuleAssociationsCommand, } from "../commands/ListCustomDetectionRuleAssociationsCommand";
3
+ import { GuardDutyClient } from "../GuardDutyClient";
4
+ export const paginateListCustomDetectionRuleAssociations = createPaginator(GuardDutyClient, ListCustomDetectionRuleAssociationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListCustomDetectionRuleOrgConfigurationsCommand, } from "../commands/ListCustomDetectionRuleOrgConfigurationsCommand";
3
+ import { GuardDutyClient } from "../GuardDutyClient";
4
+ export const paginateListCustomDetectionRuleOrgConfigurations = createPaginator(GuardDutyClient, ListCustomDetectionRuleOrgConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListCustomDetectionRulesCommand, } from "../commands/ListCustomDetectionRulesCommand";
3
+ import { GuardDutyClient } from "../GuardDutyClient";
4
+ export const paginateListCustomDetectionRules = createPaginator(GuardDutyClient, ListCustomDetectionRulesCommand, "NextToken", "NextToken", "MaxResults");
@@ -3,6 +3,9 @@ export * from "./DescribeMalwareScansPaginator";
3
3
  export * from "./DescribeOrganizationConfigurationPaginator";
4
4
  export * from "./GetUsageStatisticsPaginator";
5
5
  export * from "./ListCoveragePaginator";
6
+ export * from "./ListCustomDetectionRuleAssociationsPaginator";
7
+ export * from "./ListCustomDetectionRuleOrgConfigurationsPaginator";
8
+ export * from "./ListCustomDetectionRulesPaginator";
6
9
  export * from "./ListDetectorsPaginator";
7
10
  export * from "./ListFiltersPaginator";
8
11
  export * from "./ListFindingsPaginator";