@aws-sdk/client-guardduty 3.322.0 → 3.326.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 (69) hide show
  1. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +4 -0
  2. package/dist-types/commands/AcceptInvitationCommand.d.ts +4 -0
  3. package/dist-types/commands/ArchiveFindingsCommand.d.ts +4 -0
  4. package/dist-types/commands/CreateDetectorCommand.d.ts +17 -0
  5. package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateIPSetCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateMembersCommand.d.ts +11 -0
  8. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +6 -0
  11. package/dist-types/commands/DeclineInvitationsCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteDetectorCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteFilterCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteIPSetCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteInvitationsCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteMembersCommand.d.ts +11 -0
  17. package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +42 -0
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +38 -0
  21. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +13 -0
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -0
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +4 -0
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +4 -0
  25. package/dist-types/commands/DisassociateMembersCommand.d.ts +11 -0
  26. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -0
  27. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +11 -0
  28. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +13 -0
  29. package/dist-types/commands/GetDetectorCommand.d.ts +55 -0
  30. package/dist-types/commands/GetFilterCommand.d.ts +38 -0
  31. package/dist-types/commands/GetFindingsCommand.d.ts +673 -0
  32. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +10 -0
  33. package/dist-types/commands/GetIPSetCommand.d.ts +12 -0
  34. package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
  35. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +28 -0
  36. package/dist-types/commands/GetMasterAccountCommand.d.ts +11 -0
  37. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +58 -0
  38. package/dist-types/commands/GetMembersCommand.d.ts +23 -0
  39. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +44 -0
  40. package/dist-types/commands/GetThreatIntelSetCommand.d.ts +12 -0
  41. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +53 -0
  42. package/dist-types/commands/InviteMembersCommand.d.ts +11 -0
  43. package/dist-types/commands/ListCoverageCommand.d.ts +28 -0
  44. package/dist-types/commands/ListDetectorsCommand.d.ts +9 -0
  45. package/dist-types/commands/ListFiltersCommand.d.ts +9 -0
  46. package/dist-types/commands/ListFindingsCommand.d.ts +9 -0
  47. package/dist-types/commands/ListIPSetsCommand.d.ts +9 -0
  48. package/dist-types/commands/ListInvitationsCommand.d.ts +14 -0
  49. package/dist-types/commands/ListMembersCommand.d.ts +18 -0
  50. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -0
  51. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +13 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  53. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +9 -0
  54. package/dist-types/commands/StartMalwareScanCommand.d.ts +6 -0
  55. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +11 -0
  56. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +11 -0
  57. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  58. package/dist-types/commands/UnarchiveFindingsCommand.d.ts +4 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  60. package/dist-types/commands/UpdateDetectorCommand.d.ts +4 -0
  61. package/dist-types/commands/UpdateFilterCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateIPSetCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +4 -0
  65. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +11 -0
  66. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
  67. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +4 -0
  68. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +4 -0
  69. package/package.json +16 -16
@@ -34,6 +34,8 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
34
34
  * };
35
35
  * const command = new AcceptAdministratorInvitationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param AcceptAdministratorInvitationCommandInput - {@link AcceptAdministratorInvitationCommandInput}
@@ -48,6 +50,8 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
48
50
  * @throws {@link InternalServerErrorException} (server fault)
49
51
  * <p>An internal server error exception object.</p>
50
52
  *
53
+ * @throws {@link GuardDutyServiceException}
54
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
51
55
  *
52
56
  */
53
57
  export declare class AcceptAdministratorInvitationCommand extends $Command<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput, GuardDutyClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
35
35
  * };
36
36
  * const command = new AcceptInvitationCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param AcceptInvitationCommandInput - {@link AcceptInvitationCommandInput}
@@ -49,6 +51,8 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
49
51
  * @throws {@link InternalServerErrorException} (server fault)
50
52
  * <p>An internal server error exception object.</p>
51
53
  *
54
+ * @throws {@link GuardDutyServiceException}
55
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
52
56
  *
53
57
  */
54
58
  export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, GuardDutyClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _
38
38
  * };
39
39
  * const command = new ArchiveFindingsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param ArchiveFindingsCommandInput - {@link ArchiveFindingsCommandInput}
@@ -52,6 +54,8 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _
52
54
  * @throws {@link InternalServerErrorException} (server fault)
53
55
  * <p>An internal server error exception object.</p>
54
56
  *
57
+ * @throws {@link GuardDutyServiceException}
58
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
55
59
  *
56
60
  */
57
61
  export declare class ArchiveFindingsCommand extends $Command<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
@@ -69,6 +69,21 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M
69
69
  * };
70
70
  * const command = new CreateDetectorCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // { // CreateDetectorResponse
73
+ * // DetectorId: "STRING_VALUE",
74
+ * // UnprocessedDataSources: { // UnprocessedDataSourcesResult
75
+ * // MalwareProtection: { // MalwareProtectionConfigurationResult
76
+ * // ScanEc2InstanceWithFindings: { // ScanEc2InstanceWithFindingsResult
77
+ * // EbsVolumes: { // EbsVolumesResult
78
+ * // Status: "ENABLED" || "DISABLED",
79
+ * // Reason: "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // ServiceRole: "STRING_VALUE",
83
+ * // },
84
+ * // },
85
+ * // };
86
+ *
72
87
  * ```
73
88
  *
74
89
  * @param CreateDetectorCommandInput - {@link CreateDetectorCommandInput}
@@ -83,6 +98,8 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M
83
98
  * @throws {@link InternalServerErrorException} (server fault)
84
99
  * <p>An internal server error exception object.</p>
85
100
  *
101
+ * @throws {@link GuardDutyServiceException}
102
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
86
103
  *
87
104
  */
88
105
  export declare class CreateDetectorCommand extends $Command<CreateDetectorCommandInput, CreateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
@@ -66,6 +66,10 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
66
66
  * };
67
67
  * const command = new CreateFilterCommand(input);
68
68
  * const response = await client.send(command);
69
+ * // { // CreateFilterResponse
70
+ * // Name: "STRING_VALUE", // required
71
+ * // };
72
+ *
69
73
  * ```
70
74
  *
71
75
  * @param CreateFilterCommandInput - {@link CreateFilterCommandInput}
@@ -80,6 +84,8 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
80
84
  * @throws {@link InternalServerErrorException} (server fault)
81
85
  * <p>An internal server error exception object.</p>
82
86
  *
87
+ * @throws {@link GuardDutyServiceException}
88
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
83
89
  *
84
90
  */
85
91
  export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, GuardDutyClientResolvedConfig> {
@@ -42,6 +42,10 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
42
42
  * };
43
43
  * const command = new CreateIPSetCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateIPSetResponse
46
+ * // IpSetId: "STRING_VALUE", // required
47
+ * // };
48
+ *
45
49
  * ```
46
50
  *
47
51
  * @param CreateIPSetCommandInput - {@link CreateIPSetCommandInput}
@@ -56,6 +60,8 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
56
60
  * @throws {@link InternalServerErrorException} (server fault)
57
61
  * <p>An internal server error exception object.</p>
58
62
  *
63
+ * @throws {@link GuardDutyServiceException}
64
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
59
65
  *
60
66
  */
61
67
  export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
@@ -45,6 +45,15 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
45
45
  * };
46
46
  * const command = new CreateMembersCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // CreateMembersResponse
49
+ * // UnprocessedAccounts: [ // UnprocessedAccounts // required
50
+ * // { // UnprocessedAccount
51
+ * // AccountId: "STRING_VALUE", // required
52
+ * // Result: "STRING_VALUE", // required
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
48
57
  * ```
49
58
  *
50
59
  * @param CreateMembersCommandInput - {@link CreateMembersCommandInput}
@@ -59,6 +68,8 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
59
68
  * @throws {@link InternalServerErrorException} (server fault)
60
69
  * <p>An internal server error exception object.</p>
61
70
  *
71
+ * @throws {@link GuardDutyServiceException}
72
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
62
73
  *
63
74
  */
64
75
  export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, GuardDutyClientResolvedConfig> {
@@ -38,6 +38,10 @@ export interface CreatePublishingDestinationCommandOutput extends CreatePublishi
38
38
  * };
39
39
  * const command = new CreatePublishingDestinationCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // CreatePublishingDestinationResponse
42
+ * // DestinationId: "STRING_VALUE", // required
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param CreatePublishingDestinationCommandInput - {@link CreatePublishingDestinationCommandInput}
@@ -52,6 +56,8 @@ export interface CreatePublishingDestinationCommandOutput extends CreatePublishi
52
56
  * @throws {@link InternalServerErrorException} (server fault)
53
57
  * <p>An internal server error exception object.</p>
54
58
  *
59
+ * @throws {@link GuardDutyServiceException}
60
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
55
61
  *
56
62
  */
57
63
  export declare class CreatePublishingDestinationCommand extends $Command<CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
36
36
  * };
37
37
  * const command = new CreateSampleFindingsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param CreateSampleFindingsCommandInput - {@link CreateSampleFindingsCommandInput}
@@ -50,6 +52,8 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
50
52
  * @throws {@link InternalServerErrorException} (server fault)
51
53
  * <p>An internal server error exception object.</p>
52
54
  *
55
+ * @throws {@link GuardDutyServiceException}
56
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
53
57
  *
54
58
  */
55
59
  export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, GuardDutyClientResolvedConfig> {
@@ -41,6 +41,10 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR
41
41
  * };
42
42
  * const command = new CreateThreatIntelSetCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // CreateThreatIntelSetResponse
45
+ * // ThreatIntelSetId: "STRING_VALUE", // required
46
+ * // };
47
+ *
44
48
  * ```
45
49
  *
46
50
  * @param CreateThreatIntelSetCommandInput - {@link CreateThreatIntelSetCommandInput}
@@ -55,6 +59,8 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR
55
59
  * @throws {@link InternalServerErrorException} (server fault)
56
60
  * <p>An internal server error exception object.</p>
57
61
  *
62
+ * @throws {@link GuardDutyServiceException}
63
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
58
64
  *
59
65
  */
60
66
  export declare class CreateThreatIntelSetCommand extends $Command<CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
34
34
  * };
35
35
  * const command = new DeclineInvitationsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeclineInvitationsResponse
38
+ * // UnprocessedAccounts: [ // UnprocessedAccounts // required
39
+ * // { // UnprocessedAccount
40
+ * // AccountId: "STRING_VALUE", // required
41
+ * // Result: "STRING_VALUE", // required
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param DeclineInvitationsCommandInput - {@link DeclineInvitationsCommandInput}
@@ -48,6 +57,8 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
48
57
  * @throws {@link InternalServerErrorException} (server fault)
49
58
  * <p>An internal server error exception object.</p>
50
59
  *
60
+ * @throws {@link GuardDutyServiceException}
61
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
51
62
  *
52
63
  */
53
64
  export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __M
31
31
  * };
32
32
  * const command = new DeleteDetectorCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDetectorCommandInput - {@link DeleteDetectorCommandInput}
@@ -45,6 +47,8 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __M
45
47
  * @throws {@link InternalServerErrorException} (server fault)
46
48
  * <p>An internal server error exception object.</p>
47
49
  *
50
+ * @throws {@link GuardDutyServiceException}
51
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
48
52
  *
49
53
  */
50
54
  export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, GuardDutyClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
32
32
  * };
33
33
  * const command = new DeleteFilterCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteFilterCommandInput - {@link DeleteFilterCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
46
48
  * @throws {@link InternalServerErrorException} (server fault)
47
49
  * <p>An internal server error exception object.</p>
48
50
  *
51
+ * @throws {@link GuardDutyServiceException}
52
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, GuardDutyClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
33
33
  * };
34
34
  * const command = new DeleteIPSetCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteIPSetCommandInput - {@link DeleteIPSetCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
47
49
  * @throws {@link InternalServerErrorException} (server fault)
48
50
  * <p>An internal server error exception object.</p>
49
51
  *
52
+ * @throws {@link GuardDutyServiceException}
53
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, GuardDutyClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
34
34
  * };
35
35
  * const command = new DeleteInvitationsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteInvitationsResponse
38
+ * // UnprocessedAccounts: [ // UnprocessedAccounts // required
39
+ * // { // UnprocessedAccount
40
+ * // AccountId: "STRING_VALUE", // required
41
+ * // Result: "STRING_VALUE", // required
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param DeleteInvitationsCommandInput - {@link DeleteInvitationsCommandInput}
@@ -48,6 +57,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
48
57
  * @throws {@link InternalServerErrorException} (server fault)
49
58
  * <p>An internal server error exception object.</p>
50
59
  *
60
+ * @throws {@link GuardDutyServiceException}
61
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
51
62
  *
52
63
  */
53
64
  export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
@@ -38,6 +38,15 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
38
38
  * };
39
39
  * const command = new DeleteMembersCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DeleteMembersResponse
42
+ * // UnprocessedAccounts: [ // UnprocessedAccounts // required
43
+ * // { // UnprocessedAccount
44
+ * // AccountId: "STRING_VALUE", // required
45
+ * // Result: "STRING_VALUE", // required
46
+ * // },
47
+ * // ],
48
+ * // };
49
+ *
41
50
  * ```
42
51
  *
43
52
  * @param DeleteMembersCommandInput - {@link DeleteMembersCommandInput}
@@ -52,6 +61,8 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
52
61
  * @throws {@link InternalServerErrorException} (server fault)
53
62
  * <p>An internal server error exception object.</p>
54
63
  *
64
+ * @throws {@link GuardDutyServiceException}
65
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
55
66
  *
56
67
  */
57
68
  export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, GuardDutyClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
32
32
  * };
33
33
  * const command = new DeletePublishingDestinationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeletePublishingDestinationCommandInput - {@link DeletePublishingDestinationCommandInput}
@@ -46,6 +48,8 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
46
48
  * @throws {@link InternalServerErrorException} (server fault)
47
49
  * <p>An internal server error exception object.</p>
48
50
  *
51
+ * @throws {@link GuardDutyServiceException}
52
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeletePublishingDestinationCommand extends $Command<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
32
32
  * };
33
33
  * const command = new DeleteThreatIntelSetCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteThreatIntelSetCommandInput - {@link DeleteThreatIntelSetCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
46
48
  * @throws {@link InternalServerErrorException} (server fault)
47
49
  * <p>An internal server error exception object.</p>
48
50
  *
51
+ * @throws {@link GuardDutyServiceException}
52
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteThreatIntelSetCommand extends $Command<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
@@ -53,6 +53,46 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
53
53
  * };
54
54
  * const command = new DescribeMalwareScansCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // DescribeMalwareScansResponse
57
+ * // Scans: [ // Scans // required
58
+ * // { // Scan
59
+ * // DetectorId: "STRING_VALUE",
60
+ * // AdminDetectorId: "STRING_VALUE",
61
+ * // ScanId: "STRING_VALUE",
62
+ * // ScanStatus: "RUNNING" || "COMPLETED" || "FAILED" || "SKIPPED",
63
+ * // FailureReason: "STRING_VALUE",
64
+ * // ScanStartTime: new Date("TIMESTAMP"),
65
+ * // ScanEndTime: new Date("TIMESTAMP"),
66
+ * // TriggerDetails: { // TriggerDetails
67
+ * // GuardDutyFindingId: "STRING_VALUE",
68
+ * // Description: "STRING_VALUE",
69
+ * // },
70
+ * // ResourceDetails: { // ResourceDetails
71
+ * // InstanceArn: "STRING_VALUE",
72
+ * // },
73
+ * // ScanResultDetails: { // ScanResultDetails
74
+ * // ScanResult: "CLEAN" || "INFECTED",
75
+ * // },
76
+ * // AccountId: "STRING_VALUE",
77
+ * // TotalBytes: Number("long"),
78
+ * // FileCount: Number("long"),
79
+ * // AttachedVolumes: [ // VolumeDetails
80
+ * // { // VolumeDetail
81
+ * // VolumeArn: "STRING_VALUE",
82
+ * // VolumeType: "STRING_VALUE",
83
+ * // DeviceName: "STRING_VALUE",
84
+ * // VolumeSizeInGB: Number("int"),
85
+ * // EncryptionType: "STRING_VALUE",
86
+ * // SnapshotArn: "STRING_VALUE",
87
+ * // KmsKeyArn: "STRING_VALUE",
88
+ * // },
89
+ * // ],
90
+ * // ScanType: "GUARDDUTY_INITIATED" || "ON_DEMAND",
91
+ * // },
92
+ * // ],
93
+ * // NextToken: "STRING_VALUE",
94
+ * // };
95
+ *
56
96
  * ```
57
97
  *
58
98
  * @param DescribeMalwareScansCommandInput - {@link DescribeMalwareScansCommandInput}
@@ -67,6 +107,8 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
67
107
  * @throws {@link InternalServerErrorException} (server fault)
68
108
  * <p>An internal server error exception object.</p>
69
109
  *
110
+ * @throws {@link GuardDutyServiceException}
111
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
70
112
  *
71
113
  */
72
114
  export declare class DescribeMalwareScansCommand extends $Command<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput, GuardDutyClientResolvedConfig> {
@@ -37,6 +37,42 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
37
37
  * };
38
38
  * const command = new DescribeOrganizationConfigurationCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // DescribeOrganizationConfigurationResponse
41
+ * // AutoEnable: true || false,
42
+ * // MemberAccountLimitReached: true || false, // required
43
+ * // DataSources: { // OrganizationDataSourceConfigurationsResult
44
+ * // S3Logs: { // OrganizationS3LogsConfigurationResult
45
+ * // AutoEnable: true || false, // required
46
+ * // },
47
+ * // Kubernetes: { // OrganizationKubernetesConfigurationResult
48
+ * // AuditLogs: { // OrganizationKubernetesAuditLogsConfigurationResult
49
+ * // AutoEnable: true || false, // required
50
+ * // },
51
+ * // },
52
+ * // MalwareProtection: { // OrganizationMalwareProtectionConfigurationResult
53
+ * // ScanEc2InstanceWithFindings: { // OrganizationScanEc2InstanceWithFindingsResult
54
+ * // EbsVolumes: { // OrganizationEbsVolumesResult
55
+ * // AutoEnable: true || false,
56
+ * // },
57
+ * // },
58
+ * // },
59
+ * // },
60
+ * // Features: [ // OrganizationFeaturesConfigurationsResults
61
+ * // { // OrganizationFeatureConfigurationResult
62
+ * // Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING" || "LAMBDA_NETWORK_LOGS",
63
+ * // AutoEnable: "NEW" || "NONE",
64
+ * // AdditionalConfiguration: [ // OrganizationAdditionalConfigurationResults
65
+ * // { // OrganizationAdditionalConfigurationResult
66
+ * // Name: "EKS_ADDON_MANAGEMENT",
67
+ * // AutoEnable: "NEW" || "NONE",
68
+ * // },
69
+ * // ],
70
+ * // },
71
+ * // ],
72
+ * // NextToken: "STRING_VALUE",
73
+ * // AutoEnableOrganizationMembers: "NEW" || "ALL" || "NONE",
74
+ * // };
75
+ *
40
76
  * ```
41
77
  *
42
78
  * @param DescribeOrganizationConfigurationCommandInput - {@link DescribeOrganizationConfigurationCommandInput}
@@ -51,6 +87,8 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
51
87
  * @throws {@link InternalServerErrorException} (server fault)
52
88
  * <p>An internal server error exception object.</p>
53
89
  *
90
+ * @throws {@link GuardDutyServiceException}
91
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
54
92
  *
55
93
  */
56
94
  export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
33
33
  * };
34
34
  * const command = new DescribePublishingDestinationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribePublishingDestinationResponse
37
+ * // DestinationId: "STRING_VALUE", // required
38
+ * // DestinationType: "S3", // required
39
+ * // Status: "PENDING_VERIFICATION" || "PUBLISHING" || "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY" || "STOPPED", // required
40
+ * // PublishingFailureStartTimestamp: Number("long"), // required
41
+ * // DestinationProperties: { // DestinationProperties
42
+ * // DestinationArn: "STRING_VALUE",
43
+ * // KmsKeyArn: "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param DescribePublishingDestinationCommandInput - {@link DescribePublishingDestinationCommandInput}
@@ -47,6 +58,8 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
47
58
  * @throws {@link InternalServerErrorException} (server fault)
48
59
  * <p>An internal server error exception object.</p>
49
60
  *
61
+ * @throws {@link GuardDutyServiceException}
62
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
50
63
  *
51
64
  */
52
65
  export declare class DescribePublishingDestinationCommand extends $Command<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
32
32
  * };
33
33
  * const command = new DisableOrganizationAdminAccountCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisableOrganizationAdminAccountCommandInput - {@link DisableOrganizationAdminAccountCommandInput}
@@ -46,6 +48,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
46
48
  * @throws {@link InternalServerErrorException} (server fault)
47
49
  * <p>An internal server error exception object.</p>
48
50
  *
51
+ * @throws {@link GuardDutyServiceException}
52
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
34
34
  * };
35
35
  * const command = new DisassociateFromAdministratorAccountCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DisassociateFromAdministratorAccountCommandInput - {@link DisassociateFromAdministratorAccountCommandInput}
@@ -48,6 +50,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
48
50
  * @throws {@link InternalServerErrorException} (server fault)
49
51
  * <p>An internal server error exception object.</p>
50
52
  *
53
+ * @throws {@link GuardDutyServiceException}
54
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
51
55
  *
52
56
  */
53
57
  export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
33
33
  * };
34
34
  * const command = new DisassociateFromMasterAccountCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DisassociateFromMasterAccountCommandInput - {@link DisassociateFromMasterAccountCommandInput}
@@ -47,6 +49,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
47
49
  * @throws {@link InternalServerErrorException} (server fault)
48
50
  * <p>An internal server error exception object.</p>
49
51
  *
52
+ * @throws {@link GuardDutyServiceException}
53
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
@@ -38,6 +38,15 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
38
38
  * };
39
39
  * const command = new DisassociateMembersCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DisassociateMembersResponse
42
+ * // UnprocessedAccounts: [ // UnprocessedAccounts // required
43
+ * // { // UnprocessedAccount
44
+ * // AccountId: "STRING_VALUE", // required
45
+ * // Result: "STRING_VALUE", // required
46
+ * // },
47
+ * // ],
48
+ * // };
49
+ *
41
50
  * ```
42
51
  *
43
52
  * @param DisassociateMembersCommandInput - {@link DisassociateMembersCommandInput}
@@ -52,6 +61,8 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
52
61
  * @throws {@link InternalServerErrorException} (server fault)
53
62
  * <p>An internal server error exception object.</p>
54
63
  *
64
+ * @throws {@link GuardDutyServiceException}
65
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
55
66
  *
56
67
  */
57
68
  export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, GuardDutyClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
32
32
  * };
33
33
  * const command = new EnableOrganizationAdminAccountCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param EnableOrganizationAdminAccountCommandInput - {@link EnableOrganizationAdminAccountCommandInput}
@@ -46,6 +48,8 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
46
48
  * @throws {@link InternalServerErrorException} (server fault)
47
49
  * <p>An internal server error exception object.</p>
48
50
  *
51
+ * @throws {@link GuardDutyServiceException}
52
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
49
53
  *
50
54
  */
51
55
  export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
@@ -32,6 +32,15 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
32
32
  * };
33
33
  * const command = new GetAdministratorAccountCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetAdministratorAccountResponse
36
+ * // Administrator: { // Administrator
37
+ * // AccountId: "STRING_VALUE",
38
+ * // InvitationId: "STRING_VALUE",
39
+ * // RelationshipStatus: "STRING_VALUE",
40
+ * // InvitedAt: "STRING_VALUE",
41
+ * // },
42
+ * // };
43
+ *
35
44
  * ```
36
45
  *
37
46
  * @param GetAdministratorAccountCommandInput - {@link GetAdministratorAccountCommandInput}
@@ -46,6 +55,8 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
46
55
  * @throws {@link InternalServerErrorException} (server fault)
47
56
  * <p>An internal server error exception object.</p>
48
57
  *
58
+ * @throws {@link GuardDutyServiceException}
59
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
49
60
  *
50
61
  */
51
62
  export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {