@aws-sdk/client-guardduty 3.37.0 → 3.38.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
19
 
8
20
 
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AcceptInvitationCommand"), exports);
5
+ tslib_1.__exportStar(require("./ArchiveFindingsCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateDetectorCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateFilterCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateIPSetCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateMembersCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreatePublishingDestinationCommand"), exports);
11
+ tslib_1.__exportStar(require("./CreateSampleFindingsCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateThreatIntelSetCommand"), exports);
13
+ tslib_1.__exportStar(require("./DeclineInvitationsCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteDetectorCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteFilterCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteIPSetCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeleteInvitationsCommand"), exports);
18
+ tslib_1.__exportStar(require("./DeleteMembersCommand"), exports);
19
+ tslib_1.__exportStar(require("./DeletePublishingDestinationCommand"), exports);
20
+ tslib_1.__exportStar(require("./DeleteThreatIntelSetCommand"), exports);
21
+ tslib_1.__exportStar(require("./DescribeOrganizationConfigurationCommand"), exports);
22
+ tslib_1.__exportStar(require("./DescribePublishingDestinationCommand"), exports);
23
+ tslib_1.__exportStar(require("./DisableOrganizationAdminAccountCommand"), exports);
24
+ tslib_1.__exportStar(require("./DisassociateFromMasterAccountCommand"), exports);
25
+ tslib_1.__exportStar(require("./DisassociateMembersCommand"), exports);
26
+ tslib_1.__exportStar(require("./EnableOrganizationAdminAccountCommand"), exports);
27
+ tslib_1.__exportStar(require("./GetDetectorCommand"), exports);
28
+ tslib_1.__exportStar(require("./GetFilterCommand"), exports);
29
+ tslib_1.__exportStar(require("./GetFindingsCommand"), exports);
30
+ tslib_1.__exportStar(require("./GetFindingsStatisticsCommand"), exports);
31
+ tslib_1.__exportStar(require("./GetIPSetCommand"), exports);
32
+ tslib_1.__exportStar(require("./GetInvitationsCountCommand"), exports);
33
+ tslib_1.__exportStar(require("./GetMasterAccountCommand"), exports);
34
+ tslib_1.__exportStar(require("./GetMemberDetectorsCommand"), exports);
35
+ tslib_1.__exportStar(require("./GetMembersCommand"), exports);
36
+ tslib_1.__exportStar(require("./GetThreatIntelSetCommand"), exports);
37
+ tslib_1.__exportStar(require("./GetUsageStatisticsCommand"), exports);
38
+ tslib_1.__exportStar(require("./InviteMembersCommand"), exports);
39
+ tslib_1.__exportStar(require("./ListDetectorsCommand"), exports);
40
+ tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
41
+ tslib_1.__exportStar(require("./ListFindingsCommand"), exports);
42
+ tslib_1.__exportStar(require("./ListIPSetsCommand"), exports);
43
+ tslib_1.__exportStar(require("./ListInvitationsCommand"), exports);
44
+ tslib_1.__exportStar(require("./ListMembersCommand"), exports);
45
+ tslib_1.__exportStar(require("./ListOrganizationAdminAccountsCommand"), exports);
46
+ tslib_1.__exportStar(require("./ListPublishingDestinationsCommand"), exports);
47
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
48
+ tslib_1.__exportStar(require("./ListThreatIntelSetsCommand"), exports);
49
+ tslib_1.__exportStar(require("./StartMonitoringMembersCommand"), exports);
50
+ tslib_1.__exportStar(require("./StopMonitoringMembersCommand"), exports);
51
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
52
+ tslib_1.__exportStar(require("./UnarchiveFindingsCommand"), exports);
53
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
54
+ tslib_1.__exportStar(require("./UpdateDetectorCommand"), exports);
55
+ tslib_1.__exportStar(require("./UpdateFilterCommand"), exports);
56
+ tslib_1.__exportStar(require("./UpdateFindingsFeedbackCommand"), exports);
57
+ tslib_1.__exportStar(require("./UpdateIPSetCommand"), exports);
58
+ tslib_1.__exportStar(require("./UpdateMemberDetectorsCommand"), exports);
59
+ tslib_1.__exportStar(require("./UpdateOrganizationConfigurationCommand"), exports);
60
+ tslib_1.__exportStar(require("./UpdatePublishingDestinationCommand"), exports);
61
+ tslib_1.__exportStar(require("./UpdateThreatIntelSetCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,75 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GuardDutyClient"), exports);
5
4
  tslib_1.__exportStar(require("./GuardDuty"), exports);
