@aws-sdk/client-guardduty 3.1024.0 → 3.1026.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/README.md +1 -20
- package/dist-cjs/schemas/schemas_0.js +97 -100
- package/dist-es/schemas/schemas_0.js +97 -100
- package/dist-types/GuardDuty.d.ts +1 -20
- package/dist-types/GuardDutyClient.d.ts +1 -20
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -2
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +1 -5
- package/dist-types/commands/CreateDetectorCommand.d.ts +2 -24
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -2
- package/dist-types/commands/CreateIPSetCommand.d.ts +1 -4
- package/dist-types/commands/CreateMalwareProtectionPlanCommand.d.ts +1 -3
- package/dist-types/commands/CreateMembersCommand.d.ts +1 -20
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +1 -2
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +1 -3
- package/dist-types/commands/CreateThreatEntitySetCommand.d.ts +1 -5
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +1 -3
- package/dist-types/commands/CreateTrustedEntitySetCommand.d.ts +1 -6
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -2
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMalwareProtectionPlanCommand.d.ts +1 -3
- package/dist-types/commands/DeleteMembersCommand.d.ts +1 -5
- package/dist-types/commands/DeleteThreatEntitySetCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTrustedEntitySetCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +1 -5
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -6
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +1 -2
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -3
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -10
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -7
- package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -19
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -3
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -16
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -5
- package/dist-types/commands/GetDetectorCommand.d.ts +2 -5
- package/dist-types/commands/GetFindingsCommand.d.ts +43 -43
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -6
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -2
- package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -2
- package/dist-types/commands/GetMalwareScanCommand.d.ts +1 -5
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -4
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -2
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -5
- package/dist-types/commands/GetMembersCommand.d.ts +1 -2
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +2 -5
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -3
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +4 -7
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -26
- package/dist-types/commands/ListCoverageCommand.d.ts +4 -7
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -3
- package/dist-types/commands/ListIPSetsCommand.d.ts +1 -3
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -2
- package/dist-types/commands/ListMalwareProtectionPlansCommand.d.ts +1 -2
- package/dist-types/commands/ListMalwareScansCommand.d.ts +1 -2
- package/dist-types/commands/ListMembersCommand.d.ts +1 -2
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -3
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
- package/dist-types/commands/ListThreatEntitySetsCommand.d.ts +1 -3
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +1 -3
- package/dist-types/commands/ListTrustedEntitySetsCommand.d.ts +1 -3
- package/dist-types/commands/SendObjectMalwareScanCommand.d.ts +1 -3
- package/dist-types/commands/StartMalwareScanCommand.d.ts +1 -6
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +1 -6
- package/dist-types/commands/UpdateDetectorCommand.d.ts +2 -10
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -4
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +2 -10
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -11
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -20
- package/dist-types/models/models_0.d.ts +351 -1308
- package/dist-types/models/models_1.d.ts +151 -637
- package/dist-types/ts3.4/models/models_0.d.ts +8 -8
- package/dist-types/ts3.4/models/models_1.d.ts +1 -1
- package/package.json +33 -33
|
@@ -1235,11 +1235,10 @@ const _fFC = "failedFileCount";
|
|
|
1235
1235
|
const _fI = "findingIds";
|
|
1236
1236
|
const _fL = "flowLogs";
|
|
1237
1237
|
const _fLA = "failedLoginAttempts";
|
|
1238
|
-
const _fN = "
|
|
1238
|
+
const _fN = "functionName";
|
|
1239
1239
|
const _fNe = "featureName";
|
|
1240
1240
|
const _fNi = "filterNames";
|
|
1241
1241
|
const _fNil = "fileName";
|
|
1242
|
-
const _fNu = "functionName";
|
|
1243
1242
|
const _fP = "filePath";
|
|
1244
1243
|
const _fPF = "findingPublishingFrequency";
|
|
1245
1244
|
const _fPi = "filePaths";
|
|
@@ -1278,7 +1277,6 @@ const _gt = "gte";
|
|
|
1278
1277
|
const _h = "hash";
|
|
1279
1278
|
const _hE = "httpError";
|
|
1280
1279
|
const _hIPC = "hostIPC";
|
|
1281
|
-
const _hL = "httpLabel";
|
|
1282
1280
|
const _hN = "hostNetwork";
|
|
1283
1281
|
const _hP = "hostPath";
|
|
1284
1282
|
const _hPID = "hostPID";
|
|
@@ -1550,7 +1548,7 @@ const _sou = "source";
|
|
|
1550
1548
|
const _ss = "ssl";
|
|
1551
1549
|
const _st = "status";
|
|
1552
1550
|
const _su = "subresource";
|
|
1553
|
-
const _t = "
|
|
1551
|
+
const _t = "type";
|
|
1554
1552
|
const _tABF = "topAccountsByFeature";
|
|
1555
1553
|
const _tAC = "totalAccountsCount";
|
|
1556
1554
|
const _tB = "totalBytes";
|
|
@@ -1588,7 +1586,6 @@ const _te = "text";
|
|
|
1588
1586
|
const _th = "threats";
|
|
1589
1587
|
const _ti = "title";
|
|
1590
1588
|
const _to = "total";
|
|
1591
|
-
const _ty = "type";
|
|
1592
1589
|
const _u = "uid";
|
|
1593
1590
|
const _uA = "userAgent";
|
|
1594
1591
|
const _uAn = "unprocessedAccounts";
|
|
@@ -1668,7 +1665,7 @@ var SensitiveString = [0, n0, _SS, 8, 0];
|
|
|
1668
1665
|
exports.AcceptAdministratorInvitationRequest$ = [3, n0, _AAIR,
|
|
1669
1666
|
0,
|
|
1670
1667
|
[_DI, _AI, _II],
|
|
1671
|
-
[[0,
|
|
1668
|
+
[[0, 1], [0, { [_jN]: _aI }], [0, { [_jN]: _iI }]], 3
|
|
1672
1669
|
];
|
|
1673
1670
|
exports.AcceptAdministratorInvitationResponse$ = [3, n0, _AAIRc,
|
|
1674
1671
|
0,
|
|
@@ -1678,7 +1675,7 @@ exports.AcceptAdministratorInvitationResponse$ = [3, n0, _AAIRc,
|
|
|
1678
1675
|
exports.AcceptInvitationRequest$ = [3, n0, _AIR,
|
|
1679
1676
|
0,
|
|
1680
1677
|
[_DI, _MI, _II],
|
|
1681
|
-
[[0,
|
|
1678
|
+
[[0, 1], [0, { [_jN]: _mI }], [0, { [_jN]: _iI }]], 3
|
|
1682
1679
|
];
|
|
1683
1680
|
exports.AcceptInvitationResponse$ = [3, n0, _AIRc,
|
|
1684
1681
|
0,
|
|
@@ -1727,8 +1724,8 @@ exports.AccountStatistics$ = [3, n0, _AS,
|
|
|
1727
1724
|
];
|
|
1728
1725
|
exports.Action$ = [3, n0, _Ac,
|
|
1729
1726
|
0,
|
|
1730
|
-
[_AT, _AACA, _DRA, _NCA, _PPA, _KACA,
|
|
1731
|
-
[[0, { [_jN]: _aT }], [() => exports.AwsApiCallAction$, { [_jN]: _aACA }], [() => exports.DnsRequestAction$, { [_jN]: _dRA }], [() => exports.NetworkConnectionAction$, { [_jN]: _nCA }], [() => exports.PortProbeAction$, { [_jN]: _pPA }], [() => exports.KubernetesApiCallAction$, { [_jN]: _kACA }], [() => exports.
|
|
1727
|
+
[_AT, _AACA, _DRA, _NCA, _PPA, _KACA, _KPCD, _KRBD, _KRD, _RLAA],
|
|
1728
|
+
[[0, { [_jN]: _aT }], [() => exports.AwsApiCallAction$, { [_jN]: _aACA }], [() => exports.DnsRequestAction$, { [_jN]: _dRA }], [() => exports.NetworkConnectionAction$, { [_jN]: _nCA }], [() => exports.PortProbeAction$, { [_jN]: _pPA }], [() => exports.KubernetesApiCallAction$, { [_jN]: _kACA }], [() => exports.KubernetesPermissionCheckedDetails$, { [_jN]: _kPCD }], [() => exports.KubernetesRoleBindingDetails$, { [_jN]: _kRBD }], [() => exports.KubernetesRoleDetails$, { [_jN]: _kRD }], [() => exports.RdsLoginAttemptAction$, { [_jN]: _rLAA }]]
|
|
1732
1729
|
];
|
|
1733
1730
|
exports.Actor$ = [3, n0, _Act,
|
|
1734
1731
|
0,
|
|
@@ -1783,7 +1780,7 @@ exports.AnomalyUnusual$ = [3, n0, _AU,
|
|
|
1783
1780
|
exports.ArchiveFindingsRequest$ = [3, n0, _AFR,
|
|
1784
1781
|
0,
|
|
1785
1782
|
[_DI, _FI],
|
|
1786
|
-
[[0,
|
|
1783
|
+
[[0, 1], [64 | 0, { [_jN]: _fI }]], 2
|
|
1787
1784
|
];
|
|
1788
1785
|
exports.ArchiveFindingsResponse$ = [3, n0, _AFRr,
|
|
1789
1786
|
0,
|
|
@@ -1897,8 +1894,8 @@ exports.CoverageResource$ = [3, n0, _CRo,
|
|
|
1897
1894
|
];
|
|
1898
1895
|
exports.CoverageResourceDetails$ = [3, n0, _CRD,
|
|
1899
1896
|
0,
|
|
1900
|
-
[_ECD,
|
|
1901
|
-
[[() => exports.CoverageEksClusterDetails$, { [_jN]: _eCD }], [
|
|
1897
|
+
[_ECD, _ECDc, _EID, _RT],
|
|
1898
|
+
[[() => exports.CoverageEksClusterDetails$, { [_jN]: _eCD }], [() => exports.CoverageEcsClusterDetails$, { [_jN]: _eCDc }], [() => exports.CoverageEc2InstanceDetails$, { [_jN]: _eID }], [0, { [_jN]: _rT }]]
|
|
1902
1899
|
];
|
|
1903
1900
|
exports.CoverageSortCriteria$ = [3, n0, _CSC,
|
|
1904
1901
|
0,
|
|
@@ -1923,7 +1920,7 @@ exports.CreateDetectorResponse$ = [3, n0, _CDRr,
|
|
|
1923
1920
|
exports.CreateFilterRequest$ = [3, n0, _CFRr,
|
|
1924
1921
|
0,
|
|
1925
1922
|
[_DI, _N, _FCin, _D, _Ac, _R, _CTl, _Ta],
|
|
1926
|
-
[[0,
|
|
1923
|
+
[[0, 1], [0, { [_jN]: _n }], [() => exports.FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [0, { [_jN]: _ac }], [1, { [_jN]: _r }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }]], 3
|
|
1927
1924
|
];
|
|
1928
1925
|
exports.CreateFilterResponse$ = [3, n0, _CFRre,
|
|
1929
1926
|
0,
|
|
@@ -1933,7 +1930,7 @@ exports.CreateFilterResponse$ = [3, n0, _CFRre,
|
|
|
1933
1930
|
exports.CreateIPSetRequest$ = [3, n0, _CIPSR,
|
|
1934
1931
|
0,
|
|
1935
1932
|
[_DI, _N, _Fo, _Lo, _Acti, _CTl, _Ta, _EBO],
|
|
1936
|
-
[[0,
|
|
1933
|
+
[[0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [2, { [_jN]: _act }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _eBO }]], 5
|
|
1937
1934
|
];
|
|
1938
1935
|
exports.CreateIPSetResponse$ = [3, n0, _CIPSRr,
|
|
1939
1936
|
0,
|
|
@@ -1953,7 +1950,7 @@ exports.CreateMalwareProtectionPlanResponse$ = [3, n0, _CMPPRr,
|
|
|
1953
1950
|
exports.CreateMembersRequest$ = [3, n0, _CMR,
|
|
1954
1951
|
0,
|
|
1955
1952
|
[_DI, _ADc],
|
|
1956
|
-
[[0,
|
|
1953
|
+
[[0, 1], [() => AccountDetails, { [_jN]: _aDc }]], 2
|
|
1957
1954
|
];
|
|
1958
1955
|
exports.CreateMembersResponse$ = [3, n0, _CMRr,
|
|
1959
1956
|
0,
|
|
@@ -1968,7 +1965,7 @@ exports.CreateProtectedResource$ = [3, n0, _CPR,
|
|
|
1968
1965
|
exports.CreatePublishingDestinationRequest$ = [3, n0, _CPDR,
|
|
1969
1966
|
0,
|
|
1970
1967
|
[_DI, _DT, _DP, _CTl, _Ta],
|
|
1971
|
-
[[0,
|
|
1968
|
+
[[0, 1], [0, { [_jN]: _dT }], [() => exports.DestinationProperties$, { [_jN]: _dP }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }]], 3
|
|
1972
1969
|
];
|
|
1973
1970
|
exports.CreatePublishingDestinationResponse$ = [3, n0, _CPDRr,
|
|
1974
1971
|
0,
|
|
@@ -1983,7 +1980,7 @@ exports.CreateS3BucketResource$ = [3, n0, _CSBR,
|
|
|
1983
1980
|
exports.CreateSampleFindingsRequest$ = [3, n0, _CSFR,
|
|
1984
1981
|
0,
|
|
1985
1982
|
[_DI, _FT],
|
|
1986
|
-
[[0,
|
|
1983
|
+
[[0, 1], [64 | 0, { [_jN]: _fT }]], 1
|
|
1987
1984
|
];
|
|
1988
1985
|
exports.CreateSampleFindingsResponse$ = [3, n0, _CSFRr,
|
|
1989
1986
|
0,
|
|
@@ -1993,7 +1990,7 @@ exports.CreateSampleFindingsResponse$ = [3, n0, _CSFRr,
|
|
|
1993
1990
|
exports.CreateThreatEntitySetRequest$ = [3, n0, _CTESR,
|
|
1994
1991
|
0,
|
|
1995
1992
|
[_DI, _N, _Fo, _Lo, _Acti, _EBO, _CTl, _Ta],
|
|
1996
|
-
[[0,
|
|
1993
|
+
[[0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [2, { [_jN]: _act }], [0, { [_jN]: _eBO }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }]], 5
|
|
1997
1994
|
];
|
|
1998
1995
|
exports.CreateThreatEntitySetResponse$ = [3, n0, _CTESRr,
|
|
1999
1996
|
0,
|
|
@@ -2003,7 +2000,7 @@ exports.CreateThreatEntitySetResponse$ = [3, n0, _CTESRr,
|
|
|
2003
2000
|
exports.CreateThreatIntelSetRequest$ = [3, n0, _CTISR,
|
|
2004
2001
|
0,
|
|
2005
2002
|
[_DI, _N, _Fo, _Lo, _Acti, _CTl, _Ta, _EBO],
|
|
2006
|
-
[[0,
|
|
2003
|
+
[[0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [2, { [_jN]: _act }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _eBO }]], 5
|
|
2007
2004
|
];
|
|
2008
2005
|
exports.CreateThreatIntelSetResponse$ = [3, n0, _CTISRr,
|
|
2009
2006
|
0,
|
|
@@ -2013,7 +2010,7 @@ exports.CreateThreatIntelSetResponse$ = [3, n0, _CTISRr,
|
|
|
2013
2010
|
exports.CreateTrustedEntitySetRequest$ = [3, n0, _CTESRre,
|
|
2014
2011
|
0,
|
|
2015
2012
|
[_DI, _N, _Fo, _Lo, _Acti, _EBO, _CTl, _Ta],
|
|
2016
|
-
[[0,
|
|
2013
|
+
[[0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [2, { [_jN]: _act }], [0, { [_jN]: _eBO }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }]], 5
|
|
2017
2014
|
];
|
|
2018
2015
|
exports.CreateTrustedEntitySetResponse$ = [3, n0, _CTESRrea,
|
|
2019
2016
|
0,
|
|
@@ -2063,7 +2060,7 @@ exports.DefaultServerSideEncryption$ = [3, n0, _DSSE,
|
|
|
2063
2060
|
exports.DeleteDetectorRequest$ = [3, n0, _DDR,
|
|
2064
2061
|
0,
|
|
2065
2062
|
[_DI],
|
|
2066
|
-
[[0,
|
|
2063
|
+
[[0, 1]], 1
|
|
2067
2064
|
];
|
|
2068
2065
|
exports.DeleteDetectorResponse$ = [3, n0, _DDRe,
|
|
2069
2066
|
0,
|
|
@@ -2073,7 +2070,7 @@ exports.DeleteDetectorResponse$ = [3, n0, _DDRe,
|
|
|
2073
2070
|
exports.DeleteFilterRequest$ = [3, n0, _DFR,
|
|
2074
2071
|
0,
|
|
2075
2072
|
[_DI, _FN],
|
|
2076
|
-
[[0,
|
|
2073
|
+
[[0, 1], [0, 1]], 2
|
|
2077
2074
|
];
|
|
2078
2075
|
exports.DeleteFilterResponse$ = [3, n0, _DFRe,
|
|
2079
2076
|
0,
|
|
@@ -2093,7 +2090,7 @@ exports.DeleteInvitationsResponse$ = [3, n0, _DIRele,
|
|
|
2093
2090
|
exports.DeleteIPSetRequest$ = [3, n0, _DIPSR,
|
|
2094
2091
|
0,
|
|
2095
2092
|
[_DI, _ISI],
|
|
2096
|
-
[[0,
|
|
2093
|
+
[[0, 1], [0, 1]], 2
|
|
2097
2094
|
];
|
|
2098
2095
|
exports.DeleteIPSetResponse$ = [3, n0, _DIPSRe,
|
|
2099
2096
|
0,
|
|
@@ -2103,12 +2100,12 @@ exports.DeleteIPSetResponse$ = [3, n0, _DIPSRe,
|
|
|
2103
2100
|
exports.DeleteMalwareProtectionPlanRequest$ = [3, n0, _DMPPR,
|
|
2104
2101
|
0,
|
|
2105
2102
|
[_MPPI],
|
|
2106
|
-
[[0,
|
|
2103
|
+
[[0, 1]], 1
|
|
2107
2104
|
];
|
|
2108
2105
|
exports.DeleteMembersRequest$ = [3, n0, _DMR,
|
|
2109
2106
|
0,
|
|
2110
2107
|
[_DI, _AIcc],
|
|
2111
|
-
[[0,
|
|
2108
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
2112
2109
|
];
|
|
2113
2110
|
exports.DeleteMembersResponse$ = [3, n0, _DMRe,
|
|
2114
2111
|
0,
|
|
@@ -2118,7 +2115,7 @@ exports.DeleteMembersResponse$ = [3, n0, _DMRe,
|
|
|
2118
2115
|
exports.DeletePublishingDestinationRequest$ = [3, n0, _DPDR,
|
|
2119
2116
|
0,
|
|
2120
2117
|
[_DI, _DIe],
|
|
2121
|
-
[[0,
|
|
2118
|
+
[[0, 1], [0, 1]], 2
|
|
2122
2119
|
];
|
|
2123
2120
|
exports.DeletePublishingDestinationResponse$ = [3, n0, _DPDRe,
|
|
2124
2121
|
0,
|
|
@@ -2128,7 +2125,7 @@ exports.DeletePublishingDestinationResponse$ = [3, n0, _DPDRe,
|
|
|
2128
2125
|
exports.DeleteThreatEntitySetRequest$ = [3, n0, _DTESR,
|
|
2129
2126
|
0,
|
|
2130
2127
|
[_DI, _TESI],
|
|
2131
|
-
[[0,
|
|
2128
|
+
[[0, 1], [0, 1]], 2
|
|
2132
2129
|
];
|
|
2133
2130
|
exports.DeleteThreatEntitySetResponse$ = [3, n0, _DTESRe,
|
|
2134
2131
|
0,
|
|
@@ -2138,7 +2135,7 @@ exports.DeleteThreatEntitySetResponse$ = [3, n0, _DTESRe,
|
|
|
2138
2135
|
exports.DeleteThreatIntelSetRequest$ = [3, n0, _DTISR,
|
|
2139
2136
|
0,
|
|
2140
2137
|
[_DI, _TISI],
|
|
2141
|
-
[[0,
|
|
2138
|
+
[[0, 1], [0, 1]], 2
|
|
2142
2139
|
];
|
|
2143
2140
|
exports.DeleteThreatIntelSetResponse$ = [3, n0, _DTISRe,
|
|
2144
2141
|
0,
|
|
@@ -2148,7 +2145,7 @@ exports.DeleteThreatIntelSetResponse$ = [3, n0, _DTISRe,
|
|
|
2148
2145
|
exports.DeleteTrustedEntitySetRequest$ = [3, n0, _DTESRel,
|
|
2149
2146
|
0,
|
|
2150
2147
|
[_DI, _TESIr],
|
|
2151
|
-
[[0,
|
|
2148
|
+
[[0, 1], [0, 1]], 2
|
|
2152
2149
|
];
|
|
2153
2150
|
exports.DeleteTrustedEntitySetResponse$ = [3, n0, _DTESRele,
|
|
2154
2151
|
0,
|
|
@@ -2158,7 +2155,7 @@ exports.DeleteTrustedEntitySetResponse$ = [3, n0, _DTESRele,
|
|
|
2158
2155
|
exports.DescribeMalwareScansRequest$ = [3, n0, _DMSR,
|
|
2159
2156
|
0,
|
|
2160
2157
|
[_DI, _NT, _MR, _FCil, _SCo],
|
|
2161
|
-
[[0,
|
|
2158
|
+
[[0, 1], [0, { [_jN]: _nT }], [1, { [_jN]: _mR }], [() => exports.FilterCriteria$, { [_jN]: _fCil }], [() => exports.SortCriteria$, { [_jN]: _sCo }]], 1
|
|
2162
2159
|
];
|
|
2163
2160
|
exports.DescribeMalwareScansResponse$ = [3, n0, _DMSRe,
|
|
2164
2161
|
0,
|
|
@@ -2168,7 +2165,7 @@ exports.DescribeMalwareScansResponse$ = [3, n0, _DMSRe,
|
|
|
2168
2165
|
exports.DescribeOrganizationConfigurationRequest$ = [3, n0, _DOCR,
|
|
2169
2166
|
0,
|
|
2170
2167
|
[_DI, _MR, _NT],
|
|
2171
|
-
[[0,
|
|
2168
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2172
2169
|
];
|
|
2173
2170
|
exports.DescribeOrganizationConfigurationResponse$ = [3, n0, _DOCRe,
|
|
2174
2171
|
0,
|
|
@@ -2178,7 +2175,7 @@ exports.DescribeOrganizationConfigurationResponse$ = [3, n0, _DOCRe,
|
|
|
2178
2175
|
exports.DescribePublishingDestinationRequest$ = [3, n0, _DPDRes,
|
|
2179
2176
|
0,
|
|
2180
2177
|
[_DI, _DIe],
|
|
2181
|
-
[[0,
|
|
2178
|
+
[[0, 1], [0, 1]], 2
|
|
2182
2179
|
];
|
|
2183
2180
|
exports.DescribePublishingDestinationResponse$ = [3, n0, _DPDResc,
|
|
2184
2181
|
0,
|
|
@@ -2233,7 +2230,7 @@ exports.DisableOrganizationAdminAccountResponse$ = [3, n0, _DOAARi,
|
|
|
2233
2230
|
exports.DisassociateFromAdministratorAccountRequest$ = [3, n0, _DFAAR,
|
|
2234
2231
|
0,
|
|
2235
2232
|
[_DI],
|
|
2236
|
-
[[0,
|
|
2233
|
+
[[0, 1]], 1
|
|
2237
2234
|
];
|
|
2238
2235
|
exports.DisassociateFromAdministratorAccountResponse$ = [3, n0, _DFAARi,
|
|
2239
2236
|
0,
|
|
@@ -2243,7 +2240,7 @@ exports.DisassociateFromAdministratorAccountResponse$ = [3, n0, _DFAARi,
|
|
|
2243
2240
|
exports.DisassociateFromMasterAccountRequest$ = [3, n0, _DFMAR,
|
|
2244
2241
|
0,
|
|
2245
2242
|
[_DI],
|
|
2246
|
-
[[0,
|
|
2243
|
+
[[0, 1]], 1
|
|
2247
2244
|
];
|
|
2248
2245
|
exports.DisassociateFromMasterAccountResponse$ = [3, n0, _DFMARi,
|
|
2249
2246
|
0,
|
|
@@ -2253,7 +2250,7 @@ exports.DisassociateFromMasterAccountResponse$ = [3, n0, _DFMARi,
|
|
|
2253
2250
|
exports.DisassociateMembersRequest$ = [3, n0, _DMRi,
|
|
2254
2251
|
0,
|
|
2255
2252
|
[_DI, _AIcc],
|
|
2256
|
-
[[0,
|
|
2253
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
2257
2254
|
];
|
|
2258
2255
|
exports.DisassociateMembersResponse$ = [3, n0, _DMRis,
|
|
2259
2256
|
0,
|
|
@@ -2398,7 +2395,7 @@ exports.FilterCriterion$ = [3, n0, _FC,
|
|
|
2398
2395
|
exports.Finding$ = [3, n0, _Fi,
|
|
2399
2396
|
0,
|
|
2400
2397
|
[_AIc, _Ar, _CAr, _I, _Reg, _Res, _SV, _Se, _T, _UAp, _Conf, _D, _Par, _Ser, _Ti, _AASA],
|
|
2401
|
-
[[0, { [_jN]: _aIc }], [0, { [_jN]: _ar }], [0, { [_jN]: _cAr }], [0, { [_jN]: _i }], [0, { [_jN]: _reg }], [() => exports.Resource$, { [_jN]: _res }], [0, { [_jN]: _sV }], [1, { [_jN]: _sev }], [0, { [_jN]:
|
|
2398
|
+
[[0, { [_jN]: _aIc }], [0, { [_jN]: _ar }], [0, { [_jN]: _cAr }], [0, { [_jN]: _i }], [0, { [_jN]: _reg }], [() => exports.Resource$, { [_jN]: _res }], [0, { [_jN]: _sV }], [1, { [_jN]: _sev }], [0, { [_jN]: _t }], [0, { [_jN]: _uAp }], [1, { [_jN]: _con }], [0, { [_jN]: _d }], [0, { [_jN]: _par }], [() => exports.Service$, { [_jN]: _ser }], [0, { [_jN]: _ti }], [0, { [_jN]: _aASA }]], 10
|
|
2402
2399
|
];
|
|
2403
2400
|
exports.FindingCriteria$ = [3, n0, _FCin,
|
|
2404
2401
|
0,
|
|
@@ -2433,7 +2430,7 @@ exports.GeoLocation$ = [3, n0, _GL,
|
|
|
2433
2430
|
exports.GetAdministratorAccountRequest$ = [3, n0, _GAAR,
|
|
2434
2431
|
0,
|
|
2435
2432
|
[_DI],
|
|
2436
|
-
[[0,
|
|
2433
|
+
[[0, 1]], 1
|
|
2437
2434
|
];
|
|
2438
2435
|
exports.GetAdministratorAccountResponse$ = [3, n0, _GAARe,
|
|
2439
2436
|
0,
|
|
@@ -2443,7 +2440,7 @@ exports.GetAdministratorAccountResponse$ = [3, n0, _GAARe,
|
|
|
2443
2440
|
exports.GetCoverageStatisticsRequest$ = [3, n0, _GCSR,
|
|
2444
2441
|
0,
|
|
2445
2442
|
[_DI, _STt, _FCil],
|
|
2446
|
-
[[0,
|
|
2443
|
+
[[0, 1], [64 | 0, { [_jN]: _sTt }], [() => exports.CoverageFilterCriteria$, { [_jN]: _fCil }]], 2
|
|
2447
2444
|
];
|
|
2448
2445
|
exports.GetCoverageStatisticsResponse$ = [3, n0, _GCSRe,
|
|
2449
2446
|
0,
|
|
@@ -2453,7 +2450,7 @@ exports.GetCoverageStatisticsResponse$ = [3, n0, _GCSRe,
|
|
|
2453
2450
|
exports.GetDetectorRequest$ = [3, n0, _GDR,
|
|
2454
2451
|
0,
|
|
2455
2452
|
[_DI],
|
|
2456
|
-
[[0,
|
|
2453
|
+
[[0, 1]], 1
|
|
2457
2454
|
];
|
|
2458
2455
|
exports.GetDetectorResponse$ = [3, n0, _GDRe,
|
|
2459
2456
|
0,
|
|
@@ -2463,7 +2460,7 @@ exports.GetDetectorResponse$ = [3, n0, _GDRe,
|
|
|
2463
2460
|
exports.GetFilterRequest$ = [3, n0, _GFR,
|
|
2464
2461
|
0,
|
|
2465
2462
|
[_DI, _FN],
|
|
2466
|
-
[[0,
|
|
2463
|
+
[[0, 1], [0, 1]], 2
|
|
2467
2464
|
];
|
|
2468
2465
|
exports.GetFilterResponse$ = [3, n0, _GFRe,
|
|
2469
2466
|
0,
|
|
@@ -2473,7 +2470,7 @@ exports.GetFilterResponse$ = [3, n0, _GFRe,
|
|
|
2473
2470
|
exports.GetFindingsRequest$ = [3, n0, _GFRet,
|
|
2474
2471
|
0,
|
|
2475
2472
|
[_DI, _FI, _SCo],
|
|
2476
|
-
[[0,
|
|
2473
|
+
[[0, 1], [64 | 0, { [_jN]: _fI }], [() => exports.SortCriteria$, { [_jN]: _sCo }]], 2
|
|
2477
2474
|
];
|
|
2478
2475
|
exports.GetFindingsResponse$ = [3, n0, _GFReti,
|
|
2479
2476
|
0,
|
|
@@ -2483,7 +2480,7 @@ exports.GetFindingsResponse$ = [3, n0, _GFReti,
|
|
|
2483
2480
|
exports.GetFindingsStatisticsRequest$ = [3, n0, _GFSR,
|
|
2484
2481
|
0,
|
|
2485
2482
|
[_DI, _FST, _FCin, _GB, _OB, _MR],
|
|
2486
|
-
[[0,
|
|
2483
|
+
[[0, 1], [64 | 0, { [_jN]: _fST }], [() => exports.FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _gB }], [0, { [_jN]: _oB }], [1, { [_jN]: _mR }]], 1
|
|
2487
2484
|
];
|
|
2488
2485
|
exports.GetFindingsStatisticsResponse$ = [3, n0, _GFSRe,
|
|
2489
2486
|
0,
|
|
@@ -2503,7 +2500,7 @@ exports.GetInvitationsCountResponse$ = [3, n0, _GICRe,
|
|
|
2503
2500
|
exports.GetIPSetRequest$ = [3, n0, _GIPSR,
|
|
2504
2501
|
0,
|
|
2505
2502
|
[_DI, _ISI],
|
|
2506
|
-
[[0,
|
|
2503
|
+
[[0, 1], [0, 1]], 2
|
|
2507
2504
|
];
|
|
2508
2505
|
exports.GetIPSetResponse$ = [3, n0, _GIPSRe,
|
|
2509
2506
|
0,
|
|
@@ -2513,7 +2510,7 @@ exports.GetIPSetResponse$ = [3, n0, _GIPSRe,
|
|
|
2513
2510
|
exports.GetMalwareProtectionPlanRequest$ = [3, n0, _GMPPR,
|
|
2514
2511
|
0,
|
|
2515
2512
|
[_MPPI],
|
|
2516
|
-
[[0,
|
|
2513
|
+
[[0, 1]], 1
|
|
2517
2514
|
];
|
|
2518
2515
|
exports.GetMalwareProtectionPlanResponse$ = [3, n0, _GMPPRe,
|
|
2519
2516
|
0,
|
|
@@ -2523,7 +2520,7 @@ exports.GetMalwareProtectionPlanResponse$ = [3, n0, _GMPPRe,
|
|
|
2523
2520
|
exports.GetMalwareScanRequest$ = [3, n0, _GMSR,
|
|
2524
2521
|
0,
|
|
2525
2522
|
[_SI],
|
|
2526
|
-
[[0,
|
|
2523
|
+
[[0, 1]], 1
|
|
2527
2524
|
];
|
|
2528
2525
|
exports.GetMalwareScanResponse$ = [3, n0, _GMSRe,
|
|
2529
2526
|
0,
|
|
@@ -2538,7 +2535,7 @@ exports.GetMalwareScanResultDetails$ = [3, n0, _GMSRD,
|
|
|
2538
2535
|
exports.GetMalwareScanSettingsRequest$ = [3, n0, _GMSSR,
|
|
2539
2536
|
0,
|
|
2540
2537
|
[_DI],
|
|
2541
|
-
[[0,
|
|
2538
|
+
[[0, 1]], 1
|
|
2542
2539
|
];
|
|
2543
2540
|
exports.GetMalwareScanSettingsResponse$ = [3, n0, _GMSSRe,
|
|
2544
2541
|
0,
|
|
@@ -2548,7 +2545,7 @@ exports.GetMalwareScanSettingsResponse$ = [3, n0, _GMSSRe,
|
|
|
2548
2545
|
exports.GetMasterAccountRequest$ = [3, n0, _GMAR,
|
|
2549
2546
|
0,
|
|
2550
2547
|
[_DI],
|
|
2551
|
-
[[0,
|
|
2548
|
+
[[0, 1]], 1
|
|
2552
2549
|
];
|
|
2553
2550
|
exports.GetMasterAccountResponse$ = [3, n0, _GMARe,
|
|
2554
2551
|
0,
|
|
@@ -2558,7 +2555,7 @@ exports.GetMasterAccountResponse$ = [3, n0, _GMARe,
|
|
|
2558
2555
|
exports.GetMemberDetectorsRequest$ = [3, n0, _GMDR,
|
|
2559
2556
|
0,
|
|
2560
2557
|
[_DI, _AIcc],
|
|
2561
|
-
[[0,
|
|
2558
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
2562
2559
|
];
|
|
2563
2560
|
exports.GetMemberDetectorsResponse$ = [3, n0, _GMDRe,
|
|
2564
2561
|
0,
|
|
@@ -2568,7 +2565,7 @@ exports.GetMemberDetectorsResponse$ = [3, n0, _GMDRe,
|
|
|
2568
2565
|
exports.GetMembersRequest$ = [3, n0, _GMR,
|
|
2569
2566
|
0,
|
|
2570
2567
|
[_DI, _AIcc],
|
|
2571
|
-
[[0,
|
|
2568
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
2572
2569
|
];
|
|
2573
2570
|
exports.GetMembersResponse$ = [3, n0, _GMRe,
|
|
2574
2571
|
0,
|
|
@@ -2583,7 +2580,7 @@ exports.GetOrganizationStatisticsResponse$ = [3, n0, _GOSR,
|
|
|
2583
2580
|
exports.GetRemainingFreeTrialDaysRequest$ = [3, n0, _GRFTDR,
|
|
2584
2581
|
0,
|
|
2585
2582
|
[_DI, _AIcc],
|
|
2586
|
-
[[0,
|
|
2583
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
2587
2584
|
];
|
|
2588
2585
|
exports.GetRemainingFreeTrialDaysResponse$ = [3, n0, _GRFTDRe,
|
|
2589
2586
|
0,
|
|
@@ -2593,7 +2590,7 @@ exports.GetRemainingFreeTrialDaysResponse$ = [3, n0, _GRFTDRe,
|
|
|
2593
2590
|
exports.GetThreatEntitySetRequest$ = [3, n0, _GTESR,
|
|
2594
2591
|
0,
|
|
2595
2592
|
[_DI, _TESI],
|
|
2596
|
-
[[0,
|
|
2593
|
+
[[0, 1], [0, 1]], 2
|
|
2597
2594
|
];
|
|
2598
2595
|
exports.GetThreatEntitySetResponse$ = [3, n0, _GTESRe,
|
|
2599
2596
|
0,
|
|
@@ -2603,7 +2600,7 @@ exports.GetThreatEntitySetResponse$ = [3, n0, _GTESRe,
|
|
|
2603
2600
|
exports.GetThreatIntelSetRequest$ = [3, n0, _GTISR,
|
|
2604
2601
|
0,
|
|
2605
2602
|
[_DI, _TISI],
|
|
2606
|
-
[[0,
|
|
2603
|
+
[[0, 1], [0, 1]], 2
|
|
2607
2604
|
];
|
|
2608
2605
|
exports.GetThreatIntelSetResponse$ = [3, n0, _GTISRe,
|
|
2609
2606
|
0,
|
|
@@ -2613,7 +2610,7 @@ exports.GetThreatIntelSetResponse$ = [3, n0, _GTISRe,
|
|
|
2613
2610
|
exports.GetTrustedEntitySetRequest$ = [3, n0, _GTESRet,
|
|
2614
2611
|
0,
|
|
2615
2612
|
[_DI, _TESIr],
|
|
2616
|
-
[[0,
|
|
2613
|
+
[[0, 1], [0, 1]], 2
|
|
2617
2614
|
];
|
|
2618
2615
|
exports.GetTrustedEntitySetResponse$ = [3, n0, _GTESRetr,
|
|
2619
2616
|
0,
|
|
@@ -2623,7 +2620,7 @@ exports.GetTrustedEntitySetResponse$ = [3, n0, _GTESRetr,
|
|
|
2623
2620
|
exports.GetUsageStatisticsRequest$ = [3, n0, _GUSR,
|
|
2624
2621
|
0,
|
|
2625
2622
|
[_DI, _UST, _UC, _Uni, _MR, _NT],
|
|
2626
|
-
[[0,
|
|
2623
|
+
[[0, 1], [0, { [_jN]: _uST }], [() => exports.UsageCriteria$, { [_jN]: _uC }], [0, { [_jN]: _uni }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }]], 3
|
|
2627
2624
|
];
|
|
2628
2625
|
exports.GetUsageStatisticsResponse$ = [3, n0, _GUSRe,
|
|
2629
2626
|
0,
|
|
@@ -2678,7 +2675,7 @@ exports.Invitation$ = [3, n0, _Inv,
|
|
|
2678
2675
|
exports.InviteMembersRequest$ = [3, n0, _IMR,
|
|
2679
2676
|
0,
|
|
2680
2677
|
[_DI, _AIcc, _DEN, _M],
|
|
2681
|
-
[[0,
|
|
2678
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }], [2, { [_jN]: _dEN }], [0, { [_jN]: _m }]], 2
|
|
2682
2679
|
];
|
|
2683
2680
|
exports.InviteMembersResponse$ = [3, n0, _IMRn,
|
|
2684
2681
|
0,
|
|
@@ -2697,8 +2694,8 @@ exports.ItemPath$ = [3, n0, _IPt,
|
|
|
2697
2694
|
];
|
|
2698
2695
|
exports.KubernetesApiCallAction$ = [3, n0, _KACA,
|
|
2699
2696
|
0,
|
|
2700
|
-
[_RU, _Ve,
|
|
2701
|
-
[[0, { [_jN]: _rU }], [0, { [_jN]: _ve }], [
|
|
2697
|
+
[_RU, _Ve, _Res, _Su, _Na, _RN, _SIo, _UA, _RID, _SCt, _Para],
|
|
2698
|
+
[[0, { [_jN]: _rU }], [0, { [_jN]: _ve }], [0, { [_jN]: _res }], [0, { [_jN]: _su }], [0, { [_jN]: _na }], [0, { [_jN]: _rN }], [64 | 0, { [_jN]: _sIP }], [0, { [_jN]: _uA }], [() => exports.RemoteIpDetails$, { [_jN]: _rID }], [1, { [_jN]: _sCt }], [0, { [_jN]: _para }]]
|
|
2702
2699
|
];
|
|
2703
2700
|
exports.KubernetesAuditLogsConfiguration$ = [3, n0, _KALC,
|
|
2704
2701
|
0,
|
|
@@ -2753,17 +2750,17 @@ exports.KubernetesUserDetails$ = [3, n0, _KUD,
|
|
|
2753
2750
|
exports.KubernetesWorkload$ = [3, n0, _KW,
|
|
2754
2751
|
0,
|
|
2755
2752
|
[_CU, _Na, _KRT],
|
|
2756
|
-
[[64 | 0, { [_jN]: _cU }], [0, { [_jN]: _na }], [0, { [_jN]:
|
|
2753
|
+
[[64 | 0, { [_jN]: _cU }], [0, { [_jN]: _na }], [0, { [_jN]: _t }]]
|
|
2757
2754
|
];
|
|
2758
2755
|
exports.KubernetesWorkloadDetails$ = [3, n0, _KWD,
|
|
2759
2756
|
0,
|
|
2760
|
-
[_N, _T, _U, _Na, _HN, _Cont, _Vo,
|
|
2761
|
-
[[0, { [_jN]: _n }], [0, { [_jN]:
|
|
2757
|
+
[_N, _T, _U, _Na, _HN, _SAN, _Cont, _Vo, _HIPC, _HPID],
|
|
2758
|
+
[[0, { [_jN]: _n }], [0, { [_jN]: _t }], [0, { [_jN]: _u }], [0, { [_jN]: _na }], [2, { [_jN]: _hN }], [0, { [_jN]: _sAN }], [() => Containers, { [_jN]: _co }], [() => Volumes, { [_jN]: _vo }], [2, { [_jN]: _hIPC }], [2, { [_jN]: _hPID }]]
|
|
2762
2759
|
];
|
|
2763
2760
|
exports.LambdaDetails$ = [3, n0, _LD,
|
|
2764
2761
|
0,
|
|
2765
2762
|
[_FA, _FNu, _D, _LMA, _RIe, _FV, _Ro, _VC, _Ta],
|
|
2766
|
-
[[0, { [_jN]: _fA }], [0, { [_jN]:
|
|
2763
|
+
[[0, { [_jN]: _fA }], [0, { [_jN]: _fN }], [0, { [_jN]: _d }], [4, { [_jN]: _lMA }], [0, { [_jN]: _rIe }], [0, { [_jN]: _fV }], [0, { [_jN]: _ro }], [() => exports.VpcConfig$, { [_jN]: _vC }], [() => Tags, { [_jN]: _ta }]]
|
|
2767
2764
|
];
|
|
2768
2765
|
exports.LineageObject$ = [3, n0, _LO,
|
|
2769
2766
|
0,
|
|
@@ -2773,7 +2770,7 @@ exports.LineageObject$ = [3, n0, _LO,
|
|
|
2773
2770
|
exports.ListCoverageRequest$ = [3, n0, _LCR,
|
|
2774
2771
|
0,
|
|
2775
2772
|
[_DI, _NT, _MR, _FCil, _SCo],
|
|
2776
|
-
[[0,
|
|
2773
|
+
[[0, 1], [0, { [_jN]: _nT }], [1, { [_jN]: _mR }], [() => exports.CoverageFilterCriteria$, { [_jN]: _fCil }], [() => exports.CoverageSortCriteria$, { [_jN]: _sCo }]], 1
|
|
2777
2774
|
];
|
|
2778
2775
|
exports.ListCoverageResponse$ = [3, n0, _LCRi,
|
|
2779
2776
|
0,
|
|
@@ -2783,7 +2780,7 @@ exports.ListCoverageResponse$ = [3, n0, _LCRi,
|
|
|
2783
2780
|
exports.ListDetectorsRequest$ = [3, n0, _LDR,
|
|
2784
2781
|
0,
|
|
2785
2782
|
[_MR, _NT],
|
|
2786
|
-
[[1, { [_hQ]: _mR
|
|
2783
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
2787
2784
|
];
|
|
2788
2785
|
exports.ListDetectorsResponse$ = [3, n0, _LDRi,
|
|
2789
2786
|
0,
|
|
@@ -2793,7 +2790,7 @@ exports.ListDetectorsResponse$ = [3, n0, _LDRi,
|
|
|
2793
2790
|
exports.ListFiltersRequest$ = [3, n0, _LFR,
|
|
2794
2791
|
0,
|
|
2795
2792
|
[_DI, _MR, _NT],
|
|
2796
|
-
[[0,
|
|
2793
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2797
2794
|
];
|
|
2798
2795
|
exports.ListFiltersResponse$ = [3, n0, _LFRi,
|
|
2799
2796
|
0,
|
|
@@ -2803,7 +2800,7 @@ exports.ListFiltersResponse$ = [3, n0, _LFRi,
|
|
|
2803
2800
|
exports.ListFindingsRequest$ = [3, n0, _LFRis,
|
|
2804
2801
|
0,
|
|
2805
2802
|
[_DI, _FCin, _SCo, _MR, _NT],
|
|
2806
|
-
[[0,
|
|
2803
|
+
[[0, 1], [() => exports.FindingCriteria$, { [_jN]: _fCin }], [() => exports.SortCriteria$, { [_jN]: _sCo }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }]], 1
|
|
2807
2804
|
];
|
|
2808
2805
|
exports.ListFindingsResponse$ = [3, n0, _LFRist,
|
|
2809
2806
|
0,
|
|
@@ -2813,7 +2810,7 @@ exports.ListFindingsResponse$ = [3, n0, _LFRist,
|
|
|
2813
2810
|
exports.ListInvitationsRequest$ = [3, n0, _LIR,
|
|
2814
2811
|
0,
|
|
2815
2812
|
[_MR, _NT],
|
|
2816
|
-
[[1, { [_hQ]: _mR
|
|
2813
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
2817
2814
|
];
|
|
2818
2815
|
exports.ListInvitationsResponse$ = [3, n0, _LIRi,
|
|
2819
2816
|
0,
|
|
@@ -2823,7 +2820,7 @@ exports.ListInvitationsResponse$ = [3, n0, _LIRi,
|
|
|
2823
2820
|
exports.ListIPSetsRequest$ = [3, n0, _LIPSR,
|
|
2824
2821
|
0,
|
|
2825
2822
|
[_DI, _MR, _NT],
|
|
2826
|
-
[[0,
|
|
2823
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2827
2824
|
];
|
|
2828
2825
|
exports.ListIPSetsResponse$ = [3, n0, _LIPSRi,
|
|
2829
2826
|
0,
|
|
@@ -2833,7 +2830,7 @@ exports.ListIPSetsResponse$ = [3, n0, _LIPSRi,
|
|
|
2833
2830
|
exports.ListMalwareProtectionPlansRequest$ = [3, n0, _LMPPR,
|
|
2834
2831
|
0,
|
|
2835
2832
|
[_NT],
|
|
2836
|
-
[[0, { [_hQ]: _nT
|
|
2833
|
+
[[0, { [_hQ]: _nT }]]
|
|
2837
2834
|
];
|
|
2838
2835
|
exports.ListMalwareProtectionPlansResponse$ = [3, n0, _LMPPRi,
|
|
2839
2836
|
0,
|
|
@@ -2853,7 +2850,7 @@ exports.ListMalwareScansFilterCriterion$ = [3, n0, _LMSFCi,
|
|
|
2853
2850
|
exports.ListMalwareScansRequest$ = [3, n0, _LMSR,
|
|
2854
2851
|
0,
|
|
2855
2852
|
[_MR, _NT, _FCil, _SCo],
|
|
2856
|
-
[[1, { [_hQ]: _mR
|
|
2853
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [() => exports.ListMalwareScansFilterCriteria$, { [_jN]: _fCil }], [() => exports.SortCriteria$, { [_jN]: _sCo }]]
|
|
2857
2854
|
];
|
|
2858
2855
|
exports.ListMalwareScansResponse$ = [3, n0, _LMSRi,
|
|
2859
2856
|
0,
|
|
@@ -2863,7 +2860,7 @@ exports.ListMalwareScansResponse$ = [3, n0, _LMSRi,
|
|
|
2863
2860
|
exports.ListMembersRequest$ = [3, n0, _LMR,
|
|
2864
2861
|
0,
|
|
2865
2862
|
[_DI, _MR, _NT, _OAn],
|
|
2866
|
-
[[0,
|
|
2863
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _oAn }]], 1
|
|
2867
2864
|
];
|
|
2868
2865
|
exports.ListMembersResponse$ = [3, n0, _LMRi,
|
|
2869
2866
|
0,
|
|
@@ -2873,7 +2870,7 @@ exports.ListMembersResponse$ = [3, n0, _LMRi,
|
|
|
2873
2870
|
exports.ListOrganizationAdminAccountsRequest$ = [3, n0, _LOAAR,
|
|
2874
2871
|
0,
|
|
2875
2872
|
[_MR, _NT],
|
|
2876
|
-
[[1, { [_hQ]: _mR
|
|
2873
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
2877
2874
|
];
|
|
2878
2875
|
exports.ListOrganizationAdminAccountsResponse$ = [3, n0, _LOAARi,
|
|
2879
2876
|
0,
|
|
@@ -2883,7 +2880,7 @@ exports.ListOrganizationAdminAccountsResponse$ = [3, n0, _LOAARi,
|
|
|
2883
2880
|
exports.ListPublishingDestinationsRequest$ = [3, n0, _LPDR,
|
|
2884
2881
|
0,
|
|
2885
2882
|
[_DI, _MR, _NT],
|
|
2886
|
-
[[0,
|
|
2883
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2887
2884
|
];
|
|
2888
2885
|
exports.ListPublishingDestinationsResponse$ = [3, n0, _LPDRi,
|
|
2889
2886
|
0,
|
|
@@ -2893,7 +2890,7 @@ exports.ListPublishingDestinationsResponse$ = [3, n0, _LPDRi,
|
|
|
2893
2890
|
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2894
2891
|
0,
|
|
2895
2892
|
[_RA],
|
|
2896
|
-
[[0,
|
|
2893
|
+
[[0, 1]], 1
|
|
2897
2894
|
];
|
|
2898
2895
|
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
2899
2896
|
0,
|
|
@@ -2903,7 +2900,7 @@ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
2903
2900
|
exports.ListThreatEntitySetsRequest$ = [3, n0, _LTESR,
|
|
2904
2901
|
0,
|
|
2905
2902
|
[_DI, _MR, _NT],
|
|
2906
|
-
[[0,
|
|
2903
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2907
2904
|
];
|
|
2908
2905
|
exports.ListThreatEntitySetsResponse$ = [3, n0, _LTESRi,
|
|
2909
2906
|
0,
|
|
@@ -2913,7 +2910,7 @@ exports.ListThreatEntitySetsResponse$ = [3, n0, _LTESRi,
|
|
|
2913
2910
|
exports.ListThreatIntelSetsRequest$ = [3, n0, _LTISR,
|
|
2914
2911
|
0,
|
|
2915
2912
|
[_DI, _MR, _NT],
|
|
2916
|
-
[[0,
|
|
2913
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2917
2914
|
];
|
|
2918
2915
|
exports.ListThreatIntelSetsResponse$ = [3, n0, _LTISRi,
|
|
2919
2916
|
0,
|
|
@@ -2923,7 +2920,7 @@ exports.ListThreatIntelSetsResponse$ = [3, n0, _LTISRi,
|
|
|
2923
2920
|
exports.ListTrustedEntitySetsRequest$ = [3, n0, _LTESRis,
|
|
2924
2921
|
0,
|
|
2925
2922
|
[_DI, _MR, _NT],
|
|
2926
|
-
[[0,
|
|
2923
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2927
2924
|
];
|
|
2928
2925
|
exports.ListTrustedEntitySetsResponse$ = [3, n0, _LTESRist,
|
|
2929
2926
|
0,
|
|
@@ -3018,7 +3015,7 @@ exports.MemberAdditionalConfigurationResult$ = [3, n0, _MACR,
|
|
|
3018
3015
|
exports.MemberDataSourceConfiguration$ = [3, n0, _MDSCe,
|
|
3019
3016
|
0,
|
|
3020
3017
|
[_AIc, _DS, _F],
|
|
3021
|
-
[[0, { [_jN]: _aIc }], [() => exports.DataSourceConfigurationsResult$, { [_jN]: _dS }], [() => MemberFeaturesConfigurationsResults, { [_jN]: _f }]],
|
|
3018
|
+
[[0, { [_jN]: _aIc }], [() => exports.DataSourceConfigurationsResult$, { [_jN]: _dS }], [() => MemberFeaturesConfigurationsResults, { [_jN]: _f }]], 2
|
|
3022
3019
|
];
|
|
3023
3020
|
exports.MemberFeaturesConfiguration$ = [3, n0, _MFC,
|
|
3024
3021
|
0,
|
|
@@ -3267,8 +3264,8 @@ exports.RemotePortDetails$ = [3, n0, _RPD,
|
|
|
3267
3264
|
];
|
|
3268
3265
|
exports.Resource$ = [3, n0, _Res,
|
|
3269
3266
|
0,
|
|
3270
|
-
[_AKD, _SBD, _IDn, _ECD, _KD, _RT, _EVD, _ECDc, _CDo, _RDID, _RLDD, _RDUD,
|
|
3271
|
-
[[() => exports.AccessKeyDetails$, { [_jN]: _aKD }], [() => S3BucketDetails, { [_jN]: _sBD }], [() => exports.InstanceDetails$, { [_jN]: _iDn }], [() => exports.EksClusterDetails$, { [_jN]: _eCD }], [() => exports.KubernetesDetails$, { [_jN]: _kD }], [0, { [_jN]: _rT }], [() => exports.EbsVolumeDetails$, { [_jN]: _eVD }], [() => exports.EcsClusterDetails$, { [_jN]: _eCDc }], [() => exports.Container$, { [_jN]: _cDo }], [() => exports.
|
|
3267
|
+
[_AKD, _SBD, _IDn, _ECD, _KD, _RT, _EVD, _ECDc, _CDo, _LD, _RDID, _RLDD, _RDUD, _ESD, _EIDc, _RPDe],
|
|
3268
|
+
[[() => exports.AccessKeyDetails$, { [_jN]: _aKD }], [() => S3BucketDetails, { [_jN]: _sBD }], [() => exports.InstanceDetails$, { [_jN]: _iDn }], [() => exports.EksClusterDetails$, { [_jN]: _eCD }], [() => exports.KubernetesDetails$, { [_jN]: _kD }], [0, { [_jN]: _rT }], [() => exports.EbsVolumeDetails$, { [_jN]: _eVD }], [() => exports.EcsClusterDetails$, { [_jN]: _eCDc }], [() => exports.Container$, { [_jN]: _cDo }], [() => exports.LambdaDetails$, { [_jN]: _lD }], [() => exports.RdsDbInstanceDetails$, { [_jN]: _rDID }], [() => exports.RdsLimitlessDbDetails$, { [_jN]: _rLDD }], [() => exports.RdsDbUserDetails$, { [_jN]: _rDUD }], [() => exports.EbsSnapshotDetails$, { [_jN]: _eSD }], [() => exports.Ec2ImageDetails$, { [_jN]: _eIDc }], [() => exports.RecoveryPointDetails$, { [_jN]: _rPDe }]]
|
|
3272
3269
|
];
|
|
3273
3270
|
exports.ResourceData$ = [3, n0, _RDe,
|
|
3274
3271
|
0,
|
|
@@ -3308,7 +3305,7 @@ exports.S3Bucket$ = [3, n0, _SB,
|
|
|
3308
3305
|
exports.S3BucketDetail$ = [3, n0, _SBDu,
|
|
3309
3306
|
0,
|
|
3310
3307
|
[_Ar, _N, _T, _CAr, _Ow, _Ta, _DSSE, _PA, _SOD],
|
|
3311
|
-
[[0, { [_jN]: _ar }], [0, { [_jN]: _n }], [0, { [_jN]:
|
|
3308
|
+
[[0, { [_jN]: _ar }], [0, { [_jN]: _n }], [0, { [_jN]: _t }], [4, { [_jN]: _cAr }], [() => exports.Owner$, { [_jN]: _ow }], [() => Tags, { [_jN]: _ta }], [() => exports.DefaultServerSideEncryption$, { [_jN]: _dSSE }], [() => exports.PublicAccess$, { [_jN]: _pA }], [() => S3ObjectDetails, { [_jN]: _sOD }]]
|
|
3312
3309
|
];
|
|
3313
3310
|
exports.S3LogsConfiguration$ = [3, n0, _SLC,
|
|
3314
3311
|
0,
|
|
@@ -3448,7 +3445,7 @@ exports.Service$ = [3, n0, _Ser,
|
|
|
3448
3445
|
exports.ServiceAdditionalInfo$ = [3, n0, _SAI,
|
|
3449
3446
|
0,
|
|
3450
3447
|
[_Val, _T],
|
|
3451
|
-
[[0, { [_jN]: _val }], [0, { [_jN]:
|
|
3448
|
+
[[0, { [_jN]: _val }], [0, { [_jN]: _t }]]
|
|
3452
3449
|
];
|
|
3453
3450
|
exports.Session$ = [3, n0, _S,
|
|
3454
3451
|
0,
|
|
@@ -3463,7 +3460,7 @@ exports.SeverityStatistics$ = [3, n0, _SSe,
|
|
|
3463
3460
|
exports.Signal$ = [3, n0, _Sig,
|
|
3464
3461
|
0,
|
|
3465
3462
|
[_U, _T, _N, _CAr, _UAp, _FSA, _LSA, _Coun, _D, _Se, _RUe, _AIct, _EIn, _SIi],
|
|
3466
|
-
[[0, { [_jN]: _u }], [0, { [_jN]:
|
|
3463
|
+
[[0, { [_jN]: _u }], [0, { [_jN]: _t }], [0, { [_jN]: _n }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [4, { [_jN]: _fSA }], [4, { [_jN]: _lSA }], [1, { [_jN]: _cou }], [0, { [_jN]: _d }], [1, { [_jN]: _sev }], [64 | 0, { [_jN]: _rUe }], [64 | 0, { [_jN]: _aIct }], [64 | 0, { [_jN]: _eIn }], [() => Indicators, { [_jN]: _sIi }]], 8
|
|
3467
3464
|
];
|
|
3468
3465
|
exports.SortCriteria$ = [3, n0, _SCo,
|
|
3469
3466
|
0,
|
|
@@ -3488,7 +3485,7 @@ exports.StartMalwareScanResponse$ = [3, n0, _SMSRt,
|
|
|
3488
3485
|
exports.StartMonitoringMembersRequest$ = [3, n0, _SMMR,
|
|
3489
3486
|
0,
|
|
3490
3487
|
[_DI, _AIcc],
|
|
3491
|
-
[[0,
|
|
3488
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
3492
3489
|
];
|
|
3493
3490
|
exports.StartMonitoringMembersResponse$ = [3, n0, _SMMRt,
|
|
3494
3491
|
0,
|
|
@@ -3498,7 +3495,7 @@ exports.StartMonitoringMembersResponse$ = [3, n0, _SMMRt,
|
|
|
3498
3495
|
exports.StopMonitoringMembersRequest$ = [3, n0, _SMMRto,
|
|
3499
3496
|
0,
|
|
3500
3497
|
[_DI, _AIcc],
|
|
3501
|
-
[[0,
|
|
3498
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }]], 2
|
|
3502
3499
|
];
|
|
3503
3500
|
exports.StopMonitoringMembersResponse$ = [3, n0, _SMMRtop,
|
|
3504
3501
|
0,
|
|
@@ -3513,7 +3510,7 @@ exports.Tag$ = [3, n0, _Tag_,
|
|
|
3513
3510
|
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
3514
3511
|
0,
|
|
3515
3512
|
[_RA, _Ta],
|
|
3516
|
-
[[0,
|
|
3513
|
+
[[0, 1], [128 | 0, { [_jN]: _ta }]], 2
|
|
3517
3514
|
];
|
|
3518
3515
|
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
3519
3516
|
0,
|
|
@@ -3553,7 +3550,7 @@ exports.TriggerDetails$ = [3, n0, _TDr,
|
|
|
3553
3550
|
exports.UnarchiveFindingsRequest$ = [3, n0, _UFR,
|
|
3554
3551
|
0,
|
|
3555
3552
|
[_DI, _FI],
|
|
3556
|
-
[[0,
|
|
3553
|
+
[[0, 1], [64 | 0, { [_jN]: _fI }]], 2
|
|
3557
3554
|
];
|
|
3558
3555
|
exports.UnarchiveFindingsResponse$ = [3, n0, _UFRn,
|
|
3559
3556
|
0,
|
|
@@ -3573,7 +3570,7 @@ exports.UnprocessedDataSourcesResult$ = [3, n0, _UDSR,
|
|
|
3573
3570
|
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
3574
3571
|
0,
|
|
3575
3572
|
[_RA, _TK],
|
|
3576
|
-
[[0,
|
|
3573
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
3577
3574
|
];
|
|
3578
3575
|
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
3579
3576
|
0,
|
|
@@ -3583,7 +3580,7 @@ exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
3583
3580
|
exports.UpdateDetectorRequest$ = [3, n0, _UDR,
|
|
3584
3581
|
0,
|
|
3585
3582
|
[_DI, _En, _FPF, _DS, _F],
|
|
3586
|
-
[[0,
|
|
3583
|
+
[[0, 1], [2, { [_jN]: _en }], [0, { [_jN]: _fPF }], [() => exports.DataSourceConfigurations$, { [_jN]: _dS }], [() => DetectorFeatureConfigurations, { [_jN]: _f }]], 1
|
|
3587
3584
|
];
|
|
3588
3585
|
exports.UpdateDetectorResponse$ = [3, n0, _UDRp,
|
|
3589
3586
|
0,
|
|
@@ -3593,7 +3590,7 @@ exports.UpdateDetectorResponse$ = [3, n0, _UDRp,
|
|
|
3593
3590
|
exports.UpdateFilterRequest$ = [3, n0, _UFRp,
|
|
3594
3591
|
0,
|
|
3595
3592
|
[_DI, _FN, _D, _Ac, _R, _FCin],
|
|
3596
|
-
[[0,
|
|
3593
|
+
[[0, 1], [0, 1], [0, { [_jN]: _d }], [0, { [_jN]: _ac }], [1, { [_jN]: _r }], [() => exports.FindingCriteria$, { [_jN]: _fCin }]], 2
|
|
3597
3594
|
];
|
|
3598
3595
|
exports.UpdateFilterResponse$ = [3, n0, _UFRpd,
|
|
3599
3596
|
0,
|
|
@@ -3603,7 +3600,7 @@ exports.UpdateFilterResponse$ = [3, n0, _UFRpd,
|
|
|
3603
3600
|
exports.UpdateFindingsFeedbackRequest$ = [3, n0, _UFFR,
|
|
3604
3601
|
0,
|
|
3605
3602
|
[_DI, _FI, _Fe, _Com],
|
|
3606
|
-
[[0,
|
|
3603
|
+
[[0, 1], [64 | 0, { [_jN]: _fI }], [0, { [_jN]: _fe }], [() => SensitiveString, { [_jN]: _com }]], 3
|
|
3607
3604
|
];
|
|
3608
3605
|
exports.UpdateFindingsFeedbackResponse$ = [3, n0, _UFFRp,
|
|
3609
3606
|
0,
|
|
@@ -3613,7 +3610,7 @@ exports.UpdateFindingsFeedbackResponse$ = [3, n0, _UFFRp,
|
|
|
3613
3610
|
exports.UpdateIPSetRequest$ = [3, n0, _UIPSR,
|
|
3614
3611
|
0,
|
|
3615
3612
|
[_DI, _ISI, _N, _Lo, _Acti, _EBO],
|
|
3616
|
-
[[0,
|
|
3613
|
+
[[0, 1], [0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _lo }], [2, { [_jN]: _act }], [0, { [_jN]: _eBO }]], 2
|
|
3617
3614
|
];
|
|
3618
3615
|
exports.UpdateIPSetResponse$ = [3, n0, _UIPSRp,
|
|
3619
3616
|
0,
|
|
@@ -3623,12 +3620,12 @@ exports.UpdateIPSetResponse$ = [3, n0, _UIPSRp,
|
|
|
3623
3620
|
exports.UpdateMalwareProtectionPlanRequest$ = [3, n0, _UMPPR,
|
|
3624
3621
|
0,
|
|
3625
3622
|
[_MPPI, _Ro, _Actio, _PR],
|
|
3626
|
-
[[0,
|
|
3623
|
+
[[0, 1], [0, { [_jN]: _ro }], [() => exports.MalwareProtectionPlanActions$, { [_jN]: _acti }], [() => exports.UpdateProtectedResource$, { [_jN]: _pR }]], 1
|
|
3627
3624
|
];
|
|
3628
3625
|
exports.UpdateMalwareScanSettingsRequest$ = [3, n0, _UMSSR,
|
|
3629
3626
|
0,
|
|
3630
3627
|
[_DI, _SRCc, _ESP],
|
|
3631
|
-
[[0,
|
|
3628
|
+
[[0, 1], [() => exports.ScanResourceCriteria$, { [_jN]: _sRCc }], [0, { [_jN]: _eSP }]], 1
|
|
3632
3629
|
];
|
|
3633
3630
|
exports.UpdateMalwareScanSettingsResponse$ = [3, n0, _UMSSRp,
|
|
3634
3631
|
0,
|
|
@@ -3638,7 +3635,7 @@ exports.UpdateMalwareScanSettingsResponse$ = [3, n0, _UMSSRp,
|
|
|
3638
3635
|
exports.UpdateMemberDetectorsRequest$ = [3, n0, _UMDR,
|
|
3639
3636
|
0,
|
|
3640
3637
|
[_DI, _AIcc, _DS, _F],
|
|
3641
|
-
[[0,
|
|
3638
|
+
[[0, 1], [64 | 0, { [_jN]: _aIcc }], [() => exports.DataSourceConfigurations$, { [_jN]: _dS }], [() => MemberFeaturesConfigurations, { [_jN]: _f }]], 2
|
|
3642
3639
|
];
|
|
3643
3640
|
exports.UpdateMemberDetectorsResponse$ = [3, n0, _UMDRp,
|
|
3644
3641
|
0,
|
|
@@ -3648,7 +3645,7 @@ exports.UpdateMemberDetectorsResponse$ = [3, n0, _UMDRp,
|
|
|
3648
3645
|
exports.UpdateOrganizationConfigurationRequest$ = [3, n0, _UOCR,
|
|
3649
3646
|
0,
|
|
3650
3647
|
[_DI, _AE, _DS, _F, _AEOM],
|
|
3651
|
-
[[0,
|
|
3648
|
+
[[0, 1], [2, { [_jN]: _aE }], [() => exports.OrganizationDataSourceConfigurations$, { [_jN]: _dS }], [() => OrganizationFeaturesConfigurations, { [_jN]: _f }], [0, { [_jN]: _aEOM }]], 1
|
|
3652
3649
|
];
|
|
3653
3650
|
exports.UpdateOrganizationConfigurationResponse$ = [3, n0, _UOCRp,
|
|
3654
3651
|
0,
|
|
@@ -3663,7 +3660,7 @@ exports.UpdateProtectedResource$ = [3, n0, _UPR,
|
|
|
3663
3660
|
exports.UpdatePublishingDestinationRequest$ = [3, n0, _UPDR,
|
|
3664
3661
|
0,
|
|
3665
3662
|
[_DI, _DIe, _DP],
|
|
3666
|
-
[[0,
|
|
3663
|
+
[[0, 1], [0, 1], [() => exports.DestinationProperties$, { [_jN]: _dP }]], 2
|
|
3667
3664
|
];
|
|
3668
3665
|
exports.UpdatePublishingDestinationResponse$ = [3, n0, _UPDRp,
|
|
3669
3666
|
0,
|
|
@@ -3678,7 +3675,7 @@ exports.UpdateS3BucketResource$ = [3, n0, _USBR,
|
|
|
3678
3675
|
exports.UpdateThreatEntitySetRequest$ = [3, n0, _UTESR,
|
|
3679
3676
|
0,
|
|
3680
3677
|
[_DI, _TESI, _N, _Lo, _EBO, _Acti],
|
|
3681
|
-
[[0,
|
|
3678
|
+
[[0, 1], [0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _lo }], [0, { [_jN]: _eBO }], [2, { [_jN]: _act }]], 2
|
|
3682
3679
|
];
|
|
3683
3680
|
exports.UpdateThreatEntitySetResponse$ = [3, n0, _UTESRp,
|
|
3684
3681
|
0,
|
|
@@ -3688,7 +3685,7 @@ exports.UpdateThreatEntitySetResponse$ = [3, n0, _UTESRp,
|
|
|
3688
3685
|
exports.UpdateThreatIntelSetRequest$ = [3, n0, _UTISR,
|
|
3689
3686
|
0,
|
|
3690
3687
|
[_DI, _TISI, _N, _Lo, _Acti, _EBO],
|
|
3691
|
-
[[0,
|
|
3688
|
+
[[0, 1], [0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _lo }], [2, { [_jN]: _act }], [0, { [_jN]: _eBO }]], 2
|
|
3692
3689
|
];
|
|
3693
3690
|
exports.UpdateThreatIntelSetResponse$ = [3, n0, _UTISRp,
|
|
3694
3691
|
0,
|
|
@@ -3698,7 +3695,7 @@ exports.UpdateThreatIntelSetResponse$ = [3, n0, _UTISRp,
|
|
|
3698
3695
|
exports.UpdateTrustedEntitySetRequest$ = [3, n0, _UTESRpd,
|
|
3699
3696
|
0,
|
|
3700
3697
|
[_DI, _TESIr, _N, _Lo, _EBO, _Acti],
|
|
3701
|
-
[[0,
|
|
3698
|
+
[[0, 1], [0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _lo }], [0, { [_jN]: _eBO }], [2, { [_jN]: _act }]], 2
|
|
3702
3699
|
];
|
|
3703
3700
|
exports.UpdateTrustedEntitySetResponse$ = [3, n0, _UTESRpda,
|
|
3704
3701
|
0,
|
|
@@ -3748,7 +3745,7 @@ exports.UsageTopAccountsResult$ = [3, n0, _UTARs,
|
|
|
3748
3745
|
exports.User$ = [3, n0, _Us,
|
|
3749
3746
|
0,
|
|
3750
3747
|
[_N, _U, _T, _CUr, _A],
|
|
3751
|
-
[[0, { [_jN]: _n }], [0, { [_jN]: _u }], [0, { [_jN]:
|
|
3748
|
+
[[0, { [_jN]: _n }], [0, { [_jN]: _u }], [0, { [_jN]: _t }], [0, { [_jN]: _cUr }], [() => exports.Account$, { [_jN]: _a }]], 3
|
|
3752
3749
|
];
|
|
3753
3750
|
exports.Volume$ = [3, n0, _Vol,
|
|
3754
3751
|
0,
|