@aws-sdk/client-observabilityadmin 3.1077.0 → 3.1079.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 (128) hide show
  1. package/dist-cjs/index.js +48 -403
  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-types/commandBuilder.d.ts +18 -0
  45. package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +3 -8
  55. package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +3 -8
  56. package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +3 -8
  57. package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +3 -8
  58. package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +3 -8
  59. package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +3 -8
  60. package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +3 -8
  61. package/dist-types/commands/GetTelemetryRuleCommand.d.ts +3 -8
  62. package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +3 -8
  63. package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -8
  64. package/dist-types/commands/ListResourceTelemetryCommand.d.ts +3 -8
  65. package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -8
  66. package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListTelemetryRulesCommand.d.ts +3 -8
  70. package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -8
  71. package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +3 -8
  72. package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +3 -8
  73. package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  74. package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +3 -8
  75. package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +3 -8
  76. package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  77. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +3 -8
  79. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +3 -8
  84. package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  87. package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/index.d.ts +1 -0
  128. package/package.json +8 -8
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");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1478,484 +1479,128 @@ class ObservabilityAdminClient extends Client {
1478
1479
  }
1479
1480
  }
1480
1481
 
1481
- class CreateCentralizationRuleForOrganizationCommand extends Command
1482
- .classBuilder()
1483
- .ep(commonParams)
1484
- .m(function (Command, cs, config, o) {
1485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1486
- })
1487
- .s("ObservabilityAdmin", "CreateCentralizationRuleForOrganization", {})
1488
- .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
1489
- .sc(CreateCentralizationRuleForOrganization$)
1490
- .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$) {
1491
1487
  }
1492
1488
 
1493
- class CreateS3TableIntegrationCommand extends Command
1494
- .classBuilder()
1495
- .ep(commonParams)
1496
- .m(function (Command, cs, config, o) {
1497
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1498
- })
1499
- .s("ObservabilityAdmin", "CreateS3TableIntegration", {})
1500
- .n("ObservabilityAdminClient", "CreateS3TableIntegrationCommand")
1501
- .sc(CreateS3TableIntegration$)
1502
- .build() {
1489
+ class CreateS3TableIntegrationCommand extends command(_ep0, _mw0, "CreateS3TableIntegration", CreateS3TableIntegration$) {
1503
1490
  }
1504
1491
 
1505
- class CreateTelemetryPipelineCommand extends Command
1506
- .classBuilder()
1507
- .ep(commonParams)
1508
- .m(function (Command, cs, config, o) {
1509
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1510
- })
1511
- .s("ObservabilityAdmin", "CreateTelemetryPipeline", {})
1512
- .n("ObservabilityAdminClient", "CreateTelemetryPipelineCommand")
1513
- .sc(CreateTelemetryPipeline$)
1514
- .build() {
1492
+ class CreateTelemetryPipelineCommand extends command(_ep0, _mw0, "CreateTelemetryPipeline", CreateTelemetryPipeline$) {
1515
1493
  }
1516
1494
 
1517
- class CreateTelemetryRuleCommand extends Command
1518
- .classBuilder()
1519
- .ep(commonParams)
1520
- .m(function (Command, cs, config, o) {
1521
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1522
- })
1523
- .s("ObservabilityAdmin", "CreateTelemetryRule", {})
1524
- .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
1525
- .sc(CreateTelemetryRule$)
1526
- .build() {
1495
+ class CreateTelemetryRuleCommand extends command(_ep0, _mw0, "CreateTelemetryRule", CreateTelemetryRule$) {
1527
1496
  }
1528
1497
 
1529
- class CreateTelemetryRuleForOrganizationCommand extends Command
1530
- .classBuilder()
1531
- .ep(commonParams)
1532
- .m(function (Command, cs, config, o) {
1533
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1534
- })
1535
- .s("ObservabilityAdmin", "CreateTelemetryRuleForOrganization", {})
1536
- .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
1537
- .sc(CreateTelemetryRuleForOrganization$)
1538
- .build() {
1498
+ class CreateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "CreateTelemetryRuleForOrganization", CreateTelemetryRuleForOrganization$) {
1539
1499
  }
1540
1500
 
1541
- class DeleteCentralizationRuleForOrganizationCommand extends Command
1542
- .classBuilder()
1543
- .ep(commonParams)
1544
- .m(function (Command, cs, config, o) {
1545
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1546
- })
1547
- .s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
1548
- .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
1549
- .sc(DeleteCentralizationRuleForOrganization$)
1550
- .build() {
1501
+ class DeleteCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteCentralizationRuleForOrganization", DeleteCentralizationRuleForOrganization$) {
1551
1502
  }
1552
1503
 
1553
- class DeleteS3TableIntegrationCommand extends Command
1554
- .classBuilder()
1555
- .ep(commonParams)
1556
- .m(function (Command, cs, config, o) {
1557
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1558
- })
1559
- .s("ObservabilityAdmin", "DeleteS3TableIntegration", {})
1560
- .n("ObservabilityAdminClient", "DeleteS3TableIntegrationCommand")
1561
- .sc(DeleteS3TableIntegration$)
1562
- .build() {
1504
+ class DeleteS3TableIntegrationCommand extends command(_ep0, _mw0, "DeleteS3TableIntegration", DeleteS3TableIntegration$) {
1563
1505
  }
1564
1506
 
1565
- class DeleteTelemetryPipelineCommand extends Command
1566
- .classBuilder()
1567
- .ep(commonParams)
1568
- .m(function (Command, cs, config, o) {
1569
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1570
- })
1571
- .s("ObservabilityAdmin", "DeleteTelemetryPipeline", {})
1572
- .n("ObservabilityAdminClient", "DeleteTelemetryPipelineCommand")
1573
- .sc(DeleteTelemetryPipeline$)
1574
- .build() {
1507
+ class DeleteTelemetryPipelineCommand extends command(_ep0, _mw0, "DeleteTelemetryPipeline", DeleteTelemetryPipeline$) {
1575
1508
  }
1576
1509
 
1577
- class DeleteTelemetryRuleCommand extends Command
1578
- .classBuilder()
1579
- .ep(commonParams)
1580
- .m(function (Command, cs, config, o) {
1581
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1582
- })
1583
- .s("ObservabilityAdmin", "DeleteTelemetryRule", {})
1584
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
1585
- .sc(DeleteTelemetryRule$)
1586
- .build() {
1510
+ class DeleteTelemetryRuleCommand extends command(_ep0, _mw0, "DeleteTelemetryRule", DeleteTelemetryRule$) {
1587
1511
  }
1588
1512
 
1589
- class DeleteTelemetryRuleForOrganizationCommand extends Command
1590
- .classBuilder()
1591
- .ep(commonParams)
1592
- .m(function (Command, cs, config, o) {
1593
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1594
- })
1595
- .s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
1596
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
1597
- .sc(DeleteTelemetryRuleForOrganization$)
1598
- .build() {
1513
+ class DeleteTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteTelemetryRuleForOrganization", DeleteTelemetryRuleForOrganization$) {
1599
1514
  }
1600
1515
 
1601
- class GetCentralizationRuleForOrganizationCommand extends Command
1602
- .classBuilder()
1603
- .ep(commonParams)
1604
- .m(function (Command, cs, config, o) {
1605
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1606
- })
1607
- .s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
1608
- .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
1609
- .sc(GetCentralizationRuleForOrganization$)
1610
- .build() {
1516
+ class GetCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "GetCentralizationRuleForOrganization", GetCentralizationRuleForOrganization$) {
1611
1517
  }
1612
1518
 
1613
- class GetS3TableIntegrationCommand extends Command
1614
- .classBuilder()
1615
- .ep(commonParams)
1616
- .m(function (Command, cs, config, o) {
1617
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1618
- })
1619
- .s("ObservabilityAdmin", "GetS3TableIntegration", {})
1620
- .n("ObservabilityAdminClient", "GetS3TableIntegrationCommand")
1621
- .sc(GetS3TableIntegration$)
1622
- .build() {
1519
+ class GetS3TableIntegrationCommand extends command(_ep0, _mw0, "GetS3TableIntegration", GetS3TableIntegration$) {
1623
1520
  }
1624
1521
 
1625
- class GetTelemetryEnrichmentStatusCommand extends Command
1626
- .classBuilder()
1627
- .ep(commonParams)
1628
- .m(function (Command, cs, config, o) {
1629
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1630
- })
1631
- .s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
1632
- .n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
1633
- .sc(GetTelemetryEnrichmentStatus$)
1634
- .build() {
1522
+ class GetTelemetryEnrichmentStatusCommand extends command(_ep0, _mw0, "GetTelemetryEnrichmentStatus", GetTelemetryEnrichmentStatus$) {
1635
1523
  }
1636
1524
 
1637
- class GetTelemetryEvaluationStatusCommand extends Command
1638
- .classBuilder()
1639
- .ep(commonParams)
1640
- .m(function (Command, cs, config, o) {
1641
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1642
- })
1643
- .s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
1644
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
1645
- .sc(GetTelemetryEvaluationStatus$)
1646
- .build() {
1525
+ class GetTelemetryEvaluationStatusCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatus", GetTelemetryEvaluationStatus$) {
1647
1526
  }
1648
1527
 
1649
- class GetTelemetryEvaluationStatusForOrganizationCommand extends Command
1650
- .classBuilder()
1651
- .ep(commonParams)
1652
- .m(function (Command, cs, config, o) {
1653
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1654
- })
1655
- .s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
1656
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
1657
- .sc(GetTelemetryEvaluationStatusForOrganization$)
1658
- .build() {
1528
+ class GetTelemetryEvaluationStatusForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatusForOrganization", GetTelemetryEvaluationStatusForOrganization$) {
1659
1529
  }
1660
1530
 
1661
- class GetTelemetryPipelineCommand extends Command
1662
- .classBuilder()
1663
- .ep(commonParams)
1664
- .m(function (Command, cs, config, o) {
1665
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1666
- })
1667
- .s("ObservabilityAdmin", "GetTelemetryPipeline", {})
1668
- .n("ObservabilityAdminClient", "GetTelemetryPipelineCommand")
1669
- .sc(GetTelemetryPipeline$)
1670
- .build() {
1531
+ class GetTelemetryPipelineCommand extends command(_ep0, _mw0, "GetTelemetryPipeline", GetTelemetryPipeline$) {
1671
1532
  }
1672
1533
 
1673
- class GetTelemetryRuleCommand extends Command
1674
- .classBuilder()
1675
- .ep(commonParams)
1676
- .m(function (Command, cs, config, o) {
1677
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1678
- })
1679
- .s("ObservabilityAdmin", "GetTelemetryRule", {})
1680
- .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
1681
- .sc(GetTelemetryRule$)
1682
- .build() {
1534
+ class GetTelemetryRuleCommand extends command(_ep0, _mw0, "GetTelemetryRule", GetTelemetryRule$) {
1683
1535
  }
1684
1536
 
1685
- class GetTelemetryRuleForOrganizationCommand extends Command
1686
- .classBuilder()
1687
- .ep(commonParams)
1688
- .m(function (Command, cs, config, o) {
1689
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1690
- })
1691
- .s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
1692
- .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
1693
- .sc(GetTelemetryRuleForOrganization$)
1694
- .build() {
1537
+ class GetTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryRuleForOrganization", GetTelemetryRuleForOrganization$) {
1695
1538
  }
1696
1539
 
1697
- class ListCentralizationRulesForOrganizationCommand extends Command
1698
- .classBuilder()
1699
- .ep(commonParams)
1700
- .m(function (Command, cs, config, o) {
1701
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1702
- })
1703
- .s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
1704
- .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
1705
- .sc(ListCentralizationRulesForOrganization$)
1706
- .build() {
1540
+ class ListCentralizationRulesForOrganizationCommand extends command(_ep0, _mw0, "ListCentralizationRulesForOrganization", ListCentralizationRulesForOrganization$) {
1707
1541
  }
1708
1542
 
1709
- class ListResourceTelemetryCommand extends Command
1710
- .classBuilder()
1711
- .ep(commonParams)
1712
- .m(function (Command, cs, config, o) {
1713
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1714
- })
1715
- .s("ObservabilityAdmin", "ListResourceTelemetry", {})
1716
- .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
1717
- .sc(ListResourceTelemetry$)
1718
- .build() {
1543
+ class ListResourceTelemetryCommand extends command(_ep0, _mw0, "ListResourceTelemetry", ListResourceTelemetry$) {
1719
1544
  }
1720
1545
 
1721
- class ListResourceTelemetryForOrganizationCommand extends Command
1722
- .classBuilder()
1723
- .ep(commonParams)
1724
- .m(function (Command, cs, config, o) {
1725
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1726
- })
1727
- .s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
1728
- .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
1729
- .sc(ListResourceTelemetryForOrganization$)
1730
- .build() {
1546
+ class ListResourceTelemetryForOrganizationCommand extends command(_ep0, _mw0, "ListResourceTelemetryForOrganization", ListResourceTelemetryForOrganization$) {
1731
1547
  }
1732
1548
 
1733
- class ListS3TableIntegrationsCommand extends Command
1734
- .classBuilder()
1735
- .ep(commonParams)
1736
- .m(function (Command, cs, config, o) {
1737
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1738
- })
1739
- .s("ObservabilityAdmin", "ListS3TableIntegrations", {})
1740
- .n("ObservabilityAdminClient", "ListS3TableIntegrationsCommand")
1741
- .sc(ListS3TableIntegrations$)
1742
- .build() {
1549
+ class ListS3TableIntegrationsCommand extends command(_ep0, _mw0, "ListS3TableIntegrations", ListS3TableIntegrations$) {
1743
1550
  }
1744
1551
 
1745
- class ListTagsForResourceCommand extends Command
1746
- .classBuilder()
1747
- .ep(commonParams)
1748
- .m(function (Command, cs, config, o) {
1749
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1750
- })
1751
- .s("ObservabilityAdmin", "ListTagsForResource", {})
1752
- .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
1753
- .sc(ListTagsForResource$)
1754
- .build() {
1552
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1755
1553
  }
1756
1554
 
1757
- class ListTelemetryPipelinesCommand extends Command
1758
- .classBuilder()
1759
- .ep(commonParams)
1760
- .m(function (Command, cs, config, o) {
1761
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1762
- })
1763
- .s("ObservabilityAdmin", "ListTelemetryPipelines", {})
1764
- .n("ObservabilityAdminClient", "ListTelemetryPipelinesCommand")
1765
- .sc(ListTelemetryPipelines$)
1766
- .build() {
1555
+ class ListTelemetryPipelinesCommand extends command(_ep0, _mw0, "ListTelemetryPipelines", ListTelemetryPipelines$) {
1767
1556
  }
1768
1557
 
1769
- class ListTelemetryRulesCommand extends Command
1770
- .classBuilder()
1771
- .ep(commonParams)
1772
- .m(function (Command, cs, config, o) {
1773
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1774
- })
1775
- .s("ObservabilityAdmin", "ListTelemetryRules", {})
1776
- .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
1777
- .sc(ListTelemetryRules$)
1778
- .build() {
1558
+ class ListTelemetryRulesCommand extends command(_ep0, _mw0, "ListTelemetryRules", ListTelemetryRules$) {
1779
1559
  }
1780
1560
 
1781
- class ListTelemetryRulesForOrganizationCommand extends Command
1782
- .classBuilder()
1783
- .ep(commonParams)
1784
- .m(function (Command, cs, config, o) {
1785
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1786
- })
1787
- .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
1788
- .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
1789
- .sc(ListTelemetryRulesForOrganization$)
1790
- .build() {
1561
+ class ListTelemetryRulesForOrganizationCommand extends command(_ep0, _mw0, "ListTelemetryRulesForOrganization", ListTelemetryRulesForOrganization$) {
1791
1562
  }
1792
1563
 
1793
- class StartTelemetryEnrichmentCommand extends Command
1794
- .classBuilder()
1795
- .ep(commonParams)
1796
- .m(function (Command, cs, config, o) {
1797
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1798
- })
1799
- .s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
1800
- .n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
1801
- .sc(StartTelemetryEnrichment$)
1802
- .build() {
1564
+ class StartTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StartTelemetryEnrichment", StartTelemetryEnrichment$) {
1803
1565
  }
1804
1566
 
1805
- class StartTelemetryEvaluationCommand extends Command
1806
- .classBuilder()
1807
- .ep(commonParams)
1808
- .m(function (Command, cs, config, o) {
1809
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1810
- })
1811
- .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
1812
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
1813
- .sc(StartTelemetryEvaluation$)
1814
- .build() {
1567
+ class StartTelemetryEvaluationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluation", StartTelemetryEvaluation$) {
1815
1568
  }
1816
1569
 
1817
- class StartTelemetryEvaluationForOrganizationCommand extends Command
1818
- .classBuilder()
1819
- .ep(commonParams)
1820
- .m(function (Command, cs, config, o) {
1821
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1822
- })
1823
- .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
1824
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
1825
- .sc(StartTelemetryEvaluationForOrganization$)
1826
- .build() {
1570
+ class StartTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluationForOrganization", StartTelemetryEvaluationForOrganization$) {
1827
1571
  }
1828
1572
 
1829
- class StopTelemetryEnrichmentCommand extends Command
1830
- .classBuilder()
1831
- .ep(commonParams)
1832
- .m(function (Command, cs, config, o) {
1833
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1834
- })
1835
- .s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
1836
- .n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
1837
- .sc(StopTelemetryEnrichment$)
1838
- .build() {
1573
+ class StopTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StopTelemetryEnrichment", StopTelemetryEnrichment$) {
1839
1574
  }
1840
1575
 
1841
- class StopTelemetryEvaluationCommand extends Command
1842
- .classBuilder()
1843
- .ep(commonParams)
1844
- .m(function (Command, cs, config, o) {
1845
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1846
- })
1847
- .s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
1848
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
1849
- .sc(StopTelemetryEvaluation$)
1850
- .build() {
1576
+ class StopTelemetryEvaluationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluation", StopTelemetryEvaluation$) {
1851
1577
  }
1852
1578
 
1853
- class StopTelemetryEvaluationForOrganizationCommand extends Command
1854
- .classBuilder()
1855
- .ep(commonParams)
1856
- .m(function (Command, cs, config, o) {
1857
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1858
- })
1859
- .s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
1860
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
1861
- .sc(StopTelemetryEvaluationForOrganization$)
1862
- .build() {
1579
+ class StopTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluationForOrganization", StopTelemetryEvaluationForOrganization$) {
1863
1580
  }
1864
1581
 
1865
- class TagResourceCommand extends Command
1866
- .classBuilder()
1867
- .ep(commonParams)
1868
- .m(function (Command, cs, config, o) {
1869
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1870
- })
1871
- .s("ObservabilityAdmin", "TagResource", {})
1872
- .n("ObservabilityAdminClient", "TagResourceCommand")
1873
- .sc(TagResource$)
1874
- .build() {
1582
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1875
1583
  }
1876
1584
 
1877
- class TestTelemetryPipelineCommand extends Command
1878
- .classBuilder()
1879
- .ep(commonParams)
1880
- .m(function (Command, cs, config, o) {
1881
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1882
- })
1883
- .s("ObservabilityAdmin", "TestTelemetryPipeline", {})
1884
- .n("ObservabilityAdminClient", "TestTelemetryPipelineCommand")
1885
- .sc(TestTelemetryPipeline$)
1886
- .build() {
1585
+ class TestTelemetryPipelineCommand extends command(_ep0, _mw0, "TestTelemetryPipeline", TestTelemetryPipeline$) {
1887
1586
  }
1888
1587
 
1889
- class UntagResourceCommand extends Command
1890
- .classBuilder()
1891
- .ep(commonParams)
1892
- .m(function (Command, cs, config, o) {
1893
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1894
- })
1895
- .s("ObservabilityAdmin", "UntagResource", {})
1896
- .n("ObservabilityAdminClient", "UntagResourceCommand")
1897
- .sc(UntagResource$)
1898
- .build() {
1588
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1899
1589
  }
1900
1590
 
1901
- class UpdateCentralizationRuleForOrganizationCommand extends Command
1902
- .classBuilder()
1903
- .ep(commonParams)
1904
- .m(function (Command, cs, config, o) {
1905
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1906
- })
1907
- .s("ObservabilityAdmin", "UpdateCentralizationRuleForOrganization", {})
1908
- .n("ObservabilityAdminClient", "UpdateCentralizationRuleForOrganizationCommand")
1909
- .sc(UpdateCentralizationRuleForOrganization$)
1910
- .build() {
1591
+ class UpdateCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateCentralizationRuleForOrganization", UpdateCentralizationRuleForOrganization$) {
1911
1592
  }
1912
1593
 
1913
- class UpdateTelemetryPipelineCommand extends Command
1914
- .classBuilder()
1915
- .ep(commonParams)
1916
- .m(function (Command, cs, config, o) {
1917
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1918
- })
1919
- .s("ObservabilityAdmin", "UpdateTelemetryPipeline", {})
1920
- .n("ObservabilityAdminClient", "UpdateTelemetryPipelineCommand")
1921
- .sc(UpdateTelemetryPipeline$)
1922
- .build() {
1594
+ class UpdateTelemetryPipelineCommand extends command(_ep0, _mw0, "UpdateTelemetryPipeline", UpdateTelemetryPipeline$) {
1923
1595
  }
1924
1596
 
1925
- class UpdateTelemetryRuleCommand extends Command
1926
- .classBuilder()
1927
- .ep(commonParams)
1928
- .m(function (Command, cs, config, o) {
1929
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1930
- })
1931
- .s("ObservabilityAdmin", "UpdateTelemetryRule", {})
1932
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleCommand")
1933
- .sc(UpdateTelemetryRule$)
1934
- .build() {
1597
+ class UpdateTelemetryRuleCommand extends command(_ep0, _mw0, "UpdateTelemetryRule", UpdateTelemetryRule$) {
1935
1598
  }
1936
1599
 
1937
- class UpdateTelemetryRuleForOrganizationCommand extends Command
1938
- .classBuilder()
1939
- .ep(commonParams)
1940
- .m(function (Command, cs, config, o) {
1941
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1942
- })
1943
- .s("ObservabilityAdmin", "UpdateTelemetryRuleForOrganization", {})
1944
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleForOrganizationCommand")
1945
- .sc(UpdateTelemetryRuleForOrganization$)
1946
- .build() {
1600
+ class UpdateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateTelemetryRuleForOrganization", UpdateTelemetryRuleForOrganization$) {
1947
1601
  }
1948
1602
 
1949
- class ValidateTelemetryPipelineConfigurationCommand extends Command
1950
- .classBuilder()
1951
- .ep(commonParams)
1952
- .m(function (Command, cs, config, o) {
1953
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1954
- })
1955
- .s("ObservabilityAdmin", "ValidateTelemetryPipelineConfiguration", {})
1956
- .n("ObservabilityAdminClient", "ValidateTelemetryPipelineConfigurationCommand")
1957
- .sc(ValidateTelemetryPipelineConfiguration$)
1958
- .build() {
1603
+ class ValidateTelemetryPipelineConfigurationCommand extends command(_ep0, _mw0, "ValidateTelemetryPipelineConfiguration", ValidateTelemetryPipelineConfiguration$) {
1959
1604
  }
1960
1605
 
1961
1606
  const paginateListCentralizationRulesForOrganization = createPaginator(ObservabilityAdminClient, ListCentralizationRulesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
@@ -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
  }
@@ -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 { CreateS3TableIntegration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateS3TableIntegrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "CreateS3TableIntegration", {})
13
- .n("ObservabilityAdminClient", "CreateS3TableIntegrationCommand")
14
- .sc(CreateS3TableIntegration$)
15
- .build() {
3
+ export class CreateS3TableIntegrationCommand extends command(_ep0, _mw0, "CreateS3TableIntegration", CreateS3TableIntegration$) {
16
4
  }
@@ -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 { CreateTelemetryPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTelemetryPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "CreateTelemetryPipeline", {})
13
- .n("ObservabilityAdminClient", "CreateTelemetryPipelineCommand")
14
- .sc(CreateTelemetryPipeline$)
15
- .build() {
3
+ export class CreateTelemetryPipelineCommand extends command(_ep0, _mw0, "CreateTelemetryPipeline", CreateTelemetryPipeline$) {
16
4
  }
@@ -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 { CreateTelemetryRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTelemetryRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "CreateTelemetryRule", {})
13
- .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
14
- .sc(CreateTelemetryRule$)
15
- .build() {
3
+ export class CreateTelemetryRuleCommand extends command(_ep0, _mw0, "CreateTelemetryRule", CreateTelemetryRule$) {
16
4
  }
@@ -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 { CreateTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTelemetryRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "CreateTelemetryRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
14
- .sc(CreateTelemetryRuleForOrganization$)
15
- .build() {
3
+ export class CreateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "CreateTelemetryRuleForOrganization", CreateTelemetryRuleForOrganization$) {
16
4
  }