@aws-sdk/client-guardduty 3.169.0 → 3.171.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 (93) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1121 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +494 -138
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1992 -2604
  75. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  78. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  88. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +785 -197
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  93. package/package.json +34 -34
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "../commands/DescribeMalwareScansCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeMalwareScans(config: GuardDutyPaginationConfiguration, input: DescribeMalwareScansCommandInput, ...additionalArguments: any): Paginator<DescribeMalwareScansCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeMalwareScansCommandInput,
4
+ DescribeMalwareScansCommandOutput,
5
+ } from "../commands/DescribeMalwareScansCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMalwareScans(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: DescribeMalwareScansCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMalwareScansCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetUsageStatistics(config: GuardDutyPaginationConfiguration, input: GetUsageStatisticsCommandInput, ...additionalArguments: any): Paginator<GetUsageStatisticsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ GetUsageStatisticsCommandInput,
4
+ GetUsageStatisticsCommandOutput,
5
+ } from "../commands/GetUsageStatisticsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateGetUsageStatistics(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: GetUsageStatisticsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<GetUsageStatisticsCommandOutput>;
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { GuardDuty } from "../GuardDuty";
3
- import { GuardDutyClient } from "../GuardDutyClient";
4
- export interface GuardDutyPaginationConfiguration extends PaginationConfiguration {
5
- client: GuardDuty | GuardDutyClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { GuardDuty } from "../GuardDuty";
3
+ import { GuardDutyClient } from "../GuardDutyClient";
4
+ export interface GuardDutyPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: GuardDuty | GuardDutyClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "../commands/ListDetectorsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDetectors(config: GuardDutyPaginationConfiguration, input: ListDetectorsCommandInput, ...additionalArguments: any): Paginator<ListDetectorsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDetectorsCommandInput,
4
+ ListDetectorsCommandOutput,
5
+ } from "../commands/ListDetectorsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDetectors(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListDetectorsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDetectorsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListFilters(config: GuardDutyPaginationConfiguration, input: ListFiltersCommandInput, ...additionalArguments: any): Paginator<ListFiltersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListFiltersCommandInput,
4
+ ListFiltersCommandOutput,
5
+ } from "../commands/ListFiltersCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListFilters(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListFiltersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListFiltersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListFindings(config: GuardDutyPaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListFindingsCommandInput,
4
+ ListFindingsCommandOutput,
5
+ } from "../commands/ListFindingsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListFindings(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListFindingsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListFindingsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListIPSets(config: GuardDutyPaginationConfiguration, input: ListIPSetsCommandInput, ...additionalArguments: any): Paginator<ListIPSetsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListIPSetsCommandInput,
4
+ ListIPSetsCommandOutput,
5
+ } from "../commands/ListIPSetsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListIPSets(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListIPSetsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListIPSetsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListInvitations(config: GuardDutyPaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListInvitationsCommandInput,
4
+ ListInvitationsCommandOutput,
5
+ } from "../commands/ListInvitationsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListInvitations(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListInvitationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListInvitationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMembers(config: GuardDutyPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListMembersCommandInput,
4
+ ListMembersCommandOutput,
5
+ } from "../commands/ListMembersCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListMembers(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListMembersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOrganizationAdminAccounts(config: GuardDutyPaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOrganizationAdminAccountsCommandInput,
4
+ ListOrganizationAdminAccountsCommandOutput,
5
+ } from "../commands/ListOrganizationAdminAccountsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOrganizationAdminAccounts(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListOrganizationAdminAccountsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOrganizationAdminAccountsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "../commands/ListPublishingDestinationsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListPublishingDestinations(config: GuardDutyPaginationConfiguration, input: ListPublishingDestinationsCommandInput, ...additionalArguments: any): Paginator<ListPublishingDestinationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListPublishingDestinationsCommandInput,
4
+ ListPublishingDestinationsCommandOutput,
5
+ } from "../commands/ListPublishingDestinationsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListPublishingDestinations(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListPublishingDestinationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListPublishingDestinationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "../commands/ListThreatIntelSetsCommand";
3
- import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListThreatIntelSets(config: GuardDutyPaginationConfiguration, input: ListThreatIntelSetsCommandInput, ...additionalArguments: any): Paginator<ListThreatIntelSetsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListThreatIntelSetsCommandInput,
4
+ ListThreatIntelSetsCommandOutput,
5
+ } from "../commands/ListThreatIntelSetsCommand";
6
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListThreatIntelSets(
8
+ config: GuardDutyPaginationConfiguration,
9
+ input: ListThreatIntelSetsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListThreatIntelSetsCommandOutput>;
@@ -1,12 +1,12 @@
1
- export * from "./DescribeMalwareScansPaginator";
2
- export * from "./GetUsageStatisticsPaginator";
3
- export * from "./Interfaces";
4
- export * from "./ListDetectorsPaginator";
5
- export * from "./ListFiltersPaginator";
6
- export * from "./ListFindingsPaginator";
7
- export * from "./ListIPSetsPaginator";
8
- export * from "./ListInvitationsPaginator";
9
- export * from "./ListMembersPaginator";
10
- export * from "./ListOrganizationAdminAccountsPaginator";
11
- export * from "./ListPublishingDestinationsPaginator";
12
- export * from "./ListThreatIntelSetsPaginator";
1
+ export * from "./DescribeMalwareScansPaginator";
2
+ export * from "./GetUsageStatisticsPaginator";
3
+ export * from "./Interfaces";
4
+ export * from "./ListDetectorsPaginator";
5
+ export * from "./ListFiltersPaginator";
6
+ export * from "./ListFindingsPaginator";
7
+ export * from "./ListIPSetsPaginator";
8
+ export * from "./ListInvitationsPaginator";
9
+ export * from "./ListMembersPaginator";
10
+ export * from "./ListOrganizationAdminAccountsPaginator";
11
+ export * from "./ListPublishingDestinationsPaginator";
12
+ export * from "./ListThreatIntelSetsPaginator";