@aws-sdk/client-observabilityadmin 3.952.0 → 3.953.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.
Files changed (60) hide show
  1. package/dist-cjs/index.js +488 -332
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -2
  4. package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -2
  5. package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -2
  6. package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -2
  7. package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -2
  8. package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -2
  9. package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -2
  10. package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -2
  11. package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -2
  12. package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -2
  13. package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -2
  14. package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -2
  15. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -2
  16. package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -2
  17. package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -2
  18. package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -2
  19. package/dist-es/commands/GetTelemetryRuleCommand.js +2 -2
  20. package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -2
  21. package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -2
  22. package/dist-es/commands/ListResourceTelemetryCommand.js +2 -2
  23. package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -2
  24. package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -2
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -2
  27. package/dist-es/commands/ListTelemetryRulesCommand.js +2 -2
  28. package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -2
  29. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -2
  30. package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -2
  31. package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -2
  32. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -2
  33. package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -2
  34. package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -2
  39. package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -2
  40. package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -2
  41. package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -2
  42. package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -2
  43. package/dist-es/index.js +1 -0
  44. package/dist-es/runtimeConfig.shared.js +6 -1
  45. package/dist-es/schemas/schemas_0.js +289 -282
  46. package/dist-types/ObservabilityAdminClient.d.ts +1 -10
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +150 -180
  53. package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +0 -4
  54. package/dist-types/ts3.4/index.d.ts +1 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +149 -180
  60. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ObservabilityAdminClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ObservabilityAdminServiceException$1 = class ObservabilityAdminServiceException extends smithyClient.ServiceException {
113
+ class ObservabilityAdminServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ObservabilityAdminServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends ObservabilityAdminServiceException$1 {
120
+ class AccessDeniedException extends ObservabilityAdminServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -132,8 +132,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ObservabilityA
132
132
  this.Message = opts.Message;
133
133
  this.amznErrorType = opts.amznErrorType;
134
134
  }
135
- };
136
- let ConflictException$1 = class ConflictException extends ObservabilityAdminServiceException$1 {
135
+ }
136
+ class ConflictException extends ObservabilityAdminServiceException {
137
137
  name = "ConflictException";
138
138
  $fault = "client";
139
139
  Message;
@@ -150,8 +150,8 @@ let ConflictException$1 = class ConflictException extends ObservabilityAdminServ
150
150
  this.ResourceId = opts.ResourceId;
151
151
  this.ResourceType = opts.ResourceType;
152
152
  }
153
- };
154
- let InternalServerException$1 = class InternalServerException extends ObservabilityAdminServiceException$1 {
153
+ }
154
+ class InternalServerException extends ObservabilityAdminServiceException {
155
155
  name = "InternalServerException";
156
156
  $fault = "server";
157
157
  Message;
@@ -168,8 +168,8 @@ let InternalServerException$1 = class InternalServerException extends Observabil
168
168
  this.amznErrorType = opts.amznErrorType;
169
169
  this.retryAfterSeconds = opts.retryAfterSeconds;
170
170
  }
171
- };
172
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends ObservabilityAdminServiceException$1 {
171
+ }
172
+ class ServiceQuotaExceededException extends ObservabilityAdminServiceException {
173
173
  name = "ServiceQuotaExceededException";
174
174
  $fault = "client";
175
175
  Message;
@@ -192,8 +192,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
192
192
  this.QuotaCode = opts.QuotaCode;
193
193
  this.amznErrorType = opts.amznErrorType;
194
194
  }
195
- };
196
- let TooManyRequestsException$1 = class TooManyRequestsException extends ObservabilityAdminServiceException$1 {
195
+ }
196
+ class TooManyRequestsException extends ObservabilityAdminServiceException {
197
197
  name = "TooManyRequestsException";
198
198
  $fault = "client";
199
199
  Message;
@@ -206,8 +206,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Observab
206
206
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
207
207
  this.Message = opts.Message;
208
208
  }
209
- };
210
- let ValidationException$1 = class ValidationException extends ObservabilityAdminServiceException$1 {
209
+ }
210
+ class ValidationException extends ObservabilityAdminServiceException {
211
211
  name = "ValidationException";
212
212
  $fault = "client";
213
213
  Message;
@@ -222,8 +222,8 @@ let ValidationException$1 = class ValidationException extends ObservabilityAdmin
222
222
  this.Message = opts.Message;
223
223
  this.Errors = opts.Errors;
224
224
  }
225
- };
226
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends ObservabilityAdminServiceException$1 {
225
+ }
226
+ class ResourceNotFoundException extends ObservabilityAdminServiceException {
227
227
  name = "ResourceNotFoundException";
228
228
  $fault = "client";
229
229
  Message;
@@ -240,8 +240,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Observ
240
240
  this.ResourceId = opts.ResourceId;
241
241
  this.ResourceType = opts.ResourceType;
242
242
  }
243
- };
244
- let InvalidStateException$1 = class InvalidStateException extends ObservabilityAdminServiceException$1 {
243
+ }
244
+ class InvalidStateException extends ObservabilityAdminServiceException {
245
245
  name = "InvalidStateException";
246
246
  $fault = "client";
247
247
  Message;
@@ -254,7 +254,7 @@ let InvalidStateException$1 = class InvalidStateException extends ObservabilityA
254
254
  Object.setPrototypeOf(this, InvalidStateException.prototype);
255
255
  this.Message = opts.Message;
256
256
  }
257
- };
257
+ }
258
258
 
259
259
  const _A = "Action";
260
260
  const _AC = "ActionCondition";
@@ -528,7 +528,7 @@ const _s = "server";
528
528
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.observabilityadmin";
529
529
  const _xaE = "x-amzn-ErrorType";
530
530
  const n0 = "com.amazonaws.observabilityadmin";
