@aws-sdk/client-guardduty 3.50.0 → 3.53.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 (96) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/GuardDutyServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +36 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +430 -1326
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/GuardDutyServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +30 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1007 -1561
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/GuardDutyServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +16 -7
  13. package/dist-types/ts3.4/GuardDuty.d.ts +295 -0
  14. package/dist-types/ts3.4/GuardDutyClient.d.ts +131 -0
  15. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  74. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  75. package/dist-types/ts3.4/index.d.ts +6 -0
  76. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +6 -0
  77. package/dist-types/ts3.4/models/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +2450 -0
  79. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  81. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
  88. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  91. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  96. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./GuardDutyClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { GuardDutyServiceException } from "./models/GuardDutyServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from GuardDuty service.
4
+ */
5
+ export declare class GuardDutyServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { GuardDutyServiceException as __BaseException } from "./GuardDutyServiceException";
2
3
  export interface AcceptInvitationRequest {
3
4
  /**
4
5
  * <p>The unique ID of the detector of the GuardDuty member account.</p>
@@ -30,9 +31,9 @@ export declare namespace AcceptInvitationResponse {
30
31
  /**
31
32
  * <p>A bad request exception object.</p>
32
33
  */
33
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
34
- name: "BadRequestException";
35
- $fault: "client";
34
+ export declare class BadRequestException extends __BaseException {
35
+ readonly name: "BadRequestException";
36
+ readonly $fault: "client";
36
37
  /**
37
38
  * <p>The error message.</p>
38
39
  */
@@ -41,13 +42,17 @@ export interface BadRequestException extends __SmithyException, $MetadataBearer
41
42
  * <p>The error type.</p>
42
43
  */
43
44
  Type?: string;
45
+ /**
46
+ * @internal
47
+ */
48
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
44
49
  }
45
50
  /**
46
51
  * <p>An internal server error exception object.</p>
47
52
  */
48
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
49
- name: "InternalServerErrorException";
50
- $fault: "server";
53
+ export declare class InternalServerErrorException extends __BaseException {
54
+ readonly name: "InternalServerErrorException";
55
+ readonly $fault: "server";
51
56
  /**
52
57
  * <p>The error message.</p>
53
58
  */
@@ -56,6 +61,10 @@ export interface InternalServerErrorException extends __SmithyException, $Metada
56
61
  * <p>The error type.</p>
57
62
  */
58
63
  Type?: string;
64
+ /**
65
+ * @internal
66
+ */
67
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
59
68
  }
60
69
  /**
61
70
  * <p>Contains information on the current access control policies for the bucket.</p>
@@ -0,0 +1,295 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
3
+ import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
4
+ import { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "./commands/CreateDetectorCommand";
5
+ import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
6
+ import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
7
+ import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
8
+ import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "./commands/CreatePublishingDestinationCommand";
9
+ import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
10
+ import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
11
+ import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
12
+ import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
13
+ import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
14
+ import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
15
+ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
16
+ import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
17
+ import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
18
+ import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
19
+ import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
20
+ import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
21
+ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
22
+ import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
23
+ import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
24
+ import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
25
+ import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
26
+ import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
27
+ import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
28
+ import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "./commands/GetFindingsStatisticsCommand";
29
+ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
30
+ import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
31
+ import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
32
+ import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "./commands/GetMemberDetectorsCommand";
33
+ import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
34
+ import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
35
+ import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
36
+ import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
37
+ import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
38
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
39
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
40
+ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
41
+ import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
42
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
43
+ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
44
+ import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "./commands/ListPublishingDestinationsCommand";
45
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
46
+ import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "./commands/ListThreatIntelSetsCommand";
47
+ import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "./commands/StartMonitoringMembersCommand";
48
+ import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "./commands/StopMonitoringMembersCommand";
49
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
50
+ import { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "./commands/UnarchiveFindingsCommand";
51
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
52
+ import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./commands/UpdateDetectorCommand";
53
+ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
54
+ import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
55
+ import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
56
+ import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
57
+ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
58
+ import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
59
+ import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
60
+ import { GuardDutyClient } from "./GuardDutyClient";
61
+
62
+ export declare class GuardDuty extends GuardDutyClient {
63
+
64
+ acceptInvitation(args: AcceptInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptInvitationCommandOutput>;
65
+ acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
66
+ acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
67
+
68
+ archiveFindings(args: ArchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ArchiveFindingsCommandOutput>;
69
+ archiveFindings(args: ArchiveFindingsCommandInput, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
70
+ archiveFindings(args: ArchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
71
+
72
+ createDetector(args: CreateDetectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorCommandOutput>;
73
+ createDetector(args: CreateDetectorCommandInput, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
74
+ createDetector(args: CreateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
75
+
76
+ createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
77
+ createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
78
+ createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
79
+
80
+ createIPSet(args: CreateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateIPSetCommandOutput>;
81
+ createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
82
+ createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
83
+
84
+ createMembers(args: CreateMembersCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembersCommandOutput>;
85
+ createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
86
+ createMembers(args: CreateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
87
+
88
+ createPublishingDestination(args: CreatePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreatePublishingDestinationCommandOutput>;
89
+ createPublishingDestination(args: CreatePublishingDestinationCommandInput, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
90
+ createPublishingDestination(args: CreatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
91
+
92
+ createSampleFindings(args: CreateSampleFindingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateSampleFindingsCommandOutput>;
93
+ createSampleFindings(args: CreateSampleFindingsCommandInput, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
94
+ createSampleFindings(args: CreateSampleFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
95
+
96
+ createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateThreatIntelSetCommandOutput>;
97
+ createThreatIntelSet(args: CreateThreatIntelSetCommandInput, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
98
+ createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
99
+
100
+ declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
101
+ declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
102
+ declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
103
+
104
+ deleteDetector(args: DeleteDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorCommandOutput>;
105
+ deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
106
+ deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
107
+
108
+ deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
109
+ deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
110
+ deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
111
+
112
+ deleteInvitations(args: DeleteInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInvitationsCommandOutput>;
113
+ deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
114
+ deleteInvitations(args: DeleteInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
115
+
116
+ deleteIPSet(args: DeleteIPSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIPSetCommandOutput>;
117
+ deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
118
+ deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
119
+
120
+ deleteMembers(args: DeleteMembersCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembersCommandOutput>;
121
+ deleteMembers(args: DeleteMembersCommandInput, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
122
+ deleteMembers(args: DeleteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
123
+
124
+ deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublishingDestinationCommandOutput>;
125
+ deletePublishingDestination(args: DeletePublishingDestinationCommandInput, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
126
+ deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
127
+
128
+ deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThreatIntelSetCommandOutput>;
129
+ deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
130
+ deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
131
+
132
+ describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
133
+ describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
134
+ describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
135
+
136
+ describePublishingDestination(args: DescribePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DescribePublishingDestinationCommandOutput>;
137
+ describePublishingDestination(args: DescribePublishingDestinationCommandInput, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
138
+ describePublishingDestination(args: DescribePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
139
+
140
+ disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
141
+ disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
142
+ disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
143
+
144
+ disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromMasterAccountCommandOutput>;
145
+ disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
146
+ disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
147
+
148
+ disassociateMembers(args: DisassociateMembersCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMembersCommandOutput>;
149
+ disassociateMembers(args: DisassociateMembersCommandInput, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
150
+ disassociateMembers(args: DisassociateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
151
+
152
+ enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationAdminAccountCommandOutput>;
153
+ enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
154
+ enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
155
+
156
+ getDetector(args: GetDetectorCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorCommandOutput>;
157
+ getDetector(args: GetDetectorCommandInput, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
158
+ getDetector(args: GetDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
159
+
160
+ getFilter(args: GetFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetFilterCommandOutput>;
161
+ getFilter(args: GetFilterCommandInput, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
162
+ getFilter(args: GetFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
163
+
164
+ getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
165
+ getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
166
+ getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
167
+
168
+ getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsStatisticsCommandOutput>;
169
+ getFindingsStatistics(args: GetFindingsStatisticsCommandInput, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
170
+ getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
171
+
172
+ getInvitationsCount(args: GetInvitationsCountCommandInput, options?: __HttpHandlerOptions): Promise<GetInvitationsCountCommandOutput>;
173
+ getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
174
+ getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
175
+
176
+ getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
177
+ getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
178
+ getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
179
+
180
+ getMasterAccount(args: GetMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetMasterAccountCommandOutput>;
181
+ getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
182
+ getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
183
+
184
+ getMemberDetectors(args: GetMemberDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberDetectorsCommandOutput>;
185
+ getMemberDetectors(args: GetMemberDetectorsCommandInput, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
186
+ getMemberDetectors(args: GetMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
187
+
188
+ getMembers(args: GetMembersCommandInput, options?: __HttpHandlerOptions): Promise<GetMembersCommandOutput>;
189
+ getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
190
+ getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
191
+
192
+ getThreatIntelSet(args: GetThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<GetThreatIntelSetCommandOutput>;
193
+ getThreatIntelSet(args: GetThreatIntelSetCommandInput, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
194
+ getThreatIntelSet(args: GetThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
195
+
196
+ getUsageStatistics(args: GetUsageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageStatisticsCommandOutput>;
197
+ getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
198
+ getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
199
+
200
+ inviteMembers(args: InviteMembersCommandInput, options?: __HttpHandlerOptions): Promise<InviteMembersCommandOutput>;
201
+ inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
202
+ inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
203
+
204
+ listDetectors(args: ListDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorsCommandOutput>;
205
+ listDetectors(args: ListDetectorsCommandInput, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
206
+ listDetectors(args: ListDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
207
+
208
+ listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
209
+ listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
210
+ listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
211
+
212
+ listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
213
+ listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
214
+ listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
215
+
216
+ listInvitations(args: ListInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvitationsCommandOutput>;
217
+ listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
218
+ listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
219
+
220
+ listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
221
+ listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
222
+ listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
223
+
224
+ listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
225
+ listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
226
+ listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
227
+
228
+ listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
229
+ listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
230
+ listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
231
+
232
+ listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPublishingDestinationsCommandOutput>;
233
+ listPublishingDestinations(args: ListPublishingDestinationsCommandInput, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
234
+ listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
235
+
236
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
237
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
238
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
239
+
240
+ listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatIntelSetsCommandOutput>;
241
+ listThreatIntelSets(args: ListThreatIntelSetsCommandInput, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
242
+ listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
243
+
244
+ startMonitoringMembers(args: StartMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StartMonitoringMembersCommandOutput>;
245
+ startMonitoringMembers(args: StartMonitoringMembersCommandInput, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
246
+ startMonitoringMembers(args: StartMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
247
+
248
+ stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StopMonitoringMembersCommandOutput>;
249
+ stopMonitoringMembers(args: StopMonitoringMembersCommandInput, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
250
+ stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
251
+
252
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
253
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
254
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
255
+
256
+ unarchiveFindings(args: UnarchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<UnarchiveFindingsCommandOutput>;
257
+ unarchiveFindings(args: UnarchiveFindingsCommandInput, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
258
+ unarchiveFindings(args: UnarchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
259
+
260
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
261
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
262
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
263
+
264
+ updateDetector(args: UpdateDetectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorCommandOutput>;
265
+ updateDetector(args: UpdateDetectorCommandInput, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
266
+ updateDetector(args: UpdateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
267
+
268
+ updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
269
+ updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
270
+ updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
271
+
272
+ updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFindingsFeedbackCommandOutput>;
273
+ updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
274
+ updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
275
+
276
+ updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
277
+ updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
278
+ updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
279
+
280
+ updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMemberDetectorsCommandOutput>;
281
+ updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
282
+ updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
283
+
284
+ updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
285
+ updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
286
+ updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
287
+
288
+ updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePublishingDestinationCommandOutput>;
289
+ updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
290
+ updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
291
+
292
+ updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThreatIntelSetCommandOutput>;
293
+ updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void): void;
294
+ updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void): void;
295
+ }
@@ -0,0 +1,131 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
10
+ import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
11
+ import { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "./commands/CreateDetectorCommand";
12
+ import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
13
+ import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
14
+ import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
15
+ import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "./commands/CreatePublishingDestinationCommand";
16
+ import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
17
+ import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
18
+ import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
19
+ import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
20
+ import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
21
+ import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
22
+ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
23
+ import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
24
+ import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
25
+ import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
26
+ import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
27
+ import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
28
+ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
29
+ import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
30
+ import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
31
+ import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
32
+ import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
33
+ import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
34
+ import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
35
+ import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "./commands/GetFindingsStatisticsCommand";
36
+ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
37
+ import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
38
+ import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
39
+ import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "./commands/GetMemberDetectorsCommand";
40
+ import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
41
+ import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
42
+ import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
43
+ import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
44
+ import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
45
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
46
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
47
+ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
48
+ import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
49
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
50
+ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
51
+ import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "./commands/ListPublishingDestinationsCommand";
52
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
53
+ import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "./commands/ListThreatIntelSetsCommand";
54
+ import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "./commands/StartMonitoringMembersCommand";
55
+ import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "./commands/StopMonitoringMembersCommand";
56
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
+ import { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "./commands/UnarchiveFindingsCommand";
58
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
59
+ import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./commands/UpdateDetectorCommand";
60
+ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
61
+ import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
62
+ import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
63
+ import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
64
+ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
65
+ import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
66
+ import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
67
+ export declare type ServiceInputTypes = AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
68
+ export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
69
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
70
+
71
+ requestHandler?: __HttpHandler;
72
+
73
+ sha256?: __HashConstructor;
74
+
75
+ urlParser?: __UrlParser;
76
+
77
+ bodyLengthChecker?: (body: any) => number | undefined;
78
+
79
+ streamCollector?: __StreamCollector;
80
+
81
+ base64Decoder?: __Decoder;
82
+
83
+ base64Encoder?: __Encoder;
84
+
85
+ utf8Decoder?: __Decoder;
86
+
87
+ utf8Encoder?: __Encoder;
88
+
89
+ runtime?: string;
90
+
91
+ disableHostPrefix?: boolean;
92
+
93
+ maxAttempts?: number | __Provider<number>;
94
+
95
+ retryMode?: string | __Provider<string>;
96
+
97
+ logger?: __Logger;
98
+
99
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
100
+
101
+ useFipsEndpoint?: boolean | __Provider<boolean>;
102
+
103
+ serviceId?: string;
104
+
105
+ region?: string | __Provider<string>;
106
+
107
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
108
+
109
+ regionInfoProvider?: RegionInfoProvider;
110
+
111
+ defaultUserAgentProvider?: Provider<__UserAgent>;
112
+
113
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
114
+ }
115
+ declare type GuardDutyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
116
+
117
+ export interface GuardDutyClientConfig extends GuardDutyClientConfigType {
118
+ }
119
+ declare type GuardDutyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
120
+
121
+ export interface GuardDutyClientResolvedConfig extends GuardDutyClientResolvedConfigType {
122
+ }
123
+
124
+ export declare class GuardDutyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GuardDutyClientResolvedConfig> {
125
+
126
+ readonly config: GuardDutyClientResolvedConfig;
127
+ constructor(configuration: GuardDutyClientConfig);
128
+
129
+ destroy(): void;
130
+ }
131
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
5
+ export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
6
+ }
7
+ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, GuardDutyClientResolvedConfig> {
11
+ readonly input: AcceptInvitationCommandInput;
12
+ constructor(input: AcceptInvitationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { ArchiveFindingsRequest, ArchiveFindingsResponse } from "../models/models_0";
5
+ export interface ArchiveFindingsCommandInput extends ArchiveFindingsRequest {
6
+ }
7
+ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ArchiveFindingsCommand extends $Command<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
11
+ readonly input: ArchiveFindingsCommandInput;
12
+ constructor(input: ArchiveFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { CreateDetectorRequest, CreateDetectorResponse } from "../models/models_0";
5
+ export interface CreateDetectorCommandInput extends CreateDetectorRequest {
6
+ }
7
+ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDetectorCommand extends $Command<CreateDetectorCommandInput, CreateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
11
+ readonly input: CreateDetectorCommandInput;
12
+ constructor(input: CreateDetectorCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDetectorCommandInput, CreateDetectorCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
5
+ export interface CreateFilterCommandInput extends CreateFilterRequest {
6
+ }
7
+ export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, GuardDutyClientResolvedConfig> {
11
+ readonly input: CreateFilterCommandInput;
12
+ constructor(input: CreateFilterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
5
+ export interface CreateIPSetCommandInput extends CreateIPSetRequest {
6
+ }
7
+ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
11
+ readonly input: CreateIPSetCommandInput;
12
+ constructor(input: CreateIPSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }