@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
@@ -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 { DeleteCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCentralizationRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
14
- .sc(DeleteCentralizationRuleForOrganization$)
15
- .build() {
3
+ export class DeleteCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteCentralizationRuleForOrganization", DeleteCentralizationRuleForOrganization$) {
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 { DeleteS3TableIntegration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteS3TableIntegrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "DeleteS3TableIntegration", {})
13
- .n("ObservabilityAdminClient", "DeleteS3TableIntegrationCommand")
14
- .sc(DeleteS3TableIntegration$)
15
- .build() {
3
+ export class DeleteS3TableIntegrationCommand extends command(_ep0, _mw0, "DeleteS3TableIntegration", DeleteS3TableIntegration$) {
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 { DeleteTelemetryPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTelemetryPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "DeleteTelemetryPipeline", {})
13
- .n("ObservabilityAdminClient", "DeleteTelemetryPipelineCommand")
14
- .sc(DeleteTelemetryPipeline$)
15
- .build() {
3
+ export class DeleteTelemetryPipelineCommand extends command(_ep0, _mw0, "DeleteTelemetryPipeline", DeleteTelemetryPipeline$) {
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 { DeleteTelemetryRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTelemetryRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "DeleteTelemetryRule", {})
13
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
14
- .sc(DeleteTelemetryRule$)
15
- .build() {
3
+ export class DeleteTelemetryRuleCommand extends command(_ep0, _mw0, "DeleteTelemetryRule", DeleteTelemetryRule$) {
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 { DeleteTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTelemetryRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
14
- .sc(DeleteTelemetryRuleForOrganization$)
15
- .build() {
3
+ export class DeleteTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteTelemetryRuleForOrganization", DeleteTelemetryRuleForOrganization$) {
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 { GetCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCentralizationRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
14
- .sc(GetCentralizationRuleForOrganization$)
15
- .build() {
3
+ export class GetCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "GetCentralizationRuleForOrganization", GetCentralizationRuleForOrganization$) {
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 { GetS3TableIntegration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetS3TableIntegrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetS3TableIntegration", {})
13
- .n("ObservabilityAdminClient", "GetS3TableIntegrationCommand")
14
- .sc(GetS3TableIntegration$)
15
- .build() {
3
+ export class GetS3TableIntegrationCommand extends command(_ep0, _mw0, "GetS3TableIntegration", GetS3TableIntegration$) {
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 { GetTelemetryEnrichmentStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTelemetryEnrichmentStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
13
- .n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
14
- .sc(GetTelemetryEnrichmentStatus$)
15
- .build() {
3
+ export class GetTelemetryEnrichmentStatusCommand extends command(_ep0, _mw0, "GetTelemetryEnrichmentStatus", GetTelemetryEnrichmentStatus$) {
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 { GetTelemetryEvaluationStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTelemetryEvaluationStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
13
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
14
- .sc(GetTelemetryEvaluationStatus$)
15
- .build() {
3
+ export class GetTelemetryEvaluationStatusCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatus", GetTelemetryEvaluationStatus$) {
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 { GetTelemetryEvaluationStatusForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTelemetryEvaluationStatusForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
13
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
14
- .sc(GetTelemetryEvaluationStatusForOrganization$)
15
- .build() {
3
+ export class GetTelemetryEvaluationStatusForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatusForOrganization", GetTelemetryEvaluationStatusForOrganization$) {
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 { GetTelemetryPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTelemetryPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetTelemetryPipeline", {})
13
- .n("ObservabilityAdminClient", "GetTelemetryPipelineCommand")
14
- .sc(GetTelemetryPipeline$)
15
- .build() {
3
+ export class GetTelemetryPipelineCommand extends command(_ep0, _mw0, "GetTelemetryPipeline", GetTelemetryPipeline$) {
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 { GetTelemetryRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTelemetryRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetTelemetryRule", {})
13
- .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
14
- .sc(GetTelemetryRule$)
15
- .build() {
3
+ export class GetTelemetryRuleCommand extends command(_ep0, _mw0, "GetTelemetryRule", GetTelemetryRule$) {
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 { GetTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTelemetryRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
14
- .sc(GetTelemetryRuleForOrganization$)
15
- .build() {
3
+ export class GetTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryRuleForOrganization", GetTelemetryRuleForOrganization$) {
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 { ListCentralizationRulesForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCentralizationRulesForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
13
- .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
14
- .sc(ListCentralizationRulesForOrganization$)
15
- .build() {
3
+ export class ListCentralizationRulesForOrganizationCommand extends command(_ep0, _mw0, "ListCentralizationRulesForOrganization", ListCentralizationRulesForOrganization$) {
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 { ListResourceTelemetry$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListResourceTelemetryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListResourceTelemetry", {})
13
- .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
14
- .sc(ListResourceTelemetry$)
15
- .build() {
3
+ export class ListResourceTelemetryCommand extends command(_ep0, _mw0, "ListResourceTelemetry", ListResourceTelemetry$) {
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 { ListResourceTelemetryForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListResourceTelemetryForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
13
- .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
14
- .sc(ListResourceTelemetryForOrganization$)
15
- .build() {
3
+ export class ListResourceTelemetryForOrganizationCommand extends command(_ep0, _mw0, "ListResourceTelemetryForOrganization", ListResourceTelemetryForOrganization$) {
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 { ListS3TableIntegrations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListS3TableIntegrationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListS3TableIntegrations", {})
13
- .n("ObservabilityAdminClient", "ListS3TableIntegrationsCommand")
14
- .sc(ListS3TableIntegrations$)
15
- .build() {
3
+ export class ListS3TableIntegrationsCommand extends command(_ep0, _mw0, "ListS3TableIntegrations", ListS3TableIntegrations$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListTagsForResource", {})
13
- .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { ListTelemetryPipelines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTelemetryPipelinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListTelemetryPipelines", {})
13
- .n("ObservabilityAdminClient", "ListTelemetryPipelinesCommand")
14
- .sc(ListTelemetryPipelines$)
15
- .build() {
3
+ export class ListTelemetryPipelinesCommand extends command(_ep0, _mw0, "ListTelemetryPipelines", ListTelemetryPipelines$) {
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 { ListTelemetryRules$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTelemetryRulesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListTelemetryRules", {})
13
- .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
14
- .sc(ListTelemetryRules$)
15
- .build() {
3
+ export class ListTelemetryRulesCommand extends command(_ep0, _mw0, "ListTelemetryRules", ListTelemetryRules$) {
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 { ListTelemetryRulesForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTelemetryRulesForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
13
- .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
14
- .sc(ListTelemetryRulesForOrganization$)
15
- .build() {
3
+ export class ListTelemetryRulesForOrganizationCommand extends command(_ep0, _mw0, "ListTelemetryRulesForOrganization", ListTelemetryRulesForOrganization$) {
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 { StartTelemetryEnrichment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTelemetryEnrichmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
13
- .n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
14
- .sc(StartTelemetryEnrichment$)
15
- .build() {
3
+ export class StartTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StartTelemetryEnrichment", StartTelemetryEnrichment$) {
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 { StartTelemetryEvaluation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTelemetryEvaluationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
13
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
14
- .sc(StartTelemetryEvaluation$)
15
- .build() {
3
+ export class StartTelemetryEvaluationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluation", StartTelemetryEvaluation$) {
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 { StartTelemetryEvaluationForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTelemetryEvaluationForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
13
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
14
- .sc(StartTelemetryEvaluationForOrganization$)
15
- .build() {
3
+ export class StartTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluationForOrganization", StartTelemetryEvaluationForOrganization$) {
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 { StopTelemetryEnrichment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopTelemetryEnrichmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
13
- .n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
14
- .sc(StopTelemetryEnrichment$)
15
- .build() {
3
+ export class StopTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StopTelemetryEnrichment", StopTelemetryEnrichment$) {
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 { StopTelemetryEvaluation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopTelemetryEvaluationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
13
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
14
- .sc(StopTelemetryEvaluation$)
15
- .build() {
3
+ export class StopTelemetryEvaluationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluation", StopTelemetryEvaluation$) {
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 { StopTelemetryEvaluationForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopTelemetryEvaluationForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
13
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
14
- .sc(StopTelemetryEvaluationForOrganization$)
15
- .build() {
3
+ export class StopTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluationForOrganization", StopTelemetryEvaluationForOrganization$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "TagResource", {})
13
- .n("ObservabilityAdminClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { TestTelemetryPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TestTelemetryPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "TestTelemetryPipeline", {})
13
- .n("ObservabilityAdminClient", "TestTelemetryPipelineCommand")
14
- .sc(TestTelemetryPipeline$)
15
- .build() {
3
+ export class TestTelemetryPipelineCommand extends command(_ep0, _mw0, "TestTelemetryPipeline", TestTelemetryPipeline$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UntagResource", {})
13
- .n("ObservabilityAdminClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCentralizationRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateCentralizationRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "UpdateCentralizationRuleForOrganizationCommand")
14
- .sc(UpdateCentralizationRuleForOrganization$)
15
- .build() {
3
+ export class UpdateCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateCentralizationRuleForOrganization", UpdateCentralizationRuleForOrganization$) {
16
4
  }