@aws-sdk/client-guardduty 3.649.0 → 3.651.1
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/dist-cjs/index.js +173 -235
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +1 -3
- package/dist-es/commands/AcceptInvitationCommand.js +1 -3
- package/dist-es/commands/ArchiveFindingsCommand.js +1 -3
- package/dist-es/commands/CreateDetectorCommand.js +1 -3
- package/dist-es/commands/CreateFilterCommand.js +1 -3
- package/dist-es/commands/CreateIPSetCommand.js +1 -3
- package/dist-es/commands/CreateMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/CreateMembersCommand.js +1 -3
- package/dist-es/commands/CreatePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +1 -3
- package/dist-es/commands/CreateThreatIntelSetCommand.js +1 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +1 -3
- package/dist-es/commands/DeleteDetectorCommand.js +1 -3
- package/dist-es/commands/DeleteFilterCommand.js +1 -3
- package/dist-es/commands/DeleteIPSetCommand.js +1 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +1 -3
- package/dist-es/commands/DeleteMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/DeleteMembersCommand.js +1 -3
- package/dist-es/commands/DeletePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +1 -3
- package/dist-es/commands/DescribeMalwareScansCommand.js +1 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateMembersCommand.js +1 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +1 -3
- package/dist-es/commands/GetCoverageStatisticsCommand.js +1 -3
- package/dist-es/commands/GetDetectorCommand.js +1 -3
- package/dist-es/commands/GetFilterCommand.js +1 -3
- package/dist-es/commands/GetFindingsCommand.js +1 -3
- package/dist-es/commands/GetFindingsStatisticsCommand.js +1 -3
- package/dist-es/commands/GetIPSetCommand.js +1 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +1 -3
- package/dist-es/commands/GetMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/GetMalwareScanSettingsCommand.js +1 -3
- package/dist-es/commands/GetMasterAccountCommand.js +1 -3
- package/dist-es/commands/GetMemberDetectorsCommand.js +1 -3
- package/dist-es/commands/GetMembersCommand.js +1 -3
- package/dist-es/commands/GetOrganizationStatisticsCommand.js +1 -3
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +1 -3
- package/dist-es/commands/GetThreatIntelSetCommand.js +1 -3
- package/dist-es/commands/GetUsageStatisticsCommand.js +1 -3
- package/dist-es/commands/InviteMembersCommand.js +1 -3
- package/dist-es/commands/ListCoverageCommand.js +1 -3
- package/dist-es/commands/ListDetectorsCommand.js +1 -3
- package/dist-es/commands/ListFiltersCommand.js +1 -3
- package/dist-es/commands/ListFindingsCommand.js +1 -3
- package/dist-es/commands/ListIPSetsCommand.js +1 -3
- package/dist-es/commands/ListInvitationsCommand.js +1 -3
- package/dist-es/commands/ListMalwareProtectionPlansCommand.js +1 -3
- package/dist-es/commands/ListMembersCommand.js +1 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -3
- package/dist-es/commands/ListPublishingDestinationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListThreatIntelSetsCommand.js +1 -3
- package/dist-es/commands/StartMalwareScanCommand.js +1 -3
- package/dist-es/commands/StartMonitoringMembersCommand.js +1 -3
- package/dist-es/commands/StopMonitoringMembersCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UnarchiveFindingsCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDetectorCommand.js +1 -3
- package/dist-es/commands/UpdateFilterCommand.js +1 -3
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +1 -3
- package/dist-es/commands/UpdateIPSetCommand.js +1 -3
- package/dist-es/commands/UpdateMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +1 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +1 -3
- package/dist-es/models/models_0.js +7 -9
- package/dist-es/models/models_1.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +87 -0
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +2 -2
- package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +47 -2
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +1 -1
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +266 -131
- package/dist-types/models/models_1.d.ts +118 -10
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +46 -34
- package/dist-types/ts3.4/models/models_1.d.ts +36 -0
- package/package.json +5 -5
|
@@ -6,9 +6,7 @@ import { de_AcceptAdministratorInvitationCommand, se_AcceptAdministratorInvitati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcceptAdministratorInvitationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcceptInvitationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ArchiveFindingsCommand, se_ArchiveFindingsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ArchiveFindingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDetectorCommand, se_CreateDetectorCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDetectorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFilterCommand, se_CreateFilterCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateIPSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateMalwareProtectionPlanCommand, se_CreateMalwareProtectionPlanCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateMalwareProtectionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateMembersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePublishingDestinationCommand, se_CreatePublishingDestinationCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePublishingDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSampleFindingsCommand, se_CreateSampleFindingsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSampleFindingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateThreatIntelSetCommand, se_CreateThreatIntelSetCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateThreatIntelSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeclineInvitationsCommand, se_DeclineInvitationsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeclineInvitationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDetectorCommand, se_DeleteDetectorCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDetectorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFilterCommand, se_DeleteFilterCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIPSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteInvitationsCommand, se_DeleteInvitationsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteInvitationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMalwareProtectionPlanCommand, se_DeleteMalwareProtectionPlanCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMalwareProtectionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMembersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePublishingDestinationCommand, se_DeletePublishingDestinationCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePublishingDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteThreatIntelSetCommand, se_DeleteThreatIntelSetCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteThreatIntelSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeMalwareScansCommand, se_DescribeMalwareScansCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeMalwareScansCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeOrganizationConfigurationCommand, se_DescribeOrganizationCon
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeOrganizationConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePublishingDestinationCommand, se_DescribePublishingDestinati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePublishingDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisableOrganizationAdminAccountCommand, se_DisableOrganizationAdminA
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableOrganizationAdminAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateFromAdministratorAccountCommand, se_DisassociateFromAdmi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateFromAdministratorAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateFromMasterAccountCommand, se_DisassociateFromMasterAccou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateFromMasterAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateMembersCommand, se_DisassociateMembersCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateMembersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableOrganizationAdminAccountCommand, se_EnableOrganizationAdminAcc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableOrganizationAdminAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAdministratorAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCoverageStatisticsCommand, se_GetCoverageStatisticsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCoverageStatisticsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDetectorCommand, se_GetDetectorCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDetectorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFilterCommand, se_GetFilterCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetFindingsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFindingsStatisticsCommand, se_GetFindingsStatisticsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFindingsStatisticsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIPSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetInvitationsCountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMalwareProtectionPlanCommand, se_GetMalwareProtectionPlanCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMalwareProtectionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMalwareScanSettingsCommand, se_GetMalwareScanSettingsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMalwareScanSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMasterAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMemberDetectorsCommand, se_GetMemberDetectorsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMemberDetectorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetMembersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetOrganizationStatisticsCommand, se_GetOrganizationStatisticsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOrganizationStatisticsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRemainingFreeTrialDaysCommand, se_GetRemainingFreeTrialDaysComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRemainingFreeTrialDaysCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetThreatIntelSetCommand, se_GetThreatIntelSetCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetThreatIntelSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetUsageStatisticsCommand, se_GetUsageStatisticsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetUsageStatisticsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InviteMembersCommand, se_InviteMembersCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InviteMembersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCoverageCommand, se_ListCoverageCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCoverageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDetectorsCommand, se_ListDetectorsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDetectorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFiltersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFindingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIPSetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInvitationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMalwareProtectionPlansCommand, se_ListMalwareProtectionPlansComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMalwareProtectionPlansCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|