@aws-sdk/client-amp 3.170.0 → 3.178.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 (36) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Amp.d.ts +0 -21
  6. package/dist-types/ts3.4/AmpClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/models/AmpServiceException.d.ts +0 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -213
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  34. package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +0 -2
  35. package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +0 -2
  36. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-amp
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-amp
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-amp
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -84,7 +84,6 @@ import {
84
84
  UpdateWorkspaceAliasCommandInput,
85
85
  UpdateWorkspaceAliasCommandOutput,
86
86
  } from "./commands/UpdateWorkspaceAliasCommand";
87
-
88
87
  export declare class Amp extends AmpClient {
89
88
  createAlertManagerDefinition(
90
89
  args: CreateAlertManagerDefinitionCommandInput,
@@ -99,7 +98,6 @@ export declare class Amp extends AmpClient {
99
98
  options: __HttpHandlerOptions,
100
99
  cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void
101
100
  ): void;
102
-
103
101
  createLoggingConfiguration(
104
102
  args: CreateLoggingConfigurationCommandInput,
105
103
  options?: __HttpHandlerOptions
@@ -113,7 +111,6 @@ export declare class Amp extends AmpClient {
113
111
  options: __HttpHandlerOptions,
114
112
  cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
115
113
  ): void;
116
-
117
114
  createRuleGroupsNamespace(
118
115
  args: CreateRuleGroupsNamespaceCommandInput,
119
116
  options?: __HttpHandlerOptions
@@ -127,7 +124,6 @@ export declare class Amp extends AmpClient {
127
124
  options: __HttpHandlerOptions,
128
125
  cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void
129
126
  ): void;
130
-
131
127
  createWorkspace(
132
128
  args: CreateWorkspaceCommandInput,
133
129
  options?: __HttpHandlerOptions
@@ -141,7 +137,6 @@ export declare class Amp extends AmpClient {
141
137
  options: __HttpHandlerOptions,
142
138
  cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
143
139
  ): void;
144
-
145
140
  deleteAlertManagerDefinition(
146
141
  args: DeleteAlertManagerDefinitionCommandInput,
147
142
  options?: __HttpHandlerOptions
@@ -155,7 +150,6 @@ export declare class Amp extends AmpClient {
155
150
  options: __HttpHandlerOptions,
156
151
  cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void
157
152
  ): void;
158
-
159
153
  deleteLoggingConfiguration(
160
154
  args: DeleteLoggingConfigurationCommandInput,
161
155
  options?: __HttpHandlerOptions
@@ -169,7 +163,6 @@ export declare class Amp extends AmpClient {
169
163
  options: __HttpHandlerOptions,
170
164
  cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
171
165
  ): void;
172
-
173
166
  deleteRuleGroupsNamespace(
174
167
  args: DeleteRuleGroupsNamespaceCommandInput,
175
168
  options?: __HttpHandlerOptions
@@ -183,7 +176,6 @@ export declare class Amp extends AmpClient {
183
176
  options: __HttpHandlerOptions,
184
177
  cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void
185
178
  ): void;
186
-
187
179
  deleteWorkspace(
188
180
  args: DeleteWorkspaceCommandInput,
189
181
  options?: __HttpHandlerOptions
@@ -197,7 +189,6 @@ export declare class Amp extends AmpClient {
197
189
  options: __HttpHandlerOptions,
198
190
  cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
199
191
  ): void;
200
-
201
192
  describeAlertManagerDefinition(
202
193
  args: DescribeAlertManagerDefinitionCommandInput,
203
194
  options?: __HttpHandlerOptions
@@ -211,7 +202,6 @@ export declare class Amp extends AmpClient {
211
202
  options: __HttpHandlerOptions,
212
203
  cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void
213
204
  ): void;
214
-
215
205
  describeLoggingConfiguration(
216
206
  args: DescribeLoggingConfigurationCommandInput,
217
207
  options?: __HttpHandlerOptions
@@ -225,7 +215,6 @@ export declare class Amp extends AmpClient {
225
215
  options: __HttpHandlerOptions,
226
216
  cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
227
217
  ): void;
228
-
229
218
  describeRuleGroupsNamespace(
230
219
  args: DescribeRuleGroupsNamespaceCommandInput,
231
220
  options?: __HttpHandlerOptions
@@ -239,7 +228,6 @@ export declare class Amp extends AmpClient {
239
228
  options: __HttpHandlerOptions,
240
229
  cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void
241
230
  ): void;
242
-
243
231
  describeWorkspace(
244
232
  args: DescribeWorkspaceCommandInput,
245
233
  options?: __HttpHandlerOptions
@@ -253,7 +241,6 @@ export declare class Amp extends AmpClient {
253
241
  options: __HttpHandlerOptions,
254
242
  cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
255
243
  ): void;
256
-
257
244
  listRuleGroupsNamespaces(
258
245
  args: ListRuleGroupsNamespacesCommandInput,
259
246
  options?: __HttpHandlerOptions
@@ -267,7 +254,6 @@ export declare class Amp extends AmpClient {
267
254
  options: __HttpHandlerOptions,
268
255
  cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void
269
256
  ): void;
270
-
271
257
  listTagsForResource(
272
258
  args: ListTagsForResourceCommandInput,
273
259
  options?: __HttpHandlerOptions
@@ -281,7 +267,6 @@ export declare class Amp extends AmpClient {
281
267
  options: __HttpHandlerOptions,
282
268
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
283
269
  ): void;
284
-
285
270
  listWorkspaces(
286
271
  args: ListWorkspacesCommandInput,
287
272
  options?: __HttpHandlerOptions
@@ -295,7 +280,6 @@ export declare class Amp extends AmpClient {
295
280
  options: __HttpHandlerOptions,
296
281
  cb: (err: any, data?: ListWorkspacesCommandOutput) => void
297
282
  ): void;
298
-
299
283
  putAlertManagerDefinition(
300
284
  args: PutAlertManagerDefinitionCommandInput,
301
285
  options?: __HttpHandlerOptions
@@ -309,7 +293,6 @@ export declare class Amp extends AmpClient {
309
293
  options: __HttpHandlerOptions,
310
294
  cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void
311
295
  ): void;
312
-
313
296
  putRuleGroupsNamespace(
314
297
  args: PutRuleGroupsNamespaceCommandInput,
315
298
  options?: __HttpHandlerOptions
@@ -323,7 +306,6 @@ export declare class Amp extends AmpClient {
323
306
  options: __HttpHandlerOptions,
324
307
  cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void
325
308
  ): void;
326
-
327
309
  tagResource(
328
310
  args: TagResourceCommandInput,
329
311
  options?: __HttpHandlerOptions
@@ -337,7 +319,6 @@ export declare class Amp extends AmpClient {
337
319
  options: __HttpHandlerOptions,
338
320
  cb: (err: any, data?: TagResourceCommandOutput) => void
339
321
  ): void;
340
-
341
322
  untagResource(
342
323
  args: UntagResourceCommandInput,
343
324
  options?: __HttpHandlerOptions
@@ -351,7 +332,6 @@ export declare class Amp extends AmpClient {
351
332
  options: __HttpHandlerOptions,
352
333
  cb: (err: any, data?: UntagResourceCommandOutput) => void
353
334
  ): void;
354
-
355
335
  updateLoggingConfiguration(
356
336
  args: UpdateLoggingConfigurationCommandInput,
357
337
  options?: __HttpHandlerOptions
@@ -365,7 +345,6 @@ export declare class Amp extends AmpClient {
365
345
  options: __HttpHandlerOptions,
366
346
  cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
367
347
  ): void;
368
-
369
348
  updateWorkspaceAlias(
370
349
  args: UpdateWorkspaceAliasCommandInput,
371
350
  options?: __HttpHandlerOptions
@@ -173,47 +173,26 @@ export declare type ServiceOutputTypes =
173
173
  export interface ClientDefaults
174
174
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
175
175
  requestHandler?: __HttpHandler;
176
-
177
176
  sha256?: __HashConstructor;
178
-
179
177
  urlParser?: __UrlParser;
180
-
181
178
  bodyLengthChecker?: __BodyLengthCalculator;
182
-
183
179
  streamCollector?: __StreamCollector;
184
-
185
180
  base64Decoder?: __Decoder;
186
-
187
181
  base64Encoder?: __Encoder;
188
-
189
182
  utf8Decoder?: __Decoder;
190
-
191
183
  utf8Encoder?: __Encoder;
192
-
193
184
  runtime?: string;
194
-
195
185
  disableHostPrefix?: boolean;
196
-
197
186
  maxAttempts?: number | __Provider<number>;
198
-
199
187
  retryMode?: string | __Provider<string>;
200
-
201
188
  logger?: __Logger;
202
-
203
189
  useDualstackEndpoint?: boolean | __Provider<boolean>;
204
-
205
190
  useFipsEndpoint?: boolean | __Provider<boolean>;
206
-
207
191
  serviceId?: string;
208
-
209
192
  region?: string | __Provider<string>;
210
-
211
193
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
212
-
213
194
  regionInfoProvider?: RegionInfoProvider;
214
-
215
195
  defaultUserAgentProvider?: Provider<__UserAgent>;
216
-
217
196
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
218
197
  }
219
198
  declare type AmpClientConfigType = Partial<
@@ -226,7 +205,6 @@ declare type AmpClientConfigType = Partial<
226
205
  HostHeaderInputConfig &
227
206
  AwsAuthInputConfig &
228
207
  UserAgentInputConfig;
229
-
230
208
  export interface AmpClientConfig extends AmpClientConfigType {}
231
209
  declare type AmpClientResolvedConfigType =
232
210
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -237,9 +215,7 @@ declare type AmpClientResolvedConfigType =
237
215
  HostHeaderResolvedConfig &
238
216
  AwsAuthResolvedConfig &
239
217
  UserAgentResolvedConfig;
240
-
241
218
  export interface AmpClientResolvedConfig extends AmpClientResolvedConfigType {}
242
-
243
219
  export declare class AmpClient extends __Client<
244
220
  __HttpHandlerOptions,
245
221
  ServiceInputTypes,
@@ -248,7 +224,6 @@ export declare class AmpClient extends __Client<
248
224
  > {
249
225
  readonly config: AmpClientResolvedConfig;
250
226
  constructor(configuration: AmpClientConfig);
251
-
252
227
  destroy(): void;
253
228
  }
254
229
  export {};
@@ -19,7 +19,6 @@ export interface CreateAlertManagerDefinitionCommandInput
19
19
  export interface CreateAlertManagerDefinitionCommandOutput
20
20
  extends CreateAlertManagerDefinitionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateAlertManagerDefinitionCommand extends $Command<
24
23
  CreateAlertManagerDefinitionCommandInput,
25
24
  CreateAlertManagerDefinitionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateAlertManagerDefinitionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateAlertManagerDefinitionCommandInput;
29
28
  constructor(input: CreateAlertManagerDefinitionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateLoggingConfigurationCommandInput
19
19
  export interface CreateLoggingConfigurationCommandOutput
20
20
  extends CreateLoggingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateLoggingConfigurationCommand extends $Command<
24
23
  CreateLoggingConfigurationCommandInput,
25
24
  CreateLoggingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateLoggingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateLoggingConfigurationCommandInput;
29
28
  constructor(input: CreateLoggingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateRuleGroupsNamespaceCommandInput
19
19
  export interface CreateRuleGroupsNamespaceCommandOutput
20
20
  extends CreateRuleGroupsNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateRuleGroupsNamespaceCommand extends $Command<
24
23
  CreateRuleGroupsNamespaceCommandInput,
25
24
  CreateRuleGroupsNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateRuleGroupsNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateRuleGroupsNamespaceCommandInput;
29
28
  constructor(input: CreateRuleGroupsNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
18
18
  export interface CreateWorkspaceCommandOutput
19
19
  extends CreateWorkspaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateWorkspaceCommand extends $Command<
23
22
  CreateWorkspaceCommandInput,
24
23
  CreateWorkspaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateWorkspaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateWorkspaceCommandInput;
28
27
  constructor(input: CreateWorkspaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmpClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteAlertManagerDefinitionCommandInput
15
15
  extends DeleteAlertManagerDefinitionRequest {}
16
16
  export interface DeleteAlertManagerDefinitionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteAlertManagerDefinitionCommand extends $Command<
20
19
  DeleteAlertManagerDefinitionCommandInput,
21
20
  DeleteAlertManagerDefinitionCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteAlertManagerDefinitionCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteAlertManagerDefinitionCommandInput;
25
24
  constructor(input: DeleteAlertManagerDefinitionCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AmpClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteLoggingConfigurationCommandInput
15
15
  extends DeleteLoggingConfigurationRequest {}
16
16
  export interface DeleteLoggingConfigurationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteLoggingConfigurationCommand extends $Command<
20
19
  DeleteLoggingConfigurationCommandInput,
21
20
  DeleteLoggingConfigurationCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteLoggingConfigurationCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteLoggingConfigurationCommandInput;
25
24
  constructor(input: DeleteLoggingConfigurationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AmpClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteRuleGroupsNamespaceCommandInput
15
15
  extends DeleteRuleGroupsNamespaceRequest {}
16
16
  export interface DeleteRuleGroupsNamespaceCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteRuleGroupsNamespaceCommand extends $Command<
20
19
  DeleteRuleGroupsNamespaceCommandInput,
21
20
  DeleteRuleGroupsNamespaceCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteRuleGroupsNamespaceCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteRuleGroupsNamespaceCommandInput;
25
24
  constructor(input: DeleteRuleGroupsNamespaceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AmpClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteWorkspaceRequest } from "../models/models_0";
14
14
  export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
15
15
  export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteWorkspaceCommand extends $Command<
18
17
  DeleteWorkspaceCommandInput,
19
18
  DeleteWorkspaceCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteWorkspaceCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteWorkspaceCommandInput;
23
22
  constructor(input: DeleteWorkspaceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAlertManagerDefinitionCommandInput
19
19
  export interface DescribeAlertManagerDefinitionCommandOutput
20
20
  extends DescribeAlertManagerDefinitionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAlertManagerDefinitionCommand extends $Command<
24
23
  DescribeAlertManagerDefinitionCommandInput,
25
24
  DescribeAlertManagerDefinitionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAlertManagerDefinitionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAlertManagerDefinitionCommandInput;
29
28
  constructor(input: DescribeAlertManagerDefinitionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLoggingConfigurationCommandInput
19
19
  export interface DescribeLoggingConfigurationCommandOutput
20
20
  extends DescribeLoggingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLoggingConfigurationCommand extends $Command<
24
23
  DescribeLoggingConfigurationCommandInput,
25
24
  DescribeLoggingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLoggingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLoggingConfigurationCommandInput;
29
28
  constructor(input: DescribeLoggingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRuleGroupsNamespaceCommandInput
19
19
  export interface DescribeRuleGroupsNamespaceCommandOutput
20
20
  extends DescribeRuleGroupsNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRuleGroupsNamespaceCommand extends $Command<
24
23
  DescribeRuleGroupsNamespaceCommandInput,
25
24
  DescribeRuleGroupsNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRuleGroupsNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRuleGroupsNamespaceCommandInput;
29
28
  constructor(input: DescribeRuleGroupsNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeWorkspaceCommandInput
19
19
  export interface DescribeWorkspaceCommandOutput
20
20
  extends DescribeWorkspaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeWorkspaceCommand extends $Command<
24
23
  DescribeWorkspaceCommandInput,
25
24
  DescribeWorkspaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeWorkspaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeWorkspaceCommandInput;
29
28
  constructor(input: DescribeWorkspaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListRuleGroupsNamespacesCommandInput
19
19
  export interface ListRuleGroupsNamespacesCommandOutput
20
20
  extends ListRuleGroupsNamespacesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListRuleGroupsNamespacesCommand extends $Command<
24
23
  ListRuleGroupsNamespacesCommandInput,
25
24
  ListRuleGroupsNamespacesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListRuleGroupsNamespacesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListRuleGroupsNamespacesCommandInput;
29
28
  constructor(input: ListRuleGroupsNamespacesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
18
18
  export interface ListWorkspacesCommandOutput
19
19
  extends ListWorkspacesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListWorkspacesCommand extends $Command<
23
22
  ListWorkspacesCommandInput,
24
23
  ListWorkspacesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListWorkspacesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListWorkspacesCommandInput;
28
27
  constructor(input: ListWorkspacesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutAlertManagerDefinitionCommandInput
19
19
  export interface PutAlertManagerDefinitionCommandOutput
20
20
  extends PutAlertManagerDefinitionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutAlertManagerDefinitionCommand extends $Command<
24
23
  PutAlertManagerDefinitionCommandInput,
25
24
  PutAlertManagerDefinitionCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutAlertManagerDefinitionCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutAlertManagerDefinitionCommandInput;
29
28
  constructor(input: PutAlertManagerDefinitionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutRuleGroupsNamespaceCommandInput
19
19
  export interface PutRuleGroupsNamespaceCommandOutput
20
20
  extends PutRuleGroupsNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutRuleGroupsNamespaceCommand extends $Command<
24
23
  PutRuleGroupsNamespaceCommandInput,
25
24
  PutRuleGroupsNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutRuleGroupsNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutRuleGroupsNamespaceCommandInput;
29
28
  constructor(input: PutRuleGroupsNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AmpClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AmpClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateLoggingConfigurationCommandInput
19
19
  export interface UpdateLoggingConfigurationCommandOutput
20
20
  extends UpdateLoggingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateLoggingConfigurationCommand extends $Command<
24
23
  UpdateLoggingConfigurationCommandInput,
25
24
  UpdateLoggingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateLoggingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateLoggingConfigurationCommandInput;
29
28
  constructor(input: UpdateLoggingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AmpClientResolvedConfig,
@@ -14,7 +14,6 @@ import { UpdateWorkspaceAliasRequest } from "../models/models_0";
14
14
  export interface UpdateWorkspaceAliasCommandInput
15
15
  extends UpdateWorkspaceAliasRequest {}
16
16
  export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class UpdateWorkspaceAliasCommand extends $Command<
19
18
  UpdateWorkspaceAliasCommandInput,
20
19
  UpdateWorkspaceAliasCommandOutput,
@@ -22,7 +21,6 @@ export declare class UpdateWorkspaceAliasCommand extends $Command<
22
21
  > {
23
22
  readonly input: UpdateWorkspaceAliasCommandInput;
24
23
  constructor(input: UpdateWorkspaceAliasCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: AmpClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class AmpServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }