@aws-sdk/client-amp 3.1044.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 (187) 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 +154 -156
  5. package/dist-cjs/models/AmpServiceException.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/Amp.js +1 -1
  10. package/dist-es/AmpClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +2 -2
  13. package/dist-es/commands/CreateAnomalyDetectorCommand.js +2 -2
  14. package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -2
  15. package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +2 -2
  16. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +2 -2
  17. package/dist-es/commands/CreateScraperCommand.js +2 -2
  18. package/dist-es/commands/CreateWorkspaceCommand.js +2 -2
  19. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -2
  20. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -2
  21. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +2 -2
  23. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  24. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -2
  25. package/dist-es/commands/DeleteScraperCommand.js +2 -2
  26. package/dist-es/commands/DeleteScraperLoggingConfigurationCommand.js +2 -2
  27. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  28. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +2 -2
  29. package/dist-es/commands/DescribeAnomalyDetectorCommand.js +2 -2
  30. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -2
  31. package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +2 -2
  32. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
  33. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +2 -2
  34. package/dist-es/commands/DescribeScraperCommand.js +2 -2
  35. package/dist-es/commands/DescribeScraperLoggingConfigurationCommand.js +2 -2
  36. package/dist-es/commands/DescribeWorkspaceCommand.js +2 -2
  37. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -2
  38. package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +2 -2
  39. package/dist-es/commands/ListAnomalyDetectorsCommand.js +2 -2
  40. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +2 -2
  41. package/dist-es/commands/ListScrapersCommand.js +2 -2
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-es/commands/ListWorkspacesCommand.js +2 -2
  44. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +2 -2
  45. package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -2
  46. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  47. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +2 -2
  48. package/dist-es/commands/TagResourceCommand.js +2 -2
  49. package/dist-es/commands/UntagResourceCommand.js +2 -2
  50. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -2
  51. package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +2 -2
  52. package/dist-es/commands/UpdateScraperCommand.js +2 -2
  53. package/dist-es/commands/UpdateScraperLoggingConfigurationCommand.js +2 -2
  54. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -2
  55. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -2
  56. package/dist-es/endpoint/bdd.js +1 -1
  57. package/dist-es/endpoint/endpointResolver.js +1 -1
  58. package/dist-es/models/AmpServiceException.js +1 -1
  59. package/dist-es/runtimeConfig.browser.js +4 -6
  60. package/dist-es/runtimeConfig.js +4 -8
  61. package/dist-es/runtimeConfig.shared.js +3 -4
  62. package/dist-es/runtimeExtensions.js +2 -2
  63. package/dist-es/waiters/waitForAnomalyDetectorActive.js +1 -1
  64. package/dist-es/waiters/waitForAnomalyDetectorDeleted.js +1 -1
  65. package/dist-es/waiters/waitForScraperActive.js +1 -1
  66. package/dist-es/waiters/waitForScraperDeleted.js +1 -1
  67. package/dist-es/waiters/waitForWorkspaceActive.js +1 -1
  68. package/dist-es/waiters/waitForWorkspaceDeleted.js +1 -1
  69. package/dist-types/Amp.d.ts +1 -1
  70. package/dist-types/AmpClient.d.ts +5 -5
  71. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +6 -4
  72. package/dist-types/commands/CreateAnomalyDetectorCommand.d.ts +6 -4
  73. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +6 -4
  74. package/dist-types/commands/CreateQueryLoggingConfigurationCommand.d.ts +6 -4
  75. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +6 -4
  76. package/dist-types/commands/CreateScraperCommand.d.ts +6 -4
  77. package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -4
  78. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +6 -4
  79. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +6 -4
  80. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -4
  81. package/dist-types/commands/DeleteQueryLoggingConfigurationCommand.d.ts +6 -4
  82. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  83. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +6 -4
  84. package/dist-types/commands/DeleteScraperCommand.d.ts +6 -4
  85. package/dist-types/commands/DeleteScraperLoggingConfigurationCommand.d.ts +6 -4
  86. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -4
  87. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +6 -4
  88. package/dist-types/commands/DescribeAnomalyDetectorCommand.d.ts +6 -4
  89. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +6 -4
  90. package/dist-types/commands/DescribeQueryLoggingConfigurationCommand.d.ts +6 -4
  91. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -4
  92. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +6 -4
  93. package/dist-types/commands/DescribeScraperCommand.d.ts +6 -4
  94. package/dist-types/commands/DescribeScraperLoggingConfigurationCommand.d.ts +6 -4
  95. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +6 -4
  96. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +6 -4
  97. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +6 -4
  98. package/dist-types/commands/ListAnomalyDetectorsCommand.d.ts +6 -4
  99. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +6 -4
  100. package/dist-types/commands/ListScrapersCommand.d.ts +6 -4
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  102. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -4
  103. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +6 -4
  104. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +6 -4
  105. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  106. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +6 -4
  107. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  108. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  109. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +6 -4
  110. package/dist-types/commands/UpdateQueryLoggingConfigurationCommand.d.ts +6 -4
  111. package/dist-types/commands/UpdateScraperCommand.d.ts +6 -4
  112. package/dist-types/commands/UpdateScraperLoggingConfigurationCommand.d.ts +6 -4
  113. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +6 -4
  114. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +6 -4
  115. package/dist-types/endpoint/bdd.d.ts +1 -1
  116. package/dist-types/extensionConfiguration.d.ts +1 -1
  117. package/dist-types/models/AmpServiceException.d.ts +1 -1
  118. package/dist-types/models/errors.d.ts +1 -1
  119. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  120. package/dist-types/runtimeConfig.d.ts +2 -2
  121. package/dist-types/runtimeConfig.native.d.ts +2 -2
  122. package/dist-types/ts3.4/Amp.d.ts +1 -1
  123. package/dist-types/ts3.4/AmpClient.d.ts +8 -14
  124. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  169. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  170. package/dist-types/ts3.4/models/AmpServiceException.d.ts +1 -1
  171. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  172. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  173. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  174. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  175. package/dist-types/ts3.4/waiters/waitForAnomalyDetectorActive.d.ts +1 -1
  176. package/dist-types/ts3.4/waiters/waitForAnomalyDetectorDeleted.d.ts +1 -1
  177. package/dist-types/ts3.4/waiters/waitForScraperActive.d.ts +1 -1
  178. package/dist-types/ts3.4/waiters/waitForScraperDeleted.d.ts +1 -1
  179. package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +1 -1
  180. package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +1 -1
  181. package/dist-types/waiters/waitForAnomalyDetectorActive.d.ts +1 -1
  182. package/dist-types/waiters/waitForAnomalyDetectorDeleted.d.ts +1 -1
  183. package/dist-types/waiters/waitForScraperActive.d.ts +1 -1
  184. package/dist-types/waiters/waitForScraperDeleted.d.ts +1 -1
  185. package/dist-types/waiters/waitForWorkspaceActive.d.ts +1 -1
  186. package/dist-types/waiters/waitForWorkspaceDeleted.d.ts +1 -1
  187. package/package.json +13 -35
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeAnomalyDetectorRequest, DescribeAnomalyDetectorResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeAnomalyDetectorCommandInput extends DescribeAnomalyDete
22
22
  export interface DescribeAnomalyDetectorCommandOutput extends DescribeAnomalyDetectorResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAnomalyDetectorCommand_base: {
25
- new (input: DescribeAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyDetectorCommandInput, DescribeAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyDetectorCommandInput, DescribeAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeAnomalyDetectorCommandInput, DescribeAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeAnomalyDetectorCommandInput, DescribeAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves detailed information about a specific anomaly detector, including its status and 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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggin
22
22
  export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggingConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeLoggingConfigurationCommand_base: {
25
- new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns complete information about the current rules and alerting logging configuration of the workspace.</p> <note> <p>These logging configurations are only for rules and alerting logs.</p> </note>
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeQueryLoggingConfigurationRequest, DescribeQueryLoggingConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeQueryLoggingConfigurationCommandInput extends DescribeQ
22
22
  export interface DescribeQueryLoggingConfigurationCommandOutput extends DescribeQueryLoggingConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeQueryLoggingConfigurationCommand_base: {
25
- new (input: DescribeQueryLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQueryLoggingConfigurationCommandInput, DescribeQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeQueryLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQueryLoggingConfigurationCommandInput, DescribeQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeQueryLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeQueryLoggingConfigurationCommandInput, DescribeQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeQueryLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeQueryLoggingConfigurationCommandInput, DescribeQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details of the query logging configuration for the specified workspace.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePoli
22
22
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeResourcePolicyCommand_base: {
25
- new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the resource-based policy attached to an Amazon Managed Service for Prometheus workspace.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeRuleGroupsNamespaceRequest, DescribeRuleGroupsNamespaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRuleGroupsNamespaceCommandInput extends DescribeRuleGro
22
22
  export interface DescribeRuleGroupsNamespaceCommandOutput extends DescribeRuleGroupsNamespaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRuleGroupsNamespaceCommand_base: {
25
- new (input: DescribeRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRuleGroupsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRuleGroupsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns complete information about one rule groups namespace. To retrieve a list of rule groups namespaces, use <code>ListRuleGroupsNamespaces</code>.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeScraperRequest, DescribeScraperResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeScraperCommandInput extends DescribeScraperRequest {
22
22
  export interface DescribeScraperCommandOutput extends DescribeScraperResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeScraperCommand_base: {
25
- new (input: DescribeScraperCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScraperCommandInput, DescribeScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScraperCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScraperCommandInput, DescribeScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeScraperCommandInput): import("@smithy/core/client").CommandImpl<DescribeScraperCommandInput, DescribeScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeScraperCommandInput): import("@smithy/core/client").CommandImpl<DescribeScraperCommandInput, DescribeScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>DescribeScraper</code> operation displays information about an existing scraper.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeScraperLoggingConfigurationRequest, DescribeScraperLoggingConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeScraperLoggingConfigurationCommandInput extends Describ
22
22
  export interface DescribeScraperLoggingConfigurationCommandOutput extends DescribeScraperLoggingConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeScraperLoggingConfigurationCommand_base: {
25
- new (input: DescribeScraperLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScraperLoggingConfigurationCommandInput, DescribeScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScraperLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScraperLoggingConfigurationCommandInput, DescribeScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeScraperLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeScraperLoggingConfigurationCommandInput, DescribeScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeScraperLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeScraperLoggingConfigurationCommandInput, DescribeScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the logging configuration for a Amazon Managed Service for Prometheus scraper.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest
22
22
  export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkspaceCommand_base: {
25
- new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about an existing workspace. </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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { DescribeWorkspaceConfigurationRequest, DescribeWorkspaceConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceConfigurationCommandInput extends DescribeWork
22
22
  export interface DescribeWorkspaceConfigurationCommandOutput extends DescribeWorkspaceConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkspaceConfigurationCommand_base: {
25
- new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this operation to return information about the configuration of a workspace. The configuration details returned include workspace configuration status, label set limits, and retention period.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { GetDefaultScraperConfigurationRequest, GetDefaultScraperConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDefaultScraperConfigurationCommandInput extends GetDefaultSc
22
22
  export interface GetDefaultScraperConfigurationCommandOutput extends GetDefaultScraperConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDefaultScraperConfigurationCommand_base: {
25
- new (input: GetDefaultScraperConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDefaultScraperConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDefaultScraperConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetDefaultScraperConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>GetDefaultScraperConfiguration</code> operation returns the default scraper configuration used when Amazon EKS creates a scraper for you.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { ListAnomalyDetectorsRequest, ListAnomalyDetectorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAnomalyDetectorsCommandInput extends ListAnomalyDetectorsRe
22
22
  export interface ListAnomalyDetectorsCommandOutput extends ListAnomalyDetectorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAnomalyDetectorsCommand_base: {
25
- new (input: ListAnomalyDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomalyDetectorsCommandInput, ListAnomalyDetectorsCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAnomalyDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnomalyDetectorsCommandInput, ListAnomalyDetectorsCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAnomalyDetectorsCommandInput): import("@smithy/core/client").CommandImpl<ListAnomalyDetectorsCommandInput, ListAnomalyDetectorsCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAnomalyDetectorsCommandInput): import("@smithy/core/client").CommandImpl<ListAnomalyDetectorsCommandInput, ListAnomalyDetectorsCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of anomaly detectors for a workspace with optional filtering by alias.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { ListRuleGroupsNamespacesRequest, ListRuleGroupsNamespacesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListRuleGroupsNamespacesCommandInput extends ListRuleGroupsName
22
22
  export interface ListRuleGroupsNamespacesCommandOutput extends ListRuleGroupsNamespacesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListRuleGroupsNamespacesCommand_base: {
25
- new (input: ListRuleGroupsNamespacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRuleGroupsNamespacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRuleGroupsNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRuleGroupsNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of rule groups namespaces in a workspace.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { ListScrapersRequest, ListScrapersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListScrapersCommandInput extends ListScrapersRequest {
22
22
  export interface ListScrapersCommandOutput extends ListScrapersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListScrapersCommand_base: {
25
- new (input: ListScrapersCommandInput): import("@smithy/smithy-client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListScrapersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListScrapersCommandInput): import("@smithy/core/client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListScrapersCommandInput]): import("@smithy/core/client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>ListScrapers</code> operation lists all of the scrapers in your account. This includes scrapers being created or deleted. You can optionally filter the returned list.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>ListTagsForResource</code> operation returns the tags that are associated with an Amazon Managed Service for Prometheus resource. Currently, the only resources that can be tagged are scrapers, workspaces, and rule groups namespaces. </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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {
22
22
  export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkspacesCommand_base: {
25
- new (input: ListWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWorkspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkspacesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWorkspacesCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all of the Amazon Managed Service for Prometheus workspaces in your account. This includes workspaces being created or deleted. </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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { PutAlertManagerDefinitionRequest, PutAlertManagerDefinitionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutAlertManagerDefinitionCommandInput extends PutAlertManagerDe
22
22
  export interface PutAlertManagerDefinitionCommandOutput extends PutAlertManagerDefinitionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutAlertManagerDefinitionCommand_base: {
25
- new (input: PutAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutAlertManagerDefinitionCommandInput): import("@smithy/core/client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutAlertManagerDefinitionCommandInput): import("@smithy/core/client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing alert manager definition in a workspace. If the workspace does not already have an alert manager definition, don't use this operation to create it. Instead, use <code>CreateAlertManagerDefinition</code>.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { PutAnomalyDetectorRequest, PutAnomalyDetectorResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorReques
22
22
  export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutAnomalyDetectorCommand_base: {
25
- new (input: PutAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>When you call <code>PutAnomalyDetector</code>, the operation creates a new anomaly detector if one doesn't exist, or updates an existing one. Each call to this operation triggers a complete retraining of the detector, which includes querying the minimum required samples and backfilling the detector with historical data. This process occurs regardless of whether you're making a minor change like updating the evaluation interval or making more substantial modifications. The operation serves as the single method for creating, updating, and retraining anomaly detectors.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
22
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates or updates a resource-based policy for an Amazon Managed Service for Prometheus workspace. Use resource-based policies to grant permissions to other AWS accounts or services to access your workspace.</p> <p>Only Prometheus-compatible APIs can be used for workspace sharing. You can add non-Prometheus-compatible APIs to the policy, but they will be ignored. For more information, see <a href="https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference-Prometheus-Compatible-Apis.html">Prometheus-compatible APIs</a> in the <i>Amazon Managed Service for Prometheus User Guide</i>.</p> <p>If your workspace uses customer-managed KMS keys for encryption, you must grant the principals in your resource-based policy access to those KMS keys. You can do this by creating KMS grants. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateGrant.html">CreateGrant</a> in the <i>AWS Key Management Service API Reference</i> and <a href="https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html">Encryption at rest</a> in the <i>Amazon Managed Service for Prometheus User Guide</i>.</p> <p>For more information about working with IAM, see <a href="https://docs.aws.amazon.com/prometheus/latest/userguide/security_iam_service-with-iam.html">Using Amazon Managed Service for Prometheus with IAM</a> in the <i>Amazon Managed Service for Prometheus User Guide</i>.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutRuleGroupsNamespaceCommandInput extends PutRuleGroupsNamespa
22
22
  export interface PutRuleGroupsNamespaceCommandOutput extends PutRuleGroupsNamespaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutRuleGroupsNamespaceCommand_base: {
25
- new (input: PutRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutRuleGroupsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutRuleGroupsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing rule groups namespace within a workspace. A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces.</p> <important> <p>The combined length of a rule group namespace and a rule group name cannot exceed 721 UTF-8 bytes.</p> </important> <p>Use this operation only to update existing rule groups namespaces. To create a new rule groups namespace, use <code>CreateRuleGroupsNamespace</code>.</p> <p>You can't use this operation to add tags to an existing rule groups namespace. Instead, use <code>TagResource</code>.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>TagResource</code> operation associates tags with an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces.</p> <p>If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. To remove a tag, use <code>UntagResource</code>.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified tags from an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces. </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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingCon
22
22
  export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateLoggingConfigurationCommand_base: {
25
- new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the log group ARN or the workspace ID of the current rules and alerting logging configuration.</p> <note> <p>These logging configurations are only for rules and alerting logs.</p> </note>
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { UpdateQueryLoggingConfigurationRequest, UpdateQueryLoggingConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateQueryLoggingConfigurationCommandInput extends UpdateQuery
22
22
  export interface UpdateQueryLoggingConfigurationCommandOutput extends UpdateQueryLoggingConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateQueryLoggingConfigurationCommand_base: {
25
- new (input: UpdateQueryLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueryLoggingConfigurationCommandInput, UpdateQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateQueryLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueryLoggingConfigurationCommandInput, UpdateQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateQueryLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateQueryLoggingConfigurationCommandInput, UpdateQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateQueryLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateQueryLoggingConfigurationCommandInput, UpdateQueryLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the query logging configuration for the specified workspace.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { UpdateScraperRequest, UpdateScraperResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateScraperCommandInput extends UpdateScraperRequest {
22
22
  export interface UpdateScraperCommandOutput extends UpdateScraperResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateScraperCommand_base: {
25
- new (input: UpdateScraperCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScraperCommandInput, UpdateScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateScraperCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScraperCommandInput, UpdateScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateScraperCommandInput): import("@smithy/core/client").CommandImpl<UpdateScraperCommandInput, UpdateScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateScraperCommandInput): import("@smithy/core/client").CommandImpl<UpdateScraperCommandInput, UpdateScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing scraper.</p> <p>You can't use this function to update the source from which the scraper is collecting metrics. To change the source, delete the scraper and create a new one.</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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
4
4
  import type { UpdateScraperLoggingConfigurationRequest, UpdateScraperLoggingConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateScraperLoggingConfigurationCommandInput extends UpdateScr
22
22
  export interface UpdateScraperLoggingConfigurationCommandOutput extends UpdateScraperLoggingConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateScraperLoggingConfigurationCommand_base: {
25
- new (input: UpdateScraperLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScraperLoggingConfigurationCommandInput, UpdateScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateScraperLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScraperLoggingConfigurationCommandInput, UpdateScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateScraperLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateScraperLoggingConfigurationCommandInput, UpdateScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateScraperLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateScraperLoggingConfigurationCommandInput, UpdateScraperLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the logging configuration for a Amazon Managed Service for Prometheus scraper.</p>