@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
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListCustomDetectionRuleAssociationsCommandInput, ListCustomDetectionRuleAssociationsCommandOutput } from "../commands/ListCustomDetectionRuleAssociationsCommand";
3
+ import type { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCustomDetectionRuleAssociations: (config: GuardDutyPaginationConfiguration, input: ListCustomDetectionRuleAssociationsCommandInput, ...rest: any[]) => Paginator<ListCustomDetectionRuleAssociationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListCustomDetectionRuleOrgConfigurationsCommandInput, ListCustomDetectionRuleOrgConfigurationsCommandOutput } from "../commands/ListCustomDetectionRuleOrgConfigurationsCommand";
3
+ import type { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCustomDetectionRuleOrgConfigurations: (config: GuardDutyPaginationConfiguration, input: ListCustomDetectionRuleOrgConfigurationsCommandInput, ...rest: any[]) => Paginator<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListCustomDetectionRulesCommandInput, ListCustomDetectionRulesCommandOutput } from "../commands/ListCustomDetectionRulesCommand";
3
+ import type { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCustomDetectionRules: (config: GuardDutyPaginationConfiguration, input: ListCustomDetectionRulesCommandInput, ...rest: any[]) => Paginator<ListCustomDetectionRulesCommandOutput>;
@@ -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";
@@ -37,6 +37,8 @@ export declare var AnomalyObject$: StaticStructureSchema;
37
37
  export declare var AnomalyUnusual$: StaticStructureSchema;
38
38
  export declare var ArchiveFindingsRequest$: StaticStructureSchema;
39
39
  export declare var ArchiveFindingsResponse$: StaticStructureSchema;
40
+ export declare var AssociationDetail$: StaticStructureSchema;
41
+ export declare var AssociationSummary$: StaticStructureSchema;
40
42
  export declare var AutonomousSystem$: StaticStructureSchema;
41
43
  export declare var AutoscalingAutoScalingGroup$: StaticStructureSchema;
42
44
  export declare var AwsApiCallAction$: StaticStructureSchema;
@@ -66,6 +68,10 @@ export declare var CoverageResource$: StaticStructureSchema;
66
68
  export declare var CoverageResourceDetails$: StaticStructureSchema;
67
69
  export declare var CoverageSortCriteria$: StaticStructureSchema;
68
70
  export declare var CoverageStatistics$: StaticStructureSchema;
71
+ export declare var CreateCustomDetectionRuleAssociationRequest$: StaticStructureSchema;
72
+ export declare var CreateCustomDetectionRuleAssociationResponse$: StaticStructureSchema;
73
+ export declare var CreateCustomDetectionRuleOrgConfigurationRequest$: StaticStructureSchema;
74
+ export declare var CreateCustomDetectionRuleOrgConfigurationResponse$: StaticStructureSchema;
69
75
  export declare var CreateDetectorRequest$: StaticStructureSchema;
70
76
  export declare var CreateDetectorResponse$: StaticStructureSchema;
71
77
  export declare var CreateFilterRequest$: StaticStructureSchema;
@@ -98,6 +104,10 @@ export declare var DateStatistics$: StaticStructureSchema;
98
104
  export declare var DeclineInvitationsRequest$: StaticStructureSchema;
99
105
  export declare var DeclineInvitationsResponse$: StaticStructureSchema;
100
106
  export declare var DefaultServerSideEncryption$: StaticStructureSchema;
107
+ export declare var DeleteCustomDetectionRuleAssociationRequest$: StaticStructureSchema;
108
+ export declare var DeleteCustomDetectionRuleAssociationResponse$: StaticStructureSchema;
109
+ export declare var DeleteCustomDetectionRuleOrgConfigurationRequest$: StaticStructureSchema;
110
+ export declare var DeleteCustomDetectionRuleOrgConfigurationResponse$: StaticStructureSchema;
101
111
  export declare var DeleteDetectorRequest$: StaticStructureSchema;
102
112
  export declare var DeleteDetectorResponse$: StaticStructureSchema;
103
113
  export declare var DeleteFilterRequest$: StaticStructureSchema;
@@ -126,6 +136,9 @@ export declare var DescribePublishingDestinationResponse$: StaticStructureSchema
126
136
  export declare var Destination$: StaticStructureSchema;
127
137
  export declare var DestinationProperties$: StaticStructureSchema;
128
138
  export declare var Detection$: StaticStructureSchema;
139
+ export declare var DetectionRuleFilter$: StaticStructureSchema;
140
+ export declare var DetectionRuleOrgConfiguration$: StaticStructureSchema;
141
+ export declare var DetectionRuleOrgConfigurationSummary$: StaticStructureSchema;
129
142
  export declare var DetectorAdditionalConfiguration$: StaticStructureSchema;
130
143
  export declare var DetectorAdditionalConfigurationResult$: StaticStructureSchema;
131
144
  export declare var DetectorFeatureConfiguration$: StaticStructureSchema;
@@ -176,6 +189,12 @@ export declare var GetAdministratorAccountRequest$: StaticStructureSchema;
176
189
  export declare var GetAdministratorAccountResponse$: StaticStructureSchema;
177
190
  export declare var GetCoverageStatisticsRequest$: StaticStructureSchema;
178
191
  export declare var GetCoverageStatisticsResponse$: StaticStructureSchema;
192
+ export declare var GetCustomDetectionRuleAssociationRequest$: StaticStructureSchema;
193
+ export declare var GetCustomDetectionRuleAssociationResponse$: StaticStructureSchema;
194
+ export declare var GetCustomDetectionRuleOrgConfigurationRequest$: StaticStructureSchema;
195
+ export declare var GetCustomDetectionRuleOrgConfigurationResponse$: StaticStructureSchema;
196
+ export declare var GetCustomDetectionRuleRequest$: StaticStructureSchema;
197
+ export declare var GetCustomDetectionRuleResponse$: StaticStructureSchema;
179
198
  export declare var GetDetectorRequest$: StaticStructureSchema;
180
199
  export declare var GetDetectorResponse$: StaticStructureSchema;
181
200
  export declare var GetFilterRequest$: StaticStructureSchema;
@@ -248,6 +267,12 @@ export declare var LambdaDetails$: StaticStructureSchema;
248
267
  export declare var LineageObject$: StaticStructureSchema;
249
268
  export declare var ListCoverageRequest$: StaticStructureSchema;
250
269
  export declare var ListCoverageResponse$: StaticStructureSchema;
270
+ export declare var ListCustomDetectionRuleAssociationsRequest$: StaticStructureSchema;
271
+ export declare var ListCustomDetectionRuleAssociationsResponse$: StaticStructureSchema;
272
+ export declare var ListCustomDetectionRuleOrgConfigurationsRequest$: StaticStructureSchema;
273
+ export declare var ListCustomDetectionRuleOrgConfigurationsResponse$: StaticStructureSchema;
274
+ export declare var ListCustomDetectionRulesRequest$: StaticStructureSchema;
275
+ export declare var ListCustomDetectionRulesResponse$: StaticStructureSchema;
251
276
  export declare var ListDetectorsRequest$: StaticStructureSchema;
252
277
  export declare var ListDetectorsResponse$: StaticStructureSchema;
253
278
  export declare var ListFiltersRequest$: StaticStructureSchema;
@@ -354,6 +379,9 @@ export declare var ResourceData$: StaticStructureSchema;
354
379
  export declare var ResourceDetails$: StaticStructureSchema;
355
380
  export declare var ResourceStatistics$: StaticStructureSchema;
356
381
  export declare var ResourceV2$: StaticStructureSchema;
382
+ export declare var RuleDefinition$: StaticStructureSchema;
383
+ export declare var RuleDetail$: StaticStructureSchema;
384
+ export declare var RuleSummary$: StaticStructureSchema;
357
385
  export declare var RuntimeContext$: StaticStructureSchema;
358
386
  export declare var RuntimeDetails$: StaticStructureSchema;
359
387
  export declare var S3Bucket$: StaticStructureSchema;
@@ -413,6 +441,10 @@ export declare var UnprocessedAccount$: StaticStructureSchema;
413
441
  export declare var UnprocessedDataSourcesResult$: StaticStructureSchema;
414
442
  export declare var UntagResourceRequest$: StaticStructureSchema;
415
443
  export declare var UntagResourceResponse$: StaticStructureSchema;
444
+ export declare var UpdateCustomDetectionRuleAssociationRequest$: StaticStructureSchema;
445
+ export declare var UpdateCustomDetectionRuleAssociationResponse$: StaticStructureSchema;
446
+ export declare var UpdateCustomDetectionRuleOrgConfigurationRequest$: StaticStructureSchema;
447
+ export declare var UpdateCustomDetectionRuleOrgConfigurationResponse$: StaticStructureSchema;
416
448
  export declare var UpdateDetectorRequest$: StaticStructureSchema;
417
449
  export declare var UpdateDetectorResponse$: StaticStructureSchema;
418
450
  export declare var UpdateFilterRequest$: StaticStructureSchema;
@@ -454,6 +486,8 @@ export declare var VpcConfig$: StaticStructureSchema;
454
486
  export declare var AcceptAdministratorInvitation$: StaticOperationSchema;
455
487
  export declare var AcceptInvitation$: StaticOperationSchema;
456
488
  export declare var ArchiveFindings$: StaticOperationSchema;
489
+ export declare var CreateCustomDetectionRuleAssociation$: StaticOperationSchema;
490
+ export declare var CreateCustomDetectionRuleOrgConfiguration$: StaticOperationSchema;
457
491
  export declare var CreateDetector$: StaticOperationSchema;
458
492
  export declare var CreateFilter$: StaticOperationSchema;
459
493
  export declare var CreateInvestigation$: StaticOperationSchema;
@@ -466,6 +500,8 @@ export declare var CreateThreatEntitySet$: StaticOperationSchema;
466
500
  export declare var CreateThreatIntelSet$: StaticOperationSchema;
467
501
  export declare var CreateTrustedEntitySet$: StaticOperationSchema;
468
502
  export declare var DeclineInvitations$: StaticOperationSchema;
503
+ export declare var DeleteCustomDetectionRuleAssociation$: StaticOperationSchema;
504
+ export declare var DeleteCustomDetectionRuleOrgConfiguration$: StaticOperationSchema;
469
505
  export declare var DeleteDetector$: StaticOperationSchema;
470
506
  export declare var DeleteFilter$: StaticOperationSchema;
471
507
  export declare var DeleteInvitations$: StaticOperationSchema;
@@ -486,6 +522,9 @@ export declare var DisassociateMembers$: StaticOperationSchema;
486
522
  export declare var EnableOrganizationAdminAccount$: StaticOperationSchema;
487
523
  export declare var GetAdministratorAccount$: StaticOperationSchema;
488
524
  export declare var GetCoverageStatistics$: StaticOperationSchema;
525
+ export declare var GetCustomDetectionRule$: StaticOperationSchema;
526
+ export declare var GetCustomDetectionRuleAssociation$: StaticOperationSchema;
527
+ export declare var GetCustomDetectionRuleOrgConfiguration$: StaticOperationSchema;
489
528
  export declare var GetDetector$: StaticOperationSchema;
490
529
  export declare var GetFilter$: StaticOperationSchema;
491
530
  export declare var GetFindings$: StaticOperationSchema;
@@ -507,6 +546,9 @@ export declare var GetTrustedEntitySet$: StaticOperationSchema;
507
546
  export declare var GetUsageStatistics$: StaticOperationSchema;
508
547
  export declare var InviteMembers$: StaticOperationSchema;
509
548
  export declare var ListCoverage$: StaticOperationSchema;
549
+ export declare var ListCustomDetectionRuleAssociations$: StaticOperationSchema;
550
+ export declare var ListCustomDetectionRuleOrgConfigurations$: StaticOperationSchema;
551
+ export declare var ListCustomDetectionRules$: StaticOperationSchema;
510
552
  export declare var ListDetectors$: StaticOperationSchema;
511
553
  export declare var ListFilters$: StaticOperationSchema;
512
554
  export declare var ListFindings$: StaticOperationSchema;
@@ -529,6 +571,8 @@ export declare var StopMonitoringMembers$: StaticOperationSchema;
529
571
  export declare var TagResource$: StaticOperationSchema;
530
572
  export declare var UnarchiveFindings$: StaticOperationSchema;
531
573
  export declare var UntagResource$: StaticOperationSchema;
574
+ export declare var UpdateCustomDetectionRuleAssociation$: StaticOperationSchema;
575
+ export declare var UpdateCustomDetectionRuleOrgConfiguration$: StaticOperationSchema;
532
576
  export declare var UpdateDetector$: StaticOperationSchema;
533
577
  export declare var UpdateFilter$: StaticOperationSchema;
534
578
  export declare var UpdateFindingsFeedback$: StaticOperationSchema;
@@ -15,6 +15,14 @@ import {
15
15
  ArchiveFindingsCommandInput,
16
16
  ArchiveFindingsCommandOutput,
17
17
  } from "./commands/ArchiveFindingsCommand";
18
+ import {
19
+ CreateCustomDetectionRuleAssociationCommandInput,
20
+ CreateCustomDetectionRuleAssociationCommandOutput,
21
+ } from "./commands/CreateCustomDetectionRuleAssociationCommand";
22
+ import {
23
+ CreateCustomDetectionRuleOrgConfigurationCommandInput,
24
+ CreateCustomDetectionRuleOrgConfigurationCommandOutput,
25
+ } from "./commands/CreateCustomDetectionRuleOrgConfigurationCommand";
18
26
  import {
19
27
  CreateDetectorCommandInput,
20
28
  CreateDetectorCommandOutput,
@@ -60,6 +68,14 @@ import {
60
68
  DeclineInvitationsCommandInput,
61
69
  DeclineInvitationsCommandOutput,
62
70
  } from "./commands/DeclineInvitationsCommand";
71
+ import {
72
+ DeleteCustomDetectionRuleAssociationCommandInput,
73
+ DeleteCustomDetectionRuleAssociationCommandOutput,
74
+ } from "./commands/DeleteCustomDetectionRuleAssociationCommand";
75
+ import {
76
+ DeleteCustomDetectionRuleOrgConfigurationCommandInput,
77
+ DeleteCustomDetectionRuleOrgConfigurationCommandOutput,
78
+ } from "./commands/DeleteCustomDetectionRuleOrgConfigurationCommand";
63
79
  import {
64
80
  DeleteDetectorCommandInput,
65
81
  DeleteDetectorCommandOutput,
@@ -137,6 +153,18 @@ import {
137
153
  GetCoverageStatisticsCommandInput,
138
154
  GetCoverageStatisticsCommandOutput,
139
155
  } from "./commands/GetCoverageStatisticsCommand";
156
+ import {
157
+ GetCustomDetectionRuleAssociationCommandInput,
158
+ GetCustomDetectionRuleAssociationCommandOutput,
159
+ } from "./commands/GetCustomDetectionRuleAssociationCommand";
160
+ import {
161
+ GetCustomDetectionRuleCommandInput,
162
+ GetCustomDetectionRuleCommandOutput,
163
+ } from "./commands/GetCustomDetectionRuleCommand";
164
+ import {
165
+ GetCustomDetectionRuleOrgConfigurationCommandInput,
166
+ GetCustomDetectionRuleOrgConfigurationCommandOutput,
167
+ } from "./commands/GetCustomDetectionRuleOrgConfigurationCommand";
140
168
  import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
141
169
  import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
142
170
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
@@ -206,6 +234,18 @@ import {
206
234
  ListCoverageCommandInput,
207
235
  ListCoverageCommandOutput,
208
236
  } from "./commands/ListCoverageCommand";
237
+ import {
238
+ ListCustomDetectionRuleAssociationsCommandInput,
239
+ ListCustomDetectionRuleAssociationsCommandOutput,
240
+ } from "./commands/ListCustomDetectionRuleAssociationsCommand";
241
+ import {
242
+ ListCustomDetectionRuleOrgConfigurationsCommandInput,
243
+ ListCustomDetectionRuleOrgConfigurationsCommandOutput,
244
+ } from "./commands/ListCustomDetectionRuleOrgConfigurationsCommand";
245
+ import {
246
+ ListCustomDetectionRulesCommandInput,
247
+ ListCustomDetectionRulesCommandOutput,
248
+ } from "./commands/ListCustomDetectionRulesCommand";
209
249
  import {
210
250
  ListDetectorsCommandInput,
211
251
  ListDetectorsCommandOutput,
@@ -282,6 +322,14 @@ import {
282
322
  UntagResourceCommandInput,
283
323
  UntagResourceCommandOutput,
284
324
  } from "./commands/UntagResourceCommand";
325
+ import {
326
+ UpdateCustomDetectionRuleAssociationCommandInput,
327
+ UpdateCustomDetectionRuleAssociationCommandOutput,
328
+ } from "./commands/UpdateCustomDetectionRuleAssociationCommand";
329
+ import {
330
+ UpdateCustomDetectionRuleOrgConfigurationCommandInput,
331
+ UpdateCustomDetectionRuleOrgConfigurationCommandOutput,
332
+ } from "./commands/UpdateCustomDetectionRuleOrgConfigurationCommand";
285
333
  import {
286
334
  UpdateDetectorCommandInput,
287
335
  UpdateDetectorCommandOutput,
@@ -368,6 +416,32 @@ export interface GuardDuty {
368
416
  options: __HttpHandlerOptions,
369
417
  cb: (err: any, data?: ArchiveFindingsCommandOutput) => void,
370
418
  ): void;
419
+ createCustomDetectionRuleAssociation(
420
+ args: CreateCustomDetectionRuleAssociationCommandInput,
421
+ options?: __HttpHandlerOptions,
422
+ ): Promise<CreateCustomDetectionRuleAssociationCommandOutput>;
423
+ createCustomDetectionRuleAssociation(
424
+ args: CreateCustomDetectionRuleAssociationCommandInput,
425
+ cb: (err: any, data?: CreateCustomDetectionRuleAssociationCommandOutput) => void,
426
+ ): void;
427
+ createCustomDetectionRuleAssociation(
428
+ args: CreateCustomDetectionRuleAssociationCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: CreateCustomDetectionRuleAssociationCommandOutput) => void,
431
+ ): void;
432
+ createCustomDetectionRuleOrgConfiguration(
433
+ args: CreateCustomDetectionRuleOrgConfigurationCommandInput,
434
+ options?: __HttpHandlerOptions,
435
+ ): Promise<CreateCustomDetectionRuleOrgConfigurationCommandOutput>;
436
+ createCustomDetectionRuleOrgConfiguration(
437
+ args: CreateCustomDetectionRuleOrgConfigurationCommandInput,
438
+ cb: (err: any, data?: CreateCustomDetectionRuleOrgConfigurationCommandOutput) => void,
439
+ ): void;
440
+ createCustomDetectionRuleOrgConfiguration(
441
+ args: CreateCustomDetectionRuleOrgConfigurationCommandInput,
442
+ options: __HttpHandlerOptions,
443
+ cb: (err: any, data?: CreateCustomDetectionRuleOrgConfigurationCommandOutput) => void,
444
+ ): void;
371
445
  createDetector(
372
446
  args: CreateDetectorCommandInput,
373
447
  options?: __HttpHandlerOptions,
@@ -524,6 +598,32 @@ export interface GuardDuty {
524
598
  options: __HttpHandlerOptions,
525
599
  cb: (err: any, data?: DeclineInvitationsCommandOutput) => void,
526
600
  ): void;
601
+ deleteCustomDetectionRuleAssociation(
602
+ args: DeleteCustomDetectionRuleAssociationCommandInput,
603
+ options?: __HttpHandlerOptions,
604
+ ): Promise<DeleteCustomDetectionRuleAssociationCommandOutput>;
605
+ deleteCustomDetectionRuleAssociation(
606
+ args: DeleteCustomDetectionRuleAssociationCommandInput,
607
+ cb: (err: any, data?: DeleteCustomDetectionRuleAssociationCommandOutput) => void,
608
+ ): void;
609
+ deleteCustomDetectionRuleAssociation(
610
+ args: DeleteCustomDetectionRuleAssociationCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: DeleteCustomDetectionRuleAssociationCommandOutput) => void,
613
+ ): void;
614
+ deleteCustomDetectionRuleOrgConfiguration(
615
+ args: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
616
+ options?: __HttpHandlerOptions,
617
+ ): Promise<DeleteCustomDetectionRuleOrgConfigurationCommandOutput>;
618
+ deleteCustomDetectionRuleOrgConfiguration(
619
+ args: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
620
+ cb: (err: any, data?: DeleteCustomDetectionRuleOrgConfigurationCommandOutput) => void,
621
+ ): void;
622
+ deleteCustomDetectionRuleOrgConfiguration(
623
+ args: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
624
+ options: __HttpHandlerOptions,
625
+ cb: (err: any, data?: DeleteCustomDetectionRuleOrgConfigurationCommandOutput) => void,
626
+ ): void;
527
627
  deleteDetector(
528
628
  args: DeleteDetectorCommandInput,
529
629
  options?: __HttpHandlerOptions,
@@ -784,6 +884,45 @@ export interface GuardDuty {
784
884
  options: __HttpHandlerOptions,
785
885
  cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void,
786
886
  ): void;
887
+ getCustomDetectionRule(
888
+ args: GetCustomDetectionRuleCommandInput,
889
+ options?: __HttpHandlerOptions,
890
+ ): Promise<GetCustomDetectionRuleCommandOutput>;
891
+ getCustomDetectionRule(
892
+ args: GetCustomDetectionRuleCommandInput,
893
+ cb: (err: any, data?: GetCustomDetectionRuleCommandOutput) => void,
894
+ ): void;
895
+ getCustomDetectionRule(
896
+ args: GetCustomDetectionRuleCommandInput,
897
+ options: __HttpHandlerOptions,
898
+ cb: (err: any, data?: GetCustomDetectionRuleCommandOutput) => void,
899
+ ): void;
900
+ getCustomDetectionRuleAssociation(
901
+ args: GetCustomDetectionRuleAssociationCommandInput,
902
+ options?: __HttpHandlerOptions,
903
+ ): Promise<GetCustomDetectionRuleAssociationCommandOutput>;
904
+ getCustomDetectionRuleAssociation(
905
+ args: GetCustomDetectionRuleAssociationCommandInput,
906
+ cb: (err: any, data?: GetCustomDetectionRuleAssociationCommandOutput) => void,
907
+ ): void;
908
+ getCustomDetectionRuleAssociation(
909
+ args: GetCustomDetectionRuleAssociationCommandInput,
910
+ options: __HttpHandlerOptions,
911
+ cb: (err: any, data?: GetCustomDetectionRuleAssociationCommandOutput) => void,
912
+ ): void;
913
+ getCustomDetectionRuleOrgConfiguration(
914
+ args: GetCustomDetectionRuleOrgConfigurationCommandInput,
915
+ options?: __HttpHandlerOptions,
916
+ ): Promise<GetCustomDetectionRuleOrgConfigurationCommandOutput>;
917
+ getCustomDetectionRuleOrgConfiguration(
918
+ args: GetCustomDetectionRuleOrgConfigurationCommandInput,
919
+ cb: (err: any, data?: GetCustomDetectionRuleOrgConfigurationCommandOutput) => void,
920
+ ): void;
921
+ getCustomDetectionRuleOrgConfiguration(
922
+ args: GetCustomDetectionRuleOrgConfigurationCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: GetCustomDetectionRuleOrgConfigurationCommandOutput) => void,
925
+ ): void;
787
926
  getDetector(
788
927
  args: GetDetectorCommandInput,
789
928
  options?: __HttpHandlerOptions,
@@ -1056,6 +1195,48 @@ export interface GuardDuty {
1056
1195
  options: __HttpHandlerOptions,
1057
1196
  cb: (err: any, data?: ListCoverageCommandOutput) => void,
1058
1197
  ): void;
1198
+ listCustomDetectionRuleAssociations(): Promise<ListCustomDetectionRuleAssociationsCommandOutput>;
1199
+ listCustomDetectionRuleAssociations(
1200
+ args: ListCustomDetectionRuleAssociationsCommandInput,
1201
+ options?: __HttpHandlerOptions,
1202
+ ): Promise<ListCustomDetectionRuleAssociationsCommandOutput>;
1203
+ listCustomDetectionRuleAssociations(
1204
+ args: ListCustomDetectionRuleAssociationsCommandInput,
1205
+ cb: (err: any, data?: ListCustomDetectionRuleAssociationsCommandOutput) => void,
1206
+ ): void;
1207
+ listCustomDetectionRuleAssociations(
1208
+ args: ListCustomDetectionRuleAssociationsCommandInput,
1209
+ options: __HttpHandlerOptions,
1210
+ cb: (err: any, data?: ListCustomDetectionRuleAssociationsCommandOutput) => void,
1211
+ ): void;
1212
+ listCustomDetectionRuleOrgConfigurations(): Promise<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
1213
+ listCustomDetectionRuleOrgConfigurations(
1214
+ args: ListCustomDetectionRuleOrgConfigurationsCommandInput,
1215
+ options?: __HttpHandlerOptions,
1216
+ ): Promise<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
1217
+ listCustomDetectionRuleOrgConfigurations(
1218
+ args: ListCustomDetectionRuleOrgConfigurationsCommandInput,
1219
+ cb: (err: any, data?: ListCustomDetectionRuleOrgConfigurationsCommandOutput) => void,
1220
+ ): void;
1221
+ listCustomDetectionRuleOrgConfigurations(
1222
+ args: ListCustomDetectionRuleOrgConfigurationsCommandInput,
1223
+ options: __HttpHandlerOptions,
1224
+ cb: (err: any, data?: ListCustomDetectionRuleOrgConfigurationsCommandOutput) => void,
1225
+ ): void;
1226
+ listCustomDetectionRules(): Promise<ListCustomDetectionRulesCommandOutput>;
1227
+ listCustomDetectionRules(
1228
+ args: ListCustomDetectionRulesCommandInput,
1229
+ options?: __HttpHandlerOptions,
1230
+ ): Promise<ListCustomDetectionRulesCommandOutput>;
1231
+ listCustomDetectionRules(
1232
+ args: ListCustomDetectionRulesCommandInput,
1233
+ cb: (err: any, data?: ListCustomDetectionRulesCommandOutput) => void,
1234
+ ): void;
1235
+ listCustomDetectionRules(
1236
+ args: ListCustomDetectionRulesCommandInput,
1237
+ options: __HttpHandlerOptions,
1238
+ cb: (err: any, data?: ListCustomDetectionRulesCommandOutput) => void,
1239
+ ): void;
1059
1240
  listDetectors(): Promise<ListDetectorsCommandOutput>;
1060
1241
  listDetectors(
1061
1242
  args: ListDetectorsCommandInput,
@@ -1348,6 +1529,32 @@ export interface GuardDuty {
1348
1529
  options: __HttpHandlerOptions,
1349
1530
  cb: (err: any, data?: UntagResourceCommandOutput) => void,
1350
1531
  ): void;
1532
+ updateCustomDetectionRuleAssociation(
1533
+ args: UpdateCustomDetectionRuleAssociationCommandInput,
1534
+ options?: __HttpHandlerOptions,
1535
+ ): Promise<UpdateCustomDetectionRuleAssociationCommandOutput>;
1536
+ updateCustomDetectionRuleAssociation(
1537
+ args: UpdateCustomDetectionRuleAssociationCommandInput,
1538
+ cb: (err: any, data?: UpdateCustomDetectionRuleAssociationCommandOutput) => void,
1539
+ ): void;
1540
+ updateCustomDetectionRuleAssociation(
1541
+ args: UpdateCustomDetectionRuleAssociationCommandInput,
1542
+ options: __HttpHandlerOptions,
1543
+ cb: (err: any, data?: UpdateCustomDetectionRuleAssociationCommandOutput) => void,
1544
+ ): void;
1545
+ updateCustomDetectionRuleOrgConfiguration(
1546
+ args: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
1547
+ options?: __HttpHandlerOptions,
1548
+ ): Promise<UpdateCustomDetectionRuleOrgConfigurationCommandOutput>;
1549
+ updateCustomDetectionRuleOrgConfiguration(
1550
+ args: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
1551
+ cb: (err: any, data?: UpdateCustomDetectionRuleOrgConfigurationCommandOutput) => void,
1552
+ ): void;
1553
+ updateCustomDetectionRuleOrgConfiguration(
1554
+ args: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
1555
+ options: __HttpHandlerOptions,
1556
+ cb: (err: any, data?: UpdateCustomDetectionRuleOrgConfigurationCommandOutput) => void,
1557
+ ): void;
1351
1558
  updateDetector(
1352
1559
  args: UpdateDetectorCommandInput,
1353
1560
  options?: __HttpHandlerOptions,
@@ -1532,6 +1739,27 @@ export interface GuardDuty {
1532
1739
  Exclude<keyof PaginationConfiguration, "client">
1533
1740
  >,
1534
1741
  ): Paginator<ListCoverageCommandOutput>;
1742
+ paginateListCustomDetectionRuleAssociations(
1743
+ args?: ListCustomDetectionRuleAssociationsCommandInput,
1744
+ paginationConfig?: Pick<
1745
+ PaginationConfiguration,
1746
+ Exclude<keyof PaginationConfiguration, "client">
1747
+ >,
1748
+ ): Paginator<ListCustomDetectionRuleAssociationsCommandOutput>;
1749
+ paginateListCustomDetectionRuleOrgConfigurations(
1750
+ args?: ListCustomDetectionRuleOrgConfigurationsCommandInput,
1751
+ paginationConfig?: Pick<
1752
+ PaginationConfiguration,
1753
+ Exclude<keyof PaginationConfiguration, "client">
1754
+ >,
1755
+ ): Paginator<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
1756
+ paginateListCustomDetectionRules(
1757
+ args?: ListCustomDetectionRulesCommandInput,
1758
+ paginationConfig?: Pick<
1759
+ PaginationConfiguration,
1760
+ Exclude<keyof PaginationConfiguration, "client">
1761
+ >,
1762
+ ): Paginator<ListCustomDetectionRulesCommandOutput>;
1535
1763
  paginateListDetectors(
1536
1764
  args?: ListDetectorsCommandInput,
1537
1765
  paginationConfig?: Pick<
@@ -45,6 +45,14 @@ import {
45
45
  ArchiveFindingsCommandInput,
46
46
  ArchiveFindingsCommandOutput,
47
47
  } from "./commands/ArchiveFindingsCommand";
48
+ import {
49
+ CreateCustomDetectionRuleAssociationCommandInput,
50
+ CreateCustomDetectionRuleAssociationCommandOutput,
51
+ } from "./commands/CreateCustomDetectionRuleAssociationCommand";
52
+ import {
53
+ CreateCustomDetectionRuleOrgConfigurationCommandInput,
54
+ CreateCustomDetectionRuleOrgConfigurationCommandOutput,
55
+ } from "./commands/CreateCustomDetectionRuleOrgConfigurationCommand";
48
56
  import {
49
57
  CreateDetectorCommandInput,
50
58
  CreateDetectorCommandOutput,
@@ -90,6 +98,14 @@ import {
90
98
  DeclineInvitationsCommandInput,
91
99
  DeclineInvitationsCommandOutput,
92
100
  } from "./commands/DeclineInvitationsCommand";
101
+ import {
102
+ DeleteCustomDetectionRuleAssociationCommandInput,
103
+ DeleteCustomDetectionRuleAssociationCommandOutput,
104
+ } from "./commands/DeleteCustomDetectionRuleAssociationCommand";
105
+ import {
106
+ DeleteCustomDetectionRuleOrgConfigurationCommandInput,
107
+ DeleteCustomDetectionRuleOrgConfigurationCommandOutput,
108
+ } from "./commands/DeleteCustomDetectionRuleOrgConfigurationCommand";
93
109
  import {
94
110
  DeleteDetectorCommandInput,
95
111
  DeleteDetectorCommandOutput,
@@ -167,6 +183,18 @@ import {
167
183
  GetCoverageStatisticsCommandInput,
168
184
  GetCoverageStatisticsCommandOutput,
169
185
  } from "./commands/GetCoverageStatisticsCommand";
186
+ import {
187
+ GetCustomDetectionRuleAssociationCommandInput,
188
+ GetCustomDetectionRuleAssociationCommandOutput,
189
+ } from "./commands/GetCustomDetectionRuleAssociationCommand";
190
+ import {
191
+ GetCustomDetectionRuleCommandInput,
192
+ GetCustomDetectionRuleCommandOutput,
193
+ } from "./commands/GetCustomDetectionRuleCommand";
194
+ import {
195
+ GetCustomDetectionRuleOrgConfigurationCommandInput,
196
+ GetCustomDetectionRuleOrgConfigurationCommandOutput,
197
+ } from "./commands/GetCustomDetectionRuleOrgConfigurationCommand";
170
198
  import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
171
199
  import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
172
200
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
@@ -236,6 +264,18 @@ import {
236
264
  ListCoverageCommandInput,
237
265
  ListCoverageCommandOutput,
238
266
  } from "./commands/ListCoverageCommand";
267
+ import {
268
+ ListCustomDetectionRuleAssociationsCommandInput,
269
+ ListCustomDetectionRuleAssociationsCommandOutput,
270
+ } from "./commands/ListCustomDetectionRuleAssociationsCommand";
271
+ import {
272
+ ListCustomDetectionRuleOrgConfigurationsCommandInput,
273
+ ListCustomDetectionRuleOrgConfigurationsCommandOutput,
274
+ } from "./commands/ListCustomDetectionRuleOrgConfigurationsCommand";
275
+ import {
276
+ ListCustomDetectionRulesCommandInput,
277
+ ListCustomDetectionRulesCommandOutput,
278
+ } from "./commands/ListCustomDetectionRulesCommand";
239
279
  import {
240
280
  ListDetectorsCommandInput,
241
281
  ListDetectorsCommandOutput,
@@ -312,6 +352,14 @@ import {
312
352
  UntagResourceCommandInput,
313
353
  UntagResourceCommandOutput,
314
354
  } from "./commands/UntagResourceCommand";
355
+ import {
356
+ UpdateCustomDetectionRuleAssociationCommandInput,
357
+ UpdateCustomDetectionRuleAssociationCommandOutput,
358
+ } from "./commands/UpdateCustomDetectionRuleAssociationCommand";
359
+ import {
360
+ UpdateCustomDetectionRuleOrgConfigurationCommandInput,
361
+ UpdateCustomDetectionRuleOrgConfigurationCommandOutput,
362
+ } from "./commands/UpdateCustomDetectionRuleOrgConfigurationCommand";
315
363
  import {
316
364
  UpdateDetectorCommandInput,
317
365
  UpdateDetectorCommandOutput,
@@ -368,6 +416,8 @@ export type ServiceInputTypes =
368
416
  | AcceptAdministratorInvitationCommandInput
369
417
  | AcceptInvitationCommandInput
370
418
  | ArchiveFindingsCommandInput
419
+ | CreateCustomDetectionRuleAssociationCommandInput
420
+ | CreateCustomDetectionRuleOrgConfigurationCommandInput
371
421
  | CreateDetectorCommandInput
372
422
  | CreateFilterCommandInput
373
423
  | CreateIPSetCommandInput
@@ -380,6 +430,8 @@ export type ServiceInputTypes =
380
430
  | CreateThreatIntelSetCommandInput
381
431
  | CreateTrustedEntitySetCommandInput
382
432
  | DeclineInvitationsCommandInput
433
+ | DeleteCustomDetectionRuleAssociationCommandInput
434
+ | DeleteCustomDetectionRuleOrgConfigurationCommandInput
383
435
  | DeleteDetectorCommandInput
384
436
  | DeleteFilterCommandInput
385
437
  | DeleteIPSetCommandInput
@@ -400,6 +452,9 @@ export type ServiceInputTypes =
400
452
  | EnableOrganizationAdminAccountCommandInput
401
453
  | GetAdministratorAccountCommandInput
402
454
  | GetCoverageStatisticsCommandInput
455
+ | GetCustomDetectionRuleAssociationCommandInput
456
+ | GetCustomDetectionRuleCommandInput
457
+ | GetCustomDetectionRuleOrgConfigurationCommandInput
403
458
  | GetDetectorCommandInput
404
459
  | GetFilterCommandInput
405
460
  | GetFindingsCommandInput
@@ -421,6 +476,9 @@ export type ServiceInputTypes =
421
476
  | GetUsageStatisticsCommandInput
422
477
  | InviteMembersCommandInput
423
478
  | ListCoverageCommandInput
479
+ | ListCustomDetectionRuleAssociationsCommandInput
480
+ | ListCustomDetectionRuleOrgConfigurationsCommandInput
481
+ | ListCustomDetectionRulesCommandInput
424
482
  | ListDetectorsCommandInput
425
483
  | ListFiltersCommandInput
426
484
  | ListFindingsCommandInput
@@ -443,6 +501,8 @@ export type ServiceInputTypes =
443
501
  | TagResourceCommandInput
444
502
  | UnarchiveFindingsCommandInput
445
503
  | UntagResourceCommandInput
504
+ | UpdateCustomDetectionRuleAssociationCommandInput
505
+ | UpdateCustomDetectionRuleOrgConfigurationCommandInput
446
506
  | UpdateDetectorCommandInput
447
507
  | UpdateFilterCommandInput
448
508
  | UpdateFindingsFeedbackCommandInput
@@ -459,6 +519,8 @@ export type ServiceOutputTypes =
459
519
  | AcceptAdministratorInvitationCommandOutput
460
520
  | AcceptInvitationCommandOutput
461
521
  | ArchiveFindingsCommandOutput
522
+ | CreateCustomDetectionRuleAssociationCommandOutput
523
+ | CreateCustomDetectionRuleOrgConfigurationCommandOutput
462
524
  | CreateDetectorCommandOutput
463
525
  | CreateFilterCommandOutput
464
526
  | CreateIPSetCommandOutput
@@ -471,6 +533,8 @@ export type ServiceOutputTypes =
471
533
  | CreateThreatIntelSetCommandOutput
472
534
  | CreateTrustedEntitySetCommandOutput
473
535
  | DeclineInvitationsCommandOutput
536
+ | DeleteCustomDetectionRuleAssociationCommandOutput
537
+ | DeleteCustomDetectionRuleOrgConfigurationCommandOutput
474
538
  | DeleteDetectorCommandOutput
475
539
  | DeleteFilterCommandOutput
476
540
  | DeleteIPSetCommandOutput
@@ -491,6 +555,9 @@ export type ServiceOutputTypes =
491
555
  | EnableOrganizationAdminAccountCommandOutput
492
556
  | GetAdministratorAccountCommandOutput
493
557
  | GetCoverageStatisticsCommandOutput
558
+ | GetCustomDetectionRuleAssociationCommandOutput
559
+ | GetCustomDetectionRuleCommandOutput
560
+ | GetCustomDetectionRuleOrgConfigurationCommandOutput
494
561
  | GetDetectorCommandOutput
495
562
  | GetFilterCommandOutput
496
563
  | GetFindingsCommandOutput
@@ -512,6 +579,9 @@ export type ServiceOutputTypes =
512
579
  | GetUsageStatisticsCommandOutput
513
580
  | InviteMembersCommandOutput
514
581
  | ListCoverageCommandOutput
582
+ | ListCustomDetectionRuleAssociationsCommandOutput
583
+ | ListCustomDetectionRuleOrgConfigurationsCommandOutput
584
+ | ListCustomDetectionRulesCommandOutput
515
585
  | ListDetectorsCommandOutput
516
586
  | ListFiltersCommandOutput
517
587
  | ListFindingsCommandOutput
@@ -534,6 +604,8 @@ export type ServiceOutputTypes =
534
604
  | TagResourceCommandOutput
535
605
  | UnarchiveFindingsCommandOutput
536
606
  | UntagResourceCommandOutput
607
+ | UpdateCustomDetectionRuleAssociationCommandOutput
608
+ | UpdateCustomDetectionRuleOrgConfigurationCommandOutput
537
609
  | UpdateDetectorCommandOutput
538
610
  | UpdateFilterCommandOutput
539
611
  | UpdateFindingsFeedbackCommandOutput