@aws-sdk/client-amp 3.787.0 → 3.791.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.
@@ -63,6 +63,10 @@ import {
63
63
  DescribeWorkspaceCommandInput,
64
64
  DescribeWorkspaceCommandOutput,
65
65
  } from "../commands/DescribeWorkspaceCommand";
66
+ import {
67
+ DescribeWorkspaceConfigurationCommandInput,
68
+ DescribeWorkspaceConfigurationCommandOutput,
69
+ } from "../commands/DescribeWorkspaceConfigurationCommand";
66
70
  import {
67
71
  GetDefaultScraperConfigurationCommandInput,
68
72
  GetDefaultScraperConfigurationCommandOutput,
@@ -111,6 +115,10 @@ import {
111
115
  UpdateWorkspaceAliasCommandInput,
112
116
  UpdateWorkspaceAliasCommandOutput,
113
117
  } from "../commands/UpdateWorkspaceAliasCommand";
118
+ import {
119
+ UpdateWorkspaceConfigurationCommandInput,
120
+ UpdateWorkspaceConfigurationCommandOutput,
121
+ } from "../commands/UpdateWorkspaceConfigurationCommand";
114
122
  export declare const se_CreateAlertManagerDefinitionCommand: (
115
123
  input: CreateAlertManagerDefinitionCommandInput,
116
124
  context: __SerdeContext
@@ -171,6 +179,10 @@ export declare const se_DescribeWorkspaceCommand: (
171
179
  input: DescribeWorkspaceCommandInput,
172
180
  context: __SerdeContext
173
181
  ) => Promise<__HttpRequest>;
182
+ export declare const se_DescribeWorkspaceConfigurationCommand: (
183
+ input: DescribeWorkspaceConfigurationCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
174
186
  export declare const se_GetDefaultScraperConfigurationCommand: (
175
187
  input: GetDefaultScraperConfigurationCommandInput,
176
188
  context: __SerdeContext
@@ -219,6 +231,10 @@ export declare const se_UpdateWorkspaceAliasCommand: (
219
231
  input: UpdateWorkspaceAliasCommandInput,
220
232
  context: __SerdeContext
221
233
  ) => Promise<__HttpRequest>;
234
+ export declare const se_UpdateWorkspaceConfigurationCommand: (
235
+ input: UpdateWorkspaceConfigurationCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
222
238
  export declare const de_CreateAlertManagerDefinitionCommand: (
223
239
  output: __HttpResponse,
224
240
  context: __SerdeContext
@@ -279,6 +295,10 @@ export declare const de_DescribeWorkspaceCommand: (
279
295
  output: __HttpResponse,
280
296
  context: __SerdeContext
281
297
  ) => Promise<DescribeWorkspaceCommandOutput>;
298
+ export declare const de_DescribeWorkspaceConfigurationCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
282
302
  export declare const de_GetDefaultScraperConfigurationCommand: (
283
303
  output: __HttpResponse,
284
304
  context: __SerdeContext
@@ -327,3 +347,7 @@ export declare const de_UpdateWorkspaceAliasCommand: (
327
347
  output: __HttpResponse,
328
348
  context: __SerdeContext
329
349
  ) => Promise<UpdateWorkspaceAliasCommandOutput>;
350
+ export declare const de_UpdateWorkspaceConfigurationCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<UpdateWorkspaceConfigurationCommandOutput>;
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.787.0",
4
+ "version": "3.791.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amp",