@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,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTelemetryRulesForOrganizationInput,
5
4
  ListTelemetryRulesForOrganizationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ObservabilityAdminClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ObservabilityAdminClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTelemetryRulesForOrganizationCommandInput
15
8
  extends ListTelemetryRulesForOrganizationInput {}
16
9
  export interface ListTelemetryRulesForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const ListTelemetryRulesForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTelemetryRulesForOrganizationCommandInput,
24
17
  ListTelemetryRulesForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListTelemetryRulesForOrganizationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTelemetryRulesForOrganizationCommandInput,
33
26
  ListTelemetryRulesForOrganizationCommandOutput,
34
- ObservabilityAdminClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ObservabilityAdminClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTelemetryRulesForOrganizationCommand extends ListTelemetryRulesForOrganizationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StartTelemetryEnrichmentOutput } from "../models/models_0";
4
- import {
5
- ObservabilityAdminClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ObservabilityAdminClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartTelemetryEnrichmentCommandInput {}
12
5
  export interface StartTelemetryEnrichmentCommandOutput
13
6
  extends StartTelemetryEnrichmentOutput,
@@ -18,22 +11,20 @@ declare const StartTelemetryEnrichmentCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartTelemetryEnrichmentCommandInput,
20
13
  StartTelemetryEnrichmentCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [StartTelemetryEnrichmentCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartTelemetryEnrichmentCommandInput,
29
22
  StartTelemetryEnrichmentCommandOutput,
30
- ObservabilityAdminClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ObservabilityAdminClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartTelemetryEnrichmentCommand extends StartTelemetryEnrichmentCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StartTelemetryEvaluationInput } from "../models/models_0";
4
- import {
5
- ObservabilityAdminClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ObservabilityAdminClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartTelemetryEvaluationCommandInput
12
5
  extends StartTelemetryEvaluationInput {}
13
6
  export interface StartTelemetryEvaluationCommandOutput
@@ -18,22 +11,20 @@ declare const StartTelemetryEvaluationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartTelemetryEvaluationCommandInput,
20
13
  StartTelemetryEvaluationCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [StartTelemetryEvaluationCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartTelemetryEvaluationCommandInput,
29
22
  StartTelemetryEvaluationCommandOutput,
30
- ObservabilityAdminClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ObservabilityAdminClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartTelemetryEvaluationCommand extends StartTelemetryEvaluationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StartTelemetryEvaluationForOrganizationInput } from "../models/models_0";
4
- import {
5
- ObservabilityAdminClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ObservabilityAdminClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartTelemetryEvaluationForOrganizationCommandInput
12
5
  extends StartTelemetryEvaluationForOrganizationInput {}
13
6
  export interface StartTelemetryEvaluationForOrganizationCommandOutput
@@ -18,22 +11,20 @@ declare const StartTelemetryEvaluationForOrganizationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartTelemetryEvaluationForOrganizationCommandInput,
20
13
  StartTelemetryEvaluationForOrganizationCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [StartTelemetryEvaluationForOrganizationCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartTelemetryEvaluationForOrganizationCommandInput,
29
22
  StartTelemetryEvaluationForOrganizationCommandOutput,
30
- ObservabilityAdminClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ObservabilityAdminClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartTelemetryEvaluationForOrganizationCommand extends StartTelemetryEvaluationForOrganizationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StopTelemetryEnrichmentOutput } from "../models/models_0";
4
- import {
5
- ObservabilityAdminClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ObservabilityAdminClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StopTelemetryEnrichmentCommandInput {}
12
5
  export interface StopTelemetryEnrichmentCommandOutput
13
6
  extends StopTelemetryEnrichmentOutput,
@@ -18,22 +11,20 @@ declare const StopTelemetryEnrichmentCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StopTelemetryEnrichmentCommandInput,
20
13
  StopTelemetryEnrichmentCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [StopTelemetryEnrichmentCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StopTelemetryEnrichmentCommandInput,
29
22
  StopTelemetryEnrichmentCommandOutput,
30
- ObservabilityAdminClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ObservabilityAdminClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StopTelemetryEnrichmentCommand extends StopTelemetryEnrichmentCommand_base {
39
30
  protected static __types: {
@@ -1,12 +1,5 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ObservabilityAdminClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ObservabilityAdminClient";
8
2
  export { __MetadataBearer };
9
- export { $Command };
10
3
  export interface StopTelemetryEvaluationCommandInput {}
11
4
  export interface StopTelemetryEvaluationCommandOutput
12
5
  extends __MetadataBearer {}
@@ -16,22 +9,20 @@ declare const StopTelemetryEvaluationCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  StopTelemetryEvaluationCommandInput,
18
11
  StopTelemetryEvaluationCommandOutput,
19
- ObservabilityAdminClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ObservabilityAdminClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  ...[input]: [] | [StopTelemetryEvaluationCommandInput]
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  StopTelemetryEvaluationCommandInput,
27
20
  StopTelemetryEvaluationCommandOutput,
28
- ObservabilityAdminClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ObservabilityAdminClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class StopTelemetryEvaluationCommand extends StopTelemetryEvaluationCommand_base {
37
28
  protected static __types: {
@@ -1,12 +1,5 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ObservabilityAdminClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ObservabilityAdminClient";
8
2
  export { __MetadataBearer };
9
- export { $Command };
10
3
  export interface StopTelemetryEvaluationForOrganizationCommandInput {}
11
4
  export interface StopTelemetryEvaluationForOrganizationCommandOutput
12
5
  extends __MetadataBearer {}
@@ -16,22 +9,20 @@ declare const StopTelemetryEvaluationForOrganizationCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  StopTelemetryEvaluationForOrganizationCommandInput,
18
11
  StopTelemetryEvaluationForOrganizationCommandOutput,
19
- ObservabilityAdminClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ObservabilityAdminClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  ...[input]: [] | [StopTelemetryEvaluationForOrganizationCommandInput]
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  StopTelemetryEvaluationForOrganizationCommandInput,
27
20
  StopTelemetryEvaluationForOrganizationCommandOutput,
28
- ObservabilityAdminClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ObservabilityAdminClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class StopTelemetryEvaluationForOrganizationCommand extends StopTelemetryEvaluationForOrganizationCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceInput } from "../models/models_0";
4
- import {
5
- ObservabilityAdminClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ObservabilityAdminClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const TagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  TagResourceCommandInput,
18
11
  TagResourceCommandOutput,
19
- ObservabilityAdminClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ObservabilityAdminClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: TagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  TagResourceCommandInput,
27
20
  TagResourceCommandOutput,
28
- ObservabilityAdminClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ObservabilityAdminClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  TestTelemetryPipelineInput,
5
4
  TestTelemetryPipelineOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ObservabilityAdminClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ObservabilityAdminClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface TestTelemetryPipelineCommandInput
15
8
  extends TestTelemetryPipelineInput {}
16
9
  export interface TestTelemetryPipelineCommandOutput
@@ -22,22 +15,20 @@ declare const TestTelemetryPipelineCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  TestTelemetryPipelineCommandInput,
24
17
  TestTelemetryPipelineCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: TestTelemetryPipelineCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  TestTelemetryPipelineCommandInput,
33
26
  TestTelemetryPipelineCommandOutput,
34
- ObservabilityAdminClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ObservabilityAdminClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class TestTelemetryPipelineCommand extends TestTelemetryPipelineCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { UntagResourceInput } from "../models/models_0";
4
- import {
5
- ObservabilityAdminClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ObservabilityAdminClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
12
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const UntagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const UntagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  UntagResourceCommandInput,
18
11
  UntagResourceCommandOutput,
19
- ObservabilityAdminClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ObservabilityAdminClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: UntagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  UntagResourceCommandInput,
27
20
  UntagResourceCommandOutput,
28
- ObservabilityAdminClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ObservabilityAdminClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateCentralizationRuleForOrganizationInput,
5
4
  UpdateCentralizationRuleForOrganizationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ObservabilityAdminClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ObservabilityAdminClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateCentralizationRuleForOrganizationCommandInput
15
8
  extends UpdateCentralizationRuleForOrganizationInput {}
16
9
  export interface UpdateCentralizationRuleForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateCentralizationRuleForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateCentralizationRuleForOrganizationCommandInput,
24
17
  UpdateCentralizationRuleForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateCentralizationRuleForOrganizationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateCentralizationRuleForOrganizationCommandInput,
33
26
  UpdateCentralizationRuleForOrganizationCommandOutput,
34
- ObservabilityAdminClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ObservabilityAdminClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateCentralizationRuleForOrganizationCommand extends UpdateCentralizationRuleForOrganizationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateTelemetryPipelineInput,
5
4
  UpdateTelemetryPipelineOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ObservabilityAdminClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ObservabilityAdminClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTelemetryPipelineCommandInput
15
8
  extends UpdateTelemetryPipelineInput {}
16
9
  export interface UpdateTelemetryPipelineCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateTelemetryPipelineCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateTelemetryPipelineCommandInput,
24
17
  UpdateTelemetryPipelineCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateTelemetryPipelineCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateTelemetryPipelineCommandInput,
33
26
  UpdateTelemetryPipelineCommandOutput,
34
- ObservabilityAdminClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ObservabilityAdminClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateTelemetryPipelineCommand extends UpdateTelemetryPipelineCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateTelemetryRuleInput,
5
4
  UpdateTelemetryRuleOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ObservabilityAdminClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ObservabilityAdminClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTelemetryRuleCommandInput
15
8
  extends UpdateTelemetryRuleInput {}
16
9
  export interface UpdateTelemetryRuleCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateTelemetryRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateTelemetryRuleCommandInput,
24
17
  UpdateTelemetryRuleCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateTelemetryRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateTelemetryRuleCommandInput,
33
26
  UpdateTelemetryRuleCommandOutput,
34
- ObservabilityAdminClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ObservabilityAdminClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateTelemetryRuleCommand extends UpdateTelemetryRuleCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateTelemetryRuleForOrganizationInput,
5
4
  UpdateTelemetryRuleForOrganizationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ObservabilityAdminClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ObservabilityAdminClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTelemetryRuleForOrganizationCommandInput
15
8
  extends UpdateTelemetryRuleForOrganizationInput {}
16
9
  export interface UpdateTelemetryRuleForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateTelemetryRuleForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateTelemetryRuleForOrganizationCommandInput,
24
17
  UpdateTelemetryRuleForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateTelemetryRuleForOrganizationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateTelemetryRuleForOrganizationCommandInput,
33
26
  UpdateTelemetryRuleForOrganizationCommandOutput,
34
- ObservabilityAdminClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ObservabilityAdminClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateTelemetryRuleForOrganizationCommand extends UpdateTelemetryRuleForOrganizationCommand_base {
43
34
  protected static __types: {