@aws-sdk/client-amp 3.787.0 → 3.796.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.
- package/README.md +16 -0
- package/dist-cjs/index.js +109 -2
- package/dist-es/Amp.js +4 -0
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +53 -0
- package/dist-types/Amp.d.ts +14 -0
- package/dist-types/AmpClient.d.ts +4 -2
- package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +105 -0
- package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +111 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +162 -7
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Amp.d.ts +34 -0
- package/dist-types/ts3.4/AmpClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -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.
|
|
4
|
+
"version": "3.796.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",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.796.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.796.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.796.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.796.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|