@aws-sdk/client-codeguruprofiler 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1138 -1110
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodeGuruProfilerClient.js +2 -0
- package/dist-es/commands/AddNotificationChannelsCommand.js +3 -9
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -9
- package/dist-es/commands/ConfigureAgentCommand.js +3 -9
- package/dist-es/commands/CreateProfilingGroupCommand.js +3 -9
- package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -9
- package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -9
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -9
- package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetPolicyCommand.js +3 -9
- package/dist-es/commands/GetProfileCommand.js +3 -9
- package/dist-es/commands/GetRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListFindingsReportsCommand.js +3 -9
- package/dist-es/commands/ListProfileTimesCommand.js +3 -9
- package/dist-es/commands/ListProfilingGroupsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PostAgentProfileCommand.js +3 -9
- package/dist-es/commands/PutPermissionCommand.js +3 -9
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -9
- package/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/dist-es/commands/SubmitFeedbackCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1101 -0
- package/dist-types/CodeGuruProfilerClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +120 -0
- package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +126 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -949
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -209
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -281
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
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
|
-
* serializeAws_restJson1AddNotificationChannelsCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_AddNotificationChannelsCommand: (input: AddNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_restJson1BatchGetFrameMetricDataCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_BatchGetFrameMetricDataCommand: (input: BatchGetFrameMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1ConfigureAgentCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_ConfigureAgentCommand: (input: ConfigureAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateProfilingGroupCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateProfilingGroupCommand: (input: CreateProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1DeleteProfilingGroupCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_DeleteProfilingGroupCommand: (input: DeleteProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1DescribeProfilingGroupCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DescribeProfilingGroupCommand: (input: DescribeProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1GetFindingsReportAccountSummaryCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_GetFindingsReportAccountSummaryCommand: (input: GetFindingsReportAccountSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1GetNotificationConfigurationCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_GetNotificationConfigurationCommand: (input: GetNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1GetPolicyCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1GetProfileCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1GetRecommendationsCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1ListFindingsReportsCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_ListFindingsReportsCommand: (input: ListFindingsReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1ListProfileTimesCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_ListProfileTimesCommand: (input: ListProfileTimesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1ListProfilingGroupsCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_ListProfilingGroupsCommand: (input: ListProfilingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1PostAgentProfileCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_PostAgentProfileCommand: (input: PostAgentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1PutPermissionCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_PutPermissionCommand: (input: PutPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1RemoveNotificationChannelCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1RemovePermissionCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1SubmitFeedbackCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_SubmitFeedbackCommand: (input: SubmitFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1TagResourceCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1UpdateProfilingGroupCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_UpdateProfilingGroupCommand: (input: UpdateProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* deserializeAws_restJson1AddNotificationChannelsCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const de_AddNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddNotificationChannelsCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* deserializeAws_restJson1BatchGetFrameMetricDataCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const de_BatchGetFrameMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFrameMetricDataCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* deserializeAws_restJson1ConfigureAgentCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const de_ConfigureAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureAgentCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* deserializeAws_restJson1CreateProfilingGroupCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const de_CreateProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfilingGroupCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* deserializeAws_restJson1DeleteProfilingGroupCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const de_DeleteProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfilingGroupCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_restJson1DescribeProfilingGroupCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_DescribeProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfilingGroupCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_restJson1GetFindingsReportAccountSummaryCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_GetFindingsReportAccountSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportAccountSummaryCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_restJson1GetNotificationConfigurationCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_GetNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationConfigurationCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_restJson1GetPolicyCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_restJson1GetProfileCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1GetRecommendationsCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1ListFindingsReportsCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_ListFindingsReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsReportsCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1ListProfileTimesCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_ListProfileTimesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileTimesCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1ListProfilingGroupsCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_ListProfilingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilingGroupsCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1PostAgentProfileCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_PostAgentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostAgentProfileCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1PutPermissionCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_PutPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1RemoveNotificationChannelCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1RemovePermissionCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1SubmitFeedbackCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_SubmitFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitFeedbackCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1UpdateProfilingGroupCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_UpdateProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfilingGroupCommandOutput>;
|
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddNotificationChannelsCommandInput,
|
|
8
|
-
AddNotificationChannelsCommandOutput,
|
|
9
|
-
} from "../commands/AddNotificationChannelsCommand";
|
|
10
|
-
import {
|
|
11
|
-
BatchGetFrameMetricDataCommandInput,
|
|
12
|
-
BatchGetFrameMetricDataCommandOutput,
|
|
13
|
-
} from "../commands/BatchGetFrameMetricDataCommand";
|
|
14
|
-
import {
|
|
15
|
-
ConfigureAgentCommandInput,
|
|
16
|
-
ConfigureAgentCommandOutput,
|
|
17
|
-
} from "../commands/ConfigureAgentCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateProfilingGroupCommandInput,
|
|
20
|
-
CreateProfilingGroupCommandOutput,
|
|
21
|
-
} from "../commands/CreateProfilingGroupCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteProfilingGroupCommandInput,
|
|
24
|
-
DeleteProfilingGroupCommandOutput,
|
|
25
|
-
} from "../commands/DeleteProfilingGroupCommand";
|
|
26
|
-
import {
|
|
27
|
-
DescribeProfilingGroupCommandInput,
|
|
28
|
-
DescribeProfilingGroupCommandOutput,
|
|
29
|
-
} from "../commands/DescribeProfilingGroupCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetFindingsReportAccountSummaryCommandInput,
|
|
32
|
-
GetFindingsReportAccountSummaryCommandOutput,
|
|
33
|
-
} from "../commands/GetFindingsReportAccountSummaryCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetNotificationConfigurationCommandInput,
|
|
36
|
-
GetNotificationConfigurationCommandOutput,
|
|
37
|
-
} from "../commands/GetNotificationConfigurationCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetPolicyCommandInput,
|
|
40
|
-
GetPolicyCommandOutput,
|
|
41
|
-
} from "../commands/GetPolicyCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetProfileCommandInput,
|
|
44
|
-
GetProfileCommandOutput,
|
|
45
|
-
} from "../commands/GetProfileCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetRecommendationsCommandInput,
|
|
48
|
-
GetRecommendationsCommandOutput,
|
|
49
|
-
} from "../commands/GetRecommendationsCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListFindingsReportsCommandInput,
|
|
52
|
-
ListFindingsReportsCommandOutput,
|
|
53
|
-
} from "../commands/ListFindingsReportsCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListProfileTimesCommandInput,
|
|
56
|
-
ListProfileTimesCommandOutput,
|
|
57
|
-
} from "../commands/ListProfileTimesCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListProfilingGroupsCommandInput,
|
|
60
|
-
ListProfilingGroupsCommandOutput,
|
|
61
|
-
} from "../commands/ListProfilingGroupsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListTagsForResourceCommandInput,
|
|
64
|
-
ListTagsForResourceCommandOutput,
|
|
65
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
66
|
-
import {
|
|
67
|
-
PostAgentProfileCommandInput,
|
|
68
|
-
PostAgentProfileCommandOutput,
|
|
69
|
-
} from "../commands/PostAgentProfileCommand";
|
|
70
|
-
import {
|
|
71
|
-
PutPermissionCommandInput,
|
|
72
|
-
PutPermissionCommandOutput,
|
|
73
|
-
} from "../commands/PutPermissionCommand";
|
|
74
|
-
import {
|
|
75
|
-
RemoveNotificationChannelCommandInput,
|
|
76
|
-
RemoveNotificationChannelCommandOutput,
|
|
77
|
-
} from "../commands/RemoveNotificationChannelCommand";
|
|
78
|
-
import {
|
|
79
|
-
RemovePermissionCommandInput,
|
|
80
|
-
RemovePermissionCommandOutput,
|
|
81
|
-
} from "../commands/RemovePermissionCommand";
|
|
82
|
-
import {
|
|
83
|
-
SubmitFeedbackCommandInput,
|
|
84
|
-
SubmitFeedbackCommandOutput,
|
|
85
|
-
} from "../commands/SubmitFeedbackCommand";
|
|
86
|
-
import {
|
|
87
|
-
TagResourceCommandInput,
|
|
88
|
-
TagResourceCommandOutput,
|
|
89
|
-
} from "../commands/TagResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
UntagResourceCommandInput,
|
|
92
|
-
UntagResourceCommandOutput,
|
|
93
|
-
} from "../commands/UntagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
UpdateProfilingGroupCommandInput,
|
|
96
|
-
UpdateProfilingGroupCommandOutput,
|
|
97
|
-
} from "../commands/UpdateProfilingGroupCommand";
|
|
98
|
-
export declare const se_AddNotificationChannelsCommand: (
|
|
99
|
-
input: AddNotificationChannelsCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_BatchGetFrameMetricDataCommand: (
|
|
103
|
-
input: BatchGetFrameMetricDataCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_ConfigureAgentCommand: (
|
|
107
|
-
input: ConfigureAgentCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateProfilingGroupCommand: (
|
|
111
|
-
input: CreateProfilingGroupCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_DeleteProfilingGroupCommand: (
|
|
115
|
-
input: DeleteProfilingGroupCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DescribeProfilingGroupCommand: (
|
|
119
|
-
input: DescribeProfilingGroupCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_GetFindingsReportAccountSummaryCommand: (
|
|
123
|
-
input: GetFindingsReportAccountSummaryCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_GetNotificationConfigurationCommand: (
|
|
127
|
-
input: GetNotificationConfigurationCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_GetPolicyCommand: (
|
|
131
|
-
input: GetPolicyCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_GetProfileCommand: (
|
|
135
|
-
input: GetProfileCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_GetRecommendationsCommand: (
|
|
139
|
-
input: GetRecommendationsCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_ListFindingsReportsCommand: (
|
|
143
|
-
input: ListFindingsReportsCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_ListProfileTimesCommand: (
|
|
147
|
-
input: ListProfileTimesCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ListProfilingGroupsCommand: (
|
|
151
|
-
input: ListProfilingGroupsCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
155
|
-
input: ListTagsForResourceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_PostAgentProfileCommand: (
|
|
159
|
-
input: PostAgentProfileCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_PutPermissionCommand: (
|
|
163
|
-
input: PutPermissionCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_RemoveNotificationChannelCommand: (
|
|
167
|
-
input: RemoveNotificationChannelCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_RemovePermissionCommand: (
|
|
171
|
-
input: RemovePermissionCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_SubmitFeedbackCommand: (
|
|
175
|
-
input: SubmitFeedbackCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_TagResourceCommand: (
|
|
179
|
-
input: TagResourceCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_UntagResourceCommand: (
|
|
183
|
-
input: UntagResourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_UpdateProfilingGroupCommand: (
|
|
187
|
-
input: UpdateProfilingGroupCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const de_AddNotificationChannelsCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<AddNotificationChannelsCommandOutput>;
|
|
194
|
-
export declare const de_BatchGetFrameMetricDataCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<BatchGetFrameMetricDataCommandOutput>;
|
|
198
|
-
export declare const de_ConfigureAgentCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<ConfigureAgentCommandOutput>;
|
|
202
|
-
export declare const de_CreateProfilingGroupCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<CreateProfilingGroupCommandOutput>;
|
|
206
|
-
export declare const de_DeleteProfilingGroupCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<DeleteProfilingGroupCommandOutput>;
|
|
210
|
-
export declare const de_DescribeProfilingGroupCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<DescribeProfilingGroupCommandOutput>;
|
|
214
|
-
export declare const de_GetFindingsReportAccountSummaryCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<GetFindingsReportAccountSummaryCommandOutput>;
|
|
218
|
-
export declare const de_GetNotificationConfigurationCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<GetNotificationConfigurationCommandOutput>;
|
|
222
|
-
export declare const de_GetPolicyCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<GetPolicyCommandOutput>;
|
|
226
|
-
export declare const de_GetProfileCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<GetProfileCommandOutput>;
|
|
230
|
-
export declare const de_GetRecommendationsCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<GetRecommendationsCommandOutput>;
|
|
234
|
-
export declare const de_ListFindingsReportsCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<ListFindingsReportsCommandOutput>;
|
|
238
|
-
export declare const de_ListProfileTimesCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<ListProfileTimesCommandOutput>;
|
|
242
|
-
export declare const de_ListProfilingGroupsCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<ListProfilingGroupsCommandOutput>;
|
|
246
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
250
|
-
export declare const de_PostAgentProfileCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<PostAgentProfileCommandOutput>;
|
|
254
|
-
export declare const de_PutPermissionCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<PutPermissionCommandOutput>;
|
|
258
|
-
export declare const de_RemoveNotificationChannelCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<RemoveNotificationChannelCommandOutput>;
|
|
262
|
-
export declare const de_RemovePermissionCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<RemovePermissionCommandOutput>;
|
|
266
|
-
export declare const de_SubmitFeedbackCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<SubmitFeedbackCommandOutput>;
|
|
270
|
-
export declare const de_TagResourceCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<TagResourceCommandOutput>;
|
|
274
|
-
export declare const de_UntagResourceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
278
|
-
export declare const de_UpdateProfilingGroupCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<UpdateProfilingGroupCommandOutput>;
|