@aws-sdk/client-guardduty 3.40.0 → 3.45.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 +41 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDetectorCommand.d.ts +1 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-guardduty
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -87,6 +87,7 @@ const partitionHash = {
|
|
|
87
87
|
"ap-south-1",
|
|
88
88
|
"ap-southeast-1",
|
|
89
89
|
"ap-southeast-2",
|
|
90
|
+
"ap-southeast-3",
|
|
90
91
|
"ca-central-1",
|
|
91
92
|
"eu-central-1",
|
|
92
93
|
"eu-north-1",
|
|
@@ -155,6 +156,10 @@ const partitionHash = {
|
|
|
155
156
|
hostname: "guardduty.{region}.c2s.ic.gov",
|
|
156
157
|
tags: [],
|
|
157
158
|
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "guardduty-fips.{region}.c2s.ic.gov",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
158
163
|
],
|
|
159
164
|
},
|
|
160
165
|
"aws-iso-b": {
|
|
@@ -165,6 +170,10 @@ const partitionHash = {
|
|
|
165
170
|
hostname: "guardduty.{region}.sc2s.sgov.gov",
|
|
166
171
|
tags: [],
|
|
167
172
|
},
|
|
173
|
+
{
|
|
174
|
+
hostname: "guardduty-fips.{region}.sc2s.sgov.gov",
|
|
175
|
+
tags: ["fips"],
|
|
176
|
+
},
|
|
168
177
|
],
|
|
169
178
|
},
|
|
170
179
|
"aws-us-gov": {
|
|
@@ -179,6 +188,14 @@ const partitionHash = {
|
|
|
179
188
|
hostname: "guardduty.{region}.amazonaws.com",
|
|
180
189
|
tags: ["fips"],
|
|
181
190
|
},
|
|
191
|
+
{
|
|
192
|
+
hostname: "guardduty-fips.{region}.api.aws",
|
|
193
|
+
tags: ["dualstack", "fips"],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "guardduty.{region}.api.aws",
|
|
197
|
+
tags: ["dualstack"],
|
|
198
|
+
},
|
|
182
199
|
],
|
|
183
200
|
},
|
|
184
201
|
};
|
package/dist-es/endpoints.js
CHANGED
|
@@ -85,6 +85,7 @@ var partitionHash = {
|
|
|
85
85
|
"ap-south-1",
|
|
86
86
|
"ap-southeast-1",
|
|
87
87
|
"ap-southeast-2",
|
|
88
|
+
"ap-southeast-3",
|
|
88
89
|
"ca-central-1",
|
|
89
90
|
"eu-central-1",
|
|
90
91
|
"eu-north-1",
|
|
@@ -153,6 +154,10 @@ var partitionHash = {
|
|
|
153
154
|
hostname: "guardduty.{region}.c2s.ic.gov",
|
|
154
155
|
tags: [],
|
|
155
156
|
},
|
|
157
|
+
{
|
|
158
|
+
hostname: "guardduty-fips.{region}.c2s.ic.gov",
|
|
159
|
+
tags: ["fips"],
|
|
160
|
+
},
|
|
156
161
|
],
|
|
157
162
|
},
|
|
158
163
|
"aws-iso-b": {
|
|
@@ -163,6 +168,10 @@ var partitionHash = {
|
|
|
163
168
|
hostname: "guardduty.{region}.sc2s.sgov.gov",
|
|
164
169
|
tags: [],
|
|
165
170
|
},
|
|
171
|
+
{
|
|
172
|
+
hostname: "guardduty-fips.{region}.sc2s.sgov.gov",
|
|
173
|
+
tags: ["fips"],
|
|
174
|
+
},
|
|
166
175
|
],
|
|
167
176
|
},
|
|
168
177
|
"aws-us-gov": {
|
|
@@ -177,6 +186,14 @@ var partitionHash = {
|
|
|
177
186
|
hostname: "guardduty.{region}.amazonaws.com",
|
|
178
187
|
tags: ["fips"],
|
|
179
188
|
},
|
|
189
|
+
{
|
|
190
|
+
hostname: "guardduty-fips.{region}.api.aws",
|
|
191
|
+
tags: ["dualstack", "fips"],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
hostname: "guardduty.{region}.api.aws",
|
|
195
|
+
tags: ["dualstack"],
|
|
196
|
+
},
|
|
180
197
|
],
|
|
181
198
|
},
|
|
182
199
|
};
|
|
@@ -20,7 +20,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AcceptInvitationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ArchiveFindingsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ArchiveFindingsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ArchiveFindingsCommand extends $Command<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDetectorCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDetectorCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDetectorCommand extends $Command<CreateDetectorCommandInput, CreateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateIPSetCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateIPSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link CreateMembersCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link CreateMembersCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreatePublishingDestinationCommandOutput extends CreatePublishi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreatePublishingDestinationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreatePublishingDestinationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreatePublishingDestinationCommand extends $Command<CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateSampleFindingsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateSampleFindingsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateThreatIntelSetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateThreatIntelSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateThreatIntelSetCommand extends $Command<CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDetectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDetectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteIPSetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteIPSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteMembersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteMembersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeletePublishingDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeletePublishingDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeletePublishingDestinationCommand extends $Command<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteThreatIntelSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteThreatIntelSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteThreatIntelSetCommand extends $Command<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribePublishingDestinationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribePublishingDestinationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribePublishingDestinationCommand extends $Command<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisassociateMembersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisassociateMembersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDetectorCommandOutput extends GetDetectorResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDetectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDetectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDetectorCommand extends $Command<GetDetectorCommandInput, GetDetectorCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFilterCommand extends $Command<GetFilterCommandInput, GetFilterCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatistic
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsStatisticsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFindingsStatisticsCommand extends $Command<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIPSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIPSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetInvitationsCountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetInvitationsCountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetMasterAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetMasterAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMemberDetectorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMemberDetectorsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMemberDetectorsCommand extends $Command<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetMembersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetMembersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetMembersCommand extends $Command<GetMembersCommandInput, GetMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetThreatIntelSetCommandOutput extends GetThreatIntelSetRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetThreatIntelSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetThreatIntelSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetThreatIntelSetCommand extends $Command<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetUsageStatisticsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetUsageStatisticsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetUsageStatisticsCommand extends $Command<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link InviteMembersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link InviteMembersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class InviteMembersCommand extends $Command<InviteMembersCommandInput, InviteMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDetectorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDetectorsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDetectorsCommand extends $Command<ListDetectorsCommandInput, ListDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFiltersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFiltersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListIPSetsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListIPSetsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListInvitationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListInvitationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMembersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMembersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListOrganizationAdminAccountsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListOrganizationAdminAccountsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListPublishingDestinationsCommandOutput extends ListPublishingD
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListPublishingDestinationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListPublishingDestinationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListPublishingDestinationsCommand extends $Command<ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListThreatIntelSetsCommandOutput extends ListThreatIntelSetsRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListThreatIntelSetsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListThreatIntelSetsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListThreatIntelSetsCommand extends $Command<ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartMonitoringMembersCommandOutput extends StartMonitoringMemb
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartMonitoringMembersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartMonitoringMembersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartMonitoringMembersCommand extends $Command<StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StopMonitoringMembersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StopMonitoringMembersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StopMonitoringMembersCommand extends $Command<StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UnarchiveFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UnarchiveFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UnarchiveFindingsCommand extends $Command<UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDetectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDetectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDetectorCommand extends $Command<UpdateDetectorCommandInput, UpdateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFilterCommand extends $Command<UpdateFilterCommandInput, UpdateFilterCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedb
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFindingsFeedbackCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFindingsFeedbackCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFindingsFeedbackCommand extends $Command<UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateIPSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMemberDetectorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMemberDetectorsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMemberDetectorsCommand extends $Command<UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdatePublishingDestinationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdatePublishingDestinationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdatePublishingDestinationCommand extends $Command<UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateThreatIntelSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateThreatIntelSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GuardDutyClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateThreatIntelSetCommand extends $Command<UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.45.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,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|