@aws-sdk/client-guardduty 3.110.0 → 3.118.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 +27 -0
- package/README.md +15 -13
- package/dist-cjs/GuardDuty.js +60 -0
- package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +36 -0
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +36 -0
- package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +97 -13
- package/dist-cjs/protocols/Aws_restJson1.js +364 -5
- package/dist-es/GuardDuty.js +60 -0
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +39 -0
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +39 -0
- package/dist-es/commands/GetAdministratorAccountCommand.js +39 -0
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +64 -8
- package/dist-es/protocols/Aws_restJson1.js +451 -2
- package/dist-types/GuardDuty.d.ts +47 -11
- package/dist-types/GuardDutyClient.d.ts +14 -8
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +35 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -2
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +36 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +35 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +258 -8
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +20 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +6 -2
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +157 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-guardduty
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-guardduty
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.111.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.110.0...v3.111.0) (2022-06-15)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **client-guardduty:** Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts. ([02083d6](https://github.com/aws/aws-sdk-js-v3/commit/02083d6015548389b612991bffa8234814f6437f))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-guardduty
|
package/README.md
CHANGED
|
@@ -10,12 +10,14 @@
|
|
|
10
10
|
AWS SDK for JavaScript GuardDuty Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
12
|
<p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
|
|
13
|
-
the following data sources: VPC Flow Logs,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
the following data sources: VPC Flow Logs, AWS CloudTrail management event logs, CloudTrail S3 data event
|
|
14
|
+
logs, EKS audit logs, and DNS logs.
|
|
15
|
+
It uses threat intelligence
|
|
16
|
+
feeds (such as lists of malicious IPs and domains) and machine learning to identify
|
|
17
|
+
unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
|
|
18
|
+
This can include issues like escalations of privileges, uses of exposed credentials, or
|
|
19
|
+
communication with malicious IPs, URLs, or domains. For example, GuardDuty can detect
|
|
20
|
+
compromised EC2 instances that serve malware or mine bitcoin. </p>
|
|
19
21
|
<p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise. Some examples
|
|
20
22
|
of this are unauthorized infrastructure deployments such as EC2 instances deployed in a Region
|
|
21
23
|
that has never been used, or unusual API calls like a password policy change to reduce
|
|
@@ -42,16 +44,16 @@ using your favorite package manager:
|
|
|
42
44
|
|
|
43
45
|
The AWS SDK is modulized by clients and commands.
|
|
44
46
|
To send a request, you only need to import the `GuardDutyClient` and
|
|
45
|
-
the commands you need, for example `
|
|
47
|
+
the commands you need, for example `AcceptAdministratorInvitationCommand`:
|
|
46
48
|
|
|
47
49
|
```js
|
|
48
50
|
// ES5 example
|
|
49
|
-
const { GuardDutyClient,
|
|
51
|
+
const { GuardDutyClient, AcceptAdministratorInvitationCommand } = require("@aws-sdk/client-guardduty");
|
|
50
52
|
```
|
|
51
53
|
|
|
52
54
|
```ts
|
|
53
55
|
// ES6+ example
|
|
54
|
-
import { GuardDutyClient,
|
|
56
|
+
import { GuardDutyClient, AcceptAdministratorInvitationCommand } from "@aws-sdk/client-guardduty";
|
|
55
57
|
```
|
|
56
58
|
|
|
57
59
|
### Usage
|
|
@@ -70,7 +72,7 @@ const client = new GuardDutyClient({ region: "REGION" });
|
|
|
70
72
|
const params = {
|
|
71
73
|
/** input parameters */
|
|
72
74
|
};
|
|
73
|
-
const command = new
|
|
75
|
+
const command = new AcceptAdministratorInvitationCommand(params);
|
|
74
76
|
```
|
|
75
77
|
|
|
76
78
|
#### Async/await
|
|
@@ -149,7 +151,7 @@ const client = new AWS.GuardDuty({ region: "REGION" });
|
|
|
149
151
|
|
|
150
152
|
// async/await.
|
|
151
153
|
try {
|
|
152
|
-
const data = await client.
|
|
154
|
+
const data = await client.acceptAdministratorInvitation(params);
|
|
153
155
|
// process data.
|
|
154
156
|
} catch (error) {
|
|
155
157
|
// error handling.
|
|
@@ -157,7 +159,7 @@ try {
|
|
|
157
159
|
|
|
158
160
|
// Promises.
|
|
159
161
|
client
|
|
160
|
-
.
|
|
162
|
+
.acceptAdministratorInvitation(params)
|
|
161
163
|
.then((data) => {
|
|
162
164
|
// process data.
|
|
163
165
|
})
|
|
@@ -166,7 +168,7 @@ client
|
|
|
166
168
|
});
|
|
167
169
|
|
|
168
170
|
// callbacks.
|
|
169
|
-
client.
|
|
171
|
+
client.acceptAdministratorInvitation(params, (err, data) => {
|
|
170
172
|
// process err and data.
|
|
171
173
|
});
|
|
172
174
|
```
|
package/dist-cjs/GuardDuty.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GuardDuty = void 0;
|
|
4
|
+
const AcceptAdministratorInvitationCommand_1 = require("./commands/AcceptAdministratorInvitationCommand");
|
|
4
5
|
const AcceptInvitationCommand_1 = require("./commands/AcceptInvitationCommand");
|
|
5
6
|
const ArchiveFindingsCommand_1 = require("./commands/ArchiveFindingsCommand");
|
|
6
7
|
const CreateDetectorCommand_1 = require("./commands/CreateDetectorCommand");
|
|
@@ -21,9 +22,11 @@ const DeleteThreatIntelSetCommand_1 = require("./commands/DeleteThreatIntelSetCo
|
|
|
21
22
|
const DescribeOrganizationConfigurationCommand_1 = require("./commands/DescribeOrganizationConfigurationCommand");
|
|
22
23
|
const DescribePublishingDestinationCommand_1 = require("./commands/DescribePublishingDestinationCommand");
|
|
23
24
|
const DisableOrganizationAdminAccountCommand_1 = require("./commands/DisableOrganizationAdminAccountCommand");
|
|
25
|
+
const DisassociateFromAdministratorAccountCommand_1 = require("./commands/DisassociateFromAdministratorAccountCommand");
|
|
24
26
|
const DisassociateFromMasterAccountCommand_1 = require("./commands/DisassociateFromMasterAccountCommand");
|
|
25
27
|
const DisassociateMembersCommand_1 = require("./commands/DisassociateMembersCommand");
|
|
26
28
|
const EnableOrganizationAdminAccountCommand_1 = require("./commands/EnableOrganizationAdminAccountCommand");
|
|
29
|
+
const GetAdministratorAccountCommand_1 = require("./commands/GetAdministratorAccountCommand");
|
|
27
30
|
const GetDetectorCommand_1 = require("./commands/GetDetectorCommand");
|
|
28
31
|
const GetFilterCommand_1 = require("./commands/GetFilterCommand");
|
|
29
32
|
const GetFindingsCommand_1 = require("./commands/GetFindingsCommand");
|
|
@@ -33,6 +36,7 @@ const GetIPSetCommand_1 = require("./commands/GetIPSetCommand");
|
|
|
33
36
|
const GetMasterAccountCommand_1 = require("./commands/GetMasterAccountCommand");
|
|
34
37
|
const GetMemberDetectorsCommand_1 = require("./commands/GetMemberDetectorsCommand");
|
|
35
38
|
const GetMembersCommand_1 = require("./commands/GetMembersCommand");
|
|
39
|
+
const GetRemainingFreeTrialDaysCommand_1 = require("./commands/GetRemainingFreeTrialDaysCommand");
|
|
36
40
|
const GetThreatIntelSetCommand_1 = require("./commands/GetThreatIntelSetCommand");
|
|
37
41
|
const GetUsageStatisticsCommand_1 = require("./commands/GetUsageStatisticsCommand");
|
|
38
42
|
const InviteMembersCommand_1 = require("./commands/InviteMembersCommand");
|
|
@@ -61,6 +65,20 @@ const UpdatePublishingDestinationCommand_1 = require("./commands/UpdatePublishin
|
|
|
61
65
|
const UpdateThreatIntelSetCommand_1 = require("./commands/UpdateThreatIntelSetCommand");
|
|
62
66
|
const GuardDutyClient_1 = require("./GuardDutyClient");
|
|
63
67
|
class GuardDuty extends GuardDutyClient_1.GuardDutyClient {
|
|
68
|
+
acceptAdministratorInvitation(args, optionsOrCb, cb) {
|
|
69
|
+
const command = new AcceptAdministratorInvitationCommand_1.AcceptAdministratorInvitationCommand(args);
|
|
70
|
+
if (typeof optionsOrCb === "function") {
|
|
71
|
+
this.send(command, optionsOrCb);
|
|
72
|
+
}
|
|
73
|
+
else if (typeof cb === "function") {
|
|
74
|
+
if (typeof optionsOrCb !== "object")
|
|
75
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
76
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
return this.send(command, optionsOrCb);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
64
82
|
acceptInvitation(args, optionsOrCb, cb) {
|
|
65
83
|
const command = new AcceptInvitationCommand_1.AcceptInvitationCommand(args);
|
|
66
84
|
if (typeof optionsOrCb === "function") {
|
|
@@ -341,6 +359,20 @@ class GuardDuty extends GuardDutyClient_1.GuardDutyClient {
|
|
|
341
359
|
return this.send(command, optionsOrCb);
|
|
342
360
|
}
|
|
343
361
|
}
|
|
362
|
+
disassociateFromAdministratorAccount(args, optionsOrCb, cb) {
|
|
363
|
+
const command = new DisassociateFromAdministratorAccountCommand_1.DisassociateFromAdministratorAccountCommand(args);
|
|
364
|
+
if (typeof optionsOrCb === "function") {
|
|
365
|
+
this.send(command, optionsOrCb);
|
|
366
|
+
}
|
|
367
|
+
else if (typeof cb === "function") {
|
|
368
|
+
if (typeof optionsOrCb !== "object")
|
|
369
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
370
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
371
|
+
}
|
|
372
|
+
else {
|
|
373
|
+
return this.send(command, optionsOrCb);
|
|
374
|
+
}
|
|
375
|
+
}
|
|
344
376
|
disassociateFromMasterAccount(args, optionsOrCb, cb) {
|
|
345
377
|
const command = new DisassociateFromMasterAccountCommand_1.DisassociateFromMasterAccountCommand(args);
|
|
346
378
|
if (typeof optionsOrCb === "function") {
|
|
@@ -383,6 +415,20 @@ class GuardDuty extends GuardDutyClient_1.GuardDutyClient {
|
|
|
383
415
|
return this.send(command, optionsOrCb);
|
|
384
416
|
}
|
|
385
417
|
}
|
|
418
|
+
getAdministratorAccount(args, optionsOrCb, cb) {
|
|
419
|
+
const command = new GetAdministratorAccountCommand_1.GetAdministratorAccountCommand(args);
|
|
420
|
+
if (typeof optionsOrCb === "function") {
|
|
421
|
+
this.send(command, optionsOrCb);
|
|
422
|
+
}
|
|
423
|
+
else if (typeof cb === "function") {
|
|
424
|
+
if (typeof optionsOrCb !== "object")
|
|
425
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
426
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
427
|
+
}
|
|
428
|
+
else {
|
|
429
|
+
return this.send(command, optionsOrCb);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
386
432
|
getDetector(args, optionsOrCb, cb) {
|
|
387
433
|
const command = new GetDetectorCommand_1.GetDetectorCommand(args);
|
|
388
434
|
if (typeof optionsOrCb === "function") {
|
|
@@ -509,6 +555,20 @@ class GuardDuty extends GuardDutyClient_1.GuardDutyClient {
|
|
|
509
555
|
return this.send(command, optionsOrCb);
|
|
510
556
|
}
|
|
511
557
|
}
|
|
558
|
+
getRemainingFreeTrialDays(args, optionsOrCb, cb) {
|
|
559
|
+
const command = new GetRemainingFreeTrialDaysCommand_1.GetRemainingFreeTrialDaysCommand(args);
|
|
560
|
+
if (typeof optionsOrCb === "function") {
|
|
561
|
+
this.send(command, optionsOrCb);
|
|
562
|
+
}
|
|
563
|
+
else if (typeof cb === "function") {
|
|
564
|
+
if (typeof optionsOrCb !== "object")
|
|
565
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
566
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
567
|
+
}
|
|
568
|
+
else {
|
|
569
|
+
return this.send(command, optionsOrCb);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
512
572
|
getThreatIntelSet(args, optionsOrCb, cb) {
|
|
513
573
|
const command = new GetThreatIntelSetCommand_1.GetThreatIntelSetCommand(args);
|
|
514
574
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AcceptAdministratorInvitationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class AcceptAdministratorInvitationCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "GuardDutyClient";
|
|
18
|
+
const commandName = "AcceptAdministratorInvitationCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AcceptAdministratorInvitationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AcceptAdministratorInvitationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1AcceptAdministratorInvitationCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1AcceptAdministratorInvitationCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.AcceptAdministratorInvitationCommand = AcceptAdministratorInvitationCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassociateFromAdministratorAccountCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DisassociateFromAdministratorAccountCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "GuardDutyClient";
|
|
18
|
+
const commandName = "DisassociateFromAdministratorAccountCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DisassociateFromAdministratorAccountRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DisassociateFromAdministratorAccountResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateFromAdministratorAccountCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateFromAdministratorAccountCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DisassociateFromAdministratorAccountCommand = DisassociateFromAdministratorAccountCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAdministratorAccountCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetAdministratorAccountCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "GuardDutyClient";
|
|
18
|
+
const commandName = "GetAdministratorAccountCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetAdministratorAccountRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetAdministratorAccountResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1GetAdministratorAccountCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1GetAdministratorAccountCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetAdministratorAccountCommand = GetAdministratorAccountCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetRemainingFreeTrialDaysCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetRemainingFreeTrialDaysCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "GuardDutyClient";
|
|
18
|
+
const commandName = "GetRemainingFreeTrialDaysCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetRemainingFreeTrialDaysRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetRemainingFreeTrialDaysResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1GetRemainingFreeTrialDaysCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1GetRemainingFreeTrialDaysCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetRemainingFreeTrialDaysCommand = GetRemainingFreeTrialDaysCommand;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AcceptAdministratorInvitationCommand"), exports);
|
|
4
5
|
tslib_1.__exportStar(require("./AcceptInvitationCommand"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ArchiveFindingsCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./CreateDetectorCommand"), exports);
|
|
@@ -21,9 +22,11 @@ tslib_1.__exportStar(require("./DeleteThreatIntelSetCommand"), exports);
|
|
|
21
22
|
tslib_1.__exportStar(require("./DescribeOrganizationConfigurationCommand"), exports);
|
|
22
23
|
tslib_1.__exportStar(require("./DescribePublishingDestinationCommand"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./DisableOrganizationAdminAccountCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DisassociateFromAdministratorAccountCommand"), exports);
|
|
24
26
|
tslib_1.__exportStar(require("./DisassociateFromMasterAccountCommand"), exports);
|
|
25
27
|
tslib_1.__exportStar(require("./DisassociateMembersCommand"), exports);
|
|
26
28
|
tslib_1.__exportStar(require("./EnableOrganizationAdminAccountCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetAdministratorAccountCommand"), exports);
|
|
27
30
|
tslib_1.__exportStar(require("./GetDetectorCommand"), exports);
|
|
28
31
|
tslib_1.__exportStar(require("./GetFilterCommand"), exports);
|
|
29
32
|
tslib_1.__exportStar(require("./GetFindingsCommand"), exports);
|
|
@@ -33,6 +36,7 @@ tslib_1.__exportStar(require("./GetInvitationsCountCommand"), exports);
|
|
|
33
36
|
tslib_1.__exportStar(require("./GetMasterAccountCommand"), exports);
|
|
34
37
|
tslib_1.__exportStar(require("./GetMemberDetectorsCommand"), exports);
|
|
35
38
|
tslib_1.__exportStar(require("./GetMembersCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./GetRemainingFreeTrialDaysCommand"), exports);
|
|
36
40
|
tslib_1.__exportStar(require("./GetThreatIntelSetCommand"), exports);
|
|
37
41
|
tslib_1.__exportStar(require("./GetUsageStatisticsCommand"), exports);
|
|
38
42
|
tslib_1.__exportStar(require("./InviteMembersCommand"), exports);
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpdateThreatIntelSetResponse = exports.UpdateThreatIntelSetRequest = exports.UpdatePublishingDestinationResponse = exports.UpdatePublishingDestinationRequest = exports.UpdateOrganizationConfigurationResponse = exports.UpdateOrganizationConfigurationRequest = exports.OrganizationDataSourceConfigurations = exports.OrganizationS3LogsConfiguration = exports.OrganizationKubernetesConfiguration = exports.OrganizationKubernetesAuditLogsConfiguration = exports.UpdateMemberDetectorsResponse = exports.UpdateMemberDetectorsRequest = exports.UpdateIPSetResponse = exports.UpdateIPSetRequest = exports.UpdateFindingsFeedbackResponse = exports.UpdateFindingsFeedbackRequest = exports.UpdateFilterResponse = exports.UpdateFilterRequest = exports.UpdateDetectorResponse = exports.UpdateDetectorRequest = exports.UntagResourceResponse = void 0;
|
|
3
|
+
exports.FindingPublishingFrequency = exports.DataSourceConfigurations = exports.S3LogsConfiguration = exports.KubernetesConfiguration = exports.KubernetesAuditLogsConfiguration = exports.Container = exports.VolumeMount = exports.SecurityContext = exports.Condition = exports.CloudTrailConfigurationResult = exports.DataSourceStatus = exports.BucketLevelPermissions = exports.BucketPolicy = exports.ArchiveFindingsResponse = exports.ArchiveFindingsRequest = exports.Administrator = exports.AdminAccount = exports.AdminStatus = exports.Action = exports.PortProbeAction = exports.PortProbeDetail = exports.NetworkConnectionAction = exports.RemotePortDetails = exports.LocalPortDetails = exports.LocalIpDetails = exports.KubernetesApiCallAction = exports.DnsRequestAction = exports.AwsApiCallAction = exports.RemoteIpDetails = exports.Organization = exports.GeoLocation = exports.Country = exports.City = exports.RemoteAccountDetails = exports.DomainDetails = exports.AccountLevelPermissions = exports.BlockPublicAccess = exports.AccountFreeTrialInfo = exports.DataSourcesFreeTrial = exports.KubernetesDataSourceFreeTrial = exports.DataSourceFreeTrial = exports.AccountDetail = exports.AccessKeyDetails = exports.AccessControlList = exports.AcceptInvitationResponse = exports.AcceptInvitationRequest = exports.InternalServerErrorException = exports.BadRequestException = exports.AcceptAdministratorInvitationResponse = exports.AcceptAdministratorInvitationRequest = void 0;
|
|
4
|
+
exports.OrganizationDataSourceConfigurationsResult = exports.OrganizationS3LogsConfigurationResult = exports.OrganizationKubernetesConfigurationResult = exports.OrganizationKubernetesAuditLogsConfigurationResult = exports.DescribeOrganizationConfigurationRequest = exports.DeleteThreatIntelSetResponse = exports.DeleteThreatIntelSetRequest = exports.DeletePublishingDestinationResponse = exports.DeletePublishingDestinationRequest = exports.DeleteMembersResponse = exports.DeleteMembersRequest = exports.DeleteIPSetResponse = exports.DeleteIPSetRequest = exports.DeleteInvitationsResponse = exports.DeleteInvitationsRequest = exports.DeleteFilterResponse = exports.DeleteFilterRequest = exports.DeleteDetectorResponse = exports.DeleteDetectorRequest = exports.DefaultServerSideEncryption = exports.DeclineInvitationsResponse = exports.DeclineInvitationsRequest = exports.DataSourceConfigurationsResult = exports.S3LogsConfigurationResult = exports.KubernetesConfigurationResult = exports.KubernetesAuditLogsConfigurationResult = exports.FlowLogsConfigurationResult = exports.DNSLogsConfigurationResult = exports.DataSource = exports.CreateThreatIntelSetResponse = exports.CreateThreatIntelSetRequest = exports.ThreatIntelSetFormat = exports.CreateSampleFindingsResponse = exports.CreateSampleFindingsRequest = exports.CreatePublishingDestinationResponse = exports.CreatePublishingDestinationRequest = exports.DestinationType = exports.DestinationProperties = exports.CreateMembersResponse = exports.UnprocessedAccount = exports.CreateMembersRequest = exports.CreateIPSetResponse = exports.CreateIPSetRequest = exports.IpSetFormat = exports.CreateFilterResponse = exports.CreateFilterRequest = exports.FindingCriteria = exports.FilterAction = exports.CreateDetectorResponse = exports.CreateDetectorRequest = void 0;
|
|
5
|
+
exports.SortCriteria = exports.OrderBy = exports.GetFilterResponse = exports.GetFilterRequest = exports.GetDetectorResponse = exports.GetDetectorRequest = exports.GetAdministratorAccountResponse = exports.GetAdministratorAccountRequest = exports.FindingStatisticType = exports.FindingStatistics = exports.Finding = exports.Service = exports.ServiceAdditionalInfo = exports.Resource = exports.S3BucketDetail = exports.PublicAccess = exports.PermissionConfiguration = exports.Owner = exports.KubernetesDetails = exports.KubernetesWorkloadDetails = exports.Volume = exports.HostPath = exports.KubernetesUserDetails = exports.InstanceDetails = exports.ProductCode = exports.NetworkInterface = exports.SecurityGroup = exports.PrivateIpAddressDetails = exports.IamInstanceProfile = exports.Feedback = exports.Evidence = exports.ThreatIntelligenceDetail = exports.EnableOrganizationAdminAccountResponse = exports.EnableOrganizationAdminAccountRequest = exports.EksClusterDetails = exports.Tag = exports.DisassociateMembersResponse = exports.DisassociateMembersRequest = exports.DisassociateFromMasterAccountResponse = exports.DisassociateFromMasterAccountRequest = exports.DisassociateFromAdministratorAccountResponse = exports.DisassociateFromAdministratorAccountRequest = exports.DisableOrganizationAdminAccountResponse = exports.DisableOrganizationAdminAccountRequest = exports.DetectorStatus = exports.Destination = exports.DescribePublishingDestinationResponse = exports.PublishingStatus = exports.DescribePublishingDestinationRequest = exports.DescribeOrganizationConfigurationResponse = void 0;
|
|
6
|
+
exports.ListPublishingDestinationsRequest = exports.ListOrganizationAdminAccountsResponse = exports.ListOrganizationAdminAccountsRequest = exports.ListMembersResponse = exports.ListMembersRequest = exports.ListIPSetsResponse = exports.ListIPSetsRequest = exports.ListInvitationsResponse = exports.Invitation = exports.ListInvitationsRequest = exports.ListFindingsResponse = exports.ListFindingsRequest = exports.ListFiltersResponse = exports.ListFiltersRequest = exports.ListDetectorsResponse = exports.ListDetectorsRequest = exports.InviteMembersResponse = exports.InviteMembersRequest = exports.GetUsageStatisticsResponse = exports.UsageStatistics = exports.UsageResourceResult = exports.UsageDataSourceResult = exports.UsageAccountResult = exports.Total = exports.GetUsageStatisticsRequest = exports.UsageStatisticType = exports.UsageCriteria = exports.GetThreatIntelSetResponse = exports.ThreatIntelSetStatus = exports.GetThreatIntelSetRequest = exports.GetRemainingFreeTrialDaysResponse = exports.GetRemainingFreeTrialDaysRequest = exports.GetMembersResponse = exports.Member = exports.GetMembersRequest = exports.GetMemberDetectorsResponse = exports.MemberDataSourceConfiguration = exports.GetMemberDetectorsRequest = exports.GetMasterAccountResponse = exports.Master = exports.GetMasterAccountRequest = exports.GetIPSetResponse = exports.IpSetStatus = exports.GetIPSetRequest = exports.GetInvitationsCountResponse = exports.GetInvitationsCountRequest = exports.GetFindingsStatisticsResponse = exports.GetFindingsStatisticsRequest = exports.GetFindingsResponse = exports.GetFindingsRequest = void 0;
|
|
7
|
+
exports.UpdateThreatIntelSetResponse = exports.UpdateThreatIntelSetRequest = exports.UpdatePublishingDestinationResponse = exports.UpdatePublishingDestinationRequest = exports.UpdateOrganizationConfigurationResponse = exports.UpdateOrganizationConfigurationRequest = exports.OrganizationDataSourceConfigurations = exports.OrganizationS3LogsConfiguration = exports.OrganizationKubernetesConfiguration = exports.OrganizationKubernetesAuditLogsConfiguration = exports.UpdateMemberDetectorsResponse = exports.UpdateMemberDetectorsRequest = exports.UpdateIPSetResponse = exports.UpdateIPSetRequest = exports.UpdateFindingsFeedbackResponse = exports.UpdateFindingsFeedbackRequest = exports.UpdateFilterResponse = exports.UpdateFilterRequest = exports.UpdateDetectorResponse = exports.UpdateDetectorRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.UnarchiveFindingsResponse = exports.UnarchiveFindingsRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopMonitoringMembersResponse = exports.StopMonitoringMembersRequest = exports.StartMonitoringMembersResponse = exports.StartMonitoringMembersRequest = exports.ListThreatIntelSetsResponse = exports.ListThreatIntelSetsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListPublishingDestinationsResponse = void 0;
|
|
8
8
|
const GuardDutyServiceException_1 = require("./GuardDutyServiceException");
|
|
9
|
-
var
|
|
10
|
-
(function (
|
|
11
|
-
|
|
9
|
+
var AcceptAdministratorInvitationRequest;
|
|
10
|
+
(function (AcceptAdministratorInvitationRequest) {
|
|
11
|
+
AcceptAdministratorInvitationRequest.filterSensitiveLog = (obj) => ({
|
|
12
12
|
...obj,
|
|
13
13
|
});
|
|
14
|
-
})(
|
|
15
|
-
var
|
|
16
|
-
(function (
|
|
17
|
-
|
|
14
|
+
})(AcceptAdministratorInvitationRequest = exports.AcceptAdministratorInvitationRequest || (exports.AcceptAdministratorInvitationRequest = {}));
|
|
15
|
+
var AcceptAdministratorInvitationResponse;
|
|
16
|
+
(function (AcceptAdministratorInvitationResponse) {
|
|
17
|
+
AcceptAdministratorInvitationResponse.filterSensitiveLog = (obj) => ({
|
|
18
18
|
...obj,
|
|
19
19
|
});
|
|
20
|
-
})(
|
|
20
|
+
})(AcceptAdministratorInvitationResponse = exports.AcceptAdministratorInvitationResponse || (exports.AcceptAdministratorInvitationResponse = {}));
|
|
21
21
|
class BadRequestException extends GuardDutyServiceException_1.GuardDutyServiceException {
|
|
22
22
|
constructor(opts) {
|
|
23
23
|
super({
|
|
@@ -48,6 +48,18 @@ class InternalServerErrorException extends GuardDutyServiceException_1.GuardDuty
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
exports.InternalServerErrorException = InternalServerErrorException;
|
|
51
|
+
var AcceptInvitationRequest;
|
|
52
|
+
(function (AcceptInvitationRequest) {
|
|
53
|
+
AcceptInvitationRequest.filterSensitiveLog = (obj) => ({
|
|
54
|
+
...obj,
|
|
55
|
+
});
|
|
56
|
+
})(AcceptInvitationRequest = exports.AcceptInvitationRequest || (exports.AcceptInvitationRequest = {}));
|
|
57
|
+
var AcceptInvitationResponse;
|
|
58
|
+
(function (AcceptInvitationResponse) {
|
|
59
|
+
AcceptInvitationResponse.filterSensitiveLog = (obj) => ({
|
|
60
|
+
...obj,
|
|
61
|
+
});
|
|
62
|
+
})(AcceptInvitationResponse = exports.AcceptInvitationResponse || (exports.AcceptInvitationResponse = {}));
|
|
51
63
|
var AccessControlList;
|
|
52
64
|
(function (AccessControlList) {
|
|
53
65
|
AccessControlList.filterSensitiveLog = (obj) => ({
|
|
@@ -66,6 +78,30 @@ var AccountDetail;
|
|
|
66
78
|
...obj,
|
|
67
79
|
});
|
|
68
80
|
})(AccountDetail = exports.AccountDetail || (exports.AccountDetail = {}));
|
|
81
|
+
var DataSourceFreeTrial;
|
|
82
|
+
(function (DataSourceFreeTrial) {
|
|
83
|
+
DataSourceFreeTrial.filterSensitiveLog = (obj) => ({
|
|
84
|
+
...obj,
|
|
85
|
+
});
|
|
86
|
+
})(DataSourceFreeTrial = exports.DataSourceFreeTrial || (exports.DataSourceFreeTrial = {}));
|
|
87
|
+
var KubernetesDataSourceFreeTrial;
|
|
88
|
+
(function (KubernetesDataSourceFreeTrial) {
|
|
89
|
+
KubernetesDataSourceFreeTrial.filterSensitiveLog = (obj) => ({
|
|
90
|
+
...obj,
|
|
91
|
+
});
|
|
92
|
+
})(KubernetesDataSourceFreeTrial = exports.KubernetesDataSourceFreeTrial || (exports.KubernetesDataSourceFreeTrial = {}));
|
|
93
|
+
var DataSourcesFreeTrial;
|
|
94
|
+
(function (DataSourcesFreeTrial) {
|
|
95
|
+
DataSourcesFreeTrial.filterSensitiveLog = (obj) => ({
|
|
96
|
+
...obj,
|
|
97
|
+
});
|
|
98
|
+
})(DataSourcesFreeTrial = exports.DataSourcesFreeTrial || (exports.DataSourcesFreeTrial = {}));
|
|
99
|
+
var AccountFreeTrialInfo;
|
|
100
|
+
(function (AccountFreeTrialInfo) {
|
|
101
|
+
AccountFreeTrialInfo.filterSensitiveLog = (obj) => ({
|
|
102
|
+
...obj,
|
|
103
|
+
});
|
|
104
|
+
})(AccountFreeTrialInfo = exports.AccountFreeTrialInfo || (exports.AccountFreeTrialInfo = {}));
|
|
69
105
|
var BlockPublicAccess;
|
|
70
106
|
(function (BlockPublicAccess) {
|
|
71
107
|
BlockPublicAccess.filterSensitiveLog = (obj) => ({
|
|
@@ -191,6 +227,12 @@ var AdminAccount;
|
|
|
191
227
|
...obj,
|
|
192
228
|
});
|
|
193
229
|
})(AdminAccount = exports.AdminAccount || (exports.AdminAccount = {}));
|
|
230
|
+
var Administrator;
|
|
231
|
+
(function (Administrator) {
|
|
232
|
+
Administrator.filterSensitiveLog = (obj) => ({
|
|
233
|
+
...obj,
|
|
234
|
+
});
|
|
235
|
+
})(Administrator = exports.Administrator || (exports.Administrator = {}));
|
|
194
236
|
var ArchiveFindingsRequest;
|
|
195
237
|
(function (ArchiveFindingsRequest) {
|
|
196
238
|
ArchiveFindingsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -633,6 +675,18 @@ var DisableOrganizationAdminAccountResponse;
|
|
|
633
675
|
...obj,
|
|
634
676
|
});
|
|
635
677
|
})(DisableOrganizationAdminAccountResponse = exports.DisableOrganizationAdminAccountResponse || (exports.DisableOrganizationAdminAccountResponse = {}));
|
|
678
|
+
var DisassociateFromAdministratorAccountRequest;
|
|
679
|
+
(function (DisassociateFromAdministratorAccountRequest) {
|
|
680
|
+
DisassociateFromAdministratorAccountRequest.filterSensitiveLog = (obj) => ({
|
|
681
|
+
...obj,
|
|
682
|
+
});
|
|
683
|
+
})(DisassociateFromAdministratorAccountRequest = exports.DisassociateFromAdministratorAccountRequest || (exports.DisassociateFromAdministratorAccountRequest = {}));
|
|
684
|
+
var DisassociateFromAdministratorAccountResponse;
|
|
685
|
+
(function (DisassociateFromAdministratorAccountResponse) {
|
|
686
|
+
DisassociateFromAdministratorAccountResponse.filterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
})(DisassociateFromAdministratorAccountResponse = exports.DisassociateFromAdministratorAccountResponse || (exports.DisassociateFromAdministratorAccountResponse = {}));
|
|
636
690
|
var DisassociateFromMasterAccountRequest;
|
|
637
691
|
(function (DisassociateFromMasterAccountRequest) {
|
|
638
692
|
DisassociateFromMasterAccountRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -794,6 +848,12 @@ var Resource;
|
|
|
794
848
|
...obj,
|
|
795
849
|
});
|
|
796
850
|
})(Resource = exports.Resource || (exports.Resource = {}));
|
|
851
|
+
var ServiceAdditionalInfo;
|
|
852
|
+
(function (ServiceAdditionalInfo) {
|
|
853
|
+
ServiceAdditionalInfo.filterSensitiveLog = (obj) => ({
|
|
854
|
+
...obj,
|
|
855
|
+
});
|
|
856
|
+
})(ServiceAdditionalInfo = exports.ServiceAdditionalInfo || (exports.ServiceAdditionalInfo = {}));
|
|
797
857
|
var Service;
|
|
798
858
|
(function (Service) {
|
|
799
859
|
Service.filterSensitiveLog = (obj) => ({
|
|
@@ -816,6 +876,18 @@ var FindingStatisticType;
|
|
|
816
876
|
(function (FindingStatisticType) {
|
|
817
877
|
FindingStatisticType["COUNT_BY_SEVERITY"] = "COUNT_BY_SEVERITY";
|
|
818
878
|
})(FindingStatisticType = exports.FindingStatisticType || (exports.FindingStatisticType = {}));
|
|
879
|
+
var GetAdministratorAccountRequest;
|
|
880
|
+
(function (GetAdministratorAccountRequest) {
|
|
881
|
+
GetAdministratorAccountRequest.filterSensitiveLog = (obj) => ({
|
|
882
|
+
...obj,
|
|
883
|
+
});
|
|
884
|
+
})(GetAdministratorAccountRequest = exports.GetAdministratorAccountRequest || (exports.GetAdministratorAccountRequest = {}));
|
|
885
|
+
var GetAdministratorAccountResponse;
|
|
886
|
+
(function (GetAdministratorAccountResponse) {
|
|
887
|
+
GetAdministratorAccountResponse.filterSensitiveLog = (obj) => ({
|
|
888
|
+
...obj,
|
|
889
|
+
});
|
|
890
|
+
})(GetAdministratorAccountResponse = exports.GetAdministratorAccountResponse || (exports.GetAdministratorAccountResponse = {}));
|
|
819
891
|
var GetDetectorRequest;
|
|
820
892
|
(function (GetDetectorRequest) {
|
|
821
893
|
GetDetectorRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -963,6 +1035,18 @@ var GetMembersResponse;
|
|
|
963
1035
|
...obj,
|
|
964
1036
|
});
|
|
965
1037
|
})(GetMembersResponse = exports.GetMembersResponse || (exports.GetMembersResponse = {}));
|
|
1038
|
+
var GetRemainingFreeTrialDaysRequest;
|
|
1039
|
+
(function (GetRemainingFreeTrialDaysRequest) {
|
|
1040
|
+
GetRemainingFreeTrialDaysRequest.filterSensitiveLog = (obj) => ({
|
|
1041
|
+
...obj,
|
|
1042
|
+
});
|
|
1043
|
+
})(GetRemainingFreeTrialDaysRequest = exports.GetRemainingFreeTrialDaysRequest || (exports.GetRemainingFreeTrialDaysRequest = {}));
|
|
1044
|
+
var GetRemainingFreeTrialDaysResponse;
|
|
1045
|
+
(function (GetRemainingFreeTrialDaysResponse) {
|
|
1046
|
+
GetRemainingFreeTrialDaysResponse.filterSensitiveLog = (obj) => ({
|
|
1047
|
+
...obj,
|
|
1048
|
+
});
|
|
1049
|
+
})(GetRemainingFreeTrialDaysResponse = exports.GetRemainingFreeTrialDaysResponse || (exports.GetRemainingFreeTrialDaysResponse = {}));
|
|
966
1050
|
var GetThreatIntelSetRequest;
|
|
967
1051
|
(function (GetThreatIntelSetRequest) {
|
|
968
1052
|
GetThreatIntelSetRequest.filterSensitiveLog = (obj) => ({
|