@aws-sdk/client-aiops 3.987.0 → 3.989.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var AIOpsServiceException = require('./models/AIOpsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,415 +113,6 @@ class AIOpsClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class AIOpsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, AIOpsServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends AIOpsServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class ConflictException extends AIOpsServiceException {
133
- name = "ConflictException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "ConflictException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, ConflictException.prototype);
142
- }
143
- }
144
- class ForbiddenException extends AIOpsServiceException {
145
- name = "ForbiddenException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ForbiddenException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ForbiddenException.prototype);
154
- }
155
- }
156
- class InternalServerException extends AIOpsServiceException {
157
- name = "InternalServerException";
158
- $fault = "server";
159
- constructor(opts) {
160
- super({
161
- name: "InternalServerException",
162
- $fault: "server",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, InternalServerException.prototype);
166
- }
167
- }
168
- class ResourceNotFoundException extends AIOpsServiceException {
169
- name = "ResourceNotFoundException";
170
- $fault = "client";
171
- constructor(opts) {
172
- super({
173
- name: "ResourceNotFoundException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
178
- }
179
- }
180
- class ServiceQuotaExceededException extends AIOpsServiceException {
181
- name = "ServiceQuotaExceededException";
182
- $fault = "client";
183
- resourceId;
184
- resourceType;
185
- serviceCode;
186
- quotaCode;
187
- constructor(opts) {
188
- super({
189
- name: "ServiceQuotaExceededException",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
194
- this.resourceId = opts.resourceId;
195
- this.resourceType = opts.resourceType;
196
- this.serviceCode = opts.serviceCode;
197
- this.quotaCode = opts.quotaCode;
198
- }
199
- }
200
- class ThrottlingException extends AIOpsServiceException {
201
- name = "ThrottlingException";
202
- $fault = "client";
203
- constructor(opts) {
204
- super({
205
- name: "ThrottlingException",
206
- $fault: "client",
207
- ...opts,
208
- });
209
- Object.setPrototypeOf(this, ThrottlingException.prototype);
210
- }
211
- }
212
- class ValidationException extends AIOpsServiceException {
213
- name = "ValidationException";
214
- $fault = "client";
215
- constructor(opts) {
216
- super({
217
- name: "ValidationException",
218
- $fault: "client",
219
- ...opts,
220
- });
221
- Object.setPrototypeOf(this, ValidationException.prototype);
222
- }
223
- }
224
-
225
- const _ADE = "AccessDeniedException";
226
- const _CAC = "CrossAccountConfiguration";
227
- const _CACr = "CrossAccountConfigurations";
228
- const _CE = "ConflictException";
229
- const _CIG = "CreateInvestigationGroup";
230
- const _CIGI = "CreateInvestigationGroupInput";
231
- const _CIGO = "CreateInvestigationGroupOutput";
232
- const _CNC = "ChatbotNotificationChannel";
233
- const _DIG = "DeleteInvestigationGroup";
234
- const _DIGP = "DeleteInvestigationGroupPolicy";
235
- const _DIGPO = "DeleteInvestigationGroupPolicyOutput";
236
- const _DIGPR = "DeleteInvestigationGroupPolicyRequest";
237
- const _DIGR = "DeleteInvestigationGroupRequest";
238
- const _EC = "EncryptionConfiguration";
239
- const _FE = "ForbiddenException";
240
- const _GIG = "GetInvestigationGroup";
241
- const _GIGP = "GetInvestigationGroupPolicy";
242
- const _GIGPR = "GetInvestigationGroupPolicyRequest";
243
- const _GIGPRe = "GetInvestigationGroupPolicyResponse";
244
- const _GIGR = "GetInvestigationGroupRequest";
245
- const _GIGRe = "GetInvestigationGroupResponse";
246
- const _IG = "InvestigationGroups";
247
- const _ISE = "InternalServerException";
248
- const _LIG = "ListInvestigationGroups";
249
- const _LIGI = "ListInvestigationGroupsInput";
250
- const _LIGM = "ListInvestigationGroupsModel";
251
- const _LIGO = "ListInvestigationGroupsOutput";
252
- const _LTFR = "ListTagsForResource";
253
- const _LTFRO = "ListTagsForResourceOutput";
254
- const _LTFRR = "ListTagsForResourceRequest";
255
- const _PIGP = "PutInvestigationGroupPolicy";
256
- const _PIGPR = "PutInvestigationGroupPolicyRequest";
257
- const _PIGPRu = "PutInvestigationGroupPolicyResponse";
258
- const _RNFE = "ResourceNotFoundException";
259
- const _SQEE = "ServiceQuotaExceededException";
260
- const _SSWLL = "SensitiveStringWithLengthLimits";
261
- const _TE = "ThrottlingException";
262
- const _TR = "TagResource";
263
- const _TRR = "TagResourceRequest";
264
- const _TRRa = "TagResourceResponse";
265
- const _UIG = "UpdateInvestigationGroup";
266
- const _UIGO = "UpdateInvestigationGroupOutput";
267
- const _UIGR = "UpdateInvestigationGroupRequest";
268
- const _UR = "UntagResource";
269
- const _URR = "UntagResourceRequest";
270
- const _URRn = "UntagResourceResponse";
271
- const _VE = "ValidationException";
272
- const _a = "arn";
273
- const _c = "client";
274
- const _cA = "createdAt";
275
- const _cAC = "crossAccountConfigurations";
276
- const _cB = "createdBy";
277
- const _cNC = "chatbotNotificationChannel";
278
- const _e = "error";
279
- const _eC = "encryptionConfiguration";
280
- const _h = "http";
281
- const _hE = "httpError";
282
- const _hQ = "httpQuery";
283
- const _i = "identifier";
284
- const _iCTEHE = "isCloudTrailEventHistoryEnabled";
285
- const _iG = "investigationGroups";
286
- const _iGA = "investigationGroupArn";
287
- const _kKI = "kmsKeyId";
288
- const _lMA = "lastModifiedAt";
289
- const _lMB = "lastModifiedBy";
290
- const _m = "message";
291
- const _mR = "maxResults";
292
- const _n = "name";
293
- const _nT = "nextToken";
294
- const _p = "policy";
295
- const _qC = "quotaCode";
296
- const _rA = "roleArn";
297
- const _rAe = "resourceArn";
298
- const _rI = "resourceId";
299
- const _rID = "retentionInDays";
300
- const _rT = "resourceType";
301
- const _s = "server";
302
- const _sC = "serviceCode";
303
- const _sRA = "sourceRoleArn";
304
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.aiops";
305
- const _t = "tags";
306
- const _tK = "tagKeys";
307
- const _tKB = "tagKeyBoundaries";
308
- const _ty = "type";
309
- const n0 = "com.amazonaws.aiops";
310
- var SensitiveStringWithLengthLimits = [0, n0, _SSWLL, 8, 0];
311
- var AccessDeniedException$ = [-3, n0, _ADE,
312
- { [_e]: _c, [_hE]: 403 },
313
- [_m],
314
- [0]
315
- ];
316
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
317
- var ConflictException$ = [-3, n0, _CE,
318
- { [_e]: _c, [_hE]: 409 },
319
- [_m],
320
- [0]
321
- ];
322
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
323
- var CreateInvestigationGroupInput$ = [3, n0, _CIGI,
324
- 0,
325
- [_n, _rA, _eC, _rID, _t, _tKB, _cNC, _iCTEHE, _cAC],
326
- [0, 0, () => EncryptionConfiguration$, 1, 128 | 0, 64 | 0, [2, n0, _CNC, 0, 0, 64 | 0], 2, () => CrossAccountConfigurations], 2
327
- ];
328
- var CreateInvestigationGroupOutput$ = [3, n0, _CIGO,
329
- 0,
330
- [_a],
331
- [0]
332
- ];
333
- var CrossAccountConfiguration$ = [3, n0, _CAC,
334
- 0,
335
- [_sRA],
336
- [0]
337
- ];
338
- var DeleteInvestigationGroupPolicyOutput$ = [3, n0, _DIGPO,
339
- 0,
340
- [],
341
- []
342
- ];
343
- var DeleteInvestigationGroupPolicyRequest$ = [3, n0, _DIGPR,
344
- 0,
345
- [_i],
346
- [[0, 1]], 1
347
- ];
348
- var DeleteInvestigationGroupRequest$ = [3, n0, _DIGR,
349
- 0,
350
- [_i],
351
- [[0, 1]], 1
352
- ];
353
- var EncryptionConfiguration$ = [3, n0, _EC,
354
- 0,
355
- [_ty, _kKI],
356
- [0, 0]
357
- ];
358
- var ForbiddenException$ = [-3, n0, _FE,
359
- { [_e]: _c, [_hE]: 403 },
360
- [_m],
361
- [0]
362
- ];
363
- schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
364
- var GetInvestigationGroupPolicyRequest$ = [3, n0, _GIGPR,
365
- 0,
366
- [_i],
367
- [[0, 1]], 1
368
- ];
369
- var GetInvestigationGroupPolicyResponse$ = [3, n0, _GIGPRe,
370
- 0,
371
- [_iGA, _p],
372
- [0, 0]
373
- ];
374
- var GetInvestigationGroupRequest$ = [3, n0, _GIGR,
375
- 0,
376
- [_i],
377
- [[0, 1]], 1
378
- ];
379
- var GetInvestigationGroupResponse$ = [3, n0, _GIGRe,
380
- 0,
381
- [_cB, _cA, _lMB, _lMA, _n, _a, _rA, _eC, _rID, _cNC, _tKB, _iCTEHE, _cAC],
382
- [0, 1, 0, 1, 0, 0, 0, () => EncryptionConfiguration$, 1, [2, n0, _CNC, 0, 0, 64 | 0], 64 | 0, 2, () => CrossAccountConfigurations]
383
- ];
384
- var InternalServerException$ = [-3, n0, _ISE,
385
- { [_e]: _s, [_hE]: 500 },
386
- [_m],
387
- [0]
388
- ];
389
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
390
- var ListInvestigationGroupsInput$ = [3, n0, _LIGI,
391
- 0,
392
- [_nT, _mR],
393
- [[() => SensitiveStringWithLengthLimits, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
394
- ];
395
- var ListInvestigationGroupsModel$ = [3, n0, _LIGM,
396
- 0,
397
- [_a, _n],
398
- [0, 0]
399
- ];
400
- var ListInvestigationGroupsOutput$ = [3, n0, _LIGO,
401
- 0,
402
- [_nT, _iG],
403
- [[() => SensitiveStringWithLengthLimits, 0], () => InvestigationGroups]
404
- ];
405
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
406
- 0,
407
- [_t],
408
- [128 | 0]
409
- ];
410
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
411
- 0,
412
- [_rAe],
413
- [[0, 1]], 1
414
- ];
415
- var PutInvestigationGroupPolicyRequest$ = [3, n0, _PIGPR,
416
- 0,
417
- [_i, _p],
418
- [[0, 1], 0], 2
419
- ];
420
- var PutInvestigationGroupPolicyResponse$ = [3, n0, _PIGPRu,
421
- 0,
422
- [_iGA],
423
- [0]
424
- ];
425
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
426
- { [_e]: _c, [_hE]: 404 },
427
- [_m],
428
- [0]
429
- ];
430
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
431
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
432
- { [_e]: _c, [_hE]: 402 },
433
- [_m, _rI, _rT, _sC, _qC],
434
- [0, 0, 0, 0, 0]
435
- ];
436
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
437
- var TagResourceRequest$ = [3, n0, _TRR,
438
- 0,
439
- [_rAe, _t],
440
- [[0, 1], 128 | 0], 2
441
- ];
442
- var TagResourceResponse$ = [3, n0, _TRRa,
443
- 0,
444
- [],
445
- []
446
- ];
447
- var ThrottlingException$ = [-3, n0, _TE,
448
- { [_e]: _c, [_hE]: 429 },
449
- [_m],
450
- [0]
451
- ];
452
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
453
- var UntagResourceRequest$ = [3, n0, _URR,
454
- 0,
455
- [_rAe, _tK],
456
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
457
- ];
458
- var UntagResourceResponse$ = [3, n0, _URRn,
459
- 0,
460
- [],
461
- []
462
- ];
463
- var UpdateInvestigationGroupOutput$ = [3, n0, _UIGO,
464
- 0,
465
- [],
466
- []
467
- ];
468
- var UpdateInvestigationGroupRequest$ = [3, n0, _UIGR,
469
- 0,
470
- [_i, _rA, _eC, _tKB, _cNC, _iCTEHE, _cAC],
471
- [[0, 1], 0, () => EncryptionConfiguration$, 64 | 0, [2, n0, _CNC, 0, 0, 64 | 0], 2, () => CrossAccountConfigurations], 1
472
- ];
473
- var ValidationException$ = [-3, n0, _VE,
474
- { [_e]: _c, [_hE]: 400 },
475
- [_m],
476
- [0]
477
- ];
478
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
479
- var __Unit = "unit";
480
- var AIOpsServiceException$ = [-3, _sm, "AIOpsServiceException", 0, [], []];
481
- schema.TypeRegistry.for(_sm).registerError(AIOpsServiceException$, AIOpsServiceException);
482
- var CrossAccountConfigurations = [1, n0, _CACr,
483
- 0, () => CrossAccountConfiguration$
484
- ];
485
- var InvestigationGroups = [1, n0, _IG,
486
- 0, () => ListInvestigationGroupsModel$
487
- ];
488
- var CreateInvestigationGroup$ = [9, n0, _CIG,
489
- { [_h]: ["POST", "/investigationGroups", 201] }, () => CreateInvestigationGroupInput$, () => CreateInvestigationGroupOutput$
490
- ];
491
- var DeleteInvestigationGroup$ = [9, n0, _DIG,
492
- { [_h]: ["DELETE", "/investigationGroups/{identifier}", 200] }, () => DeleteInvestigationGroupRequest$, () => __Unit
493
- ];
494
- var DeleteInvestigationGroupPolicy$ = [9, n0, _DIGP,
495
- { [_h]: ["DELETE", "/investigationGroups/{identifier}/policy", 200] }, () => DeleteInvestigationGroupPolicyRequest$, () => DeleteInvestigationGroupPolicyOutput$
496
- ];
497
- var GetInvestigationGroup$ = [9, n0, _GIG,
498
- { [_h]: ["GET", "/investigationGroups/{identifier}", 200] }, () => GetInvestigationGroupRequest$, () => GetInvestigationGroupResponse$
499
- ];
500
- var GetInvestigationGroupPolicy$ = [9, n0, _GIGP,
501
- { [_h]: ["GET", "/investigationGroups/{identifier}/policy", 200] }, () => GetInvestigationGroupPolicyRequest$, () => GetInvestigationGroupPolicyResponse$
502
- ];
503
- var ListInvestigationGroups$ = [9, n0, _LIG,
504
- { [_h]: ["GET", "/investigationGroups", 200] }, () => ListInvestigationGroupsInput$, () => ListInvestigationGroupsOutput$
505
- ];
506
- var ListTagsForResource$ = [9, n0, _LTFR,
507
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceOutput$
508
- ];
509
- var PutInvestigationGroupPolicy$ = [9, n0, _PIGP,
510
- { [_h]: ["POST", "/investigationGroups/{identifier}/policy", 200] }, () => PutInvestigationGroupPolicyRequest$, () => PutInvestigationGroupPolicyResponse$
511
- ];
512
- var TagResource$ = [9, n0, _TR,
513
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
514
- ];
515
- var UntagResource$ = [9, n0, _UR,
516
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
517
- ];
518
- var UpdateInvestigationGroup$ = [9, n0, _UIG,
519
- { [_h]: ["PATCH", "/investigationGroups/{identifier}", 200] }, () => UpdateInvestigationGroupRequest$, () => UpdateInvestigationGroupOutput$
520
- ];
521
-
522
116
  class CreateInvestigationGroupCommand extends smithyClient.Command
523
117
  .classBuilder()
524
118
  .ep(commonParams)
@@ -527,7 +121,7 @@ class CreateInvestigationGroupCommand extends smithyClient.Command
527
121
  })
528
122
  .s("AIOps", "CreateInvestigationGroup", {})
529
123
  .n("AIOpsClient", "CreateInvestigationGroupCommand")
530
- .sc(CreateInvestigationGroup$)
124
+ .sc(schemas_0.CreateInvestigationGroup$)
531
125
  .build() {
532
126
  }
533
127
 
@@ -539,7 +133,7 @@ class DeleteInvestigationGroupCommand extends smithyClient.Command
539
133
  })
540
134
  .s("AIOps", "DeleteInvestigationGroup", {})
541
135
  .n("AIOpsClient", "DeleteInvestigationGroupCommand")
542
- .sc(DeleteInvestigationGroup$)
136
+ .sc(schemas_0.DeleteInvestigationGroup$)
543
137
  .build() {
544
138
  }
545
139
 
@@ -551,7 +145,7 @@ class DeleteInvestigationGroupPolicyCommand extends smithyClient.Command
551
145
  })
552
146
  .s("AIOps", "DeleteInvestigationGroupPolicy", {})
553
147
  .n("AIOpsClient", "DeleteInvestigationGroupPolicyCommand")
554
- .sc(DeleteInvestigationGroupPolicy$)
148
+ .sc(schemas_0.DeleteInvestigationGroupPolicy$)
555
149
  .build() {
556
150
  }
557
151
 
@@ -563,7 +157,7 @@ class GetInvestigationGroupCommand extends smithyClient.Command
563
157
  })
564
158
  .s("AIOps", "GetInvestigationGroup", {})
565
159
  .n("AIOpsClient", "GetInvestigationGroupCommand")
566
- .sc(GetInvestigationGroup$)
160
+ .sc(schemas_0.GetInvestigationGroup$)
567
161
  .build() {
568
162
  }
569
163
 
@@ -575,7 +169,7 @@ class GetInvestigationGroupPolicyCommand extends smithyClient.Command
575
169
  })
576
170
  .s("AIOps", "GetInvestigationGroupPolicy", {})
577
171
  .n("AIOpsClient", "GetInvestigationGroupPolicyCommand")
578
- .sc(GetInvestigationGroupPolicy$)
172
+ .sc(schemas_0.GetInvestigationGroupPolicy$)
579
173
  .build() {
580
174
  }
581
175
 
@@ -587,7 +181,7 @@ class ListInvestigationGroupsCommand extends smithyClient.Command
587
181
  })
588
182
  .s("AIOps", "ListInvestigationGroups", {})
589
183
  .n("AIOpsClient", "ListInvestigationGroupsCommand")
590
- .sc(ListInvestigationGroups$)
184
+ .sc(schemas_0.ListInvestigationGroups$)
591
185
  .build() {
592
186
  }
593
187
 
@@ -599,7 +193,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
599
193
  })
600
194
  .s("AIOps", "ListTagsForResource", {})
601
195
  .n("AIOpsClient", "ListTagsForResourceCommand")
602
- .sc(ListTagsForResource$)
196
+ .sc(schemas_0.ListTagsForResource$)
603
197
  .build() {
604
198
  }
