@aws-sdk/client-guardduty 3.1122.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 +2 -2
@@ -2,6 +2,8 @@ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguratio
2
2
  import { type AcceptAdministratorInvitationCommandInput, type AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
3
3
  import { type AcceptInvitationCommandInput, type AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
4
4
  import { type ArchiveFindingsCommandInput, type ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
5
+ import { type CreateCustomDetectionRuleAssociationCommandInput, type CreateCustomDetectionRuleAssociationCommandOutput } from "./commands/CreateCustomDetectionRuleAssociationCommand";
6
+ import { type CreateCustomDetectionRuleOrgConfigurationCommandInput, type CreateCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/CreateCustomDetectionRuleOrgConfigurationCommand";
5
7
  import { type CreateDetectorCommandInput, type CreateDetectorCommandOutput } from "./commands/CreateDetectorCommand";
6
8
  import { type CreateFilterCommandInput, type CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
7
9
  import { type CreateInvestigationCommandInput, type CreateInvestigationCommandOutput } from "./commands/CreateInvestigationCommand";
@@ -14,6 +16,8 @@ import { type CreateThreatEntitySetCommandInput, type CreateThreatEntitySetComma
14
16
  import { type CreateThreatIntelSetCommandInput, type CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
15
17
  import { type CreateTrustedEntitySetCommandInput, type CreateTrustedEntitySetCommandOutput } from "./commands/CreateTrustedEntitySetCommand";
16
18
  import { type DeclineInvitationsCommandInput, type DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
19
+ import { type DeleteCustomDetectionRuleAssociationCommandInput, type DeleteCustomDetectionRuleAssociationCommandOutput } from "./commands/DeleteCustomDetectionRuleAssociationCommand";
20
+ import { type DeleteCustomDetectionRuleOrgConfigurationCommandInput, type DeleteCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/DeleteCustomDetectionRuleOrgConfigurationCommand";
17
21
  import { type DeleteDetectorCommandInput, type DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
18
22
  import { type DeleteFilterCommandInput, type DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
19
23
  import { type DeleteInvitationsCommandInput, type DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
@@ -34,6 +38,9 @@ import { type DisassociateMembersCommandInput, type DisassociateMembersCommandOu
34
38
  import { type EnableOrganizationAdminAccountCommandInput, type EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
35
39
  import { type GetAdministratorAccountCommandInput, type GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
36
40
  import { type GetCoverageStatisticsCommandInput, type GetCoverageStatisticsCommandOutput } from "./commands/GetCoverageStatisticsCommand";
41
+ import { type GetCustomDetectionRuleAssociationCommandInput, type GetCustomDetectionRuleAssociationCommandOutput } from "./commands/GetCustomDetectionRuleAssociationCommand";
42
+ import { type GetCustomDetectionRuleCommandInput, type GetCustomDetectionRuleCommandOutput } from "./commands/GetCustomDetectionRuleCommand";
43
+ import { type GetCustomDetectionRuleOrgConfigurationCommandInput, type GetCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/GetCustomDetectionRuleOrgConfigurationCommand";
37
44
  import { type GetDetectorCommandInput, type GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
38
45
  import { type GetFilterCommandInput, type GetFilterCommandOutput } from "./commands/GetFilterCommand";
39
46
  import { type GetFindingsCommandInput, type GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
@@ -55,6 +62,9 @@ import { type GetTrustedEntitySetCommandInput, type GetTrustedEntitySetCommandOu
55
62
  import { type GetUsageStatisticsCommandInput, type GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
56
63
  import { type InviteMembersCommandInput, type InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
57
64
  import { type ListCoverageCommandInput, type ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
65
+ import { type ListCustomDetectionRuleAssociationsCommandInput, type ListCustomDetectionRuleAssociationsCommandOutput } from "./commands/ListCustomDetectionRuleAssociationsCommand";
66
+ import { type ListCustomDetectionRuleOrgConfigurationsCommandInput, type ListCustomDetectionRuleOrgConfigurationsCommandOutput } from "./commands/ListCustomDetectionRuleOrgConfigurationsCommand";
67
+ import { type ListCustomDetectionRulesCommandInput, type ListCustomDetectionRulesCommandOutput } from "./commands/ListCustomDetectionRulesCommand";
58
68
  import { type ListDetectorsCommandInput, type ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
59
69
  import { type ListFiltersCommandInput, type ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
60
70
  import { type ListFindingsCommandInput, type ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
@@ -77,6 +87,8 @@ import { type StopMonitoringMembersCommandInput, type StopMonitoringMembersComma
77
87
  import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
78
88
  import { type UnarchiveFindingsCommandInput, type UnarchiveFindingsCommandOutput } from "./commands/UnarchiveFindingsCommand";
79
89
  import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
90
+ import { type UpdateCustomDetectionRuleAssociationCommandInput, type UpdateCustomDetectionRuleAssociationCommandOutput } from "./commands/UpdateCustomDetectionRuleAssociationCommand";
91
+ import { type UpdateCustomDetectionRuleOrgConfigurationCommandInput, type UpdateCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/UpdateCustomDetectionRuleOrgConfigurationCommand";
80
92
  import { type UpdateDetectorCommandInput, type UpdateDetectorCommandOutput } from "./commands/UpdateDetectorCommand";
81
93
  import { type UpdateFilterCommandInput, type UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
82
94
  import { type UpdateFindingsFeedbackCommandInput, type UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
@@ -109,6 +121,18 @@ export interface GuardDuty {
109
121
  archiveFindings(args: ArchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ArchiveFindingsCommandOutput>;
110
122
  archiveFindings(args: ArchiveFindingsCommandInput, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
111
123
  archiveFindings(args: ArchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
124
+ /**
125
+ * @see {@link CreateCustomDetectionRuleAssociationCommand}
126
+ */
127
+ createCustomDetectionRuleAssociation(args: CreateCustomDetectionRuleAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDetectionRuleAssociationCommandOutput>;
128
+ createCustomDetectionRuleAssociation(args: CreateCustomDetectionRuleAssociationCommandInput, cb: (err: any, data?: CreateCustomDetectionRuleAssociationCommandOutput) => void): void;
129
+ createCustomDetectionRuleAssociation(args: CreateCustomDetectionRuleAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDetectionRuleAssociationCommandOutput) => void): void;
130
+ /**
131
+ * @see {@link CreateCustomDetectionRuleOrgConfigurationCommand}
132
+ */
133
+ createCustomDetectionRuleOrgConfiguration(args: CreateCustomDetectionRuleOrgConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDetectionRuleOrgConfigurationCommandOutput>;
134
+ createCustomDetectionRuleOrgConfiguration(args: CreateCustomDetectionRuleOrgConfigurationCommandInput, cb: (err: any, data?: CreateCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
135
+ createCustomDetectionRuleOrgConfiguration(args: CreateCustomDetectionRuleOrgConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
112
136
  /**
113
137
  * @see {@link CreateDetectorCommand}
114
138
  */
@@ -181,6 +205,18 @@ export interface GuardDuty {
181
205
  declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
182
206
  declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
183
207
  declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
208
+ /**
209
+ * @see {@link DeleteCustomDetectionRuleAssociationCommand}
210
+ */
211
+ deleteCustomDetectionRuleAssociation(args: DeleteCustomDetectionRuleAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDetectionRuleAssociationCommandOutput>;
212
+ deleteCustomDetectionRuleAssociation(args: DeleteCustomDetectionRuleAssociationCommandInput, cb: (err: any, data?: DeleteCustomDetectionRuleAssociationCommandOutput) => void): void;
213
+ deleteCustomDetectionRuleAssociation(args: DeleteCustomDetectionRuleAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDetectionRuleAssociationCommandOutput) => void): void;
214
+ /**
215
+ * @see {@link DeleteCustomDetectionRuleOrgConfigurationCommand}
216
+ */
217
+ deleteCustomDetectionRuleOrgConfiguration(args: DeleteCustomDetectionRuleOrgConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDetectionRuleOrgConfigurationCommandOutput>;
218
+ deleteCustomDetectionRuleOrgConfiguration(args: DeleteCustomDetectionRuleOrgConfigurationCommandInput, cb: (err: any, data?: DeleteCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
219
+ deleteCustomDetectionRuleOrgConfiguration(args: DeleteCustomDetectionRuleOrgConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
184
220
  /**
185
221
  * @see {@link DeleteDetectorCommand}
186
222
  */
@@ -301,6 +337,24 @@ export interface GuardDuty {
301
337
  getCoverageStatistics(args: GetCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetCoverageStatisticsCommandOutput>;
302
338
  getCoverageStatistics(args: GetCoverageStatisticsCommandInput, cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void): void;
303
339
  getCoverageStatistics(args: GetCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void): void;
340
+ /**
341
+ * @see {@link GetCustomDetectionRuleCommand}
342
+ */
343
+ getCustomDetectionRule(args: GetCustomDetectionRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomDetectionRuleCommandOutput>;
344
+ getCustomDetectionRule(args: GetCustomDetectionRuleCommandInput, cb: (err: any, data?: GetCustomDetectionRuleCommandOutput) => void): void;
345
+ getCustomDetectionRule(args: GetCustomDetectionRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomDetectionRuleCommandOutput) => void): void;
346
+ /**
347
+ * @see {@link GetCustomDetectionRuleAssociationCommand}
348
+ */
349
+ getCustomDetectionRuleAssociation(args: GetCustomDetectionRuleAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomDetectionRuleAssociationCommandOutput>;
350
+ getCustomDetectionRuleAssociation(args: GetCustomDetectionRuleAssociationCommandInput, cb: (err: any, data?: GetCustomDetectionRuleAssociationCommandOutput) => void): void;
351
+ getCustomDetectionRuleAssociation(args: GetCustomDetectionRuleAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomDetectionRuleAssociationCommandOutput) => void): void;
352
+ /**
353
+ * @see {@link GetCustomDetectionRuleOrgConfigurationCommand}
354
+ */
355
+ getCustomDetectionRuleOrgConfiguration(args: GetCustomDetectionRuleOrgConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomDetectionRuleOrgConfigurationCommandOutput>;
356
+ getCustomDetectionRuleOrgConfiguration(args: GetCustomDetectionRuleOrgConfigurationCommandInput, cb: (err: any, data?: GetCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
357
+ getCustomDetectionRuleOrgConfiguration(args: GetCustomDetectionRuleOrgConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
304
358
  /**
305
359
  * @see {@link GetDetectorCommand}
306
360
  */
@@ -429,6 +483,27 @@ export interface GuardDuty {
429
483
  listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
430
484
  listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
431
485
  listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
486
+ /**
487
+ * @see {@link ListCustomDetectionRuleAssociationsCommand}
488
+ */
489
+ listCustomDetectionRuleAssociations(): Promise<ListCustomDetectionRuleAssociationsCommandOutput>;
490
+ listCustomDetectionRuleAssociations(args: ListCustomDetectionRuleAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomDetectionRuleAssociationsCommandOutput>;
491
+ listCustomDetectionRuleAssociations(args: ListCustomDetectionRuleAssociationsCommandInput, cb: (err: any, data?: ListCustomDetectionRuleAssociationsCommandOutput) => void): void;
492
+ listCustomDetectionRuleAssociations(args: ListCustomDetectionRuleAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomDetectionRuleAssociationsCommandOutput) => void): void;
493
+ /**
494
+ * @see {@link ListCustomDetectionRuleOrgConfigurationsCommand}
495
+ */
496
+ listCustomDetectionRuleOrgConfigurations(): Promise<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
497
+ listCustomDetectionRuleOrgConfigurations(args: ListCustomDetectionRuleOrgConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
498
+ listCustomDetectionRuleOrgConfigurations(args: ListCustomDetectionRuleOrgConfigurationsCommandInput, cb: (err: any, data?: ListCustomDetectionRuleOrgConfigurationsCommandOutput) => void): void;
499
+ listCustomDetectionRuleOrgConfigurations(args: ListCustomDetectionRuleOrgConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomDetectionRuleOrgConfigurationsCommandOutput) => void): void;
500
+ /**
501
+ * @see {@link ListCustomDetectionRulesCommand}
502
+ */
503
+ listCustomDetectionRules(): Promise<ListCustomDetectionRulesCommandOutput>;
504
+ listCustomDetectionRules(args: ListCustomDetectionRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomDetectionRulesCommandOutput>;
505
+ listCustomDetectionRules(args: ListCustomDetectionRulesCommandInput, cb: (err: any, data?: ListCustomDetectionRulesCommandOutput) => void): void;
506
+ listCustomDetectionRules(args: ListCustomDetectionRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomDetectionRulesCommandOutput) => void): void;
432
507
  /**
433
508
  * @see {@link ListDetectorsCommand}
434
509
  */
@@ -567,6 +642,18 @@ export interface GuardDuty {
567
642
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
568
643
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
569
644
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
645
+ /**
646
+ * @see {@link UpdateCustomDetectionRuleAssociationCommand}
647
+ */
648
+ updateCustomDetectionRuleAssociation(args: UpdateCustomDetectionRuleAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomDetectionRuleAssociationCommandOutput>;
649
+ updateCustomDetectionRuleAssociation(args: UpdateCustomDetectionRuleAssociationCommandInput, cb: (err: any, data?: UpdateCustomDetectionRuleAssociationCommandOutput) => void): void;
650
+ updateCustomDetectionRuleAssociation(args: UpdateCustomDetectionRuleAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomDetectionRuleAssociationCommandOutput) => void): void;
651
+ /**
652
+ * @see {@link UpdateCustomDetectionRuleOrgConfigurationCommand}
653
+ */
654
+ updateCustomDetectionRuleOrgConfiguration(args: UpdateCustomDetectionRuleOrgConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomDetectionRuleOrgConfigurationCommandOutput>;
655
+ updateCustomDetectionRuleOrgConfiguration(args: UpdateCustomDetectionRuleOrgConfigurationCommandInput, cb: (err: any, data?: UpdateCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
656
+ updateCustomDetectionRuleOrgConfiguration(args: UpdateCustomDetectionRuleOrgConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomDetectionRuleOrgConfigurationCommandOutput) => void): void;
570
657
  /**
571
658
  * @see {@link UpdateDetectorCommand}
572
659
  */
@@ -667,6 +754,27 @@ export interface GuardDuty {
667
754
  * @returns AsyncIterable of {@link ListCoverageCommandOutput}.
668
755
  */
669
756
  paginateListCoverage(args: ListCoverageCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCoverageCommandOutput>;
757
+ /**
758
+ * @see {@link ListCustomDetectionRuleAssociationsCommand}
759
+ * @param args - command input.
760
+ * @param paginationConfig - optional pagination config.
761
+ * @returns AsyncIterable of {@link ListCustomDetectionRuleAssociationsCommandOutput}.
762
+ */
763
+ paginateListCustomDetectionRuleAssociations(args?: ListCustomDetectionRuleAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomDetectionRuleAssociationsCommandOutput>;
764
+ /**
765
+ * @see {@link ListCustomDetectionRuleOrgConfigurationsCommand}
766
+ * @param args - command input.
767
+ * @param paginationConfig - optional pagination config.
768
+ * @returns AsyncIterable of {@link ListCustomDetectionRuleOrgConfigurationsCommandOutput}.
769
+ */
770
+ paginateListCustomDetectionRuleOrgConfigurations(args?: ListCustomDetectionRuleOrgConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
771
+ /**
772
+ * @see {@link ListCustomDetectionRulesCommand}
773
+ * @param args - command input.
774
+ * @param paginationConfig - optional pagination config.
775
+ * @returns AsyncIterable of {@link ListCustomDetectionRulesCommandOutput}.
776
+ */
777
+ paginateListCustomDetectionRules(args?: ListCustomDetectionRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomDetectionRulesCommandOutput>;
670
778
  /**
671
779
  * @see {@link ListDetectorsCommand}
672
780
  * @param args - command input.
@@ -9,6 +9,8 @@ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } fro
9
9
  import type { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
10
10
  import type { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
11
11
  import type { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
12
+ import type { CreateCustomDetectionRuleAssociationCommandInput, CreateCustomDetectionRuleAssociationCommandOutput } from "./commands/CreateCustomDetectionRuleAssociationCommand";
13
+ import type { CreateCustomDetectionRuleOrgConfigurationCommandInput, CreateCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/CreateCustomDetectionRuleOrgConfigurationCommand";
12
14
  import type { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "./commands/CreateDetectorCommand";
13
15
  import type { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
14
16
  import type { CreateInvestigationCommandInput, CreateInvestigationCommandOutput } from "./commands/CreateInvestigationCommand";
@@ -21,6 +23,8 @@ import type { CreateThreatEntitySetCommandInput, CreateThreatEntitySetCommandOut
21
23
  import type { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
22
24
  import type { CreateTrustedEntitySetCommandInput, CreateTrustedEntitySetCommandOutput } from "./commands/CreateTrustedEntitySetCommand";
23
25
  import type { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
26
+ import type { DeleteCustomDetectionRuleAssociationCommandInput, DeleteCustomDetectionRuleAssociationCommandOutput } from "./commands/DeleteCustomDetectionRuleAssociationCommand";
27
+ import type { DeleteCustomDetectionRuleOrgConfigurationCommandInput, DeleteCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/DeleteCustomDetectionRuleOrgConfigurationCommand";
24
28
  import type { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
25
29
  import type { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
26
30
  import type { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
@@ -41,6 +45,9 @@ import type { DisassociateMembersCommandInput, DisassociateMembersCommandOutput
41
45
  import type { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
42
46
  import type { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
43
47
  import type { GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput } from "./commands/GetCoverageStatisticsCommand";
48
+ import type { GetCustomDetectionRuleAssociationCommandInput, GetCustomDetectionRuleAssociationCommandOutput } from "./commands/GetCustomDetectionRuleAssociationCommand";
49
+ import type { GetCustomDetectionRuleCommandInput, GetCustomDetectionRuleCommandOutput } from "./commands/GetCustomDetectionRuleCommand";
50
+ import type { GetCustomDetectionRuleOrgConfigurationCommandInput, GetCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/GetCustomDetectionRuleOrgConfigurationCommand";
44
51
  import type { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
45
52
  import type { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
46
53
  import type { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
@@ -62,6 +69,9 @@ import type { GetTrustedEntitySetCommandInput, GetTrustedEntitySetCommandOutput
62
69
  import type { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
63
70
  import type { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
64
71
  import type { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
72
+ import type { ListCustomDetectionRuleAssociationsCommandInput, ListCustomDetectionRuleAssociationsCommandOutput } from "./commands/ListCustomDetectionRuleAssociationsCommand";
73
+ import type { ListCustomDetectionRuleOrgConfigurationsCommandInput, ListCustomDetectionRuleOrgConfigurationsCommandOutput } from "./commands/ListCustomDetectionRuleOrgConfigurationsCommand";
74
+ import type { ListCustomDetectionRulesCommandInput, ListCustomDetectionRulesCommandOutput } from "./commands/ListCustomDetectionRulesCommand";
65
75
  import type { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
66
76
  import type { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
67
77
  import type { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
@@ -84,6 +94,8 @@ import type { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOut
84
94
  import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
85
95
  import type { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "./commands/UnarchiveFindingsCommand";
86
96
  import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
97
+ import type { UpdateCustomDetectionRuleAssociationCommandInput, UpdateCustomDetectionRuleAssociationCommandOutput } from "./commands/UpdateCustomDetectionRuleAssociationCommand";
98
+ import type { UpdateCustomDetectionRuleOrgConfigurationCommandInput, UpdateCustomDetectionRuleOrgConfigurationCommandOutput } from "./commands/UpdateCustomDetectionRuleOrgConfigurationCommand";
87
99
  import type { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./commands/UpdateDetectorCommand";
88
100
  import type { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
89
101
  import type { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
@@ -102,11 +114,11 @@ export { __Client };
102
114
  /**
103
115
  * @public
104
116
  */
105
- export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateInvestigationCommandInput | CreateMalwareProtectionPlanCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatEntitySetCommandInput | CreateThreatIntelSetCommandInput | CreateTrustedEntitySetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMalwareProtectionPlanCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatEntitySetCommandInput | DeleteThreatIntelSetCommandInput | DeleteTrustedEntitySetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetCoverageStatisticsCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvestigationCommandInput | GetInvitationsCountCommandInput | GetMalwareProtectionPlanCommandInput | GetMalwareScanCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetOrganizationStatisticsCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatEntitySetCommandInput | GetThreatIntelSetCommandInput | GetTrustedEntitySetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListCoverageCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvestigationsCommandInput | ListInvitationsCommandInput | ListMalwareProtectionPlansCommandInput | ListMalwareScansCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatEntitySetsCommandInput | ListThreatIntelSetsCommandInput | ListTrustedEntitySetsCommandInput | SendObjectMalwareScanCommandInput | StartMalwareScanCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareProtectionPlanCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatEntitySetCommandInput | UpdateThreatIntelSetCommandInput | UpdateTrustedEntitySetCommandInput;
117
+ export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateCustomDetectionRuleAssociationCommandInput | CreateCustomDetectionRuleOrgConfigurationCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateInvestigationCommandInput | CreateMalwareProtectionPlanCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatEntitySetCommandInput | CreateThreatIntelSetCommandInput | CreateTrustedEntitySetCommandInput | DeclineInvitationsCommandInput | DeleteCustomDetectionRuleAssociationCommandInput | DeleteCustomDetectionRuleOrgConfigurationCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMalwareProtectionPlanCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatEntitySetCommandInput | DeleteThreatIntelSetCommandInput | DeleteTrustedEntitySetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetCoverageStatisticsCommandInput | GetCustomDetectionRuleAssociationCommandInput | GetCustomDetectionRuleCommandInput | GetCustomDetectionRuleOrgConfigurationCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvestigationCommandInput | GetInvitationsCountCommandInput | GetMalwareProtectionPlanCommandInput | GetMalwareScanCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetOrganizationStatisticsCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatEntitySetCommandInput | GetThreatIntelSetCommandInput | GetTrustedEntitySetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListCoverageCommandInput | ListCustomDetectionRuleAssociationsCommandInput | ListCustomDetectionRuleOrgConfigurationsCommandInput | ListCustomDetectionRulesCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvestigationsCommandInput | ListInvitationsCommandInput | ListMalwareProtectionPlansCommandInput | ListMalwareScansCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatEntitySetsCommandInput | ListThreatIntelSetsCommandInput | ListTrustedEntitySetsCommandInput | SendObjectMalwareScanCommandInput | StartMalwareScanCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateCustomDetectionRuleAssociationCommandInput | UpdateCustomDetectionRuleOrgConfigurationCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareProtectionPlanCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatEntitySetCommandInput | UpdateThreatIntelSetCommandInput | UpdateTrustedEntitySetCommandInput;
106
118
  /**
107
119
  * @public
108
120
  */
109
- export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateInvestigationCommandOutput | CreateMalwareProtectionPlanCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatEntitySetCommandOutput | CreateThreatIntelSetCommandOutput | CreateTrustedEntitySetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMalwareProtectionPlanCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatEntitySetCommandOutput | DeleteThreatIntelSetCommandOutput | DeleteTrustedEntitySetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetCoverageStatisticsCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvestigationCommandOutput | GetInvitationsCountCommandOutput | GetMalwareProtectionPlanCommandOutput | GetMalwareScanCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetOrganizationStatisticsCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatEntitySetCommandOutput | GetThreatIntelSetCommandOutput | GetTrustedEntitySetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListCoverageCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvestigationsCommandOutput | ListInvitationsCommandOutput | ListMalwareProtectionPlansCommandOutput | ListMalwareScansCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatEntitySetsCommandOutput | ListThreatIntelSetsCommandOutput | ListTrustedEntitySetsCommandOutput | SendObjectMalwareScanCommandOutput | StartMalwareScanCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareProtectionPlanCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatEntitySetCommandOutput | UpdateThreatIntelSetCommandOutput | UpdateTrustedEntitySetCommandOutput;
121
+ export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateCustomDetectionRuleAssociationCommandOutput | CreateCustomDetectionRuleOrgConfigurationCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateInvestigationCommandOutput | CreateMalwareProtectionPlanCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatEntitySetCommandOutput | CreateThreatIntelSetCommandOutput | CreateTrustedEntitySetCommandOutput | DeclineInvitationsCommandOutput | DeleteCustomDetectionRuleAssociationCommandOutput | DeleteCustomDetectionRuleOrgConfigurationCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMalwareProtectionPlanCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatEntitySetCommandOutput | DeleteThreatIntelSetCommandOutput | DeleteTrustedEntitySetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetCoverageStatisticsCommandOutput | GetCustomDetectionRuleAssociationCommandOutput | GetCustomDetectionRuleCommandOutput | GetCustomDetectionRuleOrgConfigurationCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvestigationCommandOutput | GetInvitationsCountCommandOutput | GetMalwareProtectionPlanCommandOutput | GetMalwareScanCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetOrganizationStatisticsCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatEntitySetCommandOutput | GetThreatIntelSetCommandOutput | GetTrustedEntitySetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListCoverageCommandOutput | ListCustomDetectionRuleAssociationsCommandOutput | ListCustomDetectionRuleOrgConfigurationsCommandOutput | ListCustomDetectionRulesCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvestigationsCommandOutput | ListInvitationsCommandOutput | ListMalwareProtectionPlansCommandOutput | ListMalwareScansCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatEntitySetsCommandOutput | ListThreatIntelSetsCommandOutput | ListTrustedEntitySetsCommandOutput | SendObjectMalwareScanCommandOutput | StartMalwareScanCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateCustomDetectionRuleAssociationCommandOutput | UpdateCustomDetectionRuleOrgConfigurationCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareProtectionPlanCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatEntitySetCommandOutput | UpdateThreatIntelSetCommandOutput | UpdateTrustedEntitySetCommandOutput;
110
122
  /**
111
123
  * @public
112
124
  */
@@ -0,0 +1,100 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { CreateCustomDetectionRuleAssociationRequest, CreateCustomDetectionRuleAssociationResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link CreateCustomDetectionRuleAssociationCommand}.
11
+ */
12
+ export interface CreateCustomDetectionRuleAssociationCommandInput extends CreateCustomDetectionRuleAssociationRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link CreateCustomDetectionRuleAssociationCommand}.
18
+ */
19
+ export interface CreateCustomDetectionRuleAssociationCommandOutput extends CreateCustomDetectionRuleAssociationResponse, __MetadataBearer {
20
+ }
21
+ declare const CreateCustomDetectionRuleAssociationCommand_base: {
22
+ new (input: CreateCustomDetectionRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDetectionRuleAssociationCommandInput, CreateCustomDetectionRuleAssociationCommandOutput, import("..").GuardDutyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCustomDetectionRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDetectionRuleAssociationCommandInput, CreateCustomDetectionRuleAssociationCommandOutput, import("..").GuardDutyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Enables a custom detection rule for your account by creating an association. You specify the rule and the mode in which it operates.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { GuardDutyClient, CreateCustomDetectionRuleAssociationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
32
+ * // const { GuardDutyClient, CreateCustomDetectionRuleAssociationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
33
+ * // import type { GuardDutyClientConfig } from "@aws-sdk/client-guardduty";
34
+ * const config = {}; // type is GuardDutyClientConfig
35
+ * const client = new GuardDutyClient(config);
36
+ * const input = { // CreateCustomDetectionRuleAssociationRequest
37
+ * RuleId: "STRING_VALUE", // required
38
+ * Mode: "LIVE" || "DRY_RUN", // required
39
+ * ClientToken: "STRING_VALUE",
40
+ * Tags: { // TagMap
41
+ * "<keys>": "STRING_VALUE",
42
+ * },
43
+ * };
44
+ * const command = new CreateCustomDetectionRuleAssociationCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // CreateCustomDetectionRuleAssociationResponse
47
+ * // RuleAssociation: { // AssociationDetail
48
+ * // AssociationId: "STRING_VALUE", // required
49
+ * // Arn: "STRING_VALUE", // required
50
+ * // RuleId: "STRING_VALUE", // required
51
+ * // AccountId: "STRING_VALUE", // required
52
+ * // Mode: "LIVE" || "DRY_RUN", // required
53
+ * // CreatedAt: new Date("TIMESTAMP"), // required
54
+ * // UpdatedAt: new Date("TIMESTAMP"), // required
55
+ * // ExpiresAt: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param CreateCustomDetectionRuleAssociationCommandInput - {@link CreateCustomDetectionRuleAssociationCommandInput}
62
+ * @returns {@link CreateCustomDetectionRuleAssociationCommandOutput}
63
+ * @see {@link CreateCustomDetectionRuleAssociationCommandInput} for command's `input` shape.
64
+ * @see {@link CreateCustomDetectionRuleAssociationCommandOutput} for command's `response` shape.
65
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>An access denied exception object.</p>
69
+ *
70
+ * @throws {@link BadRequestException} (client fault)
71
+ * <p>A bad request exception object.</p>
72
+ *
73
+ * @throws {@link ConflictException} (client fault)
74
+ * <p>A request conflict exception object.</p>
75
+ *
76
+ * @throws {@link InternalServerErrorException} (server fault)
77
+ * <p>An internal server error exception object.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>The requested resource can't be found.</p>
81
+ *
82
+ * @throws {@link GuardDutyServiceException}
83
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
84
+ *
85
+ *
86
+ * @public
87
+ */
88
+ export declare class CreateCustomDetectionRuleAssociationCommand extends CreateCustomDetectionRuleAssociationCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateCustomDetectionRuleAssociationRequest;
93
+ output: CreateCustomDetectionRuleAssociationResponse;
94
+ };
95
+ sdk: {
96
+ input: CreateCustomDetectionRuleAssociationCommandInput;
97
+ output: CreateCustomDetectionRuleAssociationCommandOutput;
98
+ };
99
+ };
100
+ }
@@ -0,0 +1,92 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { CreateCustomDetectionRuleOrgConfigurationRequest, CreateCustomDetectionRuleOrgConfigurationResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link CreateCustomDetectionRuleOrgConfigurationCommand}.
11
+ */
12
+ export interface CreateCustomDetectionRuleOrgConfigurationCommandInput extends CreateCustomDetectionRuleOrgConfigurationRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link CreateCustomDetectionRuleOrgConfigurationCommand}.
18
+ */
19
+ export interface CreateCustomDetectionRuleOrgConfigurationCommandOutput extends CreateCustomDetectionRuleOrgConfigurationResponse, __MetadataBearer {
20
+ }
21
+ declare const CreateCustomDetectionRuleOrgConfigurationCommand_base: {
22
+ new (input: CreateCustomDetectionRuleOrgConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDetectionRuleOrgConfigurationCommandInput, CreateCustomDetectionRuleOrgConfigurationCommandOutput, import("..").GuardDutyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCustomDetectionRuleOrgConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDetectionRuleOrgConfigurationCommandInput, CreateCustomDetectionRuleOrgConfigurationCommandOutput, import("..").GuardDutyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Creates an organization-level configuration that enables a custom detection rule across your organization. This operation is available only to the delegated administrator account.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { GuardDutyClient, CreateCustomDetectionRuleOrgConfigurationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
32
+ * // const { GuardDutyClient, CreateCustomDetectionRuleOrgConfigurationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
33
+ * // import type { GuardDutyClientConfig } from "@aws-sdk/client-guardduty";
34
+ * const config = {}; // type is GuardDutyClientConfig
35
+ * const client = new GuardDutyClient(config);
36
+ * const input = { // CreateCustomDetectionRuleOrgConfigurationRequest
37
+ * RuleId: "STRING_VALUE", // required
38
+ * Mode: "LIVE" || "DRY_RUN", // required
39
+ * IncludeAccountIds: [ // DetectionRuleAccountIds
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * ExcludeAccountIds: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * ClientToken: "STRING_VALUE",
46
+ * };
47
+ * const command = new CreateCustomDetectionRuleOrgConfigurationCommand(input);
48
+ * const response = await client.send(command);
49
+ * // {};
50
+ *
51
+ * ```
52
+ *
53
+ * @param CreateCustomDetectionRuleOrgConfigurationCommandInput - {@link CreateCustomDetectionRuleOrgConfigurationCommandInput}
54
+ * @returns {@link CreateCustomDetectionRuleOrgConfigurationCommandOutput}
55
+ * @see {@link CreateCustomDetectionRuleOrgConfigurationCommandInput} for command's `input` shape.
56
+ * @see {@link CreateCustomDetectionRuleOrgConfigurationCommandOutput} for command's `response` shape.
57
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>An access denied exception object.</p>
61
+ *
62
+ * @throws {@link BadRequestException} (client fault)
63
+ * <p>A bad request exception object.</p>
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * <p>A request conflict exception object.</p>
67
+ *
68
+ * @throws {@link InternalServerErrorException} (server fault)
69
+ * <p>An internal server error exception object.</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>The requested resource can't be found.</p>
73
+ *
74
+ * @throws {@link GuardDutyServiceException}
75
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class CreateCustomDetectionRuleOrgConfigurationCommand extends CreateCustomDetectionRuleOrgConfigurationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateCustomDetectionRuleOrgConfigurationRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: CreateCustomDetectionRuleOrgConfigurationCommandInput;
89
+ output: CreateCustomDetectionRuleOrgConfigurationCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -0,0 +1,82 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DeleteCustomDetectionRuleAssociationRequest, DeleteCustomDetectionRuleAssociationResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DeleteCustomDetectionRuleAssociationCommand}.
11
+ */
12
+ export interface DeleteCustomDetectionRuleAssociationCommandInput extends DeleteCustomDetectionRuleAssociationRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DeleteCustomDetectionRuleAssociationCommand}.
18
+ */
19
+ export interface DeleteCustomDetectionRuleAssociationCommandOutput extends DeleteCustomDetectionRuleAssociationResponse, __MetadataBearer {
20
+ }
21
+ declare const DeleteCustomDetectionRuleAssociationCommand_base: {
22
+ new (input: DeleteCustomDetectionRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomDetectionRuleAssociationCommandInput, DeleteCustomDetectionRuleAssociationCommandOutput, import("..").GuardDutyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCustomDetectionRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomDetectionRuleAssociationCommandInput, DeleteCustomDetectionRuleAssociationCommandOutput, import("..").GuardDutyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Disables a custom detection rule by deleting its association. This operation is idempotent.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { GuardDutyClient, DeleteCustomDetectionRuleAssociationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
32
+ * // const { GuardDutyClient, DeleteCustomDetectionRuleAssociationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
33
+ * // import type { GuardDutyClientConfig } from "@aws-sdk/client-guardduty";
34
+ * const config = {}; // type is GuardDutyClientConfig
35
+ * const client = new GuardDutyClient(config);
36
+ * const input = { // DeleteCustomDetectionRuleAssociationRequest
37
+ * RuleId: "STRING_VALUE", // required
38
+ * AssociationId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteCustomDetectionRuleAssociationCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteCustomDetectionRuleAssociationCommandInput - {@link DeleteCustomDetectionRuleAssociationCommandInput}
47
+ * @returns {@link DeleteCustomDetectionRuleAssociationCommandOutput}
48
+ * @see {@link DeleteCustomDetectionRuleAssociationCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteCustomDetectionRuleAssociationCommandOutput} for command's `response` shape.
50
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>An access denied exception object.</p>
54
+ *
55
+ * @throws {@link BadRequestException} (client fault)
56
+ * <p>A bad request exception object.</p>
57
+ *
58
+ * @throws {@link InternalServerErrorException} (server fault)
59
+ * <p>An internal server error exception object.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>The requested resource can't be found.</p>
63
+ *
64
+ * @throws {@link GuardDutyServiceException}
65
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
66
+ *
67
+ *
68
+ * @public
69
+ */
70
+ export declare class DeleteCustomDetectionRuleAssociationCommand extends DeleteCustomDetectionRuleAssociationCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteCustomDetectionRuleAssociationRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteCustomDetectionRuleAssociationCommandInput;
79
+ output: DeleteCustomDetectionRuleAssociationCommandOutput;
80
+ };
81
+ };
82
+ }