@aws-sdk/client-bcm-dashboards 3.1077.0 → 3.1078.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.
Files changed (53) hide show
  1. package/dist-cjs/index.js +23 -153
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateDashboardCommand.js +2 -14
  4. package/dist-es/commands/CreateScheduledReportCommand.js +2 -14
  5. package/dist-es/commands/DeleteDashboardCommand.js +2 -14
  6. package/dist-es/commands/DeleteScheduledReportCommand.js +2 -14
  7. package/dist-es/commands/ExecuteScheduledReportCommand.js +2 -14
  8. package/dist-es/commands/GetDashboardCommand.js +2 -14
  9. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  10. package/dist-es/commands/GetScheduledReportCommand.js +2 -14
  11. package/dist-es/commands/ListDashboardsCommand.js +2 -14
  12. package/dist-es/commands/ListScheduledReportsCommand.js +2 -14
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  14. package/dist-es/commands/TagResourceCommand.js +2 -14
  15. package/dist-es/commands/UntagResourceCommand.js +2 -14
  16. package/dist-es/commands/UpdateDashboardCommand.js +2 -14
  17. package/dist-es/commands/UpdateScheduledReportCommand.js +2 -14
  18. package/dist-es/index.js +1 -0
  19. package/dist-types/commandBuilder.d.ts +18 -0
  20. package/dist-types/commands/CreateDashboardCommand.d.ts +3 -8
  21. package/dist-types/commands/CreateScheduledReportCommand.d.ts +3 -8
  22. package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -8
  23. package/dist-types/commands/DeleteScheduledReportCommand.d.ts +3 -8
  24. package/dist-types/commands/ExecuteScheduledReportCommand.d.ts +3 -8
  25. package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
  26. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  27. package/dist-types/commands/GetScheduledReportCommand.d.ts +3 -8
  28. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
  29. package/dist-types/commands/ListScheduledReportsCommand.d.ts +3 -8
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  31. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  32. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  33. package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -8
  34. package/dist-types/commands/UpdateScheduledReportCommand.d.ts +3 -8
  35. package/dist-types/index.d.ts +1 -0
  36. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  37. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/CreateScheduledReportCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/DeleteScheduledReportCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/ExecuteScheduledReportCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/GetScheduledReportCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/ListScheduledReportsCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/UpdateScheduledReportCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/index.d.ts +1 -0
  53. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
22
19
  export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDashboardCommand_base: {
25
- new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specified dashboard. This action cannot be undone.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { DeleteScheduledReportRequest, DeleteScheduledReportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteScheduledReportCommandInput extends DeleteScheduledReport
22
19
  export interface DeleteScheduledReportCommandOutput extends DeleteScheduledReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteScheduledReportCommand_base: {
25
- new (input: DeleteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledReportCommandInput, DeleteScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledReportCommandInput, DeleteScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledReportCommandInput, DeleteScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledReportCommandInput, DeleteScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specified scheduled report. This is an irreversible operation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { ExecuteScheduledReportRequest, ExecuteScheduledReportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExecuteScheduledReportCommandInput extends ExecuteScheduledRepo
22
19
  export interface ExecuteScheduledReportCommandOutput extends ExecuteScheduledReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExecuteScheduledReportCommand_base: {
25
- new (input: ExecuteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<ExecuteScheduledReportCommandInput, ExecuteScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExecuteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<ExecuteScheduledReportCommandInput, ExecuteScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExecuteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<ExecuteScheduledReportCommandInput, ExecuteScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExecuteScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<ExecuteScheduledReportCommandInput, ExecuteScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Triggers an immediate execution of a scheduled report, outside of its regular schedule. The scheduled report must be in <code>ENABLED</code> state. Calling this operation on a <code>DISABLED</code> scheduled report returns a <code>ValidationException</code>.</p> <note> <p>If a <code>clientToken</code> is provided, the service uses it for idempotency. Requests with the same client token will not trigger a new execution within the same minute.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { GetDashboardRequest, GetDashboardResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDashboardCommandInput extends GetDashboardRequest {
22
19
  export interface GetDashboardCommandOutput extends GetDashboardResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDashboardCommand_base: {
25
- new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the configuration and metadata of a specified dashboard, including its widgets and layout settings.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
19
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resource-based policy attached to a dashboard, showing sharing configurations and permissions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { GetScheduledReportRequest, GetScheduledReportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetScheduledReportCommandInput extends GetScheduledReportReques
22
19
  export interface GetScheduledReportCommandOutput extends GetScheduledReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetScheduledReportCommand_base: {
25
- new (input: GetScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<GetScheduledReportCommandInput, GetScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<GetScheduledReportCommandInput, GetScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<GetScheduledReportCommandInput, GetScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<GetScheduledReportCommandInput, GetScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the configuration and metadata of a specified scheduled report.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDashboardsCommandInput extends ListDashboardsRequest {
22
19
  export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDashboardsCommand_base: {
25
- new (input: ListDashboardsCommandInput): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDashboardsCommandInput): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all dashboards in your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { ListScheduledReportsRequest, ListScheduledReportsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListScheduledReportsCommandInput extends ListScheduledReportsRe
22
19
  export interface ListScheduledReportsCommandOutput extends ListScheduledReportsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListScheduledReportsCommand_base: {
25
- new (input: ListScheduledReportsCommandInput): import("@smithy/core/client").CommandImpl<ListScheduledReportsCommandInput, ListScheduledReportsCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListScheduledReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListScheduledReportsCommandInput, ListScheduledReportsCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListScheduledReportsCommandInput): import("@smithy/core/client").CommandImpl<ListScheduledReportsCommandInput, ListScheduledReportsCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListScheduledReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListScheduledReportsCommandInput, ListScheduledReportsCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of scheduled reports in your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all tags associated with a specified dashboard resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or updates tags for a specified dashboard resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes specified tags from a dashboard resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDashboardCommandInput extends UpdateDashboardRequest {
22
19
  export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDashboardCommand_base: {
25
- new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing dashboard's properties, including its name, description, and widget configurations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDashboardsClient";
4
2
  import type { UpdateScheduledReportRequest, UpdateScheduledReportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateScheduledReportCommandInput extends UpdateScheduledReport
22
19
  export interface UpdateScheduledReportCommandOutput extends UpdateScheduledReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateScheduledReportCommand_base: {
25
- new (input: UpdateScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduledReportCommandInput, UpdateScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduledReportCommandInput, UpdateScheduledReportCommandOutput, BCMDashboardsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduledReportCommandInput, UpdateScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateScheduledReportCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduledReportCommandInput, UpdateScheduledReportCommandOutput, import("..").BCMDashboardsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing scheduled report's properties, including its name, description, schedule configuration, and widget settings. Only the parameters included in the request are updated; all other properties remain unchanged.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { BCMDashboardsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ BCMDashboardsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./BCMDashboardsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ BCMDashboardsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ BCMDashboardsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMDashboardsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMDashboardsClient";
8
2
  import {
9
3
  CreateDashboardRequest,
10
4
  CreateDashboardResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDashboardCommandInput extends CreateDashboardRequest {}
15
8
  export interface CreateDashboardCommandOutput
16
9
  extends CreateDashboardResponse,
@@ -21,22 +14,20 @@ declare const CreateDashboardCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDashboardCommandInput,
23
16
  CreateDashboardCommandOutput,
24
- BCMDashboardsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BCMDashboardsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDashboardCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDashboardCommandInput,
32
25
  CreateDashboardCommandOutput,
33
- BCMDashboardsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BCMDashboardsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMDashboardsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMDashboardsClient";
8
2
  import {
9
3
  CreateScheduledReportRequest,
10
4
  CreateScheduledReportResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateScheduledReportCommandInput
15
8
  extends CreateScheduledReportRequest {}
16
9
  export interface CreateScheduledReportCommandOutput
@@ -22,22 +15,20 @@ declare const CreateScheduledReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateScheduledReportCommandInput,
24
17
  CreateScheduledReportCommandOutput,
25
- BCMDashboardsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMDashboardsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateScheduledReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateScheduledReportCommandInput,
33
26
  CreateScheduledReportCommandOutput,
34
- BCMDashboardsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BCMDashboardsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateScheduledReportCommand extends CreateScheduledReportCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMDashboardsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMDashboardsClient";
8
2
  import {
9
3
  DeleteDashboardRequest,
10
4
  DeleteDashboardResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {}
15
8
  export interface DeleteDashboardCommandOutput
16
9
  extends DeleteDashboardResponse,
@@ -21,22 +14,20 @@ declare const DeleteDashboardCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteDashboardCommandInput,
23
16
  DeleteDashboardCommandOutput,
24
- BCMDashboardsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BCMDashboardsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteDashboardCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteDashboardCommandInput,
32
25
  DeleteDashboardCommandOutput,
33
- BCMDashboardsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BCMDashboardsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteDashboardCommand extends DeleteDashboardCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMDashboardsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMDashboardsClient";
8
2
  import {
9
3
  DeleteScheduledReportRequest,
10
4
  DeleteScheduledReportResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteScheduledReportCommandInput
15
8
  extends DeleteScheduledReportRequest {}
16
9
  export interface DeleteScheduledReportCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteScheduledReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteScheduledReportCommandInput,
24
17
  DeleteScheduledReportCommandOutput,
25
- BCMDashboardsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMDashboardsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteScheduledReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteScheduledReportCommandInput,
33
26
  DeleteScheduledReportCommandOutput,
34
- BCMDashboardsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BCMDashboardsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteScheduledReportCommand extends DeleteScheduledReportCommand_base {
43
34
  protected static __types: {