@aws-sdk/client-observabilityadmin 3.1076.0 → 3.1078.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 (146) hide show
  1. package/dist-cjs/index.js +61 -407
  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-es/models/enums.js +6 -0
  45. package/dist-es/runtimeConfig.browser.js +0 -2
  46. package/dist-es/runtimeConfig.js +1 -2
  47. package/dist-es/runtimeConfig.native.js +0 -2
  48. package/dist-es/runtimeConfig.shared.js +2 -0
  49. package/dist-es/schemas/schemas_0.js +3 -2
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +5 -10
  55. package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +5 -10
  56. package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +3 -8
  61. package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +3 -8
  64. package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +3 -8
  65. package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTelemetryRuleCommand.d.ts +5 -10
  68. package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +5 -10
  69. package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -8
  70. package/dist-types/commands/ListResourceTelemetryCommand.d.ts +5 -10
  71. package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +5 -10
  72. package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListTelemetryRulesCommand.d.ts +4 -9
  76. package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +4 -9
  77. package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +3 -8
  78. package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +3 -8
  79. package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  80. package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +3 -8
  81. package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +3 -8
  82. package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +4 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
  89. package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +5 -10
  90. package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +3 -8
  91. package/dist-types/index.d.ts +1 -0
  92. package/dist-types/models/enums.d.ts +20 -0
  93. package/dist-types/models/models_0.d.ts +6 -1
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  141. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
@@ -4,7 +4,6 @@ import type { ObservabilityAdminClientConfig } from "./ObservabilityAdminClient"
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig)
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig)
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ObservabilityAdminClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ObservabilityAdminClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ObservabilityAdminClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ObservabilityAdminClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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
  CreateCentralizationRuleForOrganizationInput,
5
4
  CreateCentralizationRuleForOrganizationOutput,
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 CreateCentralizationRuleForOrganizationCommandInput
15
8
  extends CreateCentralizationRuleForOrganizationInput {}
16
9
  export interface CreateCentralizationRuleForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateCentralizationRuleForOrganizationCommandInput,
24
17
  CreateCentralizationRuleForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateCentralizationRuleForOrganizationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateCentralizationRuleForOrganizationCommandInput,
33
26
  CreateCentralizationRuleForOrganizationCommandOutput,
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 CreateCentralizationRuleForOrganizationCommand extends CreateCentralizationRuleForOrganizationCommand_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
  CreateS3TableIntegrationInput,
5
4
  CreateS3TableIntegrationOutput,
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 CreateS3TableIntegrationCommandInput
15
8
  extends CreateS3TableIntegrationInput {}
16
9
  export interface CreateS3TableIntegrationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateS3TableIntegrationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateS3TableIntegrationCommandInput,
24
17
  CreateS3TableIntegrationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateS3TableIntegrationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateS3TableIntegrationCommandInput,
33
26
  CreateS3TableIntegrationCommandOutput,
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 CreateS3TableIntegrationCommand extends CreateS3TableIntegrationCommand_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
  CreateTelemetryPipelineInput,
5
4
  CreateTelemetryPipelineOutput,
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 CreateTelemetryPipelineCommandInput
15
8
  extends CreateTelemetryPipelineInput {}
16
9
  export interface CreateTelemetryPipelineCommandOutput
@@ -22,22 +15,20 @@ declare const CreateTelemetryPipelineCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateTelemetryPipelineCommandInput,
24
17
  CreateTelemetryPipelineCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateTelemetryPipelineCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateTelemetryPipelineCommandInput,
33
26
  CreateTelemetryPipelineCommandOutput,
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 CreateTelemetryPipelineCommand extends CreateTelemetryPipelineCommand_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
  CreateTelemetryRuleInput,
5
4
  CreateTelemetryRuleOutput,
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 CreateTelemetryRuleCommandInput
15
8
  extends CreateTelemetryRuleInput {}
16
9
  export interface CreateTelemetryRuleCommandOutput
@@ -22,22 +15,20 @@ declare const CreateTelemetryRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateTelemetryRuleCommandInput,
24
17
  CreateTelemetryRuleCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateTelemetryRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateTelemetryRuleCommandInput,
33
26
  CreateTelemetryRuleCommandOutput,
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 CreateTelemetryRuleCommand extends CreateTelemetryRuleCommand_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
  CreateTelemetryRuleForOrganizationInput,
5
4
  CreateTelemetryRuleForOrganizationOutput,
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 CreateTelemetryRuleForOrganizationCommandInput
15
8
  extends CreateTelemetryRuleForOrganizationInput {}
