@aws-sdk/client-grafana 3.1049.0 → 3.1051.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 CHANGED
@@ -504,6 +504,7 @@ const WorkspaceStatus = {
504
504
  ACTIVE: "ACTIVE",
505
505
  CREATING: "CREATING",
506
506
  CREATION_FAILED: "CREATION_FAILED",
507
+ DEGRADED: "DEGRADED",
507
508
  DELETING: "DELETING",
508
509
  DELETION_FAILED: "DELETION_FAILED",
509
510
  FAILED: "FAILED",
@@ -142,6 +142,7 @@ const _cod = "code";
142
142
  const _cr = "created";
143
143
  const _d = "description";
144
144
  const _dS = "dataSources";
145
+ const _dWR = "degradedWorkspaceReason";
145
146
  const _e = "error";
146
147
  const _eA = "expiresAt";
147
148
  const _ed = "editor";
@@ -636,8 +637,8 @@ exports.VpcConfiguration$ = [3, n0, _VC,
636
637
  ];
637
638
  exports.WorkspaceDescription$ = [3, n0, _WD,
638
639
  0,
639
- [_cr, _dS, _en, _gV, _i, _mo, _st, _au, _aAT, _d, _n, _oRN, _nD, _oU, _pT, _sSN, _wRA, _lT, _fTC, _lE, _fTE, _t, _vC, _nAC, _gT, _iAT, _kKI],
640
- [4, 64 | 0, 0, 0, 0, 4, 0, () => exports.AuthenticationSummary$, 0, [() => Description, 0], [() => WorkspaceName, 0], [() => OrganizationRoleName, 0], 64 | 0, [() => OrganizationalUnitList, 0], 0, 0, [() => IamRoleArn, 0], 0, 2, 4, 4, 128 | 0, () => exports.VpcConfiguration$, () => exports.NetworkAccessConfiguration$, 0, 0, 0], 8
640
+ [_cr, _dS, _en, _gV, _i, _mo, _st, _au, _aAT, _d, _n, _oRN, _nD, _oU, _pT, _sSN, _wRA, _lT, _fTC, _lE, _fTE, _t, _vC, _nAC, _gT, _iAT, _kKI, _dWR],
641
+ [4, 64 | 0, 0, 0, 0, 4, 0, () => exports.AuthenticationSummary$, 0, [() => Description, 0], [() => WorkspaceName, 0], [() => OrganizationRoleName, 0], 64 | 0, [() => OrganizationalUnitList, 0], 0, 0, [() => IamRoleArn, 0], 0, 2, 4, 4, 128 | 0, () => exports.VpcConfiguration$, () => exports.NetworkAccessConfiguration$, 0, 0, 0, 0], 8
641
642
  ];
642
643
  exports.WorkspaceSummary$ = [3, n0, _WS,
643
644
  0,
@@ -46,6 +46,7 @@ export const WorkspaceStatus = {
46
46
  ACTIVE: "ACTIVE",
47
47
  CREATING: "CREATING",
48
48
  CREATION_FAILED: "CREATION_FAILED",
49
+ DEGRADED: "DEGRADED",
49
50
  DELETING: "DELETING",
50
51
  DELETION_FAILED: "DELETION_FAILED",
51
52
  FAILED: "FAILED",
@@ -137,6 +137,7 @@ const _cod = "code";
137
137
  const _cr = "created";
138
138
  const _d = "description";
139
139
  const _dS = "dataSources";
140
+ const _dWR = "degradedWorkspaceReason";
140
141
  const _e = "error";
141
142
  const _eA = "expiresAt";
142
143
  const _ed = "editor";
@@ -631,8 +632,8 @@ export var VpcConfiguration$ = [3, n0, _VC,
631
632
  ];
632
633
  export var WorkspaceDescription$ = [3, n0, _WD,
633
634
  0,
634
- [_cr, _dS, _en, _gV, _i, _mo, _st, _au, _aAT, _d, _n, _oRN, _nD, _oU, _pT, _sSN, _wRA, _lT, _fTC, _lE, _fTE, _t, _vC, _nAC, _gT, _iAT, _kKI],
635
- [4, 64 | 0, 0, 0, 0, 4, 0, () => AuthenticationSummary$, 0, [() => Description, 0], [() => WorkspaceName, 0], [() => OrganizationRoleName, 0], 64 | 0, [() => OrganizationalUnitList, 0], 0, 0, [() => IamRoleArn, 0], 0, 2, 4, 4, 128 | 0, () => VpcConfiguration$, () => NetworkAccessConfiguration$, 0, 0, 0], 8
635
+ [_cr, _dS, _en, _gV, _i, _mo, _st, _au, _aAT, _d, _n, _oRN, _nD, _oU, _pT, _sSN, _wRA, _lT, _fTC, _lE, _fTE, _t, _vC, _nAC, _gT, _iAT, _kKI, _dWR],
636
+ [4, 64 | 0, 0, 0, 0, 4, 0, () => AuthenticationSummary$, 0, [() => Description, 0], [() => WorkspaceName, 0], [() => OrganizationRoleName, 0], 64 | 0, [() => OrganizationalUnitList, 0], 0, 0, [() => IamRoleArn, 0], 0, 2, 4, 4, 128 | 0, () => VpcConfiguration$, () => NetworkAccessConfiguration$, 0, 0, 0, 0], 8
636
637
  ];
637
638
  export var WorkspaceSummary$ = [3, n0, _WS,
638
639
  0,
@@ -101,6 +101,7 @@ declare const AssociateLicenseCommand_base: {
101
101
  * // grafanaToken: "STRING_VALUE",
102
102
  * // ipAddressType: "STRING_VALUE",
103
103
  * // kmsKeyId: "STRING_VALUE",
104
+ * // degradedWorkspaceReason: "STRING_VALUE",
104
105
  * // },
105
106
  * // };
106
107
  *
@@ -141,6 +141,7 @@ declare const CreateWorkspaceCommand_base: {
141
141
  * // grafanaToken: "STRING_VALUE",
142
142
  * // ipAddressType: "STRING_VALUE",
143
143
  * // kmsKeyId: "STRING_VALUE",
144
+ * // degradedWorkspaceReason: "STRING_VALUE",
144
145
  * // },
145
146
  * // };
146
147
  *
@@ -99,6 +99,7 @@ declare const DeleteWorkspaceCommand_base: {
99
99
  * // grafanaToken: "STRING_VALUE",
100
100
  * // ipAddressType: "STRING_VALUE",
101
101
  * // kmsKeyId: "STRING_VALUE",
102
+ * // degradedWorkspaceReason: "STRING_VALUE",
102
103
  * // },
103
104
  * // };
104
105
  *
@@ -99,6 +99,7 @@ declare const DescribeWorkspaceCommand_base: {
99
99
  * // grafanaToken: "STRING_VALUE",
100
100
  * // ipAddressType: "STRING_VALUE",
101
101
  * // kmsKeyId: "STRING_VALUE",
102
+ * // degradedWorkspaceReason: "STRING_VALUE",
102
103
  * // },
103
104
  * // };
104
105
  *
@@ -100,6 +100,7 @@ declare const DisassociateLicenseCommand_base: {
100
100
  * // grafanaToken: "STRING_VALUE",
101
101
  * // ipAddressType: "STRING_VALUE",
102
102
  * // kmsKeyId: "STRING_VALUE",
103
+ * // degradedWorkspaceReason: "STRING_VALUE",
103
104
  * // },
104
105
  * // };
105
106
  *
@@ -134,6 +134,7 @@ declare const UpdateWorkspaceCommand_base: {
134
134
  * // grafanaToken: "STRING_VALUE",
135
135
  * // ipAddressType: "STRING_VALUE",
136
136
  * // kmsKeyId: "STRING_VALUE",
137
+ * // degradedWorkspaceReason: "STRING_VALUE",
137
138
  * // },
138
139
  * // };
139
140
  *
@@ -197,6 +197,10 @@ export declare const WorkspaceStatus: {
197
197
  * Workspace creation failed.
198
198
  */
199
199
  readonly CREATION_FAILED: "CREATION_FAILED";
200
+ /**
201
+ * Workspace is degraded.
202
+ */
203
+ readonly DEGRADED: "DEGRADED";
200
204
  /**
201
205
  * Workspace is being deleted.
202
206
  */
@@ -335,6 +335,11 @@ export interface WorkspaceDescription {
335
335
  * @public
336
336
  */
337
337
  kmsKeyId?: string | undefined;
338
+ /**
339
+ * <p>If the workspace is in the <code>DEGRADED</code> status, this field describes the reason the workspace is degraded.</p>
340
+ * @public
341
+ */
342
+ degradedWorkspaceReason?: string | undefined;
338
343
  }
339
344
  /**
340
345
  * @public
@@ -62,6 +62,7 @@ export declare const WorkspaceStatus: {
62
62
  readonly ACTIVE: "ACTIVE";
63
63
  readonly CREATING: "CREATING";
64
64
  readonly CREATION_FAILED: "CREATION_FAILED";
65
+ readonly DEGRADED: "DEGRADED";
65
66
  readonly DELETING: "DELETING";
66
67
  readonly DELETION_FAILED: "DELETION_FAILED";
67
68
  readonly FAILED: "FAILED";
@@ -89,6 +89,7 @@ export interface WorkspaceDescription {
89
89
  grafanaToken?: string | undefined;
90
90
  ipAddressType?: IPAddressType | undefined;
91
91
  kmsKeyId?: string | undefined;
92
+ degradedWorkspaceReason?: string | undefined;
92
93
  }
93
94
  export interface AssociateLicenseResponse {
94
95
  workspace: WorkspaceDescription | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-grafana",
3
3
  "description": "AWS SDK for JavaScript Grafana Client for Node.js, Browser and React Native",
4
- "version": "3.1049.0",
4
+ "version": "3.1051.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-grafana",