@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,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateCustomDetectionRuleAssociationRequest,
4
+ CreateCustomDetectionRuleAssociationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface CreateCustomDetectionRuleAssociationCommandInput extends CreateCustomDetectionRuleAssociationRequest {}
8
+ export interface CreateCustomDetectionRuleAssociationCommandOutput
9
+ extends CreateCustomDetectionRuleAssociationResponse, __MetadataBearer {}
10
+ declare const CreateCustomDetectionRuleAssociationCommand_base: {
11
+ new (
12
+ input: CreateCustomDetectionRuleAssociationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ CreateCustomDetectionRuleAssociationCommandInput,
15
+ CreateCustomDetectionRuleAssociationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: CreateCustomDetectionRuleAssociationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateCustomDetectionRuleAssociationCommandInput,
24
+ CreateCustomDetectionRuleAssociationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class CreateCustomDetectionRuleAssociationCommand extends CreateCustomDetectionRuleAssociationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: CreateCustomDetectionRuleAssociationRequest;
35
+ output: CreateCustomDetectionRuleAssociationResponse;
36
+ };
37
+ sdk: {
38
+ input: CreateCustomDetectionRuleAssociationCommandInput;
39
+ output: CreateCustomDetectionRuleAssociationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateCustomDetectionRuleOrgConfigurationRequest,
4
+ CreateCustomDetectionRuleOrgConfigurationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface CreateCustomDetectionRuleOrgConfigurationCommandInput extends CreateCustomDetectionRuleOrgConfigurationRequest {}
8
+ export interface CreateCustomDetectionRuleOrgConfigurationCommandOutput
9
+ extends CreateCustomDetectionRuleOrgConfigurationResponse, __MetadataBearer {}
10
+ declare const CreateCustomDetectionRuleOrgConfigurationCommand_base: {
11
+ new (
12
+ input: CreateCustomDetectionRuleOrgConfigurationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ CreateCustomDetectionRuleOrgConfigurationCommandInput,
15
+ CreateCustomDetectionRuleOrgConfigurationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: CreateCustomDetectionRuleOrgConfigurationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateCustomDetectionRuleOrgConfigurationCommandInput,
24
+ CreateCustomDetectionRuleOrgConfigurationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class CreateCustomDetectionRuleOrgConfigurationCommand extends CreateCustomDetectionRuleOrgConfigurationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: CreateCustomDetectionRuleOrgConfigurationRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: CreateCustomDetectionRuleOrgConfigurationCommandInput;
39
+ output: CreateCustomDetectionRuleOrgConfigurationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteCustomDetectionRuleAssociationRequest,
4
+ DeleteCustomDetectionRuleAssociationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface DeleteCustomDetectionRuleAssociationCommandInput extends DeleteCustomDetectionRuleAssociationRequest {}
8
+ export interface DeleteCustomDetectionRuleAssociationCommandOutput
9
+ extends DeleteCustomDetectionRuleAssociationResponse, __MetadataBearer {}
10
+ declare const DeleteCustomDetectionRuleAssociationCommand_base: {
11
+ new (
12
+ input: DeleteCustomDetectionRuleAssociationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteCustomDetectionRuleAssociationCommandInput,
15
+ DeleteCustomDetectionRuleAssociationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteCustomDetectionRuleAssociationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteCustomDetectionRuleAssociationCommandInput,
24
+ DeleteCustomDetectionRuleAssociationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteCustomDetectionRuleAssociationCommand extends DeleteCustomDetectionRuleAssociationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteCustomDetectionRuleAssociationRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: DeleteCustomDetectionRuleAssociationCommandInput;
39
+ output: DeleteCustomDetectionRuleAssociationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteCustomDetectionRuleOrgConfigurationRequest,
4
+ DeleteCustomDetectionRuleOrgConfigurationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface DeleteCustomDetectionRuleOrgConfigurationCommandInput extends DeleteCustomDetectionRuleOrgConfigurationRequest {}
8
+ export interface DeleteCustomDetectionRuleOrgConfigurationCommandOutput
9
+ extends DeleteCustomDetectionRuleOrgConfigurationResponse, __MetadataBearer {}
10
+ declare const DeleteCustomDetectionRuleOrgConfigurationCommand_base: {
11
+ new (
12
+ input: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteCustomDetectionRuleOrgConfigurationCommandInput,
15
+ DeleteCustomDetectionRuleOrgConfigurationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteCustomDetectionRuleOrgConfigurationCommandInput,
24
+ DeleteCustomDetectionRuleOrgConfigurationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteCustomDetectionRuleOrgConfigurationCommand extends DeleteCustomDetectionRuleOrgConfigurationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteCustomDetectionRuleOrgConfigurationRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: DeleteCustomDetectionRuleOrgConfigurationCommandInput;
39
+ output: DeleteCustomDetectionRuleOrgConfigurationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ GetCustomDetectionRuleAssociationRequest,
4
+ GetCustomDetectionRuleAssociationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface GetCustomDetectionRuleAssociationCommandInput extends GetCustomDetectionRuleAssociationRequest {}
8
+ export interface GetCustomDetectionRuleAssociationCommandOutput
9
+ extends GetCustomDetectionRuleAssociationResponse, __MetadataBearer {}
10
+ declare const GetCustomDetectionRuleAssociationCommand_base: {
11
+ new (
12
+ input: GetCustomDetectionRuleAssociationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ GetCustomDetectionRuleAssociationCommandInput,
15
+ GetCustomDetectionRuleAssociationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: GetCustomDetectionRuleAssociationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ GetCustomDetectionRuleAssociationCommandInput,
24
+ GetCustomDetectionRuleAssociationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class GetCustomDetectionRuleAssociationCommand extends GetCustomDetectionRuleAssociationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: GetCustomDetectionRuleAssociationRequest;
35
+ output: GetCustomDetectionRuleAssociationResponse;
36
+ };
37
+ sdk: {
38
+ input: GetCustomDetectionRuleAssociationCommandInput;
39
+ output: GetCustomDetectionRuleAssociationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { GetCustomDetectionRuleRequest, GetCustomDetectionRuleResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface GetCustomDetectionRuleCommandInput extends GetCustomDetectionRuleRequest {}
5
+ export interface GetCustomDetectionRuleCommandOutput
6
+ extends GetCustomDetectionRuleResponse, __MetadataBearer {}
7
+ declare const GetCustomDetectionRuleCommand_base: {
8
+ new (
9
+ input: GetCustomDetectionRuleCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ GetCustomDetectionRuleCommandInput,
12
+ GetCustomDetectionRuleCommandOutput,
13
+ import("..").GuardDutyClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: GetCustomDetectionRuleCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ GetCustomDetectionRuleCommandInput,
21
+ GetCustomDetectionRuleCommandOutput,
22
+ import("..").GuardDutyClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class GetCustomDetectionRuleCommand extends GetCustomDetectionRuleCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: GetCustomDetectionRuleRequest;
32
+ output: GetCustomDetectionRuleResponse;
33
+ };
34
+ sdk: {
35
+ input: GetCustomDetectionRuleCommandInput;
36
+ output: GetCustomDetectionRuleCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ GetCustomDetectionRuleOrgConfigurationRequest,
4
+ GetCustomDetectionRuleOrgConfigurationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface GetCustomDetectionRuleOrgConfigurationCommandInput extends GetCustomDetectionRuleOrgConfigurationRequest {}
8
+ export interface GetCustomDetectionRuleOrgConfigurationCommandOutput
9
+ extends GetCustomDetectionRuleOrgConfigurationResponse, __MetadataBearer {}
10
+ declare const GetCustomDetectionRuleOrgConfigurationCommand_base: {
11
+ new (
12
+ input: GetCustomDetectionRuleOrgConfigurationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ GetCustomDetectionRuleOrgConfigurationCommandInput,
15
+ GetCustomDetectionRuleOrgConfigurationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: GetCustomDetectionRuleOrgConfigurationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ GetCustomDetectionRuleOrgConfigurationCommandInput,
24
+ GetCustomDetectionRuleOrgConfigurationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class GetCustomDetectionRuleOrgConfigurationCommand extends GetCustomDetectionRuleOrgConfigurationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: GetCustomDetectionRuleOrgConfigurationRequest;
35
+ output: GetCustomDetectionRuleOrgConfigurationResponse;
36
+ };
37
+ sdk: {
38
+ input: GetCustomDetectionRuleOrgConfigurationCommandInput;
39
+ output: GetCustomDetectionRuleOrgConfigurationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetFilterRequest, GetFilterResponse } from "../models/models_0";
2
+ import { GetFilterRequest, GetFilterResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetFilterCommandInput extends GetFilterRequest {}
5
5
  export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
2
+ import { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetFindingsCommandInput extends GetFindingsRequest {}
5
5
  export interface GetFindingsCommandOutput extends GetFindingsResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0";
2
+ import { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetFindingsStatisticsCommandInput extends GetFindingsStatisticsRequest {}
5
5
  export interface GetFindingsStatisticsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
2
+ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetIPSetCommandInput extends GetIPSetRequest {}
5
5
  export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_0";
2
+ import { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetInvestigationCommandInput extends GetInvestigationRequest {}
5
5
  export interface GetInvestigationCommandOutput extends GetInvestigationResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0";
2
+ import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequest {}
5
5
  export interface GetInvitationsCountCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetMalwareProtectionPlanRequest,
4
4
  GetMalwareProtectionPlanResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface GetMalwareProtectionPlanCommandInput extends GetMalwareProtectionPlanRequest {}
8
8
  export interface GetMalwareProtectionPlanCommandOutput
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetMalwareScanRequest } from "../models/models_0";
3
- import { GetMalwareScanResponse } from "../models/models_1";
2
+ import { GetMalwareScanRequest, GetMalwareScanResponse } from "../models/models_1";
4
3
  export { __MetadataBearer };
5
4
  export interface GetMalwareScanCommandInput extends GetMalwareScanRequest {}
6
5
  export interface GetMalwareScanCommandOutput extends GetMalwareScanResponse, __MetadataBearer {}
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ListCustomDetectionRuleAssociationsRequest,
4
+ ListCustomDetectionRuleAssociationsResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface ListCustomDetectionRuleAssociationsCommandInput extends ListCustomDetectionRuleAssociationsRequest {}
8
+ export interface ListCustomDetectionRuleAssociationsCommandOutput
9
+ extends ListCustomDetectionRuleAssociationsResponse, __MetadataBearer {}
10
+ declare const ListCustomDetectionRuleAssociationsCommand_base: {
11
+ new (
12
+ input: ListCustomDetectionRuleAssociationsCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ListCustomDetectionRuleAssociationsCommandInput,
15
+ ListCustomDetectionRuleAssociationsCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [ListCustomDetectionRuleAssociationsCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListCustomDetectionRuleAssociationsCommandInput,
24
+ ListCustomDetectionRuleAssociationsCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ListCustomDetectionRuleAssociationsCommand extends ListCustomDetectionRuleAssociationsCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ListCustomDetectionRuleAssociationsRequest;
35
+ output: ListCustomDetectionRuleAssociationsResponse;
36
+ };
37
+ sdk: {
38
+ input: ListCustomDetectionRuleAssociationsCommandInput;
39
+ output: ListCustomDetectionRuleAssociationsCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ListCustomDetectionRuleOrgConfigurationsRequest,
4
+ ListCustomDetectionRuleOrgConfigurationsResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface ListCustomDetectionRuleOrgConfigurationsCommandInput extends ListCustomDetectionRuleOrgConfigurationsRequest {}
8
+ export interface ListCustomDetectionRuleOrgConfigurationsCommandOutput
9
+ extends ListCustomDetectionRuleOrgConfigurationsResponse, __MetadataBearer {}
10
+ declare const ListCustomDetectionRuleOrgConfigurationsCommand_base: {
11
+ new (
12
+ input: ListCustomDetectionRuleOrgConfigurationsCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ListCustomDetectionRuleOrgConfigurationsCommandInput,
15
+ ListCustomDetectionRuleOrgConfigurationsCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [ListCustomDetectionRuleOrgConfigurationsCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListCustomDetectionRuleOrgConfigurationsCommandInput,
24
+ ListCustomDetectionRuleOrgConfigurationsCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ListCustomDetectionRuleOrgConfigurationsCommand extends ListCustomDetectionRuleOrgConfigurationsCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ListCustomDetectionRuleOrgConfigurationsRequest;
35
+ output: ListCustomDetectionRuleOrgConfigurationsResponse;
36
+ };
37
+ sdk: {
38
+ input: ListCustomDetectionRuleOrgConfigurationsCommandInput;
39
+ output: ListCustomDetectionRuleOrgConfigurationsCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ListCustomDetectionRulesRequest,
4
+ ListCustomDetectionRulesResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface ListCustomDetectionRulesCommandInput extends ListCustomDetectionRulesRequest {}
8
+ export interface ListCustomDetectionRulesCommandOutput
9
+ extends ListCustomDetectionRulesResponse, __MetadataBearer {}
10
+ declare const ListCustomDetectionRulesCommand_base: {
11
+ new (
12
+ input: ListCustomDetectionRulesCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ListCustomDetectionRulesCommandInput,
15
+ ListCustomDetectionRulesCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [ListCustomDetectionRulesCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListCustomDetectionRulesCommandInput,
24
+ ListCustomDetectionRulesCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ListCustomDetectionRulesCommand extends ListCustomDetectionRulesCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ListCustomDetectionRulesRequest;
35
+ output: ListCustomDetectionRulesResponse;
36
+ };
37
+ sdk: {
38
+ input: ListCustomDetectionRulesCommandInput;
39
+ output: ListCustomDetectionRulesCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ UpdateCustomDetectionRuleAssociationRequest,
4
+ UpdateCustomDetectionRuleAssociationResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface UpdateCustomDetectionRuleAssociationCommandInput extends UpdateCustomDetectionRuleAssociationRequest {}
8
+ export interface UpdateCustomDetectionRuleAssociationCommandOutput
9
+ extends UpdateCustomDetectionRuleAssociationResponse, __MetadataBearer {}
10
+ declare const UpdateCustomDetectionRuleAssociationCommand_base: {
11
+ new (
12
+ input: UpdateCustomDetectionRuleAssociationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ UpdateCustomDetectionRuleAssociationCommandInput,
15
+ UpdateCustomDetectionRuleAssociationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: UpdateCustomDetectionRuleAssociationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ UpdateCustomDetectionRuleAssociationCommandInput,
24
+ UpdateCustomDetectionRuleAssociationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class UpdateCustomDetectionRuleAssociationCommand extends UpdateCustomDetectionRuleAssociationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: UpdateCustomDetectionRuleAssociationRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: UpdateCustomDetectionRuleAssociationCommandInput;
39
+ output: UpdateCustomDetectionRuleAssociationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ UpdateCustomDetectionRuleOrgConfigurationRequest,
4
+ UpdateCustomDetectionRuleOrgConfigurationResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface UpdateCustomDetectionRuleOrgConfigurationCommandInput extends UpdateCustomDetectionRuleOrgConfigurationRequest {}
8
+ export interface UpdateCustomDetectionRuleOrgConfigurationCommandOutput
9
+ extends UpdateCustomDetectionRuleOrgConfigurationResponse, __MetadataBearer {}
10
+ declare const UpdateCustomDetectionRuleOrgConfigurationCommand_base: {
11
+ new (
12
+ input: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ UpdateCustomDetectionRuleOrgConfigurationCommandInput,
15
+ UpdateCustomDetectionRuleOrgConfigurationCommandOutput,
16
+ import("..").GuardDutyClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ UpdateCustomDetectionRuleOrgConfigurationCommandInput,
24
+ UpdateCustomDetectionRuleOrgConfigurationCommandOutput,
25
+ import("..").GuardDutyClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class UpdateCustomDetectionRuleOrgConfigurationCommand extends UpdateCustomDetectionRuleOrgConfigurationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: UpdateCustomDetectionRuleOrgConfigurationRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: UpdateCustomDetectionRuleOrgConfigurationCommandInput;
39
+ output: UpdateCustomDetectionRuleOrgConfigurationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,6 +1,8 @@
1
1
  export * from "./AcceptAdministratorInvitationCommand";
2
2
  export * from "./AcceptInvitationCommand";
3
3
  export * from "./ArchiveFindingsCommand";
4
+ export * from "./CreateCustomDetectionRuleAssociationCommand";
5
+ export * from "./CreateCustomDetectionRuleOrgConfigurationCommand";
4
6
  export * from "./CreateDetectorCommand";
5
7
  export * from "./CreateFilterCommand";
6
8
  export * from "./CreateIPSetCommand";
@@ -13,6 +15,8 @@ export * from "./CreateThreatEntitySetCommand";
13
15
  export * from "./CreateThreatIntelSetCommand";
14
16
  export * from "./CreateTrustedEntitySetCommand";
15
17
  export * from "./DeclineInvitationsCommand";
18
+ export * from "./DeleteCustomDetectionRuleAssociationCommand";
19
+ export * from "./DeleteCustomDetectionRuleOrgConfigurationCommand";
16
20
  export * from "./DeleteDetectorCommand";
17
21
  export * from "./DeleteFilterCommand";
18
22
  export * from "./DeleteIPSetCommand";
@@ -33,6 +37,9 @@ export * from "./DisassociateMembersCommand";
33
37
  export * from "./EnableOrganizationAdminAccountCommand";
34
38
  export * from "./GetAdministratorAccountCommand";
35
39
  export * from "./GetCoverageStatisticsCommand";
40
+ export * from "./GetCustomDetectionRuleAssociationCommand";
41
+ export * from "./GetCustomDetectionRuleCommand";
42
+ export * from "./GetCustomDetectionRuleOrgConfigurationCommand";
36
43
  export * from "./GetDetectorCommand";
37
44
  export * from "./GetFilterCommand";
38
45
  export * from "./GetFindingsCommand";
@@ -54,6 +61,9 @@ export * from "./GetTrustedEntitySetCommand";
54
61
  export * from "./GetUsageStatisticsCommand";
55
62
  export * from "./InviteMembersCommand";
56
63
  export * from "./ListCoverageCommand";
64
+ export * from "./ListCustomDetectionRuleAssociationsCommand";
65
+ export * from "./ListCustomDetectionRuleOrgConfigurationsCommand";
66
+ export * from "./ListCustomDetectionRulesCommand";
57
67
  export * from "./ListDetectorsCommand";
58
68
  export * from "./ListFiltersCommand";
59
69
  export * from "./ListFindingsCommand";
@@ -76,6 +86,8 @@ export * from "./StopMonitoringMembersCommand";
76
86
  export * from "./TagResourceCommand";
77
87
  export * from "./UnarchiveFindingsCommand";
78
88
  export * from "./UntagResourceCommand";
89
+ export * from "./UpdateCustomDetectionRuleAssociationCommand";
90
+ export * from "./UpdateCustomDetectionRuleOrgConfigurationCommand";
79
91
  export * from "./UpdateDetectorCommand";
80
92
  export * from "./UpdateFilterCommand";
81
93
  export * from "./UpdateFindingsFeedbackCommand";