@aws-sdk/client-codeguruprofiler 3.169.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeGuruProfiler.d.ts +395 -120
  3. package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +243 -96
  4. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +39 -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 +7 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +563 -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 +67 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  44. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-codeguruprofiler
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-codeguruprofiler
@@ -1,120 +1,395 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CodeGuruProfilerClient } from "./CodeGuruProfilerClient";
3
- import { AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput } from "./commands/AddNotificationChannelsCommand";
4
- import { BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput } from "./commands/BatchGetFrameMetricDataCommand";
5
- import { ConfigureAgentCommandInput, ConfigureAgentCommandOutput } from "./commands/ConfigureAgentCommand";
6
- import { CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput } from "./commands/CreateProfilingGroupCommand";
7
- import { DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput } from "./commands/DeleteProfilingGroupCommand";
8
- import { DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput } from "./commands/DescribeProfilingGroupCommand";
9
- import { GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput } from "./commands/GetFindingsReportAccountSummaryCommand";
10
- import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
11
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
12
- import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
13
- import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
14
- import { ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput } from "./commands/ListFindingsReportsCommand";
15
- import { ListProfileTimesCommandInput, ListProfileTimesCommandOutput } from "./commands/ListProfileTimesCommand";
16
- import { ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput } from "./commands/ListProfilingGroupsCommand";
17
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
18
- import { PostAgentProfileCommandInput, PostAgentProfileCommandOutput } from "./commands/PostAgentProfileCommand";
19
- import { PutPermissionCommandInput, PutPermissionCommandOutput } from "./commands/PutPermissionCommand";
20
- import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
21
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
22
- import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "./commands/UpdateProfilingGroupCommand";
26
-
27
- export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
28
-
29
- addNotificationChannels(args: AddNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<AddNotificationChannelsCommandOutput>;
30
- addNotificationChannels(args: AddNotificationChannelsCommandInput, cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void): void;
31
- addNotificationChannels(args: AddNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void): void;
32
-
33
- batchGetFrameMetricData(args: BatchGetFrameMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetFrameMetricDataCommandOutput>;
34
- batchGetFrameMetricData(args: BatchGetFrameMetricDataCommandInput, cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void): void;
35
- batchGetFrameMetricData(args: BatchGetFrameMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void): void;
36
-
37
- configureAgent(args: ConfigureAgentCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureAgentCommandOutput>;
38
- configureAgent(args: ConfigureAgentCommandInput, cb: (err: any, data?: ConfigureAgentCommandOutput) => void): void;
39
- configureAgent(args: ConfigureAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureAgentCommandOutput) => void): void;
40
-
41
- createProfilingGroup(args: CreateProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfilingGroupCommandOutput>;
42
- createProfilingGroup(args: CreateProfilingGroupCommandInput, cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void): void;
43
- createProfilingGroup(args: CreateProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void): void;
44
-
45
- deleteProfilingGroup(args: DeleteProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfilingGroupCommandOutput>;
46
- deleteProfilingGroup(args: DeleteProfilingGroupCommandInput, cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void): void;
47
- deleteProfilingGroup(args: DeleteProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void): void;
48
-
49
- describeProfilingGroup(args: DescribeProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProfilingGroupCommandOutput>;
50
- describeProfilingGroup(args: DescribeProfilingGroupCommandInput, cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void): void;
51
- describeProfilingGroup(args: DescribeProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void): void;
52
-
53
- getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsReportAccountSummaryCommandOutput>;
54
- getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void): void;
55
- getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void): void;
56
-
57
- getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNotificationConfigurationCommandOutput>;
58
- getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void): void;
59
- getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void): void;
60
-
61
- getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
62
- getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
63
- getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
64
-
65
- getProfile(args: GetProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetProfileCommandOutput>;
66
- getProfile(args: GetProfileCommandInput, cb: (err: any, data?: GetProfileCommandOutput) => void): void;
67
- getProfile(args: GetProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProfileCommandOutput) => void): void;
68
-
69
- getRecommendations(args: GetRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommendationsCommandOutput>;
70
- getRecommendations(args: GetRecommendationsCommandInput, cb: (err: any, data?: GetRecommendationsCommandOutput) => void): void;
71
- getRecommendations(args: GetRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommendationsCommandOutput) => void): void;
72
-
73
- listFindingsReports(args: ListFindingsReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsReportsCommandOutput>;
74
- listFindingsReports(args: ListFindingsReportsCommandInput, cb: (err: any, data?: ListFindingsReportsCommandOutput) => void): void;
75
- listFindingsReports(args: ListFindingsReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsReportsCommandOutput) => void): void;
76
-
77
- listProfileTimes(args: ListProfileTimesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfileTimesCommandOutput>;
78
- listProfileTimes(args: ListProfileTimesCommandInput, cb: (err: any, data?: ListProfileTimesCommandOutput) => void): void;
79
- listProfileTimes(args: ListProfileTimesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileTimesCommandOutput) => void): void;
80
-
81
- listProfilingGroups(args: ListProfilingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilingGroupsCommandOutput>;
82
- listProfilingGroups(args: ListProfilingGroupsCommandInput, cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void): void;
83
- listProfilingGroups(args: ListProfilingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void): void;
84
-
85
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
86
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
87
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
88
-
89
- postAgentProfile(args: PostAgentProfileCommandInput, options?: __HttpHandlerOptions): Promise<PostAgentProfileCommandOutput>;
90
- postAgentProfile(args: PostAgentProfileCommandInput, cb: (err: any, data?: PostAgentProfileCommandOutput) => void): void;
91
- postAgentProfile(args: PostAgentProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PostAgentProfileCommandOutput) => void): void;
92
-
93
- putPermission(args: PutPermissionCommandInput, options?: __HttpHandlerOptions): Promise<PutPermissionCommandOutput>;
94
- putPermission(args: PutPermissionCommandInput, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
95
- putPermission(args: PutPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
96
-
97
- removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<RemoveNotificationChannelCommandOutput>;
98
- removeNotificationChannel(args: RemoveNotificationChannelCommandInput, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
99
- removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
100
-
101
- removePermission(args: RemovePermissionCommandInput, options?: __HttpHandlerOptions): Promise<RemovePermissionCommandOutput>;
102
- removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
103
- removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
104
-
105
- submitFeedback(args: SubmitFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<SubmitFeedbackCommandOutput>;
106
- submitFeedback(args: SubmitFeedbackCommandInput, cb: (err: any, data?: SubmitFeedbackCommandOutput) => void): void;
107
- submitFeedback(args: SubmitFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitFeedbackCommandOutput) => void): void;
108
-
109
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
110
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
111
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
112
-
113
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
114
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
115
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
116
-
117
- updateProfilingGroup(args: UpdateProfilingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfilingGroupCommandOutput>;
118
- updateProfilingGroup(args: UpdateProfilingGroupCommandInput, cb: (err: any, data?: UpdateProfilingGroupCommandOutput) => void): void;
119
- updateProfilingGroup(args: UpdateProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfilingGroupCommandOutput) => void): void;
120
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CodeGuruProfilerClient } from "./CodeGuruProfilerClient";
3
+ import {
4
+ AddNotificationChannelsCommandInput,
5
+ AddNotificationChannelsCommandOutput,
6
+ } from "./commands/AddNotificationChannelsCommand";
7
+ import {
8
+ BatchGetFrameMetricDataCommandInput,
9
+ BatchGetFrameMetricDataCommandOutput,
10
+ } from "./commands/BatchGetFrameMetricDataCommand";
11
+ import {
12
+ ConfigureAgentCommandInput,
13
+ ConfigureAgentCommandOutput,
14
+ } from "./commands/ConfigureAgentCommand";
15
+ import {
16
+ CreateProfilingGroupCommandInput,
17
+ CreateProfilingGroupCommandOutput,
18
+ } from "./commands/CreateProfilingGroupCommand";
19
+ import {
20
+ DeleteProfilingGroupCommandInput,
21
+ DeleteProfilingGroupCommandOutput,
22
+ } from "./commands/DeleteProfilingGroupCommand";
23
+ import {
24
+ DescribeProfilingGroupCommandInput,
25
+ DescribeProfilingGroupCommandOutput,
26
+ } from "./commands/DescribeProfilingGroupCommand";
27
+ import {
28
+ GetFindingsReportAccountSummaryCommandInput,
29
+ GetFindingsReportAccountSummaryCommandOutput,
30
+ } from "./commands/GetFindingsReportAccountSummaryCommand";
31
+ import {
32
+ GetNotificationConfigurationCommandInput,
33
+ GetNotificationConfigurationCommandOutput,
34
+ } from "./commands/GetNotificationConfigurationCommand";
35
+ import {
36
+ GetPolicyCommandInput,
37
+ GetPolicyCommandOutput,
38
+ } from "./commands/GetPolicyCommand";
39
+ import {
40
+ GetProfileCommandInput,
41
+ GetProfileCommandOutput,
42
+ } from "./commands/GetProfileCommand";
43
+ import {
44
+ GetRecommendationsCommandInput,
45
+ GetRecommendationsCommandOutput,
46
+ } from "./commands/GetRecommendationsCommand";
47
+ import {
48
+ ListFindingsReportsCommandInput,
49
+ ListFindingsReportsCommandOutput,
50
+ } from "./commands/ListFindingsReportsCommand";
51
+ import {
52
+ ListProfileTimesCommandInput,
53
+ ListProfileTimesCommandOutput,
54
+ } from "./commands/ListProfileTimesCommand";
55
+ import {
56
+ ListProfilingGroupsCommandInput,
57
+ ListProfilingGroupsCommandOutput,
58
+ } from "./commands/ListProfilingGroupsCommand";
59
+ import {
60
+ ListTagsForResourceCommandInput,
61
+ ListTagsForResourceCommandOutput,
62
+ } from "./commands/ListTagsForResourceCommand";
63
+ import {
64
+ PostAgentProfileCommandInput,
65
+ PostAgentProfileCommandOutput,
66
+ } from "./commands/PostAgentProfileCommand";
67
+ import {
68
+ PutPermissionCommandInput,
69
+ PutPermissionCommandOutput,
70
+ } from "./commands/PutPermissionCommand";
71
+ import {
72
+ RemoveNotificationChannelCommandInput,
73
+ RemoveNotificationChannelCommandOutput,
74
+ } from "./commands/RemoveNotificationChannelCommand";
75
+ import {
76
+ RemovePermissionCommandInput,
77
+ RemovePermissionCommandOutput,
78
+ } from "./commands/RemovePermissionCommand";
79
+ import {
80
+ SubmitFeedbackCommandInput,
81
+ SubmitFeedbackCommandOutput,
82
+ } from "./commands/SubmitFeedbackCommand";
83
+ import {
84
+ TagResourceCommandInput,
85
+ TagResourceCommandOutput,
86
+ } from "./commands/TagResourceCommand";
87
+ import {
88
+ UntagResourceCommandInput,
89
+ UntagResourceCommandOutput,
90
+ } from "./commands/UntagResourceCommand";
91
+ import {
92
+ UpdateProfilingGroupCommandInput,
93
+ UpdateProfilingGroupCommandOutput,
94
+ } from "./commands/UpdateProfilingGroupCommand";
95
+ export declare class CodeGuruProfiler extends CodeGuruProfilerClient {
96
+ addNotificationChannels(
97
+ args: AddNotificationChannelsCommandInput,
98
+ options?: __HttpHandlerOptions
99
+ ): Promise<AddNotificationChannelsCommandOutput>;
100
+ addNotificationChannels(
101
+ args: AddNotificationChannelsCommandInput,
102
+ cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void
103
+ ): void;
104
+ addNotificationChannels(
105
+ args: AddNotificationChannelsCommandInput,
106
+ options: __HttpHandlerOptions,
107
+ cb: (err: any, data?: AddNotificationChannelsCommandOutput) => void
108
+ ): void;
109
+ batchGetFrameMetricData(
110
+ args: BatchGetFrameMetricDataCommandInput,
111
+ options?: __HttpHandlerOptions
112
+ ): Promise<BatchGetFrameMetricDataCommandOutput>;
113
+ batchGetFrameMetricData(
114
+ args: BatchGetFrameMetricDataCommandInput,
115
+ cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void
116
+ ): void;
117
+ batchGetFrameMetricData(
118
+ args: BatchGetFrameMetricDataCommandInput,
119
+ options: __HttpHandlerOptions,
120
+ cb: (err: any, data?: BatchGetFrameMetricDataCommandOutput) => void
121
+ ): void;
122
+ configureAgent(
123
+ args: ConfigureAgentCommandInput,
124
+ options?: __HttpHandlerOptions
125
+ ): Promise<ConfigureAgentCommandOutput>;
126
+ configureAgent(
127
+ args: ConfigureAgentCommandInput,
128
+ cb: (err: any, data?: ConfigureAgentCommandOutput) => void
129
+ ): void;
130
+ configureAgent(
131
+ args: ConfigureAgentCommandInput,
132
+ options: __HttpHandlerOptions,
133
+ cb: (err: any, data?: ConfigureAgentCommandOutput) => void
134
+ ): void;
135
+ createProfilingGroup(
136
+ args: CreateProfilingGroupCommandInput,
137
+ options?: __HttpHandlerOptions
138
+ ): Promise<CreateProfilingGroupCommandOutput>;
139
+ createProfilingGroup(
140
+ args: CreateProfilingGroupCommandInput,
141
+ cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void
142
+ ): void;
143
+ createProfilingGroup(
144
+ args: CreateProfilingGroupCommandInput,
145
+ options: __HttpHandlerOptions,
146
+ cb: (err: any, data?: CreateProfilingGroupCommandOutput) => void
147
+ ): void;
148
+ deleteProfilingGroup(
149
+ args: DeleteProfilingGroupCommandInput,
150
+ options?: __HttpHandlerOptions
151
+ ): Promise<DeleteProfilingGroupCommandOutput>;
152
+ deleteProfilingGroup(
153
+ args: DeleteProfilingGroupCommandInput,
154
+ cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void
155
+ ): void;
156
+ deleteProfilingGroup(
157
+ args: DeleteProfilingGroupCommandInput,
158
+ options: __HttpHandlerOptions,
159
+ cb: (err: any, data?: DeleteProfilingGroupCommandOutput) => void
160
+ ): void;
161
+ describeProfilingGroup(
162
+ args: DescribeProfilingGroupCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<DescribeProfilingGroupCommandOutput>;
165
+ describeProfilingGroup(
166
+ args: DescribeProfilingGroupCommandInput,
167
+ cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void
168
+ ): void;
169
+ describeProfilingGroup(
170
+ args: DescribeProfilingGroupCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: DescribeProfilingGroupCommandOutput) => void
173
+ ): void;
174
+ getFindingsReportAccountSummary(
175
+ args: GetFindingsReportAccountSummaryCommandInput,
176
+ options?: __HttpHandlerOptions
177
+ ): Promise<GetFindingsReportAccountSummaryCommandOutput>;
178
+ getFindingsReportAccountSummary(
179
+ args: GetFindingsReportAccountSummaryCommandInput,
180
+ cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void
181
+ ): void;
182
+ getFindingsReportAccountSummary(
183
+ args: GetFindingsReportAccountSummaryCommandInput,
184
+ options: __HttpHandlerOptions,
185
+ cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void
186
+ ): void;
187
+ getNotificationConfiguration(
188
+ args: GetNotificationConfigurationCommandInput,
189
+ options?: __HttpHandlerOptions
190
+ ): Promise<GetNotificationConfigurationCommandOutput>;
191
+ getNotificationConfiguration(
192
+ args: GetNotificationConfigurationCommandInput,
193
+ cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void
194
+ ): void;
195
+ getNotificationConfiguration(
196
+ args: GetNotificationConfigurationCommandInput,
197
+ options: __HttpHandlerOptions,
198
+ cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void
199
+ ): void;
200
+ getPolicy(
201
+ args: GetPolicyCommandInput,
202
+ options?: __HttpHandlerOptions
203
+ ): Promise<GetPolicyCommandOutput>;
204
+ getPolicy(
205
+ args: GetPolicyCommandInput,
206
+ cb: (err: any, data?: GetPolicyCommandOutput) => void
207
+ ): void;
208
+ getPolicy(
209
+ args: GetPolicyCommandInput,
210
+ options: __HttpHandlerOptions,
211
+ cb: (err: any, data?: GetPolicyCommandOutput) => void
212
+ ): void;
213
+ getProfile(
214
+ args: GetProfileCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<GetProfileCommandOutput>;
217
+ getProfile(
218
+ args: GetProfileCommandInput,
219
+ cb: (err: any, data?: GetProfileCommandOutput) => void
220
+ ): void;
221
+ getProfile(
222
+ args: GetProfileCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: GetProfileCommandOutput) => void
225
+ ): void;
226
+ getRecommendations(
227
+ args: GetRecommendationsCommandInput,
228
+ options?: __HttpHandlerOptions
229
+ ): Promise<GetRecommendationsCommandOutput>;
230
+ getRecommendations(
231
+ args: GetRecommendationsCommandInput,
232
+ cb: (err: any, data?: GetRecommendationsCommandOutput) => void
233
+ ): void;
234
+ getRecommendations(
235
+ args: GetRecommendationsCommandInput,
236
+ options: __HttpHandlerOptions,
237
+ cb: (err: any, data?: GetRecommendationsCommandOutput) => void
238
+ ): void;
239
+ listFindingsReports(
240
+ args: ListFindingsReportsCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<ListFindingsReportsCommandOutput>;
243
+ listFindingsReports(
244
+ args: ListFindingsReportsCommandInput,
245
+ cb: (err: any, data?: ListFindingsReportsCommandOutput) => void
246
+ ): void;
247
+ listFindingsReports(
248
+ args: ListFindingsReportsCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: ListFindingsReportsCommandOutput) => void
251
+ ): void;
252
+ listProfileTimes(
253
+ args: ListProfileTimesCommandInput,
254
+ options?: __HttpHandlerOptions
255
+ ): Promise<ListProfileTimesCommandOutput>;
256
+ listProfileTimes(
257
+ args: ListProfileTimesCommandInput,
258
+ cb: (err: any, data?: ListProfileTimesCommandOutput) => void
259
+ ): void;
260
+ listProfileTimes(
261
+ args: ListProfileTimesCommandInput,
262
+ options: __HttpHandlerOptions,
263
+ cb: (err: any, data?: ListProfileTimesCommandOutput) => void
264
+ ): void;
265
+ listProfilingGroups(
266
+ args: ListProfilingGroupsCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<ListProfilingGroupsCommandOutput>;
269
+ listProfilingGroups(
270
+ args: ListProfilingGroupsCommandInput,
271
+ cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void
272
+ ): void;
273
+ listProfilingGroups(
274
+ args: ListProfilingGroupsCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void
277
+ ): void;
278
+ listTagsForResource(
279
+ args: ListTagsForResourceCommandInput,
280
+ options?: __HttpHandlerOptions
281
+ ): Promise<ListTagsForResourceCommandOutput>;
282
+ listTagsForResource(
283
+ args: ListTagsForResourceCommandInput,
284
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
285
+ ): void;
286
+ listTagsForResource(
287
+ args: ListTagsForResourceCommandInput,
288
+ options: __HttpHandlerOptions,
289
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
290
+ ): void;
291
+ postAgentProfile(
292
+ args: PostAgentProfileCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<PostAgentProfileCommandOutput>;
295
+ postAgentProfile(
296
+ args: PostAgentProfileCommandInput,
297
+ cb: (err: any, data?: PostAgentProfileCommandOutput) => void
298
+ ): void;
299
+ postAgentProfile(
300
+ args: PostAgentProfileCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: PostAgentProfileCommandOutput) => void
303
+ ): void;
304
+ putPermission(
305
+ args: PutPermissionCommandInput,
306
+ options?: __HttpHandlerOptions
307
+ ): Promise<PutPermissionCommandOutput>;
308
+ putPermission(
309
+ args: PutPermissionCommandInput,
310
+ cb: (err: any, data?: PutPermissionCommandOutput) => void
311
+ ): void;
312
+ putPermission(
313
+ args: PutPermissionCommandInput,
314
+ options: __HttpHandlerOptions,
315
+ cb: (err: any, data?: PutPermissionCommandOutput) => void
316
+ ): void;
317
+ removeNotificationChannel(
318
+ args: RemoveNotificationChannelCommandInput,
319
+ options?: __HttpHandlerOptions
320
+ ): Promise<RemoveNotificationChannelCommandOutput>;
321
+ removeNotificationChannel(
322
+ args: RemoveNotificationChannelCommandInput,
323
+ cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
324
+ ): void;
325
+ removeNotificationChannel(
326
+ args: RemoveNotificationChannelCommandInput,
327
+ options: __HttpHandlerOptions,
328
+ cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
329
+ ): void;
330
+ removePermission(
331
+ args: RemovePermissionCommandInput,
332
+ options?: __HttpHandlerOptions
333
+ ): Promise<RemovePermissionCommandOutput>;
334
+ removePermission(
335
+ args: RemovePermissionCommandInput,
336
+ cb: (err: any, data?: RemovePermissionCommandOutput) => void
337
+ ): void;
338
+ removePermission(
339
+ args: RemovePermissionCommandInput,
340
+ options: __HttpHandlerOptions,
341
+ cb: (err: any, data?: RemovePermissionCommandOutput) => void
342
+ ): void;
343
+ submitFeedback(
344
+ args: SubmitFeedbackCommandInput,
345
+ options?: __HttpHandlerOptions
346
+ ): Promise<SubmitFeedbackCommandOutput>;
347
+ submitFeedback(
348
+ args: SubmitFeedbackCommandInput,
349
+ cb: (err: any, data?: SubmitFeedbackCommandOutput) => void
350
+ ): void;
351
+ submitFeedback(
352
+ args: SubmitFeedbackCommandInput,
353
+ options: __HttpHandlerOptions,
354
+ cb: (err: any, data?: SubmitFeedbackCommandOutput) => void
355
+ ): void;
356
+ tagResource(
357
+ args: TagResourceCommandInput,
358
+ options?: __HttpHandlerOptions
359
+ ): Promise<TagResourceCommandOutput>;
360
+ tagResource(
361
+ args: TagResourceCommandInput,
362
+ cb: (err: any, data?: TagResourceCommandOutput) => void
363
+ ): void;
364
+ tagResource(
365
+ args: TagResourceCommandInput,
366
+ options: __HttpHandlerOptions,
367
+ cb: (err: any, data?: TagResourceCommandOutput) => void
368
+ ): void;
369
+ untagResource(
370
+ args: UntagResourceCommandInput,
371
+ options?: __HttpHandlerOptions
372
+ ): Promise<UntagResourceCommandOutput>;
373
+ untagResource(
374
+ args: UntagResourceCommandInput,
375
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
376
+ ): void;
377
+ untagResource(
378
+ args: UntagResourceCommandInput,
379
+ options: __HttpHandlerOptions,
380
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
381
+ ): void;
382
+ updateProfilingGroup(
383
+ args: UpdateProfilingGroupCommandInput,
384
+ options?: __HttpHandlerOptions
385
+ ): Promise<UpdateProfilingGroupCommandOutput>;
386
+ updateProfilingGroup(
387
+ args: UpdateProfilingGroupCommandInput,
388
+ cb: (err: any, data?: UpdateProfilingGroupCommandOutput) => void
389
+ ): void;
390
+ updateProfilingGroup(
391
+ args: UpdateProfilingGroupCommandInput,
392
+ options: __HttpHandlerOptions,
393
+ cb: (err: any, data?: UpdateProfilingGroupCommandOutput) => void
394
+ ): void;
395
+ }