@aws-sdk/client-observabilityadmin 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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultObservabilityAdminHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-05-10",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.observabilityadmin",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "ObservabilityAdmin",
31
33
  },
@@ -66,15 +66,15 @@ const _DTRFOI = "DeleteTelemetryRuleForOrganizationInput";
66
66
  const _DTRI = "DeleteTelemetryRuleInput";
67
67
  const _Da = "Data";
68
68
  const _De = "Description";
69
- const _E = "Equals";
69
+ const _E = "Errors";
70
70
  const _ECRS = "EncryptionConflictResolutionStrategy";
71
71
  const _ELBLBLP = "ELBLoadBalancerLoggingParameters";
72
72
  const _ELGS = "EncryptedLogGroupStrategy";
73
73
  const _ES = "EncryptionStrategy";
74
74
  const _EW = "EndsWith";
75
75
  const _En = "Encryption";
76
+ const _Eq = "Equals";
76
77
  const _Er = "Error";
77
- const _Err = "Errors";
78
78
  const _F = "Field";
79
79
  const _FD = "FieldDelimiter";
80
80
  const _FM = "FieldMap";
@@ -165,10 +165,10 @@ const _Pi = "Pipeline";
165
165
  const _QC = "QuotaCode";
166
166
  const _QS = "QueryString";
167
167
  const _R = "Region";
168
- const _RA = "RuleArn";
168
+ const _RA = "Retry-After";
169
169
  const _RARN = "ResourceARN";
170
- const _RA_ = "Retry-After";
171
170
  const _RAo = "RoleArn";
171
+ const _RAu = "RuleArn";
172
172
  const _RF = "RedactedFields";
173
173
  const _RH = "RuleHealth";
174
174
  const _RI = "ResourceId";
@@ -251,8 +251,8 @@ const _UTRFOI = "UpdateTelemetryRuleForOrganizationInput";
251
251
  const _UTRFOO = "UpdateTelemetryRuleForOrganizationOutput";
252
252
  const _UTRI = "UpdateTelemetryRuleInput";
253
253
  const _UTRO = "UpdateTelemetryRuleOutput";
254
- const _VE = "ValidationError";
255
- const _VEa = "ValidationException";
254
+ const _VE = "ValidationException";
255
+ const _VEa = "ValidationError";
256
256
  const _VEal = "ValidationErrors";
257
257
  const _VPCFLP = "VPCFlowLogParameters";
258
258
  const _VTPC = "ValidateTelemetryPipelineConfiguration";
@@ -266,19 +266,69 @@ const _h = "http";
266
266
  const _hE = "httpError";
267
267
  const _hH = "httpHeader";
268
268
  const _rAS = "retryAfterSeconds";
269
- const _s = "server";
270
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.observabilityadmin";
269
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.observabilityadmin";
270
+ const _se = "server";
271
271
  const _xaE = "x-amzn-ErrorType";
272
272
  const n0 = "com.amazonaws.observabilityadmin";
273
273
  import { TypeRegistry } from "@smithy/core/schema";
274
274
  import { AccessDeniedException, ConflictException, InternalServerException, InvalidStateException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestsException, ValidationException, } from "../models/errors";
275
275
  import { ObservabilityAdminServiceException } from "../models/ObservabilityAdminServiceException";
276
+ const _s_registry = TypeRegistry.for(_s);
277
+ export var ObservabilityAdminServiceException$ = [-3, _s, "ObservabilityAdminServiceException", 0, [], []];
278
+ _s_registry.registerError(ObservabilityAdminServiceException$, ObservabilityAdminServiceException);
279
+ const n0_registry = TypeRegistry.for(n0);
276
280
  export var AccessDeniedException$ = [-3, n0, _ADE,
277
281
  { [_e]: _c, [_hE]: 400 },
278
282
  [_M, _aET],
279
283
  [0, [0, { [_hH]: _xaE }]]
280
284
  ];
281
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
285
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
286
+ export var ConflictException$ = [-3, n0, _CE,
287
+ { [_e]: _c, [_hE]: 409 },
288
+ [_M, _RI, _RT],
289
+ [0, 0, 0]
290
+ ];
291
+ n0_registry.registerError(ConflictException$, ConflictException);
292
+ export var InternalServerException$ = [-3, n0, _ISE,
293
+ { [_e]: _se, [_hE]: 500 },
294
+ [_M, _aET, _rAS],
295
+ [0, [0, { [_hH]: _xaE }], [1, { [_hH]: _RA }]]
296
+ ];
297
+ n0_registry.registerError(InternalServerException$, InternalServerException);
298
+ export var InvalidStateException$ = [-3, n0, _ISEn,
299
+ { [_e]: _c, [_hE]: 400 },
300
+ [_M],
301
+ [0]
302
+ ];
303
+ n0_registry.registerError(InvalidStateException$, InvalidStateException);
304
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
305
+ { [_e]: _c, [_hE]: 404 },
306
+ [_M, _RI, _RT],
307
+ [0, 0, 0]
308
+ ];
309
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
310
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
311
+ { [_e]: _c, [_hE]: 402 },
312
+ [_M, _RI, _RT, _SC, _QC, _aET],
313
+ [0, 0, 0, 0, 0, [0, { [_hH]: _xaE }]]
314
+ ];
315
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
316
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
317
+ { [_e]: _c, [_hE]: 429 },
318
+ [_M],
319
+ [0]
320
+ ];
321
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
322
+ export var ValidationException$ = [-3, n0, _VE,
323
+ { [_e]: _c, [_hE]: 400 },
324
+ [_M, _E],
325
+ [0, () => ValidationErrors]
326
+ ];
327
+ n0_registry.registerError(ValidationException$, ValidationException);
328
+ export const errorTypeRegistries = [
329
+ _s_registry,
330
+ n0_registry,
331
+ ];
282
332
  export var ActionCondition$ = [3, n0, _AC,
283
333
  0,
284
334
  [_A],
@@ -291,7 +341,7 @@ export var AdvancedEventSelector$ = [3, n0, _AES,
291
341
  ];
292
342
  export var AdvancedFieldSelector$ = [3, n0, _AFS,
293
343
  0,
294
- [_F, _E, _SW, _EW, _NE, _NSW, _NEW],
344
+ [_F, _Eq, _SW, _EW, _NE, _NSW, _NEW],
295
345
  [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
296
346
  ];
297
347
  export var CentralizationRule$ = [3, n0, _CR,
@@ -311,7 +361,7 @@ export var CentralizationRuleSource$ = [3, n0, _CRS,
311
361
  ];
312
362
  export var CentralizationRuleSummary$ = [3, n0, _CRSe,
313
363
  0,
314
- [_RN, _RA, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
364
+ [_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
315
365
  [0, 0, 0, 1, 0, 1, 0, 0, 0, 0]
316
366
  ];
317
367
  export var CloudtrailParameters$ = [3, n0, _CP,
@@ -329,12 +379,6 @@ export var ConfigurationSummary$ = [3, n0, _CS,
329
379
  [_So, _DS, _P, _PC, _Si],
330
380
  [() => Sources, () => DataSources, 64 | 0, 1, 64 | 0]
331
381
  ];
332
- export var ConflictException$ = [-3, n0, _CE,
333
- { [_e]: _c, [_hE]: 409 },
334
- [_M, _RI, _RT],
335
- [0, 0, 0]
336
- ];
337
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
338
382
  export var CreateCentralizationRuleForOrganizationInput$ = [3, n0, _CCRFOI,
339
383
  0,
340
384
  [_RN, _Ru, _T],
@@ -342,7 +386,7 @@ export var CreateCentralizationRuleForOrganizationInput$ = [3, n0, _CCRFOI,
342
386
  ];
343
387
  export var CreateCentralizationRuleForOrganizationOutput$ = [3, n0, _CCRFOO,
344
388
  0,
345
- [_RA],
389
+ [_RAu],
346
390
  [0]
347
391
  ];
348
392
  export var CreateS3TableIntegrationInput$ = [3, n0, _CSTII,
@@ -372,7 +416,7 @@ export var CreateTelemetryRuleForOrganizationInput$ = [3, n0, _CTRFOI,
372
416
  ];
373
417
  export var CreateTelemetryRuleForOrganizationOutput$ = [3, n0, _CTRFOO,
374
418
  0,
375
- [_RA],
419
+ [_RAu],
376
420
  [0]
377
421
  ];
378
422
  export var CreateTelemetryRuleInput$ = [3, n0, _CTRI,
@@ -382,7 +426,7 @@ export var CreateTelemetryRuleInput$ = [3, n0, _CTRI,
382
426
  ];
383
427
  export var CreateTelemetryRuleOutput$ = [3, n0, _CTRO,
384
428
  0,
385
- [_RA],
429
+ [_RAu],
386
430
  [0]
387
431
  ];
388
432
  export var DataSource$ = [3, n0, _DSa,
@@ -452,7 +496,7 @@ export var GetCentralizationRuleForOrganizationInput$ = [3, n0, _GCRFOI,
452
496
  ];
453
497
  export var GetCentralizationRuleForOrganizationOutput$ = [3, n0, _GCRFOO,
454
498
  0,
455
- [_RN, _RA, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
499
+ [_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
456
500
  [0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule$]
457
501
  ];
458
502
  export var GetS3TableIntegrationInput$ = [3, n0, _GSTII,
@@ -497,7 +541,7 @@ export var GetTelemetryRuleForOrganizationInput$ = [3, n0, _GTRFOI,
497
541
  ];
498
542
  export var GetTelemetryRuleForOrganizationOutput$ = [3, n0, _GTRFOO,
499
543
  0,
500
- [_RN, _RA, _CTS, _LUTS, _TR],
544
+ [_RN, _RAu, _CTS, _LUTS, _TR],
501
545
  [0, 0, 1, 1, () => TelemetryRule$]
502
546
  ];
503
547
  export var GetTelemetryRuleInput$ = [3, n0, _GTRI,
@@ -507,7 +551,7 @@ export var GetTelemetryRuleInput$ = [3, n0, _GTRI,
507
551
  ];
508
552
  export var GetTelemetryRuleOutput$ = [3, n0, _GTRO,
509
553
  0,
510
- [_RN, _RA, _CTS, _LUTS, _TR],
554
+ [_RN, _RAu, _CTS, _LUTS, _TR],
511
555
  [0, 0, 1, 1, () => TelemetryRule$]
512
556
  ];
513
557
  export var IntegrationSummary$ = [3, n0, _IS,
@@ -515,18 +559,6 @@ export var IntegrationSummary$ = [3, n0, _IS,
515
559
  [_Ar, _St],
516
560
  [0, 0]
517
561
  ];
518
- export var InternalServerException$ = [-3, n0, _ISE,
519
- { [_e]: _s, [_hE]: 500 },
520
- [_M, _aET, _rAS],
521
- [0, [0, { [_hH]: _xaE }], [1, { [_hH]: _RA_ }]]
522
- ];
523
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
524
- export var InvalidStateException$ = [-3, n0, _ISEn,
525
- { [_e]: _c, [_hE]: 400 },
526
- [_M],
527
- [0]
528
- ];
529
- TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
530
562
  export var LabelNameCondition$ = [3, n0, _LNC,
531
563
  0,
532
564
  [_LN],
@@ -647,18 +679,6 @@ export var _Record$ = [3, n0, _Rec,
647
679
  [_Da, _Ty],
648
680
  [0, 0]
649
681
  ];
650
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
651
- { [_e]: _c, [_hE]: 404 },
652
- [_M, _RI, _RT],
653
- [0, 0, 0]
654
- ];
655
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
656
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
657
- { [_e]: _c, [_hE]: 402 },
658
- [_M, _RI, _RT, _SC, _QC, _aET],
659
- [0, 0, 0, 0, 0, [0, { [_hH]: _xaE }]]
660
- ];
661
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
662
682
  export var SingleHeader$ = [3, n0, _SH,
663
683
  0,
664
684
  [_N],
@@ -726,7 +746,7 @@ export var TelemetryRule$ = [3, n0, _TR,
726
746
  ];
727
747
  export var TelemetryRuleSummary$ = [3, n0, _TRSe,
728
748
  0,
729
- [_RN, _RA, _CTS, _LUTS, _RT, _TT, _TST],
749
+ [_RN, _RAu, _CTS, _LUTS, _RT, _TT, _TST],
730
750
  [0, 0, 1, 1, 0, 0, 64 | 0]
731
751
  ];
732
752
  export var TestTelemetryPipelineInput$ = [3, n0, _TTPI,
@@ -739,12 +759,6 @@ export var TestTelemetryPipelineOutput$ = [3, n0, _TTPO,
739
759
  [_Res],
740
760
  [() => PipelineOutputs]
741
761
  ];
742
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
743
- { [_e]: _c, [_hE]: 429 },
744
- [_M],
745
- [0]
746
- ];
747
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
748
762
  export var UntagResourceInput$ = [3, n0, _URI,
749
763
  0,
750
764
  [_RARN, _TK],
@@ -757,7 +771,7 @@ export var UpdateCentralizationRuleForOrganizationInput$ = [3, n0, _UCRFOI,
757
771
  ];
758
772
  export var UpdateCentralizationRuleForOrganizationOutput$ = [3, n0, _UCRFOO,
759
773
  0,
760
- [_RA],
774
+ [_RAu],
761
775
  [0]
762
776
  ];
763
777
  export var UpdateTelemetryPipelineInput$ = [3, n0, _UTPI,
@@ -777,7 +791,7 @@ export var UpdateTelemetryRuleForOrganizationInput$ = [3, n0, _UTRFOI,
777
791
  ];
778
792
  export var UpdateTelemetryRuleForOrganizationOutput$ = [3, n0, _UTRFOO,
779
793
  0,
780
- [_RA],
794
+ [_RAu],
781
795
  [0]
782
796
  ];
783
797
  export var UpdateTelemetryRuleInput$ = [3, n0, _UTRI,
@@ -787,7 +801,7 @@ export var UpdateTelemetryRuleInput$ = [3, n0, _UTRI,
787
801
  ];
788
802
  export var UpdateTelemetryRuleOutput$ = [3, n0, _UTRO,
789
803
  0,
790
- [_RA],
804
+ [_RAu],
791
805
  [0]
792
806
  ];
793
807
  export var ValidateTelemetryPipelineConfigurationInput$ = [3, n0, _VTPCI,
@@ -797,20 +811,14 @@ export var ValidateTelemetryPipelineConfigurationInput$ = [3, n0, _VTPCI,
797
811
  ];
798
812
  export var ValidateTelemetryPipelineConfigurationOutput$ = [3, n0, _VTPCO,
799
813
  0,
800
- [_Err],
814
+ [_E],
801
815
  [() => ValidationErrors]
802
816
  ];
803
- export var ValidationError$ = [3, n0, _VE,
817
+ export var ValidationError$ = [3, n0, _VEa,
804
818
  0,
805
819
  [_M, _Rea, _FM],
806
820
  [0, 0, 128 | 0]
807
821
  ];
808
- export var ValidationException$ = [-3, n0, _VEa,
809
- { [_e]: _c, [_hE]: 400 },
810
- [_M, _Err],
811
- [0, () => ValidationErrors]
812
- ];
813
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
814
822
  export var VPCFlowLogParameters$ = [3, n0, _VPCFLP,
815
823
  0,
816
824
  [_LFo, _TTr, _MAI],
@@ -822,8 +830,6 @@ export var WAFLoggingParameters$ = [3, n0, _WAFLP,
822
830
  [() => RedactedFields, () => LoggingFilter$, 0]
823
831
  ];
824
832
  var __Unit = "unit";
825
- export var ObservabilityAdminServiceException$ = [-3, _sm, "ObservabilityAdminServiceException", 0, [], []];
826
- TypeRegistry.for(_sm).registerError(ObservabilityAdminServiceException$, ObservabilityAdminServiceException);
827
833
  var AccountIdentifiers = 64 | 0;
828
834
  var AdvancedEventSelectors = [1, n0, _AESd,
829
835
  0, () => AdvancedEventSelector$
@@ -1,5 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var ObservabilityAdminServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var InvalidStateException$: StaticErrorSchema;
8
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
9
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
10
+ export declare var TooManyRequestsException$: StaticErrorSchema;
11
+ export declare var ValidationException$: StaticErrorSchema;
12
+ /**
13
+ * TypeRegistry instances containing modeled errors.
14
+ * @internal
15
+ *
16
+ */
17
+ export declare const errorTypeRegistries: TypeRegistry[];
3
18
  export declare var ActionCondition$: StaticStructureSchema;
4
19
  export declare var AdvancedEventSelector$: StaticStructureSchema;
5
20
  export declare var AdvancedFieldSelector$: StaticStructureSchema;
@@ -10,7 +25,6 @@ export declare var CentralizationRuleSummary$: StaticStructureSchema;
10
25
  export declare var CloudtrailParameters$: StaticStructureSchema;
11
26
  export declare var Condition$: StaticStructureSchema;
12
27
  export declare var ConfigurationSummary$: StaticStructureSchema;
13
- export declare var ConflictException$: StaticErrorSchema;
14
28
  export declare var CreateCentralizationRuleForOrganizationInput$: StaticStructureSchema;
15
29
  export declare var CreateCentralizationRuleForOrganizationOutput$: StaticStructureSchema;
16
30
  export declare var CreateS3TableIntegrationInput$: StaticStructureSchema;
@@ -47,8 +61,6 @@ export declare var GetTelemetryRuleForOrganizationOutput$: StaticStructureSchema
47
61
  export declare var GetTelemetryRuleInput$: StaticStructureSchema;
48
62
  export declare var GetTelemetryRuleOutput$: StaticStructureSchema;
49
63
  export declare var IntegrationSummary$: StaticStructureSchema;
50
- export declare var InternalServerException$: StaticErrorSchema;
51
- export declare var InvalidStateException$: StaticErrorSchema;
52
64
  export declare var LabelNameCondition$: StaticStructureSchema;
53
65
  export declare var ListCentralizationRulesForOrganizationInput$: StaticStructureSchema;
54
66
  export declare var ListCentralizationRulesForOrganizationOutput$: StaticStructureSchema;
@@ -73,8 +85,6 @@ export declare var LogsEncryptionConfiguration$: StaticStructureSchema;
73
85
  export declare var PipelineOutput$: StaticStructureSchema;
74
86
  export declare var PipelineOutputError$: StaticStructureSchema;
75
87
  export declare var _Record$: StaticStructureSchema;
76
- export declare var ResourceNotFoundException$: StaticErrorSchema;
77
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
78
88
  export declare var SingleHeader$: StaticStructureSchema;
79
89
  export declare var Source$: StaticStructureSchema;
80
90
  export declare var SourceLogsConfiguration$: StaticStructureSchema;
@@ -91,7 +101,6 @@ export declare var TelemetryRule$: StaticStructureSchema;
91
101
  export declare var TelemetryRuleSummary$: StaticStructureSchema;
92
102
  export declare var TestTelemetryPipelineInput$: StaticStructureSchema;
93
103
  export declare var TestTelemetryPipelineOutput$: StaticStructureSchema;
94
- export declare var TooManyRequestsException$: StaticErrorSchema;
95
104
  export declare var UntagResourceInput$: StaticStructureSchema;
96
105
  export declare var UpdateCentralizationRuleForOrganizationInput$: StaticStructureSchema;
97
106
  export declare var UpdateCentralizationRuleForOrganizationOutput$: StaticStructureSchema;
@@ -104,10 +113,8 @@ export declare var UpdateTelemetryRuleOutput$: StaticStructureSchema;
104
113
  export declare var ValidateTelemetryPipelineConfigurationInput$: StaticStructureSchema;
105
114
  export declare var ValidateTelemetryPipelineConfigurationOutput$: StaticStructureSchema;
106
115
  export declare var ValidationError$: StaticStructureSchema;
107
- export declare var ValidationException$: StaticErrorSchema;
108
116
  export declare var VPCFlowLogParameters$: StaticStructureSchema;
109
117
  export declare var WAFLoggingParameters$: StaticStructureSchema;
110
- export declare var ObservabilityAdminServiceException$: StaticErrorSchema;
111
118
  export declare var CreateCentralizationRuleForOrganization$: StaticOperationSchema;
112
119
  export declare var CreateS3TableIntegration$: StaticOperationSchema;
113
120
  export declare var CreateTelemetryPipeline$: StaticOperationSchema;
@@ -1,9 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var ObservabilityAdminServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var InvalidStateException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var TooManyRequestsException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
7
17
  export declare var ActionCondition$: StaticStructureSchema;
8
18
  export declare var AdvancedEventSelector$: StaticStructureSchema;
9
19
  export declare var AdvancedFieldSelector$: StaticStructureSchema;
@@ -14,7 +24,6 @@ export declare var CentralizationRuleSummary$: StaticStructureSchema;
14
24
  export declare var CloudtrailParameters$: StaticStructureSchema;
15
25
  export declare var Condition$: StaticStructureSchema;
16
26
  export declare var ConfigurationSummary$: StaticStructureSchema;
17
- export declare var ConflictException$: StaticErrorSchema;
18
27
  export declare var CreateCentralizationRuleForOrganizationInput$: StaticStructureSchema;
19
28
  export declare var CreateCentralizationRuleForOrganizationOutput$: StaticStructureSchema;
20
29
  export declare var CreateS3TableIntegrationInput$: StaticStructureSchema;
@@ -51,8 +60,6 @@ export declare var GetTelemetryRuleForOrganizationOutput$: StaticStructureSchema
51
60
  export declare var GetTelemetryRuleInput$: StaticStructureSchema;
52
61
  export declare var GetTelemetryRuleOutput$: StaticStructureSchema;
53
62
  export declare var IntegrationSummary$: StaticStructureSchema;
54
- export declare var InternalServerException$: StaticErrorSchema;
55
- export declare var InvalidStateException$: StaticErrorSchema;
56
63
  export declare var LabelNameCondition$: StaticStructureSchema;
57
64
  export declare var ListCentralizationRulesForOrganizationInput$: StaticStructureSchema;
58
65
  export declare var ListCentralizationRulesForOrganizationOutput$: StaticStructureSchema;
@@ -77,8 +84,6 @@ export declare var LogsEncryptionConfiguration$: StaticStructureSchema;
77
84
  export declare var PipelineOutput$: StaticStructureSchema;
78
85
  export declare var PipelineOutputError$: StaticStructureSchema;
79
86
  export declare var _Record$: StaticStructureSchema;
80
- export declare var ResourceNotFoundException$: StaticErrorSchema;
81
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
82
87
  export declare var SingleHeader$: StaticStructureSchema;
83
88
  export declare var Source$: StaticStructureSchema;
84
89
  export declare var SourceLogsConfiguration$: StaticStructureSchema;
@@ -95,7 +100,6 @@ export declare var TelemetryRule$: StaticStructureSchema;
95
100
  export declare var TelemetryRuleSummary$: StaticStructureSchema;
96
101
  export declare var TestTelemetryPipelineInput$: StaticStructureSchema;
97
102
  export declare var TestTelemetryPipelineOutput$: StaticStructureSchema;
98
- export declare var TooManyRequestsException$: StaticErrorSchema;
99
103
  export declare var UntagResourceInput$: StaticStructureSchema;
100
104
  export declare var UpdateCentralizationRuleForOrganizationInput$: StaticStructureSchema;
101
105
  export declare var UpdateCentralizationRuleForOrganizationOutput$: StaticStructureSchema;
@@ -108,10 +112,8 @@ export declare var UpdateTelemetryRuleOutput$: StaticStructureSchema;
108
112
  export declare var ValidateTelemetryPipelineConfigurationInput$: StaticStructureSchema;
109
113
  export declare var ValidateTelemetryPipelineConfigurationOutput$: StaticStructureSchema;
110
114
  export declare var ValidationError$: StaticStructureSchema;
111
- export declare var ValidationException$: StaticErrorSchema;
112
115
  export declare var VPCFlowLogParameters$: StaticStructureSchema;
113
116
  export declare var WAFLoggingParameters$: StaticStructureSchema;
114
- export declare var ObservabilityAdminServiceException$: StaticErrorSchema;
115
117
  export declare var CreateCentralizationRuleForOrganization$: StaticOperationSchema;
116
118
  export declare var CreateS3TableIntegration$: StaticOperationSchema;
117
119
  export declare var CreateTelemetryPipeline$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-observabilityadmin",
3
3
  "description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-observabilityadmin",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",