@aws-sdk/client-observabilityadmin 3.1045.0 → 3.1046.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 (155) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +96 -97
  5. package/dist-cjs/models/ObservabilityAdminServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ObservabilityAdmin.js +1 -1
  10. package/dist-es/ObservabilityAdminClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -2
  13. package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -2
  14. package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -2
  15. package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -2
  16. package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -2
  17. package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -2
  18. package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -2
  19. package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -2
  20. package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -2
  21. package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -2
  22. package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -2
  23. package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -2
  24. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -2
  25. package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -2
  26. package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -2
  27. package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -2
  28. package/dist-es/commands/GetTelemetryRuleCommand.js +2 -2
  29. package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -2
  30. package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -2
  31. package/dist-es/commands/ListResourceTelemetryCommand.js +2 -2
  32. package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -2
  33. package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -2
  34. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -2
  36. package/dist-es/commands/ListTelemetryRulesCommand.js +2 -2
  37. package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -2
  38. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -2
  39. package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -2
  40. package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -2
  41. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -2
  42. package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -2
  43. package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -2
  44. package/dist-es/commands/TagResourceCommand.js +2 -2
  45. package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -2
  46. package/dist-es/commands/UntagResourceCommand.js +2 -2
  47. package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -2
  48. package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -2
  49. package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -2
  50. package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -2
  51. package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -2
  52. package/dist-es/endpoint/bdd.js +1 -1
  53. package/dist-es/endpoint/endpointResolver.js +1 -1
  54. package/dist-es/models/ObservabilityAdminServiceException.js +1 -1
  55. package/dist-es/runtimeConfig.browser.js +4 -6
  56. package/dist-es/runtimeConfig.js +4 -8
  57. package/dist-es/runtimeConfig.shared.js +3 -4
  58. package/dist-es/runtimeExtensions.js +2 -2
  59. package/dist-types/ObservabilityAdminClient.d.ts +5 -5
  60. package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +6 -4
  70. package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +6 -4
  71. package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +6 -4
  72. package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +6 -4
  73. package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +6 -4
  74. package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +6 -4
  75. package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +6 -4
  76. package/dist-types/commands/GetTelemetryRuleCommand.d.ts +6 -4
  77. package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +6 -4
  78. package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +6 -4
  79. package/dist-types/commands/ListResourceTelemetryCommand.d.ts +6 -4
  80. package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +6 -4
  81. package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +6 -4
  84. package/dist-types/commands/ListTelemetryRulesCommand.d.ts +6 -4
  85. package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +6 -4
  86. package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +6 -4
  87. package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +6 -4
  88. package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
  89. package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +6 -4
  90. package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +6 -4
  91. package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
  92. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  93. package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +6 -4
  94. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  95. package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +6 -4
  96. package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +6 -4
  98. package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +6 -4
  99. package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +6 -4
  100. package/dist-types/endpoint/bdd.d.ts +1 -1
  101. package/dist-types/extensionConfiguration.d.ts +1 -1
  102. package/dist-types/models/ObservabilityAdminServiceException.d.ts +1 -1
  103. package/dist-types/models/errors.d.ts +1 -1
  104. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  105. package/dist-types/runtimeConfig.d.ts +2 -2
  106. package/dist-types/runtimeConfig.native.d.ts +2 -2
  107. package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +8 -14
  108. package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  149. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  150. package/dist-types/ts3.4/models/ObservabilityAdminServiceException.d.ts +1 -1
  151. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  152. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  153. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  154. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  155. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateCentralizationRuleForOrganizationInput,
@@ -19,7 +19,7 @@ export interface CreateCentralizationRuleForOrganizationCommandOutput
19
19
  declare const CreateCentralizationRuleForOrganizationCommand_base: {
20
20
  new (
21
21
  input: CreateCentralizationRuleForOrganizationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateCentralizationRuleForOrganizationCommandInput,
24
24
  CreateCentralizationRuleForOrganizationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateCentralizationRuleForOrganizationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateCentralizationRuleForOrganizationCommandInput,
33
33
  CreateCentralizationRuleForOrganizationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateCentralizationRuleForOrganizationCommand extends CreateCentralizationRuleForOrganizationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateS3TableIntegrationInput,
@@ -19,7 +19,7 @@ export interface CreateS3TableIntegrationCommandOutput
19
19
  declare const CreateS3TableIntegrationCommand_base: {
20
20
  new (
21
21
  input: CreateS3TableIntegrationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateS3TableIntegrationCommandInput,
24
24
  CreateS3TableIntegrationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateS3TableIntegrationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateS3TableIntegrationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateS3TableIntegrationCommandInput,
33
33
  CreateS3TableIntegrationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateS3TableIntegrationCommand extends CreateS3TableIntegrationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateTelemetryPipelineInput,
@@ -19,7 +19,7 @@ export interface CreateTelemetryPipelineCommandOutput
19
19
  declare const CreateTelemetryPipelineCommand_base: {
20
20
  new (
21
21
  input: CreateTelemetryPipelineCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateTelemetryPipelineCommandInput,
24
24
  CreateTelemetryPipelineCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateTelemetryPipelineCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateTelemetryPipelineCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateTelemetryPipelineCommandInput,
33
33
  CreateTelemetryPipelineCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateTelemetryPipelineCommand extends CreateTelemetryPipelineCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateTelemetryRuleInput,
@@ -19,7 +19,7 @@ export interface CreateTelemetryRuleCommandOutput
19
19
  declare const CreateTelemetryRuleCommand_base: {
20
20
  new (
21
21
  input: CreateTelemetryRuleCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateTelemetryRuleCommandInput,
24
24
  CreateTelemetryRuleCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateTelemetryRuleCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateTelemetryRuleCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateTelemetryRuleCommandInput,
33
33
  CreateTelemetryRuleCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateTelemetryRuleCommand extends CreateTelemetryRuleCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateTelemetryRuleForOrganizationInput,
@@ -19,7 +19,7 @@ export interface CreateTelemetryRuleForOrganizationCommandOutput
19
19
  declare const CreateTelemetryRuleForOrganizationCommand_base: {
20
20
  new (
21
21
  input: CreateTelemetryRuleForOrganizationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateTelemetryRuleForOrganizationCommandInput,
24
24
  CreateTelemetryRuleForOrganizationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateTelemetryRuleForOrganizationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateTelemetryRuleForOrganizationCommandInput,
33
33
  CreateTelemetryRuleForOrganizationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateTelemetryRuleForOrganizationCommand extends CreateTelemetryRuleForOrganizationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteCentralizationRuleForOrganizationCommandOutput
15
15
  declare const DeleteCentralizationRuleForOrganizationCommand_base: {
16
16
  new (
17
17
  input: DeleteCentralizationRuleForOrganizationCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteCentralizationRuleForOrganizationCommandInput,
20
20
  DeleteCentralizationRuleForOrganizationCommandOutput,
21
21
  ObservabilityAdminClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteCentralizationRuleForOrganizationCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteCentralizationRuleForOrganizationCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteCentralizationRuleForOrganizationCommandInput,
29
29
  DeleteCentralizationRuleForOrganizationCommandOutput,
30
30
  ObservabilityAdminClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteCentralizationRuleForOrganizationCommand extends DeleteCentralizationRuleForOrganizationCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteS3TableIntegrationInput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteS3TableIntegrationCommandOutput
15
15
  declare const DeleteS3TableIntegrationCommand_base: {
16
16
  new (
17
17
  input: DeleteS3TableIntegrationCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteS3TableIntegrationCommandInput,
20
20
  DeleteS3TableIntegrationCommandOutput,
21
21
  ObservabilityAdminClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteS3TableIntegrationCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteS3TableIntegrationCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteS3TableIntegrationCommandInput,
29
29
  DeleteS3TableIntegrationCommandOutput,
30
30
  ObservabilityAdminClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteS3TableIntegrationCommand extends DeleteS3TableIntegrationCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteTelemetryPipelineInput,
@@ -19,7 +19,7 @@ export interface DeleteTelemetryPipelineCommandOutput
19
19
  declare const DeleteTelemetryPipelineCommand_base: {
20
20
  new (
21
21
  input: DeleteTelemetryPipelineCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteTelemetryPipelineCommandInput,
24
24
  DeleteTelemetryPipelineCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteTelemetryPipelineCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteTelemetryPipelineCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteTelemetryPipelineCommandInput,
33
33
  DeleteTelemetryPipelineCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteTelemetryPipelineCommand extends DeleteTelemetryPipelineCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteTelemetryRuleInput } from "../models/models_0";
4
4
  import {
@@ -14,7 +14,7 @@ export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {}
14
14
  declare const DeleteTelemetryRuleCommand_base: {
15
15
  new (
16
16
  input: DeleteTelemetryRuleCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  DeleteTelemetryRuleCommandInput,
19
19
  DeleteTelemetryRuleCommandOutput,
20
20
  ObservabilityAdminClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const DeleteTelemetryRuleCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: DeleteTelemetryRuleCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  DeleteTelemetryRuleCommandInput,
28
28
  DeleteTelemetryRuleCommandOutput,
29
29
  ObservabilityAdminClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class DeleteTelemetryRuleCommand extends DeleteTelemetryRuleCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteTelemetryRuleForOrganizationInput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteTelemetryRuleForOrganizationCommandOutput
15
15
  declare const DeleteTelemetryRuleForOrganizationCommand_base: {
16
16
  new (
17
17
  input: DeleteTelemetryRuleForOrganizationCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTelemetryRuleForOrganizationCommandInput,
20
20
  DeleteTelemetryRuleForOrganizationCommandOutput,
21
21
  ObservabilityAdminClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteTelemetryRuleForOrganizationCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteTelemetryRuleForOrganizationCommandInput,
29
29
  DeleteTelemetryRuleForOrganizationCommandOutput,
30
30
  ObservabilityAdminClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteTelemetryRuleForOrganizationCommand extends DeleteTelemetryRuleForOrganizationCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetCentralizationRuleForOrganizationInput,
@@ -19,7 +19,7 @@ export interface GetCentralizationRuleForOrganizationCommandOutput
19
19
  declare const GetCentralizationRuleForOrganizationCommand_base: {
20
20
  new (
21
21
  input: GetCentralizationRuleForOrganizationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetCentralizationRuleForOrganizationCommandInput,
24
24
  GetCentralizationRuleForOrganizationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetCentralizationRuleForOrganizationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetCentralizationRuleForOrganizationCommandInput,
33
33
  GetCentralizationRuleForOrganizationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetCentralizationRuleForOrganizationCommand extends GetCentralizationRuleForOrganizationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetS3TableIntegrationInput,
@@ -19,7 +19,7 @@ export interface GetS3TableIntegrationCommandOutput
19
19
  declare const GetS3TableIntegrationCommand_base: {
20
20
  new (
21
21
  input: GetS3TableIntegrationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetS3TableIntegrationCommandInput,
24
24
  GetS3TableIntegrationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetS3TableIntegrationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetS3TableIntegrationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetS3TableIntegrationCommandInput,
33
33
  GetS3TableIntegrationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetS3TableIntegrationCommand extends GetS3TableIntegrationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetTelemetryEnrichmentStatusOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetTelemetryEnrichmentStatusCommandOutput
15
15
  declare const GetTelemetryEnrichmentStatusCommand_base: {
16
16
  new (
17
17
  input: GetTelemetryEnrichmentStatusCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetTelemetryEnrichmentStatusCommandInput,
20
20
  GetTelemetryEnrichmentStatusCommandOutput,
21
21
  ObservabilityAdminClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetTelemetryEnrichmentStatusCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetTelemetryEnrichmentStatusCommandInput,
29
29
  GetTelemetryEnrichmentStatusCommandOutput,
30
30
  ObservabilityAdminClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetTelemetryEnrichmentStatusCommand extends GetTelemetryEnrichmentStatusCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetTelemetryEvaluationStatusOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetTelemetryEvaluationStatusCommandOutput
15
15
  declare const GetTelemetryEvaluationStatusCommand_base: {
16
16
  new (
17
17
  input: GetTelemetryEvaluationStatusCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetTelemetryEvaluationStatusCommandInput,
20
20
  GetTelemetryEvaluationStatusCommandOutput,
21
21
  ObservabilityAdminClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetTelemetryEvaluationStatusCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetTelemetryEvaluationStatusCommandInput,
29
29
  GetTelemetryEvaluationStatusCommandOutput,
30
30
  ObservabilityAdminClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetTelemetryEvaluationStatusCommand extends GetTelemetryEvaluationStatusCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetTelemetryEvaluationStatusForOrganizationOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetTelemetryEvaluationStatusForOrganizationCommandOutput
15
15
  declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
16
16
  new (
17
17
  input: GetTelemetryEvaluationStatusForOrganizationCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetTelemetryEvaluationStatusForOrganizationCommandInput,
20
20
  GetTelemetryEvaluationStatusForOrganizationCommandOutput,
21
21
  ObservabilityAdminClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetTelemetryEvaluationStatusForOrganizationCommandInput,
29
29
  GetTelemetryEvaluationStatusForOrganizationCommandOutput,
30
30
  ObservabilityAdminClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetTelemetryEvaluationStatusForOrganizationCommand extends GetTelemetryEvaluationStatusForOrganizationCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetTelemetryPipelineInput,
@@ -19,7 +19,7 @@ export interface GetTelemetryPipelineCommandOutput
19
19
  declare const GetTelemetryPipelineCommand_base: {
20
20
  new (
21
21
  input: GetTelemetryPipelineCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetTelemetryPipelineCommandInput,
24
24
  GetTelemetryPipelineCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetTelemetryPipelineCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetTelemetryPipelineCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetTelemetryPipelineCommandInput,
33
33
  GetTelemetryPipelineCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetTelemetryPipelineCommand extends GetTelemetryPipelineCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetTelemetryRuleInput,
@@ -18,7 +18,7 @@ export interface GetTelemetryRuleCommandOutput
18
18
  declare const GetTelemetryRuleCommand_base: {
19
19
  new (
20
20
  input: GetTelemetryRuleCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetTelemetryRuleCommandInput,
23
23
  GetTelemetryRuleCommandOutput,
24
24
  ObservabilityAdminClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetTelemetryRuleCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetTelemetryRuleCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetTelemetryRuleCommandInput,
32
32
  GetTelemetryRuleCommandOutput,
33
33
  ObservabilityAdminClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetTelemetryRuleCommand extends GetTelemetryRuleCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetTelemetryRuleForOrganizationInput,
@@ -19,7 +19,7 @@ export interface GetTelemetryRuleForOrganizationCommandOutput
19
19
  declare const GetTelemetryRuleForOrganizationCommand_base: {
20
20
  new (
21
21
  input: GetTelemetryRuleForOrganizationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetTelemetryRuleForOrganizationCommandInput,
24
24
  GetTelemetryRuleForOrganizationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetTelemetryRuleForOrganizationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetTelemetryRuleForOrganizationCommandInput,
33
33
  GetTelemetryRuleForOrganizationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetTelemetryRuleForOrganizationCommand extends GetTelemetryRuleForOrganizationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListCentralizationRulesForOrganizationInput,
@@ -19,7 +19,7 @@ export interface ListCentralizationRulesForOrganizationCommandOutput
19
19
  declare const ListCentralizationRulesForOrganizationCommand_base: {
20
20
  new (
21
21
  input: ListCentralizationRulesForOrganizationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListCentralizationRulesForOrganizationCommandInput,
24
24
  ListCentralizationRulesForOrganizationCommandOutput,
25
25
  ObservabilityAdminClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListCentralizationRulesForOrganizationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListCentralizationRulesForOrganizationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListCentralizationRulesForOrganizationCommandInput,
33
33
  ListCentralizationRulesForOrganizationCommandOutput,
34
34
  ObservabilityAdminClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListCentralizationRulesForOrganizationCommand extends ListCentralizationRulesForOrganizationCommand_base {
41
43
  protected static __types: {