16
9
  export interface CreateTelemetryRuleForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateTelemetryRuleForOrganizationCommandInput,
24
17
  CreateTelemetryRuleForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateTelemetryRuleForOrganizationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateTelemetryRuleForOrganizationCommandInput,
33
26
  CreateTelemetryRuleForOrganizationCommandOutput,
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 CreateTelemetryRuleForOrganizationCommand extends CreateTelemetryRuleForOrganizationCommand_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 { DeleteCentralizationRuleForOrganizationInput } 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 DeleteCentralizationRuleForOrganizationCommandInput
12
5
  extends DeleteCentralizationRuleForOrganizationInput {}
13
6
  export interface DeleteCentralizationRuleForOrganizationCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteCentralizationRuleForOrganizationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteCentralizationRuleForOrganizationCommandInput,
20
13
  DeleteCentralizationRuleForOrganizationCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteCentralizationRuleForOrganizationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteCentralizationRuleForOrganizationCommandInput,
29
22
  DeleteCentralizationRuleForOrganizationCommandOutput,
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 DeleteCentralizationRuleForOrganizationCommand extends DeleteCentralizationRuleForOrganizationCommand_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 { DeleteS3TableIntegrationInput } 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 DeleteS3TableIntegrationCommandInput
12
5
  extends DeleteS3TableIntegrationInput {}
13
6
  export interface DeleteS3TableIntegrationCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteS3TableIntegrationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteS3TableIntegrationCommandInput,
20
13
  DeleteS3TableIntegrationCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteS3TableIntegrationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteS3TableIntegrationCommandInput,
29
22
  DeleteS3TableIntegrationCommandOutput,
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 DeleteS3TableIntegrationCommand extends DeleteS3TableIntegrationCommand_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
  DeleteTelemetryPipelineInput,
5
4
  DeleteTelemetryPipelineOutput,
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 DeleteTelemetryPipelineCommandInput
15
8
  extends DeleteTelemetryPipelineInput {}
16
9
  export interface DeleteTelemetryPipelineCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteTelemetryPipelineCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteTelemetryPipelineCommandInput,
24
17
  DeleteTelemetryPipelineCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteTelemetryPipelineCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteTelemetryPipelineCommandInput,
33
26
  DeleteTelemetryPipelineCommandOutput,
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 DeleteTelemetryPipelineCommand extends DeleteTelemetryPipelineCommand_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 { DeleteTelemetryRuleInput } 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 DeleteTelemetryRuleCommandInput
12
5
  extends DeleteTelemetryRuleInput {}
13
6
  export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteTelemetryRuleCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteTelemetryRuleCommandInput,
19
12
  DeleteTelemetryRuleCommandOutput,
20
- ObservabilityAdminClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ObservabilityAdminClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteTelemetryRuleCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteTelemetryRuleCommandInput,
28
21
  DeleteTelemetryRuleCommandOutput,
29
- ObservabilityAdminClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ObservabilityAdminClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteTelemetryRuleCommand extends DeleteTelemetryRuleCommand_base {
38
29
  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 { DeleteTelemetryRuleForOrganizationInput } 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 DeleteTelemetryRuleForOrganizationCommandInput
12
5
  extends DeleteTelemetryRuleForOrganizationInput {}
13
6
  export interface DeleteTelemetryRuleForOrganizationCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteTelemetryRuleForOrganizationCommandInput,
20
13
  DeleteTelemetryRuleForOrganizationCommandOutput,
21
- ObservabilityAdminClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ObservabilityAdminClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteTelemetryRuleForOrganizationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteTelemetryRuleForOrganizationCommandInput,
29
22
  DeleteTelemetryRuleForOrganizationCommandOutput,
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 DeleteTelemetryRuleForOrganizationCommand extends DeleteTelemetryRuleForOrganizationCommand_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
  GetCentralizationRuleForOrganizationInput,
5
4
  GetCentralizationRuleForOrganizationOutput,
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 GetCentralizationRuleForOrganizationCommandInput
15
8
  extends GetCentralizationRuleForOrganizationInput {}
16
9
  export interface GetCentralizationRuleForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetCentralizationRuleForOrganizationCommandInput,
24
17
  GetCentralizationRuleForOrganizationCommandOutput,
25
- ObservabilityAdminClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ObservabilityAdminClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetCentralizationRuleForOrganizationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetCentralizationRuleForOrganizationCommandInput,
33
26
  GetCentralizationRuleForOrganizationCommandOutput,
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 GetCentralizationRuleForOrganizationCommand extends GetCentralizationRuleForOrganizationCommand_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
  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: {