@aws-sdk/client-codeguruprofiler 3.168.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeGuruProfiler.d.ts +418 -120
  3. package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +268 -96
  4. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/index.d.ts +23 -23
  28. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  29. package/dist-types/ts3.4/index.d.ts +6 -6
  30. package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +8 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +826 -776
  33. package/dist-types/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  35. package/dist-types/ts3.4/pagination/ListFindingsReportsPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/ListProfileTimesPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/ListProfilingGroupsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  39. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +281 -71
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  44. package/package.json +34 -34
@@ -1,96 +1,268 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput } from "./commands/AddNotificationChannelsCommand";
10
- import { BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput } from "./commands/BatchGetFrameMetricDataCommand";
11
- import { ConfigureAgentCommandInput, ConfigureAgentCommandOutput } from "./commands/ConfigureAgentCommand";
12
- import { CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput } from "./commands/CreateProfilingGroupCommand";
13
- import { DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput } from "./commands/DeleteProfilingGroupCommand";
14
- import { DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput } from "./commands/DescribeProfilingGroupCommand";
15
- import { GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput } from "./commands/GetFindingsReportAccountSummaryCommand";
16
- import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
17
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
18
- import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
19
- import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
20
- import { ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput } from "./commands/ListFindingsReportsCommand";
21
- import { ListProfileTimesCommandInput, ListProfileTimesCommandOutput } from "./commands/ListProfileTimesCommand";
22
- import { ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput } from "./commands/ListProfilingGroupsCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { PostAgentProfileCommandInput, PostAgentProfileCommandOutput } from "./commands/PostAgentProfileCommand";
25
- import { PutPermissionCommandInput, PutPermissionCommandOutput } from "./commands/PutPermissionCommand";
26
- import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
27
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
28
- import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "./commands/UpdateProfilingGroupCommand";
32
- export declare 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;
33
- export declare 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;
34
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
35
-
36
- requestHandler?: __HttpHandler;
37
-
38
- sha256?: __HashConstructor;
39
-
40
- urlParser?: __UrlParser;
41
-
42
- bodyLengthChecker?: __BodyLengthCalculator;
43
-
44
- streamCollector?: __StreamCollector;
45
-
46
- base64Decoder?: __Decoder;
47
-
48
- base64Encoder?: __Encoder;
49
-
50
- utf8Decoder?: __Decoder;
51
-
52
- utf8Encoder?: __Encoder;
53
-
54
- runtime?: string;
55
-
56
- disableHostPrefix?: boolean;
57
-
58
- maxAttempts?: number | __Provider<number>;
59
-
60
- retryMode?: string | __Provider<string>;
61
-
62
- logger?: __Logger;
63
-
64
- useDualstackEndpoint?: boolean | __Provider<boolean>;
65
-
66
- useFipsEndpoint?: boolean | __Provider<boolean>;
67
-
68
- serviceId?: string;
69
-
70
- region?: string | __Provider<string>;
71
-
72
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
73
-
74
- regionInfoProvider?: RegionInfoProvider;
75
-
76
- defaultUserAgentProvider?: Provider<__UserAgent>;
77
-
78
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
79
- }
80
- declare type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
81
-
82
- export interface CodeGuruProfilerClientConfig extends CodeGuruProfilerClientConfigType {
83
- }
84
- declare type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
85
-
86
- export interface CodeGuruProfilerClientResolvedConfig extends CodeGuruProfilerClientResolvedConfigType {
87
- }
88
-
89
- export declare class CodeGuruProfilerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeGuruProfilerClientResolvedConfig> {
90
-
91
- readonly config: CodeGuruProfilerClientResolvedConfig;
92
- constructor(configuration: CodeGuruProfilerClientConfig);
93
-
94
- destroy(): void;
95
- }
96
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
4
- import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0";
5
- export interface AddNotificationChannelsCommandInput extends AddNotificationChannelsRequest {
6
- }
7
- export interface AddNotificationChannelsCommandOutput extends AddNotificationChannelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddNotificationChannelsCommand extends $Command<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
11
- readonly input: AddNotificationChannelsCommandInput;
12
- constructor(input: AddNotificationChannelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
4
- import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
5
- export interface BatchGetFrameMetricDataCommandInput extends BatchGetFrameMetricDataRequest {
6
- }
7
- export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetricDataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetFrameMetricDataCommand extends $Command<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig> {
11
- readonly input: BatchGetFrameMetricDataCommandInput;
12
- constructor(input: BatchGetFrameMetricDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
4
- import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
5
- export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {
6
- }
7
- export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfigureAgentCommand extends $Command<ConfigureAgentCommandInput, ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig> {
11
- readonly input: ConfigureAgentCommandInput;
12
- constructor(input: ConfigureAgentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureAgentCommandInput, ConfigureAgentCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
4
- import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
5
- export interface CreateProfilingGroupCommandInput extends CreateProfilingGroupRequest {
6
- }
7
- export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateProfilingGroupCommand extends $Command<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
11
- readonly input: CreateProfilingGroupCommandInput;
12
- constructor(input: CreateProfilingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }