@aws-sdk/client-guardduty 3.295.0 → 3.297.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 (83) hide show
  1. package/dist-types/GuardDuty.d.ts +66 -0
  2. package/dist-types/GuardDutyClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  5. package/dist-types/commands/ArchiveFindingsCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDetectorCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateIPSetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +16 -0
  13. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteIPSetCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
  19. package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +16 -0
  24. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  26. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  27. package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
  28. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  29. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  30. package/dist-types/commands/GetDetectorCommand.d.ts +16 -0
  31. package/dist-types/commands/GetFilterCommand.d.ts +16 -0
  32. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  33. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +16 -0
  34. package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
  35. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  36. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +16 -0
  37. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  38. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetMembersCommand.d.ts +16 -0
  40. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +16 -0
  41. package/dist-types/commands/GetThreatIntelSetCommand.d.ts +16 -0
  42. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -0
  43. package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
  44. package/dist-types/commands/ListDetectorsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
  46. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListIPSetsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  50. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +16 -0
  54. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +16 -0
  55. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +16 -0
  56. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/UnarchiveFindingsCommand.d.ts +16 -0
  58. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateDetectorCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateFilterCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateIPSetCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +16 -0
  68. package/dist-types/models/GuardDutyServiceException.d.ts +2 -0
  69. package/dist-types/models/models_0.d.ts +618 -2
  70. package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeOrganizationConfigurationPaginator.d.ts +3 -0
  72. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/Interfaces.d.ts +3 -0
  74. package/dist-types/pagination/ListDetectorsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListIPSetsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +3 -0
  83. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { StopMonitoringMembersRequest, StopMonitoringMembersResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopMonitoringMembersCommand}.
8
10
  */
9
11
  export interface StopMonitoringMembersCommandInput extends StopMonitoringMembersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopMonitoringMembersCommand}.
13
17
  */
14
18
  export interface StopMonitoringMembersCommandOutput extends StopMonitoringMembersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops GuardDuty monitoring for the specified member accounts. Use the
18
23
  * <code>StartMonitoringMembers</code> operation to restart monitoring for those
19
24
  * accounts.</p>
@@ -27,6 +32,8 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StopMonitoringMembersCommandInput - {@link StopMonitoringMembersCommandInput}
36
+ * @returns {@link StopMonitoringMembersCommandOutput}
30
37
  * @see {@link StopMonitoringMembersCommandInput} for command's `input` shape.
31
38
  * @see {@link StopMonitoringMembersCommandOutput} for command's `response` shape.
32
39
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -42,11 +49,20 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember
42
49
  export declare class StopMonitoringMembersCommand extends $Command<StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig> {
43
50
  readonly input: StopMonitoringMembersCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: StopMonitoringMembersCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds tags to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
40
47
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: TagResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: TagResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UnarchiveFindingsRequest, UnarchiveFindingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UnarchiveFindingsCommand}.
8
10
  */
9
11
  export interface UnarchiveFindingsCommandInput extends UnarchiveFindingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UnarchiveFindingsCommand}.
13
17
  */
14
18
  export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Unarchives GuardDuty findings specified by the <code>findingIds</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UnarchiveFindingsCommandInput - {@link UnarchiveFindingsCommandInput}
34
+ * @returns {@link UnarchiveFindingsCommandOutput}
28
35
  * @see {@link UnarchiveFindingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UnarchiveFindingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsRespons
40
47
  export declare class UnarchiveFindingsCommand extends $Command<UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: UnarchiveFindingsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UnarchiveFindingsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
40
47
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: UntagResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UntagResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDetectorCommand}.
8
10
  */
9
11
  export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDetectorCommand}.
13
17
  */
14
18
  export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the Amazon GuardDuty detector specified by the detectorId.</p>
18
23
  * <p>There might be regional differences because some data sources might not be
19
24
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
@@ -28,6 +33,8 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateDetectorCommandInput - {@link UpdateDetectorCommandInput}
37
+ * @returns {@link UpdateDetectorCommandOutput}
31
38
  * @see {@link UpdateDetectorCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateDetectorCommandOutput} for command's `response` shape.
33
40
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M
43
50
  export declare class UpdateDetectorCommand extends $Command<UpdateDetectorCommandInput, UpdateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
44
51
  readonly input: UpdateDetectorCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateDetectorCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorCommandInput, UpdateDetectorCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFilterCommand}.
8
10
  */
9
11
  export interface UpdateFilterCommandInput extends UpdateFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFilterCommand}.
13
17
  */
14
18
  export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the filter specified by the filter name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFilterCommandInput - {@link UpdateFilterCommandInput}
34
+ * @returns {@link UpdateFilterCommandOutput}
28
35
  * @see {@link UpdateFilterCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFilterCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
40
47
  export declare class UpdateFilterCommand extends $Command<UpdateFilterCommandInput, UpdateFilterCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: UpdateFilterCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateFilterCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFilterCommandInput, UpdateFilterCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFindingsFeedbackCommand}.
8
10
  */
9
11
  export interface UpdateFindingsFeedbackCommandInput extends UpdateFindingsFeedbackRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFindingsFeedbackCommand}.
