@aws-sdk/client-bcm-recommended-actions 3.954.0 → 3.956.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/dist-cjs/index.js +4 -4
- package/dist-es/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/index.d.ts +1 -1
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -213,7 +213,7 @@ var AccessDeniedException$ = [
|
|
|
213
213
|
-3,
|
|
214
214
|
n0,
|
|
215
215
|
_ADE,
|
|
216
|
-
{ [
|
|
216
|
+
{ [_aQE]: [`BCMRecommendedActionsAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
217
217
|
[_m],
|
|
218
218
|
[0],
|
|
219
219
|
];
|
|
@@ -223,7 +223,7 @@ var InternalServerException$ = [
|
|
|
223
223
|
-3,
|
|
224
224
|
n0,
|
|
225
225
|
_ISE,
|
|
226
|
-
{ [
|
|
226
|
+
{ [_aQE]: [`BCMRecommendedActionsInternalServer`, 500], [_e]: _s, [_hE]: 500 },
|
|
227
227
|
[_m],
|
|
228
228
|
[0],
|
|
229
229
|
];
|
|
@@ -257,7 +257,7 @@ var ThrottlingException$ = [
|
|
|
257
257
|
-3,
|
|
258
258
|
n0,
|
|
259
259
|
_TE,
|
|
260
|
-
{ [
|
|
260
|
+
{ [_aQE]: [`BCMRecommendedActionsThrottling`, 429], [_e]: _c, [_hE]: 429 },
|
|
261
261
|
[_m],
|
|
262
262
|
[0],
|
|
263
263
|
];
|
|
@@ -266,7 +266,7 @@ var ValidationException$ = [
|
|
|
266
266
|
-3,
|
|
267
267
|
n0,
|
|
268
268
|
_VE,
|
|
269
|
-
{ [
|
|
269
|
+
{ [_aQE]: [`BCMRecommendedActionsValidation`, 400], [_e]: _c, [_hE]: 400 },
|
|
270
270
|
[_m, _r, _fL],
|
|
271
271
|
[0, 0, () => ValidationExceptionFieldList],
|
|
272
272
|
];
|
package/dist-es/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export * from "./schemas/schemas_0";
|
|
|
5
5
|
export * from "./pagination";
|
|
6
6
|
export * from "./models/enums";
|
|
7
7
|
export * from "./models/errors";
|
|
8
|
+
export * from "./models/models_0";
|
|
8
9
|
export { BCMRecommendedActionsServiceException } from "./models/BCMRecommendedActionsServiceException";
|
|
@@ -46,7 +46,7 @@ export var AccessDeniedException$ = [
|
|
|
46
46
|
-3,
|
|
47
47
|
n0,
|
|
48
48
|
_ADE,
|
|
49
|
-
{ [
|
|
49
|
+
{ [_aQE]: [`BCMRecommendedActionsAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
50
50
|
[_m],
|
|
51
51
|
[0],
|
|
52
52
|
];
|
|
@@ -56,7 +56,7 @@ export var InternalServerException$ = [
|
|
|
56
56
|
-3,
|
|
57
57
|
n0,
|
|
58
58
|
_ISE,
|
|
59
|
-
{ [
|
|
59
|
+
{ [_aQE]: [`BCMRecommendedActionsInternalServer`, 500], [_e]: _s, [_hE]: 500 },
|
|
60
60
|
[_m],
|
|
61
61
|
[0],
|
|
62
62
|
];
|
|
@@ -90,7 +90,7 @@ export var ThrottlingException$ = [
|
|
|
90
90
|
-3,
|
|
91
91
|
n0,
|
|
92
92
|
_TE,
|
|
93
|
-
{ [
|
|
93
|
+
{ [_aQE]: [`BCMRecommendedActionsThrottling`, 429], [_e]: _c, [_hE]: 429 },
|
|
94
94
|
[_m],
|
|
95
95
|
[0],
|
|
96
96
|
];
|
|
@@ -99,7 +99,7 @@ export var ValidationException$ = [
|
|
|
99
99
|
-3,
|
|
100
100
|
n0,
|
|
101
101
|
_VE,
|
|
102
|
-
{ [
|
|
102
|
+
{ [_aQE]: [`BCMRecommendedActionsValidation`, 400], [_e]: _c, [_hE]: 400 },
|
|
103
103
|
[_m, _r, _fL],
|
|
104
104
|
[0, 0, () => ValidationExceptionFieldList],
|
|
105
105
|
];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ export * from "./schemas/schemas_0";
|
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models/enums";
|
|
15
15
|
export * from "./models/errors";
|
|
16
|
-
export
|
|
16
|
+
export * from "./models/models_0";
|
|
17
17
|
export { BCMRecommendedActionsServiceException } from "./models/BCMRecommendedActionsServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bcm-recommended-actions",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bcm Recommended Actions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bcm-recommended-actions",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
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-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.956.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
31
|
+
"@aws-sdk/types": "3.956.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
36
|
+
"@smithy/core": "^3.20.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
38
|
+
"@smithy/hash-node": "^4.2.7",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
49
|
+
"@smithy/types": "^4.11.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.7",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
58
|
+
"@smithy/util-retry": "^4.2.7",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|