@aws-sdk/client-guardduty 3.289.0 → 3.292.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 (66) hide show
  1. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +7 -0
  2. package/dist-types/commands/AcceptInvitationCommand.d.ts +7 -0
  3. package/dist-types/commands/ArchiveFindingsCommand.d.ts +7 -0
  4. package/dist-types/commands/CreateDetectorCommand.d.ts +7 -0
  5. package/dist-types/commands/CreateFilterCommand.d.ts +7 -0
  6. package/dist-types/commands/CreateIPSetCommand.d.ts +7 -0
  7. package/dist-types/commands/CreateMembersCommand.d.ts +7 -0
  8. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +7 -0
  11. package/dist-types/commands/DeclineInvitationsCommand.d.ts +7 -0
  12. package/dist-types/commands/DeleteDetectorCommand.d.ts +7 -0
  13. package/dist-types/commands/DeleteFilterCommand.d.ts +7 -0
  14. package/dist-types/commands/DeleteIPSetCommand.d.ts +7 -0
  15. package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -0
  16. package/dist-types/commands/DeleteMembersCommand.d.ts +7 -0
  17. package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +7 -0
  18. package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +7 -0
  19. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +7 -0
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -0
  21. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +7 -0
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +7 -0
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +7 -0
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +7 -0
  25. package/dist-types/commands/DisassociateMembersCommand.d.ts +7 -0
  26. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -0
  27. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +7 -0
  28. package/dist-types/commands/GetDetectorCommand.d.ts +7 -0
  29. package/dist-types/commands/GetFilterCommand.d.ts +7 -0
  30. package/dist-types/commands/GetFindingsCommand.d.ts +7 -0
  31. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +7 -0
  32. package/dist-types/commands/GetIPSetCommand.d.ts +7 -0
  33. package/dist-types/commands/GetInvitationsCountCommand.d.ts +7 -0
  34. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +7 -0
  35. package/dist-types/commands/GetMasterAccountCommand.d.ts +7 -0
  36. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +7 -0
  37. package/dist-types/commands/GetMembersCommand.d.ts +7 -0
  38. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +7 -0
  39. package/dist-types/commands/GetThreatIntelSetCommand.d.ts +7 -0
  40. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +7 -0
  41. package/dist-types/commands/InviteMembersCommand.d.ts +7 -0
  42. package/dist-types/commands/ListDetectorsCommand.d.ts +7 -0
  43. package/dist-types/commands/ListFiltersCommand.d.ts +7 -0
  44. package/dist-types/commands/ListFindingsCommand.d.ts +7 -0
  45. package/dist-types/commands/ListIPSetsCommand.d.ts +7 -0
  46. package/dist-types/commands/ListInvitationsCommand.d.ts +7 -0
  47. package/dist-types/commands/ListMembersCommand.d.ts +7 -0
  48. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +7 -0
  49. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +7 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -0
  51. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +7 -0
  52. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +7 -0
  53. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +7 -0
  54. package/dist-types/commands/TagResourceCommand.d.ts +7 -0
  55. package/dist-types/commands/UnarchiveFindingsCommand.d.ts +7 -0
  56. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  57. package/dist-types/commands/UpdateDetectorCommand.d.ts +7 -0
  58. package/dist-types/commands/UpdateFilterCommand.d.ts +7 -0
  59. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +7 -0
  60. package/dist-types/commands/UpdateIPSetCommand.d.ts +7 -0
  61. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +7 -0
  62. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +7 -0
  63. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +7 -0
  64. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +7 -0
  65. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +7 -0
  66. package/package.json +35 -40
@@ -29,6 +29,13 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
29
29
  * @see {@link AcceptAdministratorInvitationCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class AcceptAdministratorInvitationCommand extends $Command<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: AcceptAdministratorInvitationCommandInput;
@@ -31,6 +31,13 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
31
31
  * @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: AcceptInvitationCommandInput;
@@ -33,6 +33,13 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _
33
33
  * @see {@link ArchiveFindingsCommandOutput} for command's `response` shape.
34
34
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
35
35
  *
36
+ * @throws {@link BadRequestException} (client fault)
37
+ * <p>A bad request exception object.</p>
38
+ *
39
+ * @throws {@link InternalServerErrorException} (server fault)
40
+ * <p>An internal server error exception object.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ArchiveFindingsCommand extends $Command<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
38
45
  readonly input: ArchiveFindingsCommandInput;
@@ -35,6 +35,13 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M
35
35
  * @see {@link CreateDetectorCommandOutput} for command's `response` shape.
36
36
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
37
37
  *
38
+ * @throws {@link BadRequestException} (client fault)
39
+ * <p>A bad request exception object.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error exception object.</p>
43
+ *
44
+ *
38
45
  */
39
46
  export declare class CreateDetectorCommand extends $Command<CreateDetectorCommandInput, CreateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
40
47
  readonly input: CreateDetectorCommandInput;
@@ -29,6 +29,13 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
29
29
  * @see {@link CreateFilterCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: CreateFilterCommandInput;
@@ -32,6 +32,13 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
32
32
  * @see {@link CreateIPSetCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: CreateIPSetCommandInput;
@@ -37,6 +37,13 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
37
37
  * @see {@link CreateMembersCommandOutput} for command's `response` shape.
38
38
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
39
39
  *
40
+ * @throws {@link BadRequestException} (client fault)
41
+ * <p>A bad request exception object.</p>
42
+ *
43
+ * @throws {@link InternalServerErrorException} (server fault)
44
+ * <p>An internal server error exception object.</p>
45
+ *
46
+ *
40
47
  */
41
48
  export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, GuardDutyClientResolvedConfig> {
42
49
  readonly input: CreateMembersCommandInput;
@@ -30,6 +30,13 @@ export interface CreatePublishingDestinationCommandOutput extends CreatePublishi
30
30
  * @see {@link CreatePublishingDestinationCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreatePublishingDestinationCommand extends $Command<CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: CreatePublishingDestinationCommandInput;
@@ -31,6 +31,13 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
31
31
  * @see {@link CreateSampleFindingsCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: CreateSampleFindingsCommandInput;
@@ -31,6 +31,13 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR
31
31
  * @see {@link CreateThreatIntelSetCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class CreateThreatIntelSetCommand extends $Command<CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: CreateThreatIntelSetCommandInput;
@@ -30,6 +30,13 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
30
30
  * @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: DeclineInvitationsCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __M
29
29
  * @see {@link DeleteDetectorCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: DeleteDetectorCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
29
29
  * @see {@link DeleteFilterCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: DeleteFilterCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
30
30
  * @see {@link DeleteIPSetCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: DeleteIPSetCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
30
30
  * @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: DeleteInvitationsCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
30
30
  * @see {@link DeleteMembersCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: DeleteMembersCommandInput;
@@ -29,6 +29,13 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
29
29
  * @see {@link DeletePublishingDestinationCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeletePublishingDestinationCommand extends $Command<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: DeletePublishingDestinationCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
29
29
  * @see {@link DeleteThreatIntelSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteThreatIntelSetCommand extends $Command<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: DeleteThreatIntelSetCommandInput;
@@ -33,6 +33,13 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
33
33
  * @see {@link DescribeMalwareScansCommandOutput} for command's `response` shape.
34
34
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
35
35
  *
36
+ * @throws {@link BadRequestException} (client fault)
37
+ * <p>A bad request exception object.</p>
38
+ *
39
+ * @throws {@link InternalServerErrorException} (server fault)
40
+ * <p>An internal server error exception object.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribeMalwareScansCommand extends $Command<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput, GuardDutyClientResolvedConfig> {
38
45
  readonly input: DescribeMalwareScansCommandInput;
@@ -33,6 +33,13 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
33
33
  * @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
34
34
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
35
35
  *
36
+ * @throws {@link BadRequestException} (client fault)
37
+ * <p>A bad request exception object.</p>
38
+ *
39
+ * @throws {@link InternalServerErrorException} (server fault)
40
+ * <p>An internal server error exception object.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
38
45
  readonly input: DescribeOrganizationConfigurationCommandInput;
@@ -30,6 +30,13 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
30
30
  * @see {@link DescribePublishingDestinationCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DescribePublishingDestinationCommand extends $Command<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: DescribePublishingDestinationCommandInput;
@@ -30,6 +30,13 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
30
30
  * @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: DisableOrganizationAdminAccountCommandInput;
@@ -29,6 +29,13 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
29
29
  * @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: DisassociateFromAdministratorAccountCommandInput;
@@ -31,6 +31,13 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
31
31
  * @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: DisassociateFromMasterAccountCommandInput;
@@ -29,6 +29,13 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
29
29
  * @see {@link DisassociateMembersCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: DisassociateMembersCommandInput;
@@ -30,6 +30,13 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
30
30
  * @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: EnableOrganizationAdminAccountCommandInput;
@@ -30,6 +30,13 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
30
30
  * @see {@link GetAdministratorAccountCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: GetAdministratorAccountCommandInput;
@@ -32,6 +32,13 @@ export interface GetDetectorCommandOutput extends GetDetectorResponse, __Metadat
32
32
  * @see {@link GetDetectorCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class GetDetectorCommand extends $Command<GetDetectorCommandInput, GetDetectorCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: GetDetectorCommandInput;
@@ -29,6 +29,13 @@ export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBea
29
29
  * @see {@link GetFilterCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetFilterCommand extends $Command<GetFilterCommandInput, GetFilterCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: GetFilterCommandInput;
@@ -29,6 +29,13 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
29
29
  * @see {@link GetFindingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: GetFindingsCommandInput;
@@ -29,6 +29,13 @@ export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatistic
29
29
  * @see {@link GetFindingsStatisticsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetFindingsStatisticsCommand extends $Command<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: GetFindingsStatisticsCommandInput;
@@ -29,6 +29,13 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
29
29
  * @see {@link GetIPSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: GetIPSetCommandInput;
@@ -30,6 +30,13 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
30
30
  * @see {@link GetInvitationsCountCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: GetInvitationsCountCommandInput;
@@ -32,6 +32,13 @@ export interface GetMalwareScanSettingsCommandOutput extends GetMalwareScanSetti
32
32
  * @see {@link GetMalwareScanSettingsCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class GetMalwareScanSettingsCommand extends $Command<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: GetMalwareScanSettingsCommandInput;
@@ -32,6 +32,13 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
32
32
  * @see {@link GetMasterAccountCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: GetMasterAccountCommandInput;
@@ -32,6 +32,13 @@ export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsRespo
32
32
  * @see {@link GetMemberDetectorsCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class GetMemberDetectorsCommand extends $Command<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: GetMemberDetectorsCommandInput;
@@ -30,6 +30,13 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
30
30
  * @see {@link GetMembersCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class GetMembersCommand extends $Command<GetMembersCommandInput, GetMembersCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: GetMembersCommandInput;
@@ -29,6 +29,13 @@ export interface GetRemainingFreeTrialDaysCommandOutput extends GetRemainingFree
29
29
  * @see {@link GetRemainingFreeTrialDaysCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetRemainingFreeTrialDaysCommand extends $Command<GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: GetRemainingFreeTrialDaysCommandInput;
@@ -29,6 +29,13 @@ export interface GetThreatIntelSetCommandOutput extends GetThreatIntelSetRespons
29
29
  * @see {@link GetThreatIntelSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetThreatIntelSetCommand extends $Command<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: GetThreatIntelSetCommandInput;
@@ -32,6 +32,13 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo
32
32
  * @see {@link GetUsageStatisticsCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class GetUsageStatisticsCommand extends $Command<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: GetUsageStatisticsCommandInput;
@@ -31,6 +31,13 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
31
31
  * @see {@link InviteMembersCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class InviteMembersCommand extends $Command<InviteMembersCommandInput, InviteMembersCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: InviteMembersCommandInput;
@@ -29,6 +29,13 @@ export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __Met
29
29
  * @see {@link ListDetectorsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListDetectorsCommand extends $Command<ListDetectorsCommandInput, ListDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: ListDetectorsCommandInput;
@@ -29,6 +29,13 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
29
29
  * @see {@link ListFiltersCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: ListFiltersCommandInput;
@@ -29,6 +29,13 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
29
29
  * @see {@link ListFindingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: ListFindingsCommandInput;
@@ -31,6 +31,13 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
31
31
  * @see {@link ListIPSetsCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: ListIPSetsCommandInput;
@@ -30,6 +30,13 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
30
30
  * @see {@link ListInvitationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: ListInvitationsCommandInput;
@@ -29,6 +29,13 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
29
29
  * @see {@link ListMembersCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: ListMembersCommandInput;
@@ -29,6 +29,13 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
29
29
  * @see {@link ListOrganizationAdminAccountsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: ListOrganizationAdminAccountsCommandInput;
@@ -30,6 +30,13 @@ export interface ListPublishingDestinationsCommandOutput extends ListPublishingD
30
30
  * @see {@link ListPublishingDestinationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListPublishingDestinationsCommand extends $Command<ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: ListPublishingDestinationsCommandInput;
@@ -31,6 +31,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: ListTagsForResourceCommandInput;
@@ -31,6 +31,13 @@ export interface ListThreatIntelSetsCommandOutput extends ListThreatIntelSetsRes
31
31
  * @see {@link ListThreatIntelSetsCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListThreatIntelSetsCommand extends $Command<ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: ListThreatIntelSetsCommandInput;
@@ -31,6 +31,13 @@ export interface StartMonitoringMembersCommandOutput extends StartMonitoringMemb
31
31
  * @see {@link StartMonitoringMembersCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class StartMonitoringMembersCommand extends $Command<StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: StartMonitoringMembersCommandInput;
@@ -31,6 +31,13 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember
31
31
  * @see {@link StopMonitoringMembersCommandOutput} for command's `response` shape.
32
32
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>A bad request exception object.</p>
36
+ *
37
+ * @throws {@link InternalServerErrorException} (server fault)
38
+ * <p>An internal server error exception object.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class StopMonitoringMembersCommand extends $Command<StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig> {
36
43
  readonly input: StopMonitoringMembersCommandInput;
@@ -29,6 +29,13 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,13 @@ export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsRespons
29
29
  * @see {@link UnarchiveFindingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UnarchiveFindingsCommand extends $Command<UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: UnarchiveFindingsCommandInput;
@@ -29,6 +29,13 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: UntagResourceCommandInput;
@@ -32,6 +32,13 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M
32
32
  * @see {@link UpdateDetectorCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class UpdateDetectorCommand extends $Command<UpdateDetectorCommandInput, UpdateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: UpdateDetectorCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
29
29
  * @see {@link UpdateFilterCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateFilterCommand extends $Command<UpdateFilterCommandInput, UpdateFilterCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: UpdateFilterCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedb
29
29
  * @see {@link UpdateFindingsFeedbackCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateFindingsFeedbackCommand extends $Command<UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: UpdateFindingsFeedbackCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
29
29
  * @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: UpdateIPSetCommandInput;
@@ -32,6 +32,13 @@ export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareSca
32
32
  * @see {@link UpdateMalwareScanSettingsCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class UpdateMalwareScanSettingsCommand extends $Command<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: UpdateMalwareScanSettingsCommandInput;
@@ -32,6 +32,13 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector
32
32
  * @see {@link UpdateMemberDetectorsCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class UpdateMemberDetectorsCommand extends $Command<UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: UpdateMemberDetectorsCommandInput;
@@ -32,6 +32,13 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
32
32
  * @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
33
33
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>A bad request exception object.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error exception object.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
37
44
  readonly input: UpdateOrganizationConfigurationCommandInput;
@@ -30,6 +30,13 @@ export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishi
30
30
  * @see {@link UpdatePublishingDestinationCommandOutput} for command's `response` shape.
31
31
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>A bad request exception object.</p>
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ * <p>An internal server error exception object.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class UpdatePublishingDestinationCommand extends $Command<UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
35
42
  readonly input: UpdatePublishingDestinationCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetR
29
29
  * @see {@link UpdateThreatIntelSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>A bad request exception object.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error exception object.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateThreatIntelSetCommand extends $Command<UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
34
41
  readonly input: UpdateThreatIntelSetCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,57 +20,52 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "@types/uuid": "^8.3.0",
63
63
  "concurrently": "7.0.0",
64
64
  "downlevel-dts": "0.10.1",
65
65
  "rimraf": "3.0.2",
66
- "typedoc": "0.19.2",
66
+ "typedoc": "0.23.23",
67
67
  "typescript": "~4.6.2"
68
68
  },
69
- "overrides": {
70
- "typedoc": {
71
- "typescript": "~4.6.2"
72
- }
73
- },
74
69
  "engines": {
75
70
  "node": ">=14.0.0"
76
71
  },