13
17
  */
14
18
  export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedbackResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Marks the specified GuardDuty findings as useful or not useful.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedb
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFindingsFeedbackCommandInput - {@link UpdateFindingsFeedbackCommandInput}
34
+ * @returns {@link UpdateFindingsFeedbackCommandOutput}
28
35
  * @see {@link UpdateFindingsFeedbackCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFindingsFeedbackCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedb
40
47
  export declare class UpdateFindingsFeedbackCommand extends $Command<UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: UpdateFindingsFeedbackCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateFindingsFeedbackCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIPSetCommand}.
8
10
  */
9
11
  export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIPSetCommand}.
13
17
  */
14
18
  export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the IPSet specified by the IPSet ID.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateIPSetCommandInput - {@link UpdateIPSetCommandInput}
34
+ * @returns {@link UpdateIPSetCommandOutput}
28
35
  * @see {@link UpdateIPSetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
40
47
  export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: UpdateIPSetCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateIPSetCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMalwareScanSettingsCommand}.
8
10
  */
9
11
  export interface UpdateMalwareScanSettingsCommandInput extends UpdateMalwareScanSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMalwareScanSettingsCommand}.
13
17
  */
14
18
  export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareScanSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the malware scan settings.</p>
18
23
  * <p>There might be regional differences because some data sources might not be
19
24
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
@@ -28,6 +33,8 @@ export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareSca
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateMalwareScanSettingsCommandInput - {@link UpdateMalwareScanSettingsCommandInput}
37
+ * @returns {@link UpdateMalwareScanSettingsCommandOutput}
31
38
  * @see {@link UpdateMalwareScanSettingsCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateMalwareScanSettingsCommandOutput} for command's `response` shape.
33
40
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareSca
43
50
  export declare class UpdateMalwareScanSettingsCommand extends $Command<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
44
51
  readonly input: UpdateMalwareScanSettingsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateMalwareScanSettingsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMemberDetectorsCommand}.
8
10
  */
9
11
  export interface UpdateMemberDetectorsCommandInput extends UpdateMemberDetectorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMemberDetectorsCommand}.
13
17
  */
14
18
  export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetectorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Contains information on member accounts to be updated.</p>
18
23
  * <p>There might be regional differences because some data sources might not be
19
24
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
@@ -28,6 +33,8 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateMemberDetectorsCommandInput - {@link UpdateMemberDetectorsCommandInput}
37
+ * @returns {@link UpdateMemberDetectorsCommandOutput}
31
38
  * @see {@link UpdateMemberDetectorsCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateMemberDetectorsCommandOutput} for command's `response` shape.
33
40
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector
43
50
  export declare class UpdateMemberDetectorsCommand extends $Command<UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
44
51
  readonly input: UpdateMemberDetectorsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateMemberDetectorsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateOrganizationConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateOrganizationConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the delegated administrator account with the values provided.</p>
18
23
  * <p>There might be regional differences because some data sources might not be
19
24
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
@@ -28,6 +33,8 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateOrganizationConfigurationCommandInput - {@link UpdateOrganizationConfigurationCommandInput}
37
+ * @returns {@link UpdateOrganizationConfigurationCommandOutput}
31
38
  * @see {@link UpdateOrganizationConfigurationCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
33
40
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
43
50
  export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
44
51
  readonly input: UpdateOrganizationConfigurationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateOrganizationConfigurationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdatePublishingDestinationRequest, UpdatePublishingDestinationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePublishingDestinationCommand}.
8
10
  */
9
11
  export interface UpdatePublishingDestinationCommandInput extends UpdatePublishingDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePublishingDestinationCommand}.
13
17
  */
14
18
  export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishingDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates information about the publishing destination specified by the
18
23
  * <code>destinationId</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishi
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdatePublishingDestinationCommandInput - {@link UpdatePublishingDestinationCommandInput}
35
+ * @returns {@link UpdatePublishingDestinationCommandOutput}
29
36
  * @see {@link UpdatePublishingDestinationCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdatePublishingDestinationCommandOutput} for command's `response` shape.
31
38
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -41,11 +48,20 @@ export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishi
41
48
  export declare class UpdatePublishingDestinationCommand extends $Command<UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
42
49
  readonly input: UpdatePublishingDestinationCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: UpdatePublishingDestinationCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
5
  import { UpdateThreatIntelSetRequest, UpdateThreatIntelSetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateThreatIntelSetCommand}.
8
10
  */
9
11
  export interface UpdateThreatIntelSetCommandInput extends UpdateThreatIntelSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateThreatIntelSetCommand}.
13
17
  */
14
18
  export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateThreatIntelSetCommandInput - {@link UpdateThreatIntelSetCommandInput}
34
+ * @returns {@link UpdateThreatIntelSetCommandOutput}
28
35
  * @see {@link UpdateThreatIntelSetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateThreatIntelSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetR
40
47
  export declare class UpdateThreatIntelSetCommand extends $Command<UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
41
48
  readonly input: UpdateThreatIntelSetCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateThreatIntelSetCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }