@aws-sdk/client-bcm-recommended-actions 3.957.0 → 3.962.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 +2 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +39 -54
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +39 -54
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,10 +9,8 @@ AWS SDK for JavaScript BCMRecommendedActions Client for Node.js, Browser and Rea
|
|
|
9
9
|
<p>You can use the Billing and Cost Management Recommended Actions API to programmatically query your best practices and recommendations to optimize your costs.</p> <p>The Billing and Cost Management Recommended Actions API provides the following endpoint:</p> <ul> <li> <p> https://bcm-recommended-actions.us-east-1.api.aws</p> </li> </ul>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
|
-
|
|
13
12
|
To install this package, simply type add or install @aws-sdk/client-bcm-recommended-actions
|
|
14
13
|
using your favorite package manager:
|
|
15
|
-
|
|
16
14
|
- `npm install @aws-sdk/client-bcm-recommended-actions`
|
|
17
15
|
- `yarn add @aws-sdk/client-bcm-recommended-actions`
|
|
18
16
|
- `pnpm add @aws-sdk/client-bcm-recommended-actions`
|
|
@@ -27,10 +25,7 @@ the commands you need, for example `ListRecommendedActionsCommand`:
|
|
|
27
25
|
|
|
28
26
|
```js
|
|
29
27
|
// ES5 example
|
|
30
|
-
const {
|
|
31
|
-
BCMRecommendedActionsClient,
|
|
32
|
-
ListRecommendedActionsCommand,
|
|
33
|
-
} = require("@aws-sdk/client-bcm-recommended-actions");
|
|
28
|
+
const { BCMRecommendedActionsClient, ListRecommendedActionsCommand } = require("@aws-sdk/client-bcm-recommended-actions");
|
|
34
29
|
```
|
|
35
30
|
|
|
36
31
|
```ts
|
|
@@ -51,9 +46,7 @@ To send a request, you:
|
|
|
51
46
|
// a client can be shared by different commands.
|
|
52
47
|
const client = new BCMRecommendedActionsClient({ region: "REGION" });
|
|
53
48
|
|
|
54
|
-
const params = {
|
|
55
|
-
/** input parameters */
|
|
56
|
-
};
|
|
49
|
+
const params = { /** input parameters */ };
|
|
57
50
|
const command = new ListRecommendedActionsCommand(params);
|
|
58
51
|
```
|
|
59
52
|
|
|
@@ -212,5 +205,4 @@ ListRecommendedActions
|
|
|
212
205
|
</summary>
|
|
213
206
|
|
|
214
207
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-recommended-actions/command/ListRecommendedActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-recommended-actions/Interface/ListRecommendedActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-recommended-actions/Interface/ListRecommendedActionsCommandOutput/)
|
|
215
|
-
|
|
216
208
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultBCMRecommendedActionsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultBCMRecommendedActionsHttpAuthSchemeParametersProvider = defaultBCMRecommendedActionsHttpAuthSchemeParametersProvider;
|
package/dist-cjs/index.js
CHANGED
|
@@ -209,88 +209,73 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bcmrecommendedactions";
|
|
|
209
209
|
const _t = "type";
|
|
210
210
|
const _v = "values";
|
|
211
211
|
const n0 = "com.amazonaws.bcmrecommendedactions";
|
|
212
|
-
var AccessDeniedException$ = [
|
|
213
|
-
-3,
|
|
214
|
-
n0,
|
|
215
|
-
_ADE,
|
|
212
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
216
213
|
{ [_aQE]: [`BCMRecommendedActionsAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
217
214
|
[_m],
|
|
218
|
-
[0]
|
|
215
|
+
[0]
|
|
219
216
|
];
|
|
220
217
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
221
|
-
var ActionFilter$ = [3, n0, _AF,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
218
|
+
var ActionFilter$ = [3, n0, _AF,
|
|
219
|
+
0,
|
|
220
|
+
[_k, _mO, _v],
|
|
221
|
+
[0, 0, 64 | 0]
|
|
222
|
+
];
|
|
223
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
226
224
|
{ [_aQE]: [`BCMRecommendedActionsInternalServer`, 500], [_e]: _s, [_hE]: 500 },
|
|
227
225
|
[_m],
|
|
228
|
-
[0]
|
|
226
|
+
[0]
|
|
229
227
|
];
|
|
230
228
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
231
|
-
var ListRecommendedActionsRequest$ = [
|
|
232
|
-
3,
|
|
233
|
-
n0,
|
|
234
|
-
_LRAR,
|
|
229
|
+
var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
235
230
|
0,
|
|
236
231
|
[_f, _mR, _nT],
|
|
237
|
-
[() => RequestFilter$, 1, 0]
|
|
232
|
+
[() => RequestFilter$, 1, 0]
|
|
238
233
|
];
|
|
239
|
-
var ListRecommendedActionsResponse$ = [
|
|
240
|
-
3,
|
|
241
|
-
n0,
|
|
242
|
-
_LRARi,
|
|
234
|
+
var ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
243
235
|
0,
|
|
244
236
|
[_rA, _nT],
|
|
245
|
-
[() => RecommendedActions, 0]
|
|
237
|
+
[() => RecommendedActions, 0]
|
|
246
238
|
];
|
|
247
|
-
var RecommendedAction$ = [
|
|
248
|
-
3,
|
|
249
|
-
n0,
|
|
250
|
-
_RA,
|
|
239
|
+
var RecommendedAction$ = [3, n0, _RA,
|
|
251
240
|
0,
|
|
252
241
|
[_i, _t, _aI, _se, _fe, _co, _nS, _lUTS],
|
|
253
|
-
[0, 0, 0, 0, 0, 128 | 0, 64 | 0, 0]
|
|
242
|
+
[0, 0, 0, 0, 0, 128 | 0, 64 | 0, 0]
|
|
243
|
+
];
|
|
244
|
+
var RequestFilter$ = [3, n0, _RF,
|
|
245
|
+
0,
|
|
246
|
+
[_a],
|
|
247
|
+
[() => ActionFilterList]
|
|
254
248
|
];
|
|
255
|
-
var
|
|
256
|
-
var ThrottlingException$ = [
|
|
257
|
-
-3,
|
|
258
|
-
n0,
|
|
259
|
-
_TE,
|
|
249
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
260
250
|
{ [_aQE]: [`BCMRecommendedActionsThrottling`, 429], [_e]: _c, [_hE]: 429 },
|
|
261
251
|
[_m],
|
|
262
|
-
[0]
|
|
252
|
+
[0]
|
|
263
253
|
];
|
|
264
254
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
265
|
-
var ValidationException$ = [
|
|
266
|
-
-3,
|
|
267
|
-
n0,
|
|
268
|
-
_VE,
|
|
255
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
269
256
|
{ [_aQE]: [`BCMRecommendedActionsValidation`, 400], [_e]: _c, [_hE]: 400 },
|
|
270
257
|
[_m, _r, _fL],
|
|
271
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
258
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
272
259
|
];
|
|
273
260
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
274
|
-
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
275
|
-
var BCMRecommendedActionsServiceException$ = [
|
|
276
|
-
-3,
|
|
277
|
-
_sm,
|
|
278
|
-
"BCMRecommendedActionsServiceException",
|
|
261
|
+
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
279
262
|
0,
|
|
280
|
-
[],
|
|
281
|
-
[]
|
|
263
|
+
[_n, _m],
|
|
264
|
+
[0, 0]
|
|
282
265
|
];
|
|
266
|
+
var BCMRecommendedActionsServiceException$ = [-3, _sm, "BCMRecommendedActionsServiceException", 0, [], []];
|
|
283
267
|
schema.TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException$, BCMRecommendedActionsServiceException);
|
|
284
|
-
var ActionFilterList = [1, n0, _AFL,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
var
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
0,
|
|
292
|
-
|
|
293
|
-
|
|
268
|
+
var ActionFilterList = [1, n0, _AFL,
|
|
269
|
+
0, () => ActionFilter$
|
|
270
|
+
];
|
|
271
|
+
var RecommendedActions = [1, n0, _RAe,
|
|
272
|
+
0, () => RecommendedAction$
|
|
273
|
+
];
|
|
274
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
275
|
+
0, () => ValidationExceptionField$
|
|
276
|
+
];
|
|
277
|
+
var ListRecommendedActions$ = [9, n0, _LRA,
|
|
278
|
+
0, () => ListRecommendedActionsRequest$, () => ListRecommendedActionsResponse$
|
|
294
279
|
];
|
|
295
280
|
|
|
296
281
|
class ListRecommendedActionsCommand extends smithyClient.Command
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultBCMRecommendedActionsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -42,89 +42,74 @@ const n0 = "com.amazonaws.bcmrecommendedactions";
|
|
|
42
42
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
43
43
|
import { BCMRecommendedActionsServiceException } from "../models/BCMRecommendedActionsServiceException";
|
|
44
44
|
import { AccessDeniedException, InternalServerException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
45
|
-
export var AccessDeniedException$ = [
|
|
46
|
-
-3,
|
|
47
|
-
n0,
|
|
48
|
-
_ADE,
|
|
45
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
49
46
|
{ [_aQE]: [`BCMRecommendedActionsAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
50
47
|
[_m],
|
|
51
|
-
[0]
|
|
48
|
+
[0]
|
|
52
49
|
];
|
|
53
50
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
54
|
-
export var ActionFilter$ = [3, n0, _AF,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
51
|
+
export var ActionFilter$ = [3, n0, _AF,
|
|
52
|
+
0,
|
|
53
|
+
[_k, _mO, _v],
|
|
54
|
+
[0, 0, 64 | 0]
|
|
55
|
+
];
|
|
56
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
59
57
|
{ [_aQE]: [`BCMRecommendedActionsInternalServer`, 500], [_e]: _s, [_hE]: 500 },
|
|
60
58
|
[_m],
|
|
61
|
-
[0]
|
|
59
|
+
[0]
|
|
62
60
|
];
|
|
63
61
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
64
|
-
export var ListRecommendedActionsRequest$ = [
|
|
65
|
-
3,
|
|
66
|
-
n0,
|
|
67
|
-
_LRAR,
|
|
62
|
+
export var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
68
63
|
0,
|
|
69
64
|
[_f, _mR, _nT],
|
|
70
|
-
[() => RequestFilter$, 1, 0]
|
|
65
|
+
[() => RequestFilter$, 1, 0]
|
|
71
66
|
];
|
|
72
|
-
export var ListRecommendedActionsResponse$ = [
|
|
73
|
-
3,
|
|
74
|
-
n0,
|
|
75
|
-
_LRARi,
|
|
67
|
+
export var ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
76
68
|
0,
|
|
77
69
|
[_rA, _nT],
|
|
78
|
-
[() => RecommendedActions, 0]
|
|
70
|
+
[() => RecommendedActions, 0]
|
|
79
71
|
];
|
|
80
|
-
export var RecommendedAction$ = [
|
|
81
|
-
3,
|
|
82
|
-
n0,
|
|
83
|
-
_RA,
|
|
72
|
+
export var RecommendedAction$ = [3, n0, _RA,
|
|
84
73
|
0,
|
|
85
74
|
[_i, _t, _aI, _se, _fe, _co, _nS, _lUTS],
|
|
86
|
-
[0, 0, 0, 0, 0, 128 | 0, 64 | 0, 0]
|
|
75
|
+
[0, 0, 0, 0, 0, 128 | 0, 64 | 0, 0]
|
|
76
|
+
];
|
|
77
|
+
export var RequestFilter$ = [3, n0, _RF,
|
|
78
|
+
0,
|
|
79
|
+
[_a],
|
|
80
|
+
[() => ActionFilterList]
|
|
87
81
|
];
|
|
88
|
-
export var
|
|
89
|
-
export var ThrottlingException$ = [
|
|
90
|
-
-3,
|
|
91
|
-
n0,
|
|
92
|
-
_TE,
|
|
82
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
93
83
|
{ [_aQE]: [`BCMRecommendedActionsThrottling`, 429], [_e]: _c, [_hE]: 429 },
|
|
94
84
|
[_m],
|
|
95
|
-
[0]
|
|
85
|
+
[0]
|
|
96
86
|
];
|
|
97
87
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
98
|
-
export var ValidationException$ = [
|
|
99
|
-
-3,
|
|
100
|
-
n0,
|
|
101
|
-
_VE,
|
|
88
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
102
89
|
{ [_aQE]: [`BCMRecommendedActionsValidation`, 400], [_e]: _c, [_hE]: 400 },
|
|
103
90
|
[_m, _r, _fL],
|
|
104
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
91
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
105
92
|
];
|
|
106
93
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
107
|
-
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
108
|
-
export var BCMRecommendedActionsServiceException$ = [
|
|
109
|
-
-3,
|
|
110
|
-
_sm,
|
|
111
|
-
"BCMRecommendedActionsServiceException",
|
|
94
|
+
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
112
95
|
0,
|
|
113
|
-
[],
|
|
114
|
-
[]
|
|
96
|
+
[_n, _m],
|
|
97
|
+
[0, 0]
|
|
115
98
|
];
|
|
99
|
+
export var BCMRecommendedActionsServiceException$ = [-3, _sm, "BCMRecommendedActionsServiceException", 0, [], []];
|
|
116
100
|
TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException$, BCMRecommendedActionsServiceException);
|
|
117
|
-
var ActionFilterList = [1, n0, _AFL,
|
|
101
|
+
var ActionFilterList = [1, n0, _AFL,
|
|
102
|
+
0, () => ActionFilter$
|
|
103
|
+
];
|
|
118
104
|
var FilterValues = 64 | 0;
|
|
119
105
|
var NextSteps = 64 | 0;
|
|
120
|
-
var RecommendedActions = [1, n0, _RAe,
|
|
121
|
-
|
|
106
|
+
var RecommendedActions = [1, n0, _RAe,
|
|
107
|
+
0, () => RecommendedAction$
|
|
108
|
+
];
|
|
109
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
110
|
+
0, () => ValidationExceptionField$
|
|
111
|
+
];
|
|
122
112
|
var Context = 128 | 0;
|
|
123
|
-
export var ListRecommendedActions$ = [
|
|
124
|
-
|
|
125
|
-
n0,
|
|
126
|
-
_LRA,
|
|
127
|
-
0,
|
|
128
|
-
() => ListRecommendedActionsRequest$,
|
|
129
|
-
() => ListRecommendedActionsResponse$,
|
|
113
|
+
export var ListRecommendedActions$ = [9, n0, _LRA,
|
|
114
|
+
0, () => ListRecommendedActionsRequest$, () => ListRecommendedActionsResponse$
|
|
130
115
|
];
|
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.962.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",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|