@aws-sdk/client-codeguruprofiler 3.296.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/CodeGuruProfiler.d.ts +24 -0
- package/dist-types/CodeGuruProfilerClient.d.ts +24 -4
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/ConfigureAgentCommand.d.ts +16 -0
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +16 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListProfileTimesCommand.d.ts +16 -0
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PostAgentProfileCommand.d.ts +16 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +16 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +16 -0
- package/dist-types/models/CodeGuruProfilerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +110 -260
- package/dist-types/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListFindingsReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProfileTimesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProfilingGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -179
- package/package.json +4 -3
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CodeGuruProfilerServiceException as __BaseException } from "./CodeGuruProfilerServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum ActionGroup {
|
|
4
7
|
/**
|
|
5
8
|
* Permission group type for Agent APIs - ConfigureAgent, PostAgentProfile
|
|
6
9
|
*/
|
|
7
10
|
AGENT_PERMISSIONS = "agentPermissions"
|
|
8
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
9
15
|
export declare enum EventPublisher {
|
|
10
16
|
/**
|
|
11
17
|
* Notifications for Anomaly Detection
|
|
@@ -13,6 +19,7 @@ export declare enum EventPublisher {
|
|
|
13
19
|
ANOMALY_DETECTION = "AnomalyDetection"
|
|
14
20
|
}
|
|
15
21
|
/**
|
|
22
|
+
* @public
|
|
16
23
|
* <p>Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.</p>
|
|
17
24
|
*/
|
|
18
25
|
export interface Channel {
|
|
@@ -30,6 +37,7 @@ export interface Channel {
|
|
|
30
37
|
eventPublishers: (EventPublisher | string)[] | undefined;
|
|
31
38
|
}
|
|
32
39
|
/**
|
|
40
|
+
* @public
|
|
33
41
|
* <p>The structure representing the AddNotificationChannelsRequest.</p>
|
|
34
42
|
*/
|
|
35
43
|
export interface AddNotificationChannelsRequest {
|
|
@@ -43,6 +51,7 @@ export interface AddNotificationChannelsRequest {
|
|
|
43
51
|
channels: Channel[] | undefined;
|
|
44
52
|
}
|
|
45
53
|
/**
|
|
54
|
+
* @public
|
|
46
55
|
* <p>The configuration for notifications stored for each profiling group. This includes up to
|
|
47
56
|
* to two channels and a list of event publishers associated with each channel.</p>
|
|
48
57
|
*/
|
|
@@ -54,6 +63,7 @@ export interface NotificationConfiguration {
|
|
|
54
63
|
channels?: Channel[];
|
|
55
64
|
}
|
|
56
65
|
/**
|
|
66
|
+
* @public
|
|
57
67
|
* <p>The structure representing the AddNotificationChannelsResponse.</p>
|
|
58
68
|
*/
|
|
59
69
|
export interface AddNotificationChannelsResponse {
|
|
@@ -63,6 +73,7 @@ export interface AddNotificationChannelsResponse {
|
|
|
63
73
|
notificationConfiguration?: NotificationConfiguration;
|
|
64
74
|
}
|
|
65
75
|
/**
|
|
76
|
+
* @public
|
|
66
77
|
* <p>The requested operation would cause a conflict with the current state
|
|
67
78
|
* of a service resource associated with the request. Resolve the conflict
|
|
68
79
|
* before retrying this request.
|
|
@@ -77,6 +88,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
77
88
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
78
89
|
}
|
|
79
90
|
/**
|
|
91
|
+
* @public
|
|
80
92
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
81
93
|
*/
|
|
82
94
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -89,6 +101,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
89
101
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
90
102
|
}
|
|
91
103
|
/**
|
|
104
|
+
* @public
|
|
92
105
|
* <p>The resource specified in the request does not exist.</p>
|
|
93
106
|
*/
|
|
94
107
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -100,6 +113,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
100
113
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
101
114
|
}
|
|
102
115
|
/**
|
|
116
|
+
* @public
|
|
103
117
|
* <p>You have exceeded your service quota. To perform the requested action,
|
|
104
118
|
* remove some of the relevant resources, or use <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a> to request a
|
|
105
119
|
* service quota increase.
|
|
@@ -115,6 +129,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
115
129
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
116
130
|
}
|
|
117
131
|
/**
|
|
132
|
+
* @public
|
|
118
133
|
* <p>The request was denied due to request throttling.</p>
|
|
119
134
|
*/
|
|
120
135
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -127,6 +142,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
127
142
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
128
143
|
}
|
|
129
144
|
/**
|
|
145
|
+
* @public
|
|
130
146
|
* <p>The parameter is not valid.</p>
|
|
131
147
|
*/
|
|
132
148
|
export declare class ValidationException extends __BaseException {
|
|
@@ -137,6 +153,9 @@ export declare class ValidationException extends __BaseException {
|
|
|
137
153
|
*/
|
|
138
154
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
139
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
140
159
|
export declare enum AgentParameterField {
|
|
141
160
|
/**
|
|
142
161
|
* Maximum stack depth to be captured by the CodeGuru Profiler.
|
|
@@ -160,6 +179,7 @@ export declare enum AgentParameterField {
|
|
|
160
179
|
SAMPLING_INTERVAL_IN_MILLISECONDS = "SamplingIntervalInMilliseconds"
|
|
161
180
|
}
|
|
162
181
|
/**
|
|
182
|
+
* @public
|
|
163
183
|
* <p>
|
|
164
184
|
* The response of <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ConfigureAgent.html">
|
|
165
185
|
* <code>ConfigureAgent</code>
|
|
@@ -230,6 +250,7 @@ export interface AgentConfiguration {
|
|
|
230
250
|
agentParameters?: Record<string, string>;
|
|
231
251
|
}
|
|
232
252
|
/**
|
|
253
|
+
* @public
|
|
233
254
|
* <p>
|
|
234
255
|
* Specifies whether profiling is enabled or disabled for a profiling group. It
|
|
235
256
|
* is used by <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ConfigureAgent.html">
|
|
@@ -247,6 +268,9 @@ export interface AgentOrchestrationConfig {
|
|
|
247
268
|
*/
|
|
248
269
|
profilingEnabled: boolean | undefined;
|
|
249
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
250
274
|
export declare enum AggregationPeriod {
|
|
251
275
|
/**
|
|
252
276
|
* Period of one day.
|
|
@@ -262,6 +286,7 @@ export declare enum AggregationPeriod {
|
|
|
262
286
|
PT5M = "PT5M"
|
|
263
287
|
}
|
|
264
288
|
/**
|
|
289
|
+
* @public
|
|
265
290
|
* <p>
|
|
266
291
|
* Specifies the aggregation period and aggregation start time for
|
|
267
292
|
* an aggregated profile. An aggregated profile is used to collect posted agent profiles
|
|
@@ -309,6 +334,9 @@ export interface AggregatedProfileTime {
|
|
|
309
334
|
*/
|
|
310
335
|
period?: AggregationPeriod | string;
|
|
311
336
|
}
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
312
340
|
export declare enum FeedbackType {
|
|
313
341
|
/**
|
|
314
342
|
* Profiler recommendation flagged as not useful.
|
|
@@ -320,6 +348,7 @@ export declare enum FeedbackType {
|
|
|
320
348
|
Positive = "Positive"
|
|
321
349
|
}
|
|
322
350
|
/**
|
|
351
|
+
* @public
|
|
323
352
|
* <p>Feedback that can be submitted for each instance of an anomaly by the user.
|
|
324
353
|
* Feedback is be used for improvements in generating recommendations for the application.</p>
|
|
325
354
|
*/
|
|
@@ -331,6 +360,7 @@ export interface UserFeedback {
|
|
|
331
360
|
type: FeedbackType | string | undefined;
|
|
332
361
|
}
|
|
333
362
|
/**
|
|
363
|
+
* @public
|
|
334
364
|
* <p>The specific duration in which the metric is flagged as anomalous.</p>
|
|
335
365
|
*/
|
|
336
366
|
export interface AnomalyInstance {
|
|
@@ -363,6 +393,9 @@ export interface AnomalyInstance {
|
|
|
363
393
|
*/
|
|
364
394
|
userFeedback?: UserFeedback;
|
|
365
395
|
}
|
|
396
|
+
/**
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
366
399
|
export declare enum MetricType {
|
|
367
400
|
/**
|
|
368
401
|
* Metric value aggregated for all instances of a frame name in a profile relative to the root frame.
|
|
@@ -370,6 +403,7 @@ export declare enum MetricType {
|
|
|
370
403
|
AggregatedRelativeTotalTime = "AggregatedRelativeTotalTime"
|
|
371
404
|
}
|
|
372
405
|
/**
|
|
406
|
+
* @public
|
|
373
407
|
* <p>
|
|
374
408
|
* Details about the metric that the analysis used when it detected the anomaly.
|
|
375
409
|
* The metric what is analyzed to create recommendations. It includes the name of the
|
|
@@ -401,6 +435,7 @@ export interface Metric {
|
|
|
401
435
|
threadStates: string[] | undefined;
|
|
402
436
|
}
|
|
403
437
|
/**
|
|
438
|
+
* @public
|
|
404
439
|
* <p>
|
|
405
440
|
* Details about an anomaly in a specific metric of application profile. The anomaly is detected using
|
|
406
441
|
* analysis of the metric data over a period of time.
|
|
@@ -427,6 +462,7 @@ export interface Anomaly {
|
|
|
427
462
|
instances: AnomalyInstance[] | undefined;
|
|
428
463
|
}
|
|
429
464
|
/**
|
|
465
|
+
* @public
|
|
430
466
|
* <p>
|
|
431
467
|
* The frame name, metric type, and thread states. These are used
|
|
432
468
|
* to derive the value of the metric for the frame.</p>
|
|
@@ -449,6 +485,7 @@ export interface FrameMetric {
|
|
|
449
485
|
threadStates: string[] | undefined;
|
|
450
486
|
}
|
|
451
487
|
/**
|
|
488
|
+
* @public
|
|
452
489
|
* <p>The structure representing the BatchGetFrameMetricDataRequest.</p>
|
|
453
490
|
*/
|
|
454
491
|
export interface BatchGetFrameMetricDataRequest {
|
|
@@ -519,6 +556,7 @@ export interface BatchGetFrameMetricDataRequest {
|
|
|
519
556
|
frameMetrics?: FrameMetric[];
|
|
520
557
|
}
|
|
521
558
|
/**
|
|
559
|
+
* @public
|
|
522
560
|
* <p>
|
|
523
561
|
* A data type that contains a <code>Timestamp</code> object. This is specified
|
|
524
562
|
* using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1
|
|
@@ -536,6 +574,7 @@ export interface TimestampStructure {
|
|
|
536
574
|
value: Date | undefined;
|
|
537
575
|
}
|
|
538
576
|
/**
|
|
577
|
+
* @public
|
|
539
578
|
* <p>
|
|
540
579
|
* Information about a frame metric and its values.
|
|
541
580
|
* </p>
|
|
@@ -555,6 +594,7 @@ export interface FrameMetricDatum {
|
|
|
555
594
|
values: number[] | undefined;
|
|
556
595
|
}
|
|
557
596
|
/**
|
|
597
|
+
* @public
|
|
558
598
|
* <p>The structure representing the BatchGetFrameMetricDataResponse.</p>
|
|
559
599
|
*/
|
|
560
600
|
export interface BatchGetFrameMetricDataResponse {
|
|
@@ -620,6 +660,7 @@ export interface BatchGetFrameMetricDataResponse {
|
|
|
620
660
|
frameMetricData: FrameMetricDatum[] | undefined;
|
|
621
661
|
}
|
|
622
662
|
/**
|
|
663
|
+
* @public
|
|
623
664
|
* <p>The structure representing the GetFindingsReportAccountSummaryRequest.</p>
|
|
624
665
|
*/
|
|
625
666
|
export interface GetFindingsReportAccountSummaryRequest {
|
|
@@ -650,6 +691,7 @@ export interface GetFindingsReportAccountSummaryRequest {
|
|
|
650
691
|
dailyReportsOnly?: boolean;
|
|
651
692
|
}
|
|
652
693
|
/**
|
|
694
|
+
* @public
|
|
653
695
|
* <p>
|
|
654
696
|
* Information about potential recommendations that might be created from the
|
|
655
697
|
* analysis of profiling data.
|
|
@@ -686,6 +728,7 @@ export interface FindingsReportSummary {
|
|
|
686
728
|
totalNumberOfFindings?: number;
|
|
687
729
|
}
|
|
688
730
|
/**
|
|
731
|
+
* @public
|
|
689
732
|
* <p>The structure representing the GetFindingsReportAccountSummaryResponse.</p>
|
|
690
733
|
*/
|
|
691
734
|
export interface GetFindingsReportAccountSummaryResponse {
|
|
@@ -705,6 +748,9 @@ export interface GetFindingsReportAccountSummaryResponse {
|
|
|
705
748
|
*/
|
|
706
749
|
nextToken?: string;
|
|
707
750
|
}
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
708
754
|
export interface ListTagsForResourceRequest {
|
|
709
755
|
/**
|
|
710
756
|
* <p>
|
|
@@ -713,6 +759,9 @@ export interface ListTagsForResourceRequest {
|
|
|
713
759
|
*/
|
|
714
760
|
resourceArn: string | undefined;
|
|
715
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
716
765
|
export interface ListTagsForResourceResponse {
|
|
717
766
|
/**
|
|
718
767
|
* <p>
|
|
@@ -722,6 +771,9 @@ export interface ListTagsForResourceResponse {
|
|
|
722
771
|
*/
|
|
723
772
|
tags?: Record<string, string>;
|
|
724
773
|
}
|
|
774
|
+
/**
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
725
777
|
export declare enum MetadataField {
|
|
726
778
|
/**
|
|
727
779
|
* Unique identifier for the agent instance.
|
|
@@ -761,6 +813,7 @@ export declare enum MetadataField {
|
|
|
761
813
|
LAMBDA_TIME_GAP_BETWEEN_INVOKES_IN_MILLISECONDS = "LambdaTimeGapBetweenInvokesInMilliseconds"
|
|
762
814
|
}
|
|
763
815
|
/**
|
|
816
|
+
* @public
|
|
764
817
|
* <p>The structure representing the configureAgentRequest.</p>
|
|
765
818
|
*/
|
|
766
819
|
export interface ConfigureAgentRequest {
|
|
@@ -830,6 +883,7 @@ export interface ConfigureAgentRequest {
|
|
|
830
883
|
metadata?: Record<string, string>;
|
|
831
884
|
}
|
|
832
885
|
/**
|
|
886
|
+
* @public
|
|
833
887
|
* <p>The structure representing the configureAgentResponse.</p>
|
|
834
888
|
*/
|
|
835
889
|
export interface ConfigureAgentResponse {
|
|
@@ -843,6 +897,9 @@ export interface ConfigureAgentResponse {
|
|
|
843
897
|
*/
|
|
844
898
|
configuration: AgentConfiguration | undefined;
|
|
845
899
|
}
|
|
900
|
+
/**
|
|
901
|
+
* @public
|
|
902
|
+
*/
|
|
846
903
|
export declare enum ComputePlatform {
|
|
847
904
|
/**
|
|
848
905
|
* Compute platform meant to used for AWS Lambda.
|
|
@@ -854,6 +911,7 @@ export declare enum ComputePlatform {
|
|
|
854
911
|
DEFAULT = "Default"
|
|
855
912
|
}
|
|
856
913
|
/**
|
|
914
|
+
* @public
|
|
857
915
|
* <p>The structure representing the createProfiliingGroupRequest.</p>
|
|
858
916
|
*/
|
|
859
917
|
export interface CreateProfilingGroupRequest {
|
|
@@ -889,6 +947,7 @@ export interface CreateProfilingGroupRequest {
|
|
|
889
947
|
tags?: Record<string, string>;
|
|
890
948
|
}
|
|
891
949
|
/**
|
|
950
|
+
* @public
|
|
892
951
|
* <p>
|
|
893
952
|
* Profiling status includes information about the last time a profile agent pinged back,
|
|
894
953
|
* the last time a profile was received, and the aggregation period and start time for the
|
|
@@ -919,6 +978,7 @@ export interface ProfilingStatus {
|
|
|
919
978
|
latestAgentOrchestratedAt?: Date;
|
|
920
979
|
}
|
|
921
980
|
/**
|
|
981
|
+
* @public
|
|
922
982
|
* <p>
|
|
923
983
|
* Contains information about a profiling group.
|
|
924
984
|
* </p>
|
|
@@ -984,6 +1044,7 @@ export interface ProfilingGroupDescription {
|
|
|
984
1044
|
tags?: Record<string, string>;
|
|
985
1045
|
}
|
|
986
1046
|
/**
|
|
1047
|
+
* @public
|
|
987
1048
|
* <p>The structure representing the createProfilingGroupResponse.</p>
|
|
988
1049
|
*/
|
|
989
1050
|
export interface CreateProfilingGroupResponse {
|
|
@@ -996,6 +1057,7 @@ export interface CreateProfilingGroupResponse {
|
|
|
996
1057
|
profilingGroup: ProfilingGroupDescription | undefined;
|
|
997
1058
|
}
|
|
998
1059
|
/**
|
|
1060
|
+
* @public
|
|
999
1061
|
* <p>The structure representing the deleteProfilingGroupRequest.</p>
|
|
1000
1062
|
*/
|
|
1001
1063
|
export interface DeleteProfilingGroupRequest {
|
|
@@ -1005,11 +1067,13 @@ export interface DeleteProfilingGroupRequest {
|
|
|
1005
1067
|
profilingGroupName: string | undefined;
|
|
1006
1068
|
}
|
|
1007
1069
|
/**
|
|
1070
|
+
* @public
|
|
1008
1071
|
* <p>The structure representing the deleteProfilingGroupResponse.</p>
|
|
1009
1072
|
*/
|
|
1010
1073
|
export interface DeleteProfilingGroupResponse {
|
|
1011
1074
|
}
|
|
1012
1075
|
/**
|
|
1076
|
+
* @public
|
|
1013
1077
|
* <p>The structure representing the describeProfilingGroupRequest.</p>
|
|
1014
1078
|
*/
|
|
1015
1079
|
export interface DescribeProfilingGroupRequest {
|
|
@@ -1021,6 +1085,7 @@ export interface DescribeProfilingGroupRequest {
|
|
|
1021
1085
|
profilingGroupName: string | undefined;
|
|
1022
1086
|
}
|
|
1023
1087
|
/**
|
|
1088
|
+
* @public
|
|
1024
1089
|
* <p>The structure representing the describeProfilingGroupResponse.</p>
|
|
1025
1090
|
*/
|
|
1026
1091
|
export interface DescribeProfilingGroupResponse {
|
|
@@ -1035,6 +1100,7 @@ export interface DescribeProfilingGroupResponse {
|
|
|
1035
1100
|
profilingGroup: ProfilingGroupDescription | undefined;
|
|
1036
1101
|
}
|
|
1037
1102
|
/**
|
|
1103
|
+
* @public
|
|
1038
1104
|
* <p>The structure representing the GetNotificationConfigurationRequest.</p>
|
|
1039
1105
|
*/
|
|
1040
1106
|
export interface GetNotificationConfigurationRequest {
|
|
@@ -1044,6 +1110,7 @@ export interface GetNotificationConfigurationRequest {
|
|
|
1044
1110
|
profilingGroupName: string | undefined;
|
|
1045
1111
|
}
|
|
1046
1112
|
/**
|
|
1113
|
+
* @public
|
|
1047
1114
|
* <p>The structure representing the GetNotificationConfigurationResponse.</p>
|
|
1048
1115
|
*/
|
|
1049
1116
|
export interface GetNotificationConfigurationResponse {
|
|
@@ -1053,6 +1120,7 @@ export interface GetNotificationConfigurationResponse {
|
|
|
1053
1120
|
notificationConfiguration: NotificationConfiguration | undefined;
|
|
1054
1121
|
}
|
|
1055
1122
|
/**
|
|
1123
|
+
* @public
|
|
1056
1124
|
* <p>
|
|
1057
1125
|
* The structure representing the <code>getPolicyRequest</code>.
|
|
1058
1126
|
* </p>
|
|
@@ -1064,6 +1132,7 @@ export interface GetPolicyRequest {
|
|
|
1064
1132
|
profilingGroupName: string | undefined;
|
|
1065
1133
|
}
|
|
1066
1134
|
/**
|
|
1135
|
+
* @public
|
|
1067
1136
|
* <p>The structure representing the <code>getPolicyResponse</code>.</p>
|
|
1068
1137
|
*/
|
|
1069
1138
|
export interface GetPolicyResponse {
|
|
@@ -1077,6 +1146,7 @@ export interface GetPolicyResponse {
|
|
|
1077
1146
|
revisionId: string | undefined;
|
|
1078
1147
|
}
|
|
1079
1148
|
/**
|
|
1149
|
+
* @public
|
|
1080
1150
|
* <p>The structure representing the getProfileRequest.</p>
|
|
1081
1151
|
*/
|
|
1082
1152
|
export interface GetProfileRequest {
|
|
@@ -1155,6 +1225,7 @@ export interface GetProfileRequest {
|
|
|
1155
1225
|
accept?: string;
|
|
1156
1226
|
}
|
|
1157
1227
|
/**
|
|
1228
|
+
* @public
|
|
1158
1229
|
* <p>The structure representing the getProfileResponse.</p>
|
|
1159
1230
|
*/
|
|
1160
1231
|
export interface GetProfileResponse {
|
|
@@ -1174,6 +1245,7 @@ export interface GetProfileResponse {
|
|
|
1174
1245
|
contentEncoding?: string;
|
|
1175
1246
|
}
|
|
1176
1247
|
/**
|
|
1248
|
+
* @public
|
|
1177
1249
|
* <p>The structure representing the GetRecommendationsRequest.</p>
|
|
1178
1250
|
*/
|
|
1179
1251
|
export interface GetRecommendationsRequest {
|
|
@@ -1267,6 +1339,7 @@ export interface GetRecommendationsRequest {
|
|
|
1267
1339
|
locale?: string;
|
|
1268
1340
|
}
|
|
1269
1341
|
/**
|
|
1342
|
+
* @public
|
|
1270
1343
|
* <p>
|
|
1271
1344
|
* A set of rules used to make a recommendation during an analysis.
|
|
1272
1345
|
* </p>
|
|
@@ -1312,6 +1385,7 @@ export interface Pattern {
|
|
|
1312
1385
|
countersToAggregate?: string[];
|
|
1313
1386
|
}
|
|
1314
1387
|
/**
|
|
1388
|
+
* @public
|
|
1315
1389
|
* <p>The part of a profile that contains a recommendation found during analysis.</p>
|
|
1316
1390
|
*/
|
|
1317
1391
|
export interface Match {
|
|
@@ -1329,6 +1403,7 @@ export interface Match {
|
|
|
1329
1403
|
thresholdBreachValue?: number;
|
|
1330
1404
|
}
|
|
1331
1405
|
/**
|
|
1406
|
+
* @public
|
|
1332
1407
|
* <p>A potential improvement that was found from analyzing the profiling data.</p>
|
|
1333
1408
|
*/
|
|
1334
1409
|
export interface Recommendation {
|
|
@@ -1364,6 +1439,7 @@ export interface Recommendation {
|
|
|
1364
1439
|
endTime: Date | undefined;
|
|
1365
1440
|
}
|
|
1366
1441
|
/**
|
|
1442
|
+
* @public
|
|
1367
1443
|
* <p>The structure representing the GetRecommendationsResponse.</p>
|
|
1368
1444
|
*/
|
|
1369
1445
|
export interface GetRecommendationsResponse {
|
|
@@ -1399,6 +1475,7 @@ export interface GetRecommendationsResponse {
|
|
|
1399
1475
|
anomalies: Anomaly[] | undefined;
|
|
1400
1476
|
}
|
|
1401
1477
|
/**
|
|
1478
|
+
* @public
|
|
1402
1479
|
* <p>The structure representing the ListFindingsReportsRequest.</p>
|
|
1403
1480
|
*/
|
|
1404
1481
|
export interface ListFindingsReportsRequest {
|
|
@@ -1452,6 +1529,7 @@ export interface ListFindingsReportsRequest {
|
|
|
1452
1529
|
dailyReportsOnly?: boolean;
|
|
1453
1530
|
}
|
|
1454
1531
|
/**
|
|
1532
|
+
* @public
|
|
1455
1533
|
* <p>The structure representing the ListFindingsReportsResponse.</p>
|
|
1456
1534
|
*/
|
|
1457
1535
|
export interface ListFindingsReportsResponse {
|
|
@@ -1467,6 +1545,9 @@ export interface ListFindingsReportsResponse {
|
|
|
1467
1545
|
*/
|
|
1468
1546
|
nextToken?: string;
|
|
1469
1547
|
}
|
|
1548
|
+
/**
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1470
1551
|
export declare enum OrderBy {
|
|
1471
1552
|
/**
|
|
1472
1553
|
* Order by timestamp in ascending order.
|
|
@@ -1478,6 +1559,7 @@ export declare enum OrderBy {
|
|
|
1478
1559
|
TIMESTAMP_DESCENDING = "TimestampDescending"
|
|
1479
1560
|
}
|
|
1480
1561
|
/**
|
|
1562
|
+
* @public
|
|
1481
1563
|
* <p>The structure representing the listProfileTimesRequest.</p>
|
|
1482
1564
|
*/
|
|
1483
1565
|
export interface ListProfileTimesRequest {
|
|
@@ -1547,6 +1629,7 @@ export interface ListProfileTimesRequest {
|
|
|
1547
1629
|
nextToken?: string;
|
|
1548
1630
|
}
|
|
1549
1631
|
/**
|
|
1632
|
+
* @public
|
|
1550
1633
|
* <p>
|
|
1551
1634
|
* Contains the start time of a profile.
|
|
1552
1635
|
* </p>
|
|
@@ -1560,6 +1643,7 @@ export interface ProfileTime {
|
|
|
1560
1643
|
start?: Date;
|
|
1561
1644
|
}
|
|
1562
1645
|
/**
|
|
1646
|
+
* @public
|
|
1563
1647
|
* <p>The structure representing the listProfileTimesResponse.</p>
|
|
1564
1648
|
*/
|
|
1565
1649
|
export interface ListProfileTimesResponse {
|
|
@@ -1578,6 +1662,7 @@ export interface ListProfileTimesResponse {
|
|
|
1578
1662
|
nextToken?: string;
|
|
1579
1663
|
}
|
|
1580
1664
|
/**
|
|
1665
|
+
* @public
|
|
1581
1666
|
* <p>The structure representing the listProfilingGroupsRequest.</p>
|
|
1582
1667
|
*/
|
|
1583
1668
|
export interface ListProfilingGroupsRequest {
|
|
@@ -1615,6 +1700,7 @@ export interface ListProfilingGroupsRequest {
|
|
|
1615
1700
|
includeDescription?: boolean;
|
|
1616
1701
|
}
|
|
1617
1702
|
/**
|
|
1703
|
+
* @public
|
|
1618
1704
|
* <p>The structure representing the listProfilingGroupsResponse.</p>
|
|
1619
1705
|
*/
|
|
1620
1706
|
export interface ListProfilingGroupsResponse {
|
|
@@ -1652,6 +1738,7 @@ export interface ListProfilingGroupsResponse {
|
|
|
1652
1738
|
nextToken?: string;
|
|
1653
1739
|
}
|
|
1654
1740
|
/**
|
|
1741
|
+
* @public
|
|
1655
1742
|
* <p>The structure representing the postAgentProfileRequest.</p>
|
|
1656
1743
|
*/
|
|
1657
1744
|
export interface PostAgentProfileRequest {
|
|
@@ -1698,11 +1785,13 @@ export interface PostAgentProfileRequest {
|
|
|
1698
1785
|
contentType: string | undefined;
|
|
1699
1786
|
}
|
|
1700
1787
|
/**
|
|
1788
|
+
* @public
|
|
1701
1789
|
* <p>The structure representing the postAgentProfileResponse.</p>
|
|
1702
1790
|
*/
|
|
1703
1791
|
export interface PostAgentProfileResponse {
|
|
1704
1792
|
}
|
|
1705
1793
|
/**
|
|
1794
|
+
* @public
|
|
1706
1795
|
* <p>The structure representing the <code>putPermissionRequest</code>.</p>
|
|
1707
1796
|
*/
|
|
1708
1797
|
export interface PutPermissionRequest {
|
|
@@ -1737,6 +1826,7 @@ export interface PutPermissionRequest {
|
|
|
1737
1826
|
revisionId?: string;
|
|
1738
1827
|
}
|
|
1739
1828
|
/**
|
|
1829
|
+
* @public
|
|
1740
1830
|
* <p>The structure representing the <code>putPermissionResponse</code>.</p>
|
|
1741
1831
|
*/
|
|
1742
1832
|
export interface PutPermissionResponse {
|
|
@@ -1755,6 +1845,7 @@ export interface PutPermissionResponse {
|
|
|
1755
1845
|
revisionId: string | undefined;
|
|
1756
1846
|
}
|
|
1757
1847
|
/**
|
|
1848
|
+
* @public
|
|
1758
1849
|
* <p>The structure representing the RemoveNotificationChannelRequest.</p>
|
|
1759
1850
|
*/
|
|
1760
1851
|
export interface RemoveNotificationChannelRequest {
|
|
@@ -1768,6 +1859,7 @@ export interface RemoveNotificationChannelRequest {
|
|
|
1768
1859
|
channelId: string | undefined;
|
|
1769
1860
|
}
|
|
1770
1861
|
/**
|
|
1862
|
+
* @public
|
|
1771
1863
|
* <p>The structure representing the RemoveNotificationChannelResponse.</p>
|
|
1772
1864
|
*/
|
|
1773
1865
|
export interface RemoveNotificationChannelResponse {
|
|
@@ -1777,6 +1869,7 @@ export interface RemoveNotificationChannelResponse {
|
|
|
1777
1869
|
notificationConfiguration?: NotificationConfiguration;
|
|
1778
1870
|
}
|
|
1779
1871
|
/**
|
|
1872
|
+
* @public
|
|
1780
1873
|
* <p>
|
|
1781
1874
|
*
|
|
1782
1875
|
* The structure representing the <code>removePermissionRequest</code>.</p>
|
|
@@ -1803,6 +1896,7 @@ export interface RemovePermissionRequest {
|
|
|
1803
1896
|
revisionId: string | undefined;
|
|
1804
1897
|
}
|
|
1805
1898
|
/**
|
|
1899
|
+
* @public
|
|
1806
1900
|
* <p>The structure representing the <code>removePermissionResponse</code>.</p>
|
|
1807
1901
|
*/
|
|
1808
1902
|
export interface RemovePermissionResponse {
|
|
@@ -1821,6 +1915,7 @@ export interface RemovePermissionResponse {
|
|
|
1821
1915
|
revisionId: string | undefined;
|
|
1822
1916
|
}
|
|
1823
1917
|
/**
|
|
1918
|
+
* @public
|
|
1824
1919
|
* <p>The structure representing the SubmitFeedbackRequest.</p>
|
|
1825
1920
|
*/
|
|
1826
1921
|
export interface SubmitFeedbackRequest {
|
|
@@ -1848,11 +1943,13 @@ export interface SubmitFeedbackRequest {
|
|
|
1848
1943
|
comment?: string;
|
|
1849
1944
|
}
|
|
1850
1945
|
/**
|
|
1946
|
+
* @public
|
|
1851
1947
|
* <p>The structure representing the SubmitFeedbackResponse.</p>
|
|
1852
1948
|
*/
|
|
1853
1949
|
export interface SubmitFeedbackResponse {
|
|
1854
1950
|
}
|
|
1855
1951
|
/**
|
|
1952
|
+
* @public
|
|
1856
1953
|
* <p>The structure representing the updateProfilingGroupRequest.</p>
|
|
1857
1954
|
*/
|
|
1858
1955
|
export interface UpdateProfilingGroupRequest {
|
|
@@ -1868,6 +1965,7 @@ export interface UpdateProfilingGroupRequest {
|
|
|
1868
1965
|
agentOrchestrationConfig: AgentOrchestrationConfig | undefined;
|
|
1869
1966
|
}
|
|
1870
1967
|
/**
|
|
1968
|
+
* @public
|
|
1871
1969
|
* <p>The structure representing the updateProfilingGroupResponse.</p>
|
|
1872
1970
|
*/
|
|
1873
1971
|
export interface UpdateProfilingGroupResponse {
|
|
@@ -1881,6 +1979,9 @@ export interface UpdateProfilingGroupResponse {
|
|
|
1881
1979
|
*/
|
|
1882
1980
|
profilingGroup: ProfilingGroupDescription | undefined;
|
|
1883
1981
|
}
|
|
1982
|
+
/**
|
|
1983
|
+
* @public
|
|
1984
|
+
*/
|
|
1884
1985
|
export interface TagResourceRequest {
|
|
1885
1986
|
/**
|
|
1886
1987
|
* <p>
|
|
@@ -1895,8 +1996,14 @@ export interface TagResourceRequest {
|
|
|
1895
1996
|
*/
|
|
1896
1997
|
tags: Record<string, string> | undefined;
|
|
1897
1998
|
}
|
|
1999
|
+
/**
|
|
2000
|
+
* @public
|
|
2001
|
+
*/
|
|
1898
2002
|
export interface TagResourceResponse {
|
|
1899
2003
|
}
|
|
2004
|
+
/**
|
|
2005
|
+
* @public
|
|
2006
|
+
*/
|
|
1900
2007
|
export interface UntagResourceRequest {
|
|
1901
2008
|
/**
|
|
1902
2009
|
* <p>
|
|
@@ -1912,265 +2019,8 @@ export interface UntagResourceRequest {
|
|
|
1912
2019
|
*/
|
|
1913
2020
|
tagKeys: string[] | undefined;
|
|
1914
2021
|
}
|
|
1915
|
-
export interface UntagResourceResponse {
|
|
1916
|
-
}
|
|
1917
|
-
/**
|
|
1918
|
-
* @internal
|
|
1919
|
-
*/
|
|
1920
|
-
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
1921
|
-
/**
|
|
1922
|
-
* @internal
|
|
1923
|
-
*/
|
|
1924
|
-
export declare const AddNotificationChannelsRequestFilterSensitiveLog: (obj: AddNotificationChannelsRequest) => any;
|
|
1925
|
-
/**
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1928
|
-
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
1929
|
-
/**
|
|
1930
|
-
* @internal
|
|
1931
|
-
*/
|
|
1932
|
-
export declare const AddNotificationChannelsResponseFilterSensitiveLog: (obj: AddNotificationChannelsResponse) => any;
|
|
1933
|
-
/**
|
|
1934
|
-
* @internal
|
|
1935
|
-
*/
|
|
1936
|
-
export declare const AgentConfigurationFilterSensitiveLog: (obj: AgentConfiguration) => any;
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
|
-
export declare const AgentOrchestrationConfigFilterSensitiveLog: (obj: AgentOrchestrationConfig) => any;
|
|
1941
|
-
/**
|
|
1942
|
-
* @internal
|
|
1943
|
-
*/
|
|
1944
|
-
export declare const AggregatedProfileTimeFilterSensitiveLog: (obj: AggregatedProfileTime) => any;
|
|
1945
|
-
/**
|
|
1946
|
-
* @internal
|
|
1947
|
-
*/
|
|
1948
|
-
export declare const UserFeedbackFilterSensitiveLog: (obj: UserFeedback) => any;
|
|
1949
|
-
/**
|
|
1950
|
-
* @internal
|
|
1951
|
-
*/
|
|
1952
|
-
export declare const AnomalyInstanceFilterSensitiveLog: (obj: AnomalyInstance) => any;
|
|
1953
|
-
/**
|
|
1954
|
-
* @internal
|
|
1955
|
-
*/
|
|
1956
|
-
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
1957
|
-
/**
|
|
1958
|
-
* @internal
|
|
1959
|
-
*/
|
|
1960
|
-
export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
export declare const FrameMetricFilterSensitiveLog: (obj: FrameMetric) => any;
|
|
1965
|
-
/**
|
|
1966
|
-
* @internal
|
|
1967
|
-
*/
|
|
1968
|
-
export declare const BatchGetFrameMetricDataRequestFilterSensitiveLog: (obj: BatchGetFrameMetricDataRequest) => any;
|
|
1969
|
-
/**
|
|
1970
|
-
* @internal
|
|
1971
|
-
*/
|
|
1972
|
-
export declare const TimestampStructureFilterSensitiveLog: (obj: TimestampStructure) => any;
|
|
1973
|
-
/**
|
|
1974
|
-
* @internal
|
|
1975
|
-
*/
|
|
1976
|
-
export declare const FrameMetricDatumFilterSensitiveLog: (obj: FrameMetricDatum) => any;
|
|
1977
|
-
/**
|
|
1978
|
-
* @internal
|
|
1979
|
-
*/
|
|
1980
|
-
export declare const BatchGetFrameMetricDataResponseFilterSensitiveLog: (obj: BatchGetFrameMetricDataResponse) => any;
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
export declare const GetFindingsReportAccountSummaryRequestFilterSensitiveLog: (obj: GetFindingsReportAccountSummaryRequest) => any;
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
*/
|
|
1988
|
-
export declare const FindingsReportSummaryFilterSensitiveLog: (obj: FindingsReportSummary) => any;
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
export declare const GetFindingsReportAccountSummaryResponseFilterSensitiveLog: (obj: GetFindingsReportAccountSummaryResponse) => any;
|
|
1993
|
-
/**
|
|
1994
|
-
* @internal
|
|
1995
|
-
*/
|
|
1996
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1997
|
-
/**
|
|
1998
|
-
* @internal
|
|
1999
|
-
*/
|
|
2000
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2001
|
-
/**
|
|
2002
|
-
* @internal
|
|
2003
|
-
*/
|
|
2004
|
-
export declare const ConfigureAgentRequestFilterSensitiveLog: (obj: ConfigureAgentRequest) => any;
|
|
2005
|
-
/**
|
|
2006
|
-
* @internal
|
|
2007
|
-
*/
|
|
2008
|
-
export declare const ConfigureAgentResponseFilterSensitiveLog: (obj: ConfigureAgentResponse) => any;
|
|
2009
|
-
/**
|
|
2010
|
-
* @internal
|
|
2011
|
-
*/
|
|
2012
|
-
export declare const CreateProfilingGroupRequestFilterSensitiveLog: (obj: CreateProfilingGroupRequest) => any;
|
|
2013
|
-
/**
|
|
2014
|
-
* @internal
|
|
2015
|
-
*/
|
|
2016
|
-
export declare const ProfilingStatusFilterSensitiveLog: (obj: ProfilingStatus) => any;
|
|
2017
2022
|
/**
|
|
2018
|
-
* @
|
|
2023
|
+
* @public
|
|
2019
2024
|
*/
|
|
2020
|
-
export
|
|
2021
|
-
|
|
2022
|
-
* @internal
|
|
2023
|
-
*/
|
|
2024
|
-
export declare const CreateProfilingGroupResponseFilterSensitiveLog: (obj: CreateProfilingGroupResponse) => any;
|
|
2025
|
-
/**
|
|
2026
|
-
* @internal
|
|
2027
|
-
*/
|
|
2028
|
-
export declare const DeleteProfilingGroupRequestFilterSensitiveLog: (obj: DeleteProfilingGroupRequest) => any;
|
|
2029
|
-
/**
|
|
2030
|
-
* @internal
|
|
2031
|
-
*/
|
|
2032
|
-
export declare const DeleteProfilingGroupResponseFilterSensitiveLog: (obj: DeleteProfilingGroupResponse) => any;
|
|
2033
|
-
/**
|
|
2034
|
-
* @internal
|
|
2035
|
-
*/
|
|
2036
|
-
export declare const DescribeProfilingGroupRequestFilterSensitiveLog: (obj: DescribeProfilingGroupRequest) => any;
|
|
2037
|
-
/**
|
|
2038
|
-
* @internal
|
|
2039
|
-
*/
|
|
2040
|
-
export declare const DescribeProfilingGroupResponseFilterSensitiveLog: (obj: DescribeProfilingGroupResponse) => any;
|
|
2041
|
-
/**
|
|
2042
|
-
* @internal
|
|
2043
|
-
*/
|
|
2044
|
-
export declare const GetNotificationConfigurationRequestFilterSensitiveLog: (obj: GetNotificationConfigurationRequest) => any;
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
|
-
export declare const GetNotificationConfigurationResponseFilterSensitiveLog: (obj: GetNotificationConfigurationResponse) => any;
|
|
2049
|
-
/**
|
|
2050
|
-
* @internal
|
|
2051
|
-
*/
|
|
2052
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2053
|
-
/**
|
|
2054
|
-
* @internal
|
|
2055
|
-
*/
|
|
2056
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2057
|
-
/**
|
|
2058
|
-
* @internal
|
|
2059
|
-
*/
|
|
2060
|
-
export declare const GetProfileRequestFilterSensitiveLog: (obj: GetProfileRequest) => any;
|
|
2061
|
-
/**
|
|
2062
|
-
* @internal
|
|
2063
|
-
*/
|
|
2064
|
-
export declare const GetProfileResponseFilterSensitiveLog: (obj: GetProfileResponse) => any;
|
|
2065
|
-
/**
|
|
2066
|
-
* @internal
|
|
2067
|
-
*/
|
|
2068
|
-
export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
|
|
2069
|
-
/**
|
|
2070
|
-
* @internal
|
|
2071
|
-
*/
|
|
2072
|
-
export declare const PatternFilterSensitiveLog: (obj: Pattern) => any;
|
|
2073
|
-
/**
|
|
2074
|
-
* @internal
|
|
2075
|
-
*/
|
|
2076
|
-
export declare const MatchFilterSensitiveLog: (obj: Match) => any;
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
2081
|
-
/**
|
|
2082
|
-
* @internal
|
|
2083
|
-
*/
|
|
2084
|
-
export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
|
|
2085
|
-
/**
|
|
2086
|
-
* @internal
|
|
2087
|
-
*/
|
|
2088
|
-
export declare const ListFindingsReportsRequestFilterSensitiveLog: (obj: ListFindingsReportsRequest) => any;
|
|
2089
|
-
/**
|
|
2090
|
-
* @internal
|
|
2091
|
-
*/
|
|
2092
|
-
export declare const ListFindingsReportsResponseFilterSensitiveLog: (obj: ListFindingsReportsResponse) => any;
|
|
2093
|
-
/**
|
|
2094
|
-
* @internal
|
|
2095
|
-
*/
|
|
2096
|
-
export declare const ListProfileTimesRequestFilterSensitiveLog: (obj: ListProfileTimesRequest) => any;
|
|
2097
|
-
/**
|
|
2098
|
-
* @internal
|
|
2099
|
-
*/
|
|
2100
|
-
export declare const ProfileTimeFilterSensitiveLog: (obj: ProfileTime) => any;
|
|
2101
|
-
/**
|
|
2102
|
-
* @internal
|
|
2103
|
-
*/
|
|
2104
|
-
export declare const ListProfileTimesResponseFilterSensitiveLog: (obj: ListProfileTimesResponse) => any;
|
|
2105
|
-
/**
|
|
2106
|
-
* @internal
|
|
2107
|
-
*/
|
|
2108
|
-
export declare const ListProfilingGroupsRequestFilterSensitiveLog: (obj: ListProfilingGroupsRequest) => any;
|
|
2109
|
-
/**
|
|
2110
|
-
* @internal
|
|
2111
|
-
*/
|
|
2112
|
-
export declare const ListProfilingGroupsResponseFilterSensitiveLog: (obj: ListProfilingGroupsResponse) => any;
|
|
2113
|
-
/**
|
|
2114
|
-
* @internal
|
|
2115
|
-
*/
|
|
2116
|
-
export declare const PostAgentProfileRequestFilterSensitiveLog: (obj: PostAgentProfileRequest) => any;
|
|
2117
|
-
/**
|
|
2118
|
-
* @internal
|
|
2119
|
-
*/
|
|
2120
|
-
export declare const PostAgentProfileResponseFilterSensitiveLog: (obj: PostAgentProfileResponse) => any;
|
|
2121
|
-
/**
|
|
2122
|
-
* @internal
|
|
2123
|
-
*/
|
|
2124
|
-
export declare const PutPermissionRequestFilterSensitiveLog: (obj: PutPermissionRequest) => any;
|
|
2125
|
-
/**
|
|
2126
|
-
* @internal
|
|
2127
|
-
*/
|
|
2128
|
-
export declare const PutPermissionResponseFilterSensitiveLog: (obj: PutPermissionResponse) => any;
|
|
2129
|
-
/**
|
|
2130
|
-
* @internal
|
|
2131
|
-
*/
|
|
2132
|
-
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
2137
|
-
/**
|
|
2138
|
-
* @internal
|
|
2139
|
-
*/
|
|
2140
|
-
export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
2141
|
-
/**
|
|
2142
|
-
* @internal
|
|
2143
|
-
*/
|
|
2144
|
-
export declare const RemovePermissionResponseFilterSensitiveLog: (obj: RemovePermissionResponse) => any;
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
export declare const SubmitFeedbackRequestFilterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
|
|
2149
|
-
/**
|
|
2150
|
-
* @internal
|
|
2151
|
-
*/
|
|
2152
|
-
export declare const SubmitFeedbackResponseFilterSensitiveLog: (obj: SubmitFeedbackResponse) => any;
|
|
2153
|
-
/**
|
|
2154
|
-
* @internal
|
|
2155
|
-
*/
|
|
2156
|
-
export declare const UpdateProfilingGroupRequestFilterSensitiveLog: (obj: UpdateProfilingGroupRequest) => any;
|
|
2157
|
-
/**
|
|
2158
|
-
* @internal
|
|
2159
|
-
*/
|
|
2160
|
-
export declare const UpdateProfilingGroupResponseFilterSensitiveLog: (obj: UpdateProfilingGroupResponse) => any;
|
|
2161
|
-
/**
|
|
2162
|
-
* @internal
|
|
2163
|
-
*/
|
|
2164
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2165
|
-
/**
|
|
2166
|
-
* @internal
|
|
2167
|
-
*/
|
|
2168
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2169
|
-
/**
|
|
2170
|
-
* @internal
|
|
2171
|
-
*/
|
|
2172
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2025
|
+
export interface UntagResourceResponse {
|
|
2026
|
+
}
|