@aws-sdk/client-codeguruprofiler 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -2
- package/dist-cjs/commands/ConfigureAgentCommand.js +2 -2
- package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetProfileCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -2
- package/dist-cjs/commands/ListProfileTimesCommand.js +2 -2
- package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PostAgentProfileCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionCommand.js +2 -2
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
- package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -2
- package/dist-cjs/models/models_0.js +262 -392
- package/dist-es/commands/AddNotificationChannelsCommand.js +3 -3
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -3
- package/dist-es/commands/ConfigureAgentCommand.js +3 -3
- package/dist-es/commands/CreateProfilingGroupCommand.js +3 -3
- package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -3
- package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -3
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -3
- package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetProfileCommand.js +3 -3
- package/dist-es/commands/GetRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListFindingsReportsCommand.js +3 -3
- package/dist-es/commands/ListProfileTimesCommand.js +3 -3
- package/dist-es/commands/ListProfilingGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PostAgentProfileCommand.js +3 -3
- package/dist-es/commands/PutPermissionCommand.js +3 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +3 -3
- package/dist-es/commands/SubmitFeedbackCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -3
- package/dist-es/models/models_0.js +65 -260
- package/dist-types/models/models_0.d.ts +260 -390
- package/dist-types/ts3.4/models/models_0.d.ts +130 -260
- package/package.json +7 -7
|
@@ -8,22 +8,6 @@ export var EventPublisher;
|
|
|
8
8
|
(function (EventPublisher) {
|
|
9
9
|
EventPublisher["ANOMALY_DETECTION"] = "AnomalyDetection";
|
|
10
10
|
})(EventPublisher || (EventPublisher = {}));
|
|
11
|
-
export var Channel;
|
|
12
|
-
(function (Channel) {
|
|
13
|
-
Channel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(Channel || (Channel = {}));
|
|
15
|
-
export var AddNotificationChannelsRequest;
|
|
16
|
-
(function (AddNotificationChannelsRequest) {
|
|
17
|
-
AddNotificationChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(AddNotificationChannelsRequest || (AddNotificationChannelsRequest = {}));
|
|
19
|
-
export var NotificationConfiguration;
|
|
20
|
-
(function (NotificationConfiguration) {
|
|
21
|
-
NotificationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(NotificationConfiguration || (NotificationConfiguration = {}));
|
|
23
|
-
export var AddNotificationChannelsResponse;
|
|
24
|
-
(function (AddNotificationChannelsResponse) {
|
|
25
|
-
AddNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(AddNotificationChannelsResponse || (AddNotificationChannelsResponse = {}));
|
|
27
11
|
var ConflictException = (function (_super) {
|
|
28
12
|
__extends(ConflictException, _super);
|
|
29
13
|
function ConflictException(opts) {
|
|
@@ -107,89 +91,21 @@ export var AgentParameterField;
|
|
|
107
91
|
AgentParameterField["REPORTING_INTERVAL_IN_MILLISECONDS"] = "ReportingIntervalInMilliseconds";
|
|
108
92
|
AgentParameterField["SAMPLING_INTERVAL_IN_MILLISECONDS"] = "SamplingIntervalInMilliseconds";
|
|
109
93
|
})(AgentParameterField || (AgentParameterField = {}));
|
|
110
|
-
export var AgentConfiguration;
|
|
111
|
-
(function (AgentConfiguration) {
|
|
112
|
-
AgentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
-
})(AgentConfiguration || (AgentConfiguration = {}));
|
|
114
|
-
export var AgentOrchestrationConfig;
|
|
115
|
-
(function (AgentOrchestrationConfig) {
|
|
116
|
-
AgentOrchestrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
-
})(AgentOrchestrationConfig || (AgentOrchestrationConfig = {}));
|
|
118
94
|
export var AggregationPeriod;
|
|
119
95
|
(function (AggregationPeriod) {
|
|
120
96
|
AggregationPeriod["P1D"] = "P1D";
|
|
121
97
|
AggregationPeriod["PT1H"] = "PT1H";
|
|
122
98
|
AggregationPeriod["PT5M"] = "PT5M";
|
|
123
99
|
})(AggregationPeriod || (AggregationPeriod = {}));
|
|
124
|
-
export var AggregatedProfileTime;
|
|
125
|
-
(function (AggregatedProfileTime) {
|
|
126
|
-
AggregatedProfileTime.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(AggregatedProfileTime || (AggregatedProfileTime = {}));
|
|
128
100
|
export var FeedbackType;
|
|
129
101
|
(function (FeedbackType) {
|
|
130
102
|
FeedbackType["Negative"] = "Negative";
|
|
131
103
|
FeedbackType["Positive"] = "Positive";
|
|
132
104
|
})(FeedbackType || (FeedbackType = {}));
|
|
133
|
-
export var UserFeedback;
|
|
134
|
-
(function (UserFeedback) {
|
|
135
|
-
UserFeedback.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(UserFeedback || (UserFeedback = {}));
|
|
137
|
-
export var AnomalyInstance;
|
|
138
|
-
(function (AnomalyInstance) {
|
|
139
|
-
AnomalyInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(AnomalyInstance || (AnomalyInstance = {}));
|
|
141
105
|
export var MetricType;
|
|
142
106
|
(function (MetricType) {
|
|
143
107
|
MetricType["AggregatedRelativeTotalTime"] = "AggregatedRelativeTotalTime";
|
|
144
108
|
})(MetricType || (MetricType = {}));
|
|
145
|
-
export var Metric;
|
|
146
|
-
(function (Metric) {
|
|
147
|
-
Metric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(Metric || (Metric = {}));
|
|
149
|
-
export var Anomaly;
|
|
150
|
-
(function (Anomaly) {
|
|
151
|
-
Anomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(Anomaly || (Anomaly = {}));
|
|
153
|
-
export var FrameMetric;
|
|
154
|
-
(function (FrameMetric) {
|
|
155
|
-
FrameMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(FrameMetric || (FrameMetric = {}));
|
|
157
|
-
export var BatchGetFrameMetricDataRequest;
|
|
158
|
-
(function (BatchGetFrameMetricDataRequest) {
|
|
159
|
-
BatchGetFrameMetricDataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(BatchGetFrameMetricDataRequest || (BatchGetFrameMetricDataRequest = {}));
|
|
161
|
-
export var TimestampStructure;
|
|
162
|
-
(function (TimestampStructure) {
|
|
163
|
-
TimestampStructure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(TimestampStructure || (TimestampStructure = {}));
|
|
165
|
-
export var FrameMetricDatum;
|
|
166
|
-
(function (FrameMetricDatum) {
|
|
167
|
-
FrameMetricDatum.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
-
})(FrameMetricDatum || (FrameMetricDatum = {}));
|
|
169
|
-
export var BatchGetFrameMetricDataResponse;
|
|
170
|
-
(function (BatchGetFrameMetricDataResponse) {
|
|
171
|
-
BatchGetFrameMetricDataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(BatchGetFrameMetricDataResponse || (BatchGetFrameMetricDataResponse = {}));
|
|
173
|
-
export var GetFindingsReportAccountSummaryRequest;
|
|
174
|
-
(function (GetFindingsReportAccountSummaryRequest) {
|
|
175
|
-
GetFindingsReportAccountSummaryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(GetFindingsReportAccountSummaryRequest || (GetFindingsReportAccountSummaryRequest = {}));
|
|
177
|
-
export var FindingsReportSummary;
|
|
178
|
-
(function (FindingsReportSummary) {
|
|
179
|
-
FindingsReportSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(FindingsReportSummary || (FindingsReportSummary = {}));
|
|
181
|
-
export var GetFindingsReportAccountSummaryResponse;
|
|
182
|
-
(function (GetFindingsReportAccountSummaryResponse) {
|
|
183
|
-
GetFindingsReportAccountSummaryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(GetFindingsReportAccountSummaryResponse || (GetFindingsReportAccountSummaryResponse = {}));
|
|
185
|
-
export var ListTagsForResourceRequest;
|
|
186
|
-
(function (ListTagsForResourceRequest) {
|
|
187
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
189
|
-
export var ListTagsForResourceResponse;
|
|
190
|
-
(function (ListTagsForResourceResponse) {
|
|
191
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
193
109
|
export var MetadataField;
|
|
194
110
|
(function (MetadataField) {
|
|
195
111
|
MetadataField["AGENT_ID"] = "AgentId";
|
|
@@ -202,189 +118,78 @@ export var MetadataField;
|
|
|
202
118
|
MetadataField["LAMBDA_REMAINING_TIME_IN_MILLISECONDS"] = "LambdaRemainingTimeInMilliseconds";
|
|
203
119
|
MetadataField["LAMBDA_TIME_GAP_BETWEEN_INVOKES_IN_MILLISECONDS"] = "LambdaTimeGapBetweenInvokesInMilliseconds";
|
|
204
120
|
})(MetadataField || (MetadataField = {}));
|
|
205
|
-
export var ConfigureAgentRequest;
|
|
206
|
-
(function (ConfigureAgentRequest) {
|
|
207
|
-
ConfigureAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(ConfigureAgentRequest || (ConfigureAgentRequest = {}));
|
|
209
|
-
export var ConfigureAgentResponse;
|
|
210
|
-
(function (ConfigureAgentResponse) {
|
|
211
|
-
ConfigureAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(ConfigureAgentResponse || (ConfigureAgentResponse = {}));
|
|
213
121
|
export var ComputePlatform;
|
|
214
122
|
(function (ComputePlatform) {
|
|
215
123
|
ComputePlatform["AWSLAMBDA"] = "AWSLambda";
|
|
216
124
|
ComputePlatform["DEFAULT"] = "Default";
|
|
217
125
|
})(ComputePlatform || (ComputePlatform = {}));
|
|
218
|
-
export var CreateProfilingGroupRequest;
|
|
219
|
-
(function (CreateProfilingGroupRequest) {
|
|
220
|
-
CreateProfilingGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
-
})(CreateProfilingGroupRequest || (CreateProfilingGroupRequest = {}));
|
|
222
|
-
export var ProfilingStatus;
|
|
223
|
-
(function (ProfilingStatus) {
|
|
224
|
-
ProfilingStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
-
})(ProfilingStatus || (ProfilingStatus = {}));
|
|
226
|
-
export var ProfilingGroupDescription;
|
|
227
|
-
(function (ProfilingGroupDescription) {
|
|
228
|
-
ProfilingGroupDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
-
})(ProfilingGroupDescription || (ProfilingGroupDescription = {}));
|
|
230
|
-
export var CreateProfilingGroupResponse;
|
|
231
|
-
(function (CreateProfilingGroupResponse) {
|
|
232
|
-
CreateProfilingGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
-
})(CreateProfilingGroupResponse || (CreateProfilingGroupResponse = {}));
|
|
234
|
-
export var DeleteProfilingGroupRequest;
|
|
235
|
-
(function (DeleteProfilingGroupRequest) {
|
|
236
|
-
DeleteProfilingGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(DeleteProfilingGroupRequest || (DeleteProfilingGroupRequest = {}));
|
|
238
|
-
export var DeleteProfilingGroupResponse;
|
|
239
|
-
(function (DeleteProfilingGroupResponse) {
|
|
240
|
-
DeleteProfilingGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
-
})(DeleteProfilingGroupResponse || (DeleteProfilingGroupResponse = {}));
|
|
242
|
-
export var DescribeProfilingGroupRequest;
|
|
243
|
-
(function (DescribeProfilingGroupRequest) {
|
|
244
|
-
DescribeProfilingGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
-
})(DescribeProfilingGroupRequest || (DescribeProfilingGroupRequest = {}));
|
|
246
|
-
export var DescribeProfilingGroupResponse;
|
|
247
|
-
(function (DescribeProfilingGroupResponse) {
|
|
248
|
-
DescribeProfilingGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(DescribeProfilingGroupResponse || (DescribeProfilingGroupResponse = {}));
|
|
250
|
-
export var GetNotificationConfigurationRequest;
|
|
251
|
-
(function (GetNotificationConfigurationRequest) {
|
|
252
|
-
GetNotificationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(GetNotificationConfigurationRequest || (GetNotificationConfigurationRequest = {}));
|
|
254
|
-
export var GetNotificationConfigurationResponse;
|
|
255
|
-
(function (GetNotificationConfigurationResponse) {
|
|
256
|
-
GetNotificationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(GetNotificationConfigurationResponse || (GetNotificationConfigurationResponse = {}));
|
|
258
|
-
export var GetPolicyRequest;
|
|
259
|
-
(function (GetPolicyRequest) {
|
|
260
|
-
GetPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
-
})(GetPolicyRequest || (GetPolicyRequest = {}));
|
|
262
|
-
export var GetPolicyResponse;
|
|
263
|
-
(function (GetPolicyResponse) {
|
|
264
|
-
GetPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
-
})(GetPolicyResponse || (GetPolicyResponse = {}));
|
|
266
|
-
export var GetProfileRequest;
|
|
267
|
-
(function (GetProfileRequest) {
|
|
268
|
-
GetProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
-
})(GetProfileRequest || (GetProfileRequest = {}));
|
|
270
|
-
export var GetProfileResponse;
|
|
271
|
-
(function (GetProfileResponse) {
|
|
272
|
-
GetProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
-
})(GetProfileResponse || (GetProfileResponse = {}));
|
|
274
|
-
export var GetRecommendationsRequest;
|
|
275
|
-
(function (GetRecommendationsRequest) {
|
|
276
|
-
GetRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
-
})(GetRecommendationsRequest || (GetRecommendationsRequest = {}));
|
|
278
|
-
export var Pattern;
|
|
279
|
-
(function (Pattern) {
|
|
280
|
-
Pattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(Pattern || (Pattern = {}));
|
|
282
|
-
export var Match;
|
|
283
|
-
(function (Match) {
|
|
284
|
-
Match.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
-
})(Match || (Match = {}));
|
|
286
|
-
export var Recommendation;
|
|
287
|
-
(function (Recommendation) {
|
|
288
|
-
Recommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
-
})(Recommendation || (Recommendation = {}));
|
|
290
|
-
export var GetRecommendationsResponse;
|
|
291
|
-
(function (GetRecommendationsResponse) {
|
|
292
|
-
GetRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
-
})(GetRecommendationsResponse || (GetRecommendationsResponse = {}));
|
|
294
|
-
export var ListFindingsReportsRequest;
|
|
295
|
-
(function (ListFindingsReportsRequest) {
|
|
296
|
-
ListFindingsReportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(ListFindingsReportsRequest || (ListFindingsReportsRequest = {}));
|
|
298
|
-
export var ListFindingsReportsResponse;
|
|
299
|
-
(function (ListFindingsReportsResponse) {
|
|
300
|
-
ListFindingsReportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
-
})(ListFindingsReportsResponse || (ListFindingsReportsResponse = {}));
|
|
302
126
|
export var OrderBy;
|
|
303
127
|
(function (OrderBy) {
|
|
304
128
|
OrderBy["TIMESTAMP_ASCENDING"] = "TimestampAscending";
|
|
305
129
|
OrderBy["TIMESTAMP_DESCENDING"] = "TimestampDescending";
|
|
306
130
|
})(OrderBy || (OrderBy = {}));
|
|
307
|
-
export var
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
export var
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
export var
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
export var
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
export var
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
export var
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
export var
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
export var
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
export var
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
export var
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
export var
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
export var
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
export var
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
export var
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
export var
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
export var
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
export var
|
|
372
|
-
(function (UpdateProfilingGroupResponse) {
|
|
373
|
-
UpdateProfilingGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(UpdateProfilingGroupResponse || (UpdateProfilingGroupResponse = {}));
|
|
375
|
-
export var TagResourceRequest;
|
|
376
|
-
(function (TagResourceRequest) {
|
|
377
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
379
|
-
export var TagResourceResponse;
|
|
380
|
-
(function (TagResourceResponse) {
|
|
381
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
383
|
-
export var UntagResourceRequest;
|
|
384
|
-
(function (UntagResourceRequest) {
|
|
385
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
387
|
-
export var UntagResourceResponse;
|
|
388
|
-
(function (UntagResourceResponse) {
|
|
389
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
131
|
+
export var ChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var AddNotificationChannelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var NotificationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var AddNotificationChannelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var AgentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var AgentOrchestrationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var AggregatedProfileTimeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var UserFeedbackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var AnomalyInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var MetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var AnomalyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var FrameMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var BatchGetFrameMetricDataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var TimestampStructureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var FrameMetricDatumFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var BatchGetFrameMetricDataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var GetFindingsReportAccountSummaryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var FindingsReportSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var GetFindingsReportAccountSummaryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var ConfigureAgentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var ConfigureAgentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var CreateProfilingGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var ProfilingStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var ProfilingGroupDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var CreateProfilingGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var DeleteProfilingGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var DeleteProfilingGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var DescribeProfilingGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var DescribeProfilingGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var GetNotificationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var GetNotificationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var GetPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var GetPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var GetProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var GetProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var GetRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var PatternFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var MatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var RecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var GetRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var ListFindingsReportsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var ListFindingsReportsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var ListProfileTimesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var ProfileTimeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var ListProfileTimesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var ListProfilingGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var ListProfilingGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var PostAgentProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var PostAgentProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var PutPermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var PutPermissionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var RemoveNotificationChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var RemoveNotificationChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var RemovePermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var RemovePermissionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var SubmitFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var SubmitFeedbackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var UpdateProfilingGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var UpdateProfilingGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|