@aws-sdk/client-amp 3.337.0 → 3.338.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 (97) hide show
  1. package/dist-cjs/AmpClient.js +2 -1
  2. package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +2 -1
  3. package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +2 -1
  5. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -1
  14. package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +2 -1
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  16. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -1
  17. package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +2 -1
  18. package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +2 -1
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  20. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  21. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -1
  22. package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +2 -1
  23. package/dist-cjs/index.js +2 -2
  24. package/dist-cjs/models/AmpServiceException.js +2 -1
  25. package/dist-es/AmpClient.js +1 -0
  26. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +1 -0
  27. package/dist-es/commands/CreateLoggingConfigurationCommand.js +1 -0
  28. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +1 -0
  29. package/dist-es/commands/CreateWorkspaceCommand.js +1 -0
  30. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +1 -0
  31. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +1 -0
  32. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +1 -0
  33. package/dist-es/commands/DeleteWorkspaceCommand.js +1 -0
  34. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +1 -0
  35. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +1 -0
  36. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +1 -0
  37. package/dist-es/commands/DescribeWorkspaceCommand.js +1 -0
  38. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +1 -0
  39. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  40. package/dist-es/commands/ListWorkspacesCommand.js +1 -0
  41. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +1 -0
  42. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +1 -0
  43. package/dist-es/commands/TagResourceCommand.js +1 -0
  44. package/dist-es/commands/UntagResourceCommand.js +1 -0
  45. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +1 -0
  46. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +1 -0
  47. package/dist-es/index.js +2 -2
  48. package/dist-es/models/AmpServiceException.js +1 -0
  49. package/dist-types/AmpClient.d.ts +3 -3
  50. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +4 -0
  51. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +4 -0
  52. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +4 -0
  53. package/dist-types/commands/CreateWorkspaceCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +4 -0
  56. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +4 -0
  57. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +4 -0
  58. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +4 -0
  59. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +4 -0
  60. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +4 -0
  61. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +4 -0
  62. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +4 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  64. package/dist-types/commands/ListWorkspacesCommand.d.ts +4 -0
  65. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +4 -0
  66. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +4 -0
  67. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  68. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  69. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +4 -0
  70. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +4 -0
  71. package/dist-types/index.d.ts +7 -2
  72. package/dist-types/models/AmpServiceException.d.ts +1 -0
  73. package/dist-types/ts3.4/AmpClient.d.ts +3 -3
  74. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/index.d.ts +2 -2
  96. package/dist-types/ts3.4/models/AmpServiceException.d.ts +1 -0
  97. package/package.json +29 -29
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DeleteLoggingConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DeleteWorkspaceRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DescribeAlertManagerDefinitionRequest, DescribeAlertManagerDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DescribeRuleGroupsNamespaceRequest, DescribeRuleGroupsNamespaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { ListRuleGroupsNamespacesRequest, ListRuleGroupsNamespacesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { PutAlertManagerDefinitionRequest, PutAlertManagerDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
5
  import { UpdateWorkspaceAliasRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,12 @@
1
- export * from "./Amp";
1
+ /**
2
+ * Amazon Managed Service for Prometheus
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./AmpClient";
7
+ export * from "./Amp";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
6
10
  export * from "./waiters";
11
+ export * from "./models";
7
12
  export { AmpServiceException } from "./models/AmpServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -135,6 +135,7 @@ import {
135
135
  ClientResolvedEndpointParameters,
136
136
  EndpointParameters,
137
137
  } from "./endpoint/EndpointParameters";
138
+ export { __Client };
138
139
  export type ServiceInputTypes =
139
140
  | CreateAlertManagerDefinitionCommandInput
140
141
  | CreateLoggingConfigurationCommandInput
@@ -203,7 +204,7 @@ export interface ClientDefaults
203
204
  logger?: __Logger;
204
205
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
205
206
  }
206
- type AmpClientConfigType = Partial<
207
+ export type AmpClientConfigType = Partial<
207
208
  __SmithyConfiguration<__HttpHandlerOptions>
208
209
  > &
209
210
  ClientDefaults &
@@ -215,7 +216,7 @@ type AmpClientConfigType = Partial<
215
216
  UserAgentInputConfig &
216
217
  ClientInputEndpointParameters;
217
218
  export interface AmpClientConfig extends AmpClientConfigType {}
218
- type AmpClientResolvedConfigType =
219
+ export type AmpClientResolvedConfigType =
219
220
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
220
221
  Required<ClientDefaults> &
221
222
  RegionResolvedConfig &
@@ -236,4 +237,3 @@ export declare class AmpClient extends __Client<
236
237
  constructor(configuration: AmpClientConfig);
237
238
  destroy(): void;
238
239
  }
239
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateAlertManagerDefinitionRequest,
16
16
  CreateAlertManagerDefinitionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAlertManagerDefinitionCommandInput
19
20
  extends CreateAlertManagerDefinitionRequest {}
20
21
  export interface CreateAlertManagerDefinitionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateLoggingConfigurationRequest,
16
16
  CreateLoggingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLoggingConfigurationCommandInput
19
20
  extends CreateLoggingConfigurationRequest {}
20
21
  export interface CreateLoggingConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateRuleGroupsNamespaceRequest,
16
16
  CreateRuleGroupsNamespaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRuleGroupsNamespaceCommandInput
19
20
  extends CreateRuleGroupsNamespaceRequest {}
20
21
  export interface CreateRuleGroupsNamespaceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateWorkspaceRequest,
16
16
  CreateWorkspaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
19
20
  export interface CreateWorkspaceCommandOutput
20
21
  extends CreateWorkspaceResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmpClient";
14
14
  import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAlertManagerDefinitionCommandInput
16
17
  extends DeleteAlertManagerDefinitionRequest {}
17
18
  export interface DeleteAlertManagerDefinitionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmpClient";
14
14
  import { DeleteLoggingConfigurationRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteLoggingConfigurationCommandInput
16
17
  extends DeleteLoggingConfigurationRequest {}
17
18
  export interface DeleteLoggingConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmpClient";
14
14
  import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRuleGroupsNamespaceCommandInput
16
17
  extends DeleteRuleGroupsNamespaceRequest {}
17
18
  export interface DeleteRuleGroupsNamespaceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmpClient";
14
14
  import { DeleteWorkspaceRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
16
17
  export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteWorkspaceCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAlertManagerDefinitionRequest,
16
16
  DescribeAlertManagerDefinitionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAlertManagerDefinitionCommandInput
19
20
  extends DescribeAlertManagerDefinitionRequest {}
20
21
  export interface DescribeAlertManagerDefinitionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeLoggingConfigurationRequest,
16
16
  DescribeLoggingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeLoggingConfigurationCommandInput
19
20
  extends DescribeLoggingConfigurationRequest {}
20
21
  export interface DescribeLoggingConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeRuleGroupsNamespaceRequest,
16
16
  DescribeRuleGroupsNamespaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeRuleGroupsNamespaceCommandInput
19
20
  extends DescribeRuleGroupsNamespaceRequest {}
20
21
  export interface DescribeRuleGroupsNamespaceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeWorkspaceRequest,
16
16
  DescribeWorkspaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeWorkspaceCommandInput
19
20
  extends DescribeWorkspaceRequest {}
20
21
  export interface DescribeWorkspaceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListRuleGroupsNamespacesRequest,
16
16
  ListRuleGroupsNamespacesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRuleGroupsNamespacesCommandInput
19
20
  extends ListRuleGroupsNamespacesRequest {}
20
21
  export interface ListRuleGroupsNamespacesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListWorkspacesRequest,
16
16
  ListWorkspacesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
19
20
  export interface ListWorkspacesCommandOutput
20
21
  extends ListWorkspacesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  PutAlertManagerDefinitionRequest,
16
16
  PutAlertManagerDefinitionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutAlertManagerDefinitionCommandInput
19
20
  extends PutAlertManagerDefinitionRequest {}
20
21
  export interface PutAlertManagerDefinitionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutRuleGroupsNamespaceRequest,
16
16
  PutRuleGroupsNamespaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutRuleGroupsNamespaceCommandInput
19
20
  extends PutRuleGroupsNamespaceRequest {}
20
21
  export interface PutRuleGroupsNamespaceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmpClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateLoggingConfigurationRequest,
16
16
  UpdateLoggingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateLoggingConfigurationCommandInput
19
20
  extends UpdateLoggingConfigurationRequest {}
20
21
  export interface UpdateLoggingConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmpClient";
14
14
  import { UpdateWorkspaceAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateWorkspaceAliasCommandInput
16
17
  extends UpdateWorkspaceAliasRequest {}
17
18
  export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {}
@@ -1,7 +1,7 @@
1
- export * from "./Amp";
2
1
  export * from "./AmpClient";
2
+ export * from "./Amp";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { AmpServiceException } from "./models/AmpServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class AmpServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.337.0",
55
+ "@aws-sdk/util-waiter": "3.338.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "tslib": "^2.5.0",