@aws-sdk/client-codeguruprofiler 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodeGuruProfiler.d.ts +0 -23
- package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -263
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codeguruprofiler
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-codeguruprofiler
|
|
@@ -92,7 +92,6 @@ import {
|
|
|
92
92
|
UpdateProfilingGroupCommandInput,
|
|
93
93
|
UpdateProfilingGroupCommandOutput,
|
|
94
94
|
} from "./commands/UpdateProfilingGroupCommand";
|
|
95
|
-
|
|
96
95
|
export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
97
96
|
addNotificationChannels(
|
|
98
97
|
args: AddNotificationChannelsCommandInput,
|
|
@@ -107,7 +106,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
107
106
|
options: __HttpHandlerOptions,
|
|
108
107
|
cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void
|
|
109
108
|
): void;
|
|
110
|
-
|
|
111
109
|
batchGetFrameMetricData(
|
|
112
110
|
args: BatchGetFrameMetricDataCommandInput,
|
|
113
111
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +119,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
121
119
|
options: __HttpHandlerOptions,
|
|
122
120
|
cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void
|
|
123
121
|
): void;
|
|
124
|
-
|
|
125
122
|
configureAgent(
|
|
126
123
|
args: ConfigureAgentCommandInput,
|
|
127
124
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +132,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
135
132
|
options: __HttpHandlerOptions,
|
|
136
133
|
cb: (err: any, data?: ConfigureAgentCommandOutput) => void
|
|
137
134
|
): void;
|
|
138
|
-
|
|
139
135
|
createProfilingGroup(
|
|
140
136
|
args: CreateProfilingGroupCommandInput,
|
|
141
137
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +145,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
149
145
|
options: __HttpHandlerOptions,
|
|
150
146
|
cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void
|
|
151
147
|
): void;
|
|
152
|
-
|
|
153
148
|
deleteProfilingGroup(
|
|
154
149
|
args: DeleteProfilingGroupCommandInput,
|
|
155
150
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +158,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
163
158
|
options: __HttpHandlerOptions,
|
|
164
159
|
cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void
|
|
165
160
|
): void;
|
|
166
|
-
|
|
167
161
|
describeProfilingGroup(
|
|
168
162
|
args: DescribeProfilingGroupCommandInput,
|
|
169
163
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +171,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
177
171
|
options: __HttpHandlerOptions,
|
|
178
172
|
cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void
|
|
179
173
|
): void;
|
|
180
|
-
|
|
181
174
|
getFindingsReportAccountSummary(
|
|
182
175
|
args: GetFindingsReportAccountSummaryCommandInput,
|
|
183
176
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +184,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
191
184
|
options: __HttpHandlerOptions,
|
|
192
185
|
cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void
|
|
193
186
|
): void;
|
|
194
|
-
|
|
195
187
|
getNotificationConfiguration(
|
|
196
188
|
args: GetNotificationConfigurationCommandInput,
|
|
197
189
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +197,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
205
197
|
options: __HttpHandlerOptions,
|
|
206
198
|
cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void
|
|
207
199
|
): void;
|
|
208
|
-
|
|
209
200
|
getPolicy(
|
|
210
201
|
args: GetPolicyCommandInput,
|
|
211
202
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +210,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
219
210
|
options: __HttpHandlerOptions,
|
|
220
211
|
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
221
212
|
): void;
|
|
222
|
-
|
|
223
213
|
getProfile(
|
|
224
214
|
args: GetProfileCommandInput,
|
|
225
215
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +223,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
233
223
|
options: __HttpHandlerOptions,
|
|
234
224
|
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
235
225
|
): void;
|
|
236
|
-
|
|
237
226
|
getRecommendations(
|
|
238
227
|
args: GetRecommendationsCommandInput,
|
|
239
228
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +236,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
247
236
|
options: __HttpHandlerOptions,
|
|
248
237
|
cb: (err: any, data?: GetRecommendationsCommandOutput) => void
|
|
249
238
|
): void;
|
|
250
|
-
|
|
251
239
|
listFindingsReports(
|
|
252
240
|
args: ListFindingsReportsCommandInput,
|
|
253
241
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +249,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
261
249
|
options: __HttpHandlerOptions,
|
|
262
250
|
cb: (err: any, data?: ListFindingsReportsCommandOutput) => void
|
|
263
251
|
): void;
|
|
264
|
-
|
|
265
252
|
listProfileTimes(
|
|
266
253
|
args: ListProfileTimesCommandInput,
|
|
267
254
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +262,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
275
262
|
options: __HttpHandlerOptions,
|
|
276
263
|
cb: (err: any, data?: ListProfileTimesCommandOutput) => void
|
|
277
264
|
): void;
|
|
278
|
-
|
|
279
265
|
listProfilingGroups(
|
|
280
266
|
args: ListProfilingGroupsCommandInput,
|
|
281
267
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +275,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
289
275
|
options: __HttpHandlerOptions,
|
|
290
276
|
cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void
|
|
291
277
|
): void;
|
|
292
|
-
|
|
293
278
|
listTagsForResource(
|
|
294
279
|
args: ListTagsForResourceCommandInput,
|
|
295
280
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +288,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
303
288
|
options: __HttpHandlerOptions,
|
|
304
289
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
305
290
|
): void;
|
|
306
|
-
|
|
307
291
|
postAgentProfile(
|
|
308
292
|
args: PostAgentProfileCommandInput,
|
|
309
293
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +301,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
317
301
|
options: __HttpHandlerOptions,
|
|
318
302
|
cb: (err: any, data?: PostAgentProfileCommandOutput) => void
|
|
319
303
|
): void;
|
|
320
|
-
|
|
321
304
|
putPermission(
|
|
322
305
|
args: PutPermissionCommandInput,
|
|
323
306
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +314,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
331
314
|
options: __HttpHandlerOptions,
|
|
332
315
|
cb: (err: any, data?: PutPermissionCommandOutput) => void
|
|
333
316
|
): void;
|
|
334
|
-
|
|
335
317
|
removeNotificationChannel(
|
|
336
318
|
args: RemoveNotificationChannelCommandInput,
|
|
337
319
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +327,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
345
327
|
options: __HttpHandlerOptions,
|
|
346
328
|
cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
|
|
347
329
|
): void;
|
|
348
|
-
|
|
349
330
|
removePermission(
|
|
350
331
|
args: RemovePermissionCommandInput,
|
|
351
332
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +340,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
359
340
|
options: __HttpHandlerOptions,
|
|
360
341
|
cb: (err: any, data?: RemovePermissionCommandOutput) => void
|
|
361
342
|
): void;
|
|
362
|
-
|
|
363
343
|
submitFeedback(
|
|
364
344
|
args: SubmitFeedbackCommandInput,
|
|
365
345
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +353,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
373
353
|
options: __HttpHandlerOptions,
|
|
374
354
|
cb: (err: any, data?: SubmitFeedbackCommandOutput) => void
|
|
375
355
|
): void;
|
|
376
|
-
|
|
377
356
|
tagResource(
|
|
378
357
|
args: TagResourceCommandInput,
|
|
379
358
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +366,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
387
366
|
options: __HttpHandlerOptions,
|
|
388
367
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
389
368
|
): void;
|
|
390
|
-
|
|
391
369
|
untagResource(
|
|
392
370
|
args: UntagResourceCommandInput,
|
|
393
371
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +379,6 @@ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
|
|
|
401
379
|
options: __HttpHandlerOptions,
|
|
402
380
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
403
381
|
): void;
|
|
404
|
-
|
|
405
382
|
updateProfilingGroup(
|
|
406
383
|
args: UpdateProfilingGroupCommandInput,
|
|
407
384
|
options?: __HttpHandlerOptions
|
|
@@ -185,47 +185,26 @@ export declare type ServiceOutputTypes =
|
|
|
185
185
|
export interface ClientDefaults
|
|
186
186
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
187
|
requestHandler?: __HttpHandler;
|
|
188
|
-
|
|
189
188
|
sha256?: __HashConstructor;
|
|
190
|
-
|
|
191
189
|
urlParser?: __UrlParser;
|
|
192
|
-
|
|
193
190
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
-
|
|
195
191
|
streamCollector?: __StreamCollector;
|
|
196
|
-
|
|
197
192
|
base64Decoder?: __Decoder;
|
|
198
|
-
|
|
199
193
|
base64Encoder?: __Encoder;
|
|
200
|
-
|
|
201
194
|
utf8Decoder?: __Decoder;
|
|
202
|
-
|
|
203
195
|
utf8Encoder?: __Encoder;
|
|
204
|
-
|
|
205
196
|
runtime?: string;
|
|
206
|
-
|
|
207
197
|
disableHostPrefix?: boolean;
|
|
208
|
-
|
|
209
198
|
maxAttempts?: number | __Provider<number>;
|
|
210
|
-
|
|
211
199
|
retryMode?: string | __Provider<string>;
|
|
212
|
-
|
|
213
200
|
logger?: __Logger;
|
|
214
|
-
|
|
215
201
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
-
|
|
217
202
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
-
|
|
219
203
|
serviceId?: string;
|
|
220
|
-
|
|
221
204
|
region?: string | __Provider<string>;
|
|
222
|
-
|
|
223
205
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
-
|
|
225
206
|
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
-
|
|
227
207
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
-
|
|
229
208
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
209
|
}
|
|
231
210
|
declare type CodeGuruProfilerClientConfigType = Partial<
|
|
@@ -238,7 +217,6 @@ declare type CodeGuruProfilerClientConfigType = Partial<
|
|
|
238
217
|
HostHeaderInputConfig &
|
|
239
218
|
AwsAuthInputConfig &
|
|
240
219
|
UserAgentInputConfig;
|
|
241
|
-
|
|
242
220
|
export interface CodeGuruProfilerClientConfig
|
|
243
221
|
extends CodeGuruProfilerClientConfigType {}
|
|
244
222
|
declare type CodeGuruProfilerClientResolvedConfigType =
|
|
@@ -250,10 +228,8 @@ declare type CodeGuruProfilerClientResolvedConfigType =
|
|
|
250
228
|
HostHeaderResolvedConfig &
|
|
251
229
|
AwsAuthResolvedConfig &
|
|
252
230
|
UserAgentResolvedConfig;
|
|
253
|
-
|
|
254
231
|
export interface CodeGuruProfilerClientResolvedConfig
|
|
255
232
|
extends CodeGuruProfilerClientResolvedConfigType {}
|
|
256
|
-
|
|
257
233
|
export declare class CodeGuruProfilerClient extends __Client<
|
|
258
234
|
__HttpHandlerOptions,
|
|
259
235
|
ServiceInputTypes,
|
|
@@ -262,7 +238,6 @@ export declare class CodeGuruProfilerClient extends __Client<
|
|
|
262
238
|
> {
|
|
263
239
|
readonly config: CodeGuruProfilerClientResolvedConfig;
|
|
264
240
|
constructor(configuration: CodeGuruProfilerClientConfig);
|
|
265
|
-
|
|
266
241
|
destroy(): void;
|
|
267
242
|
}
|
|
268
243
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AddNotificationChannelsCommandInput
|
|
|
19
19
|
export interface AddNotificationChannelsCommandOutput
|
|
20
20
|
extends AddNotificationChannelsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddNotificationChannelsCommand extends $Command<
|
|
24
23
|
AddNotificationChannelsCommandInput,
|
|
25
24
|
AddNotificationChannelsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddNotificationChannelsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddNotificationChannelsCommandInput;
|
|
29
28
|
constructor(input: AddNotificationChannelsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetFrameMetricDataCommandInput
|
|
|
19
19
|
export interface BatchGetFrameMetricDataCommandOutput
|
|
20
20
|
extends BatchGetFrameMetricDataResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetFrameMetricDataCommand extends $Command<
|
|
24
23
|
BatchGetFrameMetricDataCommandInput,
|
|
25
24
|
BatchGetFrameMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetFrameMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetFrameMetricDataCommandInput;
|
|
29
28
|
constructor(input: BatchGetFrameMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {}
|
|
|
18
18
|
export interface ConfigureAgentCommandOutput
|
|
19
19
|
extends ConfigureAgentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ConfigureAgentCommand extends $Command<
|
|
23
22
|
ConfigureAgentCommandInput,
|
|
24
23
|
ConfigureAgentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ConfigureAgentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ConfigureAgentCommandInput;
|
|
28
27
|
constructor(input: ConfigureAgentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateProfilingGroupCommandInput
|
|
|
19
19
|
export interface CreateProfilingGroupCommandOutput
|
|
20
20
|
extends CreateProfilingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateProfilingGroupCommand extends $Command<
|
|
24
23
|
CreateProfilingGroupCommandInput,
|
|
25
24
|
CreateProfilingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateProfilingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateProfilingGroupCommandInput;
|
|
29
28
|
constructor(input: CreateProfilingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteProfilingGroupCommandInput
|
|
|
19
19
|
export interface DeleteProfilingGroupCommandOutput
|
|
20
20
|
extends DeleteProfilingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteProfilingGroupCommand extends $Command<
|
|
24
23
|
DeleteProfilingGroupCommandInput,
|
|
25
24
|
DeleteProfilingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteProfilingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteProfilingGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteProfilingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeProfilingGroupCommandInput
|
|
|
19
19
|
export interface DescribeProfilingGroupCommandOutput
|
|
20
20
|
extends DescribeProfilingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeProfilingGroupCommand extends $Command<
|
|
24
23
|
DescribeProfilingGroupCommandInput,
|
|
25
24
|
DescribeProfilingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeProfilingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeProfilingGroupCommandInput;
|
|
29
28
|
constructor(input: DescribeProfilingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetFindingsReportAccountSummaryCommandInput
|
|
|
19
19
|
export interface GetFindingsReportAccountSummaryCommandOutput
|
|
20
20
|
extends GetFindingsReportAccountSummaryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetFindingsReportAccountSummaryCommand extends $Command<
|
|
24
23
|
GetFindingsReportAccountSummaryCommandInput,
|
|
25
24
|
GetFindingsReportAccountSummaryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetFindingsReportAccountSummaryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetFindingsReportAccountSummaryCommandInput;
|
|
29
28
|
constructor(input: GetFindingsReportAccountSummaryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetNotificationConfigurationCommandInput
|
|
|
19
19
|
export interface GetNotificationConfigurationCommandOutput
|
|
20
20
|
extends GetNotificationConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetNotificationConfigurationCommand extends $Command<
|
|
24
23
|
GetNotificationConfigurationCommandInput,
|
|
25
24
|
GetNotificationConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetNotificationConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetNotificationConfigurationCommandInput;
|
|
29
28
|
constructor(input: GetNotificationConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
|
15
15
|
export interface GetPolicyCommandOutput
|
|
16
16
|
extends GetPolicyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPolicyCommand extends $Command<
|
|
20
19
|
GetPolicyCommandInput,
|
|
21
20
|
GetPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPolicyCommandInput;
|
|
25
24
|
constructor(input: GetPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetProfileCommandInput extends GetProfileRequest {}
|
|
|
15
15
|
export interface GetProfileCommandOutput
|
|
16
16
|
extends GetProfileResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetProfileCommand extends $Command<
|
|
20
19
|
GetProfileCommandInput,
|
|
21
20
|
GetProfileCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetProfileCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetProfileCommandInput;
|
|
25
24
|
constructor(input: GetProfileCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRecommendationsCommandInput
|
|
|
19
19
|
export interface GetRecommendationsCommandOutput
|
|
20
20
|
extends GetRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRecommendationsCommand extends $Command<
|
|
24
23
|
GetRecommendationsCommandInput,
|
|
25
24
|
GetRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRecommendationsCommandInput;
|
|
29
28
|
constructor(input: GetRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListFindingsReportsCommandInput
|
|
|
19
19
|
export interface ListFindingsReportsCommandOutput
|
|
20
20
|
extends ListFindingsReportsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListFindingsReportsCommand extends $Command<
|
|
24
23
|
ListFindingsReportsCommandInput,
|
|
25
24
|
ListFindingsReportsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListFindingsReportsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListFindingsReportsCommandInput;
|
|
29
28
|
constructor(input: ListFindingsReportsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
|
|
|
18
18
|
export interface ListProfileTimesCommandOutput
|
|
19
19
|
extends ListProfileTimesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListProfileTimesCommand extends $Command<
|
|
23
22
|
ListProfileTimesCommandInput,
|
|
24
23
|
ListProfileTimesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListProfileTimesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListProfileTimesCommandInput;
|
|
28
27
|
constructor(input: ListProfileTimesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListProfilingGroupsCommandInput
|
|
|
19
19
|
export interface ListProfilingGroupsCommandOutput
|
|
20
20
|
extends ListProfilingGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListProfilingGroupsCommand extends $Command<
|
|
24
23
|
ListProfilingGroupsCommandInput,
|
|
25
24
|
ListProfilingGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListProfilingGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListProfilingGroupsCommandInput;
|
|
29
28
|
constructor(input: ListProfilingGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PostAgentProfileCommandInput extends PostAgentProfileRequest {}
|
|
|
18
18
|
export interface PostAgentProfileCommandOutput
|
|
19
19
|
extends PostAgentProfileResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PostAgentProfileCommand extends $Command<
|
|
23
22
|
PostAgentProfileCommandInput,
|
|
24
23
|
PostAgentProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PostAgentProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PostAgentProfileCommandInput;
|
|
28
27
|
constructor(input: PostAgentProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {}
|
|
|
18
18
|
export interface PutPermissionCommandOutput
|
|
19
19
|
extends PutPermissionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutPermissionCommand extends $Command<
|
|
23
22
|
PutPermissionCommandInput,
|
|
24
23
|
PutPermissionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutPermissionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutPermissionCommandInput;
|
|
28
27
|
constructor(input: PutPermissionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RemoveNotificationChannelCommandInput
|
|
|
19
19
|
export interface RemoveNotificationChannelCommandOutput
|
|
20
20
|
extends RemoveNotificationChannelResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RemoveNotificationChannelCommand extends $Command<
|
|
24
23
|
RemoveNotificationChannelCommandInput,
|
|
25
24
|
RemoveNotificationChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RemoveNotificationChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RemoveNotificationChannelCommandInput;
|
|
29
28
|
constructor(input: RemoveNotificationChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
|
|
|
18
18
|
export interface RemovePermissionCommandOutput
|
|
19
19
|
extends RemovePermissionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RemovePermissionCommand extends $Command<
|
|
23
22
|
RemovePermissionCommandInput,
|
|
24
23
|
RemovePermissionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RemovePermissionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RemovePermissionCommandInput;
|
|
28
27
|
constructor(input: RemovePermissionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
|
|
|
18
18
|
export interface SubmitFeedbackCommandOutput
|
|
19
19
|
extends SubmitFeedbackResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SubmitFeedbackCommand extends $Command<
|
|
23
22
|
SubmitFeedbackCommandInput,
|
|
24
23
|
SubmitFeedbackCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SubmitFeedbackCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SubmitFeedbackCommandInput;
|
|
28
27
|
constructor(input: SubmitFeedbackCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateProfilingGroupCommandInput
|
|
|
19
19
|
export interface UpdateProfilingGroupCommandOutput
|
|
20
20
|
extends UpdateProfilingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateProfilingGroupCommand extends $Command<
|
|
24
23
|
UpdateProfilingGroupCommandInput,
|
|
25
24
|
UpdateProfilingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateProfilingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateProfilingGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateProfilingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodeGuruProfilerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|