@aws-sdk/client-codeguruprofiler 3.296.0 → 3.297.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-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 -0
- 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/package.json +3 -3
|
@@ -24,6 +24,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
24
24
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
25
25
|
import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "./commands/UpdateProfilingGroupCommand";
|
|
26
26
|
/**
|
|
27
|
+
* @public
|
|
27
28
|
* <p>
|
|
28
29
|
* This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
|
29
30
|
* </p>
|
|
@@ -50,12 +51,14 @@ import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } f
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
52
53
|
/**
|
|
54
|
+
* @public
|
|
53
55
|
* <p>Add up to 2 anomaly notifications channels for a profiling group.</p>
|
|
54
56
|
*/
|
|
55
57
|
addNotificationChannels(args: AddNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<AddNotificationChannelsCommandOutput>;
|
|
56
58
|
addNotificationChannels(args: AddNotificationChannelsCommandInput, cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void): void;
|
|
57
59
|
addNotificationChannels(args: AddNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void): void;
|
|
58
60
|
/**
|
|
61
|
+
* @public
|
|
59
62
|
* <p>
|
|
60
63
|
* Returns the time series of values for a requested list
|
|
61
64
|
* of frame metrics from a time period.</p>
|
|
@@ -64,6 +67,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
64
67
|
batchGetFrameMetricData(args: BatchGetFrameMetricDataCommandInput, cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void): void;
|
|
65
68
|
batchGetFrameMetricData(args: BatchGetFrameMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void): void;
|
|
66
69
|
/**
|
|
70
|
+
* @public
|
|
67
71
|
* <p>
|
|
68
72
|
* Used by profiler agents to report their current state and to receive remote
|
|
69
73
|
* configuration updates. For example, <code>ConfigureAgent</code> can be used
|
|
@@ -74,18 +78,21 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
74
78
|
configureAgent(args: ConfigureAgentCommandInput, cb: (err: any, data?: ConfigureAgentCommandOutput) => void): void;
|
|
75
79
|
configureAgent(args: ConfigureAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureAgentCommandOutput) => void): void;
|
|
76
80
|
/**
|
|
81
|
+
* @public
|
|
77
82
|
* <p>Creates a profiling group.</p>
|
|
78
83
|
*/
|
|
79
84
|
createProfilingGroup(args: CreateProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfilingGroupCommandOutput>;
|
|
80
85
|
createProfilingGroup(args: CreateProfilingGroupCommandInput, cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void): void;
|
|
81
86
|
createProfilingGroup(args: CreateProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void): void;
|
|
82
87
|
/**
|
|
88
|
+
* @public
|
|
83
89
|
* <p>Deletes a profiling group.</p>
|
|
84
90
|
*/
|
|
85
91
|
deleteProfilingGroup(args: DeleteProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfilingGroupCommandOutput>;
|
|
86
92
|
deleteProfilingGroup(args: DeleteProfilingGroupCommandInput, cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void): void;
|
|
87
93
|
deleteProfilingGroup(args: DeleteProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void): void;
|
|
88
94
|
/**
|
|
95
|
+
* @public
|
|
89
96
|
* <p>
|
|
90
97
|
* Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
91
98
|
* <code>ProfilingGroupDescription</code>
|
|
@@ -97,6 +104,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
97
104
|
describeProfilingGroup(args: DescribeProfilingGroupCommandInput, cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void): void;
|
|
98
105
|
describeProfilingGroup(args: DescribeProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void): void;
|
|
99
106
|
/**
|
|
107
|
+
* @public
|
|
100
108
|
* <p>
|
|
101
109
|
* Returns a list of
|
|
102
110
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_FindingsReportSummary.html">
|
|
@@ -109,12 +117,14 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
109
117
|
getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void): void;
|
|
110
118
|
getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void): void;
|
|
111
119
|
/**
|
|
120
|
+
* @public
|
|
112
121
|
* <p>Get the current configuration for anomaly notifications for a profiling group.</p>
|
|
113
122
|
*/
|
|
114
123
|
getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNotificationConfigurationCommandOutput>;
|
|
115
124
|
getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void): void;
|
|
116
125
|
getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void): void;
|
|
117
126
|
/**
|
|
127
|
+
* @public
|
|
118
128
|
* <p>
|
|
119
129
|
* Returns the JSON-formatted resource-based policy on a profiling group.
|
|
120
130
|
* </p>
|
|
@@ -123,6 +133,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
123
133
|
getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
124
134
|
getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
125
135
|
/**
|
|
136
|
+
* @public
|
|
126
137
|
* <p>
|
|
127
138
|
* Gets the aggregated profile of a profiling group for a specified time range.
|
|
128
139
|
* Amazon CodeGuru Profiler collects posted agent profiles for a profiling group
|
|
@@ -200,6 +211,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
200
211
|
getProfile(args: GetProfileCommandInput, cb: (err: any, data?: GetProfileCommandOutput) => void): void;
|
|
201
212
|
getProfile(args: GetProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProfileCommandOutput) => void): void;
|
|
202
213
|
/**
|
|
214
|
+
* @public
|
|
203
215
|
* <p>
|
|
204
216
|
* Returns a list of
|
|
205
217
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_Recommendation.html">
|
|
@@ -217,12 +229,14 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
217
229
|
getRecommendations(args: GetRecommendationsCommandInput, cb: (err: any, data?: GetRecommendationsCommandOutput) => void): void;
|
|
218
230
|
getRecommendations(args: GetRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommendationsCommandOutput) => void): void;
|
|
219
231
|
/**
|
|
232
|
+
* @public
|
|
220
233
|
* <p>List the available reports for a given profiling group and time range.</p>
|
|
221
234
|
*/
|
|
222
235
|
listFindingsReports(args: ListFindingsReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsReportsCommandOutput>;
|
|
223
236
|
listFindingsReports(args: ListFindingsReportsCommandInput, cb: (err: any, data?: ListFindingsReportsCommandOutput) => void): void;
|
|
224
237
|
listFindingsReports(args: ListFindingsReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsReportsCommandOutput) => void): void;
|
|
225
238
|
/**
|
|
239
|
+
* @public
|
|
226
240
|
* <p>Lists the start times of the available aggregated profiles of a profiling group
|
|
227
241
|
* for an aggregation period within the specified time range.</p>
|
|
228
242
|
*/
|
|
@@ -230,6 +244,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
230
244
|
listProfileTimes(args: ListProfileTimesCommandInput, cb: (err: any, data?: ListProfileTimesCommandOutput) => void): void;
|
|
231
245
|
listProfileTimes(args: ListProfileTimesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileTimesCommandOutput) => void): void;
|
|
232
246
|
/**
|
|
247
|
+
* @public
|
|
233
248
|
* <p>
|
|
234
249
|
* Returns a list of profiling groups. The profiling groups are returned as
|
|
235
250
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
@@ -242,6 +257,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
242
257
|
listProfilingGroups(args: ListProfilingGroupsCommandInput, cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void): void;
|
|
243
258
|
listProfilingGroups(args: ListProfilingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void): void;
|
|
244
259
|
/**
|
|
260
|
+
* @public
|
|
245
261
|
* <p>
|
|
246
262
|
* Returns a list of the tags that are assigned to a specified resource.
|
|
247
263
|
* </p>
|
|
@@ -250,6 +266,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
250
266
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
251
267
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
252
268
|
/**
|
|
269
|
+
* @public
|
|
253
270
|
* <p>
|
|
254
271
|
* Submits profiling data to an aggregated profile of a profiling group. To get an
|
|
255
272
|
* aggregated profile that is created with this profiling data, use
|
|
@@ -262,6 +279,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
262
279
|
postAgentProfile(args: PostAgentProfileCommandInput, cb: (err: any, data?: PostAgentProfileCommandOutput) => void): void;
|
|
263
280
|
postAgentProfile(args: PostAgentProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PostAgentProfileCommandOutput) => void): void;
|
|
264
281
|
/**
|
|
282
|
+
* @public
|
|
265
283
|
* <p>
|
|
266
284
|
* Adds permissions to a profiling group's resource-based policy
|
|
267
285
|
* that are provided using an action group. If a profiling group doesn't have
|
|
@@ -293,12 +311,14 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
293
311
|
putPermission(args: PutPermissionCommandInput, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
|
|
294
312
|
putPermission(args: PutPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
|
|
295
313
|
/**
|
|
314
|
+
* @public
|
|
296
315
|
* <p>Remove one anomaly notifications channel for a profiling group.</p>
|
|
297
316
|
*/
|
|
298
317
|
removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<RemoveNotificationChannelCommandOutput>;
|
|
299
318
|
removeNotificationChannel(args: RemoveNotificationChannelCommandInput, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
|
|
300
319
|
removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
|
|
301
320
|
/**
|
|
321
|
+
* @public
|
|
302
322
|
* <p> Removes permissions from a profiling group's resource-based policy that are provided
|
|
303
323
|
* using an action group. The one supported action group that can be removed is
|
|
304
324
|
* <code>agentPermission</code> which grants <code>ConfigureAgent</code> and
|
|
@@ -313,6 +333,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
313
333
|
removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
|
|
314
334
|
removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
|
|
315
335
|
/**
|
|
336
|
+
* @public
|
|
316
337
|
* <p>Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is
|
|
317
338
|
* useful or not.</p>
|
|
318
339
|
*/
|
|
@@ -320,6 +341,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
320
341
|
submitFeedback(args: SubmitFeedbackCommandInput, cb: (err: any, data?: SubmitFeedbackCommandOutput) => void): void;
|
|
321
342
|
submitFeedback(args: SubmitFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitFeedbackCommandOutput) => void): void;
|
|
322
343
|
/**
|
|
344
|
+
* @public
|
|
323
345
|
* <p>
|
|
324
346
|
* Use to assign one or more tags to a resource.
|
|
325
347
|
* </p>
|
|
@@ -328,6 +350,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
328
350
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
329
351
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
330
352
|
/**
|
|
353
|
+
* @public
|
|
331
354
|
* <p>
|
|
332
355
|
* Use to remove one or more tags from a resource.
|
|
333
356
|
* </p>
|
|
@@ -336,6 +359,7 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
336
359
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
337
360
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
338
361
|
/**
|
|
362
|
+
* @public
|
|
339
363
|
* <p>Updates a profiling group.</p>
|
|
340
364
|
*/
|
|
341
365
|
updateProfilingGroup(args: UpdateProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfilingGroupCommandOutput>;
|
|
@@ -31,15 +31,24 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
31
31
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
32
32
|
import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "./commands/UpdateProfilingGroupCommand";
|
|
33
33
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
34
37
|
export type ServiceInputTypes = AddNotificationChannelsCommandInput | BatchGetFrameMetricDataCommandInput | ConfigureAgentCommandInput | CreateProfilingGroupCommandInput | DeleteProfilingGroupCommandInput | DescribeProfilingGroupCommandInput | GetFindingsReportAccountSummaryCommandInput | GetNotificationConfigurationCommandInput | GetPolicyCommandInput | GetProfileCommandInput | GetRecommendationsCommandInput | ListFindingsReportsCommandInput | ListProfileTimesCommandInput | ListProfilingGroupsCommandInput | ListTagsForResourceCommandInput | PostAgentProfileCommandInput | PutPermissionCommandInput | RemoveNotificationChannelCommandInput | RemovePermissionCommandInput | SubmitFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateProfilingGroupCommandInput;
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
35
41
|
export type ServiceOutputTypes = AddNotificationChannelsCommandOutput | BatchGetFrameMetricDataCommandOutput | ConfigureAgentCommandOutput | CreateProfilingGroupCommandOutput | DeleteProfilingGroupCommandOutput | DescribeProfilingGroupCommandOutput | GetFindingsReportAccountSummaryCommandOutput | GetNotificationConfigurationCommandOutput | GetPolicyCommandOutput | GetProfileCommandOutput | GetRecommendationsCommandOutput | ListFindingsReportsCommandOutput | ListProfileTimesCommandOutput | ListProfilingGroupsCommandOutput | ListTagsForResourceCommandOutput | PostAgentProfileCommandOutput | PutPermissionCommandOutput | RemoveNotificationChannelCommandOutput | RemovePermissionCommandOutput | SubmitFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateProfilingGroupCommandOutput;
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
36
45
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
37
46
|
/**
|
|
38
47
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
39
48
|
*/
|
|
40
49
|
requestHandler?: __HttpHandler;
|
|
41
50
|
/**
|
|
42
|
-
* A constructor for a class implementing the {@link
|
|
51
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
43
52
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
44
53
|
* @internal
|
|
45
54
|
*/
|
|
@@ -129,23 +138,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
129
138
|
*/
|
|
130
139
|
logger?: __Logger;
|
|
131
140
|
/**
|
|
132
|
-
* The {@link
|
|
141
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
133
142
|
*/
|
|
134
143
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
135
144
|
}
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
136
148
|
type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
137
149
|
/**
|
|
138
|
-
*
|
|
150
|
+
* @public
|
|
151
|
+
*
|
|
152
|
+
* The configuration interface of CodeGuruProfilerClient class constructor that set the region, credentials and other options.
|
|
139
153
|
*/
|
|
140
154
|
export interface CodeGuruProfilerClientConfig extends CodeGuruProfilerClientConfigType {
|
|
141
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
142
159
|
type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
143
160
|
/**
|
|
144
|
-
*
|
|
161
|
+
* @public
|
|
162
|
+
*
|
|
163
|
+
* The resolved configuration interface of CodeGuruProfilerClient class. This is resolved and normalized from the {@link CodeGuruProfilerClientConfig | constructor configuration interface}.
|
|
145
164
|
*/
|
|
146
165
|
export interface CodeGuruProfilerClientResolvedConfig extends CodeGuruProfilerClientResolvedConfigType {
|
|
147
166
|
}
|
|
148
167
|
/**
|
|
168
|
+
* @public
|
|
149
169
|
* <p>
|
|
150
170
|
* This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
|
151
171
|
* </p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddNotificationChannelsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddNotificationChannelsCommandInput extends AddNotificationChannelsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddNotificationChannelsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddNotificationChannelsCommandOutput extends AddNotificationChannelsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Add up to 2 anomaly notifications channels for a profiling group.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AddNotificationChannelsCommandOutput extends AddNotificationCha
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AddNotificationChannelsCommandInput - {@link AddNotificationChannelsCommandInput}
|
|
34
|
+
* @returns {@link AddNotificationChannelsCommandOutput}
|
|
28
35
|
* @see {@link AddNotificationChannelsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AddNotificationChannelsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface AddNotificationChannelsCommandOutput extends AddNotificationCha
|
|
|
58
65
|
export declare class AddNotificationChannelsCommand extends $Command<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
59
66
|
readonly input: AddNotificationChannelsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: AddNotificationChannelsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetFrameMetricDataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetFrameMetricDataCommandInput extends BatchGetFrameMetricDataRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetFrameMetricDataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetricDataResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Returns the time series of values for a requested list
|
|
19
24
|
* of frame metrics from a time period.</p>
|
|
@@ -27,6 +32,8 @@ export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetri
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param BatchGetFrameMetricDataCommandInput - {@link BatchGetFrameMetricDataCommandInput}
|
|
36
|
+
* @returns {@link BatchGetFrameMetricDataCommandOutput}
|
|
30
37
|
* @see {@link BatchGetFrameMetricDataCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link BatchGetFrameMetricDataCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetri
|
|
|
48
55
|
export declare class BatchGetFrameMetricDataCommand extends $Command<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
49
56
|
readonly input: BatchGetFrameMetricDataCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: BatchGetFrameMetricDataCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ConfigureAgentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ConfigureAgentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Used by profiler agents to report their current state and to receive remote
|
|
19
24
|
* configuration updates. For example, <code>ConfigureAgent</code> can be used
|
|
@@ -29,6 +34,8 @@ export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __M
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ConfigureAgentCommandInput - {@link ConfigureAgentCommandInput}
|
|
38
|
+
* @returns {@link ConfigureAgentCommandOutput}
|
|
32
39
|
* @see {@link ConfigureAgentCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ConfigureAgentCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __M
|
|
|
50
57
|
export declare class ConfigureAgentCommand extends $Command<ConfigureAgentCommandInput, ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
51
58
|
readonly input: ConfigureAgentCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ConfigureAgentCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureAgentCommandInput, ConfigureAgentCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateProfilingGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateProfilingGroupCommandInput extends CreateProfilingGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateProfilingGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a profiling group.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateProfilingGroupCommandInput - {@link CreateProfilingGroupCommandInput}
|
|
34
|
+
* @returns {@link CreateProfilingGroupCommandOutput}
|
|
28
35
|
* @see {@link CreateProfilingGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateProfilingGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupR
|
|
|
55
62
|
export declare class CreateProfilingGroupCommand extends $Command<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateProfilingGroupCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateProfilingGroupCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteProfilingGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteProfilingGroupCommandInput extends DeleteProfilingGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteProfilingGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a profiling group.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteProfilingGroupCommandInput - {@link DeleteProfilingGroupCommandInput}
|
|
34
|
+
* @returns {@link DeleteProfilingGroupCommandOutput}
|
|
28
35
|
* @see {@link DeleteProfilingGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteProfilingGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupR
|
|
|
52
59
|
export declare class DeleteProfilingGroupCommand extends $Command<DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteProfilingGroupCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteProfilingGroupCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeProfilingGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeProfilingGroupCommandInput extends DescribeProfilingGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeProfilingGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
19
24
|
* <code>ProfilingGroupDescription</code>
|
|
@@ -30,6 +35,8 @@ export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGr
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DescribeProfilingGroupCommandInput - {@link DescribeProfilingGroupCommandInput}
|
|
39
|
+
* @returns {@link DescribeProfilingGroupCommandOutput}
|
|
33
40
|
* @see {@link DescribeProfilingGroupCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DescribeProfilingGroupCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGr
|
|
|
51
58
|
export declare class DescribeProfilingGroupCommand extends $Command<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
52
59
|
readonly input: DescribeProfilingGroupCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DescribeProfilingGroupCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { GetFindingsReportAccountSummaryRequest, GetFindingsReportAccountSummaryResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFindingsReportAccountSummaryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFindingsReportAccountSummaryCommandInput extends GetFindingsReportAccountSummaryRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFindingsReportAccountSummaryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFindingsReportAccountSummaryCommandOutput extends GetFindingsReportAccountSummaryResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Returns a list of
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_FindingsReportSummary.html">
|
|
@@ -31,6 +36,8 @@ export interface GetFindingsReportAccountSummaryCommandOutput extends GetFinding
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param GetFindingsReportAccountSummaryCommandInput - {@link GetFindingsReportAccountSummaryCommandInput}
|
|
40
|
+
* @returns {@link GetFindingsReportAccountSummaryCommandOutput}
|
|
34
41
|
* @see {@link GetFindingsReportAccountSummaryCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link GetFindingsReportAccountSummaryCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetFindingsReportAccountSummaryCommandOutput extends GetFinding
|
|
|
49
56
|
export declare class GetFindingsReportAccountSummaryCommand extends $Command<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
50
57
|
readonly input: GetFindingsReportAccountSummaryCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetFindingsReportAccountSummaryCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|