6
- tslib_1.__exportStar(require("./commands/AcceptInvitationCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/ArchiveFindingsCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateDetectorCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateFilterCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateIPSetCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CreateMembersCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/CreatePublishingDestinationCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/CreateSampleFindingsCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/CreateThreatIntelSetCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DeclineInvitationsCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeleteDetectorCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DeleteFilterCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DeleteInvitationsCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DeleteIPSetCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/DeleteMembersCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/DeletePublishingDestinationCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/DeleteThreatIntelSetCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/DescribeOrganizationConfigurationCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/DescribePublishingDestinationCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/DisableOrganizationAdminAccountCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/DisassociateFromMasterAccountCommand"), exports);
27
- tslib_1.__exportStar(require("./commands/DisassociateMembersCommand"), exports);
28
- tslib_1.__exportStar(require("./commands/EnableOrganizationAdminAccountCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/GetDetectorCommand"), exports);
30
- tslib_1.__exportStar(require("./commands/GetFilterCommand"), exports);
31
- tslib_1.__exportStar(require("./commands/GetFindingsCommand"), exports);
32
- tslib_1.__exportStar(require("./commands/GetFindingsStatisticsCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/GetInvitationsCountCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/GetIPSetCommand"), exports);
35
- tslib_1.__exportStar(require("./commands/GetMasterAccountCommand"), exports);
36
- tslib_1.__exportStar(require("./commands/GetMemberDetectorsCommand"), exports);
37
- tslib_1.__exportStar(require("./commands/GetMembersCommand"), exports);
38
- tslib_1.__exportStar(require("./commands/GetThreatIntelSetCommand"), exports);
39
- tslib_1.__exportStar(require("./commands/GetUsageStatisticsCommand"), exports);
40
- tslib_1.__exportStar(require("./pagination/GetUsageStatisticsPaginator"), exports);
41
- tslib_1.__exportStar(require("./commands/InviteMembersCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/ListDetectorsCommand"), exports);
43
- tslib_1.__exportStar(require("./pagination/ListDetectorsPaginator"), exports);
44
- tslib_1.__exportStar(require("./commands/ListFiltersCommand"), exports);
45
- tslib_1.__exportStar(require("./pagination/ListFiltersPaginator"), exports);
46
- tslib_1.__exportStar(require("./commands/ListFindingsCommand"), exports);
47
- tslib_1.__exportStar(require("./pagination/ListFindingsPaginator"), exports);
48
- tslib_1.__exportStar(require("./commands/ListInvitationsCommand"), exports);
49
- tslib_1.__exportStar(require("./pagination/ListInvitationsPaginator"), exports);
50
- tslib_1.__exportStar(require("./commands/ListIPSetsCommand"), exports);
51
- tslib_1.__exportStar(require("./pagination/ListIPSetsPaginator"), exports);
52
- tslib_1.__exportStar(require("./commands/ListMembersCommand"), exports);
53
- tslib_1.__exportStar(require("./pagination/ListMembersPaginator"), exports);
54
- tslib_1.__exportStar(require("./commands/ListOrganizationAdminAccountsCommand"), exports);
55
- tslib_1.__exportStar(require("./pagination/ListOrganizationAdminAccountsPaginator"), exports);
56
- tslib_1.__exportStar(require("./commands/ListPublishingDestinationsCommand"), exports);
57
- tslib_1.__exportStar(require("./pagination/ListPublishingDestinationsPaginator"), exports);
58
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
59
- tslib_1.__exportStar(require("./commands/ListThreatIntelSetsCommand"), exports);
60
- tslib_1.__exportStar(require("./pagination/ListThreatIntelSetsPaginator"), exports);
61
- tslib_1.__exportStar(require("./commands/StartMonitoringMembersCommand"), exports);
62
- tslib_1.__exportStar(require("./commands/StopMonitoringMembersCommand"), exports);
63
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
64
- tslib_1.__exportStar(require("./commands/UnarchiveFindingsCommand"), exports);
65
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
66
- tslib_1.__exportStar(require("./commands/UpdateDetectorCommand"), exports);
67
- tslib_1.__exportStar(require("./commands/UpdateFilterCommand"), exports);
68
- tslib_1.__exportStar(require("./commands/UpdateFindingsFeedbackCommand"), exports);
69
- tslib_1.__exportStar(require("./commands/UpdateIPSetCommand"), exports);
70
- tslib_1.__exportStar(require("./commands/UpdateMemberDetectorsCommand"), exports);
71
- tslib_1.__exportStar(require("./commands/UpdateOrganizationConfigurationCommand"), exports);
72
- tslib_1.__exportStar(require("./commands/UpdatePublishingDestinationCommand"), exports);
73
- tslib_1.__exportStar(require("./commands/UpdateThreatIntelSetCommand"), exports);
74
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
75
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./GuardDutyClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./GetUsageStatisticsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./Interfaces"), exports);
6
+ tslib_1.__exportStar(require("./ListDetectorsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListFiltersPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListFindingsPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListIPSetsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListInvitationsPaginator"), exports);
11
+ tslib_1.__exportStar(require("./ListMembersPaginator"), exports);
12
+ tslib_1.__exportStar(require("./ListOrganizationAdminAccountsPaginator"), exports);
13
+ tslib_1.__exportStar(require("./ListPublishingDestinationsPaginator"), exports);
14
+ tslib_1.__exportStar(require("./ListThreatIntelSetsPaginator"), exports);
@@ -0,0 +1,58 @@
1
+ export * from "./AcceptInvitationCommand";
2
+ export * from "./ArchiveFindingsCommand";
3
+ export * from "./CreateDetectorCommand";
4
+ export * from "./CreateFilterCommand";
5
+ export * from "./CreateIPSetCommand";
6
+ export * from "./CreateMembersCommand";
7
+ export * from "./CreatePublishingDestinationCommand";
8
+ export * from "./CreateSampleFindingsCommand";
9
+ export * from "./CreateThreatIntelSetCommand";
10
+ export * from "./DeclineInvitationsCommand";
11
+ export * from "./DeleteDetectorCommand";
12
+ export * from "./DeleteFilterCommand";
13
+ export * from "./DeleteIPSetCommand";
14
+ export * from "./DeleteInvitationsCommand";
15
+ export * from "./DeleteMembersCommand";
16
+ export * from "./DeletePublishingDestinationCommand";
17
+ export * from "./DeleteThreatIntelSetCommand";
18
+ export * from "./DescribeOrganizationConfigurationCommand";
19
+ export * from "./DescribePublishingDestinationCommand";
20
+ export * from "./DisableOrganizationAdminAccountCommand";
21
+ export * from "./DisassociateFromMasterAccountCommand";
22
+ export * from "./DisassociateMembersCommand";
23
+ export * from "./EnableOrganizationAdminAccountCommand";
24
+ export * from "./GetDetectorCommand";
25
+ export * from "./GetFilterCommand";
26
+ export * from "./GetFindingsCommand";
27
+ export * from "./GetFindingsStatisticsCommand";
28
+ export * from "./GetIPSetCommand";
29
+ export * from "./GetInvitationsCountCommand";
30
+ export * from "./GetMasterAccountCommand";
31
+ export * from "./GetMemberDetectorsCommand";
32
+ export * from "./GetMembersCommand";
33
+ export * from "./GetThreatIntelSetCommand";
34
+ export * from "./GetUsageStatisticsCommand";
35
+ export * from "./InviteMembersCommand";
36
+ export * from "./ListDetectorsCommand";
37
+ export * from "./ListFiltersCommand";
38
+ export * from "./ListFindingsCommand";
39
+ export * from "./ListIPSetsCommand";
40
+ export * from "./ListInvitationsCommand";
41
+ export * from "./ListMembersCommand";
42
+ export * from "./ListOrganizationAdminAccountsCommand";
43
+ export * from "./ListPublishingDestinationsCommand";
44
+ export * from "./ListTagsForResourceCommand";
45
+ export * from "./ListThreatIntelSetsCommand";
46
+ export * from "./StartMonitoringMembersCommand";
47
+ export * from "./StopMonitoringMembersCommand";
48
+ export * from "./TagResourceCommand";
49
+ export * from "./UnarchiveFindingsCommand";
50
+ export * from "./UntagResourceCommand";
51
+ export * from "./UpdateDetectorCommand";
52
+ export * from "./UpdateFilterCommand";
53
+ export * from "./UpdateFindingsFeedbackCommand";
54
+ export * from "./UpdateIPSetCommand";
55
+ export * from "./UpdateMemberDetectorsCommand";
56
+ export * from "./UpdateOrganizationConfigurationCommand";
57
+ export * from "./UpdatePublishingDestinationCommand";
58
+ export * from "./UpdateThreatIntelSetCommand";
package/dist-es/index.js CHANGED
@@ -1,72 +1,5 @@
1
- export * from "./GuardDutyClient";
2
1
  export * from "./GuardDuty";
