@aws-sdk/client-bcm-dashboards 3.1027.0 → 3.1028.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 +42 -0
- package/dist-cjs/index.js +108 -0
- package/dist-cjs/models/errors.js +14 -1
- package/dist-cjs/schemas/schemas_0.js +172 -3
- package/dist-es/BCMDashboards.js +14 -0
- package/dist-es/commands/CreateScheduledReportCommand.js +16 -0
- package/dist-es/commands/DeleteScheduledReportCommand.js +16 -0
- package/dist-es/commands/ExecuteScheduledReportCommand.js +16 -0
- package/dist-es/commands/GetScheduledReportCommand.js +16 -0
- package/dist-es/commands/ListScheduledReportsCommand.js +16 -0
- package/dist-es/commands/UpdateScheduledReportCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListScheduledReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +171 -2
- package/dist-types/BCMDashboards.d.ts +50 -0
- package/dist-types/BCMDashboardsClient.d.ts +8 -2
- package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/CreateScheduledReportCommand.d.ts +126 -0
- package/dist-types/commands/DeleteScheduledReportCommand.d.ts +89 -0
- package/dist-types/commands/ExecuteScheduledReportCommand.d.ts +101 -0
- package/dist-types/commands/GetScheduledReportCommand.d.ts +127 -0
- package/dist-types/commands/ListScheduledReportsCommand.d.ts +107 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateScheduledReportCommand.d.ts +120 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +422 -6
- package/dist-types/pagination/ListScheduledReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/BCMDashboards.d.ts +110 -0
- package/dist-types/ts3.4/BCMDashboardsClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/CreateScheduledReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteScheduledReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExecuteScheduledReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetScheduledReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListScheduledReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateScheduledReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +21 -0
- package/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -1
- package/dist-types/ts3.4/pagination/ListScheduledReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,6 +188,13 @@ CreateDashboard
|
|
|
188
188
|
</details>
|
|
189
189
|
<details>
|
|
190
190
|
<summary>
|
|
191
|
+
CreateScheduledReport
|
|
192
|
+
</summary>
|
|
193
|
+
|
|
194
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/CreateScheduledReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/CreateScheduledReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/CreateScheduledReportCommandOutput/)
|
|
195
|
+
</details>
|
|
196
|
+
<details>
|
|
197
|
+
<summary>
|
|
191
198
|
DeleteDashboard
|
|
192
199
|
</summary>
|
|
193
200
|
|
|
@@ -195,6 +202,20 @@ DeleteDashboard
|
|
|
195
202
|
</details>
|
|
196
203
|
<details>
|
|
197
204
|
<summary>
|
|
205
|
+
DeleteScheduledReport
|
|
206
|
+
</summary>
|
|
207
|
+
|
|
208
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/DeleteScheduledReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/DeleteScheduledReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/DeleteScheduledReportCommandOutput/)
|
|
209
|
+
</details>
|
|
210
|
+
<details>
|
|
211
|
+
<summary>
|
|
212
|
+
ExecuteScheduledReport
|
|
213
|
+
</summary>
|
|
214
|
+
|
|
215
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/ExecuteScheduledReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/ExecuteScheduledReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/ExecuteScheduledReportCommandOutput/)
|
|
216
|
+
</details>
|
|
217
|
+
<details>
|
|
218
|
+
<summary>
|
|
198
219
|
GetDashboard
|
|
199
220
|
</summary>
|
|
200
221
|
|
|
@@ -209,6 +230,13 @@ GetResourcePolicy
|
|
|
209
230
|
</details>
|
|
210
231
|
<details>
|
|
211
232
|
<summary>
|
|
233
|
+
GetScheduledReport
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/GetScheduledReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/GetScheduledReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/GetScheduledReportCommandOutput/)
|
|
237
|
+
</details>
|
|
238
|
+
<details>
|
|
239
|
+
<summary>
|
|
212
240
|
ListDashboards
|
|
213
241
|
</summary>
|
|
214
242
|
|
|
@@ -216,6 +244,13 @@ ListDashboards
|
|
|
216
244
|
</details>
|
|
217
245
|
<details>
|
|
218
246
|
<summary>
|
|
247
|
+
ListScheduledReports
|
|
248
|
+
</summary>
|
|
249
|
+
|
|
250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/ListScheduledReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/ListScheduledReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/ListScheduledReportsCommandOutput/)
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
219
254
|
ListTagsForResource
|
|
220
255
|
</summary>
|
|
221
256
|
|
|
@@ -242,3 +277,10 @@ UpdateDashboard
|
|
|
242
277
|
|
|
243
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/UpdateDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/UpdateDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/UpdateDashboardCommandOutput/)
|
|
244
279
|
</details>
|
|
280
|
+
<details>
|
|
281
|
+
<summary>
|
|
282
|
+
UpdateScheduledReport
|
|
283
|
+
</summary>
|
|
284
|
+
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bcm-dashboards/command/UpdateScheduledReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/UpdateScheduledReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bcm-dashboards/Interface/UpdateScheduledReportCommandOutput/)
|
|
286
|
+
</details>
|
package/dist-cjs/index.js
CHANGED
|
@@ -123,6 +123,18 @@ class CreateDashboardCommand extends smithyClient.Command
|
|
|
123
123
|
.build() {
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
+
class CreateScheduledReportCommand extends smithyClient.Command
|
|
127
|
+
.classBuilder()
|
|
128
|
+
.ep(commonParams)
|
|
129
|
+
.m(function (Command, cs, config, o) {
|
|
130
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
131
|
+
})
|
|
132
|
+
.s("AWSBCMDashboardsService", "CreateScheduledReport", {})
|
|
133
|
+
.n("BCMDashboardsClient", "CreateScheduledReportCommand")
|
|
134
|
+
.sc(schemas_0.CreateScheduledReport$)
|
|
135
|
+
.build() {
|
|
136
|
+
}
|
|
137
|
+
|
|
126
138
|
class DeleteDashboardCommand extends smithyClient.Command
|
|
127
139
|
.classBuilder()
|
|
128
140
|
.ep(commonParams)
|
|
@@ -135,6 +147,30 @@ class DeleteDashboardCommand extends smithyClient.Command
|
|
|
135
147
|
.build() {
|
|
136
148
|
}
|
|
137
149
|
|
|
150
|
+
class DeleteScheduledReportCommand extends smithyClient.Command
|
|
151
|
+
.classBuilder()
|
|
152
|
+
.ep(commonParams)
|
|
153
|
+
.m(function (Command, cs, config, o) {
|
|
154
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
155
|
+
})
|
|
156
|
+
.s("AWSBCMDashboardsService", "DeleteScheduledReport", {})
|
|
157
|
+
.n("BCMDashboardsClient", "DeleteScheduledReportCommand")
|
|
158
|
+
.sc(schemas_0.DeleteScheduledReport$)
|
|
159
|
+
.build() {
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
class ExecuteScheduledReportCommand extends smithyClient.Command
|
|
163
|
+
.classBuilder()
|
|
164
|
+
.ep(commonParams)
|
|
165
|
+
.m(function (Command, cs, config, o) {
|
|
166
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
167
|
+
})
|
|
168
|
+
.s("AWSBCMDashboardsService", "ExecuteScheduledReport", {})
|
|
169
|
+
.n("BCMDashboardsClient", "ExecuteScheduledReportCommand")
|
|
170
|
+
.sc(schemas_0.ExecuteScheduledReport$)
|
|
171
|
+
.build() {
|
|
172
|
+
}
|
|
173
|
+
|
|
138
174
|
class GetDashboardCommand extends smithyClient.Command
|
|
139
175
|
.classBuilder()
|
|
140
176
|
.ep(commonParams)
|
|
@@ -159,6 +195,18 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
159
195
|
.build() {
|
|
160
196
|
}
|
|
161
197
|
|
|
198
|
+
class GetScheduledReportCommand extends smithyClient.Command
|
|
199
|
+
.classBuilder()
|
|
200
|
+
.ep(commonParams)
|
|
201
|
+
.m(function (Command, cs, config, o) {
|
|
202
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
203
|
+
})
|
|
204
|
+
.s("AWSBCMDashboardsService", "GetScheduledReport", {})
|
|
205
|
+
.n("BCMDashboardsClient", "GetScheduledReportCommand")
|
|
206
|
+
.sc(schemas_0.GetScheduledReport$)
|
|
207
|
+
.build() {
|
|
208
|
+
}
|
|
209
|
+
|
|
162
210
|
class ListDashboardsCommand extends smithyClient.Command
|
|
163
211
|
.classBuilder()
|
|
164
212
|
.ep(commonParams)
|
|
@@ -171,6 +219,18 @@ class ListDashboardsCommand extends smithyClient.Command
|
|
|
171
219
|
.build() {
|
|
172
220
|
}
|
|
173
221
|
|
|
222
|
+
class ListScheduledReportsCommand extends smithyClient.Command
|
|
223
|
+
.classBuilder()
|
|
224
|
+
.ep(commonParams)
|
|
225
|
+
.m(function (Command, cs, config, o) {
|
|
226
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
227
|
+
})
|
|
228
|
+
.s("AWSBCMDashboardsService", "ListScheduledReports", {})
|
|
229
|
+
.n("BCMDashboardsClient", "ListScheduledReportsCommand")
|
|
230
|
+
.sc(schemas_0.ListScheduledReports$)
|
|
231
|
+
.build() {
|
|
232
|
+
}
|
|
233
|
+
|
|
174
234
|
class ListTagsForResourceCommand extends smithyClient.Command
|
|
175
235
|
.classBuilder()
|
|
176
236
|
.ep(commonParams)
|
|
@@ -219,21 +279,42 @@ class UpdateDashboardCommand extends smithyClient.Command
|
|
|
219
279
|
.build() {
|
|
220
280
|
}
|
|
221
281
|
|
|
282
|
+
class UpdateScheduledReportCommand extends smithyClient.Command
|
|
283
|
+
.classBuilder()
|
|
284
|
+
.ep(commonParams)
|
|
285
|
+
.m(function (Command, cs, config, o) {
|
|
286
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
287
|
+
})
|
|
288
|
+
.s("AWSBCMDashboardsService", "UpdateScheduledReport", {})
|
|
289
|
+
.n("BCMDashboardsClient", "UpdateScheduledReportCommand")
|
|
290
|
+
.sc(schemas_0.UpdateScheduledReport$)
|
|
291
|
+
.build() {
|
|
292
|
+
}
|
|
293
|
+
|
|
222
294
|
const paginateListDashboards = core.createPaginator(BCMDashboardsClient, ListDashboardsCommand, "nextToken", "nextToken", "maxResults");
|
|
223
295
|
|
|
296
|
+
const paginateListScheduledReports = core.createPaginator(BCMDashboardsClient, ListScheduledReportsCommand, "nextToken", "nextToken", "maxResults");
|
|
297
|
+
|
|
224
298
|
const commands = {
|
|
225
299
|
CreateDashboardCommand,
|
|
300
|
+
CreateScheduledReportCommand,
|
|
226
301
|
DeleteDashboardCommand,
|
|
302
|
+
DeleteScheduledReportCommand,
|
|
303
|
+
ExecuteScheduledReportCommand,
|
|
227
304
|
GetDashboardCommand,
|
|
228
305
|
GetResourcePolicyCommand,
|
|
306
|
+
GetScheduledReportCommand,
|
|
229
307
|
ListDashboardsCommand,
|
|
308
|
+
ListScheduledReportsCommand,
|
|
230
309
|
ListTagsForResourceCommand,
|
|
231
310
|
TagResourceCommand,
|
|
232
311
|
UntagResourceCommand,
|
|
233
312
|
UpdateDashboardCommand,
|
|
313
|
+
UpdateScheduledReportCommand,
|
|
234
314
|
};
|
|
235
315
|
const paginators = {
|
|
236
316
|
paginateListDashboards,
|
|
317
|
+
paginateListScheduledReports,
|
|
237
318
|
};
|
|
238
319
|
class BCMDashboards extends BCMDashboardsClient {
|
|
239
320
|
}
|
|
@@ -309,6 +390,23 @@ const DateTimeType = {
|
|
|
309
390
|
ABSOLUTE: "ABSOLUTE",
|
|
310
391
|
RELATIVE: "RELATIVE",
|
|
311
392
|
};
|
|
393
|
+
const ScheduleState = {
|
|
394
|
+
DISABLED: "DISABLED",
|
|
395
|
+
ENABLED: "ENABLED",
|
|
396
|
+
};
|
|
397
|
+
const HealthStatusCode = {
|
|
398
|
+
HEALTHY: "HEALTHY",
|
|
399
|
+
UNHEALTHY: "UNHEALTHY",
|
|
400
|
+
};
|
|
401
|
+
const StatusReason = {
|
|
402
|
+
DASHBOARD_ACCESS_DENIED: "DASHBOARD_ACCESS_DENIED",
|
|
403
|
+
DASHBOARD_NOT_FOUND: "DASHBOARD_NOT_FOUND",
|
|
404
|
+
DATA_SOURCE_ACCESS_DENIED: "DATA_SOURCE_ACCESS_DENIED",
|
|
405
|
+
EXECUTION_ROLE_ASSUME_FAILED: "EXECUTION_ROLE_ASSUME_FAILED",
|
|
406
|
+
EXECUTION_ROLE_INSUFFICIENT_PERMISSIONS: "EXECUTION_ROLE_INSUFFICIENT_PERMISSIONS",
|
|
407
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
408
|
+
WIDGET_ID_NOT_FOUND: "WIDGET_ID_NOT_FOUND",
|
|
409
|
+
};
|
|
312
410
|
const DashboardType = {
|
|
313
411
|
CUSTOM: "CUSTOM",
|
|
314
412
|
};
|
|
@@ -319,23 +417,33 @@ exports.BCMDashboardsServiceException = BCMDashboardsServiceException.BCMDashboa
|
|
|
319
417
|
exports.BCMDashboards = BCMDashboards;
|
|
320
418
|
exports.BCMDashboardsClient = BCMDashboardsClient;
|
|
321
419
|
exports.CreateDashboardCommand = CreateDashboardCommand;
|
|
420
|
+
exports.CreateScheduledReportCommand = CreateScheduledReportCommand;
|
|
322
421
|
exports.DashboardType = DashboardType;
|
|
323
422
|
exports.DateTimeType = DateTimeType;
|
|
324
423
|
exports.DeleteDashboardCommand = DeleteDashboardCommand;
|
|
424
|
+
exports.DeleteScheduledReportCommand = DeleteScheduledReportCommand;
|
|
325
425
|
exports.Dimension = Dimension;
|
|
426
|
+
exports.ExecuteScheduledReportCommand = ExecuteScheduledReportCommand;
|
|
326
427
|
exports.GetDashboardCommand = GetDashboardCommand;
|
|
327
428
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
429
|
+
exports.GetScheduledReportCommand = GetScheduledReportCommand;
|
|
328
430
|
exports.Granularity = Granularity;
|
|
329
431
|
exports.GroupDefinitionType = GroupDefinitionType;
|
|
432
|
+
exports.HealthStatusCode = HealthStatusCode;
|
|
330
433
|
exports.ListDashboardsCommand = ListDashboardsCommand;
|
|
434
|
+
exports.ListScheduledReportsCommand = ListScheduledReportsCommand;
|
|
331
435
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
332
436
|
exports.MatchOption = MatchOption;
|
|
333
437
|
exports.MetricName = MetricName;
|
|
438
|
+
exports.ScheduleState = ScheduleState;
|
|
439
|
+
exports.StatusReason = StatusReason;
|
|
334
440
|
exports.TagResourceCommand = TagResourceCommand;
|
|
335
441
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
336
442
|
exports.UpdateDashboardCommand = UpdateDashboardCommand;
|
|
443
|
+
exports.UpdateScheduledReportCommand = UpdateScheduledReportCommand;
|
|
337
444
|
exports.VisualType = VisualType;
|
|
338
445
|
exports.paginateListDashboards = paginateListDashboards;
|
|
446
|
+
exports.paginateListScheduledReports = paginateListScheduledReports;
|
|
339
447
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
340
448
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
341
449
|
Object.defineProperty(exports, '__proto__', {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.ResourceNotFoundException = exports.ConflictException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const BCMDashboardsServiceException_1 = require("./BCMDashboardsServiceException");
|
|
5
5
|
class AccessDeniedException extends BCMDashboardsServiceException_1.BCMDashboardsServiceException {
|
|
6
6
|
name = "AccessDeniedException";
|
|
@@ -67,6 +67,19 @@ class ValidationException extends BCMDashboardsServiceException_1.BCMDashboardsS
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.ValidationException = ValidationException;
|
|
70
|
+
class ConflictException extends BCMDashboardsServiceException_1.BCMDashboardsServiceException {
|
|
71
|
+
name = "ConflictException";
|
|
72
|
+
$fault = "client";
|
|
73
|
+
constructor(opts) {
|
|
74
|
+
super({
|
|
75
|
+
name: "ConflictException",
|
|
76
|
+
$fault: "client",
|
|
77
|
+
...opts,
|
|
78
|
+
});
|
|
79
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.ConflictException = ConflictException;
|
|
70
83
|
class ResourceNotFoundException extends BCMDashboardsServiceException_1.BCMDashboardsServiceException {
|
|
71
84
|
name = "ResourceNotFoundException";
|
|
72
85
|
$fault = "client";
|
|
@@ -1,23 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateDashboard$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListDashboards$ = void 0;
|
|
3
|
+
exports.ScheduledReportSummary$ = exports.ScheduledReportInput$ = exports.ScheduledReport$ = exports.ScheduleConfig$ = exports.SavingsPlansUtilizationQuery$ = exports.SavingsPlansCoverageQuery$ = exports.ResourceTag$ = exports.ReservationUtilizationQuery$ = exports.ReservationCoverageQuery$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListScheduledReportsResponse$ = exports.ListScheduledReportsRequest$ = exports.ListDashboardsResponse$ = exports.ListDashboardsRequest$ = exports.HealthStatus$ = exports.GroupDefinition$ = exports.GraphDisplayConfig$ = exports.GetScheduledReportResponse$ = exports.GetScheduledReportRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetDashboardResponse$ = exports.GetDashboardRequest$ = exports.Expression$ = exports.ExecuteScheduledReportResponse$ = exports.ExecuteScheduledReportRequest$ = exports.DimensionValues$ = exports.DeleteScheduledReportResponse$ = exports.DeleteScheduledReportRequest$ = exports.DeleteDashboardResponse$ = exports.DeleteDashboardRequest$ = exports.DateTimeValue$ = exports.DateTimeRange$ = exports.DashboardReference$ = exports.CreateScheduledReportResponse$ = exports.CreateScheduledReportRequest$ = exports.CreateDashboardResponse$ = exports.CreateDashboardRequest$ = exports.CostCategoryValues$ = exports.CostAndUsageQuery$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BCMDashboardsServiceException$ = void 0;
|
|
4
|
+
exports.UpdateScheduledReport$ = exports.UpdateDashboard$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListScheduledReports$ = exports.ListDashboards$ = exports.GetScheduledReport$ = exports.GetResourcePolicy$ = exports.GetDashboard$ = exports.ExecuteScheduledReport$ = exports.DeleteScheduledReport$ = exports.DeleteDashboard$ = exports.CreateScheduledReport$ = exports.CreateDashboard$ = exports.QueryParameters$ = exports.DisplayConfig$ = exports.WidgetConfig$ = exports.Widget$ = exports.UpdateScheduledReportResponse$ = exports.UpdateScheduledReportRequest$ = exports.UpdateDashboardResponse$ = exports.UpdateDashboardRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagValues$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.TableDisplayConfigStruct$ = exports.SchedulePeriod$ = void 0;
|
|
5
5
|
const _ADE = "AccessDeniedException";
|
|
6
6
|
const _CAUQ = "CostAndUsageQuery";
|
|
7
7
|
const _CCV = "CostCategoryValues";
|
|
8
8
|
const _CD = "CreateDashboard";
|
|
9
9
|
const _CDR = "CreateDashboardRequest";
|
|
10
10
|
const _CDRr = "CreateDashboardResponse";
|
|
11
|
+
const _CE = "ConflictException";
|
|
12
|
+
const _CSR = "CreateScheduledReport";
|
|
13
|
+
const _CSRR = "CreateScheduledReportRequest";
|
|
14
|
+
const _CSRRr = "CreateScheduledReportResponse";
|
|
11
15
|
const _DC = "DisplayConfig";
|
|
12
16
|
const _DD = "DeleteDashboard";
|
|
13
17
|
const _DDR = "DeleteDashboardRequest";
|
|
14
18
|
const _DDRe = "DeleteDashboardResponse";
|
|
15
19
|
const _DR = "DashboardReference";
|
|
16
20
|
const _DRL = "DashboardReferenceList";
|
|
21
|
+
const _DSR = "DeleteScheduledReport";
|
|
22
|
+
const _DSRR = "DeleteScheduledReportRequest";
|
|
23
|
+
const _DSRRe = "DeleteScheduledReportResponse";
|
|
17
24
|
const _DTR = "DateTimeRange";
|
|
18
25
|
const _DTV = "DateTimeValue";
|
|
19
26
|
const _DV = "DimensionValues";
|
|
20
27
|
const _E = "Expression";
|
|
28
|
+
const _ESR = "ExecuteScheduledReport";
|
|
29
|
+
const _ESRR = "ExecuteScheduledReportRequest";
|
|
30
|
+
const _ESRRx = "ExecuteScheduledReportResponse";
|
|
21
31
|
const _Ex = "Expressions";
|
|
22
32
|
const _GD = "GroupDefinition";
|
|
23
33
|
const _GDC = "GraphDisplayConfig";
|
|
@@ -29,10 +39,17 @@ const _GDr = "GroupDefinitions";
|
|
|
29
39
|
const _GRP = "GetResourcePolicy";
|
|
30
40
|
const _GRPR = "GetResourcePolicyRequest";
|
|
31
41
|
const _GRPRe = "GetResourcePolicyResponse";
|
|
42
|
+
const _GSR = "GetScheduledReport";
|
|
43
|
+
const _GSRR = "GetScheduledReportRequest";
|
|
44
|
+
const _GSRRe = "GetScheduledReportResponse";
|
|
45
|
+
const _HS = "HealthStatus";
|
|
32
46
|
const _ISE = "InternalServerException";
|
|
33
47
|
const _LD = "ListDashboards";
|
|
34
48
|
const _LDR = "ListDashboardsRequest";
|
|
35
49
|
const _LDRi = "ListDashboardsResponse";
|
|
50
|
+
const _LSR = "ListScheduledReports";
|
|
51
|
+
const _LSRR = "ListScheduledReportsRequest";
|
|
52
|
+
const _LSRRi = "ListScheduledReportsResponse";
|
|
36
53
|
const _LTFR = "ListTagsForResource";
|
|
37
54
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
38
55
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -42,9 +59,15 @@ const _RNFE = "ResourceNotFoundException";
|
|
|
42
59
|
const _RT = "ResourceTag";
|
|
43
60
|
const _RTL = "ResourceTagList";
|
|
44
61
|
const _RUQ = "ReservationUtilizationQuery";
|
|
62
|
+
const _SC = "ScheduleConfig";
|
|
63
|
+
const _SP = "SchedulePeriod";
|
|
45
64
|
const _SPCQ = "SavingsPlansCoverageQuery";
|
|
46
65
|
const _SPUQ = "SavingsPlansUtilizationQuery";
|
|
47
66
|
const _SQEE = "ServiceQuotaExceededException";
|
|
67
|
+
const _SR = "ScheduledReport";
|
|
68
|
+
const _SRI = "ScheduledReportInput";
|
|
69
|
+
const _SRS = "ScheduledReportSummary";
|
|
70
|
+
const _SRSL = "ScheduledReportSummaryList";
|
|
48
71
|
const _TDCS = "TableDisplayConfigStruct";
|
|
49
72
|
const _TE = "ThrottlingException";
|
|
50
73
|
const _TR = "TagResource";
|
|
@@ -57,33 +80,48 @@ const _UDRp = "UpdateDashboardResponse";
|
|
|
57
80
|
const _UR = "UntagResource";
|
|
58
81
|
const _URR = "UntagResourceRequest";
|
|
59
82
|
const _URRn = "UntagResourceResponse";
|
|
83
|
+
const _USR = "UpdateScheduledReport";
|
|
84
|
+
const _USRR = "UpdateScheduledReportRequest";
|
|
85
|
+
const _USRRp = "UpdateScheduledReportResponse";
|
|
60
86
|
const _VE = "ValidationException";
|
|
61
87
|
const _W = "Widget";
|
|
62
88
|
const _WC = "WidgetConfig";
|
|
63
89
|
const _WCL = "WidgetConfigList";
|
|
64
90
|
const _WL = "WidgetList";
|
|
91
|
+
const _XACT = "X-Amzn-Client-Token";
|
|
65
92
|
const _a = "arn";
|
|
66
93
|
const _an = "and";
|
|
67
94
|
const _c = "client";
|
|
68
95
|
const _cA = "createdAt";
|
|
69
96
|
const _cAU = "costAndUsage";
|
|
70
97
|
const _cC = "costCategories";
|
|
98
|
+
const _cT = "clientToken";
|
|
99
|
+
const _cWDRO = "clearWidgetDateRangeOverride";
|
|
100
|
+
const _cWI = "clearWidgetIds";
|
|
71
101
|
const _co = "configs";
|
|
72
102
|
const _d = "description";
|
|
103
|
+
const _dA = "dashboardArn";
|
|
73
104
|
const _dC = "displayConfig";
|
|
105
|
+
const _dR = "dryRun";
|
|
74
106
|
const _da = "dashboards";
|
|
75
107
|
const _di = "dimensions";
|
|
76
108
|
const _e = "error";
|
|
77
109
|
const _eT = "endTime";
|
|
110
|
+
const _eTx = "executionTriggered";
|
|
78
111
|
const _f = "filter";
|
|
79
112
|
const _g = "granularity";
|
|
80
113
|
const _gB = "groupBy";
|
|
81
114
|
const _gr = "graph";
|
|
82
115
|
const _h = "height";
|
|
83
116
|
const _hE = "httpError";
|
|
117
|
+
const _hH = "httpHeader";
|
|
84
118
|
const _hO = "horizontalOffset";
|
|
119
|
+
const _hS = "healthStatus";
|
|
85
120
|
const _i = "id";
|
|
121
|
+
const _iT = "idempotencyToken";
|
|
86
122
|
const _k = "key";
|
|
123
|
+
const _lEA = "lastExecutionAt";
|
|
124
|
+
const _lRA = "lastRefreshedAt";
|
|
87
125
|
const _m = "message";
|
|
88
126
|
const _mO = "matchOptions";
|
|
89
127
|
const _mR = "maxResults";
|
|
@@ -100,10 +138,20 @@ const _rT = "resourceTags";
|
|
|
100
138
|
const _rTK = "resourceTagKeys";
|
|
101
139
|
const _rU = "reservationUtilization";
|
|
102
140
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bcmdashboards";
|
|
141
|
+
const _sC = "statusCode";
|
|
142
|
+
const _sCc = "scheduleConfig";
|
|
143
|
+
const _sE = "scheduleExpression";
|
|
144
|
+
const _sETZ = "scheduleExpressionTimeZone";
|
|
145
|
+
const _sP = "schedulePeriod";
|
|
103
146
|
const _sPC = "savingsPlansCoverage";
|
|
104
147
|
const _sPU = "savingsPlansUtilization";
|
|
148
|
+
const _sR = "scheduledReport";
|
|
149
|
+
const _sRERA = "scheduledReportExecutionRoleArn";
|
|
150
|
+
const _sRc = "scheduledReports";
|
|
151
|
+
const _sRt = "statusReasons";
|
|
105
152
|
const _sT = "startTime";
|
|
106
153
|
const _se = "server";
|
|
154
|
+
const _st = "state";
|
|
107
155
|
const _t = "type";
|
|
108
156
|
const _tR = "timeRange";
|
|
109
157
|
const _ta = "tags";
|
|
@@ -114,6 +162,8 @@ const _v = "values";
|
|
|
114
162
|
const _vT = "visualType";
|
|
115
163
|
const _va = "value";
|
|
116
164
|
const _w = "widgets";
|
|
165
|
+
const _wDRO = "widgetDateRangeOverride";
|
|
166
|
+
const _wI = "widgetIds";
|
|
117
167
|
const _wi = "width";
|
|
118
168
|
const n0 = "com.amazonaws.bcmdashboards";
|
|
119
169
|
const schema_1 = require("@smithy/core/schema");
|
|
@@ -129,6 +179,12 @@ exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
|
129
179
|
[0], 1
|
|
130
180
|
];
|
|
131
181
|
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
182
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
183
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
184
|
+
[_m],
|
|
185
|
+
[0], 1
|
|
186
|
+
];
|
|
187
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
132
188
|
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
133
189
|
{ [_e]: _se, [_hE]: 500 },
|
|
134
190
|
[_m],
|
|
@@ -183,6 +239,16 @@ exports.CreateDashboardResponse$ = [3, n0, _CDRr,
|
|
|
183
239
|
[_a],
|
|
184
240
|
[0], 1
|
|
185
241
|
];
|
|
242
|
+
exports.CreateScheduledReportRequest$ = [3, n0, _CSRR,
|
|
243
|
+
0,
|
|
244
|
+
[_sR, _rT, _cT],
|
|
245
|
+
[() => exports.ScheduledReportInput$, () => ResourceTagList, [0, { [_hH]: _XACT, [_iT]: 1 }]], 1
|
|
246
|
+
];
|
|
247
|
+
exports.CreateScheduledReportResponse$ = [3, n0, _CSRRr,
|
|
248
|
+
0,
|
|
249
|
+
[_a],
|
|
250
|
+
[0], 1
|
|
251
|
+
];
|
|
186
252
|
exports.DashboardReference$ = [3, n0, _DR,
|
|
187
253
|
0,
|
|
188
254
|
[_a, _n, _t, _cA, _uA, _d],
|
|
@@ -208,11 +274,31 @@ exports.DeleteDashboardResponse$ = [3, n0, _DDRe,
|
|
|
208
274
|
[_a],
|
|
209
275
|
[0], 1
|
|
210
276
|
];
|
|
277
|
+
exports.DeleteScheduledReportRequest$ = [3, n0, _DSRR,
|
|
278
|
+
0,
|
|
279
|
+
[_a],
|
|
280
|
+
[0], 1
|
|
281
|
+
];
|
|
282
|
+
exports.DeleteScheduledReportResponse$ = [3, n0, _DSRRe,
|
|
283
|
+
0,
|
|
284
|
+
[_a],
|
|
285
|
+
[0], 1
|
|
286
|
+
];
|
|
211
287
|
exports.DimensionValues$ = [3, n0, _DV,
|
|
212
288
|
0,
|
|
213
289
|
[_k, _v, _mO],
|
|
214
290
|
[0, 64 | 0, 64 | 0], 2
|
|
215
291
|
];
|
|
292
|
+
exports.ExecuteScheduledReportRequest$ = [3, n0, _ESRR,
|
|
293
|
+
0,
|
|
294
|
+
[_a, _cT, _dR],
|
|
295
|
+
[0, [0, { [_hH]: _XACT, [_iT]: 1 }], 2], 1
|
|
296
|
+
];
|
|
297
|
+
exports.ExecuteScheduledReportResponse$ = [3, n0, _ESRRx,
|
|
298
|
+
0,
|
|
299
|
+
[_hS, _eTx],
|
|
300
|
+
[() => exports.HealthStatus$, 2]
|
|
301
|
+
];
|
|
216
302
|
exports.Expression$ = [3, n0, _E,
|
|
217
303
|
0,
|
|
218
304
|
[_o, _an, _no, _di, _ta, _cC],
|
|
@@ -238,6 +324,16 @@ exports.GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
|
238
324
|
[_rA, _pD],
|
|
239
325
|
[0, 0], 2
|
|
240
326
|
];
|
|
327
|
+
exports.GetScheduledReportRequest$ = [3, n0, _GSRR,
|
|
328
|
+
0,
|
|
329
|
+
[_a],
|
|
330
|
+
[0], 1
|
|
331
|
+
];
|
|
332
|
+
exports.GetScheduledReportResponse$ = [3, n0, _GSRRe,
|
|
333
|
+
0,
|
|
334
|
+
[_sR],
|
|
335
|
+
[() => exports.ScheduledReport$], 1
|
|
336
|
+
];
|
|
241
337
|
exports.GraphDisplayConfig$ = [3, n0, _GDC,
|
|
242
338
|
0,
|
|
243
339
|
[_vT],
|
|
@@ -248,6 +344,11 @@ exports.GroupDefinition$ = [3, n0, _GD,
|
|
|
248
344
|
[_k, _t],
|
|
249
345
|
[0, 0], 1
|
|
250
346
|
];
|
|
347
|
+
exports.HealthStatus$ = [3, n0, _HS,
|
|
348
|
+
0,
|
|
349
|
+
[_sC, _lRA, _sRt],
|
|
350
|
+
[0, 4, 64 | 0], 1
|
|
351
|
+
];
|
|
251
352
|
exports.ListDashboardsRequest$ = [3, n0, _LDR,
|
|
252
353
|
0,
|
|
253
354
|
[_mR, _nT],
|
|
@@ -258,6 +359,16 @@ exports.ListDashboardsResponse$ = [3, n0, _LDRi,
|
|
|
258
359
|
[_da, _nT],
|
|
259
360
|
[() => DashboardReferenceList, 0], 1
|
|
260
361
|
];
|
|
362
|
+
exports.ListScheduledReportsRequest$ = [3, n0, _LSRR,
|
|
363
|
+
0,
|
|
364
|
+
[_nT, _mR],
|
|
365
|
+
[0, 1]
|
|
366
|
+
];
|
|
367
|
+
exports.ListScheduledReportsResponse$ = [3, n0, _LSRRi,
|
|
368
|
+
0,
|
|
369
|
+
[_sRc, _nT],
|
|
370
|
+
[() => ScheduledReportSummaryList, 0], 1
|
|
371
|
+
];
|
|
261
372
|
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
262
373
|
0,
|
|
263
374
|
[_rA],
|
|
@@ -293,6 +404,31 @@ exports.SavingsPlansUtilizationQuery$ = [3, n0, _SPUQ,
|
|
|
293
404
|
[_tR, _g, _f],
|
|
294
405
|
[() => exports.DateTimeRange$, 0, () => exports.Expression$], 1
|
|
295
406
|
];
|
|
407
|
+
exports.ScheduleConfig$ = [3, n0, _SC,
|
|
408
|
+
0,
|
|
409
|
+
[_sE, _sETZ, _sP, _st],
|
|
410
|
+
[0, 0, () => exports.SchedulePeriod$, 0]
|
|
411
|
+
];
|
|
412
|
+
exports.ScheduledReport$ = [3, n0, _SR,
|
|
413
|
+
0,
|
|
414
|
+
[_n, _dA, _sRERA, _sCc, _a, _d, _wI, _wDRO, _cA, _uA, _lEA, _hS],
|
|
415
|
+
[0, 0, 0, () => exports.ScheduleConfig$, 0, 0, 64 | 0, () => exports.DateTimeRange$, 4, 4, 4, () => exports.HealthStatus$], 4
|
|
416
|
+
];
|
|
417
|
+
exports.ScheduledReportInput$ = [3, n0, _SRI,
|
|
418
|
+
0,
|
|
419
|
+
[_n, _dA, _sRERA, _sCc, _d, _wI, _wDRO],
|
|
420
|
+
[0, 0, 0, () => exports.ScheduleConfig$, 0, 64 | 0, () => exports.DateTimeRange$], 4
|
|
421
|
+
];
|
|
422
|
+
exports.ScheduledReportSummary$ = [3, n0, _SRS,
|
|
423
|
+
0,
|
|
424
|
+
[_a, _n, _dA, _sE, _st, _hS, _sETZ, _wI],
|
|
425
|
+
[0, 0, 0, 0, 0, () => exports.HealthStatus$, 0, 64 | 0], 6
|
|
426
|
+
];
|
|
427
|
+
exports.SchedulePeriod$ = [3, n0, _SP,
|
|
428
|
+
0,
|
|
429
|
+
[_sT, _eT],
|
|
430
|
+
[4, 4]
|
|
431
|
+
];
|
|
296
432
|
exports.TableDisplayConfigStruct$ = [3, n0, _TDCS,
|
|
297
433
|
0,
|
|
298
434
|
[],
|
|
@@ -326,13 +462,23 @@ exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
326
462
|
exports.UpdateDashboardRequest$ = [3, n0, _UDR,
|
|
327
463
|
0,
|
|
328
464
|
[_a, _n, _d, _w],
|
|
329
|
-
[0, 0, 0, () => WidgetList],
|
|
465
|
+
[0, 0, 0, () => WidgetList], 2
|
|
330
466
|
];
|
|
331
467
|
exports.UpdateDashboardResponse$ = [3, n0, _UDRp,
|
|
332
468
|
0,
|
|
333
469
|
[_a],
|
|
334
470
|
[0], 1
|
|
335
471
|
];
|
|
472
|
+
exports.UpdateScheduledReportRequest$ = [3, n0, _USRR,
|
|
473
|
+
0,
|
|
474
|
+
[_a, _n, _d, _dA, _sRERA, _sCc, _wI, _wDRO, _cWI, _cWDRO],
|
|
475
|
+
[0, 0, 0, 0, 0, () => exports.ScheduleConfig$, 64 | 0, () => exports.DateTimeRange$, 2, 2], 1
|
|
476
|
+
];
|
|
477
|
+
exports.UpdateScheduledReportResponse$ = [3, n0, _USRRp,
|
|
478
|
+
0,
|
|
479
|
+
[_a],
|
|
480
|
+
[0], 1
|
|
481
|
+
];
|
|
336
482
|
exports.Widget$ = [3, n0, _W,
|
|
337
483
|
0,
|
|
338
484
|
[_ti, _co, _i, _d, _wi, _h, _hO],
|
|
@@ -358,10 +504,15 @@ var ResourceTagKeyList = 64 | 0;
|
|
|
358
504
|
var ResourceTagList = [1, n0, _RTL,
|
|
359
505
|
0, () => exports.ResourceTag$
|
|
360
506
|
];
|
|
507
|
+
var ScheduledReportSummaryList = [1, n0, _SRSL,
|
|
508
|
+
0, () => exports.ScheduledReportSummary$
|
|
509
|
+
];
|
|
510
|
+
var StatusReasonList = 64 | 0;
|
|
361
511
|
var StringList = 64 | 0;
|
|
362
512
|
var WidgetConfigList = [1, n0, _WCL,
|
|
363
513
|
0, () => exports.WidgetConfig$
|
|
364
514
|
];
|
|
515
|
+
var WidgetIdList = 64 | 0;
|
|
365
516
|
var WidgetList = [1, n0, _WL,
|
|
366
517
|
0, () => exports.Widget$
|
|
367
518
|
];
|
|
@@ -381,18 +532,33 @@ exports.QueryParameters$ = [4, n0, _QP,
|
|
|
381
532
|
exports.CreateDashboard$ = [9, n0, _CD,
|
|
382
533
|
0, () => exports.CreateDashboardRequest$, () => exports.CreateDashboardResponse$
|
|
383
534
|
];
|
|
535
|
+
exports.CreateScheduledReport$ = [9, n0, _CSR,
|
|
536
|
+
0, () => exports.CreateScheduledReportRequest$, () => exports.CreateScheduledReportResponse$
|
|
537
|
+
];
|
|
384
538
|
exports.DeleteDashboard$ = [9, n0, _DD,
|
|
385
539
|
0, () => exports.DeleteDashboardRequest$, () => exports.DeleteDashboardResponse$
|
|
386
540
|
];
|
|
541
|
+
exports.DeleteScheduledReport$ = [9, n0, _DSR,
|
|
542
|
+
0, () => exports.DeleteScheduledReportRequest$, () => exports.DeleteScheduledReportResponse$
|
|
543
|
+
];
|
|
544
|
+
exports.ExecuteScheduledReport$ = [9, n0, _ESR,
|
|
545
|
+
0, () => exports.ExecuteScheduledReportRequest$, () => exports.ExecuteScheduledReportResponse$
|
|
546
|
+
];
|
|
387
547
|
exports.GetDashboard$ = [9, n0, _GDe,
|
|
388
548
|
0, () => exports.GetDashboardRequest$, () => exports.GetDashboardResponse$
|
|
389
549
|
];
|
|
390
550
|
exports.GetResourcePolicy$ = [9, n0, _GRP,
|
|
391
551
|
0, () => exports.GetResourcePolicyRequest$, () => exports.GetResourcePolicyResponse$
|
|
392
552
|
];
|
|
553
|
+
exports.GetScheduledReport$ = [9, n0, _GSR,
|
|
554
|
+
0, () => exports.GetScheduledReportRequest$, () => exports.GetScheduledReportResponse$
|
|
555
|
+
];
|
|
393
556
|
exports.ListDashboards$ = [9, n0, _LD,
|
|
394
557
|
0, () => exports.ListDashboardsRequest$, () => exports.ListDashboardsResponse$
|
|
395
558
|
];
|
|
559
|
+
exports.ListScheduledReports$ = [9, n0, _LSR,
|
|
560
|
+
0, () => exports.ListScheduledReportsRequest$, () => exports.ListScheduledReportsResponse$
|
|
561
|
+
];
|
|
396
562
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
397
563
|
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
398
564
|
];
|
|
@@ -405,3 +571,6 @@ exports.UntagResource$ = [9, n0, _UR,
|
|
|
405
571
|
exports.UpdateDashboard$ = [9, n0, _UD,
|
|
406
572
|
0, () => exports.UpdateDashboardRequest$, () => exports.UpdateDashboardResponse$
|
|
407
573
|
];
|
|
574
|
+
exports.UpdateScheduledReport$ = [9, n0, _USR,
|
|
575
|
+
0, () => exports.UpdateScheduledReportRequest$, () => exports.UpdateScheduledReportResponse$
|
|
576
|
+
];
|