@aws-sdk/client-codeguruprofiler 3.169.0 → 3.170.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 +418 -120
- package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +268 -96
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +826 -776
- package/dist-types/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFindingsReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfileTimesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,96 +1,268 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddNotificationChannelsCommandInput,
|
|
47
|
+
AddNotificationChannelsCommandOutput,
|
|
48
|
+
} from "./commands/AddNotificationChannelsCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetFrameMetricDataCommandInput,
|
|
51
|
+
BatchGetFrameMetricDataCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetFrameMetricDataCommand";
|
|
53
|
+
import {
|
|
54
|
+
ConfigureAgentCommandInput,
|
|
55
|
+
ConfigureAgentCommandOutput,
|
|
56
|
+
} from "./commands/ConfigureAgentCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateProfilingGroupCommandInput,
|
|
59
|
+
CreateProfilingGroupCommandOutput,
|
|
60
|
+
} from "./commands/CreateProfilingGroupCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteProfilingGroupCommandInput,
|
|
63
|
+
DeleteProfilingGroupCommandOutput,
|
|
64
|
+
} from "./commands/DeleteProfilingGroupCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeProfilingGroupCommandInput,
|
|
67
|
+
DescribeProfilingGroupCommandOutput,
|
|
68
|
+
} from "./commands/DescribeProfilingGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetFindingsReportAccountSummaryCommandInput,
|
|
71
|
+
GetFindingsReportAccountSummaryCommandOutput,
|
|
72
|
+
} from "./commands/GetFindingsReportAccountSummaryCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetNotificationConfigurationCommandInput,
|
|
75
|
+
GetNotificationConfigurationCommandOutput,
|
|
76
|
+
} from "./commands/GetNotificationConfigurationCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetPolicyCommandInput,
|
|
79
|
+
GetPolicyCommandOutput,
|
|
80
|
+
} from "./commands/GetPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetProfileCommandInput,
|
|
83
|
+
GetProfileCommandOutput,
|
|
84
|
+
} from "./commands/GetProfileCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetRecommendationsCommandInput,
|
|
87
|
+
GetRecommendationsCommandOutput,
|
|
88
|
+
} from "./commands/GetRecommendationsCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListFindingsReportsCommandInput,
|
|
91
|
+
ListFindingsReportsCommandOutput,
|
|
92
|
+
} from "./commands/ListFindingsReportsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListProfileTimesCommandInput,
|
|
95
|
+
ListProfileTimesCommandOutput,
|
|
96
|
+
} from "./commands/ListProfileTimesCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListProfilingGroupsCommandInput,
|
|
99
|
+
ListProfilingGroupsCommandOutput,
|
|
100
|
+
} from "./commands/ListProfilingGroupsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListTagsForResourceCommandInput,
|
|
103
|
+
ListTagsForResourceCommandOutput,
|
|
104
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
PostAgentProfileCommandInput,
|
|
107
|
+
PostAgentProfileCommandOutput,
|
|
108
|
+
} from "./commands/PostAgentProfileCommand";
|
|
109
|
+
import {
|
|
110
|
+
PutPermissionCommandInput,
|
|
111
|
+
PutPermissionCommandOutput,
|
|
112
|
+
} from "./commands/PutPermissionCommand";
|
|
113
|
+
import {
|
|
114
|
+
RemoveNotificationChannelCommandInput,
|
|
115
|
+
RemoveNotificationChannelCommandOutput,
|
|
116
|
+
} from "./commands/RemoveNotificationChannelCommand";
|
|
117
|
+
import {
|
|
118
|
+
RemovePermissionCommandInput,
|
|
119
|
+
RemovePermissionCommandOutput,
|
|
120
|
+
} from "./commands/RemovePermissionCommand";
|
|
121
|
+
import {
|
|
122
|
+
SubmitFeedbackCommandInput,
|
|
123
|
+
SubmitFeedbackCommandOutput,
|
|
124
|
+
} from "./commands/SubmitFeedbackCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagResourceCommandInput,
|
|
127
|
+
TagResourceCommandOutput,
|
|
128
|
+
} from "./commands/TagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagResourceCommandInput,
|
|
131
|
+
UntagResourceCommandOutput,
|
|
132
|
+
} from "./commands/UntagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateProfilingGroupCommandInput,
|
|
135
|
+
UpdateProfilingGroupCommandOutput,
|
|
136
|
+
} from "./commands/UpdateProfilingGroupCommand";
|
|
137
|
+
export declare type ServiceInputTypes =
|
|
138
|
+
| AddNotificationChannelsCommandInput
|
|
139
|
+
| BatchGetFrameMetricDataCommandInput
|
|
140
|
+
| ConfigureAgentCommandInput
|
|
141
|
+
| CreateProfilingGroupCommandInput
|
|
142
|
+
| DeleteProfilingGroupCommandInput
|
|
143
|
+
| DescribeProfilingGroupCommandInput
|
|
144
|
+
| GetFindingsReportAccountSummaryCommandInput
|
|
145
|
+
| GetNotificationConfigurationCommandInput
|
|
146
|
+
| GetPolicyCommandInput
|
|
147
|
+
| GetProfileCommandInput
|
|
148
|
+
| GetRecommendationsCommandInput
|
|
149
|
+
| ListFindingsReportsCommandInput
|
|
150
|
+
| ListProfileTimesCommandInput
|
|
151
|
+
| ListProfilingGroupsCommandInput
|
|
152
|
+
| ListTagsForResourceCommandInput
|
|
153
|
+
| PostAgentProfileCommandInput
|
|
154
|
+
| PutPermissionCommandInput
|
|
155
|
+
| RemoveNotificationChannelCommandInput
|
|
156
|
+
| RemovePermissionCommandInput
|
|
157
|
+
| SubmitFeedbackCommandInput
|
|
158
|
+
| TagResourceCommandInput
|
|
159
|
+
| UntagResourceCommandInput
|
|
160
|
+
| UpdateProfilingGroupCommandInput;
|
|
161
|
+
export declare type ServiceOutputTypes =
|
|
162
|
+
| AddNotificationChannelsCommandOutput
|
|
163
|
+
| BatchGetFrameMetricDataCommandOutput
|
|
164
|
+
| ConfigureAgentCommandOutput
|
|
165
|
+
| CreateProfilingGroupCommandOutput
|
|
166
|
+
| DeleteProfilingGroupCommandOutput
|
|
167
|
+
| DescribeProfilingGroupCommandOutput
|
|
168
|
+
| GetFindingsReportAccountSummaryCommandOutput
|
|
169
|
+
| GetNotificationConfigurationCommandOutput
|
|
170
|
+
| GetPolicyCommandOutput
|
|
171
|
+
| GetProfileCommandOutput
|
|
172
|
+
| GetRecommendationsCommandOutput
|
|
173
|
+
| ListFindingsReportsCommandOutput
|
|
174
|
+
| ListProfileTimesCommandOutput
|
|
175
|
+
| ListProfilingGroupsCommandOutput
|
|
176
|
+
| ListTagsForResourceCommandOutput
|
|
177
|
+
| PostAgentProfileCommandOutput
|
|
178
|
+
| PutPermissionCommandOutput
|
|
179
|
+
| RemoveNotificationChannelCommandOutput
|
|
180
|
+
| RemovePermissionCommandOutput
|
|
181
|
+
| SubmitFeedbackCommandOutput
|
|
182
|
+
| TagResourceCommandOutput
|
|
183
|
+
| UntagResourceCommandOutput
|
|
184
|
+
| UpdateProfilingGroupCommandOutput;
|
|
185
|
+
export interface ClientDefaults
|
|
186
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
|
+
requestHandler?: __HttpHandler;
|
|
188
|
+
|
|
189
|
+
sha256?: __HashConstructor;
|
|
190
|
+
|
|
191
|
+
urlParser?: __UrlParser;
|
|
192
|
+
|
|
193
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
+
|
|
195
|
+
streamCollector?: __StreamCollector;
|
|
196
|
+
|
|
197
|
+
base64Decoder?: __Decoder;
|
|
198
|
+
|
|
199
|
+
base64Encoder?: __Encoder;
|
|
200
|
+
|
|
201
|
+
utf8Decoder?: __Decoder;
|
|
202
|
+
|
|
203
|
+
utf8Encoder?: __Encoder;
|
|
204
|
+
|
|
205
|
+
runtime?: string;
|
|
206
|
+
|
|
207
|
+
disableHostPrefix?: boolean;
|
|
208
|
+
|
|
209
|
+
maxAttempts?: number | __Provider<number>;
|
|
210
|
+
|
|
211
|
+
retryMode?: string | __Provider<string>;
|
|
212
|
+
|
|
213
|
+
logger?: __Logger;
|
|
214
|
+
|
|
215
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
+
|
|
217
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
+
|
|
219
|
+
serviceId?: string;
|
|
220
|
+
|
|
221
|
+
region?: string | __Provider<string>;
|
|
222
|
+
|
|
223
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
+
|
|
225
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
+
|
|
227
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
+
|
|
229
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
|
+
}
|
|
231
|
+
declare type CodeGuruProfilerClientConfigType = Partial<
|
|
232
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
233
|
+
> &
|
|
234
|
+
ClientDefaults &
|
|
235
|
+
RegionInputConfig &
|
|
236
|
+
EndpointsInputConfig &
|
|
237
|
+
RetryInputConfig &
|
|
238
|
+
HostHeaderInputConfig &
|
|
239
|
+
AwsAuthInputConfig &
|
|
240
|
+
UserAgentInputConfig;
|
|
241
|
+
|
|
242
|
+
export interface CodeGuruProfilerClientConfig
|
|
243
|
+
extends CodeGuruProfilerClientConfigType {}
|
|
244
|
+
declare type CodeGuruProfilerClientResolvedConfigType =
|
|
245
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
246
|
+
Required<ClientDefaults> &
|
|
247
|
+
RegionResolvedConfig &
|
|
248
|
+
EndpointsResolvedConfig &
|
|
249
|
+
RetryResolvedConfig &
|
|
250
|
+
HostHeaderResolvedConfig &
|
|
251
|
+
AwsAuthResolvedConfig &
|
|
252
|
+
UserAgentResolvedConfig;
|
|
253
|
+
|
|
254
|
+
export interface CodeGuruProfilerClientResolvedConfig
|
|
255
|
+
extends CodeGuruProfilerClientResolvedConfigType {}
|
|
256
|
+
|
|
257
|
+
export declare class CodeGuruProfilerClient extends __Client<
|
|
258
|
+
__HttpHandlerOptions,
|
|
259
|
+
ServiceInputTypes,
|
|
260
|
+
ServiceOutputTypes,
|
|
261
|
+
CodeGuruProfilerClientResolvedConfig
|
|
262
|
+
> {
|
|
263
|
+
readonly config: CodeGuruProfilerClientResolvedConfig;
|
|
264
|
+
constructor(configuration: CodeGuruProfilerClientConfig);
|
|
265
|
+
|
|
266
|
+
destroy(): void;
|
|
267
|
+
}
|
|
268
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruProfilerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruProfilerClient";
|
|
13
|
+
import {
|
|
14
|
+
AddNotificationChannelsRequest,
|
|
15
|
+
AddNotificationChannelsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddNotificationChannelsCommandInput
|
|
18
|
+
extends AddNotificationChannelsRequest {}
|
|
19
|
+
export interface AddNotificationChannelsCommandOutput
|
|
20
|
+
extends AddNotificationChannelsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddNotificationChannelsCommand extends $Command<
|
|
24
|
+
AddNotificationChannelsCommandInput,
|
|
25
|
+
AddNotificationChannelsCommandOutput,
|
|
26
|
+
CodeGuruProfilerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddNotificationChannelsCommandInput;
|
|
29
|
+
constructor(input: AddNotificationChannelsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AddNotificationChannelsCommandInput,
|
|
37
|
+
AddNotificationChannelsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruProfilerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruProfilerClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetFrameMetricDataRequest,
|
|
15
|
+
BatchGetFrameMetricDataResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetFrameMetricDataCommandInput
|
|
18
|
+
extends BatchGetFrameMetricDataRequest {}
|
|
19
|
+
export interface BatchGetFrameMetricDataCommandOutput
|
|
20
|
+
extends BatchGetFrameMetricDataResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetFrameMetricDataCommand extends $Command<
|
|
24
|
+
BatchGetFrameMetricDataCommandInput,
|
|
25
|
+
BatchGetFrameMetricDataCommandOutput,
|
|
26
|
+
CodeGuruProfilerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetFrameMetricDataCommandInput;
|
|
29
|
+
constructor(input: BatchGetFrameMetricDataCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetFrameMetricDataCommandInput,
|
|
37
|
+
BatchGetFrameMetricDataCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruProfilerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruProfilerClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigureAgentRequest,
|
|
15
|
+
ConfigureAgentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {}
|
|
18
|
+
export interface ConfigureAgentCommandOutput
|
|
19
|
+
extends ConfigureAgentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ConfigureAgentCommand extends $Command<
|
|
23
|
+
ConfigureAgentCommandInput,
|
|
24
|
+
ConfigureAgentCommandOutput,
|
|
25
|
+
CodeGuruProfilerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ConfigureAgentCommandInput;
|
|
28
|
+
constructor(input: ConfigureAgentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ConfigureAgentCommandInput, ConfigureAgentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruProfilerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruProfilerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateProfilingGroupRequest,
|
|
15
|
+
CreateProfilingGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateProfilingGroupCommandInput
|
|
18
|
+
extends CreateProfilingGroupRequest {}
|
|
19
|
+
export interface CreateProfilingGroupCommandOutput
|
|
20
|
+
extends CreateProfilingGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateProfilingGroupCommand extends $Command<
|
|
24
|
+
CreateProfilingGroupCommandInput,
|
|
25
|
+
CreateProfilingGroupCommandOutput,
|
|
26
|
+
CodeGuruProfilerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateProfilingGroupCommandInput;
|
|
29
|
+
constructor(input: CreateProfilingGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruProfilerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateProfilingGroupCommandInput,
|
|
37
|
+
CreateProfilingGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|