@aws-sdk/client-amp 3.533.0 → 3.535.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 (57) hide show
  1. package/dist-types/Amp.d.ts +5 -1
  2. package/dist-types/AmpClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateScraperCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteScraperCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeScraperCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListScrapersCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
  23. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -1
  25. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +2 -1
  29. package/dist-types/models/models_0.d.ts +260 -260
  30. package/dist-types/ts3.4/Amp.d.ts +4 -0
  31. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +9 -0
  57. package/package.json +41 -41
@@ -54,6 +54,7 @@ export interface Amp {
54
54
  /**
55
55
  * @see {@link CreateWorkspaceCommand}
56
56
  */
57
+ createWorkspace(): Promise<CreateWorkspaceCommandOutput>;
57
58
  createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
58
59
  createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
59
60
  createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
@@ -120,6 +121,7 @@ export interface Amp {
120
121
  /**
121
122
  * @see {@link GetDefaultScraperConfigurationCommand}
122
123
  */
124
+ getDefaultScraperConfiguration(): Promise<GetDefaultScraperConfigurationCommandOutput>;
123
125
  getDefaultScraperConfiguration(args: GetDefaultScraperConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDefaultScraperConfigurationCommandOutput>;
124
126
  getDefaultScraperConfiguration(args: GetDefaultScraperConfigurationCommandInput, cb: (err: any, data?: GetDefaultScraperConfigurationCommandOutput) => void): void;
125
127
  getDefaultScraperConfiguration(args: GetDefaultScraperConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDefaultScraperConfigurationCommandOutput) => void): void;
@@ -132,6 +134,7 @@ export interface Amp {
132
134
  /**
133
135
  * @see {@link ListScrapersCommand}
134
136
  */
137
+ listScrapers(): Promise<ListScrapersCommandOutput>;
135
138
  listScrapers(args: ListScrapersCommandInput, options?: __HttpHandlerOptions): Promise<ListScrapersCommandOutput>;
136
139
  listScrapers(args: ListScrapersCommandInput, cb: (err: any, data?: ListScrapersCommandOutput) => void): void;
137
140
  listScrapers(args: ListScrapersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScrapersCommandOutput) => void): void;
@@ -144,6 +147,7 @@ export interface Amp {
144
147
  /**
145
148
  * @see {@link ListWorkspacesCommand}
146
149
  */
150
+ listWorkspaces(): Promise<ListWorkspacesCommandOutput>;
147
151
  listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
148
152
  listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
149
153
  listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
@@ -185,7 +189,6 @@ export interface Amp {
185
189
  updateWorkspaceAlias(args: UpdateWorkspaceAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void): void;
186
190
  }
187
191
  /**
188
- * @public
189
192
  * <p>Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for
190
193
  * container metrics that makes it easier to securely monitor container environments at
191
194
  * scale. With Amazon Managed Service for Prometheus, you can use the same open-source Prometheus data
@@ -204,6 +207,7 @@ export interface Amp {
204
207
  * workspace.</p>
205
208
  * </li>
206
209
  * </ul>
210
+ * @public
207
211
  */
208
212
  export declare class Amp extends AmpClient implements Amp {
209
213
  }
@@ -177,7 +177,6 @@ export type AmpClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
177
177
  export interface AmpClientResolvedConfig extends AmpClientResolvedConfigType {
178
178
  }
179
179
  /**
180
- * @public
181
180
  * <p>Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for
182
181
  * container metrics that makes it easier to securely monitor container environments at
183
182
  * scale. With Amazon Managed Service for Prometheus, you can use the same open-source Prometheus data
@@ -196,6 +195,7 @@ export interface AmpClientResolvedConfig extends AmpClientResolvedConfigType {
196
195
  * workspace.</p>
197
196
  * </li>
198
197
  * </ul>
198
+ * @public
199
199
  */
200
200
  export declare class AmpClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmpClientResolvedConfig> {
201
201
  /**
@@ -22,10 +22,10 @@ export interface CreateAlertManagerDefinitionCommandOutput extends CreateAlertMa
22
22
  }
23
23
  declare const CreateAlertManagerDefinitionCommand_base: {
24
24
  new (input: CreateAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>CreateAlertManagerDefinition</code> operation creates the alert manager
30
30
  * definition in a workspace. If a workspace already has an alert manager definition, don't
31
31
  * use this operation to update it. Instead, use
@@ -83,6 +83,7 @@ declare const CreateAlertManagerDefinitionCommand_base: {
83
83
  * @throws {@link AmpServiceException}
84
84
  * <p>Base exception class for all service exceptions from Amp service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class CreateAlertManagerDefinitionCommand extends CreateAlertManagerDefinitionCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface CreateLoggingConfigurationCommandOutput extends CreateLoggingCo
22
22
  }
23
23
  declare const CreateLoggingConfigurationCommand_base: {
24
24
  new (input: CreateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>CreateLoggingConfiguration</code> operation creates a logging configuration
30
30
  * for the workspace. Use this operation to set the CloudWatch log group to which
31
31
  * the logs will be published to.</p>
@@ -73,6 +73,7 @@ declare const CreateLoggingConfigurationCommand_base: {
73
73
  * @throws {@link AmpServiceException}
74
74
  * <p>Base exception class for all service exceptions from Amp service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class CreateLoggingConfigurationCommand extends CreateLoggingConfigurationCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface CreateRuleGroupsNamespaceCommandOutput extends CreateRuleGroups
22
22
  }
23
23
  declare const CreateRuleGroupsNamespaceCommand_base: {
24
24
  new (input: CreateRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>CreateRuleGroupsNamespace</code> operation creates a rule groups namespace
30
30
  * within a workspace. A rule groups namespace is associated with exactly one rules file. A
31
31
  * workspace can have multiple rule groups namespaces.</p>
@@ -93,6 +93,7 @@ declare const CreateRuleGroupsNamespaceCommand_base: {
93
93
  * @throws {@link AmpServiceException}
94
94
  * <p>Base exception class for all service exceptions from Amp service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreateRuleGroupsNamespaceCommand extends CreateRuleGroupsNamespaceCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateScraperCommandOutput extends CreateScraperResponse, __Met
22
22
  }
23
23
  declare const CreateScraperCommand_base: {
24
24
  new (input: CreateScraperCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScraperCommandInput, CreateScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateScraperCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScraperCommandInput, CreateScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>CreateScraper</code> operation creates a scraper to collect metrics. A
30
30
  * scraper pulls metrics from Prometheus-compatible sources within an Amazon EKS
31
31
  * cluster, and sends them to your Amazon Managed Service for Prometheus workspace. You can configure the
@@ -122,6 +122,7 @@ declare const CreateScraperCommand_base: {
122
122
  * @throws {@link AmpServiceException}
123
123
  * <p>Base exception class for all service exceptions from Amp service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class CreateScraperCommand extends CreateScraperCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, _
22
22
  }
23
23
  declare const CreateWorkspaceCommand_base: {
24
24
  new (input: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateWorkspaceCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Prometheus workspace. A workspace is a logical space dedicated to the
30
30
  * storage and querying of Prometheus metrics. You can have one or more workspaces in each
31
31
  * Region in your account.</p>
@@ -87,6 +87,7 @@ declare const CreateWorkspaceCommand_base: {
87
87
  * @throws {@link AmpServiceException}
88
88
  * <p>Base exception class for all service exceptions from Amp service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DeleteAlertManagerDefinitionCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const DeleteAlertManagerDefinitionCommand_base: {
24
24
  new (input: DeleteAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the alert manager definition from a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DeleteAlertManagerDefinitionCommand_base: {
71
71
  * @throws {@link AmpServiceException}
72
72
  * <p>Base exception class for all service exceptions from Amp service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteAlertManagerDefinitionCommand extends DeleteAlertManagerDefinitionCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteLoggingConfigurationCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const DeleteLoggingConfigurationCommand_base: {
24
24
  new (input: DeleteLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the logging configuration for a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteLoggingConfigurationCommand_base: {
68
68
  * @throws {@link AmpServiceException}
69
69
  * <p>Base exception class for all service exceptions from Amp service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteRuleGroupsNamespaceCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteRuleGroupsNamespaceCommand_base: {
24
24
  new (input: DeleteRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleGroupsNamespaceCommandInput, DeleteRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleGroupsNamespaceCommandInput, DeleteRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes one rule groups namespace and its associated rule groups definition.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteRuleGroupsNamespaceCommand_base: {
72
72
  * @throws {@link AmpServiceException}
73
73
  * <p>Base exception class for all service exceptions from Amp service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteRuleGroupsNamespaceCommand extends DeleteRuleGroupsNamespaceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteScraperCommandOutput extends DeleteScraperResponse, __Met
22
22
  }
23
23
  declare const DeleteScraperCommand_base: {
24
24
  new (input: DeleteScraperCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScraperCommandInput, DeleteScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteScraperCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScraperCommandInput, DeleteScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>DeleteScraper</code> operation deletes one scraper, and stops any metrics
30
30
  * collection that the scraper performs.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const DeleteScraperCommand_base: {
77
77
  * @throws {@link AmpServiceException}
78
78
  * <p>Base exception class for all service exceptions from Amp service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteScraperCommand extends DeleteScraperCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteWorkspaceCommand_base: {
24
24
  new (input: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing workspace. </p>
30
30
  * <note>
31
31
  * <p>When you delete a workspace, the data that has been ingested into it is not
@@ -75,6 +75,7 @@ declare const DeleteWorkspaceCommand_base: {
75
75
  * @throws {@link AmpServiceException}
76
76
  * <p>Base exception class for all service exceptions from Amp service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DescribeAlertManagerDefinitionCommandOutput extends DescribeAle
22
22
  }
23
23
  declare const DescribeAlertManagerDefinitionCommand_base: {
24
24
  new (input: DescribeAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlertManagerDefinitionCommandInput, DescribeAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlertManagerDefinitionCommandInput, DescribeAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the full information about the alert manager definition for a
30
30
  * workspace.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const DescribeAlertManagerDefinitionCommand_base: {
78
78
  * @throws {@link AmpServiceException}
79
79
  * <p>Base exception class for all service exceptions from Amp service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DescribeAlertManagerDefinitionCommand extends DescribeAlertManagerDefinitionCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
22
22
  }
23
23
  declare const DescribeLoggingConfigurationCommand_base: {
24
24
  new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns complete information about the current logging configuration of the
30
30
  * workspace.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const DescribeLoggingConfigurationCommand_base: {
76
76
  * @throws {@link AmpServiceException}
77
77
  * <p>Base exception class for all service exceptions from Amp service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeRuleGroupsNamespaceCommandOutput extends DescribeRuleGr
22
22
  }
23
23
  declare const DescribeRuleGroupsNamespaceCommand_base: {
24
24
  new (input: DescribeRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns complete information about one rule groups namespace. To retrieve a list of
30
30
  * rule groups namespaces, use <code>ListRuleGroupsNamespaces</code>.</p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const DescribeRuleGroupsNamespaceCommand_base: {
84
84
  * @throws {@link AmpServiceException}
85
85
  * <p>Base exception class for all service exceptions from Amp service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DescribeRuleGroupsNamespaceCommand extends DescribeRuleGroupsNamespaceCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeScraperCommandOutput extends DescribeScraperResponse, _
22
22
  }
23
23
  declare const DescribeScraperCommand_base: {
24
24
  new (input: DescribeScraperCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScraperCommandInput, DescribeScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeScraperCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScraperCommandInput, DescribeScraperCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>DescribeScraper</code> operation displays information about an existing
30
30
  * scraper.</p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const DescribeScraperCommand_base: {
103
103
  * @throws {@link AmpServiceException}
104
104
  * <p>Base exception class for all service exceptions from Amp service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class DescribeScraperCommand extends DescribeScraperCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceRespons
22
22
  }
23
23
  declare const DescribeWorkspaceCommand_base: {
24
24
  new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an existing workspace. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DescribeWorkspaceCommand_base: {
82
82
  * @throws {@link AmpServiceException}
83
83
  * <p>Base exception class for all service exceptions from Amp service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetDefaultScraperConfigurationCommandOutput extends GetDefaultS
22
22
  }
23
23
  declare const GetDefaultScraperConfigurationCommand_base: {
24
24
  new (input: GetDefaultScraperConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDefaultScraperConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>GetDefaultScraperConfiguration</code> operation returns the default
30
30
  * scraper configuration used when Amazon EKS creates a scraper for you.</p>
31
31
  * @example
@@ -61,6 +61,7 @@ declare const GetDefaultScraperConfigurationCommand_base: {
61
61
  * @throws {@link AmpServiceException}
62
62
  * <p>Base exception class for all service exceptions from Amp service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class GetDefaultScraperConfigurationCommand extends GetDefaultScraperConfigurationCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface ListRuleGroupsNamespacesCommandOutput extends ListRuleGroupsNam
22
22
  }
23
23
  declare const ListRuleGroupsNamespacesCommand_base: {
24
24
  new (input: ListRuleGroupsNamespacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRuleGroupsNamespacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of rule groups namespaces in a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListRuleGroupsNamespacesCommand_base: {
87
87
  * @throws {@link AmpServiceException}
88
88
  * <p>Base exception class for all service exceptions from Amp service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListRuleGroupsNamespacesCommand extends ListRuleGroupsNamespacesCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListScrapersCommandOutput extends ListScrapersResponse, __Metad
22
22
  }
23
23
  declare const ListScrapersCommand_base: {
24
24
  new (input: ListScrapersCommandInput): import("@smithy/smithy-client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListScrapersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>ListScrapers</code> operation lists all of the scrapers in
30
30
  * your account. This includes scrapers being created or deleted. You can optionally
31
31
  * filter the returned list.</p>
@@ -107,6 +107,7 @@ declare const ListScrapersCommand_base: {
107
107
  * @throws {@link AmpServiceException}
108
108
  * <p>Base exception class for all service exceptions from Amp service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ListScrapersCommand extends ListScrapersCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>ListTagsForResource</code> operation returns the tags that are associated
30
30
  * with an Amazon Managed Service for Prometheus resource. Currently, the only resources that can be
31
31
  * tagged are workspaces and rule groups namespaces. </p>
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link AmpServiceException}
74
74
  * <p>Base exception class for all service exceptions from Amp service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M
22
22
  }
23
23
  declare const ListWorkspacesCommand_base: {
24
24
  new (input: ListWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWorkspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all of the Amazon Managed Service for Prometheus workspaces in your account. This includes
30
30
  * workspaces being created or deleted. </p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const ListWorkspacesCommand_base: {
84
84
  * @throws {@link AmpServiceException}
85
85
  * <p>Base exception class for all service exceptions from Amp service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface PutAlertManagerDefinitionCommandOutput extends PutAlertManagerD
22
22
  }
23
23
  declare const PutAlertManagerDefinitionCommand_base: {
24
24
  new (input: PutAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing alert manager definition in a workspace. If the workspace does not
30
30
  * already have an alert manager definition, don't use this operation to create it.
31
31
  * Instead, use <code>CreateAlertManagerDefinition</code>.</p>
@@ -82,6 +82,7 @@ declare const PutAlertManagerDefinitionCommand_base: {
82
82
  * @throws {@link AmpServiceException}
83
83
  * <p>Base exception class for all service exceptions from Amp service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class PutAlertManagerDefinitionCommand extends PutAlertManagerDefinitionCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface PutRuleGroupsNamespaceCommandOutput extends PutRuleGroupsNamesp
22
22
  }
23
23
  declare const PutRuleGroupsNamespaceCommand_base: {
24
24
  new (input: PutRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing rule groups namespace within a workspace. A rule groups namespace
30
30
  * is associated with exactly one rules file. A workspace can have multiple rule groups
31
31
  * namespaces.</p>
@@ -92,6 +92,7 @@ declare const PutRuleGroupsNamespaceCommand_base: {
92
92
  * @throws {@link AmpServiceException}
93
93
  * <p>Base exception class for all service exceptions from Amp service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class PutRuleGroupsNamespaceCommand extends PutRuleGroupsNamespaceCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>TagResource</code> operation associates tags with an Amazon Managed Service for Prometheus
30
30
  * resource. The only resources that can be tagged are workspaces and rule groups
31
31
  * namespaces. </p>
@@ -76,6 +76,7 @@ declare const TagResourceCommand_base: {
76
76
  * @throws {@link AmpServiceException}
77
77
  * <p>Base exception class for all service exceptions from Amp service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class TagResourceCommand extends TagResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from an Amazon Managed Service for Prometheus resource. The only resources
30
30
  * that can be tagged are workspaces and rule groups namespaces. </p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
71
71
  * @throws {@link AmpServiceException}
72
72
  * <p>Base exception class for all service exceptions from Amp service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
22
22
  }
23
23
  declare const UpdateLoggingConfigurationCommand_base: {
24
24
  new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the log group ARN or the workspace ID of the current logging
30
30
  * configuration.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
75
75
  * @throws {@link AmpServiceException}
76
76
  * <p>Base exception class for all service exceptions from Amp service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateWorkspaceAliasCommand_base: {
24
24
  new (input: UpdateWorkspaceAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkspaceAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the alias of an existing workspace. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const UpdateWorkspaceAliasCommand_base: {
75
75
  * @throws {@link AmpServiceException}
76
76
  * <p>Base exception class for all service exceptions from Amp service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateWorkspaceAliasCommand extends UpdateWorkspaceAliasCommand_base {
80
81
  }