@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
  GetS3TableIntegrationInput,
5
4
  GetS3TableIntegrationOutput,
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 GetS3TableIntegrationCommandInput
15
8
  extends GetS3TableIntegrationInput {}
16
9
  export interface GetS3TableIntegrationCommandOutput
@@ -22,22 +15,20 @@ declare const GetS3TableIntegrationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetS3TableIntegrationCommandInput,
24
17
  GetS3TableIntegrationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetS3TableIntegrationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetS3TableIntegrationCommandInput,
33
26
  GetS3TableIntegrationCommandOutput,
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 GetS3TableIntegrationCommand extends GetS3TableIntegrationCommand_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 { GetTelemetryEnrichmentStatusOutput } 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 GetTelemetryEnrichmentStatusCommandInput {}
12
5
  export interface GetTelemetryEnrichmentStatusCommandOutput
13
6
  extends GetTelemetryEnrichmentStatusOutput,
@@ -18,22 +11,20 @@ declare const GetTelemetryEnrichmentStatusCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetTelemetryEnrichmentStatusCommandInput,
20
13
  GetTelemetryEnrichmentStatusCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetTelemetryEnrichmentStatusCommandInput,
29
22
  GetTelemetryEnrichmentStatusCommandOutput,
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 GetTelemetryEnrichmentStatusCommand extends GetTelemetryEnrichmentStatusCommand_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 { GetTelemetryEvaluationStatusOutput } 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 GetTelemetryEvaluationStatusCommandInput {}
12
5
  export interface GetTelemetryEvaluationStatusCommandOutput
13
6
  extends GetTelemetryEvaluationStatusOutput,
@@ -18,22 +11,20 @@ declare const GetTelemetryEvaluationStatusCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetTelemetryEvaluationStatusCommandInput,
20
13
  GetTelemetryEvaluationStatusCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetTelemetryEvaluationStatusCommandInput,
29
22
  GetTelemetryEvaluationStatusCommandOutput,
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 GetTelemetryEvaluationStatusCommand extends GetTelemetryEvaluationStatusCommand_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 { GetTelemetryEvaluationStatusForOrganizationOutput } 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 GetTelemetryEvaluationStatusForOrganizationCommandInput {}
12
5
  export interface GetTelemetryEvaluationStatusForOrganizationCommandOutput
13
6
  extends GetTelemetryEvaluationStatusForOrganizationOutput,
@@ -18,22 +11,20 @@ declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetTelemetryEvaluationStatusForOrganizationCommandInput,
20
13
  GetTelemetryEvaluationStatusForOrganizationCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetTelemetryEvaluationStatusForOrganizationCommandInput,
29
22
  GetTelemetryEvaluationStatusForOrganizationCommandOutput,
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 GetTelemetryEvaluationStatusForOrganizationCommand extends GetTelemetryEvaluationStatusForOrganizationCommand_base {
39
30
  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
  GetTelemetryPipelineInput,
5
4
  GetTelemetryPipelineOutput,
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 GetTelemetryPipelineCommandInput
15
8
  extends GetTelemetryPipelineInput {}
16
9
  export interface GetTelemetryPipelineCommandOutput
@@ -22,22 +15,20 @@ declare const GetTelemetryPipelineCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetTelemetryPipelineCommandInput,
24
17
  GetTelemetryPipelineCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetTelemetryPipelineCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetTelemetryPipelineCommandInput,
33
26
  GetTelemetryPipelineCommandOutput,
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 GetTelemetryPipelineCommand extends GetTelemetryPipelineCommand_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
  GetTelemetryRuleInput,
5
4
  GetTelemetryRuleOutput,
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 GetTelemetryRuleCommandInput extends GetTelemetryRuleInput {}
15
8
  export interface GetTelemetryRuleCommandOutput
16
9
  extends GetTelemetryRuleOutput,
@@ -21,22 +14,20 @@ declare const GetTelemetryRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetTelemetryRuleCommandInput,
23
16
  GetTelemetryRuleCommandOutput,
24
- ObservabilityAdminClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ObservabilityAdminClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetTelemetryRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetTelemetryRuleCommandInput,
32
25
  GetTelemetryRuleCommandOutput,
33
- ObservabilityAdminClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ObservabilityAdminClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetTelemetryRuleCommand extends GetTelemetryRuleCommand_base {
42
33
  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
  GetTelemetryRuleForOrganizationInput,
5
4
  GetTelemetryRuleForOrganizationOutput,
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 GetTelemetryRuleForOrganizationCommandInput
15
8
  extends GetTelemetryRuleForOrganizationInput {}
16
9
  export interface GetTelemetryRuleForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetTelemetryRuleForOrganizationCommandInput,
24
17
  GetTelemetryRuleForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetTelemetryRuleForOrganizationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetTelemetryRuleForOrganizationCommandInput,
33
26
  GetTelemetryRuleForOrganizationCommandOutput,
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 GetTelemetryRuleForOrganizationCommand extends GetTelemetryRuleForOrganizationCommand_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
  ListCentralizationRulesForOrganizationInput,
5
4
  ListCentralizationRulesForOrganizationOutput,
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 ListCentralizationRulesForOrganizationCommandInput
15
8
  extends ListCentralizationRulesForOrganizationInput {}
16
9
  export interface ListCentralizationRulesForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const ListCentralizationRulesForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCentralizationRulesForOrganizationCommandInput,
24
17
  ListCentralizationRulesForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListCentralizationRulesForOrganizationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCentralizationRulesForOrganizationCommandInput,
33
26
  ListCentralizationRulesForOrganizationCommandOutput,
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 ListCentralizationRulesForOrganizationCommand extends ListCentralizationRulesForOrganizationCommand_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
  ListResourceTelemetryInput,
5
4
  ListResourceTelemetryOutput,
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 ListResourceTelemetryCommandInput
15
8
  extends ListResourceTelemetryInput {}
16
9
  export interface ListResourceTelemetryCommandOutput
@@ -22,22 +15,20 @@ declare const ListResourceTelemetryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResourceTelemetryCommandInput,
24
17
  ListResourceTelemetryCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResourceTelemetryCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResourceTelemetryCommandInput,
33
26
  ListResourceTelemetryCommandOutput,
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 ListResourceTelemetryCommand extends ListResourceTelemetryCommand_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
  ListResourceTelemetryForOrganizationInput,
5
4
  ListResourceTelemetryForOrganizationOutput,
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 ListResourceTelemetryForOrganizationCommandInput
15
8
  extends ListResourceTelemetryForOrganizationInput {}
16
9
  export interface ListResourceTelemetryForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResourceTelemetryForOrganizationCommandInput,
24
17
  ListResourceTelemetryForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResourceTelemetryForOrganizationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResourceTelemetryForOrganizationCommandInput,
33
26
  ListResourceTelemetryForOrganizationCommandOutput,
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 ListResourceTelemetryForOrganizationCommand extends ListResourceTelemetryForOrganizationCommand_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
  ListS3TableIntegrationsInput,
5
4
  ListS3TableIntegrationsOutput,
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 ListS3TableIntegrationsCommandInput
15
8
  extends ListS3TableIntegrationsInput {}
16
9
  export interface ListS3TableIntegrationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListS3TableIntegrationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListS3TableIntegrationsCommandInput,
24
17
  ListS3TableIntegrationsCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListS3TableIntegrationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListS3TableIntegrationsCommandInput,
33
26
  ListS3TableIntegrationsCommandOutput,
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 ListS3TableIntegrationsCommand extends ListS3TableIntegrationsCommand_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
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
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 ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
  ListTelemetryPipelinesInput,
5
4
  ListTelemetryPipelinesOutput,
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 ListTelemetryPipelinesCommandInput
15
8
  extends ListTelemetryPipelinesInput {}
16
9
  export interface ListTelemetryPipelinesCommandOutput
@@ -22,22 +15,20 @@ declare const ListTelemetryPipelinesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTelemetryPipelinesCommandInput,
24
17
  ListTelemetryPipelinesCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListTelemetryPipelinesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTelemetryPipelinesCommandInput,
33
26
  ListTelemetryPipelinesCommandOutput,
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 ListTelemetryPipelinesCommand extends ListTelemetryPipelinesCommand_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
  ListTelemetryRulesInput,
5
4
  ListTelemetryRulesOutput,
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 ListTelemetryRulesCommandInput
15
8
  extends ListTelemetryRulesInput {}
16
9
  export interface ListTelemetryRulesCommandOutput
@@ -22,22 +15,20 @@ declare const ListTelemetryRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTelemetryRulesCommandInput,
24
17
  ListTelemetryRulesCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListTelemetryRulesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTelemetryRulesCommandInput,
33
26
  ListTelemetryRulesCommandOutput,
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 ListTelemetryRulesCommand extends ListTelemetryRulesCommand_base {
43
34
  protected static __types: {