@aws-sdk/client-codeguruprofiler 3.957.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -28
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +364 -470
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +367 -471
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -212,589 +212,485 @@ const n0 = "com.amazonaws.codeguruprofiler";
|
|
|
212
212
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
213
213
|
import { CodeGuruProfilerServiceException } from "../models/CodeGuruProfilerServiceException";
|
|
214
214
|
import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
215
|
-
export var AddNotificationChannelsRequest$ = [
|
|
216
|
-
3,
|
|
217
|
-
n0,
|
|
218
|
-
_ANCR,
|
|
215
|
+
export var AddNotificationChannelsRequest$ = [3, n0, _ANCR,
|
|
219
216
|
0,
|
|
220
217
|
[_pGN, _c],
|
|
221
|
-
[[0, 1], () => Channels]
|
|
218
|
+
[[0, 1], () => Channels]
|
|
222
219
|
];
|
|
223
|
-
export var AddNotificationChannelsResponse$ = [
|
|
224
|
-
3,
|
|
225
|
-
n0,
|
|
226
|
-
_ANCRd,
|
|
220
|
+
export var AddNotificationChannelsResponse$ = [3, n0, _ANCRd,
|
|
227
221
|
0,
|
|
228
222
|
[_nC],
|
|
229
|
-
[() => NotificationConfiguration$]
|
|
223
|
+
[() => NotificationConfiguration$]
|
|
230
224
|
];
|
|
231
|
-
export var AgentConfiguration$ = [3, n0, _AC,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
225
|
+
export var AgentConfiguration$ = [3, n0, _AC,
|
|
226
|
+
0,
|
|
227
|
+
[_sP, _pIS, _aP],
|
|
228
|
+
[2, 1, 128 | 0]
|
|
229
|
+
];
|
|
230
|
+
export var AgentOrchestrationConfig$ = [3, n0, _AOC,
|
|
231
|
+
0,
|
|
232
|
+
[_pE],
|
|
233
|
+
[2]
|
|
234
|
+
];
|
|
235
|
+
export var AggregatedProfileTime$ = [3, n0, _APT,
|
|
236
|
+
0,
|
|
237
|
+
[_s, _p],
|
|
238
|
+
[5, 0]
|
|
239
|
+
];
|
|
240
|
+
export var Anomaly$ = [3, n0, _A,
|
|
241
|
+
0,
|
|
242
|
+
[_m, _r, _i],
|
|
243
|
+
[() => Metric$, 0, () => AnomalyInstances]
|
|
244
|
+
];
|
|
245
|
+
export var AnomalyInstance$ = [3, n0, _AI,
|
|
239
246
|
0,
|
|
240
247
|
[_id, _sT, _eT, _uF],
|
|
241
|
-
[0, 5, 5, () => UserFeedback$]
|
|
248
|
+
[0, 5, 5, () => UserFeedback$]
|
|
242
249
|
];
|
|
243
|
-
export var BatchGetFrameMetricDataRequest$ = [
|
|
244
|
-
3,
|
|
245
|
-
n0,
|
|
246
|
-
_BGFMDR,
|
|
250
|
+
export var BatchGetFrameMetricDataRequest$ = [3, n0, _BGFMDR,
|
|
247
251
|
0,
|
|
248
252
|
[_pGN, _sT, _eT, _p, _tR, _fM],
|
|
249
|
-
[[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _p }], [0, { [_hQ]: _tR }], () => FrameMetrics]
|
|
253
|
+
[[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _p }], [0, { [_hQ]: _tR }], () => FrameMetrics]
|
|
250
254
|
];
|
|
251
|
-
export var BatchGetFrameMetricDataResponse$ = [
|
|
252
|
-
3,
|
|
253
|
-
n0,
|
|
254
|
-
_BGFMDRa,
|
|
255
|
+
export var BatchGetFrameMetricDataResponse$ = [3, n0, _BGFMDRa,
|
|
255
256
|
0,
|
|
256
257
|
[_sT, _eT, _re, _eTn, _uET, _fMD],
|
|
257
|
-
[5, 5, 0, () => ListOfTimestamps, () => UnprocessedEndTimeMap, () => FrameMetricData]
|
|
258
|
+
[5, 5, 0, () => ListOfTimestamps, () => UnprocessedEndTimeMap, () => FrameMetricData]
|
|
259
|
+
];
|
|
260
|
+
export var Channel$ = [3, n0, _C,
|
|
261
|
+
0,
|
|
262
|
+
[_id, _u, _eP],
|
|
263
|
+
[0, 0, 64 | 0]
|
|
264
|
+
];
|
|
265
|
+
export var ConfigureAgentRequest$ = [3, n0, _CAR,
|
|
266
|
+
0,
|
|
267
|
+
[_pGN, _fII, _me],
|
|
268
|
+
[[0, 1], 0, 128 | 0]
|
|
269
|
+
];
|
|
270
|
+
export var ConfigureAgentResponse$ = [3, n0, _CARo,
|
|
271
|
+
0,
|
|
272
|
+
[_co],
|
|
273
|
+
[[() => AgentConfiguration$, 16]]
|
|
274
|
+
];
|
|
275
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
276
|
+
{ [_e]: _cl, [_hE]: 409 },
|
|
277
|
+
[_mes],
|
|
278
|
+
[0]
|
|
258
279
|
];
|
|
259
|
-
export var Channel$ = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
|
|
260
|
-
export var ConfigureAgentRequest$ = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
|
|
261
|
-
export var ConfigureAgentResponse$ = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration$, 16]]];
|
|
262
|
-
export var ConflictException$ = [-3, n0, _CE, { [_e]: _cl, [_hE]: 409 }, [_mes], [0]];
|
|
263
280
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
264
|
-
export var CreateProfilingGroupRequest$ = [
|
|
265
|
-
3,
|
|
266
|
-
n0,
|
|
267
|
-
_CPGR,
|
|
281
|
+
export var CreateProfilingGroupRequest$ = [3, n0, _CPGR,
|
|
268
282
|
0,
|
|
269
283
|
[_pGN, _cP, _cT, _aOC, _t],
|
|
270
|
-
[0, 0, [0, { [_hQ]: _cT, [_iT]: 1 }], () => AgentOrchestrationConfig$, 128 | 0]
|
|
284
|
+
[0, 0, [0, { [_hQ]: _cT, [_iT]: 1 }], () => AgentOrchestrationConfig$, 128 | 0]
|
|
271
285
|
];
|
|
272
|
-
export var CreateProfilingGroupResponse$ = [
|
|
273
|
-
3,
|
|
274
|
-
n0,
|
|
275
|
-
_CPGRr,
|
|
286
|
+
export var CreateProfilingGroupResponse$ = [3, n0, _CPGRr,
|
|
276
287
|
0,
|
|
277
288
|
[_pG],
|
|
278
|
-
[[() => ProfilingGroupDescription$, 16]]
|
|
289
|
+
[[() => ProfilingGroupDescription$, 16]]
|
|
279
290
|
];
|
|
280
|
-
export var DeleteProfilingGroupRequest$ = [3, n0, _DPGR,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
291
|
+
export var DeleteProfilingGroupRequest$ = [3, n0, _DPGR,
|
|
292
|
+
0,
|
|
293
|
+
[_pGN],
|
|
294
|
+
[[0, 1]]
|
|
295
|
+
];
|
|
296
|
+
export var DeleteProfilingGroupResponse$ = [3, n0, _DPGRe,
|
|
297
|
+
0,
|
|
298
|
+
[],
|
|
299
|
+
[]
|
|
300
|
+
];
|
|
301
|
+
export var DescribeProfilingGroupRequest$ = [3, n0, _DPGRes,
|
|
302
|
+
0,
|
|
303
|
+
[_pGN],
|
|
304
|
+
[[0, 1]]
|
|
305
|
+
];
|
|
306
|
+
export var DescribeProfilingGroupResponse$ = [3, n0, _DPGResc,
|
|
287
307
|
0,
|
|
288
308
|
[_pG],
|
|
289
|
-
[[() => ProfilingGroupDescription$, 16]]
|
|
309
|
+
[[() => ProfilingGroupDescription$, 16]]
|
|
290
310
|
];
|
|
291
|
-
export var FindingsReportSummary$ = [
|
|
292
|
-
3,
|
|
293
|
-
n0,
|
|
294
|
-
_FRS,
|
|
311
|
+
export var FindingsReportSummary$ = [3, n0, _FRS,
|
|
295
312
|
0,
|
|
296
313
|
[_id, _pGN, _pST, _pET, _tNOF],
|
|
297
|
-
[0, 0, 5, 5, 1]
|
|
314
|
+
[0, 0, 5, 5, 1]
|
|
298
315
|
];
|
|
299
|
-
export var FrameMetric$ = [3, n0, _FM,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
316
|
+
export var FrameMetric$ = [3, n0, _FM,
|
|
317
|
+
0,
|
|
318
|
+
[_fN, _ty, _tS],
|
|
319
|
+
[0, 0, 64 | 0]
|
|
320
|
+
];
|
|
321
|
+
export var FrameMetricDatum$ = [3, n0, _FMD,
|
|
322
|
+
0,
|
|
323
|
+
[_fMr, _v],
|
|
324
|
+
[() => FrameMetric$, 64 | 1]
|
|
325
|
+
];
|
|
326
|
+
export var GetFindingsReportAccountSummaryRequest$ = [3, n0, _GFRASR,
|
|
305
327
|
0,
|
|
306
328
|
[_nT, _mR, _dRO],
|
|
307
|
-
[
|
|
308
|
-
[0, { [_hQ]: _nT }],
|
|
309
|
-
[1, { [_hQ]: _mR }],
|
|
310
|
-
[2, { [_hQ]: _dRO }],
|
|
311
|
-
],
|
|
329
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [2, { [_hQ]: _dRO }]]
|
|
312
330
|
];
|
|
313
|
-
export var GetFindingsReportAccountSummaryResponse$ = [
|
|
314
|
-
3,
|
|
315
|
-
n0,
|
|
316
|
-
_GFRASRe,
|
|
331
|
+
export var GetFindingsReportAccountSummaryResponse$ = [3, n0, _GFRASRe,
|
|
317
332
|
0,
|
|
318
333
|
[_rS, _nT],
|
|
319
|
-
[() => FindingsReportSummaries, 0]
|
|
334
|
+
[() => FindingsReportSummaries, 0]
|
|
320
335
|
];
|
|
321
|
-
export var GetNotificationConfigurationRequest$ = [3, n0, _GNCR,
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
336
|
+
export var GetNotificationConfigurationRequest$ = [3, n0, _GNCR,
|
|
337
|
+
0,
|
|
338
|
+
[_pGN],
|
|
339
|
+
[[0, 1]]
|
|
340
|
+
];
|
|
341
|
+
export var GetNotificationConfigurationResponse$ = [3, n0, _GNCRe,
|
|
326
342
|
0,
|
|
327
343
|
[_nC],
|
|
328
|
-
[() => NotificationConfiguration$]
|
|
344
|
+
[() => NotificationConfiguration$]
|
|
345
|
+
];
|
|
346
|
+
export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
347
|
+
0,
|
|
348
|
+
[_pGN],
|
|
349
|
+
[[0, 1]]
|
|
329
350
|
];
|
|
330
|
-
export var
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
351
|
+
export var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
352
|
+
0,
|
|
353
|
+
[_po, _rI],
|
|
354
|
+
[0, 0]
|
|
355
|
+
];
|
|
356
|
+
export var GetProfileRequest$ = [3, n0, _GPRet,
|
|
336
357
|
0,
|
|
337
358
|
[_pGN, _sT, _p, _eT, _mD, _a],
|
|
338
|
-
[
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
[0, { [_hQ]: _p }],
|
|
342
|
-
[5, { [_hQ]: _eT }],
|
|
343
|
-
[1, { [_hQ]: _mD }],
|
|
344
|
-
[0, { [_hH]: _Ac }],
|
|
345
|
-
],
|
|
346
|
-
];
|
|
347
|
-
export var GetProfileResponse$ = [
|
|
348
|
-
3,
|
|
349
|
-
n0,
|
|
350
|
-
_GPRetr,
|
|
359
|
+
[[0, 1], [5, { [_hQ]: _sT }], [0, { [_hQ]: _p }], [5, { [_hQ]: _eT }], [1, { [_hQ]: _mD }], [0, { [_hH]: _Ac }]]
|
|
360
|
+
];
|
|
361
|
+
export var GetProfileResponse$ = [3, n0, _GPRetr,
|
|
351
362
|
0,
|
|
352
363
|
[_pr, _cTo, _cE],
|
|
353
|
-
[
|
|
354
|
-
[21, 16],
|
|
355
|
-
[0, { [_hH]: _CT }],
|
|
356
|
-
[0, { [_hH]: _CE_ }],
|
|
357
|
-
],
|
|
364
|
+
[[21, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _CE_ }]]
|
|
358
365
|
];
|
|
359
|
-
export var GetRecommendationsRequest$ = [
|
|
360
|
-
3,
|
|
361
|
-
n0,
|
|
362
|
-
_GRR,
|
|
366
|
+
export var GetRecommendationsRequest$ = [3, n0, _GRR,
|
|
363
367
|
0,
|
|
364
368
|
[_pGN, _sT, _eT, _l],
|
|
365
|
-
[
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
[5, { [_hQ]: _eT }],
|
|
369
|
-
[0, { [_hQ]: _l }],
|
|
370
|
-
],
|
|
371
|
-
];
|
|
372
|
-
export var GetRecommendationsResponse$ = [
|
|
373
|
-
3,
|
|
374
|
-
n0,
|
|
375
|
-
_GRRe,
|
|
369
|
+
[[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _l }]]
|
|
370
|
+
];
|
|
371
|
+
export var GetRecommendationsResponse$ = [3, n0, _GRRe,
|
|
376
372
|
0,
|
|
377
373
|
[_pGN, _pST, _pET, _rec, _an],
|
|
378
|
-
[0, 5, 5, () => Recommendations, () => Anomalies]
|
|
374
|
+
[0, 5, 5, () => Recommendations, () => Anomalies]
|
|
375
|
+
];
|
|
376
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
377
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
378
|
+
[_mes],
|
|
379
|
+
[0]
|
|
379
380
|
];
|
|
380
|
-
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_mes], [0]];
|
|
381
381
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
382
|
-
export var ListFindingsReportsRequest$ = [
|
|
383
|
-
3,
|
|
384
|
-
n0,
|
|
385
|
-
_LFRR,
|
|
382
|
+
export var ListFindingsReportsRequest$ = [3, n0, _LFRR,
|
|
386
383
|
0,
|
|
387
384
|
[_pGN, _sT, _eT, _nT, _mR, _dRO],
|
|
388
|
-
[
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
[5, { [_hQ]: _eT }],
|
|
392
|
-
[0, { [_hQ]: _nT }],
|
|
393
|
-
[1, { [_hQ]: _mR }],
|
|
394
|
-
[2, { [_hQ]: _dRO }],
|
|
395
|
-
],
|
|
396
|
-
];
|
|
397
|
-
export var ListFindingsReportsResponse$ = [
|
|
398
|
-
3,
|
|
399
|
-
n0,
|
|
400
|
-
_LFRRi,
|
|
385
|
+
[[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [2, { [_hQ]: _dRO }]]
|
|
386
|
+
];
|
|
387
|
+
export var ListFindingsReportsResponse$ = [3, n0, _LFRRi,
|
|
401
388
|
0,
|
|
402
389
|
[_fRS, _nT],
|
|
403
|
-
[() => FindingsReportSummaries, 0]
|
|
390
|
+
[() => FindingsReportSummaries, 0]
|
|
404
391
|
];
|
|
405
|
-
export var ListProfileTimesRequest$ = [
|
|
406
|
-
3,
|
|
407
|
-
n0,
|
|
408
|
-
_LPTR,
|
|
392
|
+
export var ListProfileTimesRequest$ = [3, n0, _LPTR,
|
|
409
393
|
0,
|
|
410
394
|
[_pGN, _sT, _eT, _p, _oB, _mR, _nT],
|
|
411
|
-
[
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
],
|
|
420
|
-
];
|
|
421
|
-
export var ListProfileTimesResponse$ = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
|
|
422
|
-
export var ListProfilingGroupsRequest$ = [
|
|
423
|
-
3,
|
|
424
|
-
n0,
|
|
425
|
-
_LPGR,
|
|
395
|
+
[[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _p }], [0, { [_hQ]: _oB }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
396
|
+
];
|
|
397
|
+
export var ListProfileTimesResponse$ = [3, n0, _LPTRi,
|
|
398
|
+
0,
|
|
399
|
+
[_pT, _nT],
|
|
400
|
+
[() => ProfileTimes, 0]
|
|
401
|
+
];
|
|
402
|
+
export var ListProfilingGroupsRequest$ = [3, n0, _LPGR,
|
|
426
403
|
0,
|
|
427
404
|
[_nT, _mR, _iD],
|
|
428
|
-
[
|
|
429
|
-
[0, { [_hQ]: _nT }],
|
|
430
|
-
[1, { [_hQ]: _mR }],
|
|
431
|
-
[2, { [_hQ]: _iD }],
|
|
432
|
-
],
|
|
405
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [2, { [_hQ]: _iD }]]
|
|
433
406
|
];
|
|
434
|
-
export var ListProfilingGroupsResponse$ = [
|
|
435
|
-
3,
|
|
436
|
-
n0,
|
|
437
|
-
_LPGRi,
|
|
407
|
+
export var ListProfilingGroupsResponse$ = [3, n0, _LPGRi,
|
|
438
408
|
0,
|
|
439
409
|
[_pGNr, _pGr, _nT],
|
|
440
|
-
[64 | 0, () => ProfilingGroupDescriptions, 0]
|
|
441
|
-
];
|
|
442
|
-
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
export var
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
410
|
+
[64 | 0, () => ProfilingGroupDescriptions, 0]
|
|
411
|
+
];
|
|
412
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
413
|
+
0,
|
|
414
|
+
[_rA],
|
|
415
|
+
[[0, 1]]
|
|
416
|
+
];
|
|
417
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
418
|
+
0,
|
|
419
|
+
[_t],
|
|
420
|
+
[128 | 0]
|
|
421
|
+
];
|
|
422
|
+
export var Match$ = [3, n0, _M,
|
|
423
|
+
0,
|
|
424
|
+
[_tFI, _fA, _tBV],
|
|
425
|
+
[1, 0, 1]
|
|
426
|
+
];
|
|
427
|
+
export var Metric$ = [3, n0, _Me,
|
|
428
|
+
0,
|
|
429
|
+
[_fN, _ty, _tS],
|
|
430
|
+
[0, 0, 64 | 0]
|
|
431
|
+
];
|
|
432
|
+
export var NotificationConfiguration$ = [3, n0, _NC,
|
|
433
|
+
0,
|
|
434
|
+
[_c],
|
|
435
|
+
[() => Channels]
|
|
436
|
+
];
|
|
437
|
+
export var Pattern$ = [3, n0, _P,
|
|
451
438
|
0,
|
|
452
439
|
[_id, _n, _d, _rSe, _tF, _tP, _cTA],
|
|
453
|
-
[0, 0, 0, 0, [1, n0, _TF, 0, 64 | 0], 1, 64 | 0]
|
|
440
|
+
[0, 0, 0, 0, [1, n0, _TF, 0, 64 | 0], 1, 64 | 0]
|
|
454
441
|
];
|
|
455
|
-
export var PostAgentProfileRequest$ = [
|
|
456
|
-
3,
|
|
457
|
-
n0,
|
|
458
|
-
_PAPR,
|
|
442
|
+
export var PostAgentProfileRequest$ = [3, n0, _PAPR,
|
|
459
443
|
0,
|
|
460
444
|
[_pGN, _aPg, _pTr, _cTo],
|
|
461
|
-
[
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
]
|
|
467
|
-
];
|
|
468
|
-
export var
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
445
|
+
[[0, 1], [21, 16], [0, { [_hQ]: _pTr, [_iT]: 1 }], [0, { [_hH]: _CT }]]
|
|
446
|
+
];
|
|
447
|
+
export var PostAgentProfileResponse$ = [3, n0, _PAPRo,
|
|
448
|
+
0,
|
|
449
|
+
[],
|
|
450
|
+
[]
|
|
451
|
+
];
|
|
452
|
+
export var ProfileTime$ = [3, n0, _PT,
|
|
453
|
+
0,
|
|
454
|
+
[_s],
|
|
455
|
+
[5]
|
|
456
|
+
];
|
|
457
|
+
export var ProfilingGroupDescription$ = [3, n0, _PGD,
|
|
474
458
|
0,
|
|
475
459
|
[_n, _aOC, _ar, _cA, _uA, _pS, _cP, _t],
|
|
476
|
-
[0, () => AgentOrchestrationConfig$, 0, 5, 5, () => ProfilingStatus$, 0, 128 | 0]
|
|
460
|
+
[0, () => AgentOrchestrationConfig$, 0, 5, 5, () => ProfilingStatus$, 0, 128 | 0]
|
|
477
461
|
];
|
|
478
|
-
export var ProfilingStatus$ = [
|
|
479
|
-
3,
|
|
480
|
-
n0,
|
|
481
|
-
_PS,
|
|
462
|
+
export var ProfilingStatus$ = [3, n0, _PS,
|
|
482
463
|
0,
|
|
483
464
|
[_lAPRA, _lAP, _lAOA],
|
|
484
|
-
[5, () => AggregatedProfileTime$, 5]
|
|
465
|
+
[5, () => AggregatedProfileTime$, 5]
|
|
485
466
|
];
|
|
486
|
-
export var PutPermissionRequest$ = [
|
|
487
|
-
3,
|
|
488
|
-
n0,
|
|
489
|
-
_PPR,
|
|
467
|
+
export var PutPermissionRequest$ = [3, n0, _PPR,
|
|
490
468
|
0,
|
|
491
469
|
[_pGN, _aG, _pri, _rI],
|
|
492
|
-
[[0, 1], [0, 1], 64 | 0, 0]
|
|
470
|
+
[[0, 1], [0, 1], 64 | 0, 0]
|
|
493
471
|
];
|
|
494
|
-
export var PutPermissionResponse$ = [3, n0, _PPRu,
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
472
|
+
export var PutPermissionResponse$ = [3, n0, _PPRu,
|
|
473
|
+
0,
|
|
474
|
+
[_po, _rI],
|
|
475
|
+
[0, 0]
|
|
476
|
+
];
|
|
477
|
+
export var Recommendation$ = [3, n0, _R,
|
|
499
478
|
0,
|
|
500
479
|
[_aMC, _aMS, _pa, _tM, _sT, _eT],
|
|
501
|
-
[1, 1, () => Pattern$, () => Matches, 5, 5]
|
|
480
|
+
[1, 1, () => Pattern$, () => Matches, 5, 5]
|
|
502
481
|
];
|
|
503
|
-
export var RemoveNotificationChannelRequest$ = [
|
|
504
|
-
3,
|
|
505
|
-
n0,
|
|
506
|
-
_RNCR,
|
|
482
|
+
export var RemoveNotificationChannelRequest$ = [3, n0, _RNCR,
|
|
507
483
|
0,
|
|
508
484
|
[_pGN, _cI],
|
|
509
|
-
[
|
|
510
|
-
[0, 1],
|
|
511
|
-
[0, 1],
|
|
512
|
-
],
|
|
485
|
+
[[0, 1], [0, 1]]
|
|
513
486
|
];
|
|
514
|
-
export var RemoveNotificationChannelResponse$ = [
|
|
515
|
-
3,
|
|
516
|
-
n0,
|
|
517
|
-
_RNCRe,
|
|
487
|
+
export var RemoveNotificationChannelResponse$ = [3, n0, _RNCRe,
|
|
518
488
|
0,
|
|
519
489
|
[_nC],
|
|
520
|
-
[() => NotificationConfiguration$]
|
|
490
|
+
[() => NotificationConfiguration$]
|
|
521
491
|
];
|
|
522
|
-
export var RemovePermissionRequest$ = [
|
|
523
|
-
3,
|
|
524
|
-
n0,
|
|
525
|
-
_RPR,
|
|
492
|
+
export var RemovePermissionRequest$ = [3, n0, _RPR,
|
|
526
493
|
0,
|
|
527
494
|
[_pGN, _aG, _rI],
|
|
528
|
-
[
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
],
|
|
533
|
-
]
|
|
534
|
-
|
|
535
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
495
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _rI }]]
|
|
496
|
+
];
|
|
497
|
+
export var RemovePermissionResponse$ = [3, n0, _RPRe,
|
|
498
|
+
0,
|
|
499
|
+
[_po, _rI],
|
|
500
|
+
[0, 0]
|
|
501
|
+
];
|
|
502
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
503
|
+
{ [_e]: _cl, [_hE]: 404 },
|
|
504
|
+
[_mes],
|
|
505
|
+
[0]
|
|
506
|
+
];
|
|
536
507
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
537
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
508
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
509
|
+
{ [_e]: _cl, [_hE]: 402 },
|
|
510
|
+
[_mes],
|
|
511
|
+
[0]
|
|
512
|
+
];
|
|
538
513
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
539
|
-
export var SubmitFeedbackRequest$ = [
|
|
540
|
-
3,
|
|
541
|
-
n0,
|
|
542
|
-
_SFR,
|
|
514
|
+
export var SubmitFeedbackRequest$ = [3, n0, _SFR,
|
|
543
515
|
0,
|
|
544
516
|
[_pGN, _aII, _ty, _com],
|
|
545
|
-
[[0, 1], [0, 1], 0, 0]
|
|
517
|
+
[[0, 1], [0, 1], 0, 0]
|
|
518
|
+
];
|
|
519
|
+
export var SubmitFeedbackResponse$ = [3, n0, _SFRu,
|
|
520
|
+
0,
|
|
521
|
+
[],
|
|
522
|
+
[]
|
|
523
|
+
];
|
|
524
|
+
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
525
|
+
0,
|
|
526
|
+
[_rA, _t],
|
|
527
|
+
[[0, 1], 128 | 0]
|
|
528
|
+
];
|
|
529
|
+
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
530
|
+
0,
|
|
531
|
+
[],
|
|
532
|
+
[]
|
|
533
|
+
];
|
|
534
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
535
|
+
{ [_e]: _cl, [_hE]: 429 },
|
|
536
|
+
[_mes],
|
|
537
|
+
[0]
|
|
546
538
|
];
|
|
547
|
-
export var SubmitFeedbackResponse$ = [3, n0, _SFRu, 0, [], []];
|
|
548
|
-
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
549
|
-
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
550
|
-
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _cl, [_hE]: 429 }, [_mes], [0]];
|
|
551
539
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
552
|
-
export var TimestampStructure$ = [3, n0, _TS,
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
540
|
+
export var TimestampStructure$ = [3, n0, _TS,
|
|
541
|
+
0,
|
|
542
|
+
[_va],
|
|
543
|
+
[5]
|
|
544
|
+
];
|
|
545
|
+
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
557
546
|
0,
|
|
558
547
|
[_rA, _tK],
|
|
559
|
-
[
|
|
560
|
-
[0, 1],
|
|
561
|
-
[64 | 0, { [_hQ]: _tK }],
|
|
562
|
-
],
|
|
548
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
563
549
|
];
|
|
564
|
-
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
550
|
+
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
551
|
+
0,
|
|
552
|
+
[],
|
|
553
|
+
[]
|
|
554
|
+
];
|
|
555
|
+
export var UpdateProfilingGroupRequest$ = [3, n0, _UPGR,
|
|
569
556
|
0,
|
|
570
557
|
[_pGN, _aOC],
|
|
571
|
-
[[0, 1], () => AgentOrchestrationConfig$]
|
|
558
|
+
[[0, 1], () => AgentOrchestrationConfig$]
|
|
572
559
|
];
|
|
573
|
-
export var UpdateProfilingGroupResponse$ = [
|
|
574
|
-
3,
|
|
575
|
-
n0,
|
|
576
|
-
_UPGRp,
|
|
560
|
+
export var UpdateProfilingGroupResponse$ = [3, n0, _UPGRp,
|
|
577
561
|
0,
|
|
578
562
|
[_pG],
|
|
579
|
-
[[() => ProfilingGroupDescription$, 16]]
|
|
563
|
+
[[() => ProfilingGroupDescription$, 16]]
|
|
580
564
|
];
|
|
581
|
-
export var UserFeedback$ = [3, n0, _UF,
|
|
582
|
-
export var ValidationException$ = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_mes], [0]];
|
|
583
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
584
|
-
export var CodeGuruProfilerServiceException$ = [
|
|
585
|
-
-3,
|
|
586
|
-
_sm,
|
|
587
|
-
"CodeGuruProfilerServiceException",
|
|
565
|
+
export var UserFeedback$ = [3, n0, _UF,
|
|
588
566
|
0,
|
|
589
|
-
[],
|
|
590
|
-
[]
|
|
567
|
+
[_ty],
|
|
568
|
+
[0]
|
|
569
|
+
];
|
|
570
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
571
|
+
{ [_e]: _cl, [_hE]: 400 },
|
|
572
|
+
[_mes],
|
|
573
|
+
[0]
|
|
591
574
|
];
|
|
575
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
576
|
+
export var CodeGuruProfilerServiceException$ = [-3, _sm, "CodeGuruProfilerServiceException", 0, [], []];
|
|
592
577
|
TypeRegistry.for(_sm).registerError(CodeGuruProfilerServiceException$, CodeGuruProfilerServiceException);
|
|
593
|
-
var Anomalies = [1, n0, _An,
|
|
594
|
-
|
|
595
|
-
|
|
578
|
+
var Anomalies = [1, n0, _An,
|
|
579
|
+
0, () => Anomaly$
|
|
580
|
+
];
|
|
581
|
+
var AnomalyInstances = [1, n0, _AIn,
|
|
582
|
+
0, () => AnomalyInstance$
|
|
583
|
+
];
|
|
584
|
+
var Channels = [1, n0, _Ch,
|
|
585
|
+
0, () => Channel$
|
|
586
|
+
];
|
|
596
587
|
var EventPublishers = 64 | 0;
|
|
597
|
-
var FindingsReportSummaries = [1, n0, _FRSi,
|
|
598
|
-
|
|
599
|
-
|
|
588
|
+
var FindingsReportSummaries = [1, n0, _FRSi,
|
|
589
|
+
0, () => FindingsReportSummary$
|
|
590
|
+
];
|
|
591
|
+
var FrameMetricData = [1, n0, _FMDr,
|
|
592
|
+
0, () => FrameMetricDatum$
|
|
593
|
+
];
|
|
594
|
+
var FrameMetrics = [1, n0, _FMr,
|
|
595
|
+
0, () => FrameMetric$
|
|
596
|
+
];
|
|
600
597
|
var FrameMetricValues = 64 | 1;
|
|
601
|
-
var ListOfTimestamps = [1, n0, _LOT,
|
|
602
|
-
|
|
598
|
+
var ListOfTimestamps = [1, n0, _LOT,
|
|
599
|
+
0, () => TimestampStructure$
|
|
600
|
+
];
|
|
601
|
+
var Matches = [1, n0, _Ma,
|
|
602
|
+
0, () => Match$
|
|
603
|
+
];
|
|
603
604
|
var Principals = 64 | 0;
|
|
604
|
-
var ProfileTimes = [1, n0, _PTr,
|
|
605
|
-
|
|
605
|
+
var ProfileTimes = [1, n0, _PTr,
|
|
606
|
+
0, () => ProfileTime$
|
|
607
|
+
];
|
|
608
|
+
var ProfilingGroupDescriptions = [1, n0, _PGDr,
|
|
609
|
+
0, () => ProfilingGroupDescription$
|
|
610
|
+
];
|
|
606
611
|
var ProfilingGroupNames = 64 | 0;
|
|
607
|
-
var Recommendations = [1, n0, _Re,
|
|
612
|
+
var Recommendations = [1, n0, _Re,
|
|
613
|
+
0, () => Recommendation$
|
|
614
|
+
];
|
|
608
615
|
var Strings = 64 | 0;
|
|
609
616
|
var TagKeys = 64 | 0;
|
|
610
617
|
var TargetFrame = 64 | 0;
|
|
611
|
-
var TargetFrames = [1, n0, _TF,
|
|
618
|
+
var TargetFrames = [1, n0, _TF,
|
|
619
|
+
0, 64 | 0
|
|
620
|
+
];
|
|
612
621
|
var ThreadStates = 64 | 0;
|
|
613
622
|
var AgentParameters = 128 | 0;
|
|
614
623
|
var Metadata = 128 | 0;
|
|
615
624
|
var TagsMap = 128 | 0;
|
|
616
|
-
var UnprocessedEndTimeMap = [2, n0, _UETM,
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
() =>
|
|
624
|
-
];
|
|
625
|
-
export var
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
{ [_h]: ["POST", "/profilingGroups
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
]
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
() =>
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
() =>
|
|
648
|
-
];
|
|
649
|
-
export var
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
{ [_h]: ["
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
]
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
() =>
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
() =>
|
|
672
|
-
];
|
|
673
|
-
export var
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
{ [_h]: ["
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
]
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
() =>
|
|
687
|
-
() => GetPolicyResponse$,
|
|
688
|
-
];
|
|
689
|
-
export var GetProfile$ = [
|
|
690
|
-
9,
|
|
691
|
-
n0,
|
|
692
|
-
_GPe,
|
|
693
|
-
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200] },
|
|
694
|
-
() => GetProfileRequest$,
|
|
695
|
-
() => GetProfileResponse$,
|
|
696
|
-
];
|
|
697
|
-
export var GetRecommendations$ = [
|
|
698
|
-
9,
|
|
699
|
-
n0,
|
|
700
|
-
_GR,
|
|
701
|
-
{ [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200] },
|
|
702
|
-
() => GetRecommendationsRequest$,
|
|
703
|
-
() => GetRecommendationsResponse$,
|
|
704
|
-
];
|
|
705
|
-
export var ListFindingsReports$ = [
|
|
706
|
-
9,
|
|
707
|
-
n0,
|
|
708
|
-
_LFR,
|
|
709
|
-
{ [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200] },
|
|
710
|
-
() => ListFindingsReportsRequest$,
|
|
711
|
-
() => ListFindingsReportsResponse$,
|
|
712
|
-
];
|
|
713
|
-
export var ListProfileTimes$ = [
|
|
714
|
-
9,
|
|
715
|
-
n0,
|
|
716
|
-
_LPT,
|
|
717
|
-
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200] },
|
|
718
|
-
() => ListProfileTimesRequest$,
|
|
719
|
-
() => ListProfileTimesResponse$,
|
|
720
|
-
];
|
|
721
|
-
export var ListProfilingGroups$ = [
|
|
722
|
-
9,
|
|
723
|
-
n0,
|
|
724
|
-
_LPG,
|
|
725
|
-
{ [_h]: ["GET", "/profilingGroups", 200] },
|
|
726
|
-
() => ListProfilingGroupsRequest$,
|
|
727
|
-
() => ListProfilingGroupsResponse$,
|
|
728
|
-
];
|
|
729
|
-
export var ListTagsForResource$ = [
|
|
730
|
-
9,
|
|
731
|
-
n0,
|
|
732
|
-
_LTFR,
|
|
733
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
734
|
-
() => ListTagsForResourceRequest$,
|
|
735
|
-
() => ListTagsForResourceResponse$,
|
|
736
|
-
];
|
|
737
|
-
export var PostAgentProfile$ = [
|
|
738
|
-
9,
|
|
739
|
-
n0,
|
|
740
|
-
_PAP,
|
|
741
|
-
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204] },
|
|
742
|
-
() => PostAgentProfileRequest$,
|
|
743
|
-
() => PostAgentProfileResponse$,
|
|
744
|
-
];
|
|
745
|
-
export var PutPermission$ = [
|
|
746
|
-
9,
|
|
747
|
-
n0,
|
|
748
|
-
_PP,
|
|
749
|
-
{ [_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
|
|
750
|
-
() => PutPermissionRequest$,
|
|
751
|
-
() => PutPermissionResponse$,
|
|
752
|
-
];
|
|
753
|
-
export var RemoveNotificationChannel$ = [
|
|
754
|
-
9,
|
|
755
|
-
n0,
|
|
756
|
-
_RNC,
|
|
757
|
-
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200] },
|
|
758
|
-
() => RemoveNotificationChannelRequest$,
|
|
759
|
-
() => RemoveNotificationChannelResponse$,
|
|
760
|
-
];
|
|
761
|
-
export var RemovePermission$ = [
|
|
762
|
-
9,
|
|
763
|
-
n0,
|
|
764
|
-
_RP,
|
|
765
|
-
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
|
|
766
|
-
() => RemovePermissionRequest$,
|
|
767
|
-
() => RemovePermissionResponse$,
|
|
768
|
-
];
|
|
769
|
-
export var SubmitFeedback$ = [
|
|
770
|
-
9,
|
|
771
|
-
n0,
|
|
772
|
-
_SF,
|
|
773
|
-
{ [_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204] },
|
|
774
|
-
() => SubmitFeedbackRequest$,
|
|
775
|
-
() => SubmitFeedbackResponse$,
|
|
776
|
-
];
|
|
777
|
-
export var TagResource$ = [
|
|
778
|
-
9,
|
|
779
|
-
n0,
|
|
780
|
-
_TR,
|
|
781
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
782
|
-
() => TagResourceRequest$,
|
|
783
|
-
() => TagResourceResponse$,
|
|
784
|
-
];
|
|
785
|
-
export var UntagResource$ = [
|
|
786
|
-
9,
|
|
787
|
-
n0,
|
|
788
|
-
_UR,
|
|
789
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
790
|
-
() => UntagResourceRequest$,
|
|
791
|
-
() => UntagResourceResponse$,
|
|
792
|
-
];
|
|
793
|
-
export var UpdateProfilingGroup$ = [
|
|
794
|
-
9,
|
|
795
|
-
n0,
|
|
796
|
-
_UPG,
|
|
797
|
-
{ [_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200] },
|
|
798
|
-
() => UpdateProfilingGroupRequest$,
|
|
799
|
-
() => UpdateProfilingGroupResponse$,
|
|
625
|
+
var UnprocessedEndTimeMap = [2, n0, _UETM,
|
|
626
|
+
0, 0, () => ListOfTimestamps
|
|
627
|
+
];
|
|
628
|
+
export var AddNotificationChannels$ = [9, n0, _ANC,
|
|
629
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] }, () => AddNotificationChannelsRequest$, () => AddNotificationChannelsResponse$
|
|
630
|
+
];
|
|
631
|
+
export var BatchGetFrameMetricData$ = [9, n0, _BGFMD,
|
|
632
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/frames/-/metrics", 200] }, () => BatchGetFrameMetricDataRequest$, () => BatchGetFrameMetricDataResponse$
|
|
633
|
+
];
|
|
634
|
+
export var ConfigureAgent$ = [9, n0, _CA,
|
|
635
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/configureAgent", 200] }, () => ConfigureAgentRequest$, () => ConfigureAgentResponse$
|
|
636
|
+
];
|
|
637
|
+
export var CreateProfilingGroup$ = [9, n0, _CPG,
|
|
638
|
+
{ [_h]: ["POST", "/profilingGroups", 201] }, () => CreateProfilingGroupRequest$, () => CreateProfilingGroupResponse$
|
|
639
|
+
];
|
|
640
|
+
export var DeleteProfilingGroup$ = [9, n0, _DPG,
|
|
641
|
+
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}", 204] }, () => DeleteProfilingGroupRequest$, () => DeleteProfilingGroupResponse$
|
|
642
|
+
];
|
|
643
|
+
export var DescribeProfilingGroup$ = [9, n0, _DPGe,
|
|
644
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}", 200] }, () => DescribeProfilingGroupRequest$, () => DescribeProfilingGroupResponse$
|
|
645
|
+
];
|
|
646
|
+
export var GetFindingsReportAccountSummary$ = [9, n0, _GFRAS,
|
|
647
|
+
{ [_h]: ["GET", "/internal/findingsReports", 200] }, () => GetFindingsReportAccountSummaryRequest$, () => GetFindingsReportAccountSummaryResponse$
|
|
648
|
+
];
|
|
649
|
+
export var GetNotificationConfiguration$ = [9, n0, _GNC,
|
|
650
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] }, () => GetNotificationConfigurationRequest$, () => GetNotificationConfigurationResponse$
|
|
651
|
+
];
|
|
652
|
+
export var GetPolicy$ = [9, n0, _GP,
|
|
653
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/policy", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
|
|
654
|
+
];
|
|
655
|
+
export var GetProfile$ = [9, n0, _GPe,
|
|
656
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200] }, () => GetProfileRequest$, () => GetProfileResponse$
|
|
657
|
+
];
|
|
658
|
+
export var GetRecommendations$ = [9, n0, _GR,
|
|
659
|
+
{ [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200] }, () => GetRecommendationsRequest$, () => GetRecommendationsResponse$
|
|
660
|
+
];
|
|
661
|
+
export var ListFindingsReports$ = [9, n0, _LFR,
|
|
662
|
+
{ [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200] }, () => ListFindingsReportsRequest$, () => ListFindingsReportsResponse$
|
|
663
|
+
];
|
|
664
|
+
export var ListProfileTimes$ = [9, n0, _LPT,
|
|
665
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200] }, () => ListProfileTimesRequest$, () => ListProfileTimesResponse$
|
|
666
|
+
];
|
|
667
|
+
export var ListProfilingGroups$ = [9, n0, _LPG,
|
|
668
|
+
{ [_h]: ["GET", "/profilingGroups", 200] }, () => ListProfilingGroupsRequest$, () => ListProfilingGroupsResponse$
|
|
669
|
+
];
|
|
670
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
671
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
672
|
+
];
|
|
673
|
+
export var PostAgentProfile$ = [9, n0, _PAP,
|
|
674
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204] }, () => PostAgentProfileRequest$, () => PostAgentProfileResponse$
|
|
675
|
+
];
|
|
676
|
+
export var PutPermission$ = [9, n0, _PP,
|
|
677
|
+
{ [_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] }, () => PutPermissionRequest$, () => PutPermissionResponse$
|
|
678
|
+
];
|
|
679
|
+
export var RemoveNotificationChannel$ = [9, n0, _RNC,
|
|
680
|
+
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200] }, () => RemoveNotificationChannelRequest$, () => RemoveNotificationChannelResponse$
|
|
681
|
+
];
|
|
682
|
+
export var RemovePermission$ = [9, n0, _RP,
|
|
683
|
+
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] }, () => RemovePermissionRequest$, () => RemovePermissionResponse$
|
|
684
|
+
];
|
|
685
|
+
export var SubmitFeedback$ = [9, n0, _SF,
|
|
686
|
+
{ [_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204] }, () => SubmitFeedbackRequest$, () => SubmitFeedbackResponse$
|
|
687
|
+
];
|
|
688
|
+
export var TagResource$ = [9, n0, _TR,
|
|
689
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
690
|
+
];
|
|
691
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
692
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
693
|
+
];
|
|
694
|
+
export var UpdateProfilingGroup$ = [9, n0, _UPG,
|
|
695
|
+
{ [_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200] }, () => UpdateProfilingGroupRequest$, () => UpdateProfilingGroupResponse$
|
|
800
696
|
];
|