@aws-sdk/client-codeguruprofiler 3.297.0 → 3.298.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/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -3
- package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -3
- package/dist-cjs/commands/ConfigureAgentCommand.js +2 -3
- package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -3
- package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetProfileCommand.js +2 -3
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -3
- package/dist-cjs/commands/ListProfileTimesCommand.js +2 -3
- package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PostAgentProfileCommand.js +2 -3
- package/dist-cjs/commands/PutPermissionCommand.js +2 -3
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -3
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
- package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -262
- package/dist-es/commands/AddNotificationChannelsCommand.js +2 -3
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -3
- package/dist-es/commands/ConfigureAgentCommand.js +2 -3
- package/dist-es/commands/CreateProfilingGroupCommand.js +2 -3
- package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -3
- package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -3
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -3
- package/dist-es/commands/GetPolicyCommand.js +2 -3
- package/dist-es/commands/GetProfileCommand.js +2 -3
- package/dist-es/commands/GetRecommendationsCommand.js +2 -3
- package/dist-es/commands/ListFindingsReportsCommand.js +2 -3
- package/dist-es/commands/ListProfileTimesCommand.js +2 -3
- package/dist-es/commands/ListProfilingGroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PostAgentProfileCommand.js +2 -3
- package/dist-es/commands/PutPermissionCommand.js +2 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -3
- package/dist-es/commands/RemovePermissionCommand.js +2 -3
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -195
- package/dist-types/models/models_0.d.ts +0 -260
- package/dist-types/ts3.4/models/models_0.d.ts +0 -179
- package/package.json +4 -3
|
@@ -382,182 +382,3 @@ export interface UntagResourceRequest {
|
|
|
382
382
|
tagKeys: string[] | undefined;
|
|
383
383
|
}
|
|
384
384
|
export interface UntagResourceResponse {}
|
|
385
|
-
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
386
|
-
export declare const AddNotificationChannelsRequestFilterSensitiveLog: (
|
|
387
|
-
obj: AddNotificationChannelsRequest
|
|
388
|
-
) => any;
|
|
389
|
-
export declare const NotificationConfigurationFilterSensitiveLog: (
|
|
390
|
-
obj: NotificationConfiguration
|
|
391
|
-
) => any;
|
|
392
|
-
export declare const AddNotificationChannelsResponseFilterSensitiveLog: (
|
|
393
|
-
obj: AddNotificationChannelsResponse
|
|
394
|
-
) => any;
|
|
395
|
-
export declare const AgentConfigurationFilterSensitiveLog: (
|
|
396
|
-
obj: AgentConfiguration
|
|
397
|
-
) => any;
|
|
398
|
-
export declare const AgentOrchestrationConfigFilterSensitiveLog: (
|
|
399
|
-
obj: AgentOrchestrationConfig
|
|
400
|
-
) => any;
|
|
401
|
-
export declare const AggregatedProfileTimeFilterSensitiveLog: (
|
|
402
|
-
obj: AggregatedProfileTime
|
|
403
|
-
) => any;
|
|
404
|
-
export declare const UserFeedbackFilterSensitiveLog: (obj: UserFeedback) => any;
|
|
405
|
-
export declare const AnomalyInstanceFilterSensitiveLog: (
|
|
406
|
-
obj: AnomalyInstance
|
|
407
|
-
) => any;
|
|
408
|
-
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
409
|
-
export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
|
|
410
|
-
export declare const FrameMetricFilterSensitiveLog: (obj: FrameMetric) => any;
|
|
411
|
-
export declare const BatchGetFrameMetricDataRequestFilterSensitiveLog: (
|
|
412
|
-
obj: BatchGetFrameMetricDataRequest
|
|
413
|
-
) => any;
|
|
414
|
-
export declare const TimestampStructureFilterSensitiveLog: (
|
|
415
|
-
obj: TimestampStructure
|
|
416
|
-
) => any;
|
|
417
|
-
export declare const FrameMetricDatumFilterSensitiveLog: (
|
|
418
|
-
obj: FrameMetricDatum
|
|
419
|
-
) => any;
|
|
420
|
-
export declare const BatchGetFrameMetricDataResponseFilterSensitiveLog: (
|
|
421
|
-
obj: BatchGetFrameMetricDataResponse
|
|
422
|
-
) => any;
|
|
423
|
-
export declare const GetFindingsReportAccountSummaryRequestFilterSensitiveLog: (
|
|
424
|
-
obj: GetFindingsReportAccountSummaryRequest
|
|
425
|
-
) => any;
|
|
426
|
-
export declare const FindingsReportSummaryFilterSensitiveLog: (
|
|
427
|
-
obj: FindingsReportSummary
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const GetFindingsReportAccountSummaryResponseFilterSensitiveLog: (
|
|
430
|
-
obj: GetFindingsReportAccountSummaryResponse
|
|
431
|
-
) => any;
|
|
432
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
433
|
-
obj: ListTagsForResourceRequest
|
|
434
|
-
) => any;
|
|
435
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
436
|
-
obj: ListTagsForResourceResponse
|
|
437
|
-
) => any;
|
|
438
|
-
export declare const ConfigureAgentRequestFilterSensitiveLog: (
|
|
439
|
-
obj: ConfigureAgentRequest
|
|
440
|
-
) => any;
|
|
441
|
-
export declare const ConfigureAgentResponseFilterSensitiveLog: (
|
|
442
|
-
obj: ConfigureAgentResponse
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const CreateProfilingGroupRequestFilterSensitiveLog: (
|
|
445
|
-
obj: CreateProfilingGroupRequest
|
|
446
|
-
) => any;
|
|
447
|
-
export declare const ProfilingStatusFilterSensitiveLog: (
|
|
448
|
-
obj: ProfilingStatus
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const ProfilingGroupDescriptionFilterSensitiveLog: (
|
|
451
|
-
obj: ProfilingGroupDescription
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const CreateProfilingGroupResponseFilterSensitiveLog: (
|
|
454
|
-
obj: CreateProfilingGroupResponse
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const DeleteProfilingGroupRequestFilterSensitiveLog: (
|
|
457
|
-
obj: DeleteProfilingGroupRequest
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const DeleteProfilingGroupResponseFilterSensitiveLog: (
|
|
460
|
-
obj: DeleteProfilingGroupResponse
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const DescribeProfilingGroupRequestFilterSensitiveLog: (
|
|
463
|
-
obj: DescribeProfilingGroupRequest
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const DescribeProfilingGroupResponseFilterSensitiveLog: (
|
|
466
|
-
obj: DescribeProfilingGroupResponse
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const GetNotificationConfigurationRequestFilterSensitiveLog: (
|
|
469
|
-
obj: GetNotificationConfigurationRequest
|
|
470
|
-
) => any;
|
|
471
|
-
export declare const GetNotificationConfigurationResponseFilterSensitiveLog: (
|
|
472
|
-
obj: GetNotificationConfigurationResponse
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
475
|
-
obj: GetPolicyRequest
|
|
476
|
-
) => any;
|
|
477
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (
|
|
478
|
-
obj: GetPolicyResponse
|
|
479
|
-
) => any;
|
|
480
|
-
export declare const GetProfileRequestFilterSensitiveLog: (
|
|
481
|
-
obj: GetProfileRequest
|
|
482
|
-
) => any;
|
|
483
|
-
export declare const GetProfileResponseFilterSensitiveLog: (
|
|
484
|
-
obj: GetProfileResponse
|
|
485
|
-
) => any;
|
|
486
|
-
export declare const GetRecommendationsRequestFilterSensitiveLog: (
|
|
487
|
-
obj: GetRecommendationsRequest
|
|
488
|
-
) => any;
|
|
489
|
-
export declare const PatternFilterSensitiveLog: (obj: Pattern) => any;
|
|
490
|
-
export declare const MatchFilterSensitiveLog: (obj: Match) => any;
|
|
491
|
-
export declare const RecommendationFilterSensitiveLog: (
|
|
492
|
-
obj: Recommendation
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const GetRecommendationsResponseFilterSensitiveLog: (
|
|
495
|
-
obj: GetRecommendationsResponse
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const ListFindingsReportsRequestFilterSensitiveLog: (
|
|
498
|
-
obj: ListFindingsReportsRequest
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const ListFindingsReportsResponseFilterSensitiveLog: (
|
|
501
|
-
obj: ListFindingsReportsResponse
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const ListProfileTimesRequestFilterSensitiveLog: (
|
|
504
|
-
obj: ListProfileTimesRequest
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const ProfileTimeFilterSensitiveLog: (obj: ProfileTime) => any;
|
|
507
|
-
export declare const ListProfileTimesResponseFilterSensitiveLog: (
|
|
508
|
-
obj: ListProfileTimesResponse
|
|
509
|
-
) => any;
|
|
510
|
-
export declare const ListProfilingGroupsRequestFilterSensitiveLog: (
|
|
511
|
-
obj: ListProfilingGroupsRequest
|
|
512
|
-
) => any;
|
|
513
|
-
export declare const ListProfilingGroupsResponseFilterSensitiveLog: (
|
|
514
|
-
obj: ListProfilingGroupsResponse
|
|
515
|
-
) => any;
|
|
516
|
-
export declare const PostAgentProfileRequestFilterSensitiveLog: (
|
|
517
|
-
obj: PostAgentProfileRequest
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const PostAgentProfileResponseFilterSensitiveLog: (
|
|
520
|
-
obj: PostAgentProfileResponse
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const PutPermissionRequestFilterSensitiveLog: (
|
|
523
|
-
obj: PutPermissionRequest
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const PutPermissionResponseFilterSensitiveLog: (
|
|
526
|
-
obj: PutPermissionResponse
|
|
527
|
-
) => any;
|
|
528
|
-
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (
|
|
529
|
-
obj: RemoveNotificationChannelRequest
|
|
530
|
-
) => any;
|
|
531
|
-
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (
|
|
532
|
-
obj: RemoveNotificationChannelResponse
|
|
533
|
-
) => any;
|
|
534
|
-
export declare const RemovePermissionRequestFilterSensitiveLog: (
|
|
535
|
-
obj: RemovePermissionRequest
|
|
536
|
-
) => any;
|
|
537
|
-
export declare const RemovePermissionResponseFilterSensitiveLog: (
|
|
538
|
-
obj: RemovePermissionResponse
|
|
539
|
-
) => any;
|
|
540
|
-
export declare const SubmitFeedbackRequestFilterSensitiveLog: (
|
|
541
|
-
obj: SubmitFeedbackRequest
|
|
542
|
-
) => any;
|
|
543
|
-
export declare const SubmitFeedbackResponseFilterSensitiveLog: (
|
|
544
|
-
obj: SubmitFeedbackResponse
|
|
545
|
-
) => any;
|
|
546
|
-
export declare const UpdateProfilingGroupRequestFilterSensitiveLog: (
|
|
547
|
-
obj: UpdateProfilingGroupRequest
|
|
548
|
-
) => any;
|
|
549
|
-
export declare const UpdateProfilingGroupResponseFilterSensitiveLog: (
|
|
550
|
-
obj: UpdateProfilingGroupResponse
|
|
551
|
-
) => any;
|
|
552
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
553
|
-
obj: TagResourceRequest
|
|
554
|
-
) => any;
|
|
555
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
556
|
-
obj: TagResourceResponse
|
|
557
|
-
) => any;
|
|
558
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
559
|
-
obj: UntagResourceRequest
|
|
560
|
-
) => any;
|
|
561
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
562
|
-
obj: UntagResourceResponse
|
|
563
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguruprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo codeguruprofiler"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|