@aws-sdk/client-bcm-dashboards 3.993.0 → 3.995.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.
@@ -82,6 +82,7 @@ const _gr = "graph";
82
82
  const _h = "height";
83
83
  const _hE = "httpError";
84
84
  const _hO = "horizontalOffset";
85
+ const _i = "id";
85
86
  const _k = "key";
86
87
  const _m = "message";
87
88
  const _mO = "matchOptions";
@@ -334,8 +335,8 @@ exports.UpdateDashboardResponse$ = [3, n0, _UDRp,
334
335
  ];
335
336
  exports.Widget$ = [3, n0, _W,
336
337
  0,
337
- [_ti, _co, _d, _wi, _h, _hO],
338
- [0, () => WidgetConfigList, 0, 1, 1, 1], 2
338
+ [_ti, _co, _i, _d, _wi, _h, _hO],
339
+ [0, () => WidgetConfigList, 0, 0, 1, 1, 1], 2
339
340
  ];
340
341
  exports.WidgetConfig$ = [3, n0, _WC,
341
342
  0,
@@ -78,6 +78,7 @@ const _gr = "graph";
78
78
  const _h = "height";
79
79
  const _hE = "httpError";
80
80
  const _hO = "horizontalOffset";
81
+ const _i = "id";
81
82
  const _k = "key";
82
83
  const _m = "message";
83
84
  const _mO = "matchOptions";
@@ -330,8 +331,8 @@ export var UpdateDashboardResponse$ = [3, n0, _UDRp,
330
331
  ];
331
332
  export var Widget$ = [3, n0, _W,
332
333
  0,
333
- [_ti, _co, _d, _wi, _h, _hO],
334
- [0, () => WidgetConfigList, 0, 1, 1, 1], 2
334
+ [_ti, _co, _i, _d, _wi, _h, _hO],
335
+ [0, () => WidgetConfigList, 0, 0, 1, 1, 1], 2
335
336
  ];
336
337
  export var WidgetConfig$ = [3, n0, _WC,
337
338
  0,
@@ -41,6 +41,7 @@ declare const CreateDashboardCommand_base: {
41
41
  * description: "STRING_VALUE",
42
42
  * widgets: [ // WidgetList // required
43
43
  * { // Widget
44
+ * id: "STRING_VALUE",
44
45
  * title: "STRING_VALUE", // required
45
46
  * description: "STRING_VALUE",
46
47
  * width: Number("int"),
@@ -48,6 +48,7 @@ declare const GetDashboardCommand_base: {
48
48
  * // type: "CUSTOM", // required
49
49
  * // widgets: [ // WidgetList // required
50
50
  * // { // Widget
51
+ * // id: "STRING_VALUE",
51
52
  * // title: "STRING_VALUE", // required
52
53
  * // description: "STRING_VALUE",
53
54
  * // width: Number("int"),
@@ -42,6 +42,7 @@ declare const UpdateDashboardCommand_base: {
42
42
  * description: "STRING_VALUE",
43
43
  * widgets: [ // WidgetList
44
44
  * { // Widget
45
+ * id: "STRING_VALUE",
45
46
  * title: "STRING_VALUE", // required
46
47
  * description: "STRING_VALUE",
47
48
  * width: Number("int"),
@@ -679,6 +679,11 @@ export interface WidgetConfig {
679
679
  * @public
680
680
  */
681
681
  export interface Widget {
682
+ /**
683
+ * The unique identifier for the widget.
684
+ * @public
685
+ */
686
+ id?: string | undefined;
682
687
  /**
683
688
  * <p>The title of the widget.</p>
684
689
  * @public
@@ -233,6 +233,7 @@ export interface WidgetConfig {
233
233
  displayConfig: DisplayConfig | undefined;
234
234
  }
235
235
  export interface Widget {
236
+ id?: string | undefined;
236
237
  title: string | undefined;
237
238
  description?: string | undefined;
238
239
  width?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bcm-dashboards",
3
3
  "description": "AWS SDK for JavaScript Bcm Dashboards Client for Node.js, Browser and React Native",
4
- "version": "3.993.0",
4
+ "version": "3.995.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bcm-dashboards",
@@ -29,9 +29,9 @@
29
29
  "@aws-sdk/middleware-user-agent": "^3.972.11",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.993.0",
32
+ "@aws-sdk/util-endpoints": "3.995.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.9",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.10",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
36
  "@smithy/core": "^3.23.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",