@aws-sdk/client-inspector2 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/dist-cjs/Inspector2.js +30 -0
- package/dist-cjs/commands/AssociateMemberCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -2
- package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -2
- package/dist-cjs/commands/CreateFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisableCommand.js +2 -2
- package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
- package/dist-cjs/commands/EnableCommand.js +2 -2
- package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListCoverageCommand.js +2 -2
- package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +637 -854
- package/dist-cjs/protocols/Aws_restJson1.js +155 -2
- package/dist-es/Inspector2.js +30 -0
- package/dist-es/commands/AssociateMemberCommand.js +3 -3
- package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -3
- package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -3
- package/dist-es/commands/CancelFindingsReportCommand.js +3 -3
- package/dist-es/commands/CreateFilterCommand.js +3 -3
- package/dist-es/commands/CreateFindingsReportCommand.js +3 -3
- package/dist-es/commands/DeleteFilterCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisableCommand.js +3 -3
- package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMemberCommand.js +3 -3
- package/dist-es/commands/EnableCommand.js +3 -3
- package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetConfigurationCommand.js +39 -0
- package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/ListAccountPermissionsCommand.js +3 -3
- package/dist-es/commands/ListCoverageCommand.js +3 -3
- package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -3
- package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListFiltersCommand.js +3 -3
- package/dist-es/commands/ListFindingAggregationsCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsageTotalsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateFilterCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +210 -584
- package/dist-es/protocols/Aws_restJson1.js +202 -4
- package/dist-types/Inspector2.d.ts +14 -0
- package/dist-types/Inspector2Client.d.ts +4 -2
- package/dist-types/commands/GetConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +636 -795
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/Inspector2.d.ts +10 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +331 -528
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +9 -9
|
@@ -21,14 +21,6 @@ export var Status;
|
|
|
21
21
|
Status["SUSPENDED"] = "SUSPENDED";
|
|
22
22
|
Status["SUSPENDING"] = "SUSPENDING";
|
|
23
23
|
})(Status || (Status = {}));
|
|
24
|
-
export var ResourceStatus;
|
|
25
|
-
(function (ResourceStatus) {
|
|
26
|
-
ResourceStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
-
})(ResourceStatus || (ResourceStatus = {}));
|
|
28
|
-
export var Account;
|
|
29
|
-
(function (Account) {
|
|
30
|
-
Account.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
-
})(Account || (Account = {}));
|
|
32
24
|
export var AggregationFindingType;
|
|
33
25
|
(function (AggregationFindingType) {
|
|
34
26
|
AggregationFindingType["NETWORK_REACHABILITY"] = "NETWORK_REACHABILITY";
|
|
@@ -50,21 +42,10 @@ export var SortOrder;
|
|
|
50
42
|
SortOrder["ASC"] = "ASC";
|
|
51
43
|
SortOrder["DESC"] = "DESC";
|
|
52
44
|
})(SortOrder || (SortOrder = {}));
|
|
53
|
-
export var AccountAggregation;
|
|
54
|
-
(function (AccountAggregation) {
|
|
55
|
-
AccountAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(AccountAggregation || (AccountAggregation = {}));
|
|
57
|
-
export var SeverityCounts;
|
|
58
|
-
(function (SeverityCounts) {
|
|
59
|
-
SeverityCounts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
-
})(SeverityCounts || (SeverityCounts = {}));
|
|
61
|
-
export var AccountAggregationResponse;
|
|
62
|
-
(function (AccountAggregationResponse) {
|
|
63
|
-
AccountAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(AccountAggregationResponse || (AccountAggregationResponse = {}));
|
|
65
45
|
export var ErrorCode;
|
|
66
46
|
(function (ErrorCode) {
|
|
67
47
|
ErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
48
|
+
ErrorCode["ACCOUNT_IS_ISOLATED"] = "ACCOUNT_IS_ISOLATED";
|
|
68
49
|
ErrorCode["ALREADY_ENABLED"] = "ALREADY_ENABLED";
|
|
69
50
|
ErrorCode["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
|
|
70
51
|
ErrorCode["DISASSOCIATE_ALL_MEMBERS"] = "DISASSOCIATE_ALL_MEMBERS";
|
|
@@ -78,28 +59,12 @@ export var ErrorCode;
|
|
|
78
59
|
ErrorCode["SSM_UNAVAILABLE"] = "SSM_UNAVAILABLE";
|
|
79
60
|
ErrorCode["SUSPEND_IN_PROGRESS"] = "SUSPEND_IN_PROGRESS";
|
|
80
61
|
})(ErrorCode || (ErrorCode = {}));
|
|
81
|
-
export var State;
|
|
82
|
-
(function (State) {
|
|
83
|
-
State.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(State || (State = {}));
|
|
85
|
-
export var ResourceState;
|
|
86
|
-
(function (ResourceState) {
|
|
87
|
-
ResourceState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(ResourceState || (ResourceState = {}));
|
|
89
|
-
export var AccountState;
|
|
90
|
-
(function (AccountState) {
|
|
91
|
-
AccountState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(AccountState || (AccountState = {}));
|
|
93
62
|
export var StringComparison;
|
|
94
63
|
(function (StringComparison) {
|
|
95
64
|
StringComparison["EQUALS"] = "EQUALS";
|
|
96
65
|
StringComparison["NOT_EQUALS"] = "NOT_EQUALS";
|
|
97
66
|
StringComparison["PREFIX"] = "PREFIX";
|
|
98
67
|
})(StringComparison || (StringComparison = {}));
|
|
99
|
-
export var StringFilter;
|
|
100
|
-
(function (StringFilter) {
|
|
101
|
-
StringFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(StringFilter || (StringFilter = {}));
|
|
103
68
|
export var AmiSortBy;
|
|
104
69
|
(function (AmiSortBy) {
|
|
105
70
|
AmiSortBy["AFFECTED_INSTANCES"] = "AFFECTED_INSTANCES";
|
|
@@ -107,28 +72,16 @@ export var AmiSortBy;
|
|
|
107
72
|
AmiSortBy["CRITICAL"] = "CRITICAL";
|
|
108
73
|
AmiSortBy["HIGH"] = "HIGH";
|
|
109
74
|
})(AmiSortBy || (AmiSortBy = {}));
|
|
110
|
-
export var AmiAggregation;
|
|
111
|
-
(function (AmiAggregation) {
|
|
112
|
-
AmiAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
-
})(AmiAggregation || (AmiAggregation = {}));
|
|
114
75
|
export var AwsEcrContainerSortBy;
|
|
115
76
|
(function (AwsEcrContainerSortBy) {
|
|
116
77
|
AwsEcrContainerSortBy["ALL"] = "ALL";
|
|
117
78
|
AwsEcrContainerSortBy["CRITICAL"] = "CRITICAL";
|
|
118
79
|
AwsEcrContainerSortBy["HIGH"] = "HIGH";
|
|
119
80
|
})(AwsEcrContainerSortBy || (AwsEcrContainerSortBy = {}));
|
|
120
|
-
export var AwsEcrContainerAggregation;
|
|
121
|
-
(function (AwsEcrContainerAggregation) {
|
|
122
|
-
AwsEcrContainerAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(AwsEcrContainerAggregation || (AwsEcrContainerAggregation = {}));
|
|
124
81
|
export var MapComparison;
|
|
125
82
|
(function (MapComparison) {
|
|
126
83
|
MapComparison["EQUALS"] = "EQUALS";
|
|
127
84
|
})(MapComparison || (MapComparison = {}));
|
|
128
|
-
export var MapFilter;
|
|
129
|
-
(function (MapFilter) {
|
|
130
|
-
MapFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(MapFilter || (MapFilter = {}));
|
|
132
85
|
export var Ec2InstanceSortBy;
|
|
133
86
|
(function (Ec2InstanceSortBy) {
|
|
134
87
|
Ec2InstanceSortBy["ALL"] = "ALL";
|
|
@@ -136,40 +89,24 @@ export var Ec2InstanceSortBy;
|
|
|
136
89
|
Ec2InstanceSortBy["HIGH"] = "HIGH";
|
|
137
90
|
Ec2InstanceSortBy["NETWORK_FINDINGS"] = "NETWORK_FINDINGS";
|
|
138
91
|
})(Ec2InstanceSortBy || (Ec2InstanceSortBy = {}));
|
|
139
|
-
export var Ec2InstanceAggregation;
|
|
140
|
-
(function (Ec2InstanceAggregation) {
|
|
141
|
-
Ec2InstanceAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(Ec2InstanceAggregation || (Ec2InstanceAggregation = {}));
|
|
143
92
|
export var FindingTypeSortBy;
|
|
144
93
|
(function (FindingTypeSortBy) {
|
|
145
94
|
FindingTypeSortBy["ALL"] = "ALL";
|
|
146
95
|
FindingTypeSortBy["CRITICAL"] = "CRITICAL";
|
|
147
96
|
FindingTypeSortBy["HIGH"] = "HIGH";
|
|
148
97
|
})(FindingTypeSortBy || (FindingTypeSortBy = {}));
|
|
149
|
-
export var FindingTypeAggregation;
|
|
150
|
-
(function (FindingTypeAggregation) {
|
|
151
|
-
FindingTypeAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(FindingTypeAggregation || (FindingTypeAggregation = {}));
|
|
153
98
|
export var ImageLayerSortBy;
|
|
154
99
|
(function (ImageLayerSortBy) {
|
|
155
100
|
ImageLayerSortBy["ALL"] = "ALL";
|
|
156
101
|
ImageLayerSortBy["CRITICAL"] = "CRITICAL";
|
|
157
102
|
ImageLayerSortBy["HIGH"] = "HIGH";
|
|
158
103
|
})(ImageLayerSortBy || (ImageLayerSortBy = {}));
|
|
159
|
-
export var ImageLayerAggregation;
|
|
160
|
-
(function (ImageLayerAggregation) {
|
|
161
|
-
ImageLayerAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
-
})(ImageLayerAggregation || (ImageLayerAggregation = {}));
|
|
163
104
|
export var PackageSortBy;
|
|
164
105
|
(function (PackageSortBy) {
|
|
165
106
|
PackageSortBy["ALL"] = "ALL";
|
|
166
107
|
PackageSortBy["CRITICAL"] = "CRITICAL";
|
|
167
108
|
PackageSortBy["HIGH"] = "HIGH";
|
|
168
109
|
})(PackageSortBy || (PackageSortBy = {}));
|
|
169
|
-
export var PackageAggregation;
|
|
170
|
-
(function (PackageAggregation) {
|
|
171
|
-
PackageAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(PackageAggregation || (PackageAggregation = {}));
|
|
173
110
|
export var RepositorySortBy;
|
|
174
111
|
(function (RepositorySortBy) {
|
|
175
112
|
RepositorySortBy["AFFECTED_IMAGES"] = "AFFECTED_IMAGES";
|
|
@@ -177,20 +114,12 @@ export var RepositorySortBy;
|
|
|
177
114
|
RepositorySortBy["CRITICAL"] = "CRITICAL";
|
|
178
115
|
RepositorySortBy["HIGH"] = "HIGH";
|
|
179
116
|
})(RepositorySortBy || (RepositorySortBy = {}));
|
|
180
|
-
export var RepositoryAggregation;
|
|
181
|
-
(function (RepositoryAggregation) {
|
|
182
|
-
RepositoryAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
-
})(RepositoryAggregation || (RepositoryAggregation = {}));
|
|
184
117
|
export var TitleSortBy;
|
|
185
118
|
(function (TitleSortBy) {
|
|
186
119
|
TitleSortBy["ALL"] = "ALL";
|
|
187
120
|
TitleSortBy["CRITICAL"] = "CRITICAL";
|
|
188
121
|
TitleSortBy["HIGH"] = "HIGH";
|
|
189
122
|
})(TitleSortBy || (TitleSortBy = {}));
|
|
190
|
-
export var TitleAggregation;
|
|
191
|
-
(function (TitleAggregation) {
|
|
192
|
-
TitleAggregation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(TitleAggregation || (TitleAggregation = {}));
|
|
194
123
|
export var AggregationRequest;
|
|
195
124
|
(function (AggregationRequest) {
|
|
196
125
|
AggregationRequest.visit = function (value, visitor) {
|
|
@@ -214,64 +143,7 @@ export var AggregationRequest;
|
|
|
214
143
|
return visitor.titleAggregation(value.titleAggregation);
|
|
215
144
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
216
145
|
};
|
|
217
|
-
AggregationRequest.filterSensitiveLog = function (obj) {
|
|
218
|
-
var _a;
|
|
219
|
-
if (obj.accountAggregation !== undefined)
|
|
220
|
-
return { accountAggregation: AccountAggregation.filterSensitiveLog(obj.accountAggregation) };
|
|
221
|
-
if (obj.amiAggregation !== undefined)
|
|
222
|
-
return { amiAggregation: AmiAggregation.filterSensitiveLog(obj.amiAggregation) };
|
|
223
|
-
if (obj.awsEcrContainerAggregation !== undefined)
|
|
224
|
-
return {
|
|
225
|
-
awsEcrContainerAggregation: AwsEcrContainerAggregation.filterSensitiveLog(obj.awsEcrContainerAggregation),
|
|
226
|
-
};
|
|
227
|
-
if (obj.ec2InstanceAggregation !== undefined)
|
|
228
|
-
return { ec2InstanceAggregation: Ec2InstanceAggregation.filterSensitiveLog(obj.ec2InstanceAggregation) };
|
|
229
|
-
if (obj.findingTypeAggregation !== undefined)
|
|
230
|
-
return { findingTypeAggregation: FindingTypeAggregation.filterSensitiveLog(obj.findingTypeAggregation) };
|
|
231
|
-
if (obj.imageLayerAggregation !== undefined)
|
|
232
|
-
return { imageLayerAggregation: ImageLayerAggregation.filterSensitiveLog(obj.imageLayerAggregation) };
|
|
233
|
-
if (obj.packageAggregation !== undefined)
|
|
234
|
-
return { packageAggregation: PackageAggregation.filterSensitiveLog(obj.packageAggregation) };
|
|
235
|
-
if (obj.repositoryAggregation !== undefined)
|
|
236
|
-
return { repositoryAggregation: RepositoryAggregation.filterSensitiveLog(obj.repositoryAggregation) };
|
|
237
|
-
if (obj.titleAggregation !== undefined)
|
|
238
|
-
return { titleAggregation: TitleAggregation.filterSensitiveLog(obj.titleAggregation) };
|
|
239
|
-
if (obj.$unknown !== undefined)
|
|
240
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
241
|
-
};
|
|
242
146
|
})(AggregationRequest || (AggregationRequest = {}));
|
|
243
|
-
export var AmiAggregationResponse;
|
|
244
|
-
(function (AmiAggregationResponse) {
|
|
245
|
-
AmiAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(AmiAggregationResponse || (AmiAggregationResponse = {}));
|
|
247
|
-
export var AwsEcrContainerAggregationResponse;
|
|
248
|
-
(function (AwsEcrContainerAggregationResponse) {
|
|
249
|
-
AwsEcrContainerAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(AwsEcrContainerAggregationResponse || (AwsEcrContainerAggregationResponse = {}));
|
|
251
|
-
export var Ec2InstanceAggregationResponse;
|
|
252
|
-
(function (Ec2InstanceAggregationResponse) {
|
|
253
|
-
Ec2InstanceAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(Ec2InstanceAggregationResponse || (Ec2InstanceAggregationResponse = {}));
|
|
255
|
-
export var FindingTypeAggregationResponse;
|
|
256
|
-
(function (FindingTypeAggregationResponse) {
|
|
257
|
-
FindingTypeAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(FindingTypeAggregationResponse || (FindingTypeAggregationResponse = {}));
|
|
259
|
-
export var ImageLayerAggregationResponse;
|
|
260
|
-
(function (ImageLayerAggregationResponse) {
|
|
261
|
-
ImageLayerAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(ImageLayerAggregationResponse || (ImageLayerAggregationResponse = {}));
|
|
263
|
-
export var PackageAggregationResponse;
|
|
264
|
-
(function (PackageAggregationResponse) {
|
|
265
|
-
PackageAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(PackageAggregationResponse || (PackageAggregationResponse = {}));
|
|
267
|
-
export var RepositoryAggregationResponse;
|
|
268
|
-
(function (RepositoryAggregationResponse) {
|
|
269
|
-
RepositoryAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(RepositoryAggregationResponse || (RepositoryAggregationResponse = {}));
|
|
271
|
-
export var TitleAggregationResponse;
|
|
272
|
-
(function (TitleAggregationResponse) {
|
|
273
|
-
TitleAggregationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(TitleAggregationResponse || (TitleAggregationResponse = {}));
|
|
275
147
|
export var AggregationResponse;
|
|
276
148
|
(function (AggregationResponse) {
|
|
277
149
|
AggregationResponse.visit = function (value, visitor) {
|
|
@@ -295,31 +167,6 @@ export var AggregationResponse;
|
|
|
295
167
|
return visitor.titleAggregation(value.titleAggregation);
|
|
296
168
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
297
169
|
};
|
|
298
|
-
AggregationResponse.filterSensitiveLog = function (obj) {
|
|
299
|
-
var _a;
|
|
300
|
-
if (obj.accountAggregation !== undefined)
|
|
301
|
-
return { accountAggregation: AccountAggregationResponse.filterSensitiveLog(obj.accountAggregation) };
|
|
302
|
-
if (obj.amiAggregation !== undefined)
|
|
303
|
-
return { amiAggregation: AmiAggregationResponse.filterSensitiveLog(obj.amiAggregation) };
|
|
304
|
-
if (obj.awsEcrContainerAggregation !== undefined)
|
|
305
|
-
return {
|
|
306
|
-
awsEcrContainerAggregation: AwsEcrContainerAggregationResponse.filterSensitiveLog(obj.awsEcrContainerAggregation),
|
|
307
|
-
};
|
|
308
|
-
if (obj.ec2InstanceAggregation !== undefined)
|
|
309
|
-
return { ec2InstanceAggregation: Ec2InstanceAggregationResponse.filterSensitiveLog(obj.ec2InstanceAggregation) };
|
|
310
|
-
if (obj.findingTypeAggregation !== undefined)
|
|
311
|
-
return { findingTypeAggregation: FindingTypeAggregationResponse.filterSensitiveLog(obj.findingTypeAggregation) };
|
|
312
|
-
if (obj.imageLayerAggregation !== undefined)
|
|
313
|
-
return { imageLayerAggregation: ImageLayerAggregationResponse.filterSensitiveLog(obj.imageLayerAggregation) };
|
|
314
|
-
if (obj.packageAggregation !== undefined)
|
|
315
|
-
return { packageAggregation: PackageAggregationResponse.filterSensitiveLog(obj.packageAggregation) };
|
|
316
|
-
if (obj.repositoryAggregation !== undefined)
|
|
317
|
-
return { repositoryAggregation: RepositoryAggregationResponse.filterSensitiveLog(obj.repositoryAggregation) };
|
|
318
|
-
if (obj.titleAggregation !== undefined)
|
|
319
|
-
return { titleAggregation: TitleAggregationResponse.filterSensitiveLog(obj.titleAggregation) };
|
|
320
|
-
if (obj.$unknown !== undefined)
|
|
321
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
322
|
-
};
|
|
323
170
|
})(AggregationResponse || (AggregationResponse = {}));
|
|
324
171
|
export var AggregationType;
|
|
325
172
|
(function (AggregationType) {
|
|
@@ -333,14 +180,6 @@ export var AggregationType;
|
|
|
333
180
|
AggregationType["REPOSITORY"] = "REPOSITORY";
|
|
334
181
|
AggregationType["TITLE"] = "TITLE";
|
|
335
182
|
})(AggregationType || (AggregationType = {}));
|
|
336
|
-
export var AssociateMemberRequest;
|
|
337
|
-
(function (AssociateMemberRequest) {
|
|
338
|
-
AssociateMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(AssociateMemberRequest || (AssociateMemberRequest = {}));
|
|
340
|
-
export var AssociateMemberResponse;
|
|
341
|
-
(function (AssociateMemberResponse) {
|
|
342
|
-
AssociateMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(AssociateMemberResponse || (AssociateMemberResponse = {}));
|
|
344
183
|
var InternalServerException = (function (_super) {
|
|
345
184
|
__extends(InternalServerException, _super);
|
|
346
185
|
function InternalServerException(opts) {
|
|
@@ -367,10 +206,6 @@ var ThrottlingException = (function (_super) {
|
|
|
367
206
|
return ThrottlingException;
|
|
368
207
|
}(__BaseException));
|
|
369
208
|
export { ThrottlingException };
|
|
370
|
-
export var ValidationExceptionField;
|
|
371
|
-
(function (ValidationExceptionField) {
|
|
372
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
374
209
|
export var ValidationExceptionReason;
|
|
375
210
|
(function (ValidationExceptionReason) {
|
|
376
211
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -391,18 +226,6 @@ var ValidationException = (function (_super) {
|
|
|
391
226
|
return ValidationException;
|
|
392
227
|
}(__BaseException));
|
|
393
228
|
export { ValidationException };
|
|
394
|
-
export var AutoEnable;
|
|
395
|
-
(function (AutoEnable) {
|
|
396
|
-
AutoEnable.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
-
})(AutoEnable || (AutoEnable = {}));
|
|
398
|
-
export var AwsEc2InstanceDetails;
|
|
399
|
-
(function (AwsEc2InstanceDetails) {
|
|
400
|
-
AwsEc2InstanceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
-
})(AwsEc2InstanceDetails || (AwsEc2InstanceDetails = {}));
|
|
402
|
-
export var AwsEcrContainerImageDetails;
|
|
403
|
-
(function (AwsEcrContainerImageDetails) {
|
|
404
|
-
AwsEcrContainerImageDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(AwsEcrContainerImageDetails || (AwsEcrContainerImageDetails = {}));
|
|
406
229
|
var BadRequestException = (function (_super) {
|
|
407
230
|
__extends(BadRequestException, _super);
|
|
408
231
|
function BadRequestException(opts) {
|
|
@@ -415,18 +238,6 @@ var BadRequestException = (function (_super) {
|
|
|
415
238
|
return BadRequestException;
|
|
416
239
|
}(__BaseException));
|
|
417
240
|
export { BadRequestException };
|
|
418
|
-
export var BatchGetAccountStatusRequest;
|
|
419
|
-
(function (BatchGetAccountStatusRequest) {
|
|
420
|
-
BatchGetAccountStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(BatchGetAccountStatusRequest || (BatchGetAccountStatusRequest = {}));
|
|
422
|
-
export var FailedAccount;
|
|
423
|
-
(function (FailedAccount) {
|
|
424
|
-
FailedAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(FailedAccount || (FailedAccount = {}));
|
|
426
|
-
export var BatchGetAccountStatusResponse;
|
|
427
|
-
(function (BatchGetAccountStatusResponse) {
|
|
428
|
-
BatchGetAccountStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(BatchGetAccountStatusResponse || (BatchGetAccountStatusResponse = {}));
|
|
430
241
|
var ResourceNotFoundException = (function (_super) {
|
|
431
242
|
__extends(ResourceNotFoundException, _super);
|
|
432
243
|
function ResourceNotFoundException(opts) {
|
|
@@ -439,10 +250,6 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
439
250
|
return ResourceNotFoundException;
|
|
440
251
|
}(__BaseException));
|
|
441
252
|
export { ResourceNotFoundException };
|
|
442
|
-
export var BatchGetFreeTrialInfoRequest;
|
|
443
|
-
(function (BatchGetFreeTrialInfoRequest) {
|
|
444
|
-
BatchGetFreeTrialInfoRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
})(BatchGetFreeTrialInfoRequest || (BatchGetFreeTrialInfoRequest = {}));
|
|
446
253
|
export var FreeTrialStatus;
|
|
447
254
|
(function (FreeTrialStatus) {
|
|
448
255
|
FreeTrialStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -453,35 +260,11 @@ export var FreeTrialType;
|
|
|
453
260
|
FreeTrialType["EC2"] = "EC2";
|
|
454
261
|
FreeTrialType["ECR"] = "ECR";
|
|
455
262
|
})(FreeTrialType || (FreeTrialType = {}));
|
|
456
|
-
export var FreeTrialInfo;
|
|
457
|
-
(function (FreeTrialInfo) {
|
|
458
|
-
FreeTrialInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
-
})(FreeTrialInfo || (FreeTrialInfo = {}));
|
|
460
|
-
export var FreeTrialAccountInfo;
|
|
461
|
-
(function (FreeTrialAccountInfo) {
|
|
462
|
-
FreeTrialAccountInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
-
})(FreeTrialAccountInfo || (FreeTrialAccountInfo = {}));
|
|
464
263
|
export var FreeTrialInfoErrorCode;
|
|
465
264
|
(function (FreeTrialInfoErrorCode) {
|
|
466
265
|
FreeTrialInfoErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
467
266
|
FreeTrialInfoErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
468
267
|
})(FreeTrialInfoErrorCode || (FreeTrialInfoErrorCode = {}));
|
|
469
|
-
export var FreeTrialInfoError;
|
|
470
|
-
(function (FreeTrialInfoError) {
|
|
471
|
-
FreeTrialInfoError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(FreeTrialInfoError || (FreeTrialInfoError = {}));
|
|
473
|
-
export var BatchGetFreeTrialInfoResponse;
|
|
474
|
-
(function (BatchGetFreeTrialInfoResponse) {
|
|
475
|
-
BatchGetFreeTrialInfoResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(BatchGetFreeTrialInfoResponse || (BatchGetFreeTrialInfoResponse = {}));
|
|
477
|
-
export var CancelFindingsReportRequest;
|
|
478
|
-
(function (CancelFindingsReportRequest) {
|
|
479
|
-
CancelFindingsReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(CancelFindingsReportRequest || (CancelFindingsReportRequest = {}));
|
|
481
|
-
export var CancelFindingsReportResponse;
|
|
482
|
-
(function (CancelFindingsReportResponse) {
|
|
483
|
-
CancelFindingsReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(CancelFindingsReportResponse || (CancelFindingsReportResponse = {}));
|
|
485
268
|
var ConflictException = (function (_super) {
|
|
486
269
|
__extends(ConflictException, _super);
|
|
487
270
|
function ConflictException(opts) {
|
|
@@ -504,31 +287,15 @@ export var GroupKey;
|
|
|
504
287
|
GroupKey["SCAN_STATUS_CODE"] = "SCAN_STATUS_CODE";
|
|
505
288
|
GroupKey["SCAN_STATUS_REASON"] = "SCAN_STATUS_REASON";
|
|
506
289
|
})(GroupKey || (GroupKey = {}));
|
|
507
|
-
export var Counts;
|
|
508
|
-
(function (Counts) {
|
|
509
|
-
Counts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(Counts || (Counts = {}));
|
|
511
290
|
export var CoverageStringComparison;
|
|
512
291
|
(function (CoverageStringComparison) {
|
|
513
292
|
CoverageStringComparison["EQUALS"] = "EQUALS";
|
|
514
293
|
CoverageStringComparison["NOT_EQUALS"] = "NOT_EQUALS";
|
|
515
294
|
})(CoverageStringComparison || (CoverageStringComparison = {}));
|
|
516
|
-
export var CoverageStringFilter;
|
|
517
|
-
(function (CoverageStringFilter) {
|
|
518
|
-
CoverageStringFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
-
})(CoverageStringFilter || (CoverageStringFilter = {}));
|
|
520
295
|
export var CoverageMapComparison;
|
|
521
296
|
(function (CoverageMapComparison) {
|
|
522
297
|
CoverageMapComparison["EQUALS"] = "EQUALS";
|
|
523
298
|
})(CoverageMapComparison || (CoverageMapComparison = {}));
|
|
524
|
-
export var CoverageMapFilter;
|
|
525
|
-
(function (CoverageMapFilter) {
|
|
526
|
-
CoverageMapFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(CoverageMapFilter || (CoverageMapFilter = {}));
|
|
528
|
-
export var CoverageFilterCriteria;
|
|
529
|
-
(function (CoverageFilterCriteria) {
|
|
530
|
-
CoverageFilterCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
-
})(CoverageFilterCriteria || (CoverageFilterCriteria = {}));
|
|
532
299
|
export var CoverageResourceType;
|
|
533
300
|
(function (CoverageResourceType) {
|
|
534
301
|
CoverageResourceType["AWS_EC2_INSTANCE"] = "AWS_EC2_INSTANCE";
|
|
@@ -541,28 +308,12 @@ export var Ec2Platform;
|
|
|
541
308
|
Ec2Platform["UNKNOWN"] = "UNKNOWN";
|
|
542
309
|
Ec2Platform["WINDOWS"] = "WINDOWS";
|
|
543
310
|
})(Ec2Platform || (Ec2Platform = {}));
|
|
544
|
-
export var Ec2Metadata;
|
|
545
|
-
(function (Ec2Metadata) {
|
|
546
|
-
Ec2Metadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
-
})(Ec2Metadata || (Ec2Metadata = {}));
|
|
548
|
-
export var EcrContainerImageMetadata;
|
|
549
|
-
(function (EcrContainerImageMetadata) {
|
|
550
|
-
EcrContainerImageMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
-
})(EcrContainerImageMetadata || (EcrContainerImageMetadata = {}));
|
|
552
311
|
export var EcrScanFrequency;
|
|
553
312
|
(function (EcrScanFrequency) {
|
|
554
313
|
EcrScanFrequency["CONTINUOUS_SCAN"] = "CONTINUOUS_SCAN";
|
|
555
314
|
EcrScanFrequency["MANUAL"] = "MANUAL";
|
|
556
315
|
EcrScanFrequency["SCAN_ON_PUSH"] = "SCAN_ON_PUSH";
|
|
557
316
|
})(EcrScanFrequency || (EcrScanFrequency = {}));
|
|
558
|
-
export var EcrRepositoryMetadata;
|
|
559
|
-
(function (EcrRepositoryMetadata) {
|
|
560
|
-
EcrRepositoryMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(EcrRepositoryMetadata || (EcrRepositoryMetadata = {}));
|
|
562
|
-
export var ResourceScanMetadata;
|
|
563
|
-
(function (ResourceScanMetadata) {
|
|
564
|
-
ResourceScanMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(ResourceScanMetadata || (ResourceScanMetadata = {}));
|
|
566
317
|
export var ScanStatusReason;
|
|
567
318
|
(function (ScanStatusReason) {
|
|
568
319
|
ScanStatusReason["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
@@ -570,6 +321,7 @@ export var ScanStatusReason;
|
|
|
570
321
|
ScanStatusReason["IMAGE_SIZE_EXCEEDED"] = "IMAGE_SIZE_EXCEEDED";
|
|
571
322
|
ScanStatusReason["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
572
323
|
ScanStatusReason["NO_RESOURCES_FOUND"] = "NO_RESOURCES_FOUND";
|
|
324
|
+
ScanStatusReason["PENDING_DISABLE"] = "PENDING_DISABLE";
|
|
573
325
|
ScanStatusReason["PENDING_INITIAL_SCAN"] = "PENDING_INITIAL_SCAN";
|
|
574
326
|
ScanStatusReason["RESOURCE_TERMINATED"] = "RESOURCE_TERMINATED";
|
|
575
327
|
ScanStatusReason["SCAN_ELIGIBILITY_EXPIRED"] = "SCAN_ELIGIBILITY_EXPIRED";
|
|
@@ -584,52 +336,16 @@ export var ScanStatusCode;
|
|
|
584
336
|
ScanStatusCode["ACTIVE"] = "ACTIVE";
|
|
585
337
|
ScanStatusCode["INACTIVE"] = "INACTIVE";
|
|
586
338
|
})(ScanStatusCode || (ScanStatusCode = {}));
|
|
587
|
-
export var ScanStatus;
|
|
588
|
-
(function (ScanStatus) {
|
|
589
|
-
ScanStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(ScanStatus || (ScanStatus = {}));
|
|
591
339
|
export var ScanType;
|
|
592
340
|
(function (ScanType) {
|
|
593
341
|
ScanType["NETWORK"] = "NETWORK";
|
|
594
342
|
ScanType["PACKAGE"] = "PACKAGE";
|
|
595
343
|
})(ScanType || (ScanType = {}));
|
|
596
|
-
export var CoveredResource;
|
|
597
|
-
(function (CoveredResource) {
|
|
598
|
-
CoveredResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
-
})(CoveredResource || (CoveredResource = {}));
|
|
600
344
|
export var FilterAction;
|
|
601
345
|
(function (FilterAction) {
|
|
602
346
|
FilterAction["NONE"] = "NONE";
|
|
603
347
|
FilterAction["SUPPRESS"] = "SUPPRESS";
|
|
604
348
|
})(FilterAction || (FilterAction = {}));
|
|
605
|
-
export var DateFilter;
|
|
606
|
-
(function (DateFilter) {
|
|
607
|
-
DateFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
-
})(DateFilter || (DateFilter = {}));
|
|
609
|
-
export var NumberFilter;
|
|
610
|
-
(function (NumberFilter) {
|
|
611
|
-
NumberFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
-
})(NumberFilter || (NumberFilter = {}));
|
|
613
|
-
export var PortRangeFilter;
|
|
614
|
-
(function (PortRangeFilter) {
|
|
615
|
-
PortRangeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
-
})(PortRangeFilter || (PortRangeFilter = {}));
|
|
617
|
-
export var PackageFilter;
|
|
618
|
-
(function (PackageFilter) {
|
|
619
|
-
PackageFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
-
})(PackageFilter || (PackageFilter = {}));
|
|
621
|
-
export var FilterCriteria;
|
|
622
|
-
(function (FilterCriteria) {
|
|
623
|
-
FilterCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
-
})(FilterCriteria || (FilterCriteria = {}));
|
|
625
|
-
export var CreateFilterRequest;
|
|
626
|
-
(function (CreateFilterRequest) {
|
|
627
|
-
CreateFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
-
})(CreateFilterRequest || (CreateFilterRequest = {}));
|
|
629
|
-
export var CreateFilterResponse;
|
|
630
|
-
(function (CreateFilterResponse) {
|
|
631
|
-
CreateFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
-
})(CreateFilterResponse || (CreateFilterResponse = {}));
|
|
633
349
|
var ServiceQuotaExceededException = (function (_super) {
|
|
634
350
|
__extends(ServiceQuotaExceededException, _super);
|
|
635
351
|
function ServiceQuotaExceededException(opts) {
|
|
@@ -648,34 +364,10 @@ export var ReportFormat;
|
|
|
648
364
|
ReportFormat["CSV"] = "CSV";
|
|
649
365
|
ReportFormat["JSON"] = "JSON";
|
|
650
366
|
})(ReportFormat || (ReportFormat = {}));
|
|
651
|
-
export var Destination;
|
|
652
|
-
(function (Destination) {
|
|
653
|
-
Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(Destination || (Destination = {}));
|
|
655
|
-
export var CreateFindingsReportRequest;
|
|
656
|
-
(function (CreateFindingsReportRequest) {
|
|
657
|
-
CreateFindingsReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(CreateFindingsReportRequest || (CreateFindingsReportRequest = {}));
|
|
659
|
-
export var CreateFindingsReportResponse;
|
|
660
|
-
(function (CreateFindingsReportResponse) {
|
|
661
|
-
CreateFindingsReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(CreateFindingsReportResponse || (CreateFindingsReportResponse = {}));
|
|
663
367
|
export var Currency;
|
|
664
368
|
(function (Currency) {
|
|
665
369
|
Currency["USD"] = "USD";
|
|
666
370
|
})(Currency || (Currency = {}));
|
|
667
|
-
export var CvssScore;
|
|
668
|
-
(function (CvssScore) {
|
|
669
|
-
CvssScore.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(CvssScore || (CvssScore = {}));
|
|
671
|
-
export var CvssScoreAdjustment;
|
|
672
|
-
(function (CvssScoreAdjustment) {
|
|
673
|
-
CvssScoreAdjustment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(CvssScoreAdjustment || (CvssScoreAdjustment = {}));
|
|
675
|
-
export var CvssScoreDetails;
|
|
676
|
-
(function (CvssScoreDetails) {
|
|
677
|
-
CvssScoreDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(CvssScoreDetails || (CvssScoreDetails = {}));
|
|
679
371
|
export var RelationshipStatus;
|
|
680
372
|
(function (RelationshipStatus) {
|
|
681
373
|
RelationshipStatus["ACCOUNT_SUSPENDED"] = "ACCOUNT_SUSPENDED";
|
|
@@ -691,80 +383,28 @@ export var RelationshipStatus;
|
|
|
691
383
|
RelationshipStatus["REMOVED"] = "REMOVED";
|
|
692
384
|
RelationshipStatus["RESIGNED"] = "RESIGNED";
|
|
693
385
|
})(RelationshipStatus || (RelationshipStatus = {}));
|
|
694
|
-
export var DelegatedAdmin;
|
|
695
|
-
(function (DelegatedAdmin) {
|
|
696
|
-
DelegatedAdmin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
-
})(DelegatedAdmin || (DelegatedAdmin = {}));
|
|
698
386
|
export var DelegatedAdminStatus;
|
|
699
387
|
(function (DelegatedAdminStatus) {
|
|
700
388
|
DelegatedAdminStatus["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
|
|
701
389
|
DelegatedAdminStatus["ENABLED"] = "ENABLED";
|
|
702
390
|
})(DelegatedAdminStatus || (DelegatedAdminStatus = {}));
|
|
703
|
-
export var DelegatedAdminAccount;
|
|
704
|
-
(function (DelegatedAdminAccount) {
|
|
705
|
-
DelegatedAdminAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(DelegatedAdminAccount || (DelegatedAdminAccount = {}));
|
|
707
|
-
export var DeleteFilterRequest;
|
|
708
|
-
(function (DeleteFilterRequest) {
|
|
709
|
-
DeleteFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
-
})(DeleteFilterRequest || (DeleteFilterRequest = {}));
|
|
711
|
-
export var DeleteFilterResponse;
|
|
712
|
-
(function (DeleteFilterResponse) {
|
|
713
|
-
DeleteFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
-
})(DeleteFilterResponse || (DeleteFilterResponse = {}));
|
|
715
|
-
export var DescribeOrganizationConfigurationRequest;
|
|
716
|
-
(function (DescribeOrganizationConfigurationRequest) {
|
|
717
|
-
DescribeOrganizationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
-
})(DescribeOrganizationConfigurationRequest || (DescribeOrganizationConfigurationRequest = {}));
|
|
719
|
-
export var DescribeOrganizationConfigurationResponse;
|
|
720
|
-
(function (DescribeOrganizationConfigurationResponse) {
|
|
721
|
-
DescribeOrganizationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
-
})(DescribeOrganizationConfigurationResponse || (DescribeOrganizationConfigurationResponse = {}));
|
|
723
391
|
export var ResourceScanType;
|
|
724
392
|
(function (ResourceScanType) {
|
|
725
393
|
ResourceScanType["EC2"] = "EC2";
|
|
726
394
|
ResourceScanType["ECR"] = "ECR";
|
|
727
395
|
})(ResourceScanType || (ResourceScanType = {}));
|
|
728
|
-
export var
|
|
729
|
-
(function (
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
(
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
})(
|
|
740
|
-
export var DisableDelegatedAdminAccountResponse;
|
|
741
|
-
(function (DisableDelegatedAdminAccountResponse) {
|
|
742
|
-
DisableDelegatedAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
-
})(DisableDelegatedAdminAccountResponse || (DisableDelegatedAdminAccountResponse = {}));
|
|
744
|
-
export var DisassociateMemberRequest;
|
|
745
|
-
(function (DisassociateMemberRequest) {
|
|
746
|
-
DisassociateMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(DisassociateMemberRequest || (DisassociateMemberRequest = {}));
|
|
748
|
-
export var DisassociateMemberResponse;
|
|
749
|
-
(function (DisassociateMemberResponse) {
|
|
750
|
-
DisassociateMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
-
})(DisassociateMemberResponse || (DisassociateMemberResponse = {}));
|
|
752
|
-
export var EnableRequest;
|
|
753
|
-
(function (EnableRequest) {
|
|
754
|
-
EnableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(EnableRequest || (EnableRequest = {}));
|
|
756
|
-
export var EnableResponse;
|
|
757
|
-
(function (EnableResponse) {
|
|
758
|
-
EnableResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
-
})(EnableResponse || (EnableResponse = {}));
|
|
760
|
-
export var EnableDelegatedAdminAccountRequest;
|
|
761
|
-
(function (EnableDelegatedAdminAccountRequest) {
|
|
762
|
-
EnableDelegatedAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
-
})(EnableDelegatedAdminAccountRequest || (EnableDelegatedAdminAccountRequest = {}));
|
|
764
|
-
export var EnableDelegatedAdminAccountResponse;
|
|
765
|
-
(function (EnableDelegatedAdminAccountResponse) {
|
|
766
|
-
EnableDelegatedAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
-
})(EnableDelegatedAdminAccountResponse || (EnableDelegatedAdminAccountResponse = {}));
|
|
396
|
+
export var EcrRescanDuration;
|
|
397
|
+
(function (EcrRescanDuration) {
|
|
398
|
+
EcrRescanDuration["DAYS_180"] = "DAYS_180";
|
|
399
|
+
EcrRescanDuration["DAYS_30"] = "DAYS_30";
|
|
400
|
+
EcrRescanDuration["LIFETIME"] = "LIFETIME";
|
|
401
|
+
})(EcrRescanDuration || (EcrRescanDuration = {}));
|
|
402
|
+
export var EcrRescanDurationStatus;
|
|
403
|
+
(function (EcrRescanDurationStatus) {
|
|
404
|
+
EcrRescanDurationStatus["FAILED"] = "FAILED";
|
|
405
|
+
EcrRescanDurationStatus["PENDING"] = "PENDING";
|
|
406
|
+
EcrRescanDurationStatus["SUCCESS"] = "SUCCESS";
|
|
407
|
+
})(EcrRescanDurationStatus || (EcrRescanDurationStatus = {}));
|
|
768
408
|
export var ExternalReportStatus;
|
|
769
409
|
(function (ExternalReportStatus) {
|
|
770
410
|
ExternalReportStatus["CANCELLED"] = "CANCELLED";
|
|
@@ -772,35 +412,11 @@ export var ExternalReportStatus;
|
|
|
772
412
|
ExternalReportStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
773
413
|
ExternalReportStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
774
414
|
})(ExternalReportStatus || (ExternalReportStatus = {}));
|
|
775
|
-
export var Filter;
|
|
776
|
-
(function (Filter) {
|
|
777
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
-
})(Filter || (Filter = {}));
|
|
779
|
-
export var InspectorScoreDetails;
|
|
780
|
-
(function (InspectorScoreDetails) {
|
|
781
|
-
InspectorScoreDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
-
})(InspectorScoreDetails || (InspectorScoreDetails = {}));
|
|
783
|
-
export var Step;
|
|
784
|
-
(function (Step) {
|
|
785
|
-
Step.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
-
})(Step || (Step = {}));
|
|
787
|
-
export var NetworkPath;
|
|
788
|
-
(function (NetworkPath) {
|
|
789
|
-
NetworkPath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
-
})(NetworkPath || (NetworkPath = {}));
|
|
791
|
-
export var PortRange;
|
|
792
|
-
(function (PortRange) {
|
|
793
|
-
PortRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
-
})(PortRange || (PortRange = {}));
|
|
795
415
|
export var NetworkProtocol;
|
|
796
416
|
(function (NetworkProtocol) {
|
|
797
417
|
NetworkProtocol["TCP"] = "TCP";
|
|
798
418
|
NetworkProtocol["UDP"] = "UDP";
|
|
799
419
|
})(NetworkProtocol || (NetworkProtocol = {}));
|
|
800
|
-
export var NetworkReachabilityDetails;
|
|
801
|
-
(function (NetworkReachabilityDetails) {
|
|
802
|
-
NetworkReachabilityDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(NetworkReachabilityDetails || (NetworkReachabilityDetails = {}));
|
|
804
420
|
export var PackageManager;
|
|
805
421
|
(function (PackageManager) {
|
|
806
422
|
PackageManager["BUNDLER"] = "BUNDLER";
|
|
@@ -809,43 +425,23 @@ export var PackageManager;
|
|
|
809
425
|
PackageManager["GOBINARY"] = "GOBINARY";
|
|
810
426
|
PackageManager["GOMOD"] = "GOMOD";
|
|
811
427
|
PackageManager["JAR"] = "JAR";
|
|
428
|
+
PackageManager["NODEPKG"] = "NODEPKG";
|
|
812
429
|
PackageManager["NPM"] = "NPM";
|
|
813
430
|
PackageManager["NUGET"] = "NUGET";
|
|
814
431
|
PackageManager["OS"] = "OS";
|
|
432
|
+
PackageManager["PIP"] = "PIP";
|
|
815
433
|
PackageManager["PIPENV"] = "PIPENV";
|
|
816
434
|
PackageManager["POETRY"] = "POETRY";
|
|
435
|
+
PackageManager["POM"] = "POM";
|
|
436
|
+
PackageManager["PYTHONPKG"] = "PYTHONPKG";
|
|
817
437
|
PackageManager["YARN"] = "YARN";
|
|
818
438
|
})(PackageManager || (PackageManager = {}));
|
|
819
|
-
export var VulnerablePackage;
|
|
820
|
-
(function (VulnerablePackage) {
|
|
821
|
-
VulnerablePackage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(VulnerablePackage || (VulnerablePackage = {}));
|
|
823
|
-
export var PackageVulnerabilityDetails;
|
|
824
|
-
(function (PackageVulnerabilityDetails) {
|
|
825
|
-
PackageVulnerabilityDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
-
})(PackageVulnerabilityDetails || (PackageVulnerabilityDetails = {}));
|
|
827
|
-
export var Recommendation;
|
|
828
|
-
(function (Recommendation) {
|
|
829
|
-
Recommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
-
})(Recommendation || (Recommendation = {}));
|
|
831
|
-
export var Remediation;
|
|
832
|
-
(function (Remediation) {
|
|
833
|
-
Remediation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
-
})(Remediation || (Remediation = {}));
|
|
835
|
-
export var ResourceDetails;
|
|
836
|
-
(function (ResourceDetails) {
|
|
837
|
-
ResourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(ResourceDetails || (ResourceDetails = {}));
|
|
839
439
|
export var ResourceType;
|
|
840
440
|
(function (ResourceType) {
|
|
841
441
|
ResourceType["AWS_EC2_INSTANCE"] = "AWS_EC2_INSTANCE";
|
|
842
442
|
ResourceType["AWS_ECR_CONTAINER_IMAGE"] = "AWS_ECR_CONTAINER_IMAGE";
|
|
843
443
|
ResourceType["AWS_ECR_REPOSITORY"] = "AWS_ECR_REPOSITORY";
|
|
844
444
|
})(ResourceType || (ResourceType = {}));
|
|
845
|
-
export var Resource;
|
|
846
|
-
(function (Resource) {
|
|
847
|
-
Resource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
-
})(Resource || (Resource = {}));
|
|
849
445
|
export var Severity;
|
|
850
446
|
(function (Severity) {
|
|
851
447
|
Severity["CRITICAL"] = "CRITICAL";
|
|
@@ -866,52 +462,20 @@ export var FindingType;
|
|
|
866
462
|
FindingType["NETWORK_REACHABILITY"] = "NETWORK_REACHABILITY";
|
|
867
463
|
FindingType["PACKAGE_VULNERABILITY"] = "PACKAGE_VULNERABILITY";
|
|
868
464
|
})(FindingType || (FindingType = {}));
|
|
869
|
-
export var Finding;
|
|
870
|
-
(function (Finding) {
|
|
871
|
-
Finding.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
-
})(Finding || (Finding = {}));
|
|
873
|
-
export var GetDelegatedAdminAccountRequest;
|
|
874
|
-
(function (GetDelegatedAdminAccountRequest) {
|
|
875
|
-
GetDelegatedAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
-
})(GetDelegatedAdminAccountRequest || (GetDelegatedAdminAccountRequest = {}));
|
|
877
|
-
export var GetDelegatedAdminAccountResponse;
|
|
878
|
-
(function (GetDelegatedAdminAccountResponse) {
|
|
879
|
-
GetDelegatedAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
-
})(GetDelegatedAdminAccountResponse || (GetDelegatedAdminAccountResponse = {}));
|
|
881
|
-
export var GetFindingsReportStatusRequest;
|
|
882
|
-
(function (GetFindingsReportStatusRequest) {
|
|
883
|
-
GetFindingsReportStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
-
})(GetFindingsReportStatusRequest || (GetFindingsReportStatusRequest = {}));
|
|
885
465
|
export var ReportingErrorCode;
|
|
886
466
|
(function (ReportingErrorCode) {
|
|
467
|
+
ReportingErrorCode["BUCKET_NOT_FOUND"] = "BUCKET_NOT_FOUND";
|
|
468
|
+
ReportingErrorCode["INCOMPATIBLE_BUCKET_REGION"] = "INCOMPATIBLE_BUCKET_REGION";
|
|
887
469
|
ReportingErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
888
470
|
ReportingErrorCode["INVALID_PERMISSIONS"] = "INVALID_PERMISSIONS";
|
|
471
|
+
ReportingErrorCode["MALFORMED_KMS_KEY"] = "MALFORMED_KMS_KEY";
|
|
472
|
+
ReportingErrorCode["NO_FINDINGS_FOUND"] = "NO_FINDINGS_FOUND";
|
|
889
473
|
})(ReportingErrorCode || (ReportingErrorCode = {}));
|
|
890
|
-
export var GetFindingsReportStatusResponse;
|
|
891
|
-
(function (GetFindingsReportStatusResponse) {
|
|
892
|
-
GetFindingsReportStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
-
})(GetFindingsReportStatusResponse || (GetFindingsReportStatusResponse = {}));
|
|
894
|
-
export var GetMemberRequest;
|
|
895
|
-
(function (GetMemberRequest) {
|
|
896
|
-
GetMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
-
})(GetMemberRequest || (GetMemberRequest = {}));
|
|
898
|
-
export var Member;
|
|
899
|
-
(function (Member) {
|
|
900
|
-
Member.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
-
})(Member || (Member = {}));
|
|
902
|
-
export var GetMemberResponse;
|
|
903
|
-
(function (GetMemberResponse) {
|
|
904
|
-
GetMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
-
})(GetMemberResponse || (GetMemberResponse = {}));
|
|
906
474
|
export var Service;
|
|
907
475
|
(function (Service) {
|
|
908
476
|
Service["EC2"] = "EC2";
|
|
909
477
|
Service["ECR"] = "ECR";
|
|
910
478
|
})(Service || (Service = {}));
|
|
911
|
-
export var ListAccountPermissionsRequest;
|
|
912
|
-
(function (ListAccountPermissionsRequest) {
|
|
913
|
-
ListAccountPermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(ListAccountPermissionsRequest || (ListAccountPermissionsRequest = {}));
|
|
915
479
|
export var Operation;
|
|
916
480
|
(function (Operation) {
|
|
917
481
|
Operation["DISABLE_REPOSITORY"] = "DISABLE_REPOSITORY";
|
|
@@ -919,56 +483,6 @@ export var Operation;
|
|
|
919
483
|
Operation["ENABLE_REPOSITORY"] = "ENABLE_REPOSITORY";
|
|
920
484
|
Operation["ENABLE_SCANNING"] = "ENABLE_SCANNING";
|
|
921
485
|
})(Operation || (Operation = {}));
|
|
922
|
-
export var Permission;
|
|
923
|
-
(function (Permission) {
|
|
924
|
-
Permission.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
-
})(Permission || (Permission = {}));
|
|
926
|
-
export var ListAccountPermissionsResponse;
|
|
927
|
-
(function (ListAccountPermissionsResponse) {
|
|
928
|
-
ListAccountPermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
-
})(ListAccountPermissionsResponse || (ListAccountPermissionsResponse = {}));
|
|
930
|
-
export var ListCoverageRequest;
|
|
931
|
-
(function (ListCoverageRequest) {
|
|
932
|
-
ListCoverageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
-
})(ListCoverageRequest || (ListCoverageRequest = {}));
|
|
934
|
-
export var ListCoverageResponse;
|
|
935
|
-
(function (ListCoverageResponse) {
|
|
936
|
-
ListCoverageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
-
})(ListCoverageResponse || (ListCoverageResponse = {}));
|
|
938
|
-
export var ListCoverageStatisticsRequest;
|
|
939
|
-
(function (ListCoverageStatisticsRequest) {
|
|
940
|
-
ListCoverageStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
-
})(ListCoverageStatisticsRequest || (ListCoverageStatisticsRequest = {}));
|
|
942
|
-
export var ListCoverageStatisticsResponse;
|
|
943
|
-
(function (ListCoverageStatisticsResponse) {
|
|
944
|
-
ListCoverageStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
-
})(ListCoverageStatisticsResponse || (ListCoverageStatisticsResponse = {}));
|
|
946
|
-
export var ListDelegatedAdminAccountsRequest;
|
|
947
|
-
(function (ListDelegatedAdminAccountsRequest) {
|
|
948
|
-
ListDelegatedAdminAccountsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
-
})(ListDelegatedAdminAccountsRequest || (ListDelegatedAdminAccountsRequest = {}));
|
|
950
|
-
export var ListDelegatedAdminAccountsResponse;
|
|
951
|
-
(function (ListDelegatedAdminAccountsResponse) {
|
|
952
|
-
ListDelegatedAdminAccountsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
-
})(ListDelegatedAdminAccountsResponse || (ListDelegatedAdminAccountsResponse = {}));
|
|
954
|
-
export var ListFiltersRequest;
|
|
955
|
-
(function (ListFiltersRequest) {
|
|
956
|
-
ListFiltersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
-
})(ListFiltersRequest || (ListFiltersRequest = {}));
|
|
958
|
-
export var ListFiltersResponse;
|
|
959
|
-
(function (ListFiltersResponse) {
|
|
960
|
-
ListFiltersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
|
-
})(ListFiltersResponse || (ListFiltersResponse = {}));
|
|
962
|
-
export var ListFindingAggregationsRequest;
|
|
963
|
-
(function (ListFindingAggregationsRequest) {
|
|
964
|
-
ListFindingAggregationsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.aggregationRequest && {
|
|
965
|
-
aggregationRequest: AggregationRequest.filterSensitiveLog(obj.aggregationRequest),
|
|
966
|
-
}))); };
|
|
967
|
-
})(ListFindingAggregationsRequest || (ListFindingAggregationsRequest = {}));
|
|
968
|
-
export var ListFindingAggregationsResponse;
|
|
969
|
-
(function (ListFindingAggregationsResponse) {
|
|
970
|
-
ListFindingAggregationsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.responses && { responses: obj.responses.map(function (item) { return AggregationResponse.filterSensitiveLog(item); }) }))); };
|
|
971
|
-
})(ListFindingAggregationsResponse || (ListFindingAggregationsResponse = {}));
|
|
972
486
|
export var SortField;
|
|
973
487
|
(function (SortField) {
|
|
974
488
|
SortField["AWS_ACCOUNT_ID"] = "AWS_ACCOUNT_ID";
|
|
@@ -988,85 +502,197 @@ export var SortField;
|
|
|
988
502
|
SortField["VULNERABILITY_ID"] = "VULNERABILITY_ID";
|
|
989
503
|
SortField["VULNERABILITY_SOURCE"] = "VULNERABILITY_SOURCE";
|
|
990
504
|
})(SortField || (SortField = {}));
|
|
991
|
-
export var SortCriteria;
|
|
992
|
-
(function (SortCriteria) {
|
|
993
|
-
SortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
-
})(SortCriteria || (SortCriteria = {}));
|
|
995
|
-
export var ListFindingsRequest;
|
|
996
|
-
(function (ListFindingsRequest) {
|
|
997
|
-
ListFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
-
})(ListFindingsRequest || (ListFindingsRequest = {}));
|
|
999
|
-
export var ListFindingsResponse;
|
|
1000
|
-
(function (ListFindingsResponse) {
|
|
1001
|
-
ListFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
-
})(ListFindingsResponse || (ListFindingsResponse = {}));
|
|
1003
|
-
export var ListMembersRequest;
|
|
1004
|
-
(function (ListMembersRequest) {
|
|
1005
|
-
ListMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
|
-
})(ListMembersRequest || (ListMembersRequest = {}));
|
|
1007
|
-
export var ListMembersResponse;
|
|
1008
|
-
(function (ListMembersResponse) {
|
|
1009
|
-
ListMembersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
|
-
})(ListMembersResponse || (ListMembersResponse = {}));
|
|
1011
|
-
export var ListTagsForResourceRequest;
|
|
1012
|
-
(function (ListTagsForResourceRequest) {
|
|
1013
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1015
|
-
export var ListTagsForResourceResponse;
|
|
1016
|
-
(function (ListTagsForResourceResponse) {
|
|
1017
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1018
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1019
|
-
export var ListUsageTotalsRequest;
|
|
1020
|
-
(function (ListUsageTotalsRequest) {
|
|
1021
|
-
ListUsageTotalsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
|
-
})(ListUsageTotalsRequest || (ListUsageTotalsRequest = {}));
|
|
1023
505
|
export var UsageType;
|
|
1024
506
|
(function (UsageType) {
|
|
1025
507
|
UsageType["EC2_INSTANCE_HOURS"] = "EC2_INSTANCE_HOURS";
|
|
1026
508
|
UsageType["ECR_INITIAL_SCAN"] = "ECR_INITIAL_SCAN";
|
|
1027
509
|
UsageType["ECR_RESCAN"] = "ECR_RESCAN";
|
|
1028
510
|
})(UsageType || (UsageType = {}));
|
|
1029
|
-
export var
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
export var
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
export var
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
export var
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
export var
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
511
|
+
export var ResourceStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var AccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var AccountAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var SeverityCountsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var AccountAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var StateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var ResourceStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var AccountStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var StringFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var AmiAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var AwsEcrContainerAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var MapFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var Ec2InstanceAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var FindingTypeAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var ImageLayerAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var PackageAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var RepositoryAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var TitleAggregationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var AggregationRequestFilterSensitiveLog = function (obj) {
|
|
530
|
+
var _a;
|
|
531
|
+
if (obj.accountAggregation !== undefined)
|
|
532
|
+
return { accountAggregation: AccountAggregationFilterSensitiveLog(obj.accountAggregation) };
|
|
533
|
+
if (obj.amiAggregation !== undefined)
|
|
534
|
+
return { amiAggregation: AmiAggregationFilterSensitiveLog(obj.amiAggregation) };
|
|
535
|
+
if (obj.awsEcrContainerAggregation !== undefined)
|
|
536
|
+
return { awsEcrContainerAggregation: AwsEcrContainerAggregationFilterSensitiveLog(obj.awsEcrContainerAggregation) };
|
|
537
|
+
if (obj.ec2InstanceAggregation !== undefined)
|
|
538
|
+
return { ec2InstanceAggregation: Ec2InstanceAggregationFilterSensitiveLog(obj.ec2InstanceAggregation) };
|
|
539
|
+
if (obj.findingTypeAggregation !== undefined)
|
|
540
|
+
return { findingTypeAggregation: FindingTypeAggregationFilterSensitiveLog(obj.findingTypeAggregation) };
|
|
541
|
+
if (obj.imageLayerAggregation !== undefined)
|
|
542
|
+
return { imageLayerAggregation: ImageLayerAggregationFilterSensitiveLog(obj.imageLayerAggregation) };
|
|
543
|
+
if (obj.packageAggregation !== undefined)
|
|
544
|
+
return { packageAggregation: PackageAggregationFilterSensitiveLog(obj.packageAggregation) };
|
|
545
|
+
if (obj.repositoryAggregation !== undefined)
|
|
546
|
+
return { repositoryAggregation: RepositoryAggregationFilterSensitiveLog(obj.repositoryAggregation) };
|
|
547
|
+
if (obj.titleAggregation !== undefined)
|
|
548
|
+
return { titleAggregation: TitleAggregationFilterSensitiveLog(obj.titleAggregation) };
|
|
549
|
+
if (obj.$unknown !== undefined)
|
|
550
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
551
|
+
};
|
|
552
|
+
export var AmiAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var AwsEcrContainerAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var Ec2InstanceAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var FindingTypeAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var ImageLayerAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var PackageAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var RepositoryAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var TitleAggregationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var AggregationResponseFilterSensitiveLog = function (obj) {
|
|
561
|
+
var _a;
|
|
562
|
+
if (obj.accountAggregation !== undefined)
|
|
563
|
+
return { accountAggregation: AccountAggregationResponseFilterSensitiveLog(obj.accountAggregation) };
|
|
564
|
+
if (obj.amiAggregation !== undefined)
|
|
565
|
+
return { amiAggregation: AmiAggregationResponseFilterSensitiveLog(obj.amiAggregation) };
|
|
566
|
+
if (obj.awsEcrContainerAggregation !== undefined)
|
|
567
|
+
return {
|
|
568
|
+
awsEcrContainerAggregation: AwsEcrContainerAggregationResponseFilterSensitiveLog(obj.awsEcrContainerAggregation),
|
|
569
|
+
};
|
|
570
|
+
if (obj.ec2InstanceAggregation !== undefined)
|
|
571
|
+
return { ec2InstanceAggregation: Ec2InstanceAggregationResponseFilterSensitiveLog(obj.ec2InstanceAggregation) };
|
|
572
|
+
if (obj.findingTypeAggregation !== undefined)
|
|
573
|
+
return { findingTypeAggregation: FindingTypeAggregationResponseFilterSensitiveLog(obj.findingTypeAggregation) };
|
|
574
|
+
if (obj.imageLayerAggregation !== undefined)
|
|
575
|
+
return { imageLayerAggregation: ImageLayerAggregationResponseFilterSensitiveLog(obj.imageLayerAggregation) };
|
|
576
|
+
if (obj.packageAggregation !== undefined)
|
|
577
|
+
return { packageAggregation: PackageAggregationResponseFilterSensitiveLog(obj.packageAggregation) };
|
|
578
|
+
if (obj.repositoryAggregation !== undefined)
|
|
579
|
+
return { repositoryAggregation: RepositoryAggregationResponseFilterSensitiveLog(obj.repositoryAggregation) };
|
|
580
|
+
if (obj.titleAggregation !== undefined)
|
|
581
|
+
return { titleAggregation: TitleAggregationResponseFilterSensitiveLog(obj.titleAggregation) };
|
|
582
|
+
if (obj.$unknown !== undefined)
|
|
583
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
584
|
+
};
|
|
585
|
+
export var AssociateMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var AssociateMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var AutoEnableFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var AwsEc2InstanceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var AwsEcrContainerImageDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var BatchGetAccountStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var FailedAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var BatchGetAccountStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var BatchGetFreeTrialInfoRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var FreeTrialInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var FreeTrialAccountInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var FreeTrialInfoErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var BatchGetFreeTrialInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var CancelFindingsReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var CancelFindingsReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var CountsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var CoverageStringFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var CoverageMapFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var CoverageFilterCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var Ec2MetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var EcrContainerImageMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var EcrRepositoryMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var ResourceScanMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var ScanStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var CoveredResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var DateFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var NumberFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var PortRangeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var PackageFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var FilterCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var CreateFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var CreateFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var CreateFindingsReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var CreateFindingsReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var CvssScoreFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var CvssScoreAdjustmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var CvssScoreDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var DelegatedAdminFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var DelegatedAdminAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var DeleteFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var DeleteFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var DescribeOrganizationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var DescribeOrganizationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var DisableRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var DisableResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var DisableDelegatedAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var DisableDelegatedAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var DisassociateMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var DisassociateMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var EcrConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var EcrRescanDurationStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var EcrConfigurationStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var EnableRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var EnableResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var EnableDelegatedAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var EnableDelegatedAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var InspectorScoreDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var StepFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var NetworkPathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var PortRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var NetworkReachabilityDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var VulnerablePackageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var PackageVulnerabilityDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var RecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var RemediationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var ResourceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var ResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var FindingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var GetConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var GetConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var GetDelegatedAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var GetDelegatedAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var GetFindingsReportStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var GetFindingsReportStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var GetMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var MemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var GetMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var ListAccountPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var PermissionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var ListAccountPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var ListCoverageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var ListCoverageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var ListCoverageStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var ListCoverageStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var ListDelegatedAdminAccountsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var ListDelegatedAdminAccountsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var ListFiltersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var ListFiltersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var ListFindingAggregationsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.aggregationRequest && { aggregationRequest: AggregationRequestFilterSensitiveLog(obj.aggregationRequest) }))); };
|
|
677
|
+
export var ListFindingAggregationsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.responses && { responses: obj.responses.map(function (item) { return AggregationResponseFilterSensitiveLog(item); }) }))); };
|
|
678
|
+
export var SortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var ListFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var ListFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var ListMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var ListMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var ListUsageTotalsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var UsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var UsageTotalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var ListUsageTotalsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
+
export var UpdateConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
export var UpdateConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var UpdateFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var UpdateFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
export var UpdateOrganizationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var UpdateOrganizationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|