3
- export * from "./commands/AcceptInvitationCommand";
4
- export * from "./commands/ArchiveFindingsCommand";
5
- export * from "./commands/CreateDetectorCommand";
6
- export * from "./commands/CreateFilterCommand";
7
- export * from "./commands/CreateIPSetCommand";
8
- export * from "./commands/CreateMembersCommand";
9
- export * from "./commands/CreatePublishingDestinationCommand";
10
- export * from "./commands/CreateSampleFindingsCommand";
11
- export * from "./commands/CreateThreatIntelSetCommand";
12
- export * from "./commands/DeclineInvitationsCommand";
13
- export * from "./commands/DeleteDetectorCommand";
14
- export * from "./commands/DeleteFilterCommand";
15
- export * from "./commands/DeleteInvitationsCommand";
16
- export * from "./commands/DeleteIPSetCommand";
17
- export * from "./commands/DeleteMembersCommand";
18
- export * from "./commands/DeletePublishingDestinationCommand";
19
- export * from "./commands/DeleteThreatIntelSetCommand";
20
- export * from "./commands/DescribeOrganizationConfigurationCommand";
21
- export * from "./commands/DescribePublishingDestinationCommand";
22
- export * from "./commands/DisableOrganizationAdminAccountCommand";
23
- export * from "./commands/DisassociateFromMasterAccountCommand";
24
- export * from "./commands/DisassociateMembersCommand";
25
- export * from "./commands/EnableOrganizationAdminAccountCommand";
26
- export * from "./commands/GetDetectorCommand";
27
- export * from "./commands/GetFilterCommand";
28
- export * from "./commands/GetFindingsCommand";
29
- export * from "./commands/GetFindingsStatisticsCommand";
30
- export * from "./commands/GetInvitationsCountCommand";
31
- export * from "./commands/GetIPSetCommand";
32
- export * from "./commands/GetMasterAccountCommand";
33
- export * from "./commands/GetMemberDetectorsCommand";
34
- export * from "./commands/GetMembersCommand";
35
- export * from "./commands/GetThreatIntelSetCommand";
36
- export * from "./commands/GetUsageStatisticsCommand";
37
- export * from "./pagination/GetUsageStatisticsPaginator";
38
- export * from "./commands/InviteMembersCommand";
39
- export * from "./commands/ListDetectorsCommand";
40
- export * from "./pagination/ListDetectorsPaginator";
41
- export * from "./commands/ListFiltersCommand";
42
- export * from "./pagination/ListFiltersPaginator";
43
- export * from "./commands/ListFindingsCommand";
44
- export * from "./pagination/ListFindingsPaginator";
45
- export * from "./commands/ListInvitationsCommand";
46
- export * from "./pagination/ListInvitationsPaginator";
47
- export * from "./commands/ListIPSetsCommand";
48
- export * from "./pagination/ListIPSetsPaginator";
49
- export * from "./commands/ListMembersCommand";
50
- export * from "./pagination/ListMembersPaginator";
51
- export * from "./commands/ListOrganizationAdminAccountsCommand";
52
- export * from "./pagination/ListOrganizationAdminAccountsPaginator";
53
- export * from "./commands/ListPublishingDestinationsCommand";
54
- export * from "./pagination/ListPublishingDestinationsPaginator";
55
- export * from "./commands/ListTagsForResourceCommand";
56
- export * from "./commands/ListThreatIntelSetsCommand";
57
- export * from "./pagination/ListThreatIntelSetsPaginator";
58
- export * from "./commands/StartMonitoringMembersCommand";
59
- export * from "./commands/StopMonitoringMembersCommand";
60
- export * from "./commands/TagResourceCommand";
61
- export * from "./commands/UnarchiveFindingsCommand";
62
- export * from "./commands/UntagResourceCommand";
63
- export * from "./commands/UpdateDetectorCommand";
64
- export * from "./commands/UpdateFilterCommand";
65
- export * from "./commands/UpdateFindingsFeedbackCommand";
66
- export * from "./commands/UpdateIPSetCommand";
67
- export * from "./commands/UpdateMemberDetectorsCommand";
68
- export * from "./commands/UpdateOrganizationConfigurationCommand";
69
- export * from "./commands/UpdatePublishingDestinationCommand";
70
- export * from "./commands/UpdateThreatIntelSetCommand";
71
- export * from "./pagination/Interfaces";
72
- export * from "./models/index";
2
+ export * from "./GuardDutyClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,11 @@
1
+ export * from "./GetUsageStatisticsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListDetectorsPaginator";
4
+ export * from "./ListFiltersPaginator";
5
+ export * from "./ListFindingsPaginator";
6
+ export * from "./ListIPSetsPaginator";
7
+ export * from "./ListInvitationsPaginator";
8
+ export * from "./ListMembersPaginator";
9
+ export * from "./ListOrganizationAdminAccountsPaginator";
10
+ export * from "./ListPublishingDestinationsPaginator";
11
+ export * from "./ListThreatIntelSetsPaginator";
@@ -0,0 +1,58 @@
1
+ export * from "./AcceptInvitationCommand";
2
+ export * from "./ArchiveFindingsCommand";
3
+ export * from "./CreateDetectorCommand";
4
+ export * from "./CreateFilterCommand";
5
+ export * from "./CreateIPSetCommand";
6
+ export * from "./CreateMembersCommand";
7
+ export * from "./CreatePublishingDestinationCommand";
8
+ export * from "./CreateSampleFindingsCommand";
9
+ export * from "./CreateThreatIntelSetCommand";
10
+ export * from "./DeclineInvitationsCommand";
11
+ export * from "./DeleteDetectorCommand";
12
+ export * from "./DeleteFilterCommand";
13
+ export * from "./DeleteIPSetCommand";
14
+ export * from "./DeleteInvitationsCommand";
15
+ export * from "./DeleteMembersCommand";
16
+ export * from "./DeletePublishingDestinationCommand";
17
+ export * from "./DeleteThreatIntelSetCommand";
18
+ export * from "./DescribeOrganizationConfigurationCommand";
19
+ export * from "./DescribePublishingDestinationCommand";
20
+ export * from "./DisableOrganizationAdminAccountCommand";
21
+ export * from "./DisassociateFromMasterAccountCommand";
22
+ export * from "./DisassociateMembersCommand";
23
+ export * from "./EnableOrganizationAdminAccountCommand";
24
+ export * from "./GetDetectorCommand";
25
+ export * from "./GetFilterCommand";
26
+ export * from "./GetFindingsCommand";
27
+ export * from "./GetFindingsStatisticsCommand";
28
+ export * from "./GetIPSetCommand";
29
+ export * from "./GetInvitationsCountCommand";
30
+ export * from "./GetMasterAccountCommand";
31
+ export * from "./GetMemberDetectorsCommand";
32
+ export * from "./GetMembersCommand";
33
+ export * from "./GetThreatIntelSetCommand";
34
+ export * from "./GetUsageStatisticsCommand";
35
+ export * from "./InviteMembersCommand";
36
+ export * from "./ListDetectorsCommand";
37
+ export * from "./ListFiltersCommand";
38
+ export * from "./ListFindingsCommand";
39
+ export * from "./ListIPSetsCommand";
40
+ export * from "./ListInvitationsCommand";
41
+ export * from "./ListMembersCommand";
42
+ export * from "./ListOrganizationAdminAccountsCommand";
43
+ export * from "./ListPublishingDestinationsCommand";
44
+ export * from "./ListTagsForResourceCommand";
45
+ export * from "./ListThreatIntelSetsCommand";
46
+ export * from "./StartMonitoringMembersCommand";
47
+ export * from "./StopMonitoringMembersCommand";
48
+ export * from "./TagResourceCommand";
49
+ export * from "./UnarchiveFindingsCommand";
50
+ export * from "./UntagResourceCommand";
51
+ export * from "./UpdateDetectorCommand";
52
+ export * from "./UpdateFilterCommand";
53
+ export * from "./UpdateFindingsFeedbackCommand";
54
+ export * from "./UpdateIPSetCommand";
55
+ export * from "./UpdateMemberDetectorsCommand";
56
+ export * from "./UpdateOrganizationConfigurationCommand";
57
+ export * from "./UpdatePublishingDestinationCommand";
58
+ export * from "./UpdateThreatIntelSetCommand";
@@ -1,72 +1,5 @@
1
- export * from "./GuardDutyClient";
2
1
  export * from "./GuardDuty";
