@aws-sdk/client-codeguruprofiler 3.928.0 → 3.930.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 +34 -35
- 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
|
@@ -0,0 +1,1101 @@
|
|
|
1
|
+
const _A = "Anomaly";
|
|
2
|
+
const _AC = "AgentConfiguration";
|
|
3
|
+
const _AI = "AnomalyInstance";
|
|
4
|
+
const _AIn = "AnomalyInstances";
|
|
5
|
+
const _ANC = "AddNotificationChannels";
|
|
6
|
+
const _ANCR = "AddNotificationChannelsRequest";
|
|
7
|
+
const _ANCRd = "AddNotificationChannelsResponse";
|
|
8
|
+
const _AOC = "AgentOrchestrationConfig";
|
|
9
|
+
const _APT = "AggregatedProfileTime";
|
|
10
|
+
const _Ac = "Accept";
|
|
11
|
+
const _An = "Anomalies";
|
|
12
|
+
const _BGFMD = "BatchGetFrameMetricData";
|
|
13
|
+
const _BGFMDR = "BatchGetFrameMetricDataRequest";
|
|
14
|
+
const _BGFMDRa = "BatchGetFrameMetricDataResponse";
|
|
15
|
+
const _C = "Channel";
|
|
16
|
+
const _CA = "ConfigureAgent";
|
|
17
|
+
const _CAR = "ConfigureAgentRequest";
|
|
18
|
+
const _CARo = "ConfigureAgentResponse";
|
|
19
|
+
const _CE = "ConflictException";
|
|
20
|
+
const _CE_ = "Content-Encoding";
|
|
21
|
+
const _CPG = "CreateProfilingGroup";
|
|
22
|
+
const _CPGR = "CreateProfilingGroupRequest";
|
|
23
|
+
const _CPGRr = "CreateProfilingGroupResponse";
|
|
24
|
+
const _CT = "Content-Type";
|
|
25
|
+
const _Ch = "Channels";
|
|
26
|
+
const _DPG = "DeleteProfilingGroup";
|
|
27
|
+
const _DPGR = "DeleteProfilingGroupRequest";
|
|
28
|
+
const _DPGRe = "DeleteProfilingGroupResponse";
|
|
29
|
+
const _DPGRes = "DescribeProfilingGroupRequest";
|
|
30
|
+
const _DPGResc = "DescribeProfilingGroupResponse";
|
|
31
|
+
const _DPGe = "DescribeProfilingGroup";
|
|
32
|
+
const _FM = "FrameMetric";
|
|
33
|
+
const _FMD = "FrameMetricDatum";
|
|
34
|
+
const _FMDr = "FrameMetricData";
|
|
35
|
+
const _FMr = "FrameMetrics";
|
|
36
|
+
const _FRS = "FindingsReportSummary";
|
|
37
|
+
const _FRSi = "FindingsReportSummaries";
|
|
38
|
+
const _GFRAS = "GetFindingsReportAccountSummary";
|
|
39
|
+
const _GFRASR = "GetFindingsReportAccountSummaryRequest";
|
|
40
|
+
const _GFRASRe = "GetFindingsReportAccountSummaryResponse";
|
|
41
|
+
const _GNC = "GetNotificationConfiguration";
|
|
42
|
+
const _GNCR = "GetNotificationConfigurationRequest";
|
|
43
|
+
const _GNCRe = "GetNotificationConfigurationResponse";
|
|
44
|
+
const _GP = "GetPolicy";
|
|
45
|
+
const _GPR = "GetPolicyRequest";
|
|
46
|
+
const _GPRe = "GetPolicyResponse";
|
|
47
|
+
const _GPRet = "GetProfileRequest";
|
|
48
|
+
const _GPRetr = "GetProfileResponse";
|
|
49
|
+
const _GPe = "GetProfile";
|
|
50
|
+
const _GR = "GetRecommendations";
|
|
51
|
+
const _GRR = "GetRecommendationsRequest";
|
|
52
|
+
const _GRRe = "GetRecommendationsResponse";
|
|
53
|
+
const _ISE = "InternalServerException";
|
|
54
|
+
const _LFR = "ListFindingsReports";
|
|
55
|
+
const _LFRR = "ListFindingsReportsRequest";
|
|
56
|
+
const _LFRRi = "ListFindingsReportsResponse";
|
|
57
|
+
const _LOT = "ListOfTimestamps";
|
|
58
|
+
const _LPG = "ListProfilingGroups";
|
|
59
|
+
const _LPGR = "ListProfilingGroupsRequest";
|
|
60
|
+
const _LPGRi = "ListProfilingGroupsResponse";
|
|
61
|
+
const _LPT = "ListProfileTimes";
|
|
62
|
+
const _LPTR = "ListProfileTimesRequest";
|
|
63
|
+
const _LPTRi = "ListProfileTimesResponse";
|
|
64
|
+
const _LTFR = "ListTagsForResource";
|
|
65
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
66
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
67
|
+
const _M = "Match";
|
|
68
|
+
const _Ma = "Matches";
|
|
69
|
+
const _Me = "Metric";
|
|
70
|
+
const _NC = "NotificationConfiguration";
|
|
71
|
+
const _P = "Pattern";
|
|
72
|
+
const _PAP = "PostAgentProfile";
|
|
73
|
+
const _PAPR = "PostAgentProfileRequest";
|
|
74
|
+
const _PAPRo = "PostAgentProfileResponse";
|
|
75
|
+
const _PGD = "ProfilingGroupDescription";
|
|
76
|
+
const _PGDr = "ProfilingGroupDescriptions";
|
|
77
|
+
const _PP = "PutPermission";
|
|
78
|
+
const _PPR = "PutPermissionRequest";
|
|
79
|
+
const _PPRu = "PutPermissionResponse";
|
|
80
|
+
const _PS = "ProfilingStatus";
|
|
81
|
+
const _PT = "ProfileTime";
|
|
82
|
+
const _PTr = "ProfileTimes";
|
|
83
|
+
const _R = "Recommendation";
|
|
84
|
+
const _RNC = "RemoveNotificationChannel";
|
|
85
|
+
const _RNCR = "RemoveNotificationChannelRequest";
|
|
86
|
+
const _RNCRe = "RemoveNotificationChannelResponse";
|
|
87
|
+
const _RNFE = "ResourceNotFoundException";
|
|
88
|
+
const _RP = "RemovePermission";
|
|
89
|
+
const _RPR = "RemovePermissionRequest";
|
|
90
|
+
const _RPRe = "RemovePermissionResponse";
|
|
91
|
+
const _Re = "Recommendations";
|
|
92
|
+
const _SF = "SubmitFeedback";
|
|
93
|
+
const _SFR = "SubmitFeedbackRequest";
|
|
94
|
+
const _SFRu = "SubmitFeedbackResponse";
|
|
95
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
96
|
+
const _TE = "ThrottlingException";
|
|
97
|
+
const _TF = "TargetFrames";
|
|
98
|
+
const _TR = "TagResource";
|
|
99
|
+
const _TRR = "TagResourceRequest";
|
|
100
|
+
const _TRRa = "TagResourceResponse";
|
|
101
|
+
const _TS = "TimestampStructure";
|
|
102
|
+
const _UETM = "UnprocessedEndTimeMap";
|
|
103
|
+
const _UF = "UserFeedback";
|
|
104
|
+
const _UPG = "UpdateProfilingGroup";
|
|
105
|
+
const _UPGR = "UpdateProfilingGroupRequest";
|
|
106
|
+
const _UPGRp = "UpdateProfilingGroupResponse";
|
|
107
|
+
const _UR = "UntagResource";
|
|
108
|
+
const _URR = "UntagResourceRequest";
|
|
109
|
+
const _URRn = "UntagResourceResponse";
|
|
110
|
+
const _VE = "ValidationException";
|
|
111
|
+
const _a = "accept";
|
|
112
|
+
const _aG = "actionGroup";
|
|
113
|
+
const _aII = "anomalyInstanceId";
|
|
114
|
+
const _aMC = "allMatchesCount";
|
|
115
|
+
const _aMS = "allMatchesSum";
|
|
116
|
+
const _aOC = "agentOrchestrationConfig";
|
|
117
|
+
const _aP = "agentParameters";
|
|
118
|
+
const _aPg = "agentProfile";
|
|
119
|
+
const _an = "anomalies";
|
|
120
|
+
const _ar = "arn";
|
|
121
|
+
const _c = "channels";
|
|
122
|
+
const _cA = "createdAt";
|
|
123
|
+
const _cE = "contentEncoding";
|
|
124
|
+
const _cI = "channelId";
|
|
125
|
+
const _cP = "computePlatform";
|
|
126
|
+
const _cT = "clientToken";
|
|
127
|
+
const _cTA = "countersToAggregate";
|
|
128
|
+
const _cTo = "contentType";
|
|
129
|
+
const _cl = "client";
|
|
130
|
+
const _co = "configuration";
|
|
131
|
+
const _com = "comment";
|
|
132
|
+
const _d = "description";
|
|
133
|
+
const _dRO = "dailyReportsOnly";
|
|
134
|
+
const _e = "error";
|
|
135
|
+
const _eP = "eventPublishers";
|
|
136
|
+
const _eT = "endTime";
|
|
137
|
+
const _eTn = "endTimes";
|
|
138
|
+
const _fA = "frameAddress";
|
|
139
|
+
const _fII = "fleetInstanceId";
|
|
140
|
+
const _fM = "frameMetrics";
|
|
141
|
+
const _fMD = "frameMetricData";
|
|
142
|
+
const _fMr = "frameMetric";
|
|
143
|
+
const _fN = "frameName";
|
|
144
|
+
const _fRS = "findingsReportSummaries";
|
|
145
|
+
const _h = "http";
|
|
146
|
+
const _hE = "httpError";
|
|
147
|
+
const _hH = "httpHeader";
|
|
148
|
+
const _hQ = "httpQuery";
|
|
149
|
+
const _i = "instances";
|
|
150
|
+
const _iD = "includeDescription";
|
|
151
|
+
const _iT = "idempotencyToken";
|
|
152
|
+
const _id = "id";
|
|
153
|
+
const _l = "locale";
|
|
154
|
+
const _lAOA = "latestAgentOrchestratedAt";
|
|
155
|
+
const _lAP = "latestAggregatedProfile";
|
|
156
|
+
const _lAPRA = "latestAgentProfileReportedAt";
|
|
157
|
+
const _m = "metric";
|
|
158
|
+
const _mD = "maxDepth";
|
|
159
|
+
const _mR = "maxResults";
|
|
160
|
+
const _me = "metadata";
|
|
161
|
+
const _mes = "message";
|
|
162
|
+
const _n = "name";
|
|
163
|
+
const _nC = "notificationConfiguration";
|
|
164
|
+
const _nT = "nextToken";
|
|
165
|
+
const _oB = "orderBy";
|
|
166
|
+
const _p = "period";
|
|
167
|
+
const _pE = "profilingEnabled";
|
|
168
|
+
const _pET = "profileEndTime";
|
|
169
|
+
const _pG = "profilingGroup";
|
|
170
|
+
const _pGN = "profilingGroupName";
|
|
171
|
+
const _pGNr = "profilingGroupNames";
|
|
172
|
+
const _pGr = "profilingGroups";
|
|
173
|
+
const _pIS = "periodInSeconds";
|
|
174
|
+
const _pS = "profilingStatus";
|
|
175
|
+
const _pST = "profileStartTime";
|
|
176
|
+
const _pT = "profileTimes";
|
|
177
|
+
const _pTr = "profileToken";
|
|
178
|
+
const _pa = "pattern";
|
|
179
|
+
const _po = "policy";
|
|
180
|
+
const _pr = "profile";
|
|
181
|
+
const _pri = "principals";
|
|
182
|
+
const _r = "reason";
|
|
183
|
+
const _rA = "resourceArn";
|
|
184
|
+
const _rI = "revisionId";
|
|
185
|
+
const _rS = "reportSummaries";
|
|
186
|
+
const _rSe = "resolutionSteps";
|
|
187
|
+
const _re = "resolution";
|
|
188
|
+
const _rec = "recommendations";
|
|
189
|
+
const _s = "start";
|
|
190
|
+
const _sP = "shouldProfile";
|
|
191
|
+
const _sT = "startTime";
|
|
192
|
+
const _se = "server";
|
|
193
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codeguruprofiler";
|
|
194
|
+
const _t = "tags";
|
|
195
|
+
const _tBV = "thresholdBreachValue";
|
|
196
|
+
const _tF = "targetFrames";
|
|
197
|
+
const _tFI = "targetFramesIndex";
|
|
198
|
+
const _tK = "tagKeys";
|
|
199
|
+
const _tM = "topMatches";
|
|
200
|
+
const _tNOF = "totalNumberOfFindings";
|
|
201
|
+
const _tP = "thresholdPercent";
|
|
202
|
+
const _tR = "targetResolution";
|
|
203
|
+
const _tS = "threadStates";
|
|
204
|
+
const _ty = "type";
|
|
205
|
+
const _u = "uri";
|
|
206
|
+
const _uA = "updatedAt";
|
|
207
|
+
const _uET = "unprocessedEndTimes";
|
|
208
|
+
const _uF = "userFeedback";
|
|
209
|
+
const _v = "values";
|
|
210
|
+
const _va = "value";
|
|
211
|
+
const n0 = "com.amazonaws.codeguruprofiler";
|
|
212
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
213
|
+
import { CodeGuruProfilerServiceException as __CodeGuruProfilerServiceException } from "../models/CodeGuruProfilerServiceException";
|
|
214
|
+
import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
215
|
+
export var AddNotificationChannelsRequest = [
|
|
216
|
+
3,
|
|
217
|
+
n0,
|
|
218
|
+
_ANCR,
|
|
219
|
+
0,
|
|
220
|
+
[_pGN, _c],
|
|
221
|
+
[[0, 1], () => Channels],
|
|
222
|
+
];
|
|
223
|
+
export var AddNotificationChannelsResponse = [
|
|
224
|
+
3,
|
|
225
|
+
n0,
|
|
226
|
+
_ANCRd,
|
|
227
|
+
0,
|
|
228
|
+
[_nC],
|
|
229
|
+
[() => NotificationConfiguration],
|
|
230
|
+
];
|
|
231
|
+
export var AgentConfiguration = [3, n0, _AC, 0, [_sP, _pIS, _aP], [2, 1, 128 | 0]];
|
|
232
|
+
export var AgentOrchestrationConfig = [3, n0, _AOC, 0, [_pE], [2]];
|
|
233
|
+
export var AggregatedProfileTime = [3, n0, _APT, 0, [_s, _p], [5, 0]];
|
|
234
|
+
export var Anomaly = [3, n0, _A, 0, [_m, _r, _i], [() => Metric, 0, () => AnomalyInstances]];
|
|
235
|
+
export var AnomalyInstance = [
|
|
236
|
+
3,
|
|
237
|
+
n0,
|
|
238
|
+
_AI,
|
|
239
|
+
0,
|
|
240
|
+
[_id, _sT, _eT, _uF],
|
|
241
|
+
[0, 5, 5, () => UserFeedback],
|
|
242
|
+
];
|
|
243
|
+
export var BatchGetFrameMetricDataRequest = [
|
|
244
|
+
3,
|
|
245
|
+
n0,
|
|
246
|
+
_BGFMDR,
|
|
247
|
+
0,
|
|
248
|
+
[_pGN, _sT, _eT, _p, _tR, _fM],
|
|
249
|
+
[
|
|
250
|
+
[0, 1],
|
|
251
|
+
[
|
|
252
|
+
5,
|
|
253
|
+
{
|
|
254
|
+
[_hQ]: _sT,
|
|
255
|
+
},
|
|
256
|
+
],
|
|
257
|
+
[
|
|
258
|
+
5,
|
|
259
|
+
{
|
|
260
|
+
[_hQ]: _eT,
|
|
261
|
+
},
|
|
262
|
+
],
|
|
263
|
+
[
|
|
264
|
+
0,
|
|
265
|
+
{
|
|
266
|
+
[_hQ]: _p,
|
|
267
|
+
},
|
|
268
|
+
],
|
|
269
|
+
[
|
|
270
|
+
0,
|
|
271
|
+
{
|
|
272
|
+
[_hQ]: _tR,
|
|
273
|
+
},
|
|
274
|
+
],
|
|
275
|
+
() => FrameMetrics,
|
|
276
|
+
],
|
|
277
|
+
];
|
|
278
|
+
export var BatchGetFrameMetricDataResponse = [
|
|
279
|
+
3,
|
|
280
|
+
n0,
|
|
281
|
+
_BGFMDRa,
|
|
282
|
+
0,
|
|
283
|
+
[_sT, _eT, _re, _eTn, _uET, _fMD],
|
|
284
|
+
[5, 5, 0, () => ListOfTimestamps, () => UnprocessedEndTimeMap, () => FrameMetricData],
|
|
285
|
+
];
|
|
286
|
+
export var Channel = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
|
|
287
|
+
export var ConfigureAgentRequest = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
|
|
288
|
+
export var ConfigureAgentResponse = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration, 16]]];
|
|
289
|
+
export var ConflictException = [
|
|
290
|
+
-3,
|
|
291
|
+
n0,
|
|
292
|
+
_CE,
|
|
293
|
+
{
|
|
294
|
+
[_e]: _cl,
|
|
295
|
+
[_hE]: 409,
|
|
296
|
+
},
|
|
297
|
+
[_mes],
|
|
298
|
+
[0],
|
|
299
|
+
];
|
|
300
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
301
|
+
export var CreateProfilingGroupRequest = [
|
|
302
|
+
3,
|
|
303
|
+
n0,
|
|
304
|
+
_CPGR,
|
|
305
|
+
0,
|
|
306
|
+
[_pGN, _cP, _cT, _aOC, _t],
|
|
307
|
+
[
|
|
308
|
+
0,
|
|
309
|
+
0,
|
|
310
|
+
[
|
|
311
|
+
0,
|
|
312
|
+
{
|
|
313
|
+
[_iT]: 1,
|
|
314
|
+
[_hQ]: _cT,
|
|
315
|
+
},
|
|
316
|
+
],
|
|
317
|
+
() => AgentOrchestrationConfig,
|
|
318
|
+
128 | 0,
|
|
319
|
+
],
|
|
320
|
+
];
|
|
321
|
+
export var CreateProfilingGroupResponse = [
|
|
322
|
+
3,
|
|
323
|
+
n0,
|
|
324
|
+
_CPGRr,
|
|
325
|
+
0,
|
|
326
|
+
[_pG],
|
|
327
|
+
[[() => ProfilingGroupDescription, 16]],
|
|
328
|
+
];
|
|
329
|
+
export var DeleteProfilingGroupRequest = [3, n0, _DPGR, 0, [_pGN], [[0, 1]]];
|
|
330
|
+
export var DeleteProfilingGroupResponse = [3, n0, _DPGRe, 0, [], []];
|
|
331
|
+
export var DescribeProfilingGroupRequest = [3, n0, _DPGRes, 0, [_pGN], [[0, 1]]];
|
|
332
|
+
export var DescribeProfilingGroupResponse = [
|
|
333
|
+
3,
|
|
334
|
+
n0,
|
|
335
|
+
_DPGResc,
|
|
336
|
+
0,
|
|
337
|
+
[_pG],
|
|
338
|
+
[[() => ProfilingGroupDescription, 16]],
|
|
339
|
+
];
|
|
340
|
+
export var FindingsReportSummary = [
|
|
341
|
+
3,
|
|
342
|
+
n0,
|
|
343
|
+
_FRS,
|
|
344
|
+
0,
|
|
345
|
+
[_id, _pGN, _pST, _pET, _tNOF],
|
|
346
|
+
[0, 0, 5, 5, 1],
|
|
347
|
+
];
|
|
348
|
+
export var FrameMetric = [3, n0, _FM, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
|
|
349
|
+
export var FrameMetricDatum = [3, n0, _FMD, 0, [_fMr, _v], [() => FrameMetric, 64 | 1]];
|
|
350
|
+
export var GetFindingsReportAccountSummaryRequest = [
|
|
351
|
+
3,
|
|
352
|
+
n0,
|
|
353
|
+
_GFRASR,
|
|
354
|
+
0,
|
|
355
|
+
[_nT, _mR, _dRO],
|
|
356
|
+
[
|
|
357
|
+
[
|
|
358
|
+
0,
|
|
359
|
+
{
|
|
360
|
+
[_hQ]: _nT,
|
|
361
|
+
},
|
|
362
|
+
],
|
|
363
|
+
[
|
|
364
|
+
1,
|
|
365
|
+
{
|
|
366
|
+
[_hQ]: _mR,
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
[
|
|
370
|
+
2,
|
|
371
|
+
{
|
|
372
|
+
[_hQ]: _dRO,
|
|
373
|
+
},
|
|
374
|
+
],
|
|
375
|
+
],
|
|
376
|
+
];
|
|
377
|
+
export var GetFindingsReportAccountSummaryResponse = [
|
|
378
|
+
3,
|
|
379
|
+
n0,
|
|
380
|
+
_GFRASRe,
|
|
381
|
+
0,
|
|
382
|
+
[_rS, _nT],
|
|
383
|
+
[() => FindingsReportSummaries, 0],
|
|
384
|
+
];
|
|
385
|
+
export var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_pGN], [[0, 1]]];
|
|
386
|
+
export var GetNotificationConfigurationResponse = [
|
|
387
|
+
3,
|
|
388
|
+
n0,
|
|
389
|
+
_GNCRe,
|
|
390
|
+
0,
|
|
391
|
+
[_nC],
|
|
392
|
+
[() => NotificationConfiguration],
|
|
393
|
+
];
|
|
394
|
+
export var GetPolicyRequest = [3, n0, _GPR, 0, [_pGN], [[0, 1]]];
|
|
395
|
+
export var GetPolicyResponse = [3, n0, _GPRe, 0, [_po, _rI], [0, 0]];
|
|
396
|
+
export var GetProfileRequest = [
|
|
397
|
+
3,
|
|
398
|
+
n0,
|
|
399
|
+
_GPRet,
|
|
400
|
+
0,
|
|
401
|
+
[_pGN, _sT, _p, _eT, _mD, _a],
|
|
402
|
+
[
|
|
403
|
+
[0, 1],
|
|
404
|
+
[
|
|
405
|
+
5,
|
|
406
|
+
{
|
|
407
|
+
[_hQ]: _sT,
|
|
408
|
+
},
|
|
409
|
+
],
|
|
410
|
+
[
|
|
411
|
+
0,
|
|
412
|
+
{
|
|
413
|
+
[_hQ]: _p,
|
|
414
|
+
},
|
|
415
|
+
],
|
|
416
|
+
[
|
|
417
|
+
5,
|
|
418
|
+
{
|
|
419
|
+
[_hQ]: _eT,
|
|
420
|
+
},
|
|
421
|
+
],
|
|
422
|
+
[
|
|
423
|
+
1,
|
|
424
|
+
{
|
|
425
|
+
[_hQ]: _mD,
|
|
426
|
+
},
|
|
427
|
+
],
|
|
428
|
+
[
|
|
429
|
+
0,
|
|
430
|
+
{
|
|
431
|
+
[_hH]: _Ac,
|
|
432
|
+
},
|
|
433
|
+
],
|
|
434
|
+
],
|
|
435
|
+
];
|
|
436
|
+
export var GetProfileResponse = [
|
|
437
|
+
3,
|
|
438
|
+
n0,
|
|
439
|
+
_GPRetr,
|
|
440
|
+
0,
|
|
441
|
+
[_pr, _cTo, _cE],
|
|
442
|
+
[
|
|
443
|
+
[21, 16],
|
|
444
|
+
[
|
|
445
|
+
0,
|
|
446
|
+
{
|
|
447
|
+
[_hH]: _CT,
|
|
448
|
+
},
|
|
449
|
+
],
|
|
450
|
+
[
|
|
451
|
+
0,
|
|
452
|
+
{
|
|
453
|
+
[_hH]: _CE_,
|
|
454
|
+
},
|
|
455
|
+
],
|
|
456
|
+
],
|
|
457
|
+
];
|
|
458
|
+
export var GetRecommendationsRequest = [
|
|
459
|
+
3,
|
|
460
|
+
n0,
|
|
461
|
+
_GRR,
|
|
462
|
+
0,
|
|
463
|
+
[_pGN, _sT, _eT, _l],
|
|
464
|
+
[
|
|
465
|
+
[0, 1],
|
|
466
|
+
[
|
|
467
|
+
5,
|
|
468
|
+
{
|
|
469
|
+
[_hQ]: _sT,
|
|
470
|
+
},
|
|
471
|
+
],
|
|
472
|
+
[
|
|
473
|
+
5,
|
|
474
|
+
{
|
|
475
|
+
[_hQ]: _eT,
|
|
476
|
+
},
|
|
477
|
+
],
|
|
478
|
+
[
|
|
479
|
+
0,
|
|
480
|
+
{
|
|
481
|
+
[_hQ]: _l,
|
|
482
|
+
},
|
|
483
|
+
],
|
|
484
|
+
],
|
|
485
|
+
];
|
|
486
|
+
export var GetRecommendationsResponse = [
|
|
487
|
+
3,
|
|
488
|
+
n0,
|
|
489
|
+
_GRRe,
|
|
490
|
+
0,
|
|
491
|
+
[_pGN, _pST, _pET, _rec, _an],
|
|
492
|
+
[0, 5, 5, () => Recommendations, () => Anomalies],
|
|
493
|
+
];
|
|
494
|
+
export var InternalServerException = [
|
|
495
|
+
-3,
|
|
496
|
+
n0,
|
|
497
|
+
_ISE,
|
|
498
|
+
{
|
|
499
|
+
[_e]: _se,
|
|
500
|
+
[_hE]: 500,
|
|
501
|
+
},
|
|
502
|
+
[_mes],
|
|
503
|
+
[0],
|
|
504
|
+
];
|
|
505
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
506
|
+
export var ListFindingsReportsRequest = [
|
|
507
|
+
3,
|
|
508
|
+
n0,
|
|
509
|
+
_LFRR,
|
|
510
|
+
0,
|
|
511
|
+
[_pGN, _sT, _eT, _nT, _mR, _dRO],
|
|
512
|
+
[
|
|
513
|
+
[0, 1],
|
|
514
|
+
[
|
|
515
|
+
5,
|
|
516
|
+
{
|
|
517
|
+
[_hQ]: _sT,
|
|
518
|
+
},
|
|
519
|
+
],
|
|
520
|
+
[
|
|
521
|
+
5,
|
|
522
|
+
{
|
|
523
|
+
[_hQ]: _eT,
|
|
524
|
+
},
|
|
525
|
+
],
|
|
526
|
+
[
|
|
527
|
+
0,
|
|
528
|
+
{
|
|
529
|
+
[_hQ]: _nT,
|
|
530
|
+
},
|
|
531
|
+
],
|
|
532
|
+
[
|
|
533
|
+
1,
|
|
534
|
+
{
|
|
535
|
+
[_hQ]: _mR,
|
|
536
|
+
},
|
|
537
|
+
],
|
|
538
|
+
[
|
|
539
|
+
2,
|
|
540
|
+
{
|
|
541
|
+
[_hQ]: _dRO,
|
|
542
|
+
},
|
|
543
|
+
],
|
|
544
|
+
],
|
|
545
|
+
];
|
|
546
|
+
export var ListFindingsReportsResponse = [
|
|
547
|
+
3,
|
|
548
|
+
n0,
|
|
549
|
+
_LFRRi,
|
|
550
|
+
0,
|
|
551
|
+
[_fRS, _nT],
|
|
552
|
+
[() => FindingsReportSummaries, 0],
|
|
553
|
+
];
|
|
554
|
+
export var ListProfileTimesRequest = [
|
|
555
|
+
3,
|
|
556
|
+
n0,
|
|
557
|
+
_LPTR,
|
|
558
|
+
0,
|
|
559
|
+
[_pGN, _sT, _eT, _p, _oB, _mR, _nT],
|
|
560
|
+
[
|
|
561
|
+
[0, 1],
|
|
562
|
+
[
|
|
563
|
+
5,
|
|
564
|
+
{
|
|
565
|
+
[_hQ]: _sT,
|
|
566
|
+
},
|
|
567
|
+
],
|
|
568
|
+
[
|
|
569
|
+
5,
|
|
570
|
+
{
|
|
571
|
+
[_hQ]: _eT,
|
|
572
|
+
},
|
|
573
|
+
],
|
|
574
|
+
[
|
|
575
|
+
0,
|
|
576
|
+
{
|
|
577
|
+
[_hQ]: _p,
|
|
578
|
+
},
|
|
579
|
+
],
|
|
580
|
+
[
|
|
581
|
+
0,
|
|
582
|
+
{
|
|
583
|
+
[_hQ]: _oB,
|
|
584
|
+
},
|
|
585
|
+
],
|
|
586
|
+
[
|
|
587
|
+
1,
|
|
588
|
+
{
|
|
589
|
+
[_hQ]: _mR,
|
|
590
|
+
},
|
|
591
|
+
],
|
|
592
|
+
[
|
|
593
|
+
0,
|
|
594
|
+
{
|
|
595
|
+
[_hQ]: _nT,
|
|
596
|
+
},
|
|
597
|
+
],
|
|
598
|
+
],
|
|
599
|
+
];
|
|
600
|
+
export var ListProfileTimesResponse = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
|
|
601
|
+
export var ListProfilingGroupsRequest = [
|
|
602
|
+
3,
|
|
603
|
+
n0,
|
|
604
|
+
_LPGR,
|
|
605
|
+
0,
|
|
606
|
+
[_nT, _mR, _iD],
|
|
607
|
+
[
|
|
608
|
+
[
|
|
609
|
+
0,
|
|
610
|
+
{
|
|
611
|
+
[_hQ]: _nT,
|
|
612
|
+
},
|
|
613
|
+
],
|
|
614
|
+
[
|
|
615
|
+
1,
|
|
616
|
+
{
|
|
617
|
+
[_hQ]: _mR,
|
|
618
|
+
},
|
|
619
|
+
],
|
|
620
|
+
[
|
|
621
|
+
2,
|
|
622
|
+
{
|
|
623
|
+
[_hQ]: _iD,
|
|
624
|
+
},
|
|
625
|
+
],
|
|
626
|
+
],
|
|
627
|
+
];
|
|
628
|
+
export var ListProfilingGroupsResponse = [
|
|
629
|
+
3,
|
|
630
|
+
n0,
|
|
631
|
+
_LPGRi,
|
|
632
|
+
0,
|
|
633
|
+
[_pGNr, _pGr, _nT],
|
|
634
|
+
[64 | 0, () => ProfilingGroupDescriptions, 0],
|
|
635
|
+
];
|
|
636
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
637
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
638
|
+
export var Match = [3, n0, _M, 0, [_tFI, _fA, _tBV], [1, 0, 1]];
|
|
639
|
+
export var Metric = [3, n0, _Me, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
|
|
640
|
+
export var NotificationConfiguration = [3, n0, _NC, 0, [_c], [() => Channels]];
|
|
641
|
+
export var Pattern = [
|
|
642
|
+
3,
|
|
643
|
+
n0,
|
|
644
|
+
_P,
|
|
645
|
+
0,
|
|
646
|
+
[_id, _n, _d, _rSe, _tF, _tP, _cTA],
|
|
647
|
+
[0, 0, 0, 0, [1, n0, _TF, 0, 64 | 0], 1, 64 | 0],
|
|
648
|
+
];
|
|
649
|
+
export var PostAgentProfileRequest = [
|
|
650
|
+
3,
|
|
651
|
+
n0,
|
|
652
|
+
_PAPR,
|
|
653
|
+
0,
|
|
654
|
+
[_pGN, _aPg, _pTr, _cTo],
|
|
655
|
+
[
|
|
656
|
+
[0, 1],
|
|
657
|
+
[21, 16],
|
|
658
|
+
[
|
|
659
|
+
0,
|
|
660
|
+
{
|
|
661
|
+
[_iT]: 1,
|
|
662
|
+
[_hQ]: _pTr,
|
|
663
|
+
},
|
|
664
|
+
],
|
|
665
|
+
[
|
|
666
|
+
0,
|
|
667
|
+
{
|
|
668
|
+
[_hH]: _CT,
|
|
669
|
+
},
|
|
670
|
+
],
|
|
671
|
+
],
|
|
672
|
+
];
|
|
673
|
+
export var PostAgentProfileResponse = [3, n0, _PAPRo, 0, [], []];
|
|
674
|
+
export var ProfileTime = [3, n0, _PT, 0, [_s], [5]];
|
|
675
|
+
export var ProfilingGroupDescription = [
|
|
676
|
+
3,
|
|
677
|
+
n0,
|
|
678
|
+
_PGD,
|
|
679
|
+
0,
|
|
680
|
+
[_n, _aOC, _ar, _cA, _uA, _pS, _cP, _t],
|
|
681
|
+
[0, () => AgentOrchestrationConfig, 0, 5, 5, () => ProfilingStatus, 0, 128 | 0],
|
|
682
|
+
];
|
|
683
|
+
export var ProfilingStatus = [
|
|
684
|
+
3,
|
|
685
|
+
n0,
|
|
686
|
+
_PS,
|
|
687
|
+
0,
|
|
688
|
+
[_lAPRA, _lAP, _lAOA],
|
|
689
|
+
[5, () => AggregatedProfileTime, 5],
|
|
690
|
+
];
|
|
691
|
+
export var PutPermissionRequest = [
|
|
692
|
+
3,
|
|
693
|
+
n0,
|
|
694
|
+
_PPR,
|
|
695
|
+
0,
|
|
696
|
+
[_pGN, _aG, _pri, _rI],
|
|
697
|
+
[[0, 1], [0, 1], 64 | 0, 0],
|
|
698
|
+
];
|
|
699
|
+
export var PutPermissionResponse = [3, n0, _PPRu, 0, [_po, _rI], [0, 0]];
|
|
700
|
+
export var Recommendation = [
|
|
701
|
+
3,
|
|
702
|
+
n0,
|
|
703
|
+
_R,
|
|
704
|
+
0,
|
|
705
|
+
[_aMC, _aMS, _pa, _tM, _sT, _eT],
|
|
706
|
+
[1, 1, () => Pattern, () => Matches, 5, 5],
|
|
707
|
+
];
|
|
708
|
+
export var RemoveNotificationChannelRequest = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_RNCR,
|
|
712
|
+
0,
|
|
713
|
+
[_pGN, _cI],
|
|
714
|
+
[
|
|
715
|
+
[0, 1],
|
|
716
|
+
[0, 1],
|
|
717
|
+
],
|
|
718
|
+
];
|
|
719
|
+
export var RemoveNotificationChannelResponse = [
|
|
720
|
+
3,
|
|
721
|
+
n0,
|
|
722
|
+
_RNCRe,
|
|
723
|
+
0,
|
|
724
|
+
[_nC],
|
|
725
|
+
[() => NotificationConfiguration],
|
|
726
|
+
];
|
|
727
|
+
export var RemovePermissionRequest = [
|
|
728
|
+
3,
|
|
729
|
+
n0,
|
|
730
|
+
_RPR,
|
|
731
|
+
0,
|
|
732
|
+
[_pGN, _aG, _rI],
|
|
733
|
+
[
|
|
734
|
+
[0, 1],
|
|
735
|
+
[0, 1],
|
|
736
|
+
[
|
|
737
|
+
0,
|
|
738
|
+
{
|
|
739
|
+
[_hQ]: _rI,
|
|
740
|
+
},
|
|
741
|
+
],
|
|
742
|
+
],
|
|
743
|
+
];
|
|
744
|
+
export var RemovePermissionResponse = [3, n0, _RPRe, 0, [_po, _rI], [0, 0]];
|
|
745
|
+
export var ResourceNotFoundException = [
|
|
746
|
+
-3,
|
|
747
|
+
n0,
|
|
748
|
+
_RNFE,
|
|
749
|
+
{
|
|
750
|
+
[_e]: _cl,
|
|
751
|
+
[_hE]: 404,
|
|
752
|
+
},
|
|
753
|
+
[_mes],
|
|
754
|
+
[0],
|
|
755
|
+
];
|
|
756
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
757
|
+
export var ServiceQuotaExceededException = [
|
|
758
|
+
-3,
|
|
759
|
+
n0,
|
|
760
|
+
_SQEE,
|
|
761
|
+
{
|
|
762
|
+
[_e]: _cl,
|
|
763
|
+
[_hE]: 402,
|
|
764
|
+
},
|
|
765
|
+
[_mes],
|
|
766
|
+
[0],
|
|
767
|
+
];
|
|
768
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
769
|
+
export var SubmitFeedbackRequest = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_SFR,
|
|
773
|
+
0,
|
|
774
|
+
[_pGN, _aII, _ty, _com],
|
|
775
|
+
[[0, 1], [0, 1], 0, 0],
|
|
776
|
+
];
|
|
777
|
+
export var SubmitFeedbackResponse = [3, n0, _SFRu, 0, [], []];
|
|
778
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
779
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
780
|
+
export var ThrottlingException = [
|
|
781
|
+
-3,
|
|
782
|
+
n0,
|
|
783
|
+
_TE,
|
|
784
|
+
{
|
|
785
|
+
[_e]: _cl,
|
|
786
|
+
[_hE]: 429,
|
|
787
|
+
},
|
|
788
|
+
[_mes],
|
|
789
|
+
[0],
|
|
790
|
+
];
|
|
791
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
792
|
+
export var TimestampStructure = [3, n0, _TS, 0, [_va], [5]];
|
|
793
|
+
export var UntagResourceRequest = [
|
|
794
|
+
3,
|
|
795
|
+
n0,
|
|
796
|
+
_URR,
|
|
797
|
+
0,
|
|
798
|
+
[_rA, _tK],
|
|
799
|
+
[
|
|
800
|
+
[0, 1],
|
|
801
|
+
[
|
|
802
|
+
64 | 0,
|
|
803
|
+
{
|
|
804
|
+
[_hQ]: _tK,
|
|
805
|
+
},
|
|
806
|
+
],
|
|
807
|
+
],
|
|
808
|
+
];
|
|
809
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
810
|
+
export var UpdateProfilingGroupRequest = [
|
|
811
|
+
3,
|
|
812
|
+
n0,
|
|
813
|
+
_UPGR,
|
|
814
|
+
0,
|
|
815
|
+
[_pGN, _aOC],
|
|
816
|
+
[[0, 1], () => AgentOrchestrationConfig],
|
|
817
|
+
];
|
|
818
|
+
export var UpdateProfilingGroupResponse = [
|
|
819
|
+
3,
|
|
820
|
+
n0,
|
|
821
|
+
_UPGRp,
|
|
822
|
+
0,
|
|
823
|
+
[_pG],
|
|
824
|
+
[[() => ProfilingGroupDescription, 16]],
|
|
825
|
+
];
|
|
826
|
+
export var UserFeedback = [3, n0, _UF, 0, [_ty], [0]];
|
|
827
|
+
export var ValidationException = [
|
|
828
|
+
-3,
|
|
829
|
+
n0,
|
|
830
|
+
_VE,
|
|
831
|
+
{
|
|
832
|
+
[_e]: _cl,
|
|
833
|
+
[_hE]: 400,
|
|
834
|
+
},
|
|
835
|
+
[_mes],
|
|
836
|
+
[0],
|
|
837
|
+
];
|
|
838
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
839
|
+
export var CodeGuruProfilerServiceException = [
|
|
840
|
+
-3,
|
|
841
|
+
_sm,
|
|
842
|
+
"CodeGuruProfilerServiceException",
|
|
843
|
+
0,
|
|
844
|
+
[],
|
|
845
|
+
[],
|
|
846
|
+
];
|
|
847
|
+
TypeRegistry.for(_sm).registerError(CodeGuruProfilerServiceException, __CodeGuruProfilerServiceException);
|
|
848
|
+
export var Anomalies = [1, n0, _An, 0, () => Anomaly];
|
|
849
|
+
export var AnomalyInstances = [1, n0, _AIn, 0, () => AnomalyInstance];
|
|
850
|
+
export var Channels = [1, n0, _Ch, 0, () => Channel];
|
|
851
|
+
export var EventPublishers = 64 | 0;
|
|
852
|
+
export var FindingsReportSummaries = [1, n0, _FRSi, 0, () => FindingsReportSummary];
|
|
853
|
+
export var FrameMetricData = [1, n0, _FMDr, 0, () => FrameMetricDatum];
|
|
854
|
+
export var FrameMetrics = [1, n0, _FMr, 0, () => FrameMetric];
|
|
855
|
+
export var FrameMetricValues = 64 | 1;
|
|
856
|
+
export var ListOfTimestamps = [1, n0, _LOT, 0, () => TimestampStructure];
|
|
857
|
+
export var Matches = [1, n0, _Ma, 0, () => Match];
|
|
858
|
+
export var Principals = 64 | 0;
|
|
859
|
+
export var ProfileTimes = [1, n0, _PTr, 0, () => ProfileTime];
|
|
860
|
+
export var ProfilingGroupDescriptions = [1, n0, _PGDr, 0, () => ProfilingGroupDescription];
|
|
861
|
+
export var ProfilingGroupNames = 64 | 0;
|
|
862
|
+
export var Recommendations = [1, n0, _Re, 0, () => Recommendation];
|
|
863
|
+
export var Strings = 64 | 0;
|
|
864
|
+
export var TagKeys = 64 | 0;
|
|
865
|
+
export var TargetFrame = 64 | 0;
|
|
866
|
+
export var TargetFrames = [1, n0, _TF, 0, 64 | 0];
|
|
867
|
+
export var ThreadStates = 64 | 0;
|
|
868
|
+
export var AgentParameters = 128 | 0;
|
|
869
|
+
export var Metadata = 128 | 0;
|
|
870
|
+
export var TagsMap = 128 | 0;
|
|
871
|
+
export var UnprocessedEndTimeMap = [2, n0, _UETM, 0, 0, () => ListOfTimestamps];
|
|
872
|
+
export var AddNotificationChannels = [
|
|
873
|
+
9,
|
|
874
|
+
n0,
|
|
875
|
+
_ANC,
|
|
876
|
+
{
|
|
877
|
+
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200],
|
|
878
|
+
},
|
|
879
|
+
() => AddNotificationChannelsRequest,
|
|
880
|
+
() => AddNotificationChannelsResponse,
|
|
881
|
+
];
|
|
882
|
+
export var BatchGetFrameMetricData = [
|
|
883
|
+
9,
|
|
884
|
+
n0,
|
|
885
|
+
_BGFMD,
|
|
886
|
+
{
|
|
887
|
+
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/frames/-/metrics", 200],
|
|
888
|
+
},
|
|
889
|
+
() => BatchGetFrameMetricDataRequest,
|
|
890
|
+
() => BatchGetFrameMetricDataResponse,
|
|
891
|
+
];
|
|
892
|
+
export var ConfigureAgent = [
|
|
893
|
+
9,
|
|
894
|
+
n0,
|
|
895
|
+
_CA,
|
|
896
|
+
{
|
|
897
|
+
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/configureAgent", 200],
|
|
898
|
+
},
|
|
899
|
+
() => ConfigureAgentRequest,
|
|
900
|
+
() => ConfigureAgentResponse,
|
|
901
|
+
];
|
|
902
|
+
export var CreateProfilingGroup = [
|
|
903
|
+
9,
|
|
904
|
+
n0,
|
|
905
|
+
_CPG,
|
|
906
|
+
{
|
|
907
|
+
[_h]: ["POST", "/profilingGroups", 201],
|
|
908
|
+
},
|
|
909
|
+
() => CreateProfilingGroupRequest,
|
|
910
|
+
() => CreateProfilingGroupResponse,
|
|
911
|
+
];
|
|
912
|
+
export var DeleteProfilingGroup = [
|
|
913
|
+
9,
|
|
914
|
+
n0,
|
|
915
|
+
_DPG,
|
|
916
|
+
{
|
|
917
|
+
[_h]: ["DELETE", "/profilingGroups/{profilingGroupName}", 204],
|
|
918
|
+
},
|
|
919
|
+
() => DeleteProfilingGroupRequest,
|
|
920
|
+
() => DeleteProfilingGroupResponse,
|
|
921
|
+
];
|
|
922
|
+
export var DescribeProfilingGroup = [
|
|
923
|
+
9,
|
|
924
|
+
n0,
|
|
925
|
+
_DPGe,
|
|
926
|
+
{
|
|
927
|
+
[_h]: ["GET", "/profilingGroups/{profilingGroupName}", 200],
|
|
928
|
+
},
|
|
929
|
+
() => DescribeProfilingGroupRequest,
|
|
930
|
+
() => DescribeProfilingGroupResponse,
|
|
931
|
+
];
|
|
932
|
+
export var GetFindingsReportAccountSummary = [
|
|
933
|
+
9,
|
|
934
|
+
n0,
|
|
935
|
+
_GFRAS,
|
|
936
|
+
{
|
|
937
|
+
[_h]: ["GET", "/internal/findingsReports", 200],
|
|
938
|
+
},
|
|
939
|
+
() => GetFindingsReportAccountSummaryRequest,
|
|
940
|
+
() => GetFindingsReportAccountSummaryResponse,
|
|
941
|
+
];
|
|
942
|
+
export var GetNotificationConfiguration = [
|
|
943
|
+
9,
|
|
944
|
+
n0,
|
|
945
|
+
_GNC,
|
|
946
|
+
{
|
|
947
|
+
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200],
|
|
948
|
+
},
|
|
949
|
+
() => GetNotificationConfigurationRequest,
|
|
950
|
+
() => GetNotificationConfigurationResponse,
|
|
951
|
+
];
|
|
952
|
+
export var GetPolicy = [
|
|
953
|
+
9,
|
|
954
|
+
n0,
|
|
955
|
+
_GP,
|
|
956
|
+
{
|
|
957
|
+
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/policy", 200],
|
|
958
|
+
},
|
|
959
|
+
() => GetPolicyRequest,
|
|
960
|
+
() => GetPolicyResponse,
|
|
961
|
+
];
|
|
962
|
+
export var GetProfile = [
|
|
963
|
+
9,
|
|
964
|
+
n0,
|
|
965
|
+
_GPe,
|
|
966
|
+
{
|
|
967
|
+
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200],
|
|
968
|
+
},
|
|
969
|
+
() => GetProfileRequest,
|
|
970
|
+
() => GetProfileResponse,
|
|
971
|
+
];
|
|
972
|
+
export var GetRecommendations = [
|
|
973
|
+
9,
|
|
974
|
+
n0,
|
|
975
|
+
_GR,
|
|
976
|
+
{
|
|
977
|
+
[_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200],
|
|
978
|
+
},
|
|
979
|
+
() => GetRecommendationsRequest,
|
|
980
|
+
() => GetRecommendationsResponse,
|
|
981
|
+
];
|
|
982
|
+
export var ListFindingsReports = [
|
|
983
|
+
9,
|
|
984
|
+
n0,
|
|
985
|
+
_LFR,
|
|
986
|
+
{
|
|
987
|
+
[_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200],
|
|
988
|
+
},
|
|
989
|
+
() => ListFindingsReportsRequest,
|
|
990
|
+
() => ListFindingsReportsResponse,
|
|
991
|
+
];
|
|
992
|
+
export var ListProfileTimes = [
|
|
993
|
+
9,
|
|
994
|
+
n0,
|
|
995
|
+
_LPT,
|
|
996
|
+
{
|
|
997
|
+
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200],
|
|
998
|
+
},
|
|
999
|
+
() => ListProfileTimesRequest,
|
|
1000
|
+
() => ListProfileTimesResponse,
|
|
1001
|
+
];
|
|
1002
|
+
export var ListProfilingGroups = [
|
|
1003
|
+
9,
|
|
1004
|
+
n0,
|
|
1005
|
+
_LPG,
|
|
1006
|
+
{
|
|
1007
|
+
[_h]: ["GET", "/profilingGroups", 200],
|
|
1008
|
+
},
|
|
1009
|
+
() => ListProfilingGroupsRequest,
|
|
1010
|
+
() => ListProfilingGroupsResponse,
|
|
1011
|
+
];
|
|
1012
|
+
export var ListTagsForResource = [
|
|
1013
|
+
9,
|
|
1014
|
+
n0,
|
|
1015
|
+
_LTFR,
|
|
1016
|
+
{
|
|
1017
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1018
|
+
},
|
|
1019
|
+
() => ListTagsForResourceRequest,
|
|
1020
|
+
() => ListTagsForResourceResponse,
|
|
1021
|
+
];
|
|
1022
|
+
export var PostAgentProfile = [
|
|
1023
|
+
9,
|
|
1024
|
+
n0,
|
|
1025
|
+
_PAP,
|
|
1026
|
+
{
|
|
1027
|
+
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204],
|
|
1028
|
+
},
|
|
1029
|
+
() => PostAgentProfileRequest,
|
|
1030
|
+
() => PostAgentProfileResponse,
|
|
1031
|
+
];
|
|
1032
|
+
export var PutPermission = [
|
|
1033
|
+
9,
|
|
1034
|
+
n0,
|
|
1035
|
+
_PP,
|
|
1036
|
+
{
|
|
1037
|
+
[_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200],
|
|
1038
|
+
},
|
|
1039
|
+
() => PutPermissionRequest,
|
|
1040
|
+
() => PutPermissionResponse,
|
|
1041
|
+
];
|
|
1042
|
+
export var RemoveNotificationChannel = [
|
|
1043
|
+
9,
|
|
1044
|
+
n0,
|
|
1045
|
+
_RNC,
|
|
1046
|
+
{
|
|
1047
|
+
[_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200],
|
|
1048
|
+
},
|
|
1049
|
+
() => RemoveNotificationChannelRequest,
|
|
1050
|
+
() => RemoveNotificationChannelResponse,
|
|
1051
|
+
];
|
|
1052
|
+
export var RemovePermission = [
|
|
1053
|
+
9,
|
|
1054
|
+
n0,
|
|
1055
|
+
_RP,
|
|
1056
|
+
{
|
|
1057
|
+
[_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200],
|
|
1058
|
+
},
|
|
1059
|
+
() => RemovePermissionRequest,
|
|
1060
|
+
() => RemovePermissionResponse,
|
|
1061
|
+
];
|
|
1062
|
+
export var SubmitFeedback = [
|
|
1063
|
+
9,
|
|
1064
|
+
n0,
|
|
1065
|
+
_SF,
|
|
1066
|
+
{
|
|
1067
|
+
[_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204],
|
|
1068
|
+
},
|
|
1069
|
+
() => SubmitFeedbackRequest,
|
|
1070
|
+
() => SubmitFeedbackResponse,
|
|
1071
|
+
];
|
|
1072
|
+
export var TagResource = [
|
|
1073
|
+
9,
|
|
1074
|
+
n0,
|
|
1075
|
+
_TR,
|
|
1076
|
+
{
|
|
1077
|
+
[_h]: ["POST", "/tags/{resourceArn}", 204],
|
|
1078
|
+
},
|
|
1079
|
+
() => TagResourceRequest,
|
|
1080
|
+
() => TagResourceResponse,
|
|
1081
|
+
];
|
|
1082
|
+
export var UntagResource = [
|
|
1083
|
+
9,
|
|
1084
|
+
n0,
|
|
1085
|
+
_UR,
|
|
1086
|
+
{
|
|
1087
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 204],
|
|
1088
|
+
},
|
|
1089
|
+
() => UntagResourceRequest,
|
|
1090
|
+
() => UntagResourceResponse,
|
|
1091
|
+
];
|
|
1092
|
+
export var UpdateProfilingGroup = [
|
|
1093
|
+
9,
|
|
1094
|
+
n0,
|
|
1095
|
+
_UPG,
|
|
1096
|
+
{
|
|
1097
|
+
[_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200],
|
|
1098
|
+
},
|
|
1099
|
+
() => UpdateProfilingGroupRequest,
|
|
1100
|
+
() => UpdateProfilingGroupResponse,
|
|
1101
|
+
];
|