@aws-sdk/client-amp 3.507.0 → 3.511.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 +18 -1
- package/dist-types/Amp.d.ts +18 -1
- package/dist-types/AmpClient.d.ts +18 -1
- package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +12 -8
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +8 -5
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +13 -8
- package/dist-types/commands/CreateScraperCommand.d.ts +26 -8
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +10 -7
- package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +8 -7
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +7 -6
- package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +8 -7
- package/dist-types/commands/DeleteScraperCommand.d.ts +9 -7
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +12 -7
- package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +8 -6
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +7 -5
- package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +8 -6
- package/dist-types/commands/DescribeScraperCommand.d.ts +8 -6
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +7 -6
- package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +5 -4
- package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +7 -6
- package/dist-types/commands/ListScrapersCommand.d.ts +8 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -6
- package/dist-types/commands/ListWorkspacesCommand.d.ts +7 -5
- package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +11 -8
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +15 -8
- package/dist-types/commands/TagResourceCommand.d.ts +13 -6
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -6
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +8 -6
- package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +9 -8
- package/dist-types/index.d.ts +18 -1
- package/dist-types/models/models_0.d.ts +360 -260
- package/package.json +14 -14
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.511.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,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.511.0",
|
|
24
|
+
"@aws-sdk/core": "3.511.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.511.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.511.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.511.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.511.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.511.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.511.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.511.0",
|
|
32
|
+
"@aws-sdk/types": "3.511.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.511.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.511.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.511.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.1.1",
|
|
37
37
|
"@smithy/core": "^1.3.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.4.1",
|