605
199
 
@@ -611,7 +205,7 @@ class PutInvestigationGroupPolicyCommand extends smithyClient.Command
611
205
  })
612
206
  .s("AIOps", "PutInvestigationGroupPolicy", {})
613
207
  .n("AIOpsClient", "PutInvestigationGroupPolicyCommand")
614
- .sc(PutInvestigationGroupPolicy$)
208
+ .sc(schemas_0.PutInvestigationGroupPolicy$)
615
209
  .build() {
616
210
  }
617
211
 
@@ -623,7 +217,7 @@ class TagResourceCommand extends smithyClient.Command
623
217
  })
624
218
  .s("AIOps", "TagResource", {})
625
219
  .n("AIOpsClient", "TagResourceCommand")
626
- .sc(TagResource$)
220
+ .sc(schemas_0.TagResource$)
627
221
  .build() {
628
222
  }
629
223
 
@@ -635,7 +229,7 @@ class UntagResourceCommand extends smithyClient.Command
635
229
  })
636
230
  .s("AIOps", "UntagResource", {})
637
231
  .n("AIOpsClient", "UntagResourceCommand")
638
- .sc(UntagResource$)
232
+ .sc(schemas_0.UntagResource$)
639
233
  .build() {
640
234
  }
641
235
 
@@ -647,7 +241,7 @@ class UpdateInvestigationGroupCommand extends smithyClient.Command
647
241
  })
