@aws-sdk/client-bcm-recommended-actions 3.968.0 → 3.969.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 +7 -7
- package/dist-es/schemas/schemas_0.js +7 -7
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -212,18 +212,18 @@ const n0 = "com.amazonaws.bcmrecommendedactions";
|
|
|
212
212
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
213
213
|
{ [_aQE]: [`BCMRecommendedActionsAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
214
214
|
[_m],
|
|
215
|
-
[0]
|
|
215
|
+
[0], 1
|
|
216
216
|
];
|
|
217
217
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
218
218
|
var ActionFilter$ = [3, n0, _AF,
|
|
219
219
|
0,
|
|
220
220
|
[_k, _mO, _v],
|
|
221
|
-
[0, 0, 64 | 0]
|
|
221
|
+
[0, 0, 64 | 0], 3
|
|
222
222
|
];
|
|
223
223
|
var InternalServerException$ = [-3, n0, _ISE,
|
|
224
224
|
{ [_aQE]: [`BCMRecommendedActionsInternalServer`, 500], [_e]: _s, [_hE]: 500 },
|
|
225
225
|
[_m],
|
|
226
|
-
[0]
|
|
226
|
+
[0], 1
|
|
227
227
|
];
|
|
228
228
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
229
229
|
var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
@@ -234,7 +234,7 @@ var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
|
234
234
|
var ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
235
235
|
0,
|
|
236
236
|
[_rA, _nT],
|
|
237
|
-
[() => RecommendedActions, 0]
|
|
237
|
+
[() => RecommendedActions, 0], 1
|
|
238
238
|
];
|
|
239
239
|
var RecommendedAction$ = [3, n0, _RA,
|
|
240
240
|
0,
|
|
@@ -249,19 +249,19 @@ var RequestFilter$ = [3, n0, _RF,
|
|
|
249
249
|
var ThrottlingException$ = [-3, n0, _TE,
|
|
250
250
|
{ [_aQE]: [`BCMRecommendedActionsThrottling`, 429], [_e]: _c, [_hE]: 429 },
|
|
251
251
|
[_m],
|
|
252
|
-
[0]
|
|
252
|
+
[0], 1
|
|
253
253
|
];
|
|
254
254
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
255
255
|
var ValidationException$ = [-3, n0, _VE,
|
|
256
256
|
{ [_aQE]: [`BCMRecommendedActionsValidation`, 400], [_e]: _c, [_hE]: 400 },
|
|
257
257
|
[_m, _r, _fL],
|
|
258
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
258
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
259
259
|
];
|
|
260
260
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
261
261
|
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
262
262
|
0,
|
|
263
263
|
[_n, _m],
|
|
264
|
-
[0, 0]
|
|
264
|
+
[0, 0], 2
|
|
265
265
|
];
|
|
266
266
|
var BCMRecommendedActionsServiceException$ = [-3, _sm, "BCMRecommendedActionsServiceException", 0, [], []];
|
|
267
267
|
schema.TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException$, BCMRecommendedActionsServiceException);
|
|
@@ -45,18 +45,18 @@ import { AccessDeniedException, InternalServerException, ThrottlingException, Va
|
|
|
45
45
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
46
46
|
{ [_aQE]: [`BCMRecommendedActionsAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
47
47
|
[_m],
|
|
48
|
-
[0]
|
|
48
|
+
[0], 1
|
|
49
49
|
];
|
|
50
50
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
51
51
|
export var ActionFilter$ = [3, n0, _AF,
|
|
52
52
|
0,
|
|
53
53
|
[_k, _mO, _v],
|
|
54
|
-
[0, 0, 64 | 0]
|
|
54
|
+
[0, 0, 64 | 0], 3
|
|
55
55
|
];
|
|
56
56
|
export var InternalServerException$ = [-3, n0, _ISE,
|
|
57
57
|
{ [_aQE]: [`BCMRecommendedActionsInternalServer`, 500], [_e]: _s, [_hE]: 500 },
|
|
58
58
|
[_m],
|
|
59
|
-
[0]
|
|
59
|
+
[0], 1
|
|
60
60
|
];
|
|
61
61
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
62
62
|
export var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
@@ -67,7 +67,7 @@ export var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
|
67
67
|
export var ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
68
68
|
0,
|
|
69
69
|
[_rA, _nT],
|
|
70
|
-
[() => RecommendedActions, 0]
|
|
70
|
+
[() => RecommendedActions, 0], 1
|
|
71
71
|
];
|
|
72
72
|
export var RecommendedAction$ = [3, n0, _RA,
|
|
73
73
|
0,
|
|
@@ -82,19 +82,19 @@ export var RequestFilter$ = [3, n0, _RF,
|
|
|
82
82
|
export var ThrottlingException$ = [-3, n0, _TE,
|
|
83
83
|
{ [_aQE]: [`BCMRecommendedActionsThrottling`, 429], [_e]: _c, [_hE]: 429 },
|
|
84
84
|
[_m],
|
|
85
|
-
[0]
|
|
85
|
+
[0], 1
|
|
86
86
|
];
|
|
87
87
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
88
88
|
export var ValidationException$ = [-3, n0, _VE,
|
|
89
89
|
{ [_aQE]: [`BCMRecommendedActionsValidation`, 400], [_e]: _c, [_hE]: 400 },
|
|
90
90
|
[_m, _r, _fL],
|
|
91
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
91
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
92
92
|
];
|
|
93
93
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
94
94
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
95
95
|
0,
|
|
96
96
|
[_n, _m],
|
|
97
|
-
[0, 0]
|
|
97
|
+
[0, 0], 2
|
|
98
98
|
];
|
|
99
99
|
export var BCMRecommendedActionsServiceException$ = [-3, _sm, "BCMRecommendedActionsServiceException", 0, [], []];
|
|
100
100
|
TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException$, 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.969.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.20.
|
|
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.969.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.969.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.969.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.969.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.969.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.22",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.7",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
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.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.24",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|