@aws-sdk/client-guardduty 3.649.0 → 3.650.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/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 +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -97,6 +97,7 @@ __export(src_exports, {
|
|
|
97
97
|
GetRemainingFreeTrialDaysCommand: () => GetRemainingFreeTrialDaysCommand,
|
|
98
98
|
GetThreatIntelSetCommand: () => GetThreatIntelSetCommand,
|
|
99
99
|
GetUsageStatisticsCommand: () => GetUsageStatisticsCommand,
|
|
100
|
+
GroupByType: () => GroupByType,
|
|
100
101
|
GuardDuty: () => GuardDuty,
|
|
101
102
|
GuardDutyClient: () => GuardDutyClient,
|
|
102
103
|
GuardDutyServiceException: () => GuardDutyServiceException,
|
|
@@ -659,6 +660,13 @@ var Feedback = {
|
|
|
659
660
|
var FindingStatisticType = {
|
|
660
661
|
COUNT_BY_SEVERITY: "COUNT_BY_SEVERITY"
|
|
661
662
|
};
|
|
663
|
+
var GroupByType = {
|
|
664
|
+
ACCOUNT: "ACCOUNT",
|
|
665
|
+
DATE: "DATE",
|
|
666
|
+
FINDING_TYPE: "FINDING_TYPE",
|
|
667
|
+
RESOURCE: "RESOURCE",
|
|
668
|
+
SEVERITY: "SEVERITY"
|
|
669
|
+
};
|
|
662
670
|
var IpSetStatus = {
|
|
663
671
|
ACTIVATING: "ACTIVATING",
|
|
664
672
|
ACTIVE: "ACTIVE",
|
|
@@ -676,15 +684,6 @@ var MalwareProtectionPlanStatus = {
|
|
|
676
684
|
var ScanCriterionKey = {
|
|
677
685
|
EC2_INSTANCE_TAG: "EC2_INSTANCE_TAG"
|
|
678
686
|
};
|
|
679
|
-
var ThreatIntelSetStatus = {
|
|
680
|
-
ACTIVATING: "ACTIVATING",
|
|
681
|
-
ACTIVE: "ACTIVE",
|
|
682
|
-
DEACTIVATING: "DEACTIVATING",
|
|
683
|
-
DELETED: "DELETED",
|
|
684
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
685
|
-
ERROR: "ERROR",
|
|
686
|
-
INACTIVE: "INACTIVE"
|
|
687
|
-
};
|
|
688
687
|
var AccountDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
689
688
|
...obj,
|
|
690
689
|
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1276,7 +1275,10 @@ var se_GetFindingsStatisticsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1276
1275
|
body = JSON.stringify(
|
|
1277
1276
|
(0, import_smithy_client.take)(input, {
|
|
1278
1277
|
findingCriteria: [, (_) => se_FindingCriteria(_, context), `FindingCriteria`],
|
|
1279
|
-
findingStatisticTypes: [, (_) => (0, import_smithy_client._json)(_), `FindingStatisticTypes`]
|
|
1278
|
+
findingStatisticTypes: [, (_) => (0, import_smithy_client._json)(_), `FindingStatisticTypes`],
|
|
1279
|
+
groupBy: [, , `GroupBy`],
|
|
1280
|
+
maxResults: [, , `MaxResults`],
|
|
1281
|
+
orderBy: [, , `OrderBy`]
|
|
1280
1282
|
})
|
|
1281
1283
|
);
|
|
1282
1284
|
b.m("POST").h(headers).b(body);
|
|
@@ -2307,7 +2309,8 @@ var de_GetFindingsStatisticsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2307
2309
|
});
|
|
2308
2310
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2309
2311
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2310
|
-
FindingStatistics: [, (_) => de_FindingStatistics(_, context), `findingStatistics`]
|
|
2312
|
+
FindingStatistics: [, (_) => de_FindingStatistics(_, context), `findingStatistics`],
|
|
2313
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
2311
2314
|
});
|
|
2312
2315
|
Object.assign(contents, doc);
|
|
2313
2316
|
return contents;
|
|
@@ -3309,6 +3312,13 @@ var de_AccountLevelPermissions = /* @__PURE__ */ __name((output, context) => {
|
|
|
3309
3312
|
BlockPublicAccess: [, (_) => de_BlockPublicAccess(_, context), `blockPublicAccess`]
|
|
3310
3313
|
});
|
|
3311
3314
|
}, "de_AccountLevelPermissions");
|
|
3315
|
+
var de_AccountStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
3316
|
+
return (0, import_smithy_client.take)(output, {
|
|
3317
|
+
AccountId: [, import_smithy_client.expectString, `accountId`],
|
|
3318
|
+
LastGeneratedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastGeneratedAt`],
|
|
3319
|
+
TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
|
|
3320
|
+
});
|
|
3321
|
+
}, "de_AccountStatistics");
|
|
3312
3322
|
var de_Action = /* @__PURE__ */ __name((output, context) => {
|
|
3313
3323
|
return (0, import_smithy_client.take)(output, {
|
|
3314
3324
|
ActionType: [, import_smithy_client.expectString, `actionType`],
|
|
@@ -3618,6 +3628,14 @@ var de_DataSourcesFreeTrial = /* @__PURE__ */ __name((output, context) => {
|
|
|
3618
3628
|
S3Logs: [, (_) => de_DataSourceFreeTrial(_, context), `s3Logs`]
|
|
3619
3629
|
});
|
|
3620
3630
|
}, "de_DataSourcesFreeTrial");
|
|
3631
|
+
var de_DateStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
3632
|
+
return (0, import_smithy_client.take)(output, {
|
|
3633
|
+
Date: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `date`],
|
|
3634
|
+
LastGeneratedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastGeneratedAt`],
|
|
3635
|
+
Severity: [, import_smithy_client.limitedParseDouble, `severity`],
|
|
3636
|
+
TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
|
|
3637
|
+
});
|
|
3638
|
+
}, "de_DateStatistics");
|
|
3621
3639
|
var de_DefaultServerSideEncryption = /* @__PURE__ */ __name((output, context) => {
|
|
3622
3640
|
return (0, import_smithy_client.take)(output, {
|
|
3623
3641
|
EncryptionType: [, import_smithy_client.expectString, `encryptionType`],
|
|
@@ -3805,9 +3823,21 @@ var de_Findings = /* @__PURE__ */ __name((output, context) => {
|
|
|
3805
3823
|
}, "de_Findings");
|
|
3806
3824
|
var de_FindingStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
3807
3825
|
return (0, import_smithy_client.take)(output, {
|
|
3808
|
-
CountBySeverity: [, import_smithy_client._json, `countBySeverity`]
|
|
3826
|
+
CountBySeverity: [, import_smithy_client._json, `countBySeverity`],
|
|
3827
|
+
GroupedByAccount: [, (_) => de_GroupedByAccount(_, context), `groupedByAccount`],
|
|
3828
|
+
GroupedByDate: [, (_) => de_GroupedByDate(_, context), `groupedByDate`],
|
|
3829
|
+
GroupedByFindingType: [, (_) => de_GroupedByFindingType(_, context), `groupedByFindingType`],
|
|
3830
|
+
GroupedByResource: [, (_) => de_GroupedByResource(_, context), `groupedByResource`],
|
|
3831
|
+
GroupedBySeverity: [, (_) => de_GroupedBySeverity(_, context), `groupedBySeverity`]
|
|
3809
3832
|
});
|
|
3810
3833
|
}, "de_FindingStatistics");
|
|
3834
|
+
var de_FindingTypeStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
3835
|
+
return (0, import_smithy_client.take)(output, {
|
|
3836
|
+
FindingType: [, import_smithy_client.expectString, `findingType`],
|
|
3837
|
+
LastGeneratedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastGeneratedAt`],
|
|
3838
|
+
TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
|
|
3839
|
+
});
|
|
3840
|
+
}, "de_FindingTypeStatistics");
|
|
3811
3841
|
var de_FlowLogsConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
3812
3842
|
return (0, import_smithy_client.take)(output, {
|
|
3813
3843
|
Status: [, import_smithy_client.expectString, `status`]
|
|
@@ -3831,6 +3861,36 @@ var de_GeoLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
3831
3861
|
Lon: [, import_smithy_client.limitedParseDouble, `lon`]
|
|
3832
3862
|
});
|
|
3833
3863
|
}, "de_GeoLocation");
|
|
3864
|
+
var de_GroupedByAccount = /* @__PURE__ */ __name((output, context) => {
|
|
3865
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3866
|
+
return de_AccountStatistics(entry, context);
|
|
3867
|
+
});
|
|
3868
|
+
return retVal;
|
|
3869
|
+
}, "de_GroupedByAccount");
|
|
3870
|
+
var de_GroupedByDate = /* @__PURE__ */ __name((output, context) => {
|
|
3871
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3872
|
+
return de_DateStatistics(entry, context);
|
|
3873
|
+
});
|
|
3874
|
+
return retVal;
|
|
3875
|
+
}, "de_GroupedByDate");
|
|
3876
|
+
var de_GroupedByFindingType = /* @__PURE__ */ __name((output, context) => {
|
|
3877
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3878
|
+
return de_FindingTypeStatistics(entry, context);
|
|
3879
|
+
});
|
|
3880
|
+
return retVal;
|
|
3881
|
+
}, "de_GroupedByFindingType");
|
|
3882
|
+
var de_GroupedByResource = /* @__PURE__ */ __name((output, context) => {
|
|
3883
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3884
|
+
return de_ResourceStatistics(entry, context);
|
|
3885
|
+
});
|
|
3886
|
+
return retVal;
|
|
3887
|
+
}, "de_GroupedByResource");
|
|
3888
|
+
var de_GroupedBySeverity = /* @__PURE__ */ __name((output, context) => {
|
|
3889
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3890
|
+
return de_SeverityStatistics(entry, context);
|
|
3891
|
+
});
|
|
3892
|
+
return retVal;
|
|
3893
|
+
}, "de_GroupedBySeverity");
|
|
3834
3894
|
var de_HighestSeverityThreatDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3835
3895
|
return (0, import_smithy_client.take)(output, {
|
|
3836
3896
|
Count: [, import_smithy_client.expectInt32, `count`],
|
|
@@ -4475,6 +4535,15 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4475
4535
|
InstanceArn: [, import_smithy_client.expectString, `instanceArn`]
|
|
4476
4536
|
});
|
|
4477
4537
|
}, "de_ResourceDetails");
|
|
4538
|
+
var de_ResourceStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
4539
|
+
return (0, import_smithy_client.take)(output, {
|
|
4540
|
+
AccountId: [, import_smithy_client.expectString, `accountId`],
|
|
4541
|
+
LastGeneratedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastGeneratedAt`],
|
|
4542
|
+
ResourceId: [, import_smithy_client.expectString, `resourceId`],
|
|
4543
|
+
ResourceType: [, import_smithy_client.expectString, `resourceType`],
|
|
4544
|
+
TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
|
|
4545
|
+
});
|
|
4546
|
+
}, "de_ResourceStatistics");
|
|
4478
4547
|
var de_RuntimeContext = /* @__PURE__ */ __name((output, context) => {
|
|
4479
4548
|
return (0, import_smithy_client.take)(output, {
|
|
4480
4549
|
AddressFamily: [, import_smithy_client.expectString, `addressFamily`],
|
|
@@ -4702,6 +4771,13 @@ var de_ServiceAdditionalInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
4702
4771
|
Value: [, import_smithy_client.expectString, `value`]
|
|
4703
4772
|
});
|
|
4704
4773
|
}, "de_ServiceAdditionalInfo");
|
|
4774
|
+
var de_SeverityStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
4775
|
+
return (0, import_smithy_client.take)(output, {
|
|
4776
|
+
LastGeneratedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastGeneratedAt`],
|
|
4777
|
+
Severity: [, import_smithy_client.limitedParseDouble, `severity`],
|
|
4778
|
+
TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
|
|
4779
|
+
});
|
|
4780
|
+
}, "de_SeverityStatistics");
|
|
4705
4781
|
var de_Tag = /* @__PURE__ */ __name((output, context) => {
|
|
4706
4782
|
return (0, import_smithy_client.take)(output, {
|
|
4707
4783
|
Key: [, import_smithy_client.expectString, `key`],
|
|
@@ -4928,9 +5004,7 @@ var _oA = "onlyAssociated";
|
|
|
4928
5004
|
var _tK = "tagKeys";
|
|
4929
5005
|
|
|
4930
5006
|
// src/commands/AcceptAdministratorInvitationCommand.ts
|
|
4931
|
-
var _AcceptAdministratorInvitationCommand = class _AcceptAdministratorInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4932
|
-
...commonParams
|
|
4933
|
-
}).m(function(Command, cs, config, o) {
|
|
5007
|
+
var _AcceptAdministratorInvitationCommand = class _AcceptAdministratorInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4934
5008
|
return [
|
|
4935
5009
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4936
5010
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4944,9 +5018,7 @@ var AcceptAdministratorInvitationCommand = _AcceptAdministratorInvitationCommand
|
|
|
4944
5018
|
|
|
4945
5019
|
|
|
4946
5020
|
|
|
4947
|
-
var _AcceptInvitationCommand = class _AcceptInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4948
|
-
...commonParams
|
|
4949
|
-
}).m(function(Command, cs, config, o) {
|
|
5021
|
+
var _AcceptInvitationCommand = class _AcceptInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4950
5022
|
return [
|
|
4951
5023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4952
5024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4960,9 +5032,7 @@ var AcceptInvitationCommand = _AcceptInvitationCommand;
|
|
|
4960
5032
|
|
|
4961
5033
|
|
|
4962
5034
|
|
|
4963
|
-
var _ArchiveFindingsCommand = class _ArchiveFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4964
|
-
...commonParams
|
|
4965
|
-
}).m(function(Command, cs, config, o) {
|
|
5035
|
+
var _ArchiveFindingsCommand = class _ArchiveFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4966
5036
|
return [
|
|
4967
5037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4968
5038
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4976,9 +5046,7 @@ var ArchiveFindingsCommand = _ArchiveFindingsCommand;
|
|
|
4976
5046
|
|
|
4977
5047
|
|
|
4978
5048
|
|
|
4979
|
-
var _CreateDetectorCommand = class _CreateDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4980
|
-
...commonParams
|
|
4981
|
-
}).m(function(Command, cs, config, o) {
|
|
5049
|
+
var _CreateDetectorCommand = class _CreateDetectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4982
5050
|
return [
|
|
4983
5051
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4984
5052
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4992,9 +5060,7 @@ var CreateDetectorCommand = _CreateDetectorCommand;
|
|
|
4992
5060
|
|
|
4993
5061
|
|
|
4994
5062
|
|
|
4995
|
-
var _CreateFilterCommand = class _CreateFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4996
|
-
...commonParams
|
|
4997
|
-
}).m(function(Command, cs, config, o) {
|
|
5063
|
+
var _CreateFilterCommand = class _CreateFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4998
5064
|
return [
|
|
4999
5065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5000
5066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5008,9 +5074,7 @@ var CreateFilterCommand = _CreateFilterCommand;
|
|
|
5008
5074
|
|
|
5009
5075
|
|
|
5010
5076
|
|
|
5011
|
-
var _CreateIPSetCommand = class _CreateIPSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5012
|
-
...commonParams
|
|
5013
|
-
}).m(function(Command, cs, config, o) {
|
|
5077
|
+
var _CreateIPSetCommand = class _CreateIPSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5014
5078
|
return [
|
|
5015
5079
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5016
5080
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5024,9 +5088,7 @@ var CreateIPSetCommand = _CreateIPSetCommand;
|
|
|
5024
5088
|
|
|
5025
5089
|
|
|
5026
5090
|
|
|
5027
|
-
var _CreateMalwareProtectionPlanCommand = class _CreateMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5028
|
-
...commonParams
|
|
5029
|
-
}).m(function(Command, cs, config, o) {
|
|
5091
|
+
var _CreateMalwareProtectionPlanCommand = class _CreateMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5030
5092
|
return [
|
|
5031
5093
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5032
5094
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5040,9 +5102,7 @@ var CreateMalwareProtectionPlanCommand = _CreateMalwareProtectionPlanCommand;
|
|
|
5040
5102
|
|
|
5041
5103
|
|
|
5042
5104
|
|
|
5043
|
-
var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5044
|
-
...commonParams
|
|
5045
|
-
}).m(function(Command, cs, config, o) {
|
|
5105
|
+
var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5046
5106
|
return [
|
|
5047
5107
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5048
5108
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5056,9 +5116,7 @@ var CreateMembersCommand = _CreateMembersCommand;
|
|
|
5056
5116
|
|
|
5057
5117
|
|
|
5058
5118
|
|
|
5059
|
-
var _CreatePublishingDestinationCommand = class _CreatePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5060
|
-
...commonParams
|
|
5061
|
-
}).m(function(Command, cs, config, o) {
|
|
5119
|
+
var _CreatePublishingDestinationCommand = class _CreatePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5062
5120
|
return [
|
|
5063
5121
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5064
5122
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5072,9 +5130,7 @@ var CreatePublishingDestinationCommand = _CreatePublishingDestinationCommand;
|
|
|
5072
5130
|
|
|
5073
5131
|
|
|
5074
5132
|
|
|
5075
|
-
var _CreateSampleFindingsCommand = class _CreateSampleFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5076
|
-
...commonParams
|
|
5077
|
-
}).m(function(Command, cs, config, o) {
|
|
5133
|
+
var _CreateSampleFindingsCommand = class _CreateSampleFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5078
5134
|
return [
|
|
5079
5135
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5080
5136
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5088,9 +5144,7 @@ var CreateSampleFindingsCommand = _CreateSampleFindingsCommand;
|
|
|
5088
5144
|
|
|
5089
5145
|
|
|
5090
5146
|
|
|
5091
|
-
var _CreateThreatIntelSetCommand = class _CreateThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5092
|
-
...commonParams
|
|
5093
|
-
}).m(function(Command, cs, config, o) {
|
|
5147
|
+
var _CreateThreatIntelSetCommand = class _CreateThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5094
5148
|
return [
|
|
5095
5149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5096
5150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5104,9 +5158,7 @@ var CreateThreatIntelSetCommand = _CreateThreatIntelSetCommand;
|
|
|
5104
5158
|
|
|
5105
5159
|
|
|
5106
5160
|
|
|
5107
|
-
var _DeclineInvitationsCommand = class _DeclineInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5108
|
-
...commonParams
|
|
5109
|
-
}).m(function(Command, cs, config, o) {
|
|
5161
|
+
var _DeclineInvitationsCommand = class _DeclineInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5110
5162
|
return [
|
|
5111
5163
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5112
5164
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5120,9 +5172,7 @@ var DeclineInvitationsCommand = _DeclineInvitationsCommand;
|
|
|
5120
5172
|
|
|
5121
5173
|
|
|
5122
5174
|
|
|
5123
|
-
var _DeleteDetectorCommand = class _DeleteDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5124
|
-
...commonParams
|
|
5125
|
-
}).m(function(Command, cs, config, o) {
|
|
5175
|
+
var _DeleteDetectorCommand = class _DeleteDetectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5126
5176
|
return [
|
|
5127
5177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5128
5178
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5136,9 +5186,7 @@ var DeleteDetectorCommand = _DeleteDetectorCommand;
|
|
|
5136
5186
|
|
|
5137
5187
|
|
|
5138
5188
|
|
|
5139
|
-
var _DeleteFilterCommand = class _DeleteFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5140
|
-
...commonParams
|
|
5141
|
-
}).m(function(Command, cs, config, o) {
|
|
5189
|
+
var _DeleteFilterCommand = class _DeleteFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5142
5190
|
return [
|
|
5143
5191
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5144
5192
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5152,9 +5200,7 @@ var DeleteFilterCommand = _DeleteFilterCommand;
|
|
|
5152
5200
|
|
|
5153
5201
|
|
|
5154
5202
|
|
|
5155
|
-
var _DeleteInvitationsCommand = class _DeleteInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5156
|
-
...commonParams
|
|
5157
|
-
}).m(function(Command, cs, config, o) {
|
|
5203
|
+
var _DeleteInvitationsCommand = class _DeleteInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5158
5204
|
return [
|
|
5159
5205
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5160
5206
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5168,9 +5214,7 @@ var DeleteInvitationsCommand = _DeleteInvitationsCommand;
|
|
|
5168
5214
|
|
|
5169
5215
|
|
|
5170
5216
|
|
|
5171
|
-
var _DeleteIPSetCommand = class _DeleteIPSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5172
|
-
...commonParams
|
|
5173
|
-
}).m(function(Command, cs, config, o) {
|
|
5217
|
+
var _DeleteIPSetCommand = class _DeleteIPSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5174
5218
|
return [
|
|
5175
5219
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5176
5220
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5184,9 +5228,7 @@ var DeleteIPSetCommand = _DeleteIPSetCommand;
|
|
|
5184
5228
|
|
|
5185
5229
|
|
|
5186
5230
|
|
|
5187
|
-
var _DeleteMalwareProtectionPlanCommand = class _DeleteMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5188
|
-
...commonParams
|
|
5189
|
-
}).m(function(Command, cs, config, o) {
|
|
5231
|
+
var _DeleteMalwareProtectionPlanCommand = class _DeleteMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5190
5232
|
return [
|
|
5191
5233
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5192
5234
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5200,9 +5242,7 @@ var DeleteMalwareProtectionPlanCommand = _DeleteMalwareProtectionPlanCommand;
|
|
|
5200
5242
|
|
|
5201
5243
|
|
|
5202
5244
|
|
|
5203
|
-
var _DeleteMembersCommand = class _DeleteMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5204
|
-
...commonParams
|
|
5205
|
-
}).m(function(Command, cs, config, o) {
|
|
5245
|
+
var _DeleteMembersCommand = class _DeleteMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5206
5246
|
return [
|
|
5207
5247
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5208
5248
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5216,9 +5256,7 @@ var DeleteMembersCommand = _DeleteMembersCommand;
|
|
|
5216
5256
|
|
|
5217
5257
|
|
|
5218
5258
|
|
|
5219
|
-
var _DeletePublishingDestinationCommand = class _DeletePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5220
|
-
...commonParams
|
|
5221
|
-
}).m(function(Command, cs, config, o) {
|
|
5259
|
+
var _DeletePublishingDestinationCommand = class _DeletePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5222
5260
|
return [
|
|
5223
5261
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5224
5262
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5232,9 +5270,7 @@ var DeletePublishingDestinationCommand = _DeletePublishingDestinationCommand;
|
|
|
5232
5270
|
|
|
5233
5271
|
|
|
5234
5272
|
|
|
5235
|
-
var _DeleteThreatIntelSetCommand = class _DeleteThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5236
|
-
...commonParams
|
|
5237
|
-
}).m(function(Command, cs, config, o) {
|
|
5273
|
+
var _DeleteThreatIntelSetCommand = class _DeleteThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5238
5274
|
return [
|
|
5239
5275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5240
5276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5248,9 +5284,7 @@ var DeleteThreatIntelSetCommand = _DeleteThreatIntelSetCommand;
|
|
|
5248
5284
|
|
|
5249
5285
|
|
|
5250
5286
|
|
|
5251
|
-
var _DescribeMalwareScansCommand = class _DescribeMalwareScansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5252
|
-
...commonParams
|
|
5253
|
-
}).m(function(Command, cs, config, o) {
|
|
5287
|
+
var _DescribeMalwareScansCommand = class _DescribeMalwareScansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5254
5288
|
return [
|
|
5255
5289
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5256
5290
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5264,9 +5298,7 @@ var DescribeMalwareScansCommand = _DescribeMalwareScansCommand;
|
|
|
5264
5298
|
|
|
5265
5299
|
|
|
5266
5300
|
|
|
5267
|
-
var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5268
|
-
...commonParams
|
|
5269
|
-
}).m(function(Command, cs, config, o) {
|
|
5301
|
+
var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5270
5302
|
return [
|
|
5271
5303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5272
5304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5280,9 +5312,7 @@ var DescribeOrganizationConfigurationCommand = _DescribeOrganizationConfiguratio
|
|
|
5280
5312
|
|
|
5281
5313
|
|
|
5282
5314
|
|
|
5283
|
-
var _DescribePublishingDestinationCommand = class _DescribePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5284
|
-
...commonParams
|
|
5285
|
-
}).m(function(Command, cs, config, o) {
|
|
5315
|
+
var _DescribePublishingDestinationCommand = class _DescribePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5286
5316
|
return [
|
|
5287
5317
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5288
5318
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5296,9 +5326,7 @@ var DescribePublishingDestinationCommand = _DescribePublishingDestinationCommand
|
|
|
5296
5326
|
|
|
5297
5327
|
|
|
5298
5328
|
|
|
5299
|
-
var _DisableOrganizationAdminAccountCommand = class _DisableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5300
|
-
...commonParams
|
|
5301
|
-
}).m(function(Command, cs, config, o) {
|
|
5329
|
+
var _DisableOrganizationAdminAccountCommand = class _DisableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5302
5330
|
return [
|
|
5303
5331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5304
5332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5312,9 +5340,7 @@ var DisableOrganizationAdminAccountCommand = _DisableOrganizationAdminAccountCom
|
|
|
5312
5340
|
|
|
5313
5341
|
|
|
5314
5342
|
|
|
5315
|
-
var _DisassociateFromAdministratorAccountCommand = class _DisassociateFromAdministratorAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5316
|
-
...commonParams
|
|
5317
|
-
}).m(function(Command, cs, config, o) {
|
|
5343
|
+
var _DisassociateFromAdministratorAccountCommand = class _DisassociateFromAdministratorAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5318
5344
|
return [
|
|
5319
5345
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5320
5346
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5328,9 +5354,7 @@ var DisassociateFromAdministratorAccountCommand = _DisassociateFromAdministrator
|
|
|
5328
5354
|
|
|
5329
5355
|
|
|
5330
5356
|
|
|
5331
|
-
var _DisassociateFromMasterAccountCommand = class _DisassociateFromMasterAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5332
|
-
...commonParams
|
|
5333
|
-
}).m(function(Command, cs, config, o) {
|
|
5357
|
+
var _DisassociateFromMasterAccountCommand = class _DisassociateFromMasterAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5334
5358
|
return [
|
|
5335
5359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5336
5360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5344,9 +5368,7 @@ var DisassociateFromMasterAccountCommand = _DisassociateFromMasterAccountCommand
|
|
|
5344
5368
|
|
|
5345
5369
|
|
|
5346
5370
|
|
|
5347
|
-
var _DisassociateMembersCommand = class _DisassociateMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5348
|
-
...commonParams
|
|
5349
|
-
}).m(function(Command, cs, config, o) {
|
|
5371
|
+
var _DisassociateMembersCommand = class _DisassociateMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5350
5372
|
return [
|
|
5351
5373
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5352
5374
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5360,9 +5382,7 @@ var DisassociateMembersCommand = _DisassociateMembersCommand;
|
|
|
5360
5382
|
|
|
5361
5383
|
|
|
5362
5384
|
|
|
5363
|
-
var _EnableOrganizationAdminAccountCommand = class _EnableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5364
|
-
...commonParams
|
|
5365
|
-
}).m(function(Command, cs, config, o) {
|
|
5385
|
+
var _EnableOrganizationAdminAccountCommand = class _EnableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5366
5386
|
return [
|
|
5367
5387
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5368
5388
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5376,9 +5396,7 @@ var EnableOrganizationAdminAccountCommand = _EnableOrganizationAdminAccountComma
|
|
|
5376
5396
|
|
|
5377
5397
|
|
|
5378
5398
|
|
|
5379
|
-
var _GetAdministratorAccountCommand = class _GetAdministratorAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5380
|
-
...commonParams
|
|
5381
|
-
}).m(function(Command, cs, config, o) {
|
|
5399
|
+
var _GetAdministratorAccountCommand = class _GetAdministratorAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5382
5400
|
return [
|
|
5383
5401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5384
5402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5392,9 +5410,7 @@ var GetAdministratorAccountCommand = _GetAdministratorAccountCommand;
|
|
|
5392
5410
|
|
|
5393
5411
|
|
|
5394
5412
|
|
|
5395
|
-
var _GetCoverageStatisticsCommand = class _GetCoverageStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5396
|
-
...commonParams
|
|
5397
|
-
}).m(function(Command, cs, config, o) {
|
|
5413
|
+
var _GetCoverageStatisticsCommand = class _GetCoverageStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5398
5414
|
return [
|
|
5399
5415
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5400
5416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5408,9 +5424,7 @@ var GetCoverageStatisticsCommand = _GetCoverageStatisticsCommand;
|
|
|
5408
5424
|
|
|
5409
5425
|
|
|
5410
5426
|
|
|
5411
|
-
var _GetDetectorCommand = class _GetDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5412
|
-
...commonParams
|
|
5413
|
-
}).m(function(Command, cs, config, o) {
|
|
5427
|
+
var _GetDetectorCommand = class _GetDetectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5414
5428
|
return [
|
|
5415
5429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5416
5430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5424,9 +5438,7 @@ var GetDetectorCommand = _GetDetectorCommand;
|
|
|
5424
5438
|
|
|
5425
5439
|
|
|
5426
5440
|
|
|
5427
|
-
var _GetFilterCommand = class _GetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5428
|
-
...commonParams
|
|
5429
|
-
}).m(function(Command, cs, config, o) {
|
|
5441
|
+
var _GetFilterCommand = class _GetFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5430
5442
|
return [
|
|
5431
5443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5432
5444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5440,9 +5452,7 @@ var GetFilterCommand = _GetFilterCommand;
|
|
|
5440
5452
|
|
|
5441
5453
|
|
|
5442
5454
|
|
|
5443
|
-
var _GetFindingsCommand = class _GetFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5444
|
-
...commonParams
|
|
5445
|
-
}).m(function(Command, cs, config, o) {
|
|
5455
|
+
var _GetFindingsCommand = class _GetFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5446
5456
|
return [
|
|
5447
5457
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5448
5458
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5456,9 +5466,7 @@ var GetFindingsCommand = _GetFindingsCommand;
|
|
|
5456
5466
|
|
|
5457
5467
|
|
|
5458
5468
|
|
|
5459
|
-
var _GetFindingsStatisticsCommand = class _GetFindingsStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5460
|
-
...commonParams
|
|
5461
|
-
}).m(function(Command, cs, config, o) {
|
|
5469
|
+
var _GetFindingsStatisticsCommand = class _GetFindingsStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5462
5470
|
return [
|
|
5463
5471
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5464
5472
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5472,9 +5480,7 @@ var GetFindingsStatisticsCommand = _GetFindingsStatisticsCommand;
|
|
|
5472
5480
|
|
|
5473
5481
|
|
|
5474
5482
|
|
|
5475
|
-
var _GetInvitationsCountCommand = class _GetInvitationsCountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5476
|
-
...commonParams
|
|
5477
|
-
}).m(function(Command, cs, config, o) {
|
|
5483
|
+
var _GetInvitationsCountCommand = class _GetInvitationsCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5478
5484
|
return [
|
|
5479
5485
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5480
5486
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5488,9 +5494,7 @@ var GetInvitationsCountCommand = _GetInvitationsCountCommand;
|
|
|
5488
5494
|
|
|
5489
5495
|
|
|
5490
5496
|
|
|
5491
|
-
var _GetIPSetCommand = class _GetIPSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5492
|
-
...commonParams
|
|
5493
|
-
}).m(function(Command, cs, config, o) {
|
|
5497
|
+
var _GetIPSetCommand = class _GetIPSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5494
5498
|
return [
|
|
5495
5499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5496
5500
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5504,9 +5508,7 @@ var GetIPSetCommand = _GetIPSetCommand;
|
|
|
5504
5508
|
|
|
5505
5509
|
|
|
5506
5510
|
|
|
5507
|
-
var _GetMalwareProtectionPlanCommand = class _GetMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5508
|
-
...commonParams
|
|
5509
|
-
}).m(function(Command, cs, config, o) {
|
|
5511
|
+
var _GetMalwareProtectionPlanCommand = class _GetMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5510
5512
|
return [
|
|
5511
5513
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5512
5514
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5520,9 +5522,7 @@ var GetMalwareProtectionPlanCommand = _GetMalwareProtectionPlanCommand;
|
|
|
5520
5522
|
|
|
5521
5523
|
|
|
5522
5524
|
|
|
5523
|
-
var _GetMalwareScanSettingsCommand = class _GetMalwareScanSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5524
|
-
...commonParams
|
|
5525
|
-
}).m(function(Command, cs, config, o) {
|
|
5525
|
+
var _GetMalwareScanSettingsCommand = class _GetMalwareScanSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5526
5526
|
return [
|
|
5527
5527
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5528
5528
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5536,9 +5536,7 @@ var GetMalwareScanSettingsCommand = _GetMalwareScanSettingsCommand;
|
|
|
5536
5536
|
|
|
5537
5537
|
|
|
5538
5538
|
|
|
5539
|
-
var _GetMasterAccountCommand = class _GetMasterAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5540
|
-
...commonParams
|
|
5541
|
-
}).m(function(Command, cs, config, o) {
|
|
5539
|
+
var _GetMasterAccountCommand = class _GetMasterAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5542
5540
|
return [
|
|
5543
5541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5544
5542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5552,9 +5550,7 @@ var GetMasterAccountCommand = _GetMasterAccountCommand;
|
|
|
5552
5550
|
|
|
5553
5551
|
|
|
5554
5552
|
|
|
5555
|
-
var _GetMemberDetectorsCommand = class _GetMemberDetectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5556
|
-
...commonParams
|
|
5557
|
-
}).m(function(Command, cs, config, o) {
|
|
5553
|
+
var _GetMemberDetectorsCommand = class _GetMemberDetectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5558
5554
|
return [
|
|
5559
5555
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5560
5556
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5568,9 +5564,7 @@ var GetMemberDetectorsCommand = _GetMemberDetectorsCommand;
|
|
|
5568
5564
|
|
|
5569
5565
|
|
|
5570
5566
|
|
|
5571
|
-
var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5572
|
-
...commonParams
|
|
5573
|
-
}).m(function(Command, cs, config, o) {
|
|
5567
|
+
var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5574
5568
|
return [
|
|
5575
5569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5576
5570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5584,9 +5578,7 @@ var GetMembersCommand = _GetMembersCommand;
|
|
|
5584
5578
|
|
|
5585
5579
|
|
|
5586
5580
|
|
|
5587
|
-
var _GetOrganizationStatisticsCommand = class _GetOrganizationStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5588
|
-
...commonParams
|
|
5589
|
-
}).m(function(Command, cs, config, o) {
|
|
5581
|
+
var _GetOrganizationStatisticsCommand = class _GetOrganizationStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5590
5582
|
return [
|
|
5591
5583
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5592
5584
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5600,9 +5592,7 @@ var GetOrganizationStatisticsCommand = _GetOrganizationStatisticsCommand;
|
|
|
5600
5592
|
|
|
5601
5593
|
|
|
5602
5594
|
|
|
5603
|
-
var _GetRemainingFreeTrialDaysCommand = class _GetRemainingFreeTrialDaysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5604
|
-
...commonParams
|
|
5605
|
-
}).m(function(Command, cs, config, o) {
|
|
5595
|
+
var _GetRemainingFreeTrialDaysCommand = class _GetRemainingFreeTrialDaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5606
5596
|
return [
|
|
5607
5597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5608
5598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5616,9 +5606,7 @@ var GetRemainingFreeTrialDaysCommand = _GetRemainingFreeTrialDaysCommand;
|
|
|
5616
5606
|
|
|
5617
5607
|
|
|
5618
5608
|
|
|
5619
|
-
var _GetThreatIntelSetCommand = class _GetThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5620
|
-
...commonParams
|
|
5621
|
-
}).m(function(Command, cs, config, o) {
|
|
5609
|
+
var _GetThreatIntelSetCommand = class _GetThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5622
5610
|
return [
|
|
5623
5611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5624
5612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5632,9 +5620,7 @@ var GetThreatIntelSetCommand = _GetThreatIntelSetCommand;
|
|
|
5632
5620
|
|
|
5633
5621
|
|
|
5634
5622
|
|
|
5635
|
-
var _GetUsageStatisticsCommand = class _GetUsageStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5636
|
-
...commonParams
|
|
5637
|
-
}).m(function(Command, cs, config, o) {
|
|
5623
|
+
var _GetUsageStatisticsCommand = class _GetUsageStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5638
5624
|
return [
|
|
5639
5625
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5640
5626
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5648,9 +5634,7 @@ var GetUsageStatisticsCommand = _GetUsageStatisticsCommand;
|
|
|
5648
5634
|
|
|
5649
5635
|
|
|
5650
5636
|
|
|
5651
|
-
var _InviteMembersCommand = class _InviteMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5652
|
-
...commonParams
|
|
5653
|
-
}).m(function(Command, cs, config, o) {
|
|
5637
|
+
var _InviteMembersCommand = class _InviteMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5654
5638
|
return [
|
|
5655
5639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5656
5640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5664,9 +5648,7 @@ var InviteMembersCommand = _InviteMembersCommand;
|
|
|
5664
5648
|
|
|
5665
5649
|
|
|
5666
5650
|
|
|
5667
|
-
var _ListCoverageCommand = class _ListCoverageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5668
|
-
...commonParams
|
|
5669
|
-
}).m(function(Command, cs, config, o) {
|
|
5651
|
+
var _ListCoverageCommand = class _ListCoverageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5670
5652
|
return [
|
|
5671
5653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5672
5654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5680,9 +5662,7 @@ var ListCoverageCommand = _ListCoverageCommand;
|
|
|
5680
5662
|
|
|
5681
5663
|
|
|
5682
5664
|
|
|
5683
|
-
var _ListDetectorsCommand = class _ListDetectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5684
|
-
...commonParams
|
|
5685
|
-
}).m(function(Command, cs, config, o) {
|
|
5665
|
+
var _ListDetectorsCommand = class _ListDetectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5686
5666
|
return [
|
|
5687
5667
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5688
5668
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5696,9 +5676,7 @@ var ListDetectorsCommand = _ListDetectorsCommand;
|
|
|
5696
5676
|
|
|
5697
5677
|
|
|
5698
5678
|
|
|
5699
|
-
var _ListFiltersCommand = class _ListFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5700
|
-
...commonParams
|
|
5701
|
-
}).m(function(Command, cs, config, o) {
|
|
5679
|
+
var _ListFiltersCommand = class _ListFiltersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5702
5680
|
return [
|
|
5703
5681
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5704
5682
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5712,9 +5690,7 @@ var ListFiltersCommand = _ListFiltersCommand;
|
|
|
5712
5690
|
|
|
5713
5691
|
|
|
5714
5692
|
|
|
5715
|
-
var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5716
|
-
...commonParams
|
|
5717
|
-
}).m(function(Command, cs, config, o) {
|
|
5693
|
+
var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5718
5694
|
return [
|
|
5719
5695
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5720
5696
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5728,9 +5704,7 @@ var ListFindingsCommand = _ListFindingsCommand;
|
|
|
5728
5704
|
|
|
5729
5705
|
|
|
5730
5706
|
|
|
5731
|
-
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5732
|
-
...commonParams
|
|
5733
|
-
}).m(function(Command, cs, config, o) {
|
|
5707
|
+
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5734
5708
|
return [
|
|
5735
5709
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5736
5710
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5744,9 +5718,7 @@ var ListInvitationsCommand = _ListInvitationsCommand;
|
|
|
5744
5718
|
|
|
5745
5719
|
|
|
5746
5720
|
|
|
5747
|
-
var _ListIPSetsCommand = class _ListIPSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5748
|
-
...commonParams
|
|
5749
|
-
}).m(function(Command, cs, config, o) {
|
|
5721
|
+
var _ListIPSetsCommand = class _ListIPSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5750
5722
|
return [
|
|
5751
5723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5752
5724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5760,9 +5732,7 @@ var ListIPSetsCommand = _ListIPSetsCommand;
|
|
|
5760
5732
|
|
|
5761
5733
|
|
|
5762
5734
|
|
|
5763
|
-
var _ListMalwareProtectionPlansCommand = class _ListMalwareProtectionPlansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5764
|
-
...commonParams
|
|
5765
|
-
}).m(function(Command, cs, config, o) {
|
|
5735
|
+
var _ListMalwareProtectionPlansCommand = class _ListMalwareProtectionPlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5766
5736
|
return [
|
|
5767
5737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5768
5738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5778,6 +5748,15 @@ var ListMalwareProtectionPlansCommand = _ListMalwareProtectionPlansCommand;
|
|
|
5778
5748
|
|
|
5779
5749
|
|
|
5780
5750
|
// src/models/models_1.ts
|
|
5751
|
+
var ThreatIntelSetStatus = {
|
|
5752
|
+
ACTIVATING: "ACTIVATING",
|
|
5753
|
+
ACTIVE: "ACTIVE",
|
|
5754
|
+
DEACTIVATING: "DEACTIVATING",
|
|
5755
|
+
DELETED: "DELETED",
|
|
5756
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
5757
|
+
ERROR: "ERROR",
|
|
5758
|
+
INACTIVE: "INACTIVE"
|
|
5759
|
+
};
|
|
5781
5760
|
var UsageFeature = {
|
|
5782
5761
|
CLOUD_TRAIL: "CLOUD_TRAIL",
|
|
5783
5762
|
DNS_LOGS: "DNS_LOGS",
|
|
@@ -5807,9 +5786,7 @@ var ListMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
5807
5786
|
}), "ListMembersResponseFilterSensitiveLog");
|
|
5808
5787
|
|
|
5809
5788
|
// src/commands/ListMembersCommand.ts
|
|
5810
|
-
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5811
|
-
...commonParams
|
|
5812
|
-
}).m(function(Command, cs, config, o) {
|
|
5789
|
+
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5813
5790
|
return [
|
|
5814
5791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5815
5792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5823,9 +5800,7 @@ var ListMembersCommand = _ListMembersCommand;
|
|
|
5823
5800
|
|
|
5824
5801
|
|
|
5825
5802
|
|
|
5826
|
-
var _ListOrganizationAdminAccountsCommand = class _ListOrganizationAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5827
|
-
...commonParams
|
|
5828
|
-
}).m(function(Command, cs, config, o) {
|
|
5803
|
+
var _ListOrganizationAdminAccountsCommand = class _ListOrganizationAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5829
5804
|
return [
|
|
5830
5805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5831
5806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5839,9 +5814,7 @@ var ListOrganizationAdminAccountsCommand = _ListOrganizationAdminAccountsCommand
|
|
|
5839
5814
|
|
|
5840
5815
|
|
|
5841
5816
|
|
|
5842
|
-
var _ListPublishingDestinationsCommand = class _ListPublishingDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5843
|
-
...commonParams
|
|
5844
|
-
}).m(function(Command, cs, config, o) {
|
|
5817
|
+
var _ListPublishingDestinationsCommand = class _ListPublishingDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5845
5818
|
return [
|
|
5846
5819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5847
5820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5855,9 +5828,7 @@ var ListPublishingDestinationsCommand = _ListPublishingDestinationsCommand;
|
|
|
5855
5828
|
|
|
5856
5829
|
|
|
5857
5830
|
|
|
5858
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5859
|
-
...commonParams
|
|
5860
|
-
}).m(function(Command, cs, config, o) {
|
|
5831
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5861
5832
|
return [
|
|
5862
5833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5863
5834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5871,9 +5842,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
5871
5842
|
|
|
5872
5843
|
|
|
5873
5844
|
|
|
5874
|
-
var _ListThreatIntelSetsCommand = class _ListThreatIntelSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5875
|
-
...commonParams
|
|
5876
|
-
}).m(function(Command, cs, config, o) {
|
|
5845
|
+
var _ListThreatIntelSetsCommand = class _ListThreatIntelSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5877
5846
|
return [
|
|
5878
5847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5879
5848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5887,9 +5856,7 @@ var ListThreatIntelSetsCommand = _ListThreatIntelSetsCommand;
|
|
|
5887
5856
|
|
|
5888
5857
|
|
|
5889
5858
|
|
|
5890
|
-
var _StartMalwareScanCommand = class _StartMalwareScanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5891
|
-
...commonParams
|
|
5892
|
-
}).m(function(Command, cs, config, o) {
|
|
5859
|
+
var _StartMalwareScanCommand = class _StartMalwareScanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5893
5860
|
return [
|
|
5894
5861
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5895
5862
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5903,9 +5870,7 @@ var StartMalwareScanCommand = _StartMalwareScanCommand;
|
|
|
5903
5870
|
|
|
5904
5871
|
|
|
5905
5872
|
|
|
5906
|
-
var _StartMonitoringMembersCommand = class _StartMonitoringMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5907
|
-
...commonParams
|
|
5908
|
-
}).m(function(Command, cs, config, o) {
|
|
5873
|
+
var _StartMonitoringMembersCommand = class _StartMonitoringMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5909
5874
|
return [
|
|
5910
5875
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5911
5876
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5919,9 +5884,7 @@ var StartMonitoringMembersCommand = _StartMonitoringMembersCommand;
|
|
|
5919
5884
|
|
|
5920
5885
|
|
|
5921
5886
|
|
|
5922
|
-
var _StopMonitoringMembersCommand = class _StopMonitoringMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5923
|
-
...commonParams
|
|
5924
|
-
}).m(function(Command, cs, config, o) {
|
|
5887
|
+
var _StopMonitoringMembersCommand = class _StopMonitoringMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5925
5888
|
return [
|
|
5926
5889
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5927
5890
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5935,9 +5898,7 @@ var StopMonitoringMembersCommand = _StopMonitoringMembersCommand;
|
|
|
5935
5898
|
|
|
5936
5899
|
|
|
5937
5900
|
|
|
5938
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5939
|
-
...commonParams
|
|
5940
|
-
}).m(function(Command, cs, config, o) {
|
|
5901
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5941
5902
|
return [
|
|
5942
5903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5943
5904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5951,9 +5912,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
5951
5912
|
|
|
5952
5913
|
|
|
5953
5914
|
|
|
5954
|
-
var _UnarchiveFindingsCommand = class _UnarchiveFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5955
|
-
...commonParams
|
|
5956
|
-
}).m(function(Command, cs, config, o) {
|
|
5915
|
+
var _UnarchiveFindingsCommand = class _UnarchiveFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5957
5916
|
return [
|
|
5958
5917
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5959
5918
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5967,9 +5926,7 @@ var UnarchiveFindingsCommand = _UnarchiveFindingsCommand;
|
|
|
5967
5926
|
|
|
5968
5927
|
|
|
5969
5928
|
|
|
5970
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5971
|
-
...commonParams
|
|
5972
|
-
}).m(function(Command, cs, config, o) {
|
|
5929
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5973
5930
|
return [
|
|
5974
5931
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5975
5932
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5983,9 +5940,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
5983
5940
|
|
|
5984
5941
|
|
|
5985
5942
|
|
|
5986
|
-
var _UpdateDetectorCommand = class _UpdateDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5987
|
-
...commonParams
|
|
5988
|
-
}).m(function(Command, cs, config, o) {
|
|
5943
|
+
var _UpdateDetectorCommand = class _UpdateDetectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5989
5944
|
return [
|
|
5990
5945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5991
5946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5999,9 +5954,7 @@ var UpdateDetectorCommand = _UpdateDetectorCommand;
|
|
|
5999
5954
|
|
|
6000
5955
|
|
|
6001
5956
|
|
|
6002
|
-
var _UpdateFilterCommand = class _UpdateFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6003
|
-
...commonParams
|
|
6004
|
-
}).m(function(Command, cs, config, o) {
|
|
5957
|
+
var _UpdateFilterCommand = class _UpdateFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6005
5958
|
return [
|
|
6006
5959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6007
5960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6015,9 +5968,7 @@ var UpdateFilterCommand = _UpdateFilterCommand;
|
|
|
6015
5968
|
|
|
6016
5969
|
|
|
6017
5970
|
|
|
6018
|
-
var _UpdateFindingsFeedbackCommand = class _UpdateFindingsFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6019
|
-
...commonParams
|
|
6020
|
-
}).m(function(Command, cs, config, o) {
|
|
5971
|
+
var _UpdateFindingsFeedbackCommand = class _UpdateFindingsFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6021
5972
|
return [
|
|
6022
5973
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6023
5974
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6031,9 +5982,7 @@ var UpdateFindingsFeedbackCommand = _UpdateFindingsFeedbackCommand;
|
|
|
6031
5982
|
|
|
6032
5983
|
|
|
6033
5984
|
|
|
6034
|
-
var _UpdateIPSetCommand = class _UpdateIPSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6035
|
-
...commonParams
|
|
6036
|
-
}).m(function(Command, cs, config, o) {
|
|
5985
|
+
var _UpdateIPSetCommand = class _UpdateIPSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6037
5986
|
return [
|
|
6038
5987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6039
5988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6047,9 +5996,7 @@ var UpdateIPSetCommand = _UpdateIPSetCommand;
|
|
|
6047
5996
|
|
|
6048
5997
|
|
|
6049
5998
|
|
|
6050
|
-
var _UpdateMalwareProtectionPlanCommand = class _UpdateMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6051
|
-
...commonParams
|
|
6052
|
-
}).m(function(Command, cs, config, o) {
|
|
5999
|
+
var _UpdateMalwareProtectionPlanCommand = class _UpdateMalwareProtectionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6053
6000
|
return [
|
|
6054
6001
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6055
6002
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6063,9 +6010,7 @@ var UpdateMalwareProtectionPlanCommand = _UpdateMalwareProtectionPlanCommand;
|
|
|
6063
6010
|
|
|
6064
6011
|
|
|
6065
6012
|
|
|
6066
|
-
var _UpdateMalwareScanSettingsCommand = class _UpdateMalwareScanSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6067
|
-
...commonParams
|
|
6068
|
-
}).m(function(Command, cs, config, o) {
|
|
6013
|
+
var _UpdateMalwareScanSettingsCommand = class _UpdateMalwareScanSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6069
6014
|
return [
|
|
6070
6015
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6071
6016
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6079,9 +6024,7 @@ var UpdateMalwareScanSettingsCommand = _UpdateMalwareScanSettingsCommand;
|
|
|
6079
6024
|
|
|
6080
6025
|
|
|
6081
6026
|
|
|
6082
|
-
var _UpdateMemberDetectorsCommand = class _UpdateMemberDetectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6083
|
-
...commonParams
|
|
6084
|
-
}).m(function(Command, cs, config, o) {
|
|
6027
|
+
var _UpdateMemberDetectorsCommand = class _UpdateMemberDetectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6085
6028
|
return [
|
|
6086
6029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6087
6030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6095,9 +6038,7 @@ var UpdateMemberDetectorsCommand = _UpdateMemberDetectorsCommand;
|
|
|
6095
6038
|
|
|
6096
6039
|
|
|
6097
6040
|
|
|
6098
|
-
var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6099
|
-
...commonParams
|
|
6100
|
-
}).m(function(Command, cs, config, o) {
|
|
6041
|
+
var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6101
6042
|
return [
|
|
6102
6043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6103
6044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6111,9 +6052,7 @@ var UpdateOrganizationConfigurationCommand = _UpdateOrganizationConfigurationCom
|
|
|
6111
6052
|
|
|
6112
6053
|
|
|
6113
6054
|
|
|
6114
|
-
var _UpdatePublishingDestinationCommand = class _UpdatePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6115
|
-
...commonParams
|
|
6116
|
-
}).m(function(Command, cs, config, o) {
|
|
6055
|
+
var _UpdatePublishingDestinationCommand = class _UpdatePublishingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6117
6056
|
return [
|
|
6118
6057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6119
6058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6127,9 +6066,7 @@ var UpdatePublishingDestinationCommand = _UpdatePublishingDestinationCommand;
|
|
|
6127
6066
|
|
|
6128
6067
|
|
|
6129
6068
|
|
|
6130
|
-
var _UpdateThreatIntelSetCommand = class _UpdateThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6131
|
-
...commonParams
|
|
6132
|
-
}).m(function(Command, cs, config, o) {
|
|
6069
|
+
var _UpdateThreatIntelSetCommand = class _UpdateThreatIntelSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6133
6070
|
return [
|
|
6134
6071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6135
6072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6409,10 +6346,10 @@ var paginateListThreatIntelSets = (0, import_core.createPaginator)(GuardDutyClie
|
|
|
6409
6346
|
EbsSnapshotPreservation,
|
|
6410
6347
|
Feedback,
|
|
6411
6348
|
FindingStatisticType,
|
|
6349
|
+
GroupByType,
|
|
6412
6350
|
IpSetStatus,
|
|
6413
6351
|
MalwareProtectionPlanStatus,
|
|
6414
6352
|
ScanCriterionKey,
|
|
6415
|
-
ThreatIntelSetStatus,
|
|
6416
6353
|
AccountDetailFilterSensitiveLog,
|
|
6417
6354
|
RemoteIpDetailsFilterSensitiveLog,
|
|
6418
6355
|
AwsApiCallActionFilterSensitiveLog,
|
|
@@ -6433,6 +6370,7 @@ var paginateListThreatIntelSets = (0, import_core.createPaginator)(GuardDutyClie
|
|
|
6433
6370
|
GetFindingsResponseFilterSensitiveLog,
|
|
6434
6371
|
MemberFilterSensitiveLog,
|
|
6435
6372
|
GetMembersResponseFilterSensitiveLog,
|
|
6373
|
+
ThreatIntelSetStatus,
|
|
6436
6374
|
UsageFeature,
|
|
6437
6375
|
UsageStatisticType,
|
|
6438
6376
|
ListMembersResponseFilterSensitiveLog
|