@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,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RemovePermissionRequestFilterSensitiveLog, RemovePermissionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1RemovePermissionCommand, serializeAws_restJson1RemovePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class RemovePermissionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class RemovePermissionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SubmitFeedbackRequestFilterSensitiveLog, SubmitFeedbackResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1SubmitFeedbackCommand, serializeAws_restJson1SubmitFeedbackCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class SubmitFeedbackCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class SubmitFeedbackCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateProfilingGroupRequestFilterSensitiveLog, UpdateProfilingGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateProfilingGroupCommand, serializeAws_restJson1UpdateProfilingGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateProfilingGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateProfilingGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -127,198 +127,3 @@ export var OrderBy;
|
|
|
127
127
|
OrderBy["TIMESTAMP_ASCENDING"] = "TimestampAscending";
|
|
128
128
|
OrderBy["TIMESTAMP_DESCENDING"] = "TimestampDescending";
|
|
129
129
|
})(OrderBy || (OrderBy = {}));
|
|
130
|
-
export const ChannelFilterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
export const AddNotificationChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
export const AddNotificationChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
export const AgentConfigurationFilterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
export const AgentOrchestrationConfigFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
export const AggregatedProfileTimeFilterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
export const UserFeedbackFilterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
export const AnomalyInstanceFilterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
export const MetricFilterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
export const AnomalyFilterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
export const FrameMetricFilterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
export const BatchGetFrameMetricDataRequestFilterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
export const TimestampStructureFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
export const FrameMetricDatumFilterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
export const BatchGetFrameMetricDataResponseFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
export const GetFindingsReportAccountSummaryRequestFilterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
export const FindingsReportSummaryFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
export const GetFindingsReportAccountSummaryResponseFilterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
export const ConfigureAgentRequestFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
export const ConfigureAgentResponseFilterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
export const CreateProfilingGroupRequestFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
export const ProfilingStatusFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
export const ProfilingGroupDescriptionFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
export const CreateProfilingGroupResponseFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
export const DeleteProfilingGroupRequestFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
export const DeleteProfilingGroupResponseFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
export const DescribeProfilingGroupRequestFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
export const DescribeProfilingGroupResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
export const GetNotificationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
export const GetNotificationConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
export const GetPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
export const GetProfileRequestFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
export const GetProfileResponseFilterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
});
|
|
241
|
-
export const GetRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
export const PatternFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
export const MatchFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
export const RecommendationFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
export const GetRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const ListFindingsReportsRequestFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const ListFindingsReportsResponseFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
export const ListProfileTimesRequestFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
export const ProfileTimeFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
export const ListProfileTimesResponseFilterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
export const ListProfilingGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
export const ListProfilingGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
export const PostAgentProfileRequestFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
export const PostAgentProfileResponseFilterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
export const PutPermissionRequestFilterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
export const PutPermissionResponseFilterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
export const RemoveNotificationChannelRequestFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
export const RemoveNotificationChannelResponseFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
export const RemovePermissionRequestFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
export const RemovePermissionResponseFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
export const SubmitFeedbackRequestFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
export const SubmitFeedbackResponseFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
export const UpdateProfilingGroupRequestFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
export const UpdateProfilingGroupResponseFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
@@ -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
|
}
|