@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,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultObservabilityAdminHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput } from "./commands/CreateCentralizationRuleForOrganizationCommand";
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateCentralizationRuleForOrganizationInput, CreateCentralizationRuleForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface CreateCentralizationRuleForOrganizationCommandInput extends Cre
22
22
  export interface CreateCentralizationRuleForOrganizationCommandOutput extends CreateCentralizationRuleForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCentralizationRuleForOrganizationCommand_base: {
25
- new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateS3TableIntegrationInput, CreateS3TableIntegrationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface CreateS3TableIntegrationCommandInput extends CreateS3TableInteg
22
22
  export interface CreateS3TableIntegrationCommandOutput extends CreateS3TableIntegrationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateS3TableIntegrationCommand_base: {
25
- new (input: CreateS3TableIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateS3TableIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an integration between CloudWatch and S3 Tables for analytics. This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateTelemetryPipelineInput, CreateTelemetryPipelineOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface CreateTelemetryPipelineCommandInput extends CreateTelemetryPipe
22
22
  export interface CreateTelemetryPipelineCommandOutput extends CreateTelemetryPipelineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTelemetryPipelineCommand_base: {
25
- new (input: CreateTelemetryPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a telemetry pipeline for processing and transforming telemetry data. The pipeline defines how data flows from sources through processors to destinations, enabling data transformation and delivering capabilities. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateTelemetryRuleInput, CreateTelemetryRuleOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface CreateTelemetryRuleCommandInput extends CreateTelemetryRuleInpu
22
22
  export interface CreateTelemetryRuleCommandOutput extends CreateTelemetryRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTelemetryRuleCommand_base: {
25
- new (input: CreateTelemetryRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateTelemetryRuleForOrganizationInput, CreateTelemetryRuleForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface CreateTelemetryRuleForOrganizationCommandInput extends CreateTe
22
22
  export interface CreateTelemetryRuleForOrganizationCommandOutput extends CreateTelemetryRuleForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTelemetryRuleForOrganizationCommand_base: {
25
- new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface DeleteCentralizationRuleForOrganizationCommandInput extends Del
22
22
  export interface DeleteCentralizationRuleForOrganizationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCentralizationRuleForOrganizationCommand_base: {
25
- new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an organization-wide centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteS3TableIntegrationInput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface DeleteS3TableIntegrationCommandInput extends DeleteS3TableInteg
22
22
  export interface DeleteS3TableIntegrationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteS3TableIntegrationCommand_base: {
25
- new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an S3 Table integration and its associated data. This operation removes the connection between CloudWatch Observability Admin and S3 Tables.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteTelemetryPipelineInput, DeleteTelemetryPipelineOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface DeleteTelemetryPipelineCommandInput extends DeleteTelemetryPipe
22
22
  export interface DeleteTelemetryPipelineCommandOutput extends DeleteTelemetryPipelineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTelemetryPipelineCommand_base: {
25
- new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteTelemetryRuleInput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface DeleteTelemetryRuleCommandInput extends DeleteTelemetryRuleInpu
22
22
  export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTelemetryRuleCommand_base: {
25
- new (input: DeleteTelemetryRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteTelemetryRuleForOrganizationInput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface DeleteTelemetryRuleForOrganizationCommandInput extends DeleteTe
22
22
  export interface DeleteTelemetryRuleForOrganizationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTelemetryRuleForOrganizationCommand_base: {
25
- new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes an organization-wide telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetCentralizationRuleForOrganizationInput, GetCentralizationRuleForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetCentralizationRuleForOrganizationCommandInput extends GetCen
22
22
  export interface GetCentralizationRuleForOrganizationCommandOutput extends GetCentralizationRuleForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetCentralizationRuleForOrganizationCommand_base: {
25
- new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details of a specific organization centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetS3TableIntegrationInput, GetS3TableIntegrationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetS3TableIntegrationCommandInput extends GetS3TableIntegration
22
22
  export interface GetS3TableIntegrationCommandOutput extends GetS3TableIntegrationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetS3TableIntegrationCommand_base: {
25
- new (input: GetS3TableIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetS3TableIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetS3TableIntegrationCommandInput, GetS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a specific S3 Table integration, including its configuration, status, and metadata.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTelemetryEnrichmentStatusOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetTelemetryEnrichmentStatusCommandInput {
22
22
  export interface GetTelemetryEnrichmentStatusCommandOutput extends GetTelemetryEnrichmentStatusOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTelemetryEnrichmentStatusCommand_base: {
25
- new (input: GetTelemetryEnrichmentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTelemetryEnrichmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Resource Explorer. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTelemetryEvaluationStatusOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetTelemetryEvaluationStatusCommandInput {
22
22
  export interface GetTelemetryEvaluationStatusCommandOutput extends GetTelemetryEvaluationStatusOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTelemetryEvaluationStatusCommand_base: {
25
- new (input: GetTelemetryEvaluationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTelemetryEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTelemetryEvaluationStatusForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetTelemetryEvaluationStatusForOrganizationCommandInput {
22
22
  export interface GetTelemetryEvaluationStatusForOrganizationCommandOutput extends GetTelemetryEvaluationStatusForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
25
- new (input: GetTelemetryEvaluationStatusForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTelemetryEvaluationStatusForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> This returns the onboarding status of the telemetry configuration feature for the organization. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTelemetryPipelineInput, GetTelemetryPipelineOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetTelemetryPipelineCommandInput extends GetTelemetryPipelineIn
22
22
  export interface GetTelemetryPipelineCommandOutput extends GetTelemetryPipelineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTelemetryPipelineCommand_base: {
25
- new (input: GetTelemetryPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTelemetryPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a specific telemetry pipeline, including its configuration, status, and metadata.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTelemetryRuleInput, GetTelemetryRuleOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetTelemetryRuleCommandInput extends GetTelemetryRuleInput {
22
22
  export interface GetTelemetryRuleCommandOutput extends GetTelemetryRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTelemetryRuleCommand_base: {
25
- new (input: GetTelemetryRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTelemetryRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Retrieves the details of a specific telemetry rule in your account. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTelemetryRuleForOrganizationInput, GetTelemetryRuleForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface GetTelemetryRuleForOrganizationCommandInput extends GetTelemetr
22
22
  export interface GetTelemetryRuleForOrganizationCommandOutput extends GetTelemetryRuleForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTelemetryRuleForOrganizationCommand_base: {
25
- new (input: GetTelemetryRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTelemetryRuleForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Retrieves the details of a specific organization telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListCentralizationRulesForOrganizationInput, ListCentralizationRulesForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface ListCentralizationRulesForOrganizationCommandInput extends List
22
22
  export interface ListCentralizationRulesForOrganizationCommandOutput extends ListCentralizationRulesForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListCentralizationRulesForOrganizationCommand_base: {
25
- new (input: ListCentralizationRulesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListCentralizationRulesForOrganizationCommandInput, ListCentralizationRulesForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCentralizationRulesForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCentralizationRulesForOrganizationCommandInput, ListCentralizationRulesForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCentralizationRulesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListCentralizationRulesForOrganizationCommandInput, ListCentralizationRulesForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCentralizationRulesForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListCentralizationRulesForOrganizationCommandInput, ListCentralizationRulesForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all centralization rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListResourceTelemetryInput, ListResourceTelemetryOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface ListResourceTelemetryCommandInput extends ListResourceTelemetry
22
22
  export interface ListResourceTelemetryCommandOutput extends ListResourceTelemetryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourceTelemetryCommand_base: {
25
- new (input: ListResourceTelemetryCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceTelemetryCommandInput, ListResourceTelemetryCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListResourceTelemetryCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceTelemetryCommandInput, ListResourceTelemetryCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourceTelemetryCommandInput): import("@smithy/core/client").CommandImpl<ListResourceTelemetryCommandInput, ListResourceTelemetryCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListResourceTelemetryCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceTelemetryCommandInput, ListResourceTelemetryCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/telemetry-config-cloudwatch.html">Auditing CloudWatch telemetry configurations</a>. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListResourceTelemetryForOrganizationInput, ListResourceTelemetryForOrganizationOutput } from "../models/models_0";
4
4
  import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
@@ -22,9 +22,11 @@ export interface ListResourceTelemetryForOrganizationCommandInput extends ListRe
22
22
  export interface ListResourceTelemetryForOrganizationCommandOutput extends ListResourceTelemetryForOrganizationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourceTelemetryForOrganizationCommand_base: {
25
- new (input: ListResourceTelemetryForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetryForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListResourceTelemetryForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetryForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourceTelemetryForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetryForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListResourceTelemetryForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetryForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization. </p>