@aws-sdk/client-observabilityadmin 3.1076.0 → 3.1078.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 (146) hide show
  1. package/dist-cjs/index.js +61 -407
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -14
  4. package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -14
  5. package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -14
  6. package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -14
  7. package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -14
  8. package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -14
  9. package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -14
  10. package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -14
  11. package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -14
  12. package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -14
  13. package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -14
  14. package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -14
  15. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -14
  16. package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -14
  17. package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -14
  18. package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -14
  19. package/dist-es/commands/GetTelemetryRuleCommand.js +2 -14
  20. package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -14
  21. package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -14
  22. package/dist-es/commands/ListResourceTelemetryCommand.js +2 -14
  23. package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -14
  24. package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -14
  27. package/dist-es/commands/ListTelemetryRulesCommand.js +2 -14
  28. package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -14
  29. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -14
  30. package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -14
  31. package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -14
  32. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -14
  33. package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -14
  34. package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -14
  37. package/dist-es/commands/UntagResourceCommand.js +2 -14
  38. package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -14
  39. package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -14
  40. package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -14
  41. package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -14
  42. package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -14
  43. package/dist-es/index.js +1 -0
  44. package/dist-es/models/enums.js +6 -0
  45. package/dist-es/runtimeConfig.browser.js +0 -2
  46. package/dist-es/runtimeConfig.js +1 -2
  47. package/dist-es/runtimeConfig.native.js +0 -2
  48. package/dist-es/runtimeConfig.shared.js +2 -0
  49. package/dist-es/schemas/schemas_0.js +3 -2
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +5 -10
  55. package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +5 -10
  56. package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +3 -8
  61. package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +3 -8
  64. package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +3 -8
  65. package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTelemetryRuleCommand.d.ts +5 -10
  68. package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +5 -10
  69. package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -8
  70. package/dist-types/commands/ListResourceTelemetryCommand.d.ts +5 -10
  71. package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +5 -10
  72. package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListTelemetryRulesCommand.d.ts +4 -9
  76. package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +4 -9
  77. package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +3 -8
  78. package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +3 -8
  79. package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  80. package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +3 -8
  81. package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +3 -8
  82. package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +4 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
  89. package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +5 -10
  90. package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +3 -8
  91. package/dist-types/index.d.ts +1 -0
  92. package/dist-types/models/enums.d.ts +20 -0
  93. package/dist-types/models/models_0.d.ts +6 -1
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  141. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultObservabilityAdminHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -490,6 +492,7 @@ const _SMC = "SourceMetricsConfiguration";
490
492
  const _SOUI = "SourceOrganizationUnitIds";
491
493
  const _SQEE = "ServiceQuotaExceededException";
492
494
  const _SR = "StatusReason";
495
+ const _ST = "SignalType";
493
496
  const _STE = "StartTelemetryEnrichment";
494
497
  const _STEFO = "StartTelemetryEvaluationForOrganization";
495
498
  const _STEFOI = "StartTelemetryEvaluationForOrganizationInput";
@@ -1082,8 +1085,8 @@ var TelemetryRuleSummary$ = [3, n0, _TRSe,
1082
1085
  ];
1083
1086
  var TestTelemetryPipelineInput$ = [3, n0, _TTPI,
1084
1087
  0,
1085
- [_Reco, _Co],
1086
- [() => Records, () => TelemetryPipelineConfiguration$], 2
1088
+ [_Reco, _Co, _ST],
1089
+ [() => Records, () => TelemetryPipelineConfiguration$, 0], 2
1087
1090
  ];
1088
1091
  var TestTelemetryPipelineOutput$ = [3, n0, _TTPO,
1089
1092
  0,
@@ -1355,6 +1358,7 @@ const getRuntimeConfig$1 = (config) => {
1355
1358
  serviceTarget: "ObservabilityAdmin",
1356
1359
  },
1357
1360
  serviceId: config?.serviceId ?? "ObservabilityAdmin",
1361
+ sha256: config?.sha256 ?? Sha256,
1358
1362
  urlParser: config?.urlParser ?? parseUrl,
1359
1363
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1360
1364
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1388,7 +1392,6 @@ const getRuntimeConfig = (config) => {
1388
1392
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1389
1393
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1390
1394
  }, config),
1391
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1392
1395
  streamCollector: config?.streamCollector ?? streamCollector,
1393
1396
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1394
1397
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1476,484 +1479,128 @@ class ObservabilityAdminClient extends Client {
1476
1479
  }
1477
1480
  }
1478
1481
 
1479
- class CreateCentralizationRuleForOrganizationCommand extends Command
1480
- .classBuilder()
1481
- .ep(commonParams)
1482
- .m(function (Command, cs, config, o) {
1483
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1484
- })
1485
- .s("ObservabilityAdmin", "CreateCentralizationRuleForOrganization", {})
1486
- .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
1487
- .sc(CreateCentralizationRuleForOrganization$)
1488
- .build() {
1482
+ const command = makeBuilder(commonParams, "ObservabilityAdmin", "ObservabilityAdminClient", getEndpointPlugin);
1483
+ const _ep0 = {};
1484
+ const _mw0 = (Command, cs, config, o) => [];
1485
+
1486
+ class CreateCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "CreateCentralizationRuleForOrganization", CreateCentralizationRuleForOrganization$) {
1489
1487
  }
1490
1488
 
1491
- class CreateS3TableIntegrationCommand extends Command
1492
- .classBuilder()
1493
- .ep(commonParams)
1494
- .m(function (Command, cs, config, o) {
1495
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1496
- })
1497
- .s("ObservabilityAdmin", "CreateS3TableIntegration", {})
1498
- .n("ObservabilityAdminClient", "CreateS3TableIntegrationCommand")
1499
- .sc(CreateS3TableIntegration$)
1500
- .build() {
1489
+ class CreateS3TableIntegrationCommand extends command(_ep0, _mw0, "CreateS3TableIntegration", CreateS3TableIntegration$) {
1501
1490
  }
1502
1491
 
1503
- class CreateTelemetryPipelineCommand extends Command
1504
- .classBuilder()
1505
- .ep(commonParams)
1506
- .m(function (Command, cs, config, o) {
1507
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1508
- })
1509
- .s("ObservabilityAdmin", "CreateTelemetryPipeline", {})
1510
- .n("ObservabilityAdminClient", "CreateTelemetryPipelineCommand")
1511
- .sc(CreateTelemetryPipeline$)
1512
- .build() {
1492
+ class CreateTelemetryPipelineCommand extends command(_ep0, _mw0, "CreateTelemetryPipeline", CreateTelemetryPipeline$) {
1513
1493
  }
1514
1494
 
1515
- class CreateTelemetryRuleCommand extends Command
1516
- .classBuilder()
1517
- .ep(commonParams)
1518
- .m(function (Command, cs, config, o) {
1519
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1520
- })
1521
- .s("ObservabilityAdmin", "CreateTelemetryRule", {})
1522
- .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
1523
- .sc(CreateTelemetryRule$)
1524
- .build() {
1495
+ class CreateTelemetryRuleCommand extends command(_ep0, _mw0, "CreateTelemetryRule", CreateTelemetryRule$) {
1525
1496
  }
1526
1497
 
1527
- class CreateTelemetryRuleForOrganizationCommand extends Command
1528
- .classBuilder()
1529
- .ep(commonParams)
1530
- .m(function (Command, cs, config, o) {
1531
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1532
- })
1533
- .s("ObservabilityAdmin", "CreateTelemetryRuleForOrganization", {})
1534
- .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
1535
- .sc(CreateTelemetryRuleForOrganization$)
1536
- .build() {
1498
+ class CreateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "CreateTelemetryRuleForOrganization", CreateTelemetryRuleForOrganization$) {
1537
1499
  }
1538
1500
 
1539
- class DeleteCentralizationRuleForOrganizationCommand extends Command
1540
- .classBuilder()
1541
- .ep(commonParams)
1542
- .m(function (Command, cs, config, o) {
1543
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1544
- })
1545
- .s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
1546
- .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
1547
- .sc(DeleteCentralizationRuleForOrganization$)
1548
- .build() {
1501
+ class DeleteCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteCentralizationRuleForOrganization", DeleteCentralizationRuleForOrganization$) {
1549
1502
  }
1550
1503
 
1551
- class DeleteS3TableIntegrationCommand extends Command
1552
- .classBuilder()
1553
- .ep(commonParams)
1554
- .m(function (Command, cs, config, o) {
1555
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1556
- })
1557
- .s("ObservabilityAdmin", "DeleteS3TableIntegration", {})
1558
- .n("ObservabilityAdminClient", "DeleteS3TableIntegrationCommand")
1559
- .sc(DeleteS3TableIntegration$)
1560
- .build() {
1504
+ class DeleteS3TableIntegrationCommand extends command(_ep0, _mw0, "DeleteS3TableIntegration", DeleteS3TableIntegration$) {
1561
1505
  }
1562
1506
 
1563
- class DeleteTelemetryPipelineCommand extends Command
1564
- .classBuilder()
1565
- .ep(commonParams)
1566
- .m(function (Command, cs, config, o) {
1567
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1568
- })
1569
- .s("ObservabilityAdmin", "DeleteTelemetryPipeline", {})
1570
- .n("ObservabilityAdminClient", "DeleteTelemetryPipelineCommand")
1571
- .sc(DeleteTelemetryPipeline$)
1572
- .build() {
1507
+ class DeleteTelemetryPipelineCommand extends command(_ep0, _mw0, "DeleteTelemetryPipeline", DeleteTelemetryPipeline$) {
1573
1508
  }
1574
1509
 
1575
- class DeleteTelemetryRuleCommand extends Command
1576
- .classBuilder()
1577
- .ep(commonParams)
1578
- .m(function (Command, cs, config, o) {
1579
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1580
- })
1581
- .s("ObservabilityAdmin", "DeleteTelemetryRule", {})
1582
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
1583
- .sc(DeleteTelemetryRule$)
1584
- .build() {
1510
+ class DeleteTelemetryRuleCommand extends command(_ep0, _mw0, "DeleteTelemetryRule", DeleteTelemetryRule$) {
1585
1511
  }
1586
1512
 
1587
- class DeleteTelemetryRuleForOrganizationCommand extends Command
1588
- .classBuilder()
1589
- .ep(commonParams)
1590
- .m(function (Command, cs, config, o) {
1591
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1592
- })
1593
- .s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
1594
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
1595
- .sc(DeleteTelemetryRuleForOrganization$)
1596
- .build() {
1513
+ class DeleteTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteTelemetryRuleForOrganization", DeleteTelemetryRuleForOrganization$) {
1597
1514
  }
1598
1515
 
1599
- class GetCentralizationRuleForOrganizationCommand extends Command
1600
- .classBuilder()
1601
- .ep(commonParams)
1602
- .m(function (Command, cs, config, o) {
1603
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1604
- })
1605
- .s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
1606
- .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
1607
- .sc(GetCentralizationRuleForOrganization$)
1608
- .build() {
1516
+ class GetCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "GetCentralizationRuleForOrganization", GetCentralizationRuleForOrganization$) {
1609
1517
  }
1610
1518
 
1611
- class GetS3TableIntegrationCommand extends Command
1612
- .classBuilder()
1613
- .ep(commonParams)
1614
- .m(function (Command, cs, config, o) {
1615
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1616
- })
1617
- .s("ObservabilityAdmin", "GetS3TableIntegration", {})
1618
- .n("ObservabilityAdminClient", "GetS3TableIntegrationCommand")
1619
- .sc(GetS3TableIntegration$)
1620
- .build() {
1519
+ class GetS3TableIntegrationCommand extends command(_ep0, _mw0, "GetS3TableIntegration", GetS3TableIntegration$) {
1621
1520
  }
1622
1521
 
1623
- class GetTelemetryEnrichmentStatusCommand extends Command
1624
- .classBuilder()
1625
- .ep(commonParams)
1626
- .m(function (Command, cs, config, o) {
1627
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1628
- })
1629
- .s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
1630
- .n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
1631
- .sc(GetTelemetryEnrichmentStatus$)
1632
- .build() {
1522
+ class GetTelemetryEnrichmentStatusCommand extends command(_ep0, _mw0, "GetTelemetryEnrichmentStatus", GetTelemetryEnrichmentStatus$) {
1633
1523
  }
1634
1524
 
1635
- class GetTelemetryEvaluationStatusCommand extends Command
1636
- .classBuilder()
1637
- .ep(commonParams)
1638
- .m(function (Command, cs, config, o) {
1639
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1640
- })
1641
- .s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
1642
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
1643
- .sc(GetTelemetryEvaluationStatus$)
1644
- .build() {
1525
+ class GetTelemetryEvaluationStatusCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatus", GetTelemetryEvaluationStatus$) {
1645
1526
  }
1646
1527
 
1647
- class GetTelemetryEvaluationStatusForOrganizationCommand extends Command
1648
- .classBuilder()
1649
- .ep(commonParams)
1650
- .m(function (Command, cs, config, o) {
1651
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1652
- })
1653
- .s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
1654
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
1655
- .sc(GetTelemetryEvaluationStatusForOrganization$)
1656
- .build() {
1528
+ class GetTelemetryEvaluationStatusForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatusForOrganization", GetTelemetryEvaluationStatusForOrganization$) {
1657
1529
  }
1658
1530
 
1659
- class GetTelemetryPipelineCommand extends Command
1660
- .classBuilder()
1661
- .ep(commonParams)
1662
- .m(function (Command, cs, config, o) {
1663
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1664
- })
1665
- .s("ObservabilityAdmin", "GetTelemetryPipeline", {})
1666
- .n("ObservabilityAdminClient", "GetTelemetryPipelineCommand")
1667
- .sc(GetTelemetryPipeline$)
1668
- .build() {
1531
+ class GetTelemetryPipelineCommand extends command(_ep0, _mw0, "GetTelemetryPipeline", GetTelemetryPipeline$) {
1669
1532
  }
1670
1533
 
1671
- class GetTelemetryRuleCommand extends Command
1672
- .classBuilder()
1673
- .ep(commonParams)
1674
- .m(function (Command, cs, config, o) {
1675
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1676
- })
1677
- .s("ObservabilityAdmin", "GetTelemetryRule", {})
1678
- .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
1679
- .sc(GetTelemetryRule$)
1680
- .build() {
1534
+ class GetTelemetryRuleCommand extends command(_ep0, _mw0, "GetTelemetryRule", GetTelemetryRule$) {
1681
1535
  }
1682
1536
 
1683
- class GetTelemetryRuleForOrganizationCommand extends Command
1684
- .classBuilder()
1685
- .ep(commonParams)
1686
- .m(function (Command, cs, config, o) {
1687
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1688
- })
1689
- .s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
1690
- .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
1691
- .sc(GetTelemetryRuleForOrganization$)
1692
- .build() {
1537
+ class GetTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryRuleForOrganization", GetTelemetryRuleForOrganization$) {
1693
1538
  }
1694
1539
 
1695
- class ListCentralizationRulesForOrganizationCommand extends Command
1696
- .classBuilder()
1697
- .ep(commonParams)
1698
- .m(function (Command, cs, config, o) {
1699
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1700
- })
1701
- .s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
1702
- .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
1703
- .sc(ListCentralizationRulesForOrganization$)
1704
- .build() {
1540
+ class ListCentralizationRulesForOrganizationCommand extends command(_ep0, _mw0, "ListCentralizationRulesForOrganization", ListCentralizationRulesForOrganization$) {
1705
1541
  }
1706
1542
 
1707
- class ListResourceTelemetryCommand extends Command
1708
- .classBuilder()
1709
- .ep(commonParams)
1710
- .m(function (Command, cs, config, o) {
1711
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1712
- })
1713
- .s("ObservabilityAdmin", "ListResourceTelemetry", {})
1714
- .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
1715
- .sc(ListResourceTelemetry$)
1716
- .build() {
1543
+ class ListResourceTelemetryCommand extends command(_ep0, _mw0, "ListResourceTelemetry", ListResourceTelemetry$) {
1717
1544
  }
1718
1545
 
1719
- class ListResourceTelemetryForOrganizationCommand extends Command
1720
- .classBuilder()
1721
- .ep(commonParams)
1722
- .m(function (Command, cs, config, o) {
1723
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1724
- })
1725
- .s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
1726
- .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
1727
- .sc(ListResourceTelemetryForOrganization$)
1728
- .build() {
1546
+ class ListResourceTelemetryForOrganizationCommand extends command(_ep0, _mw0, "ListResourceTelemetryForOrganization", ListResourceTelemetryForOrganization$) {
1729
1547
  }
1730
1548
 
1731
- class ListS3TableIntegrationsCommand extends Command
1732
- .classBuilder()
1733
- .ep(commonParams)
1734
- .m(function (Command, cs, config, o) {
1735
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1736
- })
1737
- .s("ObservabilityAdmin", "ListS3TableIntegrations", {})
1738
- .n("ObservabilityAdminClient", "ListS3TableIntegrationsCommand")
1739
- .sc(ListS3TableIntegrations$)
1740
- .build() {
1549
+ class ListS3TableIntegrationsCommand extends command(_ep0, _mw0, "ListS3TableIntegrations", ListS3TableIntegrations$) {
1741
1550
  }
1742
1551
 
1743
- class ListTagsForResourceCommand extends Command
1744
- .classBuilder()
1745
- .ep(commonParams)
1746
- .m(function (Command, cs, config, o) {
1747
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1748
- })
1749
- .s("ObservabilityAdmin", "ListTagsForResource", {})
1750
- .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
1751
- .sc(ListTagsForResource$)
1752
- .build() {
1552
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1753
1553
  }
1754
1554
 
1755
- class ListTelemetryPipelinesCommand extends Command
1756
- .classBuilder()
1757
- .ep(commonParams)
1758
- .m(function (Command, cs, config, o) {
1759
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1760
- })
1761
- .s("ObservabilityAdmin", "ListTelemetryPipelines", {})
1762
- .n("ObservabilityAdminClient", "ListTelemetryPipelinesCommand")
1763
- .sc(ListTelemetryPipelines$)
1764
- .build() {
1555
+ class ListTelemetryPipelinesCommand extends command(_ep0, _mw0, "ListTelemetryPipelines", ListTelemetryPipelines$) {
1765
1556
  }
1766
1557
 
1767
- class ListTelemetryRulesCommand extends Command
1768
- .classBuilder()
1769
- .ep(commonParams)
1770
- .m(function (Command, cs, config, o) {
1771
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1772
- })
1773
- .s("ObservabilityAdmin", "ListTelemetryRules", {})
1774
- .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
1775
- .sc(ListTelemetryRules$)
1776
- .build() {
1558
+ class ListTelemetryRulesCommand extends command(_ep0, _mw0, "ListTelemetryRules", ListTelemetryRules$) {
1777
1559
  }
1778
1560
 
1779
- class ListTelemetryRulesForOrganizationCommand extends Command
1780
- .classBuilder()
1781
- .ep(commonParams)
1782
- .m(function (Command, cs, config, o) {
1783
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1784
- })
1785
- .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
1786
- .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
1787
- .sc(ListTelemetryRulesForOrganization$)
1788
- .build() {
1561
+ class ListTelemetryRulesForOrganizationCommand extends command(_ep0, _mw0, "ListTelemetryRulesForOrganization", ListTelemetryRulesForOrganization$) {
1789
1562
  }
1790
1563
 
1791
- class StartTelemetryEnrichmentCommand extends Command
1792
- .classBuilder()
1793
- .ep(commonParams)
1794
- .m(function (Command, cs, config, o) {
1795
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1796
- })
1797
- .s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
1798
- .n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
1799
- .sc(StartTelemetryEnrichment$)
1800
- .build() {
1564
+ class StartTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StartTelemetryEnrichment", StartTelemetryEnrichment$) {
1801
1565
  }
1802
1566
 
1803
- class StartTelemetryEvaluationCommand extends Command
1804
- .classBuilder()
1805
- .ep(commonParams)
1806
- .m(function (Command, cs, config, o) {
1807
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1808
- })
1809
- .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
1810
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
1811
- .sc(StartTelemetryEvaluation$)
1812
- .build() {
1567
+ class StartTelemetryEvaluationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluation", StartTelemetryEvaluation$) {
1813
1568
  }
1814
1569
 
1815
- class StartTelemetryEvaluationForOrganizationCommand extends Command
1816
- .classBuilder()
1817
- .ep(commonParams)
1818
- .m(function (Command, cs, config, o) {
1819
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1820
- })
1821
- .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
1822
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
1823
- .sc(StartTelemetryEvaluationForOrganization$)
1824
- .build() {
1570
+ class StartTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluationForOrganization", StartTelemetryEvaluationForOrganization$) {
1825
1571
  }
1826
1572
 
1827
- class StopTelemetryEnrichmentCommand extends Command
1828
- .classBuilder()
1829
- .ep(commonParams)
1830
- .m(function (Command, cs, config, o) {
1831
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1832
- })
1833
- .s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
1834
- .n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
1835
- .sc(StopTelemetryEnrichment$)
1836
- .build() {
1573
+ class StopTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StopTelemetryEnrichment", StopTelemetryEnrichment$) {
1837
1574
  }
1838
1575
 
1839
- class StopTelemetryEvaluationCommand extends Command
1840
- .classBuilder()
1841
- .ep(commonParams)
1842
- .m(function (Command, cs, config, o) {
1843
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1844
- })
1845
- .s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
1846
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
1847
- .sc(StopTelemetryEvaluation$)
1848
- .build() {
1576
+ class StopTelemetryEvaluationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluation", StopTelemetryEvaluation$) {
1849
1577
  }
1850
1578
 
1851
- class StopTelemetryEvaluationForOrganizationCommand extends Command
1852
- .classBuilder()
1853
- .ep(commonParams)
1854
- .m(function (Command, cs, config, o) {
1855
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1856
- })
1857
- .s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
1858
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
1859
- .sc(StopTelemetryEvaluationForOrganization$)
1860
- .build() {
1579
+ class StopTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluationForOrganization", StopTelemetryEvaluationForOrganization$) {
1861
1580
  }
1862
1581
 
1863
- class TagResourceCommand extends Command
1864
- .classBuilder()
1865
- .ep(commonParams)
1866
- .m(function (Command, cs, config, o) {
1867
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1868
- })
1869
- .s("ObservabilityAdmin", "TagResource", {})
1870
- .n("ObservabilityAdminClient", "TagResourceCommand")
1871
- .sc(TagResource$)
1872
- .build() {
1582
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1873
1583
  }
1874
1584
 
1875
- class TestTelemetryPipelineCommand extends Command
1876
- .classBuilder()
1877
- .ep(commonParams)
1878
- .m(function (Command, cs, config, o) {
1879
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1880
- })
1881
- .s("ObservabilityAdmin", "TestTelemetryPipeline", {})
1882
- .n("ObservabilityAdminClient", "TestTelemetryPipelineCommand")
1883
- .sc(TestTelemetryPipeline$)
1884
- .build() {
1585
+ class TestTelemetryPipelineCommand extends command(_ep0, _mw0, "TestTelemetryPipeline", TestTelemetryPipeline$) {
1885
1586
  }
1886
1587
 
1887
- class UntagResourceCommand extends Command
1888
- .classBuilder()
1889
- .ep(commonParams)
1890
- .m(function (Command, cs, config, o) {
1891
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1892
- })
1893
- .s("ObservabilityAdmin", "UntagResource", {})
1894
- .n("ObservabilityAdminClient", "UntagResourceCommand")
1895
- .sc(UntagResource$)
1896
- .build() {
1588
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1897
1589
  }
1898
1590
 
1899
- class UpdateCentralizationRuleForOrganizationCommand extends Command
1900
- .classBuilder()
1901
- .ep(commonParams)
1902
- .m(function (Command, cs, config, o) {
1903
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1904
- })
1905
- .s("ObservabilityAdmin", "UpdateCentralizationRuleForOrganization", {})
1906
- .n("ObservabilityAdminClient", "UpdateCentralizationRuleForOrganizationCommand")
1907
- .sc(UpdateCentralizationRuleForOrganization$)
1908
- .build() {
1591
+ class UpdateCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateCentralizationRuleForOrganization", UpdateCentralizationRuleForOrganization$) {
1909
1592
  }
1910
1593
 
1911
- class UpdateTelemetryPipelineCommand extends Command
1912
- .classBuilder()
1913
- .ep(commonParams)
1914
- .m(function (Command, cs, config, o) {
1915
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1916
- })
1917
- .s("ObservabilityAdmin", "UpdateTelemetryPipeline", {})
1918
- .n("ObservabilityAdminClient", "UpdateTelemetryPipelineCommand")
1919
- .sc(UpdateTelemetryPipeline$)
1920
- .build() {
1594
+ class UpdateTelemetryPipelineCommand extends command(_ep0, _mw0, "UpdateTelemetryPipeline", UpdateTelemetryPipeline$) {
1921
1595
  }
1922
1596
 
1923
- class UpdateTelemetryRuleCommand extends Command
1924
- .classBuilder()
1925
- .ep(commonParams)
1926
- .m(function (Command, cs, config, o) {
1927
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1928
- })
1929
- .s("ObservabilityAdmin", "UpdateTelemetryRule", {})
1930
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleCommand")
1931
- .sc(UpdateTelemetryRule$)
1932
- .build() {
1597
+ class UpdateTelemetryRuleCommand extends command(_ep0, _mw0, "UpdateTelemetryRule", UpdateTelemetryRule$) {
1933
1598
  }
1934
1599
 
1935
- class UpdateTelemetryRuleForOrganizationCommand extends Command
1936
- .classBuilder()
1937
- .ep(commonParams)
1938
- .m(function (Command, cs, config, o) {
1939
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1940
- })
1941
- .s("ObservabilityAdmin", "UpdateTelemetryRuleForOrganization", {})
1942
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleForOrganizationCommand")
1943
- .sc(UpdateTelemetryRuleForOrganization$)
1944
- .build() {
1600
+ class UpdateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateTelemetryRuleForOrganization", UpdateTelemetryRuleForOrganization$) {
1945
1601
  }
1946
1602
 
1947
- class ValidateTelemetryPipelineConfigurationCommand extends Command
1948
- .classBuilder()
1949
- .ep(commonParams)
1950
- .m(function (Command, cs, config, o) {
1951
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1952
- })
1953
- .s("ObservabilityAdmin", "ValidateTelemetryPipelineConfiguration", {})
1954
- .n("ObservabilityAdminClient", "ValidateTelemetryPipelineConfigurationCommand")
1955
- .sc(ValidateTelemetryPipelineConfiguration$)
1956
- .build() {
1603
+ class ValidateTelemetryPipelineConfigurationCommand extends command(_ep0, _mw0, "ValidateTelemetryPipelineConfiguration", ValidateTelemetryPipelineConfiguration$) {
1957
1604
  }
1958
1605
 
1959
1606
  const paginateListCentralizationRulesForOrganization = createPaginator(ObservabilityAdminClient, ListCentralizationRulesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
@@ -2070,6 +1717,7 @@ const LogType = {
2070
1717
  ACCESS: "ACCESS_LOGS",
2071
1718
  APPLICATION: "APPLICATION_LOGS",
2072
1719
  CONNECTION: "CONNECTION_LOGS",
1720
+ S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS",
2073
1721
  SECURITY_FINDING: "SECURITY_FINDING_LOGS",
2074
1722
  USAGE: "USAGE_LOGS",
2075
1723
  };
@@ -2107,6 +1755,7 @@ const ResourceType = {
2107
1755
  AWS_MSK_CLUSTER: "AWS::MSK::Cluster",
2108
1756
  AWS_OTEL_ENRICHMENT: "AWS::CloudWatch::OTelEnrichment",
2109
1757
  AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint",
1758
+ AWS_S3_BUCKET: "AWS::S3::Bucket",
2110
1759
  AWS_SECURITY_HUB: "AWS::SecurityHub::Hub",
2111
1760
  AWS_SECURITY_HUB_HUBV2: "AWS::SecurityHub::HubV2",
2112
1761
  AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL",
@@ -2160,6 +1809,10 @@ const RecordFormat = {
2160
1809
  JSON: "JSON",
2161
1810
  STRING: "STRING",
2162
1811
  };
1812
+ const SignalType = {
1813
+ LOG: "LOG",
1814
+ METRIC: "METRIC",
1815
+ };
2163
1816
 
2164
1817
  exports.AccessDeniedException = AccessDeniedException;
2165
1818
  exports.AccessDeniedException$ = AccessDeniedException$;
@@ -2319,6 +1972,7 @@ exports.RuleHealth = RuleHealth;
2319
1972
  exports.SSEAlgorithm = SSEAlgorithm;
2320
1973
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2321
1974
  exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1975
+ exports.SignalType = SignalType;
2322
1976
  exports.SingleHeader$ = SingleHeader$;
2323
1977
  exports.Source$ = Source$;
2324
1978
  exports.SourceLogsConfiguration$ = SourceLogsConfiguration$;
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "ObservabilityAdmin", "ObservabilityAdminClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCentralizationRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "CreateCentralizationRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
14
- .sc(CreateCentralizationRuleForOrganization$)
15
- .build() {
3
+ export class CreateCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "CreateCentralizationRuleForOrganization", CreateCentralizationRuleForOrganization$) {
16
4
  }