648
242
  .s("AIOps", "UpdateInvestigationGroup", {})
649
243
  .n("AIOpsClient", "UpdateInvestigationGroupCommand")
650
- .sc(UpdateInvestigationGroup$)
244
+ .sc(schemas_0.UpdateInvestigationGroup$)
651
245
  .build() {
652
246
  }
653
247
 
@@ -686,71 +280,34 @@ Object.defineProperty(exports, "__Client", {
686
280
  enumerable: true,
687
281
  get: function () { return smithyClient.Client; }
688
282
  });
283
+ Object.defineProperty(exports, "AIOpsServiceException", {
284
+ enumerable: true,
285
+ get: function () { return AIOpsServiceException.AIOpsServiceException; }
286
+ });
689
287
  exports.AIOps = AIOps;
690
288
  exports.AIOpsClient = AIOpsClient;
691
- exports.AIOpsServiceException = AIOpsServiceException;
692
- exports.AIOpsServiceException$ = AIOpsServiceException$;
693
- exports.AccessDeniedException = AccessDeniedException;
694
- exports.AccessDeniedException$ = AccessDeniedException$;
695
- exports.ConflictException = ConflictException;
696
- exports.ConflictException$ = ConflictException$;
697
- exports.CreateInvestigationGroup$ = CreateInvestigationGroup$;
698
289
  exports.CreateInvestigationGroupCommand = CreateInvestigationGroupCommand;