531
- var AccessDeniedException = [
531
+ var AccessDeniedException$ = [
532
532
  -3,
533
533
  n0,
534
534
  _ADE,
@@ -536,10 +536,10 @@ var AccessDeniedException = [
536
536
  [_M, _aET],
537
537
  [0, [0, { [_hH]: _xaE }]],
538
538
  ];
539
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
540
- var ActionCondition = [3, n0, _AC, 0, [_A], [0]];
541
- var AdvancedEventSelector = [3, n0, _AES, 0, [_N, _FS], [0, () => FieldSelectors]];
542
- var AdvancedFieldSelector = [
539
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
540
+ var ActionCondition$ = [3, n0, _AC, 0, [_A], [0]];
541
+ var AdvancedEventSelector$ = [3, n0, _AES, 0, [_N, _FS], [0, () => FieldSelectors]];
542
+ var AdvancedFieldSelector$ = [
543
543
  3,
544
544
  n0,
545
545
  _AFS,
@@ -547,31 +547,31 @@ var AdvancedFieldSelector = [
547
547
  [_F, _E, _SW, _EW, _NE, _NSW, _NEW],
548
548
  [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
549
549
  ];
550
- var CentralizationRule = [
550
+ var CentralizationRule$ = [
551
551
  3,
552
552
  n0,
553
553
  _CR,
554
554
  0,
555
555
  [_S, _D],
556
- [() => CentralizationRuleSource, () => CentralizationRuleDestination],
556
+ [() => CentralizationRuleSource$, () => CentralizationRuleDestination$],
557
557
  ];
558
- var CentralizationRuleDestination = [
558
+ var CentralizationRuleDestination$ = [
559
559
  3,
560
560
  n0,
561
561
  _CRD,
562
562
  0,
563
563
  [_R, _Ac, _DLC],
564
- [0, 0, () => DestinationLogsConfiguration],
564
+ [0, 0, () => DestinationLogsConfiguration$],
565
565
  ];
566
- var CentralizationRuleSource = [
566
+ var CentralizationRuleSource$ = [
567
567
  3,
568
568
  n0,
569
569
  _CRS,
570
570
  0,
571
571
  [_Re, _Sc, _SLC],
572
- [64 | 0, 0, () => SourceLogsConfiguration],
572
+ [64 | 0, 0, () => SourceLogsConfiguration$],
573
573
  ];
574
- var CentralizationRuleSummary = [
574
+ var CentralizationRuleSummary$ = [
575
575
  3,
576
576
  n0,
577
577
  _CRSe,
@@ -579,16 +579,16 @@ var CentralizationRuleSummary = [
579
579
  [_RN, _RA, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
580
580
  [0, 0, 0, 1, 0, 1, 0, 0, 0, 0],
581
581
  ];
582
- var CloudtrailParameters = [3, n0, _CP, 0, [_AESd], [() => AdvancedEventSelectors]];
583
- var Condition = [
582
+ var CloudtrailParameters$ = [3, n0, _CP, 0, [_AESd], [() => AdvancedEventSelectors]];
583
+ var Condition$ = [
584
584
  3,
585
585
  n0,
586
586
  _C,
587
587
  0,
588
588
  [_AC, _LNC],
589
- [() => ActionCondition, () => LabelNameCondition],
589
+ [() => ActionCondition$, () => LabelNameCondition$],
590
590
  ];
591
- var ConfigurationSummary = [
591
+ var ConfigurationSummary$ = [
592
592
  3,
593
593
  n0,
594
594
  _CS,
@@ -596,92 +596,99 @@ var ConfigurationSummary = [
596
596
  [_So, _DS, _P, _PC, _Si],
597
597
  [() => Sources, () => DataSources, 64 | 0, 1, 64 | 0],
598
598
  ];
599
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
600
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
601
- var CreateCentralizationRuleForOrganizationInput = [
599
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
600
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
601
+ var CreateCentralizationRuleForOrganizationInput$ = [
602
602
  3,
603
603
  n0,
604
604
  _CCRFOI,
605
605
  0,
606
606
  [_RN, _Ru, _T],
607
- [0, () => CentralizationRule, 128 | 0],
607
+ [0, () => CentralizationRule$, 128 | 0],
608
608
  ];
609
- var CreateCentralizationRuleForOrganizationOutput = [3, n0, _CCRFOO, 0, [_RA], [0]];
610
- var CreateS3TableIntegrationInput = [
609
+ var CreateCentralizationRuleForOrganizationOutput$ = [3, n0, _CCRFOO, 0, [_RA], [0]];
610
+ var CreateS3TableIntegrationInput$ = [
611
611
  3,
612
612
  n0,
613
613
  _CSTII,
614
614
  0,
615
615
  [_En, _RAo, _T],
616
- [() => Encryption, 0, 128 | 0],
616
+ [() => Encryption$, 0, 128 | 0],
617
617
  ];
618
- var CreateS3TableIntegrationOutput = [3, n0, _CSTIO, 0, [_Ar], [0]];
619
- var CreateTelemetryPipelineInput = [
618
+ var CreateS3TableIntegrationOutput$ = [3, n0, _CSTIO, 0, [_Ar], [0]];
619
+ var CreateTelemetryPipelineInput$ = [
620
620
  3,
621
621
  n0,
622
622
  _CTPI,
623
623
  0,
624
624
  [_N, _Co, _T],
625
- [0, () => TelemetryPipelineConfiguration, 128 | 0],
625
+ [0, () => TelemetryPipelineConfiguration$, 128 | 0],
626
626
  ];
627
- var CreateTelemetryPipelineOutput = [3, n0, _CTPO, 0, [_Ar], [0]];
628
- var CreateTelemetryRuleForOrganizationInput = [
627
+ var CreateTelemetryPipelineOutput$ = [3, n0, _CTPO, 0, [_Ar], [0]];
628
+ var CreateTelemetryRuleForOrganizationInput$ = [
629
629
  3,
630
630
  n0,
631
631
  _CTRFOI,
632
632
  0,
633
633
  [_RN, _Ru, _T],
634
- [0, () => TelemetryRule, 128 | 0],
634
+ [0, () => TelemetryRule$, 128 | 0],
635
635
  ];
636
- var CreateTelemetryRuleForOrganizationOutput = [3, n0, _CTRFOO, 0, [_RA], [0]];
637
- var CreateTelemetryRuleInput = [
636
+ var CreateTelemetryRuleForOrganizationOutput$ = [3, n0, _CTRFOO, 0, [_RA], [0]];
637
+ var CreateTelemetryRuleInput$ = [
638
638
  3,
639
639
  n0,
640
640
  _CTRI,
641
641
  0,
642
642
  [_RN, _Ru, _T],
643
- [0, () => TelemetryRule, 128 | 0],
644
- ];
645
- var CreateTelemetryRuleOutput = [3, n0, _CTRO, 0, [_RA], [0]];
646
- var DataSource = [3, n0, _DSa, 0, [_N, _Ty], [0, 0]];
647
- var DeleteCentralizationRuleForOrganizationInput = [3, n0, _DCRFOI, 0, [_RIu], [0]];
648
- var DeleteS3TableIntegrationInput = [3, n0, _DSTII, 0, [_Ar], [0]];
649
- var DeleteTelemetryPipelineInput = [3, n0, _DTPI, 0, [_PI], [0]];
650
- var DeleteTelemetryPipelineOutput = [3, n0, _DTPO, 0, [], []];
651
- var DeleteTelemetryRuleForOrganizationInput = [3, n0, _DTRFOI, 0, [_RIu], [0]];
652
- var DeleteTelemetryRuleInput = [3, n0, _DTRI, 0, [_RIu], [0]];
653
- var DestinationLogsConfiguration = [
643
+ [0, () => TelemetryRule$, 128 | 0],
644
+ ];
645
+ var CreateTelemetryRuleOutput$ = [3, n0, _CTRO, 0, [_RA], [0]];
646
+ var DataSource$ = [3, n0, _DSa, 0, [_N, _Ty], [0, 0]];
647
+ var DeleteCentralizationRuleForOrganizationInput$ = [3, n0, _DCRFOI, 0, [_RIu], [0]];
648
+ var DeleteS3TableIntegrationInput$ = [3, n0, _DSTII, 0, [_Ar], [0]];
649
+ var DeleteTelemetryPipelineInput$ = [3, n0, _DTPI, 0, [_PI], [0]];
650
+ var DeleteTelemetryPipelineOutput$ = [3, n0, _DTPO, 0, [], []];
651
+ var DeleteTelemetryRuleForOrganizationInput$ = [3, n0, _DTRFOI, 0, [_RIu], [0]];
652
+ var DeleteTelemetryRuleInput$ = [3, n0, _DTRI, 0, [_RIu], [0]];
653
+ var DestinationLogsConfiguration$ = [
654
654
  3,
655
655
  n0,
656
656
  _DLC,
657
657
  0,
658
658
  [_LEC, _BC],
659
- [() => LogsEncryptionConfiguration, () => LogsBackupConfiguration],
660
- ];
661
- var ELBLoadBalancerLoggingParameters = [3, n0, _ELBLBLP, 0, [_OF, _FD], [0, 0]];
662
- var Encryption = [3, n0, _En, 0, [_SA, _KKA], [0, 0]];
663
- var FieldToMatch = [3, n0, _FTM, 0, [_SH, _UP, _QS, _Me], [() => SingleHeader, 0, 0, 0]];
664
- var Filter = [3, n0, _Fi, 0, [_B, _Req, _Con], [0, 0, () => Conditions]];
665
- var GetCentralizationRuleForOrganizationInput = [3, n0, _GCRFOI, 0, [_RIu], [0]];
666
- var GetCentralizationRuleForOrganizationOutput = [
659
+ [() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$],
660
+ ];
661
+ var ELBLoadBalancerLoggingParameters$ = [3, n0, _ELBLBLP, 0, [_OF, _FD], [0, 0]];
662
+ var Encryption$ = [3, n0, _En, 0, [_SA, _KKA], [0, 0]];
663
+ var FieldToMatch$ = [
664
+ 3,
665
+ n0,
666
+ _FTM,
667
+ 0,
668
+ [_SH, _UP, _QS, _Me],
669
+ [() => SingleHeader$, 0, 0, 0],
670
+ ];
671
+ var Filter$ = [3, n0, _Fi, 0, [_B, _Req, _Con], [0, 0, () => Conditions]];
672
+ var GetCentralizationRuleForOrganizationInput$ = [3, n0, _GCRFOI, 0, [_RIu], [0]];
673
+ var GetCentralizationRuleForOrganizationOutput$ = [
667
674
  3,
668
675
  n0,
669
676
  _GCRFOO,
670
677
  0,
671
678
  [_RN, _RA, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
672
- [0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule],
679
+ [0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule$],
673
680
  ];
674
- var GetS3TableIntegrationInput = [3, n0, _GSTII, 0, [_Ar], [0]];
675
- var GetS3TableIntegrationOutput = [
681
+ var GetS3TableIntegrationInput$ = [3, n0, _GSTII, 0, [_Ar], [0]];
682
+ var GetS3TableIntegrationOutput$ = [
676
683
  3,
677
684
  n0,
678
685
  _GSTIO,
679
686
  0,
680
687
  [_Ar, _RAo, _St, _En, _DTBA, _CTS],
681
- [0, 0, 0, () => Encryption, 0, 1],
688
+ [0, 0, 0, () => Encryption$, 0, 1],
682
689
  ];
683
- var GetTelemetryEnrichmentStatusOutput = [3, n0, _GTESO, 0, [_St, _AREMVA], [0, 0]];
684
- var GetTelemetryEvaluationStatusForOrganizationOutput = [
690
+ var GetTelemetryEnrichmentStatusOutput$ = [3, n0, _GTESO, 0, [_St, _AREMVA], [0, 0]];
691
+ var GetTelemetryEvaluationStatusForOrganizationOutput$ = [
685
692
  3,
686
693
  n0,
687
694
  _GTESFOO,
@@ -689,29 +696,29 @@ var GetTelemetryEvaluationStatusForOrganizationOutput = [
689
696
  [_St, _FR],
690
697
  [0, 0],
691
698
  ];
692
- var GetTelemetryEvaluationStatusOutput = [3, n0, _GTESOe, 0, [_St, _FR], [0, 0]];
693
- var GetTelemetryPipelineInput = [3, n0, _GTPI, 0, [_PI], [0]];
694
- var GetTelemetryPipelineOutput = [3, n0, _GTPO, 0, [_Pi], [() => TelemetryPipeline]];
695
- var GetTelemetryRuleForOrganizationInput = [3, n0, _GTRFOI, 0, [_RIu], [0]];
696
- var GetTelemetryRuleForOrganizationOutput = [
699
+ var GetTelemetryEvaluationStatusOutput$ = [3, n0, _GTESOe, 0, [_St, _FR], [0, 0]];
700
+ var GetTelemetryPipelineInput$ = [3, n0, _GTPI, 0, [_PI], [0]];
701
+ var GetTelemetryPipelineOutput$ = [3, n0, _GTPO, 0, [_Pi], [() => TelemetryPipeline$]];
702
+ var GetTelemetryRuleForOrganizationInput$ = [3, n0, _GTRFOI, 0, [_RIu], [0]];
703
+ var GetTelemetryRuleForOrganizationOutput$ = [
697
704
  3,
698
705
  n0,
699
706
  _GTRFOO,
700
707
  0,
701
708
  [_RN, _RA, _CTS, _LUTS, _TR],
702
- [0, 0, 1, 1, () => TelemetryRule],
709
+ [0, 0, 1, 1, () => TelemetryRule$],
703
710
  ];
704
- var GetTelemetryRuleInput = [3, n0, _GTRI, 0, [_RIu], [0]];
705
- var GetTelemetryRuleOutput = [
711
+ var GetTelemetryRuleInput$ = [3, n0, _GTRI, 0, [_RIu], [0]];
712
+ var GetTelemetryRuleOutput$ = [
706
713
  3,
707
714
  n0,
708
715
  _GTRO,
709
716
  0,
710
717
  [_RN, _RA, _CTS, _LUTS, _TR],
711
- [0, 0, 1, 1, () => TelemetryRule],
718
+ [0, 0, 1, 1, () => TelemetryRule$],
712
719
  ];
713
- var IntegrationSummary = [3, n0, _IS, 0, [_Ar, _St], [0, 0]];
714
- var InternalServerException = [
720
+ var IntegrationSummary$ = [3, n0, _IS, 0, [_Ar, _St], [0, 0]];
721
+ var InternalServerException$ = [
715
722
  -3,
716
723
  n0,
717
724
  _ISE,
@@ -719,11 +726,11 @@ var InternalServerException = [
719
726
  [_M, _aET, _rAS],
720
727
  [0, [0, { [_hH]: _xaE }], [1, { [_hH]: _RA_ }]],
721
728
  ];
722
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
723
- var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
724
- schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
725
- var LabelNameCondition = [3, n0, _LNC, 0, [_LN], [0]];
726
- var ListCentralizationRulesForOrganizationInput = [
729
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
730
+ var InvalidStateException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
731
+ schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
732
+ var LabelNameCondition$ = [3, n0, _LNC, 0, [_LN], [0]];
733
+ var ListCentralizationRulesForOrganizationInput$ = [
727
734
  3,
728
735
  n0,
729
736
  _LCRFOI,
@@ -731,7 +738,7 @@ var ListCentralizationRulesForOrganizationInput = [
731
738
  [_RNP, _AR, _MR, _NT],
732
739
  [0, 2, 1, 0],
733
740
  ];
734
- var ListCentralizationRulesForOrganizationOutput = [
741
+ var ListCentralizationRulesForOrganizationOutput$ = [
735
742
  3,
736
743
  n0,
737
744
  _LCRFOO,
@@ -739,7 +746,7 @@ var ListCentralizationRulesForOrganizationOutput = [
739
746
  [_CRSen, _NT],
740
747
  [() => CentralizationRuleSummaries, 0],
741
748
  ];
742
- var ListResourceTelemetryForOrganizationInput = [
749
+ var ListResourceTelemetryForOrganizationInput$ = [
743
750
  3,
744
751
  n0,
745
752
  _LRTFOI,
@@ -747,7 +754,7 @@ var ListResourceTelemetryForOrganizationInput = [
747
754
  [_AI, _RIP, _RTe, _TCS, _RTes, _MR, _NT],
748
755
  [64 | 0, 0, 64 | 0, 128 | 0, 128 | 0, 1, 0],
749
756
  ];
750
- var ListResourceTelemetryForOrganizationOutput = [
757
+ var ListResourceTelemetryForOrganizationOutput$ = [
751
758
  3,
752
759
  n0,
753
760
  _LRTFOO,
@@ -755,7 +762,7 @@ var ListResourceTelemetryForOrganizationOutput = [
755
762
  [_TC, _NT],
756
763
  [() => TelemetryConfigurations, 0],
757
764
  ];
758
- var ListResourceTelemetryInput = [
765
+ var ListResourceTelemetryInput$ = [
759
766
  3,
760
767
  n0,
761
768
  _LRTI,
@@ -763,7 +770,7 @@ var ListResourceTelemetryInput = [
763
770
  [_RIP, _RTe, _TCS, _RTes, _MR, _NT],
764
771
  [0, 64 | 0, 128 | 0, 128 | 0, 1, 0],
765
772
  ];
766
- var ListResourceTelemetryOutput = [
773
+ var ListResourceTelemetryOutput$ = [
767
774
  3,
768
775
  n0,
769
776
  _LRTO,
@@ -771,8 +778,8 @@ var ListResourceTelemetryOutput = [
771
778
  [_TC, _NT],
772
779
  [() => TelemetryConfigurations, 0],
773
780
  ];
774
- var ListS3TableIntegrationsInput = [3, n0, _LSTII, 0, [_MR, _NT], [1, 0]];
775
- var ListS3TableIntegrationsOutput = [
781
+ var ListS3TableIntegrationsInput$ = [3, n0, _LSTII, 0, [_MR, _NT], [1, 0]];
782
+ var ListS3TableIntegrationsOutput$ = [
776
783
  3,
777
784
  n0,
778
785
  _LSTIO,
@@ -780,10 +787,10 @@ var ListS3TableIntegrationsOutput = [
780
787
  [_ISn, _NT],
781
788
  [() => IntegrationSummaries, 0],
782
789
  ];
783
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN], [0]];
784
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
785
- var ListTelemetryPipelinesInput = [3, n0, _LTPI, 0, [_MR, _NT], [1, 0]];
786
- var ListTelemetryPipelinesOutput = [
790
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RARN], [0]];
791
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
792
+ var ListTelemetryPipelinesInput$ = [3, n0, _LTPI, 0, [_MR, _NT], [1, 0]];
793
+ var ListTelemetryPipelinesOutput$ = [
787
794
  3,
788
795
  n0,
789
796
  _LTPO,
@@ -791,7 +798,7 @@ var ListTelemetryPipelinesOutput = [
791
798
  [_PS, _NT],
792
799
  [() => TelemetryPipelineSummaries, 0],
793
800
  ];
794
- var ListTelemetryRulesForOrganizationInput = [
801
+ var ListTelemetryRulesForOrganizationInput$ = [
795
802
  3,
796
803
  n0,
797
804
  _LTRFOI,
@@ -799,7 +806,7 @@ var ListTelemetryRulesForOrganizationInput = [
799
806
  [_RNP, _SAI, _SOUI, _MR, _NT],
800
807
  [0, 64 | 0, 64 | 0, 1, 0],
801
808
  ];
802
- var ListTelemetryRulesForOrganizationOutput = [
809
+ var ListTelemetryRulesForOrganizationOutput$ = [
803
810
  3,
804
811
  n0,
805
812
  _LTRFOO,
@@ -807,8 +814,8 @@ var ListTelemetryRulesForOrganizationOutput = [
807
814
  [_TRS, _NT],
808
815
  [() => TelemetryRuleSummaries, 0],
809
816
  ];
810
- var ListTelemetryRulesInput = [3, n0, _LTRI, 0, [_RNP, _MR, _NT], [0, 1, 0]];
811
- var ListTelemetryRulesOutput = [
817
+ var ListTelemetryRulesInput$ = [3, n0, _LTRI, 0, [_RNP, _MR, _NT], [0, 1, 0]];
818
+ var ListTelemetryRulesOutput$ = [
812
819
  3,
813
820
  n0,
814
821
  _LTRO,
@@ -816,21 +823,21 @@ var ListTelemetryRulesOutput = [
816
823
  [_TRS, _NT],
817
824
  [() => TelemetryRuleSummaries, 0],
818
825
  ];
819
- var LogDeliveryParameters = [3, n0, _LDP, 0, [_LT], [64 | 0]];
820
- var LoggingFilter = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
821
- var LogsBackupConfiguration = [3, n0, _LBC, 0, [_R, _KKA], [0, 0]];
822
- var LogsEncryptionConfiguration = [3, n0, _LEC, 0, [_ES, _KKA, _ECRS], [0, 0, 0]];
823
- var PipelineOutput = [
826
+ var LogDeliveryParameters$ = [3, n0, _LDP, 0, [_LT], [64 | 0]];
827
+ var LoggingFilter$ = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
828
+ var LogsBackupConfiguration$ = [3, n0, _LBC, 0, [_R, _KKA], [0, 0]];
829
+ var LogsEncryptionConfiguration$ = [3, n0, _LEC, 0, [_ES, _KKA, _ECRS], [0, 0, 0]];
830
+ var PipelineOutput$ = [
824
831
  3,
825
832
  n0,
826
833
  _PO,
827
834
  0,
828
835
  [_Rec, _Er],
829
- [() => _Record, () => PipelineOutputError],
836
+ [() => _Record$, () => PipelineOutputError$],
830
837
  ];
831
- var PipelineOutputError = [3, n0, _POE, 0, [_M], [0]];
832
- var _Record = [3, n0, _Rec, 0, [_Da, _Ty], [0, 0]];
833
- var ResourceNotFoundException = [
838
+ var PipelineOutputError$ = [3, n0, _POE, 0, [_M], [0]];
839
+ var _Record$ = [3, n0, _Rec, 0, [_Da, _Ty], [0, 0]];
840
+ var ResourceNotFoundException$ = [
834
841
  -3,
835
842
  n0,
836
843
  _RNFE,
@@ -838,8 +845,8 @@ var ResourceNotFoundException = [
838
845
  [_M, _RI, _RT],
839
846
  [0, 0, 0],
840
847
  ];
841
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
842
- var ServiceQuotaExceededException = [
848
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
849
+ var ServiceQuotaExceededException$ = [
843
850
  -3,
844
851
  n0,
845
852
  _SQEE,
@@ -847,14 +854,14 @@ var ServiceQuotaExceededException = [
847
854
  [_M, _RI, _RT, _SC, _QC, _aET],
848
855
  [0, 0, 0, 0, 0, [0, { [_hH]: _xaE }]],
849
856
  ];
850
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
851
- var SingleHeader = [3, n0, _SH, 0, [_N], [0]];
852
- var Source = [3, n0, _S, 0, [_Ty], [0]];
853
- var SourceLogsConfiguration = [3, n0, _SLC, 0, [_LGSC, _ELGS], [0, 0]];
854
- var StartTelemetryEnrichmentOutput = [3, n0, _STEO, 0, [_St, _AREMVA], [0, 0]];
855
- var StopTelemetryEnrichmentOutput = [3, n0, _STEOt, 0, [_St], [0]];
856
- var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _T], [0, 128 | 0]];
857
- var TelemetryConfiguration = [
857
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
858
+ var SingleHeader$ = [3, n0, _SH, 0, [_N], [0]];
859
+ var Source$ = [3, n0, _S, 0, [_Ty], [0]];
860
+ var SourceLogsConfiguration$ = [3, n0, _SLC, 0, [_LGSC, _ELGS], [0, 0]];
861
+ var StartTelemetryEnrichmentOutput$ = [3, n0, _STEO, 0, [_St, _AREMVA], [0, 0]];
862
+ var StopTelemetryEnrichmentOutput$ = [3, n0, _STEOt, 0, [_St], [0]];
863
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _T], [0, 128 | 0]];
864
+ var TelemetryConfiguration$ = [
858
865
  3,
859
866
  n0,
860
867
  _TCe,
@@ -862,7 +869,7 @@ var TelemetryConfiguration = [
862
869
  [_AIc, _TCS, _RT, _RIe, _RTes, _LUTS],
863
870
  [0, 128 | 0, 0, 0, 128 | 0, 1],
864
871
  ];
865
- var TelemetryDestinationConfiguration = [
872
+ var TelemetryDestinationConfiguration$ = [
866
873
  3,
867
874
  n0,
868
875
  _TDC,
@@ -872,40 +879,40 @@ var TelemetryDestinationConfiguration = [
872
879
  0,
873
880
  0,
874
881
  1,
875
- () => VPCFlowLogParameters,
876
- () => CloudtrailParameters,
877
- () => ELBLoadBalancerLoggingParameters,
878
- () => WAFLoggingParameters,
879
- () => LogDeliveryParameters,
882
+ () => VPCFlowLogParameters$,
883
+ () => CloudtrailParameters$,
884
+ () => ELBLoadBalancerLoggingParameters$,
885
+ () => WAFLoggingParameters$,
886
+ () => LogDeliveryParameters$,
880
887
  ],
881
888
  ];
882
- var TelemetryPipeline = [
889
+ var TelemetryPipeline$ = [
883
890
  3,
884
891
  n0,
885
892
  _TP,
886
893
  0,
887
894
  [_CTS, _LUTS, _Ar, _N, _Co, _St, _SR, _T],
888
- [1, 1, 0, 0, () => TelemetryPipelineConfiguration, 0, () => TelemetryPipelineStatusReason, 128 | 0],
895
+ [1, 1, 0, 0, () => TelemetryPipelineConfiguration$, 0, () => TelemetryPipelineStatusReason$, 128 | 0],
889
896
  ];
890
- var TelemetryPipelineConfiguration = [3, n0, _TPC, 0, [_Bo], [0]];
891
- var TelemetryPipelineStatusReason = [3, n0, _TPSR, 0, [_De], [0]];
892
- var TelemetryPipelineSummary = [
897
+ var TelemetryPipelineConfiguration$ = [3, n0, _TPC, 0, [_Bo], [0]];
898
+ var TelemetryPipelineStatusReason$ = [3, n0, _TPSR, 0, [_De], [0]];
899
+ var TelemetryPipelineSummary$ = [
893
900
  3,
894
901
  n0,
895
902
  _TPS,
896
903
  0,
897
904
  [_CTS, _LUTS, _Ar, _N, _St, _T, _CS],
898
- [1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary],
905
+ [1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary$],
899
906
  ];
900
- var TelemetryRule = [
907
+ var TelemetryRule$ = [
901
908
  3,
902
909
  n0,
903
910
  _TR,
904
911
  0,
905
912
  [_RT, _TT, _TST, _DC, _Sc, _SCe],
906
- [0, 0, 64 | 0, () => TelemetryDestinationConfiguration, 0, 0],
913
+ [0, 0, 64 | 0, () => TelemetryDestinationConfiguration$, 0, 0],
907
914
  ];
908
- var TelemetryRuleSummary = [
915
+ var TelemetryRuleSummary$ = [
909
916
  3,
910
917
  n0,
911
918
  _TRSe,
@@ -913,56 +920,56 @@ var TelemetryRuleSummary = [
913
920
  [_RN, _RA, _CTS, _LUTS, _RT, _TT, _TST],
914
921
  [0, 0, 1, 1, 0, 0, 64 | 0],
915
922
  ];
916
- var TestTelemetryPipelineInput = [
923
+ var TestTelemetryPipelineInput$ = [
917
924
  3,
918
925
  n0,
919
926
  _TTPI,
920
927
  0,
921
928
  [_Reco, _Co],
922
- [() => Records, () => TelemetryPipelineConfiguration],
929
+ [() => Records, () => TelemetryPipelineConfiguration$],
923
930
  ];
924
- var TestTelemetryPipelineOutput = [3, n0, _TTPO, 0, [_Res], [() => PipelineOutputs]];
925
- var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
926
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
927
- var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
928
- var UpdateCentralizationRuleForOrganizationInput = [
931
+ var TestTelemetryPipelineOutput$ = [3, n0, _TTPO, 0, [_Res], [() => PipelineOutputs]];
932
+ var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
933
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
934
+ var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
935
+ var UpdateCentralizationRuleForOrganizationInput$ = [
929
936
  3,
930
937
  n0,
931
938
  _UCRFOI,
932
939
  0,
933
940
  [_RIu, _Ru],
934
- [0, () => CentralizationRule],
941
+ [0, () => CentralizationRule$],
935
942
  ];
936
- var UpdateCentralizationRuleForOrganizationOutput = [3, n0, _UCRFOO, 0, [_RA], [0]];
937
- var UpdateTelemetryPipelineInput = [
943
+ var UpdateCentralizationRuleForOrganizationOutput$ = [3, n0, _UCRFOO, 0, [_RA], [0]];
944
+ var UpdateTelemetryPipelineInput$ = [
938
945
  3,
939
946
  n0,
940
947
  _UTPI,
941
948
  0,
942
949
  [_PI, _Co],
943
- [0, () => TelemetryPipelineConfiguration],
950
+ [0, () => TelemetryPipelineConfiguration$],
944
951
  ];
945
- var UpdateTelemetryPipelineOutput = [3, n0, _UTPO, 0, [], []];
946
- var UpdateTelemetryRuleForOrganizationInput = [
952
+ var UpdateTelemetryPipelineOutput$ = [3, n0, _UTPO, 0, [], []];
953
+ var UpdateTelemetryRuleForOrganizationInput$ = [
947
954
  3,
948
955
  n0,
949
956
  _UTRFOI,
950
957
  0,
951
958
  [_RIu, _Ru],
952
- [0, () => TelemetryRule],
959
+ [0, () => TelemetryRule$],
953
960
  ];
954
- var UpdateTelemetryRuleForOrganizationOutput = [3, n0, _UTRFOO, 0, [_RA], [0]];
955
- var UpdateTelemetryRuleInput = [3, n0, _UTRI, 0, [_RIu, _Ru], [0, () => TelemetryRule]];
956
- var UpdateTelemetryRuleOutput = [3, n0, _UTRO, 0, [_RA], [0]];
957
- var ValidateTelemetryPipelineConfigurationInput = [
961
+ var UpdateTelemetryRuleForOrganizationOutput$ = [3, n0, _UTRFOO, 0, [_RA], [0]];
962
+ var UpdateTelemetryRuleInput$ = [3, n0, _UTRI, 0, [_RIu, _Ru], [0, () => TelemetryRule$]];
963
+ var UpdateTelemetryRuleOutput$ = [3, n0, _UTRO, 0, [_RA], [0]];
964
+ var ValidateTelemetryPipelineConfigurationInput$ = [
958
965
  3,
959
966
  n0,
960
967
  _VTPCI,
961
968
  0,
962
969
  [_Co],
963
- [() => TelemetryPipelineConfiguration],
970
+ [() => TelemetryPipelineConfiguration$],
964
971
  ];
965
- var ValidateTelemetryPipelineConfigurationOutput = [
972
+ var ValidateTelemetryPipelineConfigurationOutput$ = [
966
973
  3,
967
974
  n0,
968
975
  _VTPCO,
@@ -970,8 +977,8 @@ var ValidateTelemetryPipelineConfigurationOutput = [
970
977
  [_Err],
971
978
  [() => ValidationErrors],
972
979
  ];
973
- var ValidationError = [3, n0, _VE, 0, [_M, _Rea, _FM], [0, 0, 128 | 0]];
974
- var ValidationException = [
980
+ var ValidationError$ = [3, n0, _VE, 0, [_M, _Rea, _FM], [0, 0, 128 | 0]];
981
+ var ValidationException$ = [
975
982
  -3,
976
983
  n0,
977
984
  _VEa,
@@ -979,18 +986,18 @@ var ValidationException = [
979
986
  [_M, _Err],
980
987
  [0, () => ValidationErrors],
981
988
  ];
982
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
983
- var VPCFlowLogParameters = [3, n0, _VPCFLP, 0, [_LFo, _TTr, _MAI], [0, 0, 1]];
984
- var WAFLoggingParameters = [
989
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
990
+ var VPCFlowLogParameters$ = [3, n0, _VPCFLP, 0, [_LFo, _TTr, _MAI], [0, 0, 1]];
991
+ var WAFLoggingParameters$ = [
985
992
  3,
986
993
  n0,
987
994
  _WAFLP,
988
995
  0,
989
996
  [_RF, _LF, _LTo],
990
- [() => RedactedFields, () => LoggingFilter, 0],
997
+ [() => RedactedFields, () => LoggingFilter$, 0],
991
998
  ];
992
999
  var __Unit = "unit";
993
- var ObservabilityAdminServiceException = [
1000
+ var ObservabilityAdminServiceException$ = [
994
1001
  -3,
995
1002
  _sm,
996
1003
  "ObservabilityAdminServiceException",
@@ -998,239 +1005,239 @@ var ObservabilityAdminServiceException = [
998
1005
  [],
999
1006
  [],
1000
1007
  ];
1001
- schema.TypeRegistry.for(_sm).registerError(ObservabilityAdminServiceException, ObservabilityAdminServiceException$1);
1002
- var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector];
1003
- var CentralizationRuleSummaries = [1, n0, _CRSen, 0, () => CentralizationRuleSummary];
1004
- var Conditions = [1, n0, _Con, 0, () => Condition];
1005
- var DataSources = [1, n0, _DS, 0, () => DataSource];
1006
- var FieldSelectors = [1, n0, _FS, 0, () => AdvancedFieldSelector];
1007
- var Filters = [1, n0, _Fil, 0, () => Filter];
1008
- var IntegrationSummaries = [1, n0, _ISn, 0, () => IntegrationSummary];
1009
- var PipelineOutputs = [1, n0, _POi, 0, () => PipelineOutput];
1010
- var Records = [1, n0, _Reco, 0, () => _Record];
1011
- var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
1012
- var Sources = [1, n0, _So, 0, () => Source];
1013
- var TelemetryConfigurations = [1, n0, _TC, 0, () => TelemetryConfiguration];
1014
- var TelemetryPipelineSummaries = [1, n0, _TPSe, 0, () => TelemetryPipelineSummary];
1015
- var TelemetryRuleSummaries = [1, n0, _TRS, 0, () => TelemetryRuleSummary];
1016
- var ValidationErrors = [1, n0, _VEal, 0, () => ValidationError];
1017
- var CreateCentralizationRuleForOrganization = [
1008
+ schema.TypeRegistry.for(_sm).registerError(ObservabilityAdminServiceException$, ObservabilityAdminServiceException);
1009
+ var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector$];
1010
+ var CentralizationRuleSummaries = [1, n0, _CRSen, 0, () => CentralizationRuleSummary$];
1011
+ var Conditions = [1, n0, _Con, 0, () => Condition$];
1012
+ var DataSources = [1, n0, _DS, 0, () => DataSource$];
1013
+ var FieldSelectors = [1, n0, _FS, 0, () => AdvancedFieldSelector$];
1014
+ var Filters = [1, n0, _Fil, 0, () => Filter$];
1015
+ var IntegrationSummaries = [1, n0, _ISn, 0, () => IntegrationSummary$];
1016
+ var PipelineOutputs = [1, n0, _POi, 0, () => PipelineOutput$];
1017
+ var Records = [1, n0, _Reco, 0, () => _Record$];
1018
+ var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch$];
1019
+ var Sources = [1, n0, _So, 0, () => Source$];
1020
+ var TelemetryConfigurations = [1, n0, _TC, 0, () => TelemetryConfiguration$];
1021
+ var TelemetryPipelineSummaries = [1, n0, _TPSe, 0, () => TelemetryPipelineSummary$];
1022
+ var TelemetryRuleSummaries = [1, n0, _TRS, 0, () => TelemetryRuleSummary$];
1023
+ var ValidationErrors = [1, n0, _VEal, 0, () => ValidationError$];
1024
+ var CreateCentralizationRuleForOrganization$ = [
1018
1025
  9,
1019
1026
  n0,
1020
1027
  _CCRFO,
1021
1028
  { [_h]: ["POST", "/CreateCentralizationRuleForOrganization", 200] },
1022
- () => CreateCentralizationRuleForOrganizationInput,
1023
- () => CreateCentralizationRuleForOrganizationOutput,
1029
+ () => CreateCentralizationRuleForOrganizationInput$,
1030
+ () => CreateCentralizationRuleForOrganizationOutput$,
1024
1031
  ];
1025
- var CreateS3TableIntegration = [
1032
+ var CreateS3TableIntegration$ = [
1026
1033
  9,
1027
1034
  n0,
1028
1035
  _CSTI,
1029
1036
  { [_h]: ["POST", "/CreateS3TableIntegration", 200] },
1030
- () => CreateS3TableIntegrationInput,
1031
- () => CreateS3TableIntegrationOutput,
1037
+ () => CreateS3TableIntegrationInput$,
1038
+ () => CreateS3TableIntegrationOutput$,
1032
1039
  ];
1033
- var CreateTelemetryPipeline = [
1040
+ var CreateTelemetryPipeline$ = [
1034
1041
  9,
1035
1042
  n0,
1036
1043
  _CTP,
1037
1044
  { [_h]: ["POST", "/CreateTelemetryPipeline", 200] },
1038
- () => CreateTelemetryPipelineInput,
1039
- () => CreateTelemetryPipelineOutput,
1045
+ () => CreateTelemetryPipelineInput$,
1046
+ () => CreateTelemetryPipelineOutput$,
1040
1047
  ];
1041
- var CreateTelemetryRule = [
1048
+ var CreateTelemetryRule$ = [
1042
1049
  9,
1043
1050
  n0,
1044
1051
  _CTR,
1045
1052
  { [_h]: ["POST", "/CreateTelemetryRule", 200] },
1046
- () => CreateTelemetryRuleInput,
1047
- () => CreateTelemetryRuleOutput,
1053
+ () => CreateTelemetryRuleInput$,
1054
+ () => CreateTelemetryRuleOutput$,
1048
1055
  ];
1049
- var CreateTelemetryRuleForOrganization = [
1056
+ var CreateTelemetryRuleForOrganization$ = [
1050
1057
  9,
1051
1058
  n0,
1052
1059
  _CTRFO,
1053
1060
  { [_h]: ["POST", "/CreateTelemetryRuleForOrganization", 200] },
1054
- () => CreateTelemetryRuleForOrganizationInput,
1055
- () => CreateTelemetryRuleForOrganizationOutput,
1061
+ () => CreateTelemetryRuleForOrganizationInput$,
1062
+ () => CreateTelemetryRuleForOrganizationOutput$,
1056
1063
  ];
1057
- var DeleteCentralizationRuleForOrganization = [
1064
+ var DeleteCentralizationRuleForOrganization$ = [
1058
1065
  9,
1059
1066
  n0,
1060
1067
  _DCRFO,
1061
1068
  { [_h]: ["POST", "/DeleteCentralizationRuleForOrganization", 200] },
1062
- () => DeleteCentralizationRuleForOrganizationInput,
1069
+ () => DeleteCentralizationRuleForOrganizationInput$,
1063
1070
  () => __Unit,
1064
1071
  ];
1065
- var DeleteS3TableIntegration = [
1072
+ var DeleteS3TableIntegration$ = [
1066
1073
  9,
1067
1074
  n0,
1068
1075
  _DSTI,
1069
1076
  { [_h]: ["POST", "/DeleteS3TableIntegration", 204] },
1070
- () => DeleteS3TableIntegrationInput,
1077
+ () => DeleteS3TableIntegrationInput$,
1071
1078
  () => __Unit,
1072
1079
  ];
1073
- var DeleteTelemetryPipeline = [
1080
+ var DeleteTelemetryPipeline$ = [
1074
1081
  9,
1075
1082
  n0,
1076
1083
  _DTP,
1077
1084
  { [_h]: ["POST", "/DeleteTelemetryPipeline", 200] },
1078
- () => DeleteTelemetryPipelineInput,
1079
- () => DeleteTelemetryPipelineOutput,
1085
+ () => DeleteTelemetryPipelineInput$,
1086
+ () => DeleteTelemetryPipelineOutput$,
1080
1087
  ];
1081
- var DeleteTelemetryRule = [
1088
+ var DeleteTelemetryRule$ = [
1082
1089
  9,
1083
1090
  n0,
1084
1091
  _DTR,
1085
1092
  { [_h]: ["POST", "/DeleteTelemetryRule", 200] },
1086
- () => DeleteTelemetryRuleInput,
1093
+ () => DeleteTelemetryRuleInput$,
1087
1094
  () => __Unit,
1088
1095
  ];
1089
- var DeleteTelemetryRuleForOrganization = [
1096
+ var DeleteTelemetryRuleForOrganization$ = [
1090
1097
  9,
1091
1098
  n0,
1092
1099
  _DTRFO,
1093
1100
  { [_h]: ["POST", "/DeleteTelemetryRuleForOrganization", 200] },
1094
- () => DeleteTelemetryRuleForOrganizationInput,
1101
+ () => DeleteTelemetryRuleForOrganizationInput$,
1095
1102
  () => __Unit,
1096
1103
  ];
1097
- var GetCentralizationRuleForOrganization = [
1104
+ var GetCentralizationRuleForOrganization$ = [
1098
1105
  9,
1099
1106
  n0,
1100
1107
  _GCRFO,
1101
1108
  { [_h]: ["POST", "/GetCentralizationRuleForOrganization", 200] },
1102
- () => GetCentralizationRuleForOrganizationInput,
1103
- () => GetCentralizationRuleForOrganizationOutput,
1109
+ () => GetCentralizationRuleForOrganizationInput$,
1110
+ () => GetCentralizationRuleForOrganizationOutput$,
1104
1111
  ];
1105
- var GetS3TableIntegration = [
1112
+ var GetS3TableIntegration$ = [
1106
1113
  9,
1107
1114
  n0,
1108
1115
  _GSTI,
1109
1116
  { [_h]: ["POST", "/GetS3TableIntegration", 200] },
1110
- () => GetS3TableIntegrationInput,
1111
- () => GetS3TableIntegrationOutput,
1117
+ () => GetS3TableIntegrationInput$,
1118
+ () => GetS3TableIntegrationOutput$,
1112
1119
  ];
1113
- var GetTelemetryEnrichmentStatus = [
1120
+ var GetTelemetryEnrichmentStatus$ = [
1114
1121
  9,
1115
1122
  n0,
1116
1123
  _GTES,
1117
1124
  { [_h]: ["POST", "/GetTelemetryEnrichmentStatus", 200] },
1118
1125
  () => __Unit,
1119
- () => GetTelemetryEnrichmentStatusOutput,
1126
+ () => GetTelemetryEnrichmentStatusOutput$,
1120
1127
  ];
1121
- var GetTelemetryEvaluationStatus = [
1128
+ var GetTelemetryEvaluationStatus$ = [
1122
1129
  9,
1123
1130
  n0,
1124
1131
  _GTESe,
1125
1132
  { [_h]: ["POST", "/GetTelemetryEvaluationStatus", 200] },
1126
1133
  () => __Unit,
1127
- () => GetTelemetryEvaluationStatusOutput,
1134
+ () => GetTelemetryEvaluationStatusOutput$,
1128
1135
  ];
1129
- var GetTelemetryEvaluationStatusForOrganization = [
1136
+ var GetTelemetryEvaluationStatusForOrganization$ = [
1130
1137
  9,
1131
1138
  n0,
1132
1139
  _GTESFO,
1133
1140
  { [_h]: ["POST", "/GetTelemetryEvaluationStatusForOrganization", 200] },
1134
1141
  () => __Unit,
1135
- () => GetTelemetryEvaluationStatusForOrganizationOutput,
1142
+ () => GetTelemetryEvaluationStatusForOrganizationOutput$,
1136
1143
  ];
1137
- var GetTelemetryPipeline = [
1144
+ var GetTelemetryPipeline$ = [
1138
1145
  9,
1139
1146
  n0,
1140
1147
  _GTP,
1141
1148
  { [_h]: ["POST", "/GetTelemetryPipeline", 200] },
1142
- () => GetTelemetryPipelineInput,
1143
- () => GetTelemetryPipelineOutput,
1149
+ () => GetTelemetryPipelineInput$,
1150
+ () => GetTelemetryPipelineOutput$,
1144
1151
  ];
1145
- var GetTelemetryRule = [
1152
+ var GetTelemetryRule$ = [
1146
1153
  9,
1147
1154
  n0,
1148
1155
  _GTR,
1149
1156
  { [_h]: ["POST", "/GetTelemetryRule", 200] },
1150
- () => GetTelemetryRuleInput,
1151
- () => GetTelemetryRuleOutput,
1157
+ () => GetTelemetryRuleInput$,
1158
+ () => GetTelemetryRuleOutput$,
1152
1159
  ];
1153
- var GetTelemetryRuleForOrganization = [
1160
+ var GetTelemetryRuleForOrganization$ = [
1154
1161
  9,
1155
1162
  n0,
1156
1163
  _GTRFO,
1157
1164
  { [_h]: ["POST", "/GetTelemetryRuleForOrganization", 200] },
1158
- () => GetTelemetryRuleForOrganizationInput,
1159
- () => GetTelemetryRuleForOrganizationOutput,
1165
+ () => GetTelemetryRuleForOrganizationInput$,
1166
+ () => GetTelemetryRuleForOrganizationOutput$,
1160
1167
  ];
1161
- var ListCentralizationRulesForOrganization = [
1168
+ var ListCentralizationRulesForOrganization$ = [
1162
1169
  9,
1163
1170
  n0,
1164
1171
  _LCRFO,
1165
1172
  { [_h]: ["POST", "/ListCentralizationRulesForOrganization", 200] },
1166
- () => ListCentralizationRulesForOrganizationInput,
1167
- () => ListCentralizationRulesForOrganizationOutput,
1173
+ () => ListCentralizationRulesForOrganizationInput$,
1174
+ () => ListCentralizationRulesForOrganizationOutput$,
1168
1175
  ];
1169
- var ListResourceTelemetry = [
1176
+ var ListResourceTelemetry$ = [
1170
1177
  9,
1171
1178
  n0,
1172
1179
  _LRT,
1173
1180
  { [_h]: ["POST", "/ListResourceTelemetry", 200] },
1174
- () => ListResourceTelemetryInput,
1175
- () => ListResourceTelemetryOutput,
1181
+ () => ListResourceTelemetryInput$,
1182
+ () => ListResourceTelemetryOutput$,
1176
1183
  ];
1177
- var ListResourceTelemetryForOrganization = [
1184
+ var ListResourceTelemetryForOrganization$ = [
1178
1185
  9,
1179
1186
  n0,
1180
1187
  _LRTFO,
1181
1188
  { [_h]: ["POST", "/ListResourceTelemetryForOrganization", 200] },
1182
- () => ListResourceTelemetryForOrganizationInput,
1183
- () => ListResourceTelemetryForOrganizationOutput,
1189
+ () => ListResourceTelemetryForOrganizationInput$,
1190
+ () => ListResourceTelemetryForOrganizationOutput$,
1184
1191
  ];
1185
- var ListS3TableIntegrations = [
1192
+ var ListS3TableIntegrations$ = [
1186
1193
  9,
1187
1194
  n0,
1188
1195
  _LSTI,
1189
1196
  { [_h]: ["POST", "/ListS3TableIntegrations", 200] },
1190
- () => ListS3TableIntegrationsInput,
1191
- () => ListS3TableIntegrationsOutput,
1197
+ () => ListS3TableIntegrationsInput$,
1198
+ () => ListS3TableIntegrationsOutput$,
1192
1199
  ];
1193
- var ListTagsForResource = [
1200
+ var ListTagsForResource$ = [
1194
1201
  9,
1195
1202
  n0,
1196
1203
  _LTFR,
1197
1204
  { [_h]: ["POST", "/ListTagsForResource", 200] },
1198
- () => ListTagsForResourceInput,
1199
- () => ListTagsForResourceOutput,
1205
+ () => ListTagsForResourceInput$,
1206
+ () => ListTagsForResourceOutput$,
1200
1207
  ];
1201
- var ListTelemetryPipelines = [
1208
+ var ListTelemetryPipelines$ = [
1202
1209
  9,
1203
1210
  n0,
1204
1211
  _LTP,
1205
1212
  { [_h]: ["POST", "/ListTelemetryPipelines", 200] },
1206
- () => ListTelemetryPipelinesInput,
1207
- () => ListTelemetryPipelinesOutput,
1213
+ () => ListTelemetryPipelinesInput$,
1214
+ () => ListTelemetryPipelinesOutput$,
1208
1215
  ];
1209
- var ListTelemetryRules = [
1216
+ var ListTelemetryRules$ = [
1210
1217
  9,
1211
1218
  n0,
1212
1219
  _LTR,
1213
1220
  { [_h]: ["POST", "/ListTelemetryRules", 200] },
1214
- () => ListTelemetryRulesInput,
1215
- () => ListTelemetryRulesOutput,
1221
+ () => ListTelemetryRulesInput$,
1222
+ () => ListTelemetryRulesOutput$,
1216
1223
  ];
1217
- var ListTelemetryRulesForOrganization = [
1224
+ var ListTelemetryRulesForOrganization$ = [
1218
1225
  9,
1219
1226
  n0,
1220
1227
  _LTRFO,
1221
1228
  { [_h]: ["POST", "/ListTelemetryRulesForOrganization", 200] },
1222
- () => ListTelemetryRulesForOrganizationInput,
1223
- () => ListTelemetryRulesForOrganizationOutput,
1229
+ () => ListTelemetryRulesForOrganizationInput$,
1230
+ () => ListTelemetryRulesForOrganizationOutput$,
1224
1231
  ];
1225
- var StartTelemetryEnrichment = [
1232
+ var StartTelemetryEnrichment$ = [
1226
1233
  9,
1227
1234
  n0,
1228
1235
  _STE,
1229
1236
  { [_h]: ["POST", "/StartTelemetryEnrichment", 202] },
1230
1237
  () => __Unit,
1231
- () => StartTelemetryEnrichmentOutput,
1238
+ () => StartTelemetryEnrichmentOutput$,
1232
1239
  ];
1233
- var StartTelemetryEvaluation = [
1240
+ var StartTelemetryEvaluation$ = [
1234
1241
  9,
1235
1242
  n0,
1236
1243
  _STEt,
@@ -1238,7 +1245,7 @@ var StartTelemetryEvaluation = [
1238
1245
  () => __Unit,
1239
1246
  () => __Unit,
1240
1247
  ];
1241
- var StartTelemetryEvaluationForOrganization = [
1248
+ var StartTelemetryEvaluationForOrganization$ = [
1242
1249
  9,
1243
1250
  n0,
1244
1251
  _STEFO,
@@ -1246,15 +1253,15 @@ var StartTelemetryEvaluationForOrganization = [
1246
1253
  () => __Unit,
1247
1254
  () => __Unit,
1248
1255
  ];
1249
- var StopTelemetryEnrichment = [
1256
+ var StopTelemetryEnrichment$ = [
1250
1257
  9,
1251
1258
  n0,
1252
1259
  _STEto,
1253
1260
  { [_h]: ["POST", "/StopTelemetryEnrichment", 202] },
1254
1261
  () => __Unit,
1255
- () => StopTelemetryEnrichmentOutput,
1262
+ () => StopTelemetryEnrichmentOutput$,
1256
1263
  ];
1257
- var StopTelemetryEvaluation = [
1264
+ var StopTelemetryEvaluation$ = [
1258
1265
  9,
1259
1266
  n0,
1260
1267
  _STEtop,
@@ -1262,7 +1269,7 @@ var StopTelemetryEvaluation = [
1262
1269
  () => __Unit,
1263
1270
  () => __Unit,
1264
1271
  ];
1265
- var StopTelemetryEvaluationForOrganization = [
1272
+ var StopTelemetryEvaluationForOrganization$ = [
1266
1273
  9,
1267
1274
  n0,
1268
1275
  _STEFOt,
@@ -1270,69 +1277,69 @@ var StopTelemetryEvaluationForOrganization = [
1270
1277
  () => __Unit,
1271
1278
  () => __Unit,
1272
1279
  ];
1273
- var TagResource = [
1280
+ var TagResource$ = [
1274
1281
  9,
1275
1282
  n0,
1276
1283
  _TRa,
1277
1284
  { [_h]: ["POST", "/TagResource", 200] },
1278
- () => TagResourceInput,
1285
+ () => TagResourceInput$,
1279
1286
  () => __Unit,
1280
1287
  ];
1281
- var TestTelemetryPipeline = [
1288
+ var TestTelemetryPipeline$ = [
1282
1289
  9,
1283
1290
  n0,
1284
1291
  _TTP,
1285
1292
  { [_h]: ["POST", "/TestTelemetryPipeline", 200] },
1286
- () => TestTelemetryPipelineInput,
1287
- () => TestTelemetryPipelineOutput,
1293
+ () => TestTelemetryPipelineInput$,
1294
+ () => TestTelemetryPipelineOutput$,
1288
1295
  ];
1289
- var UntagResource = [
1296
+ var UntagResource$ = [
1290
1297
  9,
1291
1298
  n0,
1292
1299
  _UR,
1293
1300
  { [_h]: ["POST", "/UntagResource", 200] },
1294
- () => UntagResourceInput,
1301
+ () => UntagResourceInput$,
1295
1302
  () => __Unit,
1296
1303
  ];
1297
- var UpdateCentralizationRuleForOrganization = [
1304
+ var UpdateCentralizationRuleForOrganization$ = [
1298
1305
  9,
1299
1306
  n0,
1300
1307
  _UCRFO,
1301
1308
  { [_h]: ["POST", "/UpdateCentralizationRuleForOrganization", 200] },
1302
- () => UpdateCentralizationRuleForOrganizationInput,
1303
- () => UpdateCentralizationRuleForOrganizationOutput,
1309
+ () => UpdateCentralizationRuleForOrganizationInput$,
1310
+ () => UpdateCentralizationRuleForOrganizationOutput$,
1304
1311
  ];
1305
- var UpdateTelemetryPipeline = [
1312
+ var UpdateTelemetryPipeline$ = [
1306
1313
  9,
1307
1314
  n0,
1308
1315
  _UTP,
1309
1316
  { [_h]: ["POST", "/UpdateTelemetryPipeline", 200] },
1310
- () => UpdateTelemetryPipelineInput,
1311
- () => UpdateTelemetryPipelineOutput,
1317
+ () => UpdateTelemetryPipelineInput$,
1318
+ () => UpdateTelemetryPipelineOutput$,
1312
1319
  ];
1313
- var UpdateTelemetryRule = [
1320
+ var UpdateTelemetryRule$ = [
1314
1321
  9,
1315
1322
  n0,
1316
1323
  _UTR,
1317
1324
  { [_h]: ["POST", "/UpdateTelemetryRule", 200] },
1318
- () => UpdateTelemetryRuleInput,
1319
- () => UpdateTelemetryRuleOutput,
1325
+ () => UpdateTelemetryRuleInput$,
1326
+ () => UpdateTelemetryRuleOutput$,
1320
1327
  ];
1321
- var UpdateTelemetryRuleForOrganization = [
1328
+ var UpdateTelemetryRuleForOrganization$ = [
1322
1329
  9,
1323
1330
  n0,
1324
1331
  _UTRFO,
1325
1332
  { [_h]: ["POST", "/UpdateTelemetryRuleForOrganization", 200] },
1326
- () => UpdateTelemetryRuleForOrganizationInput,
1327
- () => UpdateTelemetryRuleForOrganizationOutput,
1333
+ () => UpdateTelemetryRuleForOrganizationInput$,
1334
+ () => UpdateTelemetryRuleForOrganizationOutput$,
1328
1335
  ];
1329
- var ValidateTelemetryPipelineConfiguration = [
1336
+ var ValidateTelemetryPipelineConfiguration$ = [
1330
1337
  9,
1331
1338
  n0,
1332
1339
  _VTPC,
1333
1340
  { [_h]: ["POST", "/ValidateTelemetryPipelineConfiguration", 200] },
1334
- () => ValidateTelemetryPipelineConfigurationInput,
1335
- () => ValidateTelemetryPipelineConfigurationOutput,
1341
+ () => ValidateTelemetryPipelineConfigurationInput$,
1342
+ () => ValidateTelemetryPipelineConfigurationOutput$,
1336
1343
  ];
1337
1344
 
1338
1345
  class CreateCentralizationRuleForOrganizationCommand extends smithyClient.Command
@@ -1343,7 +1350,7 @@ class CreateCentralizationRuleForOrganizationCommand extends smithyClient.Comman
1343
1350
  })
1344
1351
  .s("ObservabilityAdmin", "CreateCentralizationRuleForOrganization", {})
1345
1352
  .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
1346
- .sc(CreateCentralizationRuleForOrganization)
1353
+ .sc(CreateCentralizationRuleForOrganization$)
1347
1354
  .build() {
1348
1355
  }
1349
1356
 
@@ -1355,7 +1362,7 @@ class CreateS3TableIntegrationCommand extends smithyClient.Command
1355
1362
  })
1356
1363
  .s("ObservabilityAdmin", "CreateS3TableIntegration", {})
1357
1364
  .n("ObservabilityAdminClient", "CreateS3TableIntegrationCommand")
1358
- .sc(CreateS3TableIntegration)
1365
+ .sc(CreateS3TableIntegration$)
1359
1366
  .build() {
1360
1367
  }
1361
1368
 
@@ -1367,7 +1374,7 @@ class CreateTelemetryPipelineCommand extends smithyClient.Command
1367
1374
  })
1368
1375
  .s("ObservabilityAdmin", "CreateTelemetryPipeline", {})
1369
1376
  .n("ObservabilityAdminClient", "CreateTelemetryPipelineCommand")
1370
- .sc(CreateTelemetryPipeline)
1377
+ .sc(CreateTelemetryPipeline$)
1371
1378
  .build() {
1372
1379
  }
1373
1380
 
@@ -1379,7 +1386,7 @@ class CreateTelemetryRuleCommand extends smithyClient.Command
1379
1386
  })
1380
1387
  .s("ObservabilityAdmin", "CreateTelemetryRule", {})
1381
1388
  .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
1382
- .sc(CreateTelemetryRule)
1389
+ .sc(CreateTelemetryRule$)
1383
1390
  .build() {
1384
1391
  }
1385
1392
 
@@ -1391,7 +1398,7 @@ class CreateTelemetryRuleForOrganizationCommand extends smithyClient.Command
1391
1398
  })
1392
1399
  .s("ObservabilityAdmin", "CreateTelemetryRuleForOrganization", {})
1393
1400
  .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
1394
- .sc(CreateTelemetryRuleForOrganization)
1401
+ .sc(CreateTelemetryRuleForOrganization$)
1395
1402
  .build() {
1396
1403
  }
1397
1404
 
@@ -1403,7 +1410,7 @@ class DeleteCentralizationRuleForOrganizationCommand extends smithyClient.Comman
1403
1410
  })
1404
1411
  .s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
1405
1412
  .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
1406
- .sc(DeleteCentralizationRuleForOrganization)
1413
+ .sc(DeleteCentralizationRuleForOrganization$)
1407
1414
  .build() {
1408
1415
  }
1409
1416
 
@@ -1415,7 +1422,7 @@ class DeleteS3TableIntegrationCommand extends smithyClient.Command
1415
1422
  })
1416
1423
  .s("ObservabilityAdmin", "DeleteS3TableIntegration", {})
1417
1424
  .n("ObservabilityAdminClient", "DeleteS3TableIntegrationCommand")
1418
- .sc(DeleteS3TableIntegration)
1425
+ .sc(DeleteS3TableIntegration$)
1419
1426
  .build() {
1420
1427
  }
1421
1428
 
@@ -1427,7 +1434,7 @@ class DeleteTelemetryPipelineCommand extends smithyClient.Command
1427
1434
  })
1428
1435
  .s("ObservabilityAdmin", "DeleteTelemetryPipeline", {})
1429
1436
  .n("ObservabilityAdminClient", "DeleteTelemetryPipelineCommand")
1430
- .sc(DeleteTelemetryPipeline)
1437
+ .sc(DeleteTelemetryPipeline$)
1431
1438
  .build() {
1432
1439
  }
1433
1440
 
@@ -1439,7 +1446,7 @@ class DeleteTelemetryRuleCommand extends smithyClient.Command
1439
1446
  })
1440
1447
  .s("ObservabilityAdmin", "DeleteTelemetryRule", {})
1441
1448
  .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
1442
- .sc(DeleteTelemetryRule)
1449
+ .sc(DeleteTelemetryRule$)
1443
1450
  .build() {
1444
1451
  }
1445
1452
 
@@ -1451,7 +1458,7 @@ class DeleteTelemetryRuleForOrganizationCommand extends smithyClient.Command
1451
1458
  })
1452
1459
  .s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
1453
1460
  .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
1454
- .sc(DeleteTelemetryRuleForOrganization)
1461
+ .sc(DeleteTelemetryRuleForOrganization$)
1455
1462
  .build() {
1456
1463
  }
1457
1464
 
@@ -1463,7 +1470,7 @@ class GetCentralizationRuleForOrganizationCommand extends smithyClient.Command
1463
1470
  })
1464
1471
  .s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
1465
1472
  .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
1466
- .sc(GetCentralizationRuleForOrganization)
1473
+ .sc(GetCentralizationRuleForOrganization$)
1467
1474
  .build() {
1468
1475
  }
1469
1476
 
@@ -1475,7 +1482,7 @@ class GetS3TableIntegrationCommand extends smithyClient.Command
1475
1482
  })
1476
1483
  .s("ObservabilityAdmin", "GetS3TableIntegration", {})
1477
1484
  .n("ObservabilityAdminClient", "GetS3TableIntegrationCommand")
1478
- .sc(GetS3TableIntegration)
1485
+ .sc(GetS3TableIntegration$)
1479
1486
  .build() {
1480
1487
  }
1481
1488
 
@@ -1487,7 +1494,7 @@ class GetTelemetryEnrichmentStatusCommand extends smithyClient.Command
1487
1494
  })
1488
1495
  .s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
1489
1496
  .n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
1490
- .sc(GetTelemetryEnrichmentStatus)
1497
+ .sc(GetTelemetryEnrichmentStatus$)
1491
1498
  .build() {
1492
1499
  }
1493
1500
 
@@ -1499,7 +1506,7 @@ class GetTelemetryEvaluationStatusCommand extends smithyClient.Command
1499
1506
  })
1500
1507
  .s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
1501
1508
  .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
1502
- .sc(GetTelemetryEvaluationStatus)
1509
+ .sc(GetTelemetryEvaluationStatus$)
1503
1510
  .build() {
1504
1511
  }
1505
1512
 
@@ -1511,7 +1518,7 @@ class GetTelemetryEvaluationStatusForOrganizationCommand extends smithyClient.Co
1511
1518
  })
1512
1519
  .s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
1513
1520
  .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
1514
- .sc(GetTelemetryEvaluationStatusForOrganization)
1521
+ .sc(GetTelemetryEvaluationStatusForOrganization$)
1515
1522
  .build() {
1516
1523
  }
1517
1524
 
@@ -1523,7 +1530,7 @@ class GetTelemetryPipelineCommand extends smithyClient.Command
1523
1530
  })
1524
1531
  .s("ObservabilityAdmin", "GetTelemetryPipeline", {})
1525
1532
  .n("ObservabilityAdminClient", "GetTelemetryPipelineCommand")
1526
- .sc(GetTelemetryPipeline)
1533
+ .sc(GetTelemetryPipeline$)
1527
1534
  .build() {
1528
1535
  }
1529
1536
 
@@ -1535,7 +1542,7 @@ class GetTelemetryRuleCommand extends smithyClient.Command
1535
1542
  })
1536
1543
  .s("ObservabilityAdmin", "GetTelemetryRule", {})
1537
1544
  .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
1538
- .sc(GetTelemetryRule)
1545
+ .sc(GetTelemetryRule$)
1539
1546
  .build() {
1540
1547
  }
1541
1548
 
@@ -1547,7 +1554,7 @@ class GetTelemetryRuleForOrganizationCommand extends smithyClient.Command
1547
1554
  })
1548
1555
  .s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
1549
1556
  .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
1550
- .sc(GetTelemetryRuleForOrganization)
1557
+ .sc(GetTelemetryRuleForOrganization$)
1551
1558
  .build() {
1552
1559
  }
1553
1560
 
@@ -1559,7 +1566,7 @@ class ListCentralizationRulesForOrganizationCommand extends smithyClient.Command
1559
1566
  })
1560
1567
  .s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
1561
1568
  .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
1562
- .sc(ListCentralizationRulesForOrganization)
1569
+ .sc(ListCentralizationRulesForOrganization$)
1563
1570
  .build() {
1564
1571
  }
1565
1572
 
@@ -1571,7 +1578,7 @@ class ListResourceTelemetryCommand extends smithyClient.Command
1571
1578
  })
1572
1579
  .s("ObservabilityAdmin", "ListResourceTelemetry", {})
1573
1580
  .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
1574
- .sc(ListResourceTelemetry)
1581
+ .sc(ListResourceTelemetry$)
1575
1582
  .build() {
1576
1583
  }
1577
1584
 
@@ -1583,7 +1590,7 @@ class ListResourceTelemetryForOrganizationCommand extends smithyClient.Command
1583
1590
  })
1584
1591
  .s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
1585
1592
  .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
1586
- .sc(ListResourceTelemetryForOrganization)
1593
+ .sc(ListResourceTelemetryForOrganization$)
1587
1594
  .build() {
1588
1595
  }
1589
1596
 
@@ -1595,7 +1602,7 @@ class ListS3TableIntegrationsCommand extends smithyClient.Command
1595
1602
  })
1596
1603
  .s("ObservabilityAdmin", "ListS3TableIntegrations", {})
1597
1604
  .n("ObservabilityAdminClient", "ListS3TableIntegrationsCommand")
1598
- .sc(ListS3TableIntegrations)
1605
+ .sc(ListS3TableIntegrations$)
1599
1606
  .build() {
1600
1607
  }
1601
1608
 
@@ -1607,7 +1614,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1607
1614
  })
1608
1615
  .s("ObservabilityAdmin", "ListTagsForResource", {})
1609
1616
  .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
1610
- .sc(ListTagsForResource)
1617
+ .sc(ListTagsForResource$)
1611
1618
  .build() {
1612
1619
  }
1613
1620
 
@@ -1619,7 +1626,7 @@ class ListTelemetryPipelinesCommand extends smithyClient.Command
1619
1626
  })
1620
1627
  .s("ObservabilityAdmin", "ListTelemetryPipelines", {})
1621
1628
  .n("ObservabilityAdminClient", "ListTelemetryPipelinesCommand")
1622
- .sc(ListTelemetryPipelines)
1629
+ .sc(ListTelemetryPipelines$)
1623
1630
  .build() {
1624
1631
  }
1625
1632
 
@@ -1631,7 +1638,7 @@ class ListTelemetryRulesCommand extends smithyClient.Command
1631
1638
  })
1632
1639
  .s("ObservabilityAdmin", "ListTelemetryRules", {})
1633
1640
  .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
1634
- .sc(ListTelemetryRules)
1641
+ .sc(ListTelemetryRules$)
1635
1642
  .build() {
1636
1643
  }
1637
1644
 
@@ -1643,7 +1650,7 @@ class ListTelemetryRulesForOrganizationCommand extends smithyClient.Command
1643
1650
  })
1644
1651
  .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
1645
1652
  .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
1646
- .sc(ListTelemetryRulesForOrganization)
1653
+ .sc(ListTelemetryRulesForOrganization$)
1647
1654
  .build() {
1648
1655
  }
1649
1656
 
@@ -1655,7 +1662,7 @@ class StartTelemetryEnrichmentCommand extends smithyClient.Command
1655
1662
  })
1656
1663
  .s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
1657
1664
  .n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
1658
- .sc(StartTelemetryEnrichment)
1665
+ .sc(StartTelemetryEnrichment$)
1659
1666
  .build() {
1660
1667
  }
1661
1668
 
@@ -1667,7 +1674,7 @@ class StartTelemetryEvaluationCommand extends smithyClient.Command
1667
1674
  })
1668
1675
  .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
1669
1676
  .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
1670
- .sc(StartTelemetryEvaluation)
1677
+ .sc(StartTelemetryEvaluation$)
1671
1678
  .build() {
1672
1679
  }
1673
1680
 
@@ -1679,7 +1686,7 @@ class StartTelemetryEvaluationForOrganizationCommand extends smithyClient.Comman
1679
1686
  })
1680
1687
  .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
1681
1688
  .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
1682
- .sc(StartTelemetryEvaluationForOrganization)
1689
+ .sc(StartTelemetryEvaluationForOrganization$)
1683
1690
  .build() {
1684
1691
  }
1685
1692
 
@@ -1691,7 +1698,7 @@ class StopTelemetryEnrichmentCommand extends smithyClient.Command
1691
1698
  })
1692
1699
  .s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
1693
1700
  .n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
1694
- .sc(StopTelemetryEnrichment)
1701
+ .sc(StopTelemetryEnrichment$)
1695
1702
  .build() {
1696
1703
  }
1697
1704
 
@@ -1703,7 +1710,7 @@ class StopTelemetryEvaluationCommand extends smithyClient.Command
1703
1710
  })
1704
1711
  .s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
1705
1712
  .n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
1706
- .sc(StopTelemetryEvaluation)
1713
+ .sc(StopTelemetryEvaluation$)
1707
1714
  .build() {
1708
1715
  }
1709
1716
 
@@ -1715,7 +1722,7 @@ class StopTelemetryEvaluationForOrganizationCommand extends smithyClient.Command
1715
1722
  })
1716
1723
  .s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
1717
1724
  .n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
1718
- .sc(StopTelemetryEvaluationForOrganization)
1725
+ .sc(StopTelemetryEvaluationForOrganization$)
1719
1726
  .build() {
1720
1727
  }
1721
1728
 
@@ -1727,7 +1734,7 @@ class TagResourceCommand extends smithyClient.Command
1727
1734
  })
1728
1735
  .s("ObservabilityAdmin", "TagResource", {})
1729
1736
  .n("ObservabilityAdminClient", "TagResourceCommand")
1730
- .sc(TagResource)
1737
+ .sc(TagResource$)
1731
1738
  .build() {
1732
1739
  }
1733
1740
 
@@ -1739,7 +1746,7 @@ class TestTelemetryPipelineCommand extends smithyClient.Command
1739
1746
  })
1740
1747
  .s("ObservabilityAdmin", "TestTelemetryPipeline", {})
1741
1748
  .n("ObservabilityAdminClient", "TestTelemetryPipelineCommand")
1742
- .sc(TestTelemetryPipeline)
1749
+ .sc(TestTelemetryPipeline$)
1743
1750
  .build() {
1744
1751
  }
1745
1752
 
@@ -1751,7 +1758,7 @@ class UntagResourceCommand extends smithyClient.Command
1751
1758
  })
1752
1759
  .s("ObservabilityAdmin", "UntagResource", {})
1753
1760
  .n("ObservabilityAdminClient", "UntagResourceCommand")
1754
- .sc(UntagResource)
1761
+ .sc(UntagResource$)
1755
1762
  .build() {
1756
1763
  }
1757
1764
 
@@ -1763,7 +1770,7 @@ class UpdateCentralizationRuleForOrganizationCommand extends smithyClient.Comman
1763
1770
  })
1764
1771
  .s("ObservabilityAdmin", "UpdateCentralizationRuleForOrganization", {})
1765
1772
  .n("ObservabilityAdminClient", "UpdateCentralizationRuleForOrganizationCommand")
1766
- .sc(UpdateCentralizationRuleForOrganization)
1773
+ .sc(UpdateCentralizationRuleForOrganization$)
1767
1774
  .build() {
1768
1775
  }
1769
1776
 
@@ -1775,7 +1782,7 @@ class UpdateTelemetryPipelineCommand extends smithyClient.Command
1775
1782
  })
1776
1783
  .s("ObservabilityAdmin", "UpdateTelemetryPipeline", {})
1777
1784
  .n("ObservabilityAdminClient", "UpdateTelemetryPipelineCommand")
1778
- .sc(UpdateTelemetryPipeline)
1785
+ .sc(UpdateTelemetryPipeline$)
1779
1786
  .build() {
1780
1787
  }
1781
1788
 
@@ -1787,7 +1794,7 @@ class UpdateTelemetryRuleCommand extends smithyClient.Command
1787
1794
  })
1788
1795
  .s("ObservabilityAdmin", "UpdateTelemetryRule", {})
1789
1796
  .n("ObservabilityAdminClient", "UpdateTelemetryRuleCommand")
1790
- .sc(UpdateTelemetryRule)
1797
+ .sc(UpdateTelemetryRule$)
1791
1798
  .build() {
1792
1799
  }
1793
1800
 
@@ -1799,7 +1806,7 @@ class UpdateTelemetryRuleForOrganizationCommand extends smithyClient.Command
1799
1806
  })
1800
1807
  .s("ObservabilityAdmin", "UpdateTelemetryRuleForOrganization", {})
1801
1808
  .n("ObservabilityAdminClient", "UpdateTelemetryRuleForOrganizationCommand")
1802
- .sc(UpdateTelemetryRuleForOrganization)
1809
+ .sc(UpdateTelemetryRuleForOrganization$)
1803
1810
  .build() {
1804
1811
  }
1805
1812
 
@@ -1811,7 +1818,7 @@ class ValidateTelemetryPipelineConfigurationCommand extends smithyClient.Command
1811
1818
  })
1812
1819
  .s("ObservabilityAdmin", "ValidateTelemetryPipelineConfiguration", {})
1813
1820
  .n("ObservabilityAdminClient", "ValidateTelemetryPipelineConfigurationCommand")
1814
- .sc(ValidateTelemetryPipelineConfiguration)
1821
+ .sc(ValidateTelemetryPipelineConfiguration$)
1815
1822
  .build() {
1816
1823
  }
1817
1824
 
@@ -2002,79 +2009,228 @@ Object.defineProperty(exports, "__Client", {
2002
2009
  enumerable: true,
2003
2010
  get: function () { return smithyClient.Client; }
2004
2011
  });
2005
- exports.AccessDeniedException = AccessDeniedException$1;
2012
+ exports.AccessDeniedException = AccessDeniedException;
2013
+ exports.AccessDeniedException$ = AccessDeniedException$;
2006
2014
  exports.Action = Action;
2015
+ exports.ActionCondition$ = ActionCondition$;
2016
+ exports.AdvancedEventSelector$ = AdvancedEventSelector$;
2017
+ exports.AdvancedFieldSelector$ = AdvancedFieldSelector$;
2007
2018
  exports.CentralizationFailureReason = CentralizationFailureReason;
2008
- exports.ConflictException = ConflictException$1;
2019
+ exports.CentralizationRule$ = CentralizationRule$;
2020
+ exports.CentralizationRuleDestination$ = CentralizationRuleDestination$;
2021
+ exports.CentralizationRuleSource$ = CentralizationRuleSource$;
2022
+ exports.CentralizationRuleSummary$ = CentralizationRuleSummary$;
2023
+ exports.CloudtrailParameters$ = CloudtrailParameters$;
2024
+ exports.Condition$ = Condition$;
2025
+ exports.ConfigurationSummary$ = ConfigurationSummary$;
2026
+ exports.ConflictException = ConflictException;
2027
+ exports.ConflictException$ = ConflictException$;
2028
+ exports.CreateCentralizationRuleForOrganization$ = CreateCentralizationRuleForOrganization$;
2009
2029
  exports.CreateCentralizationRuleForOrganizationCommand = CreateCentralizationRuleForOrganizationCommand;
2030
+ exports.CreateCentralizationRuleForOrganizationInput$ = CreateCentralizationRuleForOrganizationInput$;
2031
+ exports.CreateCentralizationRuleForOrganizationOutput$ = CreateCentralizationRuleForOrganizationOutput$;
2032
+ exports.CreateS3TableIntegration$ = CreateS3TableIntegration$;
2010
2033
  exports.CreateS3TableIntegrationCommand = CreateS3TableIntegrationCommand;
2034
+ exports.CreateS3TableIntegrationInput$ = CreateS3TableIntegrationInput$;
2035
+ exports.CreateS3TableIntegrationOutput$ = CreateS3TableIntegrationOutput$;
2036
+ exports.CreateTelemetryPipeline$ = CreateTelemetryPipeline$;
2011
2037
  exports.CreateTelemetryPipelineCommand = CreateTelemetryPipelineCommand;
2038
+ exports.CreateTelemetryPipelineInput$ = CreateTelemetryPipelineInput$;
2039
+ exports.CreateTelemetryPipelineOutput$ = CreateTelemetryPipelineOutput$;
2040
+ exports.CreateTelemetryRule$ = CreateTelemetryRule$;
2012
2041
  exports.CreateTelemetryRuleCommand = CreateTelemetryRuleCommand;
2042
+ exports.CreateTelemetryRuleForOrganization$ = CreateTelemetryRuleForOrganization$;
2013
2043
  exports.CreateTelemetryRuleForOrganizationCommand = CreateTelemetryRuleForOrganizationCommand;
2044
+ exports.CreateTelemetryRuleForOrganizationInput$ = CreateTelemetryRuleForOrganizationInput$;
2045
+ exports.CreateTelemetryRuleForOrganizationOutput$ = CreateTelemetryRuleForOrganizationOutput$;
2046
+ exports.CreateTelemetryRuleInput$ = CreateTelemetryRuleInput$;
2047
+ exports.CreateTelemetryRuleOutput$ = CreateTelemetryRuleOutput$;
2048
+ exports.DataSource$ = DataSource$;
2049
+ exports.DeleteCentralizationRuleForOrganization$ = DeleteCentralizationRuleForOrganization$;
2014
2050
  exports.DeleteCentralizationRuleForOrganizationCommand = DeleteCentralizationRuleForOrganizationCommand;
2051
+ exports.DeleteCentralizationRuleForOrganizationInput$ = DeleteCentralizationRuleForOrganizationInput$;
2052
+ exports.DeleteS3TableIntegration$ = DeleteS3TableIntegration$;
2015
2053
  exports.DeleteS3TableIntegrationCommand = DeleteS3TableIntegrationCommand;
2054
+ exports.DeleteS3TableIntegrationInput$ = DeleteS3TableIntegrationInput$;
2055
+ exports.DeleteTelemetryPipeline$ = DeleteTelemetryPipeline$;
2016
2056
  exports.DeleteTelemetryPipelineCommand = DeleteTelemetryPipelineCommand;
2057
+ exports.DeleteTelemetryPipelineInput$ = DeleteTelemetryPipelineInput$;
2058
+ exports.DeleteTelemetryPipelineOutput$ = DeleteTelemetryPipelineOutput$;
2059
+ exports.DeleteTelemetryRule$ = DeleteTelemetryRule$;
2017
2060
  exports.DeleteTelemetryRuleCommand = DeleteTelemetryRuleCommand;
2061
+ exports.DeleteTelemetryRuleForOrganization$ = DeleteTelemetryRuleForOrganization$;
2018
2062
  exports.DeleteTelemetryRuleForOrganizationCommand = DeleteTelemetryRuleForOrganizationCommand;
2063
+ exports.DeleteTelemetryRuleForOrganizationInput$ = DeleteTelemetryRuleForOrganizationInput$;
2064
+ exports.DeleteTelemetryRuleInput$ = DeleteTelemetryRuleInput$;
2065
+ exports.DestinationLogsConfiguration$ = DestinationLogsConfiguration$;
2019
2066
  exports.DestinationType = DestinationType;
2067
+ exports.ELBLoadBalancerLoggingParameters$ = ELBLoadBalancerLoggingParameters$;
2020
2068
  exports.EncryptedLogGroupStrategy = EncryptedLogGroupStrategy;
2069
+ exports.Encryption$ = Encryption$;
2021
2070
  exports.EncryptionConflictResolutionStrategy = EncryptionConflictResolutionStrategy;
2022
2071
  exports.EncryptionStrategy = EncryptionStrategy;
2072
+ exports.FieldToMatch$ = FieldToMatch$;
2073
+ exports.Filter$ = Filter$;
2023
2074
  exports.FilterBehavior = FilterBehavior;
2024
2075
  exports.FilterRequirement = FilterRequirement;
2076
+ exports.GetCentralizationRuleForOrganization$ = GetCentralizationRuleForOrganization$;
2025
2077
  exports.GetCentralizationRuleForOrganizationCommand = GetCentralizationRuleForOrganizationCommand;
2078
+ exports.GetCentralizationRuleForOrganizationInput$ = GetCentralizationRuleForOrganizationInput$;
2079
+ exports.GetCentralizationRuleForOrganizationOutput$ = GetCentralizationRuleForOrganizationOutput$;
2080
+ exports.GetS3TableIntegration$ = GetS3TableIntegration$;
2026
2081
  exports.GetS3TableIntegrationCommand = GetS3TableIntegrationCommand;
2082
+ exports.GetS3TableIntegrationInput$ = GetS3TableIntegrationInput$;
2083
+ exports.GetS3TableIntegrationOutput$ = GetS3TableIntegrationOutput$;
2084
+ exports.GetTelemetryEnrichmentStatus$ = GetTelemetryEnrichmentStatus$;
2027
2085
  exports.GetTelemetryEnrichmentStatusCommand = GetTelemetryEnrichmentStatusCommand;
2086
+ exports.GetTelemetryEnrichmentStatusOutput$ = GetTelemetryEnrichmentStatusOutput$;
2087
+ exports.GetTelemetryEvaluationStatus$ = GetTelemetryEvaluationStatus$;
2028
2088
  exports.GetTelemetryEvaluationStatusCommand = GetTelemetryEvaluationStatusCommand;
2089
+ exports.GetTelemetryEvaluationStatusForOrganization$ = GetTelemetryEvaluationStatusForOrganization$;
2029
2090
  exports.GetTelemetryEvaluationStatusForOrganizationCommand = GetTelemetryEvaluationStatusForOrganizationCommand;
2091
+ exports.GetTelemetryEvaluationStatusForOrganizationOutput$ = GetTelemetryEvaluationStatusForOrganizationOutput$;
2092
+ exports.GetTelemetryEvaluationStatusOutput$ = GetTelemetryEvaluationStatusOutput$;
2093
+ exports.GetTelemetryPipeline$ = GetTelemetryPipeline$;
2030
2094
  exports.GetTelemetryPipelineCommand = GetTelemetryPipelineCommand;
2095
+ exports.GetTelemetryPipelineInput$ = GetTelemetryPipelineInput$;
2096
+ exports.GetTelemetryPipelineOutput$ = GetTelemetryPipelineOutput$;
2097
+ exports.GetTelemetryRule$ = GetTelemetryRule$;
2031
2098
  exports.GetTelemetryRuleCommand = GetTelemetryRuleCommand;
2099
+ exports.GetTelemetryRuleForOrganization$ = GetTelemetryRuleForOrganization$;
2032
2100
  exports.GetTelemetryRuleForOrganizationCommand = GetTelemetryRuleForOrganizationCommand;
2101
+ exports.GetTelemetryRuleForOrganizationInput$ = GetTelemetryRuleForOrganizationInput$;
2102
+ exports.GetTelemetryRuleForOrganizationOutput$ = GetTelemetryRuleForOrganizationOutput$;
2103
+ exports.GetTelemetryRuleInput$ = GetTelemetryRuleInput$;
2104
+ exports.GetTelemetryRuleOutput$ = GetTelemetryRuleOutput$;
2033
2105
  exports.IntegrationStatus = IntegrationStatus;
2034
- exports.InternalServerException = InternalServerException$1;
2035
- exports.InvalidStateException = InvalidStateException$1;
2106
+ exports.IntegrationSummary$ = IntegrationSummary$;
2107
+ exports.InternalServerException = InternalServerException;
2108
+ exports.InternalServerException$ = InternalServerException$;
2109
+ exports.InvalidStateException = InvalidStateException;
2110
+ exports.InvalidStateException$ = InvalidStateException$;
2111
+ exports.LabelNameCondition$ = LabelNameCondition$;
2112
+ exports.ListCentralizationRulesForOrganization$ = ListCentralizationRulesForOrganization$;
2036
2113
  exports.ListCentralizationRulesForOrganizationCommand = ListCentralizationRulesForOrganizationCommand;
2114
+ exports.ListCentralizationRulesForOrganizationInput$ = ListCentralizationRulesForOrganizationInput$;
2115
+ exports.ListCentralizationRulesForOrganizationOutput$ = ListCentralizationRulesForOrganizationOutput$;
2116
+ exports.ListResourceTelemetry$ = ListResourceTelemetry$;
2037
2117
  exports.ListResourceTelemetryCommand = ListResourceTelemetryCommand;
2118
+ exports.ListResourceTelemetryForOrganization$ = ListResourceTelemetryForOrganization$;
2038
2119
  exports.ListResourceTelemetryForOrganizationCommand = ListResourceTelemetryForOrganizationCommand;
2120
+ exports.ListResourceTelemetryForOrganizationInput$ = ListResourceTelemetryForOrganizationInput$;
2121
+ exports.ListResourceTelemetryForOrganizationOutput$ = ListResourceTelemetryForOrganizationOutput$;
2122
+ exports.ListResourceTelemetryInput$ = ListResourceTelemetryInput$;
2123
+ exports.ListResourceTelemetryOutput$ = ListResourceTelemetryOutput$;
2124
+ exports.ListS3TableIntegrations$ = ListS3TableIntegrations$;
2039
2125
  exports.ListS3TableIntegrationsCommand = ListS3TableIntegrationsCommand;
2126
+ exports.ListS3TableIntegrationsInput$ = ListS3TableIntegrationsInput$;
2127
+ exports.ListS3TableIntegrationsOutput$ = ListS3TableIntegrationsOutput$;
2128
+ exports.ListTagsForResource$ = ListTagsForResource$;
2040
2129
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2130
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
2131
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
2132
+ exports.ListTelemetryPipelines$ = ListTelemetryPipelines$;
2041
2133
  exports.ListTelemetryPipelinesCommand = ListTelemetryPipelinesCommand;
2134
+ exports.ListTelemetryPipelinesInput$ = ListTelemetryPipelinesInput$;
2135
+ exports.ListTelemetryPipelinesOutput$ = ListTelemetryPipelinesOutput$;
2136
+ exports.ListTelemetryRules$ = ListTelemetryRules$;
2042
2137
  exports.ListTelemetryRulesCommand = ListTelemetryRulesCommand;
2138
+ exports.ListTelemetryRulesForOrganization$ = ListTelemetryRulesForOrganization$;
2043
2139
  exports.ListTelemetryRulesForOrganizationCommand = ListTelemetryRulesForOrganizationCommand;
2140
+ exports.ListTelemetryRulesForOrganizationInput$ = ListTelemetryRulesForOrganizationInput$;
2141
+ exports.ListTelemetryRulesForOrganizationOutput$ = ListTelemetryRulesForOrganizationOutput$;
2142
+ exports.ListTelemetryRulesInput$ = ListTelemetryRulesInput$;
2143
+ exports.ListTelemetryRulesOutput$ = ListTelemetryRulesOutput$;
2144
+ exports.LogDeliveryParameters$ = LogDeliveryParameters$;
2044
2145
  exports.LogType = LogType;
2146
+ exports.LoggingFilter$ = LoggingFilter$;
2147
+ exports.LogsBackupConfiguration$ = LogsBackupConfiguration$;
2148
+ exports.LogsEncryptionConfiguration$ = LogsEncryptionConfiguration$;
2045
2149
  exports.ObservabilityAdmin = ObservabilityAdmin;
2046
2150
  exports.ObservabilityAdminClient = ObservabilityAdminClient;
2047
- exports.ObservabilityAdminServiceException = ObservabilityAdminServiceException$1;
2151
+ exports.ObservabilityAdminServiceException = ObservabilityAdminServiceException;
2152
+ exports.ObservabilityAdminServiceException$ = ObservabilityAdminServiceException$;
2048
2153
  exports.OutputFormat = OutputFormat;
2154
+ exports.PipelineOutput$ = PipelineOutput$;
2155
+ exports.PipelineOutputError$ = PipelineOutputError$;
2049
2156
  exports.RecordFormat = RecordFormat;
2050
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2157
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2158
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2051
2159
  exports.ResourceType = ResourceType;
2052
2160
  exports.RuleHealth = RuleHealth;
2053
2161
  exports.SSEAlgorithm = SSEAlgorithm;
2054
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2162
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2163
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2164
+ exports.SingleHeader$ = SingleHeader$;
2165
+ exports.Source$ = Source$;
2166
+ exports.SourceLogsConfiguration$ = SourceLogsConfiguration$;
2167
+ exports.StartTelemetryEnrichment$ = StartTelemetryEnrichment$;
2055
2168
  exports.StartTelemetryEnrichmentCommand = StartTelemetryEnrichmentCommand;
2169
+ exports.StartTelemetryEnrichmentOutput$ = StartTelemetryEnrichmentOutput$;
2170
+ exports.StartTelemetryEvaluation$ = StartTelemetryEvaluation$;
2056
2171
  exports.StartTelemetryEvaluationCommand = StartTelemetryEvaluationCommand;
2172
+ exports.StartTelemetryEvaluationForOrganization$ = StartTelemetryEvaluationForOrganization$;
2057
2173
  exports.StartTelemetryEvaluationForOrganizationCommand = StartTelemetryEvaluationForOrganizationCommand;
2058
2174
  exports.Status = Status;
2175
+ exports.StopTelemetryEnrichment$ = StopTelemetryEnrichment$;
2059
2176
  exports.StopTelemetryEnrichmentCommand = StopTelemetryEnrichmentCommand;
2177
+ exports.StopTelemetryEnrichmentOutput$ = StopTelemetryEnrichmentOutput$;
2178
+ exports.StopTelemetryEvaluation$ = StopTelemetryEvaluation$;
2060
2179
  exports.StopTelemetryEvaluationCommand = StopTelemetryEvaluationCommand;
2180
+ exports.StopTelemetryEvaluationForOrganization$ = StopTelemetryEvaluationForOrganization$;
2061
2181
  exports.StopTelemetryEvaluationForOrganizationCommand = StopTelemetryEvaluationForOrganizationCommand;
2182
+ exports.TagResource$ = TagResource$;
2062
2183
  exports.TagResourceCommand = TagResourceCommand;
2184
+ exports.TagResourceInput$ = TagResourceInput$;
2185
+ exports.TelemetryConfiguration$ = TelemetryConfiguration$;
2186
+ exports.TelemetryDestinationConfiguration$ = TelemetryDestinationConfiguration$;
2063
2187
  exports.TelemetryEnrichmentStatus = TelemetryEnrichmentStatus;
2188
+ exports.TelemetryPipeline$ = TelemetryPipeline$;
2189
+ exports.TelemetryPipelineConfiguration$ = TelemetryPipelineConfiguration$;
2064
2190
  exports.TelemetryPipelineStatus = TelemetryPipelineStatus;
2191
+ exports.TelemetryPipelineStatusReason$ = TelemetryPipelineStatusReason$;
2192
+ exports.TelemetryPipelineSummary$ = TelemetryPipelineSummary$;
2193
+ exports.TelemetryRule$ = TelemetryRule$;
2194
+ exports.TelemetryRuleSummary$ = TelemetryRuleSummary$;
2065
2195
  exports.TelemetrySourceType = TelemetrySourceType;
2066
2196
  exports.TelemetryState = TelemetryState;
2067
2197
  exports.TelemetryType = TelemetryType;
2198
+ exports.TestTelemetryPipeline$ = TestTelemetryPipeline$;
2068
2199
  exports.TestTelemetryPipelineCommand = TestTelemetryPipelineCommand;
2069
- exports.TooManyRequestsException = TooManyRequestsException$1;
2200
+ exports.TestTelemetryPipelineInput$ = TestTelemetryPipelineInput$;
2201
+ exports.TestTelemetryPipelineOutput$ = TestTelemetryPipelineOutput$;
2202
+ exports.TooManyRequestsException = TooManyRequestsException;
2203
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
2204
+ exports.UntagResource$ = UntagResource$;
2070
2205
  exports.UntagResourceCommand = UntagResourceCommand;
2206
+ exports.UntagResourceInput$ = UntagResourceInput$;
2207
+ exports.UpdateCentralizationRuleForOrganization$ = UpdateCentralizationRuleForOrganization$;
2071
2208
  exports.UpdateCentralizationRuleForOrganizationCommand = UpdateCentralizationRuleForOrganizationCommand;
2209
+ exports.UpdateCentralizationRuleForOrganizationInput$ = UpdateCentralizationRuleForOrganizationInput$;
2210
+ exports.UpdateCentralizationRuleForOrganizationOutput$ = UpdateCentralizationRuleForOrganizationOutput$;
2211
+ exports.UpdateTelemetryPipeline$ = UpdateTelemetryPipeline$;
2072
2212
  exports.UpdateTelemetryPipelineCommand = UpdateTelemetryPipelineCommand;
2213
+ exports.UpdateTelemetryPipelineInput$ = UpdateTelemetryPipelineInput$;
2214
+ exports.UpdateTelemetryPipelineOutput$ = UpdateTelemetryPipelineOutput$;
2215
+ exports.UpdateTelemetryRule$ = UpdateTelemetryRule$;
2073
2216
  exports.UpdateTelemetryRuleCommand = UpdateTelemetryRuleCommand;
2217
+ exports.UpdateTelemetryRuleForOrganization$ = UpdateTelemetryRuleForOrganization$;
2074
2218
  exports.UpdateTelemetryRuleForOrganizationCommand = UpdateTelemetryRuleForOrganizationCommand;
2219
+ exports.UpdateTelemetryRuleForOrganizationInput$ = UpdateTelemetryRuleForOrganizationInput$;
2220
+ exports.UpdateTelemetryRuleForOrganizationOutput$ = UpdateTelemetryRuleForOrganizationOutput$;
2221
+ exports.UpdateTelemetryRuleInput$ = UpdateTelemetryRuleInput$;
2222
+ exports.UpdateTelemetryRuleOutput$ = UpdateTelemetryRuleOutput$;
2223
+ exports.VPCFlowLogParameters$ = VPCFlowLogParameters$;
2224
+ exports.ValidateTelemetryPipelineConfiguration$ = ValidateTelemetryPipelineConfiguration$;
2075
2225
  exports.ValidateTelemetryPipelineConfigurationCommand = ValidateTelemetryPipelineConfigurationCommand;
2076
- exports.ValidationException = ValidationException$1;
2226
+ exports.ValidateTelemetryPipelineConfigurationInput$ = ValidateTelemetryPipelineConfigurationInput$;
2227
+ exports.ValidateTelemetryPipelineConfigurationOutput$ = ValidateTelemetryPipelineConfigurationOutput$;
2228
+ exports.ValidationError$ = ValidationError$;
2229
+ exports.ValidationException = ValidationException;
2230
+ exports.ValidationException$ = ValidationException$;
2077
2231
  exports.WAFLogType = WAFLogType;
2232
+ exports.WAFLoggingParameters$ = WAFLoggingParameters$;
2233
+ exports._Record$ = _Record$;
2078
2234
  exports.paginateListCentralizationRulesForOrganization = paginateListCentralizationRulesForOrganization;
2079
2235
  exports.paginateListResourceTelemetry = paginateListResourceTelemetry;
2080
2236
  exports.paginateListResourceTelemetryForOrganization = paginateListResourceTelemetryForOrganization;