@aws-sdk/client-bcm-recommended-actions 3.951.0 → 3.953.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 +51 -39
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/ListRecommendedActionsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +28 -28
- package/dist-types/BCMRecommendedActionsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +13 -19
- package/dist-types/ts3.4/BCMRecommendedActionsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -19
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -108,14 +108,14 @@ class BCMRecommendedActionsClient extends smithyClient.Client {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
class BCMRecommendedActionsServiceException extends smithyClient.ServiceException {
|
|
112
112
|
constructor(options) {
|
|
113
113
|
super(options);
|
|
114
114
|
Object.setPrototypeOf(this, BCMRecommendedActionsServiceException.prototype);
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
}
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
class AccessDeniedException extends BCMRecommendedActionsServiceException {
|
|
119
119
|
name = "AccessDeniedException";
|
|
120
120
|
$fault = "client";
|
|
121
121
|
constructor(opts) {
|
|
@@ -126,8 +126,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends BCMRecommended
|
|
|
126
126
|
});
|
|
127
127
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
128
128
|
}
|
|
129
|
-
}
|
|
130
|
-
|
|
129
|
+
}
|
|
130
|
+
class InternalServerException extends BCMRecommendedActionsServiceException {
|
|
131
131
|
name = "InternalServerException";
|
|
132
132
|
$fault = "server";
|
|
133
133
|
constructor(opts) {
|
|
@@ -138,8 +138,8 @@ let InternalServerException$1 = class InternalServerException extends BCMRecomme
|
|
|
138
138
|
});
|
|
139
139
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
140
140
|
}
|
|
141
|
-
}
|
|
142
|
-
|
|
141
|
+
}
|
|
142
|
+
class ThrottlingException extends BCMRecommendedActionsServiceException {
|
|
143
143
|
name = "ThrottlingException";
|
|
144
144
|
$fault = "client";
|
|
145
145
|
constructor(opts) {
|
|
@@ -150,8 +150,8 @@ let ThrottlingException$1 = class ThrottlingException extends BCMRecommendedActi
|
|
|
150
150
|
});
|
|
151
151
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
152
152
|
}
|
|
153
|
-
}
|
|
154
|
-
|
|
153
|
+
}
|
|
154
|
+
class ValidationException extends BCMRecommendedActionsServiceException {
|
|
155
155
|
name = "ValidationException";
|
|
156
156
|
$fault = "client";
|
|
157
157
|
reason;
|
|
@@ -166,7 +166,7 @@ let ValidationException$1 = class ValidationException extends BCMRecommendedActi
|
|
|
166
166
|
this.reason = opts.reason;
|
|
167
167
|
this.fieldList = opts.fieldList;
|
|
168
168
|
}
|
|
169
|
-
}
|
|
169
|
+
}
|
|
170
170
|
|
|
171
171
|
const _ADE = "AccessDeniedException";
|
|
172
172
|
const _AF = "ActionFilter";
|
|
@@ -209,7 +209,7 @@ 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 = [
|
|
212
|
+
var AccessDeniedException$ = [
|
|
213
213
|
-3,
|
|
214
214
|
n0,
|
|
215
215
|
_ADE,
|
|
@@ -217,9 +217,9 @@ var AccessDeniedException = [
|
|
|
217
217
|
[_m],
|
|
218
218
|
[0],
|
|
219
219
|
];
|
|
220
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
221
|
-
var ActionFilter = [3, n0, _AF, 0, [_k, _mO, _v], [0, 0, 64 | 0]];
|
|
222
|
-
var InternalServerException = [
|
|
220
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
221
|
+
var ActionFilter$ = [3, n0, _AF, 0, [_k, _mO, _v], [0, 0, 64 | 0]];
|
|
222
|
+
var InternalServerException$ = [
|
|
223
223
|
-3,
|
|
224
224
|
n0,
|
|
225
225
|
_ISE,
|
|
@@ -227,16 +227,16 @@ var InternalServerException = [
|
|
|
227
227
|
[_m],
|
|
228
228
|
[0],
|
|
229
229
|
];
|
|
230
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
231
|
-
var ListRecommendedActionsRequest = [
|
|
230
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
231
|
+
var ListRecommendedActionsRequest$ = [
|
|
232
232
|
3,
|
|
233
233
|
n0,
|
|
234
234
|
_LRAR,
|
|
235
235
|
0,
|
|
236
236
|
[_f, _mR, _nT],
|
|
237
|
-
[() => RequestFilter
|
|
237
|
+
[() => RequestFilter$, 1, 0],
|
|
238
238
|
];
|
|
239
|
-
var ListRecommendedActionsResponse = [
|
|
239
|
+
var ListRecommendedActionsResponse$ = [
|
|
240
240
|
3,
|
|
241
241
|
n0,
|
|
242
242
|
_LRARi,
|
|
@@ -244,7 +244,7 @@ var ListRecommendedActionsResponse = [
|
|
|
244
244
|
[_rA, _nT],
|
|
245
245
|
[() => RecommendedActions, 0],
|
|
246
246
|
];
|
|
247
|
-
var RecommendedAction = [
|
|
247
|
+
var RecommendedAction$ = [
|
|
248
248
|
3,
|
|
249
249
|
n0,
|
|
250
250
|
_RA,
|
|
@@ -252,8 +252,8 @@ var RecommendedAction = [
|
|
|
252
252
|
[_i, _t, _aI, _se, _fe, _co, _nS, _lUTS],
|
|
253
253
|
[0, 0, 0, 0, 0, 128 | 0, 64 | 0, 0],
|
|
254
254
|
];
|
|
255
|
-
var RequestFilter = [3, n0, _RF, 0, [_a], [() => ActionFilterList]];
|
|
256
|
-
var ThrottlingException = [
|
|
255
|
+
var RequestFilter$ = [3, n0, _RF, 0, [_a], [() => ActionFilterList]];
|
|
256
|
+
var ThrottlingException$ = [
|
|
257
257
|
-3,
|
|
258
258
|
n0,
|
|
259
259
|
_TE,
|
|
@@ -261,8 +261,8 @@ var ThrottlingException = [
|
|
|
261
261
|
[_m],
|
|
262
262
|
[0],
|
|
263
263
|
];
|
|
264
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
265
|
-
var ValidationException = [
|
|
264
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
265
|
+
var ValidationException$ = [
|
|
266
266
|
-3,
|
|
267
267
|
n0,
|
|
268
268
|
_VE,
|
|
@@ -270,9 +270,9 @@ var ValidationException = [
|
|
|
270
270
|
[_m, _r, _fL],
|
|
271
271
|
[0, 0, () => ValidationExceptionFieldList],
|
|
272
272
|
];
|
|
273
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
274
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
275
|
-
var BCMRecommendedActionsServiceException = [
|
|
273
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
274
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
275
|
+
var BCMRecommendedActionsServiceException$ = [
|
|
276
276
|
-3,
|
|
277
277
|
_sm,
|
|
278
278
|
"BCMRecommendedActionsServiceException",
|
|
@@ -280,17 +280,17 @@ var BCMRecommendedActionsServiceException = [
|
|
|
280
280
|
[],
|
|
281
281
|
[],
|
|
282
282
|
];
|
|
283
|
-
schema.TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException
|
|
284
|
-
var ActionFilterList = [1, n0, _AFL, 0, () => ActionFilter];
|
|
285
|
-
var RecommendedActions = [1, n0, _RAe, 0, () => RecommendedAction];
|
|
286
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
287
|
-
var ListRecommendedActions = [
|
|
283
|
+
schema.TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException$, BCMRecommendedActionsServiceException);
|
|
284
|
+
var ActionFilterList = [1, n0, _AFL, 0, () => ActionFilter$];
|
|
285
|
+
var RecommendedActions = [1, n0, _RAe, 0, () => RecommendedAction$];
|
|
286
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
287
|
+
var ListRecommendedActions$ = [
|
|
288
288
|
9,
|
|
289
289
|
n0,
|
|
290
290
|
_LRA,
|
|
291
291
|
0,
|
|
292
|
-
() => ListRecommendedActionsRequest
|
|
293
|
-
() => ListRecommendedActionsResponse
|
|
292
|
+
() => ListRecommendedActionsRequest$,
|
|
293
|
+
() => ListRecommendedActionsResponse$,
|
|
294
294
|
];
|
|
295
295
|
|
|
296
296
|
class ListRecommendedActionsCommand extends smithyClient.Command
|
|
@@ -301,7 +301,7 @@ class ListRecommendedActionsCommand extends smithyClient.Command
|
|
|
301
301
|
})
|
|
302
302
|
.s("AWSBillingAndCostManagementRecommendedActions", "ListRecommendedActions", {})
|
|
303
303
|
.n("BCMRecommendedActionsClient", "ListRecommendedActionsCommand")
|
|
304
|
-
.sc(ListRecommendedActions)
|
|
304
|
+
.sc(ListRecommendedActions$)
|
|
305
305
|
.build() {
|
|
306
306
|
}
|
|
307
307
|
|
|
@@ -377,18 +377,30 @@ Object.defineProperty(exports, "__Client", {
|
|
|
377
377
|
enumerable: true,
|
|
378
378
|
get: function () { return smithyClient.Client; }
|
|
379
379
|
});
|
|
380
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
380
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
381
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
382
|
+
exports.ActionFilter$ = ActionFilter$;
|
|
381
383
|
exports.ActionType = ActionType;
|
|
382
384
|
exports.BCMRecommendedActions = BCMRecommendedActions;
|
|
383
385
|
exports.BCMRecommendedActionsClient = BCMRecommendedActionsClient;
|
|
384
|
-
exports.BCMRecommendedActionsServiceException = BCMRecommendedActionsServiceException
|
|
386
|
+
exports.BCMRecommendedActionsServiceException = BCMRecommendedActionsServiceException;
|
|
387
|
+
exports.BCMRecommendedActionsServiceException$ = BCMRecommendedActionsServiceException$;
|
|
385
388
|
exports.Feature = Feature;
|
|
386
389
|
exports.FilterName = FilterName;
|
|
387
|
-
exports.InternalServerException = InternalServerException
|
|
390
|
+
exports.InternalServerException = InternalServerException;
|
|
391
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
392
|
+
exports.ListRecommendedActions$ = ListRecommendedActions$;
|
|
388
393
|
exports.ListRecommendedActionsCommand = ListRecommendedActionsCommand;
|
|
394
|
+
exports.ListRecommendedActionsRequest$ = ListRecommendedActionsRequest$;
|
|
395
|
+
exports.ListRecommendedActionsResponse$ = ListRecommendedActionsResponse$;
|
|
389
396
|
exports.MatchOption = MatchOption;
|
|
397
|
+
exports.RecommendedAction$ = RecommendedAction$;
|
|
398
|
+
exports.RequestFilter$ = RequestFilter$;
|
|
390
399
|
exports.Severity = Severity;
|
|
391
|
-
exports.ThrottlingException = ThrottlingException
|
|
392
|
-
exports.
|
|
400
|
+
exports.ThrottlingException = ThrottlingException;
|
|
401
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
402
|
+
exports.ValidationException = ValidationException;
|
|
403
|
+
exports.ValidationException$ = ValidationException$;
|
|
404
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
393
405
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
394
406
|
exports.paginateListRecommendedActions = paginateListRecommendedActions;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.bcmrecommendedactions",
|
|
32
|
+
version: "2024-11-14",
|
|
33
|
+
serviceTarget: "AWSBillingAndCostManagementRecommendedActions",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "BCM Recommended Actions",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListRecommendedActions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListRecommendedActions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListRecommendedActionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListRecommendedActionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBillingAndCostManagementRecommendedActions", "ListRecommendedActions", {})
|
|
13
13
|
.n("BCMRecommendedActionsClient", "ListRecommendedActionsCommand")
|
|
14
|
-
.sc(ListRecommendedActions)
|
|
14
|
+
.sc(ListRecommendedActions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.bcmrecommendedactions",
|
|
29
|
+
version: "2024-11-14",
|
|
30
|
+
serviceTarget: "AWSBillingAndCostManagementRecommendedActions",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "BCM Recommended Actions",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -40,9 +40,9 @@ const _t = "type";
|
|
|
40
40
|
const _v = "values";
|
|
41
41
|
const n0 = "com.amazonaws.bcmrecommendedactions";
|
|
42
42
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
43
|
-
import { BCMRecommendedActionsServiceException
|
|
44
|
-
import { AccessDeniedException
|
|
45
|
-
export var AccessDeniedException = [
|
|
43
|
+
import { BCMRecommendedActionsServiceException } from "../models/BCMRecommendedActionsServiceException";
|
|
44
|
+
import { AccessDeniedException, InternalServerException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
45
|
+
export var AccessDeniedException$ = [
|
|
46
46
|
-3,
|
|
47
47
|
n0,
|
|
48
48
|
_ADE,
|
|
@@ -50,9 +50,9 @@ export var AccessDeniedException = [
|
|
|
50
50
|
[_m],
|
|
51
51
|
[0],
|
|
52
52
|
];
|
|
53
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
54
|
-
export var ActionFilter = [3, n0, _AF, 0, [_k, _mO, _v], [0, 0, 64 | 0]];
|
|
55
|
-
export var InternalServerException = [
|
|
53
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
54
|
+
export var ActionFilter$ = [3, n0, _AF, 0, [_k, _mO, _v], [0, 0, 64 | 0]];
|
|
55
|
+
export var InternalServerException$ = [
|
|
56
56
|
-3,
|
|
57
57
|
n0,
|
|
58
58
|
_ISE,
|
|
@@ -60,16 +60,16 @@ export var InternalServerException = [
|
|
|
60
60
|
[_m],
|
|
61
61
|
[0],
|
|
62
62
|
];
|
|
63
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
64
|
-
export var ListRecommendedActionsRequest = [
|
|
63
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
64
|
+
export var ListRecommendedActionsRequest$ = [
|
|
65
65
|
3,
|
|
66
66
|
n0,
|
|
67
67
|
_LRAR,
|
|
68
68
|
0,
|
|
69
69
|
[_f, _mR, _nT],
|
|
70
|
-
[() => RequestFilter
|
|
70
|
+
[() => RequestFilter$, 1, 0],
|
|
71
71
|
];
|
|
72
|
-
export var ListRecommendedActionsResponse = [
|
|
72
|
+
export var ListRecommendedActionsResponse$ = [
|
|
73
73
|
3,
|
|
74
74
|
n0,
|
|
75
75
|
_LRARi,
|
|
@@ -77,7 +77,7 @@ export var ListRecommendedActionsResponse = [
|
|
|
77
77
|
[_rA, _nT],
|
|
78
78
|
[() => RecommendedActions, 0],
|
|
79
79
|
];
|
|
80
|
-
export var RecommendedAction = [
|
|
80
|
+
export var RecommendedAction$ = [
|
|
81
81
|
3,
|
|
82
82
|
n0,
|
|
83
83
|
_RA,
|
|
@@ -85,8 +85,8 @@ export var RecommendedAction = [
|
|
|
85
85
|
[_i, _t, _aI, _se, _fe, _co, _nS, _lUTS],
|
|
86
86
|
[0, 0, 0, 0, 0, 128 | 0, 64 | 0, 0],
|
|
87
87
|
];
|
|
88
|
-
export var RequestFilter = [3, n0, _RF, 0, [_a], [() => ActionFilterList]];
|
|
89
|
-
export var ThrottlingException = [
|
|
88
|
+
export var RequestFilter$ = [3, n0, _RF, 0, [_a], [() => ActionFilterList]];
|
|
89
|
+
export var ThrottlingException$ = [
|
|
90
90
|
-3,
|
|
91
91
|
n0,
|
|
92
92
|
_TE,
|
|
@@ -94,8 +94,8 @@ export var ThrottlingException = [
|
|
|
94
94
|
[_m],
|
|
95
95
|
[0],
|
|
96
96
|
];
|
|
97
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
98
|
-
export var ValidationException = [
|
|
97
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
98
|
+
export var ValidationException$ = [
|
|
99
99
|
-3,
|
|
100
100
|
n0,
|
|
101
101
|
_VE,
|
|
@@ -103,9 +103,9 @@ export var ValidationException = [
|
|
|
103
103
|
[_m, _r, _fL],
|
|
104
104
|
[0, 0, () => ValidationExceptionFieldList],
|
|
105
105
|
];
|
|
106
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
107
|
-
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
108
|
-
export var BCMRecommendedActionsServiceException = [
|
|
106
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
107
|
+
export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
108
|
+
export var BCMRecommendedActionsServiceException$ = [
|
|
109
109
|
-3,
|
|
110
110
|
_sm,
|
|
111
111
|
"BCMRecommendedActionsServiceException",
|
|
@@ -113,18 +113,18 @@ export var BCMRecommendedActionsServiceException = [
|
|
|
113
113
|
[],
|
|
114
114
|
[],
|
|
115
115
|
];
|
|
116
|
-
TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
export var ListRecommendedActions = [
|
|
116
|
+
TypeRegistry.for(_sm).registerError(BCMRecommendedActionsServiceException$, BCMRecommendedActionsServiceException);
|
|
117
|
+
var ActionFilterList = [1, n0, _AFL, 0, () => ActionFilter$];
|
|
118
|
+
var FilterValues = 64 | 0;
|
|
119
|
+
var NextSteps = 64 | 0;
|
|
120
|
+
var RecommendedActions = [1, n0, _RAe, 0, () => RecommendedAction$];
|
|
121
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
122
|
+
var Context = 128 | 0;
|
|
123
|
+
export var ListRecommendedActions$ = [
|
|
124
124
|
9,
|
|
125
125
|
n0,
|
|
126
126
|
_LRA,
|
|
127
127
|
0,
|
|
128
|
-
() => ListRecommendedActionsRequest
|
|
129
|
-
() => ListRecommendedActionsResponse
|
|
128
|
+
() => ListRecommendedActionsRequest$,
|
|
129
|
+
() => ListRecommendedActionsResponse$,
|
|
130
130
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput } from "./commands/ListRecommendedActionsCommand";
|
|
11
11
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -142,15 +142,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
142
142
|
* Optional extensions
|
|
143
143
|
*/
|
|
144
144
|
extensions?: RuntimeExtension[];
|
|
145
|
-
/**
|
|
146
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
147
|
-
* may be overridden. A default will always be set by the client.
|
|
148
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
149
|
-
* the client.
|
|
150
|
-
* @alpha
|
|
151
|
-
*
|
|
152
|
-
*/
|
|
153
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
154
145
|
/**
|
|
155
146
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
156
147
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { BCMRecommendedActionsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./pagination";
|
|
13
14
|
export * from "./models/enums";
|
|
14
15
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { BCMRecommendedActionsClientConfig } from "./BCMRecommendedActionsClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: BCMRecommendedActionsClientConfi
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BCMRecommendedActionsHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessDeniedException
|
|
3
|
-
export declare var ActionFilter
|
|
4
|
-
export declare var InternalServerException
|
|
5
|
-
export declare var ListRecommendedActionsRequest
|
|
6
|
-
export declare var ListRecommendedActionsResponse
|
|
7
|
-
export declare var RecommendedAction
|
|
8
|
-
export declare var RequestFilter
|
|
9
|
-
export declare var ThrottlingException
|
|
10
|
-
export declare var ValidationException
|
|
11
|
-
export declare var ValidationExceptionField
|
|
12
|
-
export declare var BCMRecommendedActionsServiceException
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var FilterValues: number;
|
|
15
|
-
export declare var NextSteps: number;
|
|
16
|
-
export declare var RecommendedActions: StaticListSchema;
|
|
17
|
-
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
18
|
-
export declare var Context: number;
|
|
19
|
-
export declare var ListRecommendedActions: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var ActionFilter$: StaticStructureSchema;
|
|
4
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
5
|
+
export declare var ListRecommendedActionsRequest$: StaticStructureSchema;
|
|
6
|
+
export declare var ListRecommendedActionsResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var RecommendedAction$: StaticStructureSchema;
|
|
8
|
+
export declare var RequestFilter$: StaticStructureSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
12
|
+
export declare var BCMRecommendedActionsServiceException$: StaticErrorSchema;
|
|
13
|
+
export declare var ListRecommendedActions$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -85,7 +82,6 @@ export interface ClientDefaults
|
|
|
85
82
|
retryMode?: string | __Provider<string>;
|
|
86
83
|
logger?: __Logger;
|
|
87
84
|
extensions?: RuntimeExtension[];
|
|
88
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
89
85
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
90
86
|
}
|
|
91
87
|
export type BCMRecommendedActionsClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { BCMRecommendedActionsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -27,8 +27,16 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
29
29
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
30
|
-
apiVersion: string;
|
|
31
30
|
cacheMiddleware?: boolean | undefined;
|
|
31
|
+
protocol:
|
|
32
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
33
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
34
|
+
| typeof import("@aws-sdk/core").AwsJson1_0Protocol;
|
|
35
|
+
protocolSettings: {
|
|
36
|
+
defaultNamespace?: string;
|
|
37
|
+
[setting: string]: unknown;
|
|
38
|
+
};
|
|
39
|
+
apiVersion: string;
|
|
32
40
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
41
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
42
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
profile?: string;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
userAgentAppId?:
|
|
48
52
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_0Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsJson1_0Protocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (
|
|
|
38
46
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
defaultsMode:
|
|
46
50
|
| import("@smithy/smithy-client").DefaultsMode
|
|
47
51
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { BCMRecommendedActionsClientConfig } from "./BCMRecommendedActionsClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: BCMRecommendedActionsClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BCMRecommendedActionsHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsJson1_0Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var AccessDeniedException
|
|
8
|
-
export declare var ActionFilter
|
|
9
|
-
export declare var InternalServerException
|
|
10
|
-
export declare var ListRecommendedActionsRequest
|
|
11
|
-
export declare var ListRecommendedActionsResponse
|
|
12
|
-
export declare var RecommendedAction
|
|
13
|
-
export declare var RequestFilter
|
|
14
|
-
export declare var ThrottlingException
|
|
15
|
-
export declare var ValidationException
|
|
16
|
-
export declare var ValidationExceptionField
|
|
17
|
-
export declare var BCMRecommendedActionsServiceException
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var FilterValues: number;
|
|
20
|
-
export declare var NextSteps: number;
|
|
21
|
-
export declare var RecommendedActions: StaticListSchema;
|
|
22
|
-
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
23
|
-
export declare var Context: number;
|
|
24
|
-
export declare var ListRecommendedActions: StaticOperationSchema;
|
|
6
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var ActionFilter$: StaticStructureSchema;
|
|
8
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
9
|
+
export declare var ListRecommendedActionsRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var ListRecommendedActionsResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var RecommendedAction$: StaticStructureSchema;
|
|
12
|
+
export declare var RequestFilter$: StaticStructureSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
16
|
+
export declare var BCMRecommendedActionsServiceException$: StaticErrorSchema;
|
|
17
|
+
export declare var ListRecommendedActions$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bcm-recommended-actions",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -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.3.
|
|
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.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
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.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|