699
- exports.CreateInvestigationGroupInput$ = CreateInvestigationGroupInput$;
700
- exports.CreateInvestigationGroupOutput$ = CreateInvestigationGroupOutput$;
701
- exports.CrossAccountConfiguration$ = CrossAccountConfiguration$;
702
- exports.DeleteInvestigationGroup$ = DeleteInvestigationGroup$;
703
290
  exports.DeleteInvestigationGroupCommand = DeleteInvestigationGroupCommand;
704
- exports.DeleteInvestigationGroupPolicy$ = DeleteInvestigationGroupPolicy$;
705
291
  exports.DeleteInvestigationGroupPolicyCommand = DeleteInvestigationGroupPolicyCommand;
706
- exports.DeleteInvestigationGroupPolicyOutput$ = DeleteInvestigationGroupPolicyOutput$;
707
- exports.DeleteInvestigationGroupPolicyRequest$ = DeleteInvestigationGroupPolicyRequest$;
708
- exports.DeleteInvestigationGroupRequest$ = DeleteInvestigationGroupRequest$;
709
- exports.EncryptionConfiguration$ = EncryptionConfiguration$;
710
292
  exports.EncryptionConfigurationType = EncryptionConfigurationType;
711
- exports.ForbiddenException = ForbiddenException;
712
- exports.ForbiddenException$ = ForbiddenException$;
713
- exports.GetInvestigationGroup$ = GetInvestigationGroup$;
714
293
  exports.GetInvestigationGroupCommand = GetInvestigationGroupCommand;
715
- exports.GetInvestigationGroupPolicy$ = GetInvestigationGroupPolicy$;
716
294
  exports.GetInvestigationGroupPolicyCommand = GetInvestigationGroupPolicyCommand;
717
- exports.GetInvestigationGroupPolicyRequest$ = GetInvestigationGroupPolicyRequest$;
718
- exports.GetInvestigationGroupPolicyResponse$ = GetInvestigationGroupPolicyResponse$;
719
- exports.GetInvestigationGroupRequest$ = GetInvestigationGroupRequest$;
720
- exports.GetInvestigationGroupResponse$ = GetInvestigationGroupResponse$;
721
- exports.InternalServerException = InternalServerException;
722
- exports.InternalServerException$ = InternalServerException$;
723
- exports.ListInvestigationGroups$ = ListInvestigationGroups$;
724
295
  exports.ListInvestigationGroupsCommand = ListInvestigationGroupsCommand;
725
- exports.ListInvestigationGroupsInput$ = ListInvestigationGroupsInput$;
726
- exports.ListInvestigationGroupsModel$ = ListInvestigationGroupsModel$;
727
- exports.ListInvestigationGroupsOutput$ = ListInvestigationGroupsOutput$;
728
- exports.ListTagsForResource$ = ListTagsForResource$;
729
296
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
730
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
731
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
732
- exports.PutInvestigationGroupPolicy$ = PutInvestigationGroupPolicy$;
733
297
  exports.PutInvestigationGroupPolicyCommand = PutInvestigationGroupPolicyCommand;
734
- exports.PutInvestigationGroupPolicyRequest$ = PutInvestigationGroupPolicyRequest$;
735
- exports.PutInvestigationGroupPolicyResponse$ = PutInvestigationGroupPolicyResponse$;
736
- exports.ResourceNotFoundException = ResourceNotFoundException;
737
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
738
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
739
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
740
- exports.TagResource$ = TagResource$;
741
298
  exports.TagResourceCommand = TagResourceCommand;
742
- exports.TagResourceRequest$ = TagResourceRequest$;
743
- exports.TagResourceResponse$ = TagResourceResponse$;
744
- exports.ThrottlingException = ThrottlingException;
745
- exports.ThrottlingException$ = ThrottlingException$;
746
- exports.UntagResource$ = UntagResource$;
747
299
  exports.UntagResourceCommand = UntagResourceCommand;
748
- exports.UntagResourceRequest$ = UntagResourceRequest$;
749
- exports.UntagResourceResponse$ = UntagResourceResponse$;
750
- exports.UpdateInvestigationGroup$ = UpdateInvestigationGroup$;
751
300
  exports.UpdateInvestigationGroupCommand = UpdateInvestigationGroupCommand;
752
- exports.UpdateInvestigationGroupOutput$ = UpdateInvestigationGroupOutput$;
753
- exports.UpdateInvestigationGroupRequest$ = UpdateInvestigationGroupRequest$;
754
- exports.ValidationException = ValidationException;
755
- exports.ValidationException$ = ValidationException$;
756
301
  exports.paginateListInvestigationGroups = paginateListInvestigationGroups;
302
+ Object.keys(schemas_0).forEach(function (k) {
303
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
304
+ enumerable: true,
305
+ get: function () { return schemas_0[k]; }
306
+ });
307
+ });
308
+ Object.keys(errors).forEach(function (k) {
309
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
310
+ enumerable: true,
311
+ get: function () { return errors[k]; }
312
+ });
313
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AIOpsServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class AIOpsServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, AIOpsServiceException.prototype);
10
+ }
11
+ }
12
+ exports.AIOpsServiceException = AIOpsServiceException;