@aws-sdk/client-codeguruprofiler 3.957.0 → 3.962.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 CHANGED
@@ -31,10 +31,8 @@ the <i>Amazon CodeGuru Profiler User Guide</i>.
31
31
  </p>
32
32
 
33
33
  ## Installing
34
-
35
34
  To install this package, simply type add or install @aws-sdk/client-codeguruprofiler
36
35
  using your favorite package manager:
37
-
38
36
  - `npm install @aws-sdk/client-codeguruprofiler`
39
37
  - `yarn add @aws-sdk/client-codeguruprofiler`
40
38
  - `pnpm add @aws-sdk/client-codeguruprofiler`
@@ -70,9 +68,7 @@ To send a request, you:
70
68
  // a client can be shared by different commands.
71
69
  const client = new CodeGuruProfilerClient({ region: "REGION" });
72
70
 
73
- const params = {
74
- /** input parameters */
75
- };
71
+ const params = { /** input parameters */ };
76
72
  const command = new ListProfilingGroupsCommand(params);
77
73
  ```
78
74
 
@@ -231,7 +227,6 @@ AddNotificationChannels
231
227
  </summary>
232
228
 
233
229
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/AddNotificationChannelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/AddNotificationChannelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/AddNotificationChannelsCommandOutput/)
234
-
235
230
  </details>
236
231
  <details>
237
232
  <summary>
@@ -239,7 +234,6 @@ BatchGetFrameMetricData
239
234
  </summary>
240
235
 
241
236
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/BatchGetFrameMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/BatchGetFrameMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/BatchGetFrameMetricDataCommandOutput/)
242
-
243
237
  </details>
244
238
  <details>
245
239
  <summary>
@@ -247,7 +241,6 @@ ConfigureAgent
247
241
  </summary>
248
242
 
249
243
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/ConfigureAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ConfigureAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ConfigureAgentCommandOutput/)
250
-
251
244
  </details>
252
245
  <details>
253
246
  <summary>
@@ -255,7 +248,6 @@ CreateProfilingGroup
255
248
  </summary>
256
249
 
257
250
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/CreateProfilingGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/CreateProfilingGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/CreateProfilingGroupCommandOutput/)
258
-
259
251
  </details>
260
252
  <details>
261
253
  <summary>
@@ -263,7 +255,6 @@ DeleteProfilingGroup
263
255
  </summary>
264
256
 
265
257
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/DeleteProfilingGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/DeleteProfilingGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/DeleteProfilingGroupCommandOutput/)
266
-
267
258
  </details>
268
259
  <details>
269
260
  <summary>
@@ -271,7 +262,6 @@ DescribeProfilingGroup
271
262
  </summary>
272
263
 
273
264
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/DescribeProfilingGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/DescribeProfilingGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/DescribeProfilingGroupCommandOutput/)
274
-
275
265
  </details>
276
266
  <details>
277
267
  <summary>
@@ -279,7 +269,6 @@ GetFindingsReportAccountSummary
279
269
  </summary>
280
270
 
281
271
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/GetFindingsReportAccountSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetFindingsReportAccountSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetFindingsReportAccountSummaryCommandOutput/)
282
-
283
272
  </details>
284
273
  <details>
285
274
  <summary>
@@ -287,7 +276,6 @@ GetNotificationConfiguration
287
276
  </summary>
288
277
 
289
278
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/GetNotificationConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetNotificationConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetNotificationConfigurationCommandOutput/)
290
-
291
279
  </details>
292
280
  <details>
293
281
  <summary>
@@ -295,7 +283,6 @@ GetPolicy
295
283
  </summary>
296
284
 
297
285
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/GetPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetPolicyCommandOutput/)
298
-
299
286
  </details>
300
287
  <details>
301
288
  <summary>
@@ -303,7 +290,6 @@ GetProfile
303
290
  </summary>
304
291
 
305
292
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/GetProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetProfileCommandOutput/)
306
-
307
293
  </details>
308
294
  <details>
309
295
  <summary>
@@ -311,7 +297,6 @@ GetRecommendations
311
297
  </summary>
312
298
 
313
299
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/GetRecommendationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetRecommendationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/GetRecommendationsCommandOutput/)
314
-
315
300
  </details>
316
301
  <details>
317
302
  <summary>
@@ -319,7 +304,6 @@ ListFindingsReports
319
304
  </summary>
320
305
 
321
306
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/ListFindingsReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListFindingsReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListFindingsReportsCommandOutput/)
322
-
323
307
  </details>
324
308
  <details>
325
309
  <summary>
@@ -327,7 +311,6 @@ ListProfileTimes
327
311
  </summary>
328
312
 
329
313
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/ListProfileTimesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListProfileTimesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListProfileTimesCommandOutput/)
330
-
331
314
  </details>
332
315
  <details>
333
316
  <summary>
@@ -335,7 +318,6 @@ ListProfilingGroups
335
318
  </summary>
336
319
 
337
320
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/ListProfilingGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListProfilingGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListProfilingGroupsCommandOutput/)
338
-
339
321
  </details>
340
322
  <details>
341
323
  <summary>
@@ -343,7 +325,6 @@ ListTagsForResource
343
325
  </summary>
344
326
 
345
327
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/ListTagsForResourceCommandOutput/)
346
-
347
328
  </details>
348
329
  <details>
349
330
  <summary>
@@ -351,7 +332,6 @@ PostAgentProfile
351
332
  </summary>
352
333
 
353
334
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/PostAgentProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/PostAgentProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/PostAgentProfileCommandOutput/)
354
-
355
335
  </details>
356
336
  <details>
357
337
  <summary>
@@ -359,7 +339,6 @@ PutPermission
359
339
  </summary>
360
340
 
361
341
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/PutPermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/PutPermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/PutPermissionCommandOutput/)
362
-
363
342
  </details>
364
343
  <details>
365
344
  <summary>
@@ -367,7 +346,6 @@ RemoveNotificationChannel
367
346
  </summary>
368
347
 
369
348
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/RemoveNotificationChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/RemoveNotificationChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/RemoveNotificationChannelCommandOutput/)
370
-
371
349
  </details>
372
350
  <details>
373
351
  <summary>
@@ -375,7 +353,6 @@ RemovePermission
375
353
  </summary>
376
354
 
377
355
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/RemovePermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/RemovePermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/RemovePermissionCommandOutput/)
378
-
379
356
  </details>
380
357
  <details>
381
358
  <summary>
@@ -383,7 +360,6 @@ SubmitFeedback
383
360
  </summary>
384
361
 
385
362
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/SubmitFeedbackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/SubmitFeedbackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/SubmitFeedbackCommandOutput/)
386
-
387
363
  </details>
388
364
  <details>
389
365
  <summary>
@@ -391,7 +367,6 @@ TagResource
391
367
  </summary>
392
368
 
393
369
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/TagResourceCommandOutput/)
394
-
395
370
  </details>
396
371
  <details>
397
372
  <summary>
@@ -399,7 +374,6 @@ UntagResource
399
374
  </summary>
400
375
 
401
376
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/UntagResourceCommandOutput/)
402
-
403
377
  </details>
404
378
  <details>
405
379
  <summary>
@@ -407,5 +381,4 @@ UpdateProfilingGroup
407
381
  </summary>
408
382
 
409
383
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codeguruprofiler/command/UpdateProfilingGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/UpdateProfilingGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codeguruprofiler/Interface/UpdateProfilingGroupCommandOutput/)
410
-
411
384
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultCodeGuruProfilerHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultCodeGuruProfilerHttpAuthSchemeParametersProvider = defaultCodeGuruProfilerHttpAuthSchemeParametersProvider;