@aws-sdk/client-guardduty 3.514.0 → 3.521.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 +157 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -1
- package/dist-cjs/runtimeConfig.js +1 -1
- package/dist-es/commands/CreateMembersCommand.js +2 -1
- package/dist-es/commands/GetFindingsCommand.js +2 -1
- package/dist-es/commands/GetMembersCommand.js +2 -1
- package/dist-es/commands/ListMembersCommand.js +2 -1
- package/dist-es/models/models_0.js +102 -0
- package/dist-es/models/models_1.js +5 -1
- package/dist-es/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.js +1 -1
- package/dist-types/GuardDutyClient.d.ts +4 -4
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +3 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +80 -0
- package/dist-types/models/models_1.d.ts +4 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -4
- package/dist-types/runtimeConfig.d.ts +1 -4
- package/dist-types/runtimeConfig.native.d.ts +1 -4
- package/dist-types/ts3.4/GuardDutyClient.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -13
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -14
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -13
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -24,9 +24,12 @@ __export(src_exports, {
|
|
|
24
24
|
AcceptAdministratorInvitationCommand: () => AcceptAdministratorInvitationCommand,
|
|
25
25
|
AcceptInvitationCommand: () => AcceptInvitationCommand,
|
|
26
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
27
|
+
AccountDetailFilterSensitiveLog: () => AccountDetailFilterSensitiveLog,
|
|
28
|
+
ActionFilterSensitiveLog: () => ActionFilterSensitiveLog,
|
|
27
29
|
AdminStatus: () => AdminStatus,
|
|
28
30
|
ArchiveFindingsCommand: () => ArchiveFindingsCommand,
|
|
29
31
|
AutoEnableMembers: () => AutoEnableMembers,
|
|
32
|
+
AwsApiCallActionFilterSensitiveLog: () => AwsApiCallActionFilterSensitiveLog,
|
|
30
33
|
BadRequestException: () => BadRequestException,
|
|
31
34
|
ConflictException: () => ConflictException,
|
|
32
35
|
CoverageFilterCriterionKey: () => CoverageFilterCriterionKey,
|
|
@@ -37,6 +40,7 @@ __export(src_exports, {
|
|
|
37
40
|
CreateFilterCommand: () => CreateFilterCommand,
|
|
38
41
|
CreateIPSetCommand: () => CreateIPSetCommand,
|
|
39
42
|
CreateMembersCommand: () => CreateMembersCommand,
|
|
43
|
+
CreateMembersRequestFilterSensitiveLog: () => CreateMembersRequestFilterSensitiveLog,
|
|
40
44
|
CreatePublishingDestinationCommand: () => CreatePublishingDestinationCommand,
|
|
41
45
|
CreateSampleFindingsCommand: () => CreateSampleFindingsCommand,
|
|
42
46
|
CreateThreatIntelSetCommand: () => CreateThreatIntelSetCommand,
|
|
@@ -68,6 +72,7 @@ __export(src_exports, {
|
|
|
68
72
|
FeatureStatus: () => FeatureStatus,
|
|
69
73
|
Feedback: () => Feedback,
|
|
70
74
|
FilterAction: () => FilterAction,
|
|
75
|
+
FindingFilterSensitiveLog: () => FindingFilterSensitiveLog,
|
|
71
76
|
FindingPublishingFrequency: () => FindingPublishingFrequency,
|
|
72
77
|
FindingStatisticType: () => FindingStatisticType,
|
|
73
78
|
FreeTrialFeatureResult: () => FreeTrialFeatureResult,
|
|
@@ -76,6 +81,7 @@ __export(src_exports, {
|
|
|
76
81
|
GetDetectorCommand: () => GetDetectorCommand,
|
|
77
82
|
GetFilterCommand: () => GetFilterCommand,
|
|
78
83
|
GetFindingsCommand: () => GetFindingsCommand,
|
|
84
|
+
GetFindingsResponseFilterSensitiveLog: () => GetFindingsResponseFilterSensitiveLog,
|
|
79
85
|
GetFindingsStatisticsCommand: () => GetFindingsStatisticsCommand,
|
|
80
86
|
GetIPSetCommand: () => GetIPSetCommand,
|
|
81
87
|
GetInvitationsCountCommand: () => GetInvitationsCountCommand,
|
|
@@ -83,6 +89,7 @@ __export(src_exports, {
|
|
|
83
89
|
GetMasterAccountCommand: () => GetMasterAccountCommand,
|
|
84
90
|
GetMemberDetectorsCommand: () => GetMemberDetectorsCommand,
|
|
85
91
|
GetMembersCommand: () => GetMembersCommand,
|
|
92
|
+
GetMembersResponseFilterSensitiveLog: () => GetMembersResponseFilterSensitiveLog,
|
|
86
93
|
GetOrganizationStatisticsCommand: () => GetOrganizationStatisticsCommand,
|
|
87
94
|
GetRemainingFreeTrialDaysCommand: () => GetRemainingFreeTrialDaysCommand,
|
|
88
95
|
GetThreatIntelSetCommand: () => GetThreatIntelSetCommand,
|
|
@@ -90,10 +97,12 @@ __export(src_exports, {
|
|
|
90
97
|
GuardDuty: () => GuardDuty,
|
|
91
98
|
GuardDutyClient: () => GuardDutyClient,
|
|
92
99
|
GuardDutyServiceException: () => GuardDutyServiceException,
|
|
100
|
+
InstanceDetailsFilterSensitiveLog: () => InstanceDetailsFilterSensitiveLog,
|
|
93
101
|
InternalServerErrorException: () => InternalServerErrorException,
|
|
94
102
|
InviteMembersCommand: () => InviteMembersCommand,
|
|
95
103
|
IpSetFormat: () => IpSetFormat,
|
|
96
104
|
IpSetStatus: () => IpSetStatus,
|
|
105
|
+
KubernetesApiCallActionFilterSensitiveLog: () => KubernetesApiCallActionFilterSensitiveLog,
|
|
97
106
|
ListCoverageCommand: () => ListCoverageCommand,
|
|
98
107
|
ListDetectorsCommand: () => ListDetectorsCommand,
|
|
99
108
|
ListFiltersCommand: () => ListFiltersCommand,
|
|
@@ -101,23 +110,35 @@ __export(src_exports, {
|
|
|
101
110
|
ListIPSetsCommand: () => ListIPSetsCommand,
|
|
102
111
|
ListInvitationsCommand: () => ListInvitationsCommand,
|
|
103
112
|
ListMembersCommand: () => ListMembersCommand,
|
|
113
|
+
ListMembersResponseFilterSensitiveLog: () => ListMembersResponseFilterSensitiveLog,
|
|
104
114
|
ListOrganizationAdminAccountsCommand: () => ListOrganizationAdminAccountsCommand,
|
|
105
115
|
ListPublishingDestinationsCommand: () => ListPublishingDestinationsCommand,
|
|
106
116
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
107
117
|
ListThreatIntelSetsCommand: () => ListThreatIntelSetsCommand,
|
|
118
|
+
LocalIpDetailsFilterSensitiveLog: () => LocalIpDetailsFilterSensitiveLog,
|
|
108
119
|
ManagementType: () => ManagementType,
|
|
120
|
+
MemberFilterSensitiveLog: () => MemberFilterSensitiveLog,
|
|
121
|
+
NetworkConnectionActionFilterSensitiveLog: () => NetworkConnectionActionFilterSensitiveLog,
|
|
122
|
+
NetworkInterfaceFilterSensitiveLog: () => NetworkInterfaceFilterSensitiveLog,
|
|
109
123
|
OrderBy: () => OrderBy,
|
|
110
124
|
OrgFeature: () => OrgFeature,
|
|
111
125
|
OrgFeatureAdditionalConfiguration: () => OrgFeatureAdditionalConfiguration,
|
|
112
126
|
OrgFeatureStatus: () => OrgFeatureStatus,
|
|
127
|
+
PortProbeActionFilterSensitiveLog: () => PortProbeActionFilterSensitiveLog,
|
|
128
|
+
PortProbeDetailFilterSensitiveLog: () => PortProbeDetailFilterSensitiveLog,
|
|
129
|
+
PrivateIpAddressDetailsFilterSensitiveLog: () => PrivateIpAddressDetailsFilterSensitiveLog,
|
|
113
130
|
ProfileSubtype: () => ProfileSubtype,
|
|
114
131
|
ProfileType: () => ProfileType,
|
|
115
132
|
PublishingStatus: () => PublishingStatus,
|
|
133
|
+
RdsLoginAttemptActionFilterSensitiveLog: () => RdsLoginAttemptActionFilterSensitiveLog,
|
|
134
|
+
RemoteIpDetailsFilterSensitiveLog: () => RemoteIpDetailsFilterSensitiveLog,
|
|
135
|
+
ResourceFilterSensitiveLog: () => ResourceFilterSensitiveLog,
|
|
116
136
|
ResourceType: () => ResourceType,
|
|
117
137
|
ScanCriterionKey: () => ScanCriterionKey,
|
|
118
138
|
ScanResult: () => ScanResult,
|
|
119
139
|
ScanStatus: () => ScanStatus,
|
|
120
140
|
ScanType: () => ScanType,
|
|
141
|
+
ServiceFilterSensitiveLog: () => ServiceFilterSensitiveLog,
|
|
121
142
|
StartMalwareScanCommand: () => StartMalwareScanCommand,
|
|
122
143
|
StartMonitoringMembersCommand: () => StartMonitoringMembersCommand,
|
|
123
144
|
StopMonitoringMembersCommand: () => StopMonitoringMembersCommand,
|
|
@@ -326,6 +347,7 @@ __name(_GuardDutyServiceException, "GuardDutyServiceException");
|
|
|
326
347
|
var GuardDutyServiceException = _GuardDutyServiceException;
|
|
327
348
|
|
|
328
349
|
// src/models/models_0.ts
|
|
350
|
+
|
|
329
351
|
var _BadRequestException = class _BadRequestException extends GuardDutyServiceException {
|
|
330
352
|
/**
|
|
331
353
|
* @internal
|
|
@@ -652,6 +674,107 @@ var UsageStatisticType = {
|
|
|
652
674
|
TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE",
|
|
653
675
|
TOP_RESOURCES: "TOP_RESOURCES"
|
|
654
676
|
};
|
|
677
|
+
var AccountDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING }
|
|
680
|
+
}), "AccountDetailFilterSensitiveLog");
|
|
681
|
+
var RemoteIpDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
682
|
+
...obj,
|
|
683
|
+
...obj.IpAddressV4 && { IpAddressV4: import_smithy_client.SENSITIVE_STRING }
|
|
684
|
+
}), "RemoteIpDetailsFilterSensitiveLog");
|
|
685
|
+
var AwsApiCallActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
686
|
+
...obj,
|
|
687
|
+
...obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }
|
|
688
|
+
}), "AwsApiCallActionFilterSensitiveLog");
|
|
689
|
+
var KubernetesApiCallActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
690
|
+
...obj,
|
|
691
|
+
...obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }
|
|
692
|
+
}), "KubernetesApiCallActionFilterSensitiveLog");
|
|
693
|
+
var LocalIpDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
...obj.IpAddressV4 && { IpAddressV4: import_smithy_client.SENSITIVE_STRING }
|
|
696
|
+
}), "LocalIpDetailsFilterSensitiveLog");
|
|
697
|
+
var NetworkConnectionActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
698
|
+
...obj,
|
|
699
|
+
...obj.LocalIpDetails && { LocalIpDetails: LocalIpDetailsFilterSensitiveLog(obj.LocalIpDetails) },
|
|
700
|
+
...obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }
|
|
701
|
+
}), "NetworkConnectionActionFilterSensitiveLog");
|
|
702
|
+
var PortProbeDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
703
|
+
...obj,
|
|
704
|
+
...obj.LocalIpDetails && { LocalIpDetails: LocalIpDetailsFilterSensitiveLog(obj.LocalIpDetails) },
|
|
705
|
+
...obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }
|
|
706
|
+
}), "PortProbeDetailFilterSensitiveLog");
|
|
707
|
+
var PortProbeActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
...obj.PortProbeDetails && {
|
|
710
|
+
PortProbeDetails: obj.PortProbeDetails.map((item) => PortProbeDetailFilterSensitiveLog(item))
|
|
711
|
+
}
|
|
712
|
+
}), "PortProbeActionFilterSensitiveLog");
|
|
713
|
+
var RdsLoginAttemptActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
...obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }
|
|
716
|
+
}), "RdsLoginAttemptActionFilterSensitiveLog");
|
|
717
|
+
var ActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
...obj.AwsApiCallAction && { AwsApiCallAction: AwsApiCallActionFilterSensitiveLog(obj.AwsApiCallAction) },
|
|
720
|
+
...obj.NetworkConnectionAction && {
|
|
721
|
+
NetworkConnectionAction: NetworkConnectionActionFilterSensitiveLog(obj.NetworkConnectionAction)
|
|
722
|
+
},
|
|
723
|
+
...obj.PortProbeAction && { PortProbeAction: PortProbeActionFilterSensitiveLog(obj.PortProbeAction) },
|
|
724
|
+
...obj.KubernetesApiCallAction && {
|
|
725
|
+
KubernetesApiCallAction: KubernetesApiCallActionFilterSensitiveLog(obj.KubernetesApiCallAction)
|
|
726
|
+
},
|
|
727
|
+
...obj.RdsLoginAttemptAction && {
|
|
728
|
+
RdsLoginAttemptAction: RdsLoginAttemptActionFilterSensitiveLog(obj.RdsLoginAttemptAction)
|
|
729
|
+
}
|
|
730
|
+
}), "ActionFilterSensitiveLog");
|
|
731
|
+
var CreateMembersRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
732
|
+
...obj,
|
|
733
|
+
...obj.AccountDetails && {
|
|
734
|
+
AccountDetails: obj.AccountDetails.map((item) => AccountDetailFilterSensitiveLog(item))
|
|
735
|
+
}
|
|
736
|
+
}), "CreateMembersRequestFilterSensitiveLog");
|
|
737
|
+
var PrivateIpAddressDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
...obj.PrivateIpAddress && { PrivateIpAddress: import_smithy_client.SENSITIVE_STRING }
|
|
740
|
+
}), "PrivateIpAddressDetailsFilterSensitiveLog");
|
|
741
|
+
var NetworkInterfaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
...obj.PrivateIpAddress && { PrivateIpAddress: import_smithy_client.SENSITIVE_STRING },
|
|
744
|
+
...obj.PrivateIpAddresses && {
|
|
745
|
+
PrivateIpAddresses: obj.PrivateIpAddresses.map((item) => PrivateIpAddressDetailsFilterSensitiveLog(item))
|
|
746
|
+
}
|
|
747
|
+
}), "NetworkInterfaceFilterSensitiveLog");
|
|
748
|
+
var InstanceDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
749
|
+
...obj,
|
|
750
|
+
...obj.NetworkInterfaces && {
|
|
751
|
+
NetworkInterfaces: obj.NetworkInterfaces.map((item) => NetworkInterfaceFilterSensitiveLog(item))
|
|
752
|
+
}
|
|
753
|
+
}), "InstanceDetailsFilterSensitiveLog");
|
|
754
|
+
var ResourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
...obj.InstanceDetails && { InstanceDetails: InstanceDetailsFilterSensitiveLog(obj.InstanceDetails) }
|
|
757
|
+
}), "ResourceFilterSensitiveLog");
|
|
758
|
+
var ServiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
...obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }
|
|
761
|
+
}), "ServiceFilterSensitiveLog");
|
|
762
|
+
var FindingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
765
|
+
}), "FindingFilterSensitiveLog");
|
|
766
|
+
var GetFindingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
767
|
+
...obj,
|
|
768
|
+
...obj.Findings && { Findings: obj.Findings.map((item) => FindingFilterSensitiveLog(item)) }
|
|
769
|
+
}), "GetFindingsResponseFilterSensitiveLog");
|
|
770
|
+
var MemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING }
|
|
773
|
+
}), "MemberFilterSensitiveLog");
|
|
774
|
+
var GetMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
...obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }
|
|
777
|
+
}), "GetMembersResponseFilterSensitiveLog");
|
|
655
778
|
|
|
656
779
|
// src/protocols/Aws_restJson1.ts
|
|
657
780
|
var se_AcceptAdministratorInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -4665,7 +4788,7 @@ var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_cl
|
|
|
4665
4788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4666
4789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4667
4790
|
];
|
|
4668
|
-
}).s("GuardDutyAPIService", "CreateMembers", {}).n("GuardDutyClient", "CreateMembersCommand").f(
|
|
4791
|
+
}).s("GuardDutyAPIService", "CreateMembers", {}).n("GuardDutyClient", "CreateMembersCommand").f(CreateMembersRequestFilterSensitiveLog, void 0).ser(se_CreateMembersCommand).de(de_CreateMembersCommand).build() {
|
|
4669
4792
|
};
|
|
4670
4793
|
__name(_CreateMembersCommand, "CreateMembersCommand");
|
|
4671
4794
|
var CreateMembersCommand = _CreateMembersCommand;
|
|
@@ -5073,7 +5196,7 @@ var _GetFindingsCommand = class _GetFindingsCommand extends import_smithy_client
|
|
|
5073
5196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5074
5197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5075
5198
|
];
|
|
5076
|
-
}).s("GuardDutyAPIService", "GetFindings", {}).n("GuardDutyClient", "GetFindingsCommand").f(void 0,
|
|
5199
|
+
}).s("GuardDutyAPIService", "GetFindings", {}).n("GuardDutyClient", "GetFindingsCommand").f(void 0, GetFindingsResponseFilterSensitiveLog).ser(se_GetFindingsCommand).de(de_GetFindingsCommand).build() {
|
|
5077
5200
|
};
|
|
5078
5201
|
__name(_GetFindingsCommand, "GetFindingsCommand");
|
|
5079
5202
|
var GetFindingsCommand = _GetFindingsCommand;
|
|
@@ -5192,7 +5315,7 @@ var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.C
|
|
|
5192
5315
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5193
5316
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5194
5317
|
];
|
|
5195
|
-
}).s("GuardDutyAPIService", "GetMembers", {}).n("GuardDutyClient", "GetMembersCommand").f(void 0,
|
|
5318
|
+
}).s("GuardDutyAPIService", "GetMembers", {}).n("GuardDutyClient", "GetMembersCommand").f(void 0, GetMembersResponseFilterSensitiveLog).ser(se_GetMembersCommand).de(de_GetMembersCommand).build() {
|
|
5196
5319
|
};
|
|
5197
5320
|
__name(_GetMembersCommand, "GetMembersCommand");
|
|
5198
5321
|
var GetMembersCommand = _GetMembersCommand;
|
|
@@ -5389,6 +5512,14 @@ var ListIPSetsCommand = _ListIPSetsCommand;
|
|
|
5389
5512
|
|
|
5390
5513
|
|
|
5391
5514
|
|
|
5515
|
+
|
|
5516
|
+
// src/models/models_1.ts
|
|
5517
|
+
var ListMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5518
|
+
...obj,
|
|
5519
|
+
...obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }
|
|
5520
|
+
}), "ListMembersResponseFilterSensitiveLog");
|
|
5521
|
+
|
|
5522
|
+
// src/commands/ListMembersCommand.ts
|
|
5392
5523
|
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5393
5524
|
...commonParams
|
|
5394
5525
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5396,7 +5527,7 @@ var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client
|
|
|
5396
5527
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5397
5528
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5398
5529
|
];
|
|
5399
|
-
}).s("GuardDutyAPIService", "ListMembers", {}).n("GuardDutyClient", "ListMembersCommand").f(void 0,
|
|
5530
|
+
}).s("GuardDutyAPIService", "ListMembers", {}).n("GuardDutyClient", "ListMembersCommand").f(void 0, ListMembersResponseFilterSensitiveLog).ser(se_ListMembersCommand).de(de_ListMembersCommand).build() {
|
|
5400
5531
|
};
|
|
5401
5532
|
__name(_ListMembersCommand, "ListMembersCommand");
|
|
5402
5533
|
var ListMembersCommand = _ListMembersCommand;
|
|
@@ -5989,6 +6120,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5989
6120
|
ScanCriterionKey,
|
|
5990
6121
|
ThreatIntelSetStatus,
|
|
5991
6122
|
UsageFeature,
|
|
5992
|
-
UsageStatisticType
|
|
6123
|
+
UsageStatisticType,
|
|
6124
|
+
AccountDetailFilterSensitiveLog,
|
|
6125
|
+
RemoteIpDetailsFilterSensitiveLog,
|
|
6126
|
+
AwsApiCallActionFilterSensitiveLog,
|
|
6127
|
+
KubernetesApiCallActionFilterSensitiveLog,
|
|
6128
|
+
LocalIpDetailsFilterSensitiveLog,
|
|
6129
|
+
NetworkConnectionActionFilterSensitiveLog,
|
|
6130
|
+
PortProbeDetailFilterSensitiveLog,
|
|
6131
|
+
PortProbeActionFilterSensitiveLog,
|
|
6132
|
+
RdsLoginAttemptActionFilterSensitiveLog,
|
|
6133
|
+
ActionFilterSensitiveLog,
|
|
6134
|
+
CreateMembersRequestFilterSensitiveLog,
|
|
6135
|
+
PrivateIpAddressDetailsFilterSensitiveLog,
|
|
6136
|
+
NetworkInterfaceFilterSensitiveLog,
|
|
6137
|
+
InstanceDetailsFilterSensitiveLog,
|
|
6138
|
+
ResourceFilterSensitiveLog,
|
|
6139
|
+
ServiceFilterSensitiveLog,
|
|
6140
|
+
FindingFilterSensitiveLog,
|
|
6141
|
+
GetFindingsResponseFilterSensitiveLog,
|
|
6142
|
+
MemberFilterSensitiveLog,
|
|
6143
|
+
GetMembersResponseFilterSensitiveLog,
|
|
6144
|
+
ListMembersResponseFilterSensitiveLog
|
|
5993
6145
|
});
|
|
5994
6146
|
|
|
@@ -28,7 +28,7 @@ const getRuntimeConfig = (config) => {
|
|
|
28
28
|
(0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
29
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
30
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
|
-
requestHandler: config?.requestHandler ??
|
|
31
|
+
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
32
32
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE),
|
|
33
33
|
sha256: config?.sha256 ?? sha256_browser_1.Sha256,
|
|
34
34
|
streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
|
|
@@ -34,7 +34,7 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
(0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
35
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
36
|
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
37
|
-
requestHandler: config?.requestHandler ??
|
|
37
|
+
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
38
38
|
retryMode: config?.retryMode ??
|
|
39
39
|
(0, node_config_provider_1.loadConfig)({
|
|
40
40
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateMembersRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CreateMembersCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class CreateMembersCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("GuardDutyAPIService", "CreateMembers", {})
|
|
19
20
|
.n("GuardDutyClient", "CreateMembersCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(CreateMembersRequestFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_CreateMembersCommand)
|
|
22
23
|
.de(de_CreateMembersCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetFindingsResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetFindingsCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetFindingsCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("GuardDutyAPIService", "GetFindings", {})
|
|
19
20
|
.n("GuardDutyClient", "GetFindingsCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, GetFindingsResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_GetFindingsCommand)
|
|
22
23
|
.de(de_GetFindingsCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetMembersResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetMembersCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetMembersCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("GuardDutyAPIService", "GetMembers", {})
|
|
19
20
|
.n("GuardDutyClient", "GetMembersCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, GetMembersResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_GetMembersCommand)
|
|
22
23
|
.de(de_GetMembersCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListMembersResponseFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class ListMembersCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class ListMembersCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("GuardDutyAPIService", "ListMembers", {})
|
|
19
20
|
.n("GuardDutyClient", "ListMembersCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, ListMembersResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_ListMembersCommand)
|
|
22
23
|
.de(de_ListMembersCommand)
|
|
23
24
|
.build() {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
1
2
|
import { GuardDutyServiceException as __BaseException } from "./GuardDutyServiceException";
|
|
2
3
|
export class BadRequestException extends __BaseException {
|
|
3
4
|
constructor(opts) {
|
|
@@ -305,3 +306,104 @@ export const UsageStatisticType = {
|
|
|
305
306
|
TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE",
|
|
306
307
|
TOP_RESOURCES: "TOP_RESOURCES",
|
|
307
308
|
};
|
|
309
|
+
export const AccountDetailFilterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
312
|
+
});
|
|
313
|
+
export const RemoteIpDetailsFilterSensitiveLog = (obj) => ({
|
|
314
|
+
...obj,
|
|
315
|
+
...(obj.IpAddressV4 && { IpAddressV4: SENSITIVE_STRING }),
|
|
316
|
+
});
|
|
317
|
+
export const AwsApiCallActionFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
...(obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }),
|
|
320
|
+
});
|
|
321
|
+
export const KubernetesApiCallActionFilterSensitiveLog = (obj) => ({
|
|
322
|
+
...obj,
|
|
323
|
+
...(obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }),
|
|
324
|
+
});
|
|
325
|
+
export const LocalIpDetailsFilterSensitiveLog = (obj) => ({
|
|
326
|
+
...obj,
|
|
327
|
+
...(obj.IpAddressV4 && { IpAddressV4: SENSITIVE_STRING }),
|
|
328
|
+
});
|
|
329
|
+
export const NetworkConnectionActionFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
...(obj.LocalIpDetails && { LocalIpDetails: LocalIpDetailsFilterSensitiveLog(obj.LocalIpDetails) }),
|
|
332
|
+
...(obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }),
|
|
333
|
+
});
|
|
334
|
+
export const PortProbeDetailFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
...(obj.LocalIpDetails && { LocalIpDetails: LocalIpDetailsFilterSensitiveLog(obj.LocalIpDetails) }),
|
|
337
|
+
...(obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }),
|
|
338
|
+
});
|
|
339
|
+
export const PortProbeActionFilterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
...(obj.PortProbeDetails && {
|
|
342
|
+
PortProbeDetails: obj.PortProbeDetails.map((item) => PortProbeDetailFilterSensitiveLog(item)),
|
|
343
|
+
}),
|
|
344
|
+
});
|
|
345
|
+
export const RdsLoginAttemptActionFilterSensitiveLog = (obj) => ({
|
|
346
|
+
...obj,
|
|
347
|
+
...(obj.RemoteIpDetails && { RemoteIpDetails: RemoteIpDetailsFilterSensitiveLog(obj.RemoteIpDetails) }),
|
|
348
|
+
});
|
|
349
|
+
export const ActionFilterSensitiveLog = (obj) => ({
|
|
350
|
+
...obj,
|
|
351
|
+
...(obj.AwsApiCallAction && { AwsApiCallAction: AwsApiCallActionFilterSensitiveLog(obj.AwsApiCallAction) }),
|
|
352
|
+
...(obj.NetworkConnectionAction && {
|
|
353
|
+
NetworkConnectionAction: NetworkConnectionActionFilterSensitiveLog(obj.NetworkConnectionAction),
|
|
354
|
+
}),
|
|
355
|
+
...(obj.PortProbeAction && { PortProbeAction: PortProbeActionFilterSensitiveLog(obj.PortProbeAction) }),
|
|
356
|
+
...(obj.KubernetesApiCallAction && {
|
|
357
|
+
KubernetesApiCallAction: KubernetesApiCallActionFilterSensitiveLog(obj.KubernetesApiCallAction),
|
|
358
|
+
}),
|
|
359
|
+
...(obj.RdsLoginAttemptAction && {
|
|
360
|
+
RdsLoginAttemptAction: RdsLoginAttemptActionFilterSensitiveLog(obj.RdsLoginAttemptAction),
|
|
361
|
+
}),
|
|
362
|
+
});
|
|
363
|
+
export const CreateMembersRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
...(obj.AccountDetails && {
|
|
366
|
+
AccountDetails: obj.AccountDetails.map((item) => AccountDetailFilterSensitiveLog(item)),
|
|
367
|
+
}),
|
|
368
|
+
});
|
|
369
|
+
export const PrivateIpAddressDetailsFilterSensitiveLog = (obj) => ({
|
|
370
|
+
...obj,
|
|
371
|
+
...(obj.PrivateIpAddress && { PrivateIpAddress: SENSITIVE_STRING }),
|
|
372
|
+
});
|
|
373
|
+
export const NetworkInterfaceFilterSensitiveLog = (obj) => ({
|
|
374
|
+
...obj,
|
|
375
|
+
...(obj.PrivateIpAddress && { PrivateIpAddress: SENSITIVE_STRING }),
|
|
376
|
+
...(obj.PrivateIpAddresses && {
|
|
377
|
+
PrivateIpAddresses: obj.PrivateIpAddresses.map((item) => PrivateIpAddressDetailsFilterSensitiveLog(item)),
|
|
378
|
+
}),
|
|
379
|
+
});
|
|
380
|
+
export const InstanceDetailsFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
...(obj.NetworkInterfaces && {
|
|
383
|
+
NetworkInterfaces: obj.NetworkInterfaces.map((item) => NetworkInterfaceFilterSensitiveLog(item)),
|
|
384
|
+
}),
|
|
385
|
+
});
|
|
386
|
+
export const ResourceFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
...(obj.InstanceDetails && { InstanceDetails: InstanceDetailsFilterSensitiveLog(obj.InstanceDetails) }),
|
|
389
|
+
});
|
|
390
|
+
export const ServiceFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
...(obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }),
|
|
393
|
+
});
|
|
394
|
+
export const FindingFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
397
|
+
});
|
|
398
|
+
export const GetFindingsResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
...(obj.Findings && { Findings: obj.Findings.map((item) => FindingFilterSensitiveLog(item)) }),
|
|
401
|
+
});
|
|
402
|
+
export const MemberFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
405
|
+
});
|
|
406
|
+
export const GetMembersResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
...(obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }),
|
|
409
|
+
});
|
|
@@ -24,7 +24,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
25
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
26
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
|
-
requestHandler: config?.requestHandler ??
|
|
27
|
+
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
28
28
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
29
29
|
sha256: config?.sha256 ?? Sha256,
|
|
30
30
|
streamCollector: config?.streamCollector ?? streamCollector,
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -30,7 +30,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
31
31
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
32
32
|
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
33
|
-
requestHandler: config?.requestHandler ??
|
|
33
|
+
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
34
34
|
retryMode: config?.retryMode ??
|
|
35
35
|
loadNodeConfig({
|
|
36
36
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
@@ -3,7 +3,7 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
|
|
|
3
3
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
4
|
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import {
|
|
6
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
8
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
@@ -90,11 +90,11 @@ export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | Ac
|
|
|
90
90
|
/**
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
|
-
export interface ClientDefaults extends Partial<
|
|
93
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
94
94
|
/**
|
|
95
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
95
|
+
* The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs.
|
|
96
96
|
*/
|
|
97
|
-
requestHandler?:
|
|
97
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
98
98
|
/**
|
|
99
99
|
* A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface
|
|
100
100
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
@@ -27,6 +27,8 @@ declare const GetFindingsStatisticsCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>
|
|
30
|
+
* <p>There might be regional differences because some flags might not be available in all the Regions where GuardDuty
|
|
31
|
+
* is currently supported. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -26,7 +26,9 @@ declare const ListFindingsCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Lists
|
|
29
|
+
* <p>Lists GuardDuty findings for the specified detector ID.</p>
|
|
30
|
+
* <p>There might be regional differences because some flags might not be available in all the Regions where GuardDuty
|
|
31
|
+
* is currently supported. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -26,7 +26,7 @@ declare const UpdateDetectorCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Updates the
|
|
29
|
+
* <p>Updates the GuardDuty detector specified by the detectorId.</p>
|
|
30
30
|
* <p>There might be regional differences because some data sources might not be
|
|
31
31
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
32
32
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
@@ -6699,3 +6699,83 @@ export interface ListCoverageResponse {
|
|
|
6699
6699
|
*/
|
|
6700
6700
|
NextToken?: string;
|
|
6701
6701
|
}
|
|
6702
|
+
/**
|
|
6703
|
+
* @internal
|
|
6704
|
+
*/
|
|
6705
|
+
export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
|
|
6706
|
+
/**
|
|
6707
|
+
* @internal
|
|
6708
|
+
*/
|
|
6709
|
+
export declare const RemoteIpDetailsFilterSensitiveLog: (obj: RemoteIpDetails) => any;
|
|
6710
|
+
/**
|
|
6711
|
+
* @internal
|
|
6712
|
+
*/
|
|
6713
|
+
export declare const AwsApiCallActionFilterSensitiveLog: (obj: AwsApiCallAction) => any;
|
|
6714
|
+
/**
|
|
6715
|
+
* @internal
|
|
6716
|
+
*/
|
|
6717
|
+
export declare const KubernetesApiCallActionFilterSensitiveLog: (obj: KubernetesApiCallAction) => any;
|
|
6718
|
+
/**
|
|
6719
|
+
* @internal
|
|
6720
|
+
*/
|
|
6721
|
+
export declare const LocalIpDetailsFilterSensitiveLog: (obj: LocalIpDetails) => any;
|
|
6722
|
+
/**
|
|
6723
|
+
* @internal
|
|
6724
|
+
*/
|
|
6725
|
+
export declare const NetworkConnectionActionFilterSensitiveLog: (obj: NetworkConnectionAction) => any;
|
|
6726
|
+
/**
|
|
6727
|
+
* @internal
|
|
6728
|
+
*/
|
|
6729
|
+
export declare const PortProbeDetailFilterSensitiveLog: (obj: PortProbeDetail) => any;
|
|
6730
|
+
/**
|
|
6731
|
+
* @internal
|
|
6732
|
+
*/
|
|
6733
|
+
export declare const PortProbeActionFilterSensitiveLog: (obj: PortProbeAction) => any;
|
|
6734
|
+
/**
|
|
6735
|
+
* @internal
|
|
6736
|
+
*/
|
|
6737
|
+
export declare const RdsLoginAttemptActionFilterSensitiveLog: (obj: RdsLoginAttemptAction) => any;
|
|
6738
|
+
/**
|
|
6739
|
+
* @internal
|
|
6740
|
+
*/
|
|
6741
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
6742
|
+
/**
|
|
6743
|
+
* @internal
|
|
6744
|
+
*/
|
|
6745
|
+
export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
6746
|
+
/**
|
|
6747
|
+
* @internal
|
|
6748
|
+
*/
|
|
6749
|
+
export declare const PrivateIpAddressDetailsFilterSensitiveLog: (obj: PrivateIpAddressDetails) => any;
|
|
6750
|
+
/**
|
|
6751
|
+
* @internal
|
|
6752
|
+
*/
|
|
6753
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
6754
|
+
/**
|
|
6755
|
+
* @internal
|
|
6756
|
+
*/
|
|
6757
|
+
export declare const InstanceDetailsFilterSensitiveLog: (obj: InstanceDetails) => any;
|
|
6758
|
+
/**
|
|
6759
|
+
* @internal
|
|
6760
|
+
*/
|
|
6761
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
6762
|
+
/**
|
|
6763
|
+
* @internal
|
|
6764
|
+
*/
|
|
6765
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
6766
|
+
/**
|
|
6767
|
+
* @internal
|
|
6768
|
+
*/
|
|
6769
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
6770
|
+
/**
|
|
6771
|
+
* @internal
|
|
6772
|
+
*/
|
|
6773
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
6774
|
+
/**
|
|
6775
|
+
* @internal
|
|
6776
|
+
*/
|
|
6777
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
6778
|
+
/**
|
|
6779
|
+
* @internal
|
|
6780
|
+
*/
|
|
6781
|
+
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
@@ -11,10 +11,7 @@ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
|
|
|
11
11
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler:
|
|
15
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
16
|
-
httpHandlerConfigs(): {};
|
|
17
|
-
}) | RequestHandler;
|
|
14
|
+
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
18
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
20
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -11,10 +11,7 @@ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
|
|
|
11
11
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
14
|
-
requestHandler:
|
|
15
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
16
|
-
httpHandlerConfigs(): {};
|
|
17
|
-
}) | RequestHandler;
|
|
14
|
+
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
18
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
20
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,10 +5,7 @@ import { GuardDutyClientConfig } from "./GuardDutyClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler:
|
|
9
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
10
|
-
httpHandlerConfigs(): {};
|
|
11
|
-
}) | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
12
9
|
apiVersion: string;
|
|
13
10
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
RetryInputConfig,
|
|
19
19
|
RetryResolvedConfig,
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
|
-
import {
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
23
|
Client as __Client,
|
|
24
24
|
DefaultsMode as __DefaultsMode,
|
|
@@ -469,8 +469,8 @@ export type ServiceOutputTypes =
|
|
|
469
469
|
| UpdatePublishingDestinationCommandOutput
|
|
470
470
|
| UpdateThreatIntelSetCommandOutput;
|
|
471
471
|
export interface ClientDefaults
|
|
472
|
-
extends Partial<
|
|
473
|
-
requestHandler?:
|
|
472
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
473
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
474
474
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
475
475
|
urlParser?: __UrlParser;
|
|
476
476
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
@@ -1620,3 +1620,53 @@ export interface ListCoverageResponse {
|
|
|
1620
1620
|
Resources: CoverageResource[] | undefined;
|
|
1621
1621
|
NextToken?: string;
|
|
1622
1622
|
}
|
|
1623
|
+
export declare const AccountDetailFilterSensitiveLog: (
|
|
1624
|
+
obj: AccountDetail
|
|
1625
|
+
) => any;
|
|
1626
|
+
export declare const RemoteIpDetailsFilterSensitiveLog: (
|
|
1627
|
+
obj: RemoteIpDetails
|
|
1628
|
+
) => any;
|
|
1629
|
+
export declare const AwsApiCallActionFilterSensitiveLog: (
|
|
1630
|
+
obj: AwsApiCallAction
|
|
1631
|
+
) => any;
|
|
1632
|
+
export declare const KubernetesApiCallActionFilterSensitiveLog: (
|
|
1633
|
+
obj: KubernetesApiCallAction
|
|
1634
|
+
) => any;
|
|
1635
|
+
export declare const LocalIpDetailsFilterSensitiveLog: (
|
|
1636
|
+
obj: LocalIpDetails
|
|
1637
|
+
) => any;
|
|
1638
|
+
export declare const NetworkConnectionActionFilterSensitiveLog: (
|
|
1639
|
+
obj: NetworkConnectionAction
|
|
1640
|
+
) => any;
|
|
1641
|
+
export declare const PortProbeDetailFilterSensitiveLog: (
|
|
1642
|
+
obj: PortProbeDetail
|
|
1643
|
+
) => any;
|
|
1644
|
+
export declare const PortProbeActionFilterSensitiveLog: (
|
|
1645
|
+
obj: PortProbeAction
|
|
1646
|
+
) => any;
|
|
1647
|
+
export declare const RdsLoginAttemptActionFilterSensitiveLog: (
|
|
1648
|
+
obj: RdsLoginAttemptAction
|
|
1649
|
+
) => any;
|
|
1650
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
1651
|
+
export declare const CreateMembersRequestFilterSensitiveLog: (
|
|
1652
|
+
obj: CreateMembersRequest
|
|
1653
|
+
) => any;
|
|
1654
|
+
export declare const PrivateIpAddressDetailsFilterSensitiveLog: (
|
|
1655
|
+
obj: PrivateIpAddressDetails
|
|
1656
|
+
) => any;
|
|
1657
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (
|
|
1658
|
+
obj: NetworkInterface
|
|
1659
|
+
) => any;
|
|
1660
|
+
export declare const InstanceDetailsFilterSensitiveLog: (
|
|
1661
|
+
obj: InstanceDetails
|
|
1662
|
+
) => any;
|
|
1663
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
1664
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
1665
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
1666
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (
|
|
1667
|
+
obj: GetFindingsResponse
|
|
1668
|
+
) => any;
|
|
1669
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
1670
|
+
export declare const GetMembersResponseFilterSensitiveLog: (
|
|
1671
|
+
obj: GetMembersResponse
|
|
1672
|
+
) => any;
|
|
@@ -15,19 +15,7 @@ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
|
|
|
15
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
17
17
|
requestHandler:
|
|
18
|
-
|
|
|
19
|
-
any,
|
|
20
|
-
any,
|
|
21
|
-
import("@smithy/types").HttpHandlerOptions
|
|
22
|
-
> &
|
|
23
|
-
import("@smithy/types").RequestHandler<
|
|
24
|
-
import("@smithy/protocol-http").HttpRequest,
|
|
25
|
-
import("@smithy/protocol-http").HttpResponse,
|
|
26
|
-
import("@smithy/types").HttpHandlerOptions
|
|
27
|
-
> & {
|
|
28
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
29
|
-
httpHandlerConfigs(): {};
|
|
30
|
-
})
|
|
18
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
31
19
|
| RequestHandler;
|
|
32
20
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
21
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -19,20 +19,8 @@ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<string>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
|
|
|
23
|
-
|
|
24
|
-
any,
|
|
25
|
-
import("@smithy/types").HttpHandlerOptions
|
|
26
|
-
> &
|
|
27
|
-
import("@smithy/types").RequestHandler<
|
|
28
|
-
import("@smithy/protocol-http").HttpRequest,
|
|
29
|
-
import("@smithy/protocol-http").HttpResponse,
|
|
30
|
-
import("@smithy/types").HttpHandlerOptions
|
|
31
|
-
> & {
|
|
32
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
33
|
-
httpHandlerConfigs(): {};
|
|
34
|
-
})
|
|
35
|
-
| RequestHandler;
|
|
22
|
+
| RequestHandler
|
|
23
|
+
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
36
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
37
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
38
26
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -3,19 +3,10 @@ export declare const getRuntimeConfig: (config: GuardDutyClientConfig) => {
|
|
|
3
3
|
runtime: string;
|
|
4
4
|
sha256: import("@smithy/types").HashConstructor;
|
|
5
5
|
requestHandler:
|
|
6
|
-
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
> &
|
|
11
|
-
import("@smithy/types").RequestHandler<
|
|
12
|
-
import("@smithy/protocol-http").HttpRequest,
|
|
13
|
-
import("@smithy/protocol-http").HttpResponse,
|
|
14
|
-
import("@smithy/types").HttpHandlerOptions
|
|
15
|
-
> & {
|
|
16
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
17
|
-
httpHandlerConfigs(): {};
|
|
18
|
-
})
|
|
6
|
+
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
|
+
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
|
+
| Record<string, unknown>
|
|
9
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
19
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
20
11
|
apiVersion: string;
|
|
21
12
|
urlParser: import("@smithy/types").UrlParser;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.521.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",
|
|
@@ -20,51 +20,51 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
38
|
-
"@smithy/hash-node": "^2.1.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
43
|
-
"@smithy/middleware-serde": "^2.1.
|
|
44
|
-
"@smithy/middleware-stack": "^2.1.
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.521.0",
|
|
24
|
+
"@aws-sdk/core": "3.521.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.521.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.521.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.521.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.521.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.521.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.521.0",
|
|
31
|
+
"@aws-sdk/types": "3.521.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.521.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.521.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.521.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.2",
|
|
36
|
+
"@smithy/core": "^1.3.3",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.4.2",
|
|
38
|
+
"@smithy/hash-node": "^2.1.2",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.1.2",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.1.2",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.2",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.2",
|
|
43
|
+
"@smithy/middleware-serde": "^2.1.2",
|
|
44
|
+
"@smithy/middleware-stack": "^2.1.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.2",
|
|
46
|
+
"@smithy/node-http-handler": "^2.4.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.2.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.4.0",
|
|
49
|
+
"@smithy/types": "^2.10.0",
|
|
50
|
+
"@smithy/url-parser": "^2.1.2",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
57
|
-
"@smithy/util-middleware": "^2.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.2",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.1",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.2",
|
|
57
|
+
"@smithy/util-middleware": "^2.1.2",
|
|
58
|
+
"@smithy/util-retry": "^2.1.2",
|
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
|
-
"uuid": "^
|
|
61
|
+
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
|
-
"@types/uuid": "^
|
|
67
|
+
"@types/uuid": "^9.0.4",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|