@aws-sdk/client-aiops 3.1074.0 → 3.1076.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.
@@ -1,345 +0,0 @@
1
- const _ADE = "AccessDeniedException";
2
- const _CAC = "CrossAccountConfiguration";
3
- const _CACr = "CrossAccountConfigurations";
4
- const _CE = "ConflictException";
5
- const _CIG = "CreateInvestigationGroup";
6
- const _CIGI = "CreateInvestigationGroupInput";
7
- const _CIGO = "CreateInvestigationGroupOutput";
8
- const _CNC = "ChatbotNotificationChannel";
9
- const _DIG = "DeleteInvestigationGroup";
10
- const _DIGP = "DeleteInvestigationGroupPolicy";
11
- const _DIGPO = "DeleteInvestigationGroupPolicyOutput";
12
- const _DIGPR = "DeleteInvestigationGroupPolicyRequest";
13
- const _DIGR = "DeleteInvestigationGroupRequest";
14
- const _EC = "EncryptionConfiguration";
15
- const _FE = "ForbiddenException";
16
- const _GIG = "GetInvestigationGroup";
17
- const _GIGP = "GetInvestigationGroupPolicy";
18
- const _GIGPR = "GetInvestigationGroupPolicyRequest";
19
- const _GIGPRe = "GetInvestigationGroupPolicyResponse";
20
- const _GIGR = "GetInvestigationGroupRequest";
21
- const _GIGRe = "GetInvestigationGroupResponse";
22
- const _IG = "InvestigationGroups";
23
- const _ISE = "InternalServerException";
24
- const _LIG = "ListInvestigationGroups";
25
- const _LIGI = "ListInvestigationGroupsInput";
26
- const _LIGM = "ListInvestigationGroupsModel";
27
- const _LIGO = "ListInvestigationGroupsOutput";
28
- const _LTFR = "ListTagsForResource";
29
- const _LTFRO = "ListTagsForResourceOutput";
30
- const _LTFRR = "ListTagsForResourceRequest";
31
- const _PIGP = "PutInvestigationGroupPolicy";
32
- const _PIGPR = "PutInvestigationGroupPolicyRequest";
33
- const _PIGPRu = "PutInvestigationGroupPolicyResponse";
34
- const _RNFE = "ResourceNotFoundException";
35
- const _SQEE = "ServiceQuotaExceededException";
36
- const _SSWLL = "SensitiveStringWithLengthLimits";
37
- const _TE = "ThrottlingException";
38
- const _TR = "TagResource";
39
- const _TRR = "TagResourceRequest";
40
- const _TRRa = "TagResourceResponse";
41
- const _UIG = "UpdateInvestigationGroup";
42
- const _UIGO = "UpdateInvestigationGroupOutput";
43
- const _UIGR = "UpdateInvestigationGroupRequest";
44
- const _UR = "UntagResource";
45
- const _URR = "UntagResourceRequest";
46
- const _URRn = "UntagResourceResponse";
47
- const _VE = "ValidationException";
48
- const _a = "arn";
49
- const _c = "client";
50
- const _cA = "createdAt";
51
- const _cAC = "crossAccountConfigurations";
52
- const _cB = "createdBy";
53
- const _cNC = "chatbotNotificationChannel";
54
- const _e = "error";
55
- const _eC = "encryptionConfiguration";
56
- const _h = "http";
57
- const _hE = "httpError";
58
- const _hQ = "httpQuery";
59
- const _i = "identifier";
60
- const _iCTEHE = "isCloudTrailEventHistoryEnabled";
61
- const _iG = "investigationGroups";
62
- const _iGA = "investigationGroupArn";
63
- const _kKI = "kmsKeyId";
64
- const _lMA = "lastModifiedAt";
65
- const _lMB = "lastModifiedBy";
66
- const _m = "message";
67
- const _mR = "maxResults";
68
- const _n = "name";
69
- const _nT = "nextToken";
70
- const _p = "policy";
71
- const _qC = "quotaCode";
72
- const _rA = "roleArn";
73
- const _rAe = "resourceArn";
74
- const _rI = "resourceId";
75
- const _rID = "retentionInDays";
76
- const _rT = "resourceType";
77
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.aiops";
78
- const _sC = "serviceCode";
79
- const _sRA = "sourceRoleArn";
80
- const _se = "server";
81
- const _t = "tags";
82
- const _tK = "tagKeys";
83
- const _tKB = "tagKeyBoundaries";
84
- const _ty = "type";
85
- const n0 = "com.amazonaws.aiops";
86
- const { TypeRegistry } = require("@smithy/core/schema");
87
- const { AIOpsServiceException } = require("../models/AIOpsServiceException");
88
- const { AccessDeniedException, ConflictException, ForbiddenException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
89
- const _s_registry = TypeRegistry.for(_s);
90
- const AIOpsServiceException$ = [-3, _s, "AIOpsServiceException", 0, [], []];
91
- exports.AIOpsServiceException$ = AIOpsServiceException$;
92
- _s_registry.registerError(AIOpsServiceException$, AIOpsServiceException);
93
- const n0_registry = TypeRegistry.for(n0);
94
- const AccessDeniedException$ = [-3, n0, _ADE,
95
- { [_e]: _c, [_hE]: 403 },
96
- [_m],
97
- [0]
98
- ];
99
- exports.AccessDeniedException$ = AccessDeniedException$;
100
- n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
101
- const ConflictException$ = [-3, n0, _CE,
102
- { [_e]: _c, [_hE]: 409 },
103
- [_m],
104
- [0]
105
- ];
106
- exports.ConflictException$ = ConflictException$;
107
- n0_registry.registerError(ConflictException$, ConflictException);
108
- const ForbiddenException$ = [-3, n0, _FE,
109
- { [_e]: _c, [_hE]: 403 },
110
- [_m],
111
- [0]
112
- ];
113
- exports.ForbiddenException$ = ForbiddenException$;
114
- n0_registry.registerError(ForbiddenException$, ForbiddenException);
115
- const InternalServerException$ = [-3, n0, _ISE,
116
- { [_e]: _se, [_hE]: 500 },
117
- [_m],
118
- [0]
119
- ];
120
- exports.InternalServerException$ = InternalServerException$;
121
- n0_registry.registerError(InternalServerException$, InternalServerException);
122
- const ResourceNotFoundException$ = [-3, n0, _RNFE,
123
- { [_e]: _c, [_hE]: 404 },
124
- [_m],
125
- [0]
126
- ];
127
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
128
- n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
129
- const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
130
- { [_e]: _c, [_hE]: 402 },
131
- [_m, _rI, _rT, _sC, _qC],
132
- [0, 0, 0, 0, 0]
133
- ];
134
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
135
- n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
136
- const ThrottlingException$ = [-3, n0, _TE,
137
- { [_e]: _c, [_hE]: 429 },
138
- [_m],
139
- [0]
140
- ];
141
- exports.ThrottlingException$ = ThrottlingException$;
142
- n0_registry.registerError(ThrottlingException$, ThrottlingException);
143
- const ValidationException$ = [-3, n0, _VE,
144
- { [_e]: _c, [_hE]: 400 },
145
- [_m],
146
- [0]
147
- ];
148
- exports.ValidationException$ = ValidationException$;
149
- n0_registry.registerError(ValidationException$, ValidationException);
150
- exports.errorTypeRegistries = [
151
- _s_registry,
152
- n0_registry,
153
- ];
154
- var SensitiveStringWithLengthLimits = [0, n0, _SSWLL, 8, 0];
155
- const CreateInvestigationGroupInput$ = [3, n0, _CIGI,
156
- 0,
157
- [_n, _rA, _eC, _rID, _t, _tKB, _cNC, _iCTEHE, _cAC],
158
- [0, 0, () => EncryptionConfiguration$, 1, 128 | 0, 64 | 0, [2, n0, _CNC, 0, 0, 64 | 0], 2, () => CrossAccountConfigurations], 2
159
- ];
160
- exports.CreateInvestigationGroupInput$ = CreateInvestigationGroupInput$;
161
- const CreateInvestigationGroupOutput$ = [3, n0, _CIGO,
162
- 0,
163
- [_a],
164
- [0]
165
- ];
166
- exports.CreateInvestigationGroupOutput$ = CreateInvestigationGroupOutput$;
167
- const CrossAccountConfiguration$ = [3, n0, _CAC,
168
- 0,
169
- [_sRA],
170
- [0]
171
- ];
172
- exports.CrossAccountConfiguration$ = CrossAccountConfiguration$;
173
- const DeleteInvestigationGroupPolicyOutput$ = [3, n0, _DIGPO,
174
- 0,
175
- [],
176
- []
177
- ];
178
- exports.DeleteInvestigationGroupPolicyOutput$ = DeleteInvestigationGroupPolicyOutput$;
179
- const DeleteInvestigationGroupPolicyRequest$ = [3, n0, _DIGPR,
180
- 0,
181
- [_i],
182
- [[0, 1]], 1
183
- ];
184
- exports.DeleteInvestigationGroupPolicyRequest$ = DeleteInvestigationGroupPolicyRequest$;
185
- const DeleteInvestigationGroupRequest$ = [3, n0, _DIGR,
186
- 0,
187
- [_i],
188
- [[0, 1]], 1
189
- ];
190
- exports.DeleteInvestigationGroupRequest$ = DeleteInvestigationGroupRequest$;
191
- const EncryptionConfiguration$ = [3, n0, _EC,
192
- 0,
193
- [_ty, _kKI],
194
- [0, 0]
195
- ];
196
- exports.EncryptionConfiguration$ = EncryptionConfiguration$;
197
- const GetInvestigationGroupPolicyRequest$ = [3, n0, _GIGPR,
198
- 0,
199
- [_i],
200
- [[0, 1]], 1
201
- ];
202
- exports.GetInvestigationGroupPolicyRequest$ = GetInvestigationGroupPolicyRequest$;
203
- const GetInvestigationGroupPolicyResponse$ = [3, n0, _GIGPRe,
204
- 0,
205
- [_iGA, _p],
206
- [0, 0]
207
- ];
208
- exports.GetInvestigationGroupPolicyResponse$ = GetInvestigationGroupPolicyResponse$;
209
- const GetInvestigationGroupRequest$ = [3, n0, _GIGR,
210
- 0,
211
- [_i],
212
- [[0, 1]], 1
213
- ];
214
- exports.GetInvestigationGroupRequest$ = GetInvestigationGroupRequest$;
215
- const GetInvestigationGroupResponse$ = [3, n0, _GIGRe,
216
- 0,
217
- [_cB, _cA, _lMB, _lMA, _n, _a, _rA, _eC, _rID, _cNC, _tKB, _iCTEHE, _cAC],
218
- [0, 1, 0, 1, 0, 0, 0, () => EncryptionConfiguration$, 1, [2, n0, _CNC, 0, 0, 64 | 0], 64 | 0, 2, () => CrossAccountConfigurations]
219
- ];
220
- exports.GetInvestigationGroupResponse$ = GetInvestigationGroupResponse$;
221
- const ListInvestigationGroupsInput$ = [3, n0, _LIGI,
222
- 0,
223
- [_nT, _mR],
224
- [[() => SensitiveStringWithLengthLimits, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
225
- ];
226
- exports.ListInvestigationGroupsInput$ = ListInvestigationGroupsInput$;
227
- const ListInvestigationGroupsModel$ = [3, n0, _LIGM,
228
- 0,
229
- [_a, _n],
230
- [0, 0]
231
- ];
232
- exports.ListInvestigationGroupsModel$ = ListInvestigationGroupsModel$;
233
- const ListInvestigationGroupsOutput$ = [3, n0, _LIGO,
234
- 0,
235
- [_nT, _iG],
236
- [[() => SensitiveStringWithLengthLimits, 0], () => InvestigationGroups]
237
- ];
238
- exports.ListInvestigationGroupsOutput$ = ListInvestigationGroupsOutput$;
239
- const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
240
- 0,
241
- [_t],
242
- [128 | 0]
243
- ];
244
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
245
- const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
246
- 0,
247
- [_rAe],
248
- [[0, 1]], 1
249
- ];
250
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
251
- const PutInvestigationGroupPolicyRequest$ = [3, n0, _PIGPR,
252
- 0,
253
- [_i, _p],
254
- [[0, 1], 0], 2
255
- ];
256
- exports.PutInvestigationGroupPolicyRequest$ = PutInvestigationGroupPolicyRequest$;
257
- const PutInvestigationGroupPolicyResponse$ = [3, n0, _PIGPRu,
258
- 0,
259
- [_iGA],
260
- [0]
261
- ];
262
- exports.PutInvestigationGroupPolicyResponse$ = PutInvestigationGroupPolicyResponse$;
263
- const TagResourceRequest$ = [3, n0, _TRR,
264
- 0,
265
- [_rAe, _t],
266
- [[0, 1], 128 | 0], 2
267
- ];
268
- exports.TagResourceRequest$ = TagResourceRequest$;
269
- const TagResourceResponse$ = [3, n0, _TRRa,
270
- 0,
271
- [],
272
- []
273
- ];
274
- exports.TagResourceResponse$ = TagResourceResponse$;
275
- const UntagResourceRequest$ = [3, n0, _URR,
276
- 0,
277
- [_rAe, _tK],
278
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
279
- ];
280
- exports.UntagResourceRequest$ = UntagResourceRequest$;
281
- const UntagResourceResponse$ = [3, n0, _URRn,
282
- 0,
283
- [],
284
- []
285
- ];
286
- exports.UntagResourceResponse$ = UntagResourceResponse$;
287
- const UpdateInvestigationGroupOutput$ = [3, n0, _UIGO,
288
- 0,
289
- [],
290
- []
291
- ];
292
- exports.UpdateInvestigationGroupOutput$ = UpdateInvestigationGroupOutput$;
293
- const UpdateInvestigationGroupRequest$ = [3, n0, _UIGR,
294
- 0,
295
- [_i, _rA, _eC, _tKB, _cNC, _iCTEHE, _cAC],
296
- [[0, 1], 0, () => EncryptionConfiguration$, 64 | 0, [2, n0, _CNC, 0, 0, 64 | 0], 2, () => CrossAccountConfigurations], 1
297
- ];
298
- exports.UpdateInvestigationGroupRequest$ = UpdateInvestigationGroupRequest$;
299
- var __Unit = "unit";
300
- var ChatConfigurationArns = 64 | 0;
301
- var CrossAccountConfigurations = [1, n0, _CACr,
302
- 0, () => CrossAccountConfiguration$
303
- ];
304
- var InvestigationGroups = [1, n0, _IG,
305
- 0, () => ListInvestigationGroupsModel$
306
- ];
307
- var TagKeyBoundaries = 64 | 0;
308
- var TagKeys = 64 | 0;
309
- var ChatbotNotificationChannel = [2, n0, _CNC,
310
- 0, 0, 64 | 0
311
- ];
312
- var Tags = 128 | 0;
313
- exports.CreateInvestigationGroup$ = [9, n0, _CIG,
314
- { [_h]: ["POST", "/investigationGroups", 201] }, () => CreateInvestigationGroupInput$, () => CreateInvestigationGroupOutput$
315
- ];
316
- exports.DeleteInvestigationGroup$ = [9, n0, _DIG,
317
- { [_h]: ["DELETE", "/investigationGroups/{identifier}", 200] }, () => DeleteInvestigationGroupRequest$, () => __Unit
318
- ];
319
- exports.DeleteInvestigationGroupPolicy$ = [9, n0, _DIGP,
320
- { [_h]: ["DELETE", "/investigationGroups/{identifier}/policy", 200] }, () => DeleteInvestigationGroupPolicyRequest$, () => DeleteInvestigationGroupPolicyOutput$
321
- ];
322
- exports.GetInvestigationGroup$ = [9, n0, _GIG,
323
- { [_h]: ["GET", "/investigationGroups/{identifier}", 200] }, () => GetInvestigationGroupRequest$, () => GetInvestigationGroupResponse$
324
- ];
325
- exports.GetInvestigationGroupPolicy$ = [9, n0, _GIGP,
326
- { [_h]: ["GET", "/investigationGroups/{identifier}/policy", 200] }, () => GetInvestigationGroupPolicyRequest$, () => GetInvestigationGroupPolicyResponse$
327
- ];
328
- exports.ListInvestigationGroups$ = [9, n0, _LIG,
329
- { [_h]: ["GET", "/investigationGroups", 200] }, () => ListInvestigationGroupsInput$, () => ListInvestigationGroupsOutput$
330
- ];
331
- exports.ListTagsForResource$ = [9, n0, _LTFR,
332
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceOutput$
333
- ];
334
- exports.PutInvestigationGroupPolicy$ = [9, n0, _PIGP,
335
- { [_h]: ["POST", "/investigationGroups/{identifier}/policy", 200] }, () => PutInvestigationGroupPolicyRequest$, () => PutInvestigationGroupPolicyResponse$
336
- ];
337
- exports.TagResource$ = [9, n0, _TR,
338
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
339
- ];
340
- exports.UntagResource$ = [9, n0, _UR,
341
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
342
- ];
343
- exports.UpdateInvestigationGroup$ = [9, n0, _UIG,
344
- { [_h]: ["PATCH", "/investigationGroups/{identifier}", 200] }, () => UpdateInvestigationGroupRequest$, () => UpdateInvestigationGroupOutput$
345
- ];