3
- export * from "./commands/AcceptInvitationCommand";
4
- export * from "./commands/ArchiveFindingsCommand";
5
- export * from "./commands/CreateDetectorCommand";
6
- export * from "./commands/CreateFilterCommand";
7
- export * from "./commands/CreateIPSetCommand";
8
- export * from "./commands/CreateMembersCommand";
9
- export * from "./commands/CreatePublishingDestinationCommand";
10
- export * from "./commands/CreateSampleFindingsCommand";
11
- export * from "./commands/CreateThreatIntelSetCommand";
12
- export * from "./commands/DeclineInvitationsCommand";
13
- export * from "./commands/DeleteDetectorCommand";
14
- export * from "./commands/DeleteFilterCommand";
15
- export * from "./commands/DeleteInvitationsCommand";
16
- export * from "./commands/DeleteIPSetCommand";
17
- export * from "./commands/DeleteMembersCommand";
18
- export * from "./commands/DeletePublishingDestinationCommand";
19
- export * from "./commands/DeleteThreatIntelSetCommand";
20
- export * from "./commands/DescribeOrganizationConfigurationCommand";
21
- export * from "./commands/DescribePublishingDestinationCommand";
22
- export * from "./commands/DisableOrganizationAdminAccountCommand";
23
- export * from "./commands/DisassociateFromMasterAccountCommand";
24
- export * from "./commands/DisassociateMembersCommand";
25
- export * from "./commands/EnableOrganizationAdminAccountCommand";
26
- export * from "./commands/GetDetectorCommand";
27
- export * from "./commands/GetFilterCommand";
28
- export * from "./commands/GetFindingsCommand";
29
- export * from "./commands/GetFindingsStatisticsCommand";
30
- export * from "./commands/GetInvitationsCountCommand";
31
- export * from "./commands/GetIPSetCommand";
32
- export * from "./commands/GetMasterAccountCommand";
33
- export * from "./commands/GetMemberDetectorsCommand";
34
- export * from "./commands/GetMembersCommand";
35
- export * from "./commands/GetThreatIntelSetCommand";
36
- export * from "./commands/GetUsageStatisticsCommand";
37
- export * from "./pagination/GetUsageStatisticsPaginator";
38
- export * from "./commands/InviteMembersCommand";
39
- export * from "./commands/ListDetectorsCommand";
40
- export * from "./pagination/ListDetectorsPaginator";
41
- export * from "./commands/ListFiltersCommand";
42
- export * from "./pagination/ListFiltersPaginator";
43
- export * from "./commands/ListFindingsCommand";
44
- export * from "./pagination/ListFindingsPaginator";
45
- export * from "./commands/ListInvitationsCommand";
46
- export * from "./pagination/ListInvitationsPaginator";
47
- export * from "./commands/ListIPSetsCommand";
48
- export * from "./pagination/ListIPSetsPaginator";
49
- export * from "./commands/ListMembersCommand";
50
- export * from "./pagination/ListMembersPaginator";
51
- export * from "./commands/ListOrganizationAdminAccountsCommand";
52
- export * from "./pagination/ListOrganizationAdminAccountsPaginator";
53
- export * from "./commands/ListPublishingDestinationsCommand";
54
- export * from "./pagination/ListPublishingDestinationsPaginator";
55
- export * from "./commands/ListTagsForResourceCommand";
56
- export * from "./commands/ListThreatIntelSetsCommand";
57
- export * from "./pagination/ListThreatIntelSetsPaginator";
58
- export * from "./commands/StartMonitoringMembersCommand";
59
- export * from "./commands/StopMonitoringMembersCommand";
60
- export * from "./commands/TagResourceCommand";
61
- export * from "./commands/UnarchiveFindingsCommand";
62
- export * from "./commands/UntagResourceCommand";
63
- export * from "./commands/UpdateDetectorCommand";
64
- export * from "./commands/UpdateFilterCommand";
65
- export * from "./commands/UpdateFindingsFeedbackCommand";
66
- export * from "./commands/UpdateIPSetCommand";
67
- export * from "./commands/UpdateMemberDetectorsCommand";
68
- export * from "./commands/UpdateOrganizationConfigurationCommand";
69
- export * from "./commands/UpdatePublishingDestinationCommand";
70
- export * from "./commands/UpdateThreatIntelSetCommand";
71
- export * from "./pagination/Interfaces";
72
- export * from "./models/index";
2
+ export * from "./GuardDutyClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,11 @@
1
+ export * from "./GetUsageStatisticsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListDetectorsPaginator";
4
+ export * from "./ListFiltersPaginator";
5
+ export * from "./ListFindingsPaginator";
6
+ export * from "./ListIPSetsPaginator";
7
+ export * from "./ListInvitationsPaginator";
8
+ export * from "./ListMembersPaginator";
9
+ export * from "./ListOrganizationAdminAccountsPaginator";
10
+ export * from "./ListPublishingDestinationsPaginator";
11
+ export * from "./ListThreatIntelSetsPaginator";
@@ -0,0 +1,58 @@
1
+ export * from "./AcceptInvitationCommand";
2
+ export * from "./ArchiveFindingsCommand";
3
+ export * from "./CreateDetectorCommand";
4
+ export * from "./CreateFilterCommand";
5
+ export * from "./CreateIPSetCommand";
6
+ export * from "./CreateMembersCommand";
7
+ export * from "./CreatePublishingDestinationCommand";
8
+ export * from "./CreateSampleFindingsCommand";
9
+ export * from "./CreateThreatIntelSetCommand";
10
+ export * from "./DeclineInvitationsCommand";
11
+ export * from "./DeleteDetectorCommand";
12
+ export * from "./DeleteFilterCommand";
13
+ export * from "./DeleteIPSetCommand";
14
+ export * from "./DeleteInvitationsCommand";
15
+ export * from "./DeleteMembersCommand";
16
+ export * from "./DeletePublishingDestinationCommand";
17
+ export * from "./DeleteThreatIntelSetCommand";
18
+ export * from "./DescribeOrganizationConfigurationCommand";
19
+ export * from "./DescribePublishingDestinationCommand";
20
+ export * from "./DisableOrganizationAdminAccountCommand";
21
+ export * from "./DisassociateFromMasterAccountCommand";
22
+ export * from "./DisassociateMembersCommand";
23
+ export * from "./EnableOrganizationAdminAccountCommand";
24
+ export * from "./GetDetectorCommand";
25
+ export * from "./GetFilterCommand";
26
+ export * from "./GetFindingsCommand";
27
+ export * from "./GetFindingsStatisticsCommand";
28
+ export * from "./GetIPSetCommand";
29
+ export * from "./GetInvitationsCountCommand";
30
+ export * from "./GetMasterAccountCommand";
31
+ export * from "./GetMemberDetectorsCommand";
32
+ export * from "./GetMembersCommand";
33
+ export * from "./GetThreatIntelSetCommand";
34
+ export * from "./GetUsageStatisticsCommand";
35
+ export * from "./InviteMembersCommand";
36
+ export * from "./ListDetectorsCommand";
37
+ export * from "./ListFiltersCommand";
38
+ export * from "./ListFindingsCommand";
39
+ export * from "./ListIPSetsCommand";
40
+ export * from "./ListInvitationsCommand";
41
+ export * from "./ListMembersCommand";
42
+ export * from "./ListOrganizationAdminAccountsCommand";
43
+ export * from "./ListPublishingDestinationsCommand";
44
+ export * from "./ListTagsForResourceCommand";
45
+ export * from "./ListThreatIntelSetsCommand";
46
+ export * from "./StartMonitoringMembersCommand";
47
+ export * from "./StopMonitoringMembersCommand";
48
+ export * from "./TagResourceCommand";
49
+ export * from "./UnarchiveFindingsCommand";
50
+ export * from "./UntagResourceCommand";
51
+ export * from "./UpdateDetectorCommand";
52
+ export * from "./UpdateFilterCommand";
53
+ export * from "./UpdateFindingsFeedbackCommand";
54
+ export * from "./UpdateIPSetCommand";
55
+ export * from "./UpdateMemberDetectorsCommand";
56
+ export * from "./UpdateOrganizationConfigurationCommand";
57
+ export * from "./UpdatePublishingDestinationCommand";
58
+ export * from "./UpdateThreatIntelSetCommand";
@@ -1,72 +1,5 @@
1
- export * from "./GuardDutyClient";
2
1
  export * from "./GuardDuty";
3
- export * from "./commands/AcceptInvitationCommand";
4
- export * from "./commands/ArchiveFindingsCommand";
5
- export * from "./commands/CreateDetectorCommand";
6
- export * from "./commands/CreateFilterCommand";
7
- export * from "./commands/CreateIPSetCommand";
8
- export * from "./commands/CreateMembersCommand";
9
- export * from "./commands/CreatePublishingDestinationCommand";
10
- export * from "./commands/CreateSampleFindingsCommand";
11
- export * from "./commands/CreateThreatIntelSetCommand";
12
- export * from "./commands/DeclineInvitationsCommand";
13
- export * from "./commands/DeleteDetectorCommand";
14
- export * from "./commands/DeleteFilterCommand";
15
- export * from "./commands/DeleteInvitationsCommand";
16
- export * from "./commands/DeleteIPSetCommand";
17
- export * from "./commands/DeleteMembersCommand";
18
- export * from "./commands/DeletePublishingDestinationCommand";
19
- export * from "./commands/DeleteThreatIntelSetCommand";
20
- export * from "./commands/DescribeOrganizationConfigurationCommand";
21
- export * from "./commands/DescribePublishingDestinationCommand";
22
- export * from "./commands/DisableOrganizationAdminAccountCommand";
23
- export * from "./commands/DisassociateFromMasterAccountCommand";
24
- export * from "./commands/DisassociateMembersCommand";
25
- export * from "./commands/EnableOrganizationAdminAccountCommand";
26
- export * from "./commands/GetDetectorCommand";
27
- export * from "./commands/GetFilterCommand";
28
- export * from "./commands/GetFindingsCommand";
29
- export * from "./commands/GetFindingsStatisticsCommand";
30
- export * from "./commands/GetInvitationsCountCommand";
31
- export * from "./commands/GetIPSetCommand";
32
- export * from "./commands/GetMasterAccountCommand";
33
- export * from "./commands/GetMemberDetectorsCommand";
34
- export * from "./commands/GetMembersCommand";
35
- export * from "./commands/GetThreatIntelSetCommand";
36
- export * from "./commands/GetUsageStatisticsCommand";
37
- export * from "./pagination/GetUsageStatisticsPaginator";
38
- export * from "./commands/InviteMembersCommand";
39
- export * from "./commands/ListDetectorsCommand";
40
- export * from "./pagination/ListDetectorsPaginator";
41
- export * from "./commands/ListFiltersCommand";
42
- export * from "./pagination/ListFiltersPaginator";
43
- export * from "./commands/ListFindingsCommand";
44
- export * from "./pagination/ListFindingsPaginator";
45
- export * from "./commands/ListInvitationsCommand";
46
- export * from "./pagination/ListInvitationsPaginator";
47
- export * from "./commands/ListIPSetsCommand";
48
- export * from "./pagination/ListIPSetsPaginator";
49
- export * from "./commands/ListMembersCommand";
50
- export * from "./pagination/ListMembersPaginator";
51
- export * from "./commands/ListOrganizationAdminAccountsCommand";
52
- export * from "./pagination/ListOrganizationAdminAccountsPaginator";
53
- export * from "./commands/ListPublishingDestinationsCommand";
54
- export * from "./pagination/ListPublishingDestinationsPaginator";
55
- export * from "./commands/ListTagsForResourceCommand";
56
- export * from "./commands/ListThreatIntelSetsCommand";
57
- export * from "./pagination/ListThreatIntelSetsPaginator";
58
- export * from "./commands/StartMonitoringMembersCommand";
59
- export * from "./commands/StopMonitoringMembersCommand";
60
- export * from "./commands/TagResourceCommand";
61
- export * from "./commands/UnarchiveFindingsCommand";
62
- export * from "./commands/UntagResourceCommand";
63
- export * from "./commands/UpdateDetectorCommand";
64
- export * from "./commands/UpdateFilterCommand";
65
- export * from "./commands/UpdateFindingsFeedbackCommand";
66
- export * from "./commands/UpdateIPSetCommand";
67
- export * from "./commands/UpdateMemberDetectorsCommand";
68
- export * from "./commands/UpdateOrganizationConfigurationCommand";
69
- export * from "./commands/UpdatePublishingDestinationCommand";
70
- export * from "./commands/UpdateThreatIntelSetCommand";
71
- export * from "./pagination/Interfaces";
72
- export * from "./models/index";
2
+ export * from "./GuardDutyClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,11 @@
1
+ export * from "./GetUsageStatisticsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListDetectorsPaginator";
4
+ export * from "./ListFiltersPaginator";
5
+ export * from "./ListFindingsPaginator";
6
+ export * from "./ListIPSetsPaginator";
7
+ export * from "./ListInvitationsPaginator";
8
+ export * from "./ListMembersPaginator";
9
+ export * from "./ListOrganizationAdminAccountsPaginator";
10
+ export * from "./ListPublishingDestinationsPaginator";
11
+ export * from "./ListThreatIntelSetsPaginator";
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.37.0",
4
+ "version": "3.38.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
24
+ "@aws-sdk/client-sts": "3.38.0",
25
+ "@aws-sdk/config-resolver": "3.38.0",
26
+ "@aws-sdk/credential-provider-node": "3.38.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.38.0",
34
+ "@aws-sdk/middleware-serde": "3.38.0",
35
+ "@aws-sdk/middleware-signing": "3.38.0",
36
+ "@aws-sdk/middleware-stack": "3.38.0",
37
+ "@aws-sdk/middleware-user-agent": "3.38.0",
38
+ "@aws-sdk/node-config-provider": "3.38.0",
39
+ "@aws-sdk/node-http-handler": "3.38.0",
40
+ "@aws-sdk/protocol-http": "3.38.0",
41
+ "@aws-sdk/smithy-client": "3.38.0",
42
+ "@aws-sdk/types": "3.38.0",
43
+ "@aws-sdk/url-parser": "3.38.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
49
+ "@aws-sdk/util-user-agent-node": "3.38.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0",
53
53
  "uuid": "^8.3.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@aws-sdk/client-documentation-generator": "3.37.0",
56
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
57
57
  "@types/node": "^12.7.5",
58
58
  "@types/uuid": "^8.3.0",
59
59
  "downlevel-dts": "0.7.0",