@aws-sdk/client-bcm-dashboards 3.952.0 → 3.954.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 +185 -131
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateDashboardCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardCommand.js +2 -2
- package/dist-es/commands/GetDashboardCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.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 +107 -107
- package/dist-types/BCMDashboardsClient.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 +55 -66
- package/dist-types/ts3.4/BCMDashboardsClient.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 +54 -67
- package/package.json +34 -34
|
@@ -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 { GetResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMDashboardsService", "GetResourcePolicy", {})
|
|
13
13
|
.n("BCMDashboardsClient", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy)
|
|
14
|
+
.sc(GetResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -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 { ListDashboards } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDashboards$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDashboardsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDashboardsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMDashboardsService", "ListDashboards", {})
|
|
13
13
|
.n("BCMDashboardsClient", "ListDashboardsCommand")
|
|
14
|
-
.sc(ListDashboards)
|
|
14
|
+
.sc(ListDashboards$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMDashboardsService", "ListTagsForResource", {})
|
|
13
13
|
.n("BCMDashboardsClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -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 { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMDashboardsService", "TagResource", {})
|
|
13
13
|
.n("BCMDashboardsClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -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 { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMDashboardsService", "UntagResource", {})
|
|
13
13
|
.n("BCMDashboardsClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -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 { UpdateDashboard } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDashboard$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDashboardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDashboardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMDashboardsService", "UpdateDashboard", {})
|
|
13
13
|
.n("BCMDashboardsClient", "UpdateDashboardCommand")
|
|
14
|
-
.sc(UpdateDashboard)
|
|
14
|
+
.sc(UpdateDashboard$)
|
|
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.bcmdashboards",
|
|
29
|
+
version: "2025-08-18",
|
|
30
|
+
serviceTarget: "AWSBCMDashboardsService",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "BCM Dashboards",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -112,20 +112,20 @@ const _w = "widgets";
|
|
|
112
112
|
const _wi = "width";
|
|
113
113
|
const n0 = "com.amazonaws.bcmdashboards";
|
|
114
114
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
115
|
-
import { BCMDashboardsServiceException
|
|
116
|
-
import { AccessDeniedException
|
|
117
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
118
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
119
|
-
export var CostAndUsageQuery = [
|
|
115
|
+
import { BCMDashboardsServiceException } from "../models/BCMDashboardsServiceException";
|
|
116
|
+
import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
117
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
118
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
119
|
+
export var CostAndUsageQuery$ = [
|
|
120
120
|
3,
|
|
121
121
|
n0,
|
|
122
122
|
_CAUQ,
|
|
123
123
|
0,
|
|
124
124
|
[_me, _tR, _g, _gB, _f],
|
|
125
|
-
[64 | 0, () => DateTimeRange
|
|
125
|
+
[64 | 0, () => DateTimeRange$, 0, () => GroupDefinitions, () => Expression$],
|
|
126
126
|
];
|
|
127
|
-
export var CostCategoryValues = [3, n0, _CCV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
|
|
128
|
-
export var CreateDashboardRequest = [
|
|
127
|
+
export var CostCategoryValues$ = [3, n0, _CCV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
|
|
128
|
+
export var CreateDashboardRequest$ = [
|
|
129
129
|
3,
|
|
130
130
|
n0,
|
|
131
131
|
_CDR,
|
|
@@ -133,21 +133,21 @@ export var CreateDashboardRequest = [
|
|
|
133
133
|
[_n, _d, _w, _rT],
|
|
134
134
|
[0, 0, () => WidgetList, () => ResourceTagList],
|
|
135
135
|
];
|
|
136
|
-
export var CreateDashboardResponse = [3, n0, _CDRr, 0, [_a], [0]];
|
|
137
|
-
export var DashboardReference = [3, n0, _DR, 0, [_a, _n, _d, _t, _cA, _uA], [0, 0, 0, 0, 4, 4]];
|
|
138
|
-
export var DateTimeRange = [
|
|
136
|
+
export var CreateDashboardResponse$ = [3, n0, _CDRr, 0, [_a], [0]];
|
|
137
|
+
export var DashboardReference$ = [3, n0, _DR, 0, [_a, _n, _d, _t, _cA, _uA], [0, 0, 0, 0, 4, 4]];
|
|
138
|
+
export var DateTimeRange$ = [
|
|
139
139
|
3,
|
|
140
140
|
n0,
|
|
141
141
|
_DTR,
|
|
142
142
|
0,
|
|
143
143
|
[_sT, _eT],
|
|
144
|
-
[() => DateTimeValue
|
|
144
|
+
[() => DateTimeValue$, () => DateTimeValue$],
|
|
145
145
|
];
|
|
146
|
-
export var DateTimeValue = [3, n0, _DTV, 0, [_t, _va], [0, 0]];
|
|
147
|
-
export var DeleteDashboardRequest = [3, n0, _DDR, 0, [_a], [0]];
|
|
148
|
-
export var DeleteDashboardResponse = [3, n0, _DDRe, 0, [_a], [0]];
|
|
149
|
-
export var DimensionValues = [3, n0, _DV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
|
|
150
|
-
export var Expression = [
|
|
146
|
+
export var DateTimeValue$ = [3, n0, _DTV, 0, [_t, _va], [0, 0]];
|
|
147
|
+
export var DeleteDashboardRequest$ = [3, n0, _DDR, 0, [_a], [0]];
|
|
148
|
+
export var DeleteDashboardResponse$ = [3, n0, _DDRe, 0, [_a], [0]];
|
|
149
|
+
export var DimensionValues$ = [3, n0, _DV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
|
|
150
|
+
export var Expression$ = [
|
|
151
151
|
3,
|
|
152
152
|
n0,
|
|
153
153
|
_E,
|
|
@@ -156,14 +156,14 @@ export var Expression = [
|
|
|
156
156
|
[
|
|
157
157
|
() => Expressions,
|
|
158
158
|
() => Expressions,
|
|
159
|
-
() => Expression
|
|
160
|
-
() => DimensionValues
|
|
161
|
-
() => TagValues
|
|
162
|
-
() => CostCategoryValues
|
|
159
|
+
() => Expression$,
|
|
160
|
+
() => DimensionValues$,
|
|
161
|
+
() => TagValues$,
|
|
162
|
+
() => CostCategoryValues$,
|
|
163
163
|
],
|
|
164
164
|
];
|
|
165
|
-
export var GetDashboardRequest = [3, n0, _GDR, 0, [_a], [0]];
|
|
166
|
-
export var GetDashboardResponse = [
|
|
165
|
+
export var GetDashboardRequest$ = [3, n0, _GDR, 0, [_a], [0]];
|
|
166
|
+
export var GetDashboardResponse$ = [
|
|
167
167
|
3,
|
|
168
168
|
n0,
|
|
169
169
|
_GDRe,
|
|
@@ -171,14 +171,14 @@ export var GetDashboardResponse = [
|
|
|
171
171
|
[_a, _n, _d, _t, _w, _cA, _uA],
|
|
172
172
|
[0, 0, 0, 0, () => WidgetList, 4, 4],
|
|
173
173
|
];
|
|
174
|
-
export var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_rA], [0]];
|
|
175
|
-
export var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_rA, _pD], [0, 0]];
|
|
176
|
-
export var GraphDisplayConfig = [3, n0, _GDC, 0, [_vT], [0]];
|
|
177
|
-
export var GroupDefinition = [3, n0, _GD, 0, [_k, _t], [0, 0]];
|
|
178
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
179
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
180
|
-
export var ListDashboardsRequest = [3, n0, _LDR, 0, [_mR, _nT], [1, 0]];
|
|
181
|
-
export var ListDashboardsResponse = [
|
|
174
|
+
export var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_rA], [0]];
|
|
175
|
+
export var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_rA, _pD], [0, 0]];
|
|
176
|
+
export var GraphDisplayConfig$ = [3, n0, _GDC, 0, [_vT], [0]];
|
|
177
|
+
export var GroupDefinition$ = [3, n0, _GD, 0, [_k, _t], [0, 0]];
|
|
178
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
179
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
180
|
+
export var ListDashboardsRequest$ = [3, n0, _LDR, 0, [_mR, _nT], [1, 0]];
|
|
181
|
+
export var ListDashboardsResponse$ = [
|
|
182
182
|
3,
|
|
183
183
|
n0,
|
|
184
184
|
_LDRi,
|
|
@@ -186,54 +186,54 @@ export var ListDashboardsResponse = [
|
|
|
186
186
|
[_da, _nT],
|
|
187
187
|
[() => DashboardReferenceList, 0],
|
|
188
188
|
];
|
|
189
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
190
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_rT], [() => ResourceTagList]];
|
|
191
|
-
export var ReservationCoverageQuery = [
|
|
189
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
190
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_rT], [() => ResourceTagList]];
|
|
191
|
+
export var ReservationCoverageQuery$ = [
|
|
192
192
|
3,
|
|
193
193
|
n0,
|
|
194
194
|
_RCQ,
|
|
195
195
|
0,
|
|
196
196
|
[_tR, _gB, _g, _f, _me],
|
|
197
|
-
[() => DateTimeRange
|
|
197
|
+
[() => DateTimeRange$, () => GroupDefinitions, 0, () => Expression$, 64 | 0],
|
|
198
198
|
];
|
|
199
|
-
export var ReservationUtilizationQuery = [
|
|
199
|
+
export var ReservationUtilizationQuery$ = [
|
|
200
200
|
3,
|
|
201
201
|
n0,
|
|
202
202
|
_RUQ,
|
|
203
203
|
0,
|
|
204
204
|
[_tR, _gB, _g, _f],
|
|
205
|
-
[() => DateTimeRange
|
|
205
|
+
[() => DateTimeRange$, () => GroupDefinitions, 0, () => Expression$],
|
|
206
206
|
];
|
|
207
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
208
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
209
|
-
export var ResourceTag = [3, n0, _RT, 0, [_k, _va], [0, 0]];
|
|
210
|
-
export var SavingsPlansCoverageQuery = [
|
|
207
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
208
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
209
|
+
export var ResourceTag$ = [3, n0, _RT, 0, [_k, _va], [0, 0]];
|
|
210
|
+
export var SavingsPlansCoverageQuery$ = [
|
|
211
211
|
3,
|
|
212
212
|
n0,
|
|
213
213
|
_SPCQ,
|
|
214
214
|
0,
|
|
215
215
|
[_tR, _me, _g, _gB, _f],
|
|
216
|
-
[() => DateTimeRange
|
|
216
|
+
[() => DateTimeRange$, 64 | 0, 0, () => GroupDefinitions, () => Expression$],
|
|
217
217
|
];
|
|
218
|
-
export var SavingsPlansUtilizationQuery = [
|
|
218
|
+
export var SavingsPlansUtilizationQuery$ = [
|
|
219
219
|
3,
|
|
220
220
|
n0,
|
|
221
221
|
_SPUQ,
|
|
222
222
|
0,
|
|
223
223
|
[_tR, _g, _f],
|
|
224
|
-
[() => DateTimeRange
|
|
224
|
+
[() => DateTimeRange$, 0, () => Expression$],
|
|
225
225
|
];
|
|
226
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
227
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
228
|
-
export var TableDisplayConfigStruct = [3, n0, _TDCS, 0, [], []];
|
|
229
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _rT], [0, () => ResourceTagList]];
|
|
230
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
231
|
-
export var TagValues = [3, n0, _TV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
|
|
232
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
233
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
234
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _rTK], [0, 64 | 0]];
|
|
235
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
236
|
-
export var UpdateDashboardRequest = [
|
|
226
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
227
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
228
|
+
export var TableDisplayConfigStruct$ = [3, n0, _TDCS, 0, [], []];
|
|
229
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _rT], [0, () => ResourceTagList]];
|
|
230
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
231
|
+
export var TagValues$ = [3, n0, _TV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
|
|
232
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
233
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
234
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _rTK], [0, 64 | 0]];
|
|
235
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
236
|
+
export var UpdateDashboardRequest$ = [
|
|
237
237
|
3,
|
|
238
238
|
n0,
|
|
239
239
|
_UDR,
|
|
@@ -241,10 +241,10 @@ export var UpdateDashboardRequest = [
|
|
|
241
241
|
[_a, _n, _d, _w],
|
|
242
242
|
[0, 0, 0, () => WidgetList],
|
|
243
243
|
];
|
|
244
|
-
export var UpdateDashboardResponse = [3, n0, _UDRp, 0, [_a], [0]];
|
|
245
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
246
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
247
|
-
export var Widget = [
|
|
244
|
+
export var UpdateDashboardResponse$ = [3, n0, _UDRp, 0, [_a], [0]];
|
|
245
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
246
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
247
|
+
export var Widget$ = [
|
|
248
248
|
3,
|
|
249
249
|
n0,
|
|
250
250
|
_W,
|
|
@@ -252,111 +252,111 @@ export var Widget = [
|
|
|
252
252
|
[_ti, _d, _wi, _h, _hO, _co],
|
|
253
253
|
[0, 0, 1, 1, 1, () => WidgetConfigList],
|
|
254
254
|
];
|
|
255
|
-
export var WidgetConfig = [
|
|
255
|
+
export var WidgetConfig$ = [
|
|
256
256
|
3,
|
|
257
257
|
n0,
|
|
258
258
|
_WC,
|
|
259
259
|
0,
|
|
260
260
|
[_qP, _dC],
|
|
261
|
-
[() => QueryParameters
|
|
261
|
+
[() => QueryParameters$, () => DisplayConfig$],
|
|
262
262
|
];
|
|
263
|
-
export var BCMDashboardsServiceException = [-3, _sm, "BCMDashboardsServiceException", 0, [], []];
|
|
264
|
-
TypeRegistry.for(_sm).registerError(BCMDashboardsServiceException
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
export var DisplayConfig = [
|
|
263
|
+
export var BCMDashboardsServiceException$ = [-3, _sm, "BCMDashboardsServiceException", 0, [], []];
|
|
264
|
+
TypeRegistry.for(_sm).registerError(BCMDashboardsServiceException$, BCMDashboardsServiceException);
|
|
265
|
+
var DashboardReferenceList = [1, n0, _DRL, 0, () => DashboardReference$];
|
|
266
|
+
var Expressions = [1, n0, _Ex, 0, () => Expression$];
|
|
267
|
+
var GroupDefinitions = [1, n0, _GDr, 0, () => GroupDefinition$];
|
|
268
|
+
var MatchOptions = 64 | 0;
|
|
269
|
+
var MetricNames = 64 | 0;
|
|
270
|
+
var ResourceTagKeyList = 64 | 0;
|
|
271
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
|
|
272
|
+
var StringList = 64 | 0;
|
|
273
|
+
var WidgetConfigList = [1, n0, _WCL, 0, () => WidgetConfig$];
|
|
274
|
+
var WidgetList = [1, n0, _WL, 0, () => Widget$];
|
|
275
|
+
var GraphDisplayConfigMap = [2, n0, _GDCM, 0, 0, () => GraphDisplayConfig$];
|
|
276
|
+
export var DisplayConfig$ = [
|
|
277
277
|
3,
|
|
278
278
|
n0,
|
|
279
279
|
_DC,
|
|
280
280
|
0,
|
|
281
281
|
[_gr, _tab],
|
|
282
|
-
[() => GraphDisplayConfigMap, () => TableDisplayConfigStruct],
|
|
282
|
+
[() => GraphDisplayConfigMap, () => TableDisplayConfigStruct$],
|
|
283
283
|
];
|
|
284
|
-
export var QueryParameters = [
|
|
284
|
+
export var QueryParameters$ = [
|
|
285
285
|
3,
|
|
286
286
|
n0,
|
|
287
287
|
_QP,
|
|
288
288
|
0,
|
|
289
289
|
[_cAU, _sPC, _sPU, _rC, _rU],
|
|
290
290
|
[
|
|
291
|
-
() => CostAndUsageQuery
|
|
292
|
-
() => SavingsPlansCoverageQuery
|
|
293
|
-
() => SavingsPlansUtilizationQuery
|
|
294
|
-
() => ReservationCoverageQuery
|
|
295
|
-
() => ReservationUtilizationQuery
|
|
291
|
+
() => CostAndUsageQuery$,
|
|
292
|
+
() => SavingsPlansCoverageQuery$,
|
|
293
|
+
() => SavingsPlansUtilizationQuery$,
|
|
294
|
+
() => ReservationCoverageQuery$,
|
|
295
|
+
() => ReservationUtilizationQuery$,
|
|
296
296
|
],
|
|
297
297
|
];
|
|
298
|
-
export var CreateDashboard = [
|
|
298
|
+
export var CreateDashboard$ = [
|
|
299
299
|
9,
|
|
300
300
|
n0,
|
|
301
301
|
_CD,
|
|
302
302
|
0,
|
|
303
|
-
() => CreateDashboardRequest
|
|
304
|
-
() => CreateDashboardResponse
|
|
303
|
+
() => CreateDashboardRequest$,
|
|
304
|
+
() => CreateDashboardResponse$,
|
|
305
305
|
];
|
|
306
|
-
export var DeleteDashboard = [
|
|
306
|
+
export var DeleteDashboard$ = [
|
|
307
307
|
9,
|
|
308
308
|
n0,
|
|
309
309
|
_DD,
|
|
310
310
|
0,
|
|
311
|
-
() => DeleteDashboardRequest
|
|
312
|
-
() => DeleteDashboardResponse
|
|
311
|
+
() => DeleteDashboardRequest$,
|
|
312
|
+
() => DeleteDashboardResponse$,
|
|
313
313
|
];
|
|
314
|
-
export var GetDashboard = [
|
|
314
|
+
export var GetDashboard$ = [
|
|
315
315
|
9,
|
|
316
316
|
n0,
|
|
317
317
|
_GDe,
|
|
318
318
|
0,
|
|
319
|
-
() => GetDashboardRequest
|
|
320
|
-
() => GetDashboardResponse
|
|
319
|
+
() => GetDashboardRequest$,
|
|
320
|
+
() => GetDashboardResponse$,
|
|
321
321
|
];
|
|
322
|
-
export var GetResourcePolicy = [
|
|
322
|
+
export var GetResourcePolicy$ = [
|
|
323
323
|
9,
|
|
324
324
|
n0,
|
|
325
325
|
_GRP,
|
|
326
326
|
0,
|
|
327
|
-
() => GetResourcePolicyRequest
|
|
328
|
-
() => GetResourcePolicyResponse
|
|
327
|
+
() => GetResourcePolicyRequest$,
|
|
328
|
+
() => GetResourcePolicyResponse$,
|
|
329
329
|
];
|
|
330
|
-
export var ListDashboards = [
|
|
330
|
+
export var ListDashboards$ = [
|
|
331
331
|
9,
|
|
332
332
|
n0,
|
|
333
333
|
_LD,
|
|
334
334
|
0,
|
|
335
|
-
() => ListDashboardsRequest
|
|
336
|
-
() => ListDashboardsResponse
|
|
335
|
+
() => ListDashboardsRequest$,
|
|
336
|
+
() => ListDashboardsResponse$,
|
|
337
337
|
];
|
|
338
|
-
export var ListTagsForResource = [
|
|
338
|
+
export var ListTagsForResource$ = [
|
|
339
339
|
9,
|
|
340
340
|
n0,
|
|
341
341
|
_LTFR,
|
|
342
342
|
0,
|
|
343
|
-
() => ListTagsForResourceRequest
|
|
344
|
-
() => ListTagsForResourceResponse
|
|
343
|
+
() => ListTagsForResourceRequest$,
|
|
344
|
+
() => ListTagsForResourceResponse$,
|
|
345
345
|
];
|
|
346
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
347
|
-
export var UntagResource = [
|
|
346
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
347
|
+
export var UntagResource$ = [
|
|
348
348
|
9,
|
|
349
349
|
n0,
|
|
350
350
|
_UR,
|
|
351
351
|
0,
|
|
352
|
-
() => UntagResourceRequest
|
|
353
|
-
() => UntagResourceResponse
|
|
352
|
+
() => UntagResourceRequest$,
|
|
353
|
+
() => UntagResourceResponse$,
|
|
354
354
|
];
|
|
355
|
-
export var UpdateDashboard = [
|
|
355
|
+
export var UpdateDashboard$ = [
|
|
356
356
|
9,
|
|
357
357
|
n0,
|
|
358
358
|
_UD,
|
|
359
359
|
0,
|
|
360
|
-
() => UpdateDashboardRequest
|
|
361
|
-
() => UpdateDashboardResponse
|
|
360
|
+
() => UpdateDashboardRequest$,
|
|
361
|
+
() => UpdateDashboardResponse$,
|
|
362
362
|
];
|
|
@@ -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 { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
11
11
|
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
@@ -150,15 +150,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
150
150
|
* Optional extensions
|
|
151
151
|
*/
|
|
152
152
|
extensions?: RuntimeExtension[];
|
|
153
|
-
/**
|
|
154
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
155
|
-
* may be overridden. A default will always be set by the client.
|
|
156
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
157
|
-
* the client.
|
|
158
|
-
* @alpha
|
|
159
|
-
*
|
|
160
|
-
*/
|
|
161
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
162
153
|
/**
|
|
163
154
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
164
155
|
*/
|
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 { BCMDashboardsExtensionConfiguration } 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: BCMDashboardsClientConfig) => {
|
|
|
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: BCMDashboardsClientConfig) => {
|
|
|
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: BCMDashboardsClientConfig) => {
|
|
|
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: BCMDashboardsClientConfig) => {
|
|
|
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: BCMDashboardsClientConfig) => {
|
|
|
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: BCMDashboardsClientConfig) => {
|
|
|
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 { BCMDashboardsClientConfig } from "./BCMDashboardsClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: BCMDashboardsClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BCMDashboardsHttpAuthSchemeProvider;
|
|
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;
|