@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 { UpdateTelemetryPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTelemetryPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateTelemetryPipeline", {})
13
- .n("ObservabilityAdminClient", "UpdateTelemetryPipelineCommand")
14
- .sc(UpdateTelemetryPipeline$)
15
- .build() {
3
+ export class UpdateTelemetryPipelineCommand extends command(_ep0, _mw0, "UpdateTelemetryPipeline", UpdateTelemetryPipeline$) {
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 { UpdateTelemetryRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTelemetryRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateTelemetryRule", {})
13
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleCommand")
14
- .sc(UpdateTelemetryRule$)
15
- .build() {
3
+ export class UpdateTelemetryRuleCommand extends command(_ep0, _mw0, "UpdateTelemetryRule", UpdateTelemetryRule$) {
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 { UpdateTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTelemetryRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateTelemetryRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleForOrganizationCommand")
14
- .sc(UpdateTelemetryRuleForOrganization$)
15
- .build() {
3
+ export class UpdateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateTelemetryRuleForOrganization", UpdateTelemetryRuleForOrganization$) {
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 { ValidateTelemetryPipelineConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidateTelemetryPipelineConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ValidateTelemetryPipelineConfiguration", {})
13
- .n("ObservabilityAdminClient", "ValidateTelemetryPipelineConfigurationCommand")
14
- .sc(ValidateTelemetryPipelineConfiguration$)
15
- .build() {
3
+ export class ValidateTelemetryPipelineConfigurationCommand extends command(_ep0, _mw0, "ValidateTelemetryPipelineConfiguration", ValidateTelemetryPipelineConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ObservabilityAdminClient";
2
2
  export * from "./ObservabilityAdmin";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ObservabilityAdminClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateCentralizationRuleForOrganizationInput, CreateCentralizationRuleForOrganizationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCentralizationRuleForOrganizationCommandInput extends Cre
22
19
  export interface CreateCentralizationRuleForOrganizationCommandOutput extends CreateCentralizationRuleForOrganizationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCentralizationRuleForOrganizationCommand_base: {
25
- new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateS3TableIntegrationInput, CreateS3TableIntegrationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateS3TableIntegrationCommandInput extends CreateS3TableInteg
22
19
  export interface CreateS3TableIntegrationCommandOutput extends CreateS3TableIntegrationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateS3TableIntegrationCommand_base: {
25
- new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an integration between CloudWatch and S3 Tables for analytics. This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTelemetryPipelineInput, CreateTelemetryPipelineOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTelemetryPipelineCommandInput extends CreateTelemetryPipe
22
19
  export interface CreateTelemetryPipelineCommandOutput extends CreateTelemetryPipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTelemetryPipelineCommand_base: {
25
- new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a telemetry pipeline for processing and transforming telemetry data. The pipeline defines how data flows from sources through processors to destinations, enabling data transformation and delivering capabilities. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTelemetryRuleInput, CreateTelemetryRuleOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTelemetryRuleCommandInput extends CreateTelemetryRuleInpu
22
19
  export interface CreateTelemetryRuleCommandOutput extends CreateTelemetryRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTelemetryRuleCommand_base: {
25
- new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTelemetryRuleForOrganizationInput, CreateTelemetryRuleForOrganizationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTelemetryRuleForOrganizationCommandInput extends CreateTe
22
19
  export interface CreateTelemetryRuleForOrganizationCommandOutput extends CreateTelemetryRuleForOrganizationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTelemetryRuleForOrganizationCommand_base: {
25
- new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCentralizationRuleForOrganizationCommandInput extends Del
22
19
  export interface DeleteCentralizationRuleForOrganizationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCentralizationRuleForOrganizationCommand_base: {
25
- new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an organization-wide centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteS3TableIntegrationInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteS3TableIntegrationCommandInput extends DeleteS3TableInteg
22
19
  export interface DeleteS3TableIntegrationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteS3TableIntegrationCommand_base: {
25
- new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an S3 Table integration and its associated data. This operation removes the connection between CloudWatch Observability Admin and S3 Tables.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTelemetryPipelineInput, DeleteTelemetryPipelineOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTelemetryPipelineCommandInput extends DeleteTelemetryPipe
22
19
  export interface DeleteTelemetryPipelineCommandOutput extends DeleteTelemetryPipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTelemetryPipelineCommand_base: {
25
- new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTelemetryRuleInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTelemetryRuleCommandInput extends DeleteTelemetryRuleInpu
22
19
  export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTelemetryRuleCommand_base: {
25
- new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTelemetryRuleForOrganizationInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTelemetryRuleForOrganizationCommandInput extends DeleteTe
22
19
  export interface DeleteTelemetryRuleForOrganizationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTelemetryRuleForOrganizationCommand_base: {
25
- new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes an organization-wide telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetCentralizationRuleForOrganizationInput, GetCentralizationRuleForOrganizationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetCentralizationRuleForOrganizationCommandInput extends GetCen
22
19
  export interface GetCentralizationRuleForOrganizationCommandOutput extends GetCentralizationRuleForOrganizationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetCentralizationRuleForOrganizationCommand_base: {
25
- new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details of a specific organization centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetS3TableIntegrationInput, GetS3TableIntegrationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetS3TableIntegrationCommandInput extends GetS3TableIntegration
22
19
  export interface GetS3TableIntegrationCommandOutput extends GetS3TableIntegrationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetS3TableIntegrationCommand_base: {
25
- new (input: GetS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a specific S3 Table integration, including its configuration, status, and metadata.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTelemetryEnrichmentStatusOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTelemetryEnrichmentStatusCommandInput {
22
19
  export interface GetTelemetryEnrichmentStatusCommandOutput extends GetTelemetryEnrichmentStatusOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTelemetryEnrichmentStatusCommand_base: {
25
- new (input: GetTelemetryEnrichmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTelemetryEnrichmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Resource Explorer. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTelemetryEvaluationStatusOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTelemetryEvaluationStatusCommandInput {
22
19
  export interface GetTelemetryEvaluationStatusCommandOutput extends GetTelemetryEvaluationStatusOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTelemetryEvaluationStatusCommand_base: {
25
- new (input: GetTelemetryEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTelemetryEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTelemetryEvaluationStatusForOrganizationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTelemetryEvaluationStatusForOrganizationCommandInput {
22
19
  export interface GetTelemetryEvaluationStatusForOrganizationCommandOutput extends GetTelemetryEvaluationStatusForOrganizationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
25
- new (input: GetTelemetryEvaluationStatusForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTelemetryEvaluationStatusForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> This returns the onboarding status of the telemetry configuration feature for the organization. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTelemetryPipelineInput, GetTelemetryPipelineOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTelemetryPipelineCommandInput extends GetTelemetryPipelineIn
22
19
  export interface GetTelemetryPipelineCommandOutput extends GetTelemetryPipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTelemetryPipelineCommand_base: {
25
- new (input: GetTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a specific telemetry pipeline, including its configuration, status, and metadata.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTelemetryRuleInput, GetTelemetryRuleOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTelemetryRuleCommandInput extends GetTelemetryRuleInput {
22
19
  export interface GetTelemetryRuleCommandOutput extends GetTelemetryRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTelemetryRuleCommand_base: {
25
- new (input: GetTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Retrieves the details of a specific telemetry rule in your account. </p>