@aws-sdk/client-grafana 3.427.0 → 3.429.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-types/models/models_0.d.ts +30 -30
- package/dist-types/ts3.4/models/models_0.d.ts +30 -30
- package/package.json +31 -31
|
@@ -243,7 +243,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
243
243
|
* @public
|
|
244
244
|
* <p>The reason that the operation failed.</p>
|
|
245
245
|
*/
|
|
246
|
-
reason: ValidationExceptionReason |
|
|
246
|
+
reason: ValidationExceptionReason | undefined;
|
|
247
247
|
/**
|
|
248
248
|
* @public
|
|
249
249
|
* <p>A list of fields that might be associated with the error.</p>
|
|
@@ -357,7 +357,7 @@ export interface AssociateLicenseRequest {
|
|
|
357
357
|
* @public
|
|
358
358
|
* <p>The type of license to associate with the workspace.</p>
|
|
359
359
|
*/
|
|
360
|
-
licenseType: LicenseType |
|
|
360
|
+
licenseType: LicenseType | undefined;
|
|
361
361
|
}
|
|
362
362
|
/**
|
|
363
363
|
* @public
|
|
@@ -407,13 +407,13 @@ export interface AuthenticationSummary {
|
|
|
407
407
|
* <p>Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for
|
|
408
408
|
* user authentication.</p>
|
|
409
409
|
*/
|
|
410
|
-
providers:
|
|
410
|
+
providers: AuthenticationProviderTypes[] | undefined;
|
|
411
411
|
/**
|
|
412
412
|
* @public
|
|
413
413
|
* <p>Specifies whether the workplace's user authentication method is fully
|
|
414
414
|
* configured.</p>
|
|
415
415
|
*/
|
|
416
|
-
samlConfigurationStatus?: SamlConfigurationStatus
|
|
416
|
+
samlConfigurationStatus?: SamlConfigurationStatus;
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
419
|
* @public
|
|
@@ -649,7 +649,7 @@ export interface WorkspaceDescription {
|
|
|
649
649
|
* <code>ORGANIZATION</code>, the <code>workspaceOrganizationalUnits</code> parameter
|
|
650
650
|
* specifies which organizational units the workspace can access.</p>
|
|
651
651
|
*/
|
|
652
|
-
accountAccessType?: AccountAccessType
|
|
652
|
+
accountAccessType?: AccountAccessType;
|
|
653
653
|
/**
|
|
654
654
|
* @public
|
|
655
655
|
* <p>The date that the workspace was created.</p>
|
|
@@ -663,7 +663,7 @@ export interface WorkspaceDescription {
|
|
|
663
663
|
* <p>This list is only used when the workspace was created through the Amazon Web Services
|
|
664
664
|
* console, and the <code>permissionType</code> is <code>SERVICE_MANAGED</code>.</p>
|
|
665
665
|
*/
|
|
666
|
-
dataSources:
|
|
666
|
+
dataSources: DataSourceType[] | undefined;
|
|
667
667
|
/**
|
|
668
668
|
* @public
|
|
669
669
|
* <p>The user-defined description of the workspace.</p>
|
|
@@ -706,7 +706,7 @@ export interface WorkspaceDescription {
|
|
|
706
706
|
* create IAM roles and permissions for, to allow Amazon Managed Grafana to use
|
|
707
707
|
* these channels.</p>
|
|
708
708
|
*/
|
|
709
|
-
notificationDestinations?:
|
|
709
|
+
notificationDestinations?: NotificationDestinationType[];
|
|
710
710
|
/**
|
|
711
711
|
* @public
|
|
712
712
|
* <p>Specifies the organizational units that this workspace is allowed to use data sources
|
|
@@ -733,7 +733,7 @@ export interface WorkspaceDescription {
|
|
|
733
733
|
* channels</a>
|
|
734
734
|
* </p>
|
|
735
735
|
*/
|
|
736
|
-
permissionType?: PermissionType
|
|
736
|
+
permissionType?: PermissionType;
|
|
737
737
|
/**
|
|
738
738
|
* @public
|
|
739
739
|
* <p>The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.</p>
|
|
@@ -743,7 +743,7 @@ export interface WorkspaceDescription {
|
|
|
743
743
|
* @public
|
|
744
744
|
* <p>The current status of the workspace.</p>
|
|
745
745
|
*/
|
|
746
|
-
status: WorkspaceStatus |
|
|
746
|
+
status: WorkspaceStatus | undefined;
|
|
747
747
|
/**
|
|
748
748
|
* @public
|
|
749
749
|
* <p>The IAM role that grants permissions to the Amazon Web Services
|
|
@@ -755,7 +755,7 @@ export interface WorkspaceDescription {
|
|
|
755
755
|
* <p>Specifies whether this workspace has a full Grafana Enterprise license or a free trial
|
|
756
756
|
* license.</p>
|
|
757
757
|
*/
|
|
758
|
-
licenseType?: LicenseType
|
|
758
|
+
licenseType?: LicenseType;
|
|
759
759
|
/**
|
|
760
760
|
* @public
|
|
761
761
|
* <p>Specifies whether this workspace has already fully used its free trial for Grafana
|
|
@@ -940,7 +940,7 @@ export interface SamlAuthentication {
|
|
|
940
940
|
* @public
|
|
941
941
|
* <p>Specifies whether the workspace's SAML configuration is complete.</p>
|
|
942
942
|
*/
|
|
943
|
-
status: SamlConfigurationStatus |
|
|
943
|
+
status: SamlConfigurationStatus | undefined;
|
|
944
944
|
/**
|
|
945
945
|
* @public
|
|
946
946
|
* <p>A structure containing details about how this workspace works with SAML. </p>
|
|
@@ -959,7 +959,7 @@ export interface AuthenticationDescription {
|
|
|
959
959
|
* authenticate users to use the Grafana console in the Amazon Managed Grafana
|
|
960
960
|
* workspace.</p>
|
|
961
961
|
*/
|
|
962
|
-
providers:
|
|
962
|
+
providers: AuthenticationProviderTypes[] | undefined;
|
|
963
963
|
/**
|
|
964
964
|
* @public
|
|
965
965
|
* <p>A structure containing information about how this workspace works with SAML, including
|
|
@@ -1000,7 +1000,7 @@ export interface UpdateWorkspaceAuthenticationRequest {
|
|
|
1000
1000
|
* information, see <a href="https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html">User authentication in
|
|
1001
1001
|
* Amazon Managed Grafana</a>.</p>
|
|
1002
1002
|
*/
|
|
1003
|
-
authenticationProviders:
|
|
1003
|
+
authenticationProviders: AuthenticationProviderTypes[] | undefined;
|
|
1004
1004
|
/**
|
|
1005
1005
|
* @public
|
|
1006
1006
|
* <p>If the workspace uses SAML, use this structure to map SAML assertion attributes to
|
|
@@ -1091,7 +1091,7 @@ export interface DisassociateLicenseRequest {
|
|
|
1091
1091
|
* @public
|
|
1092
1092
|
* <p>The type of license to remove from the workspace.</p>
|
|
1093
1093
|
*/
|
|
1094
|
-
licenseType: LicenseType |
|
|
1094
|
+
licenseType: LicenseType | undefined;
|
|
1095
1095
|
}
|
|
1096
1096
|
/**
|
|
1097
1097
|
* @public
|
|
@@ -1201,7 +1201,7 @@ export interface ListPermissionsRequest {
|
|
|
1201
1201
|
* <p>(Optional) If you specify <code>SSO_USER</code>, then only the permissions of IAM Identity Center users are returned. If you specify <code>SSO_GROUP</code>, only the
|
|
1202
1202
|
* permissions of IAM Identity Center groups are returned.</p>
|
|
1203
1203
|
*/
|
|
1204
|
-
userType?: UserType
|
|
1204
|
+
userType?: UserType;
|
|
1205
1205
|
/**
|
|
1206
1206
|
* @public
|
|
1207
1207
|
* <p>(Optional) Limits the results to only the user that matches this ID.</p>
|
|
@@ -1257,7 +1257,7 @@ export interface User {
|
|
|
1257
1257
|
* @public
|
|
1258
1258
|
* <p>Specifies whether this is a single user or a group.</p>
|
|
1259
1259
|
*/
|
|
1260
|
-
type: UserType |
|
|
1260
|
+
type: UserType | undefined;
|
|
1261
1261
|
}
|
|
1262
1262
|
/**
|
|
1263
1263
|
* @public
|
|
@@ -1275,7 +1275,7 @@ export interface PermissionEntry {
|
|
|
1275
1275
|
* <p>Specifies whether the user or group has the <code>Admin</code>, <code>Editor</code>,
|
|
1276
1276
|
* or <code>Viewer</code> role.</p>
|
|
1277
1277
|
*/
|
|
1278
|
-
role: Role |
|
|
1278
|
+
role: Role | undefined;
|
|
1279
1279
|
}
|
|
1280
1280
|
/**
|
|
1281
1281
|
* @public
|
|
@@ -1320,13 +1320,13 @@ export interface UpdateInstruction {
|
|
|
1320
1320
|
* @public
|
|
1321
1321
|
* <p>Specifies whether this update is to add or revoke role permissions.</p>
|
|
1322
1322
|
*/
|
|
1323
|
-
action: UpdateAction |
|
|
1323
|
+
action: UpdateAction | undefined;
|
|
1324
1324
|
/**
|
|
1325
1325
|
* @public
|
|
1326
1326
|
* <p>The role to add or revoke for the user or the group specified in
|
|
1327
1327
|
* <code>users</code>.</p>
|
|
1328
1328
|
*/
|
|
1329
|
-
role: Role |
|
|
1329
|
+
role: Role | undefined;
|
|
1330
1330
|
/**
|
|
1331
1331
|
* @public
|
|
1332
1332
|
* <p>A structure that specifies the user or group to add or revoke the role for.</p>
|
|
@@ -1433,7 +1433,7 @@ export interface CreateWorkspaceRequest {
|
|
|
1433
1433
|
* <code>ORGANIZATION</code>, you must specify which organizational units the workspace
|
|
1434
1434
|
* can access in the <code>workspaceOrganizationalUnits</code> parameter.</p>
|
|
1435
1435
|
*/
|
|
1436
|
-
accountAccessType: AccountAccessType |
|
|
1436
|
+
accountAccessType: AccountAccessType | undefined;
|
|
1437
1437
|
/**
|
|
1438
1438
|
* @public
|
|
1439
1439
|
* <p>A unique, case-sensitive, user-provided identifier to ensure the idempotency of the
|
|
@@ -1465,7 +1465,7 @@ export interface CreateWorkspaceRequest {
|
|
|
1465
1465
|
* permissions and policies for Amazon Web Services data sources and notification
|
|
1466
1466
|
* channels</a>.</p>
|
|
1467
1467
|
*/
|
|
1468
|
-
permissionType: PermissionType |
|
|
1468
|
+
permissionType: PermissionType | undefined;
|
|
1469
1469
|
/**
|
|
1470
1470
|
* @public
|
|
1471
1471
|
* <p>The name of the CloudFormation stack set to use to generate IAM
|
|
@@ -1476,7 +1476,7 @@ export interface CreateWorkspaceRequest {
|
|
|
1476
1476
|
* @public
|
|
1477
1477
|
* <p>This parameter is for internal use only, and should not be used.</p>
|
|
1478
1478
|
*/
|
|
1479
|
-
workspaceDataSources?:
|
|
1479
|
+
workspaceDataSources?: DataSourceType[];
|
|
1480
1480
|
/**
|
|
1481
1481
|
* @public
|
|
1482
1482
|
* <p>A description for the workspace. This is used only to help you identify this
|
|
@@ -1497,7 +1497,7 @@ export interface CreateWorkspaceRequest {
|
|
|
1497
1497
|
* IAM roles and permissions that allow Amazon Managed Grafana to use these
|
|
1498
1498
|
* channels.</p>
|
|
1499
1499
|
*/
|
|
1500
|
-
workspaceNotificationDestinations?:
|
|
1500
|
+
workspaceNotificationDestinations?: NotificationDestinationType[];
|
|
1501
1501
|
/**
|
|
1502
1502
|
* @public
|
|
1503
1503
|
* <p>Specifies the organizational units that this workspace is allowed to use data sources
|
|
@@ -1518,7 +1518,7 @@ export interface CreateWorkspaceRequest {
|
|
|
1518
1518
|
* information, see <a href="https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html">User authentication in
|
|
1519
1519
|
* Amazon Managed Grafana</a>.</p>
|
|
1520
1520
|
*/
|
|
1521
|
-
authenticationProviders:
|
|
1521
|
+
authenticationProviders: AuthenticationProviderTypes[] | undefined;
|
|
1522
1522
|
/**
|
|
1523
1523
|
* @public
|
|
1524
1524
|
* <p>The list of tags associated with the workspace.</p>
|
|
@@ -1672,12 +1672,12 @@ export interface WorkspaceSummary {
|
|
|
1672
1672
|
* create IAM roles and permissions for, which allows Amazon Managed Grafana to
|
|
1673
1673
|
* use these channels.</p>
|
|
1674
1674
|
*/
|
|
1675
|
-
notificationDestinations?:
|
|
1675
|
+
notificationDestinations?: NotificationDestinationType[];
|
|
1676
1676
|
/**
|
|
1677
1677
|
* @public
|
|
1678
1678
|
* <p>The current status of the workspace.</p>
|
|
1679
1679
|
*/
|
|
1680
|
-
status: WorkspaceStatus |
|
|
1680
|
+
status: WorkspaceStatus | undefined;
|
|
1681
1681
|
/**
|
|
1682
1682
|
* @public
|
|
1683
1683
|
* <p>A structure containing information about the authentication methods used in the
|
|
@@ -1718,7 +1718,7 @@ export interface UpdateWorkspaceRequest {
|
|
|
1718
1718
|
* <code>ORGANIZATION</code>, you must specify which organizational units the workspace
|
|
1719
1719
|
* can access in the <code>workspaceOrganizationalUnits</code> parameter.</p>
|
|
1720
1720
|
*/
|
|
1721
|
-
accountAccessType?: AccountAccessType
|
|
1721
|
+
accountAccessType?: AccountAccessType;
|
|
1722
1722
|
/**
|
|
1723
1723
|
* @public
|
|
1724
1724
|
* <p>The name of an IAM role that already exists to use to access resources
|
|
@@ -1750,7 +1750,7 @@ export interface UpdateWorkspaceRequest {
|
|
|
1750
1750
|
* information, see <a href="https://docs.aws.amazon.com/grafana/latest/userguide/AMG-datasource-and-notification.html">Managing permissions for data sources and notification channels</a>.</p>
|
|
1751
1751
|
* </note>
|
|
1752
1752
|
*/
|
|
1753
|
-
permissionType?: PermissionType
|
|
1753
|
+
permissionType?: PermissionType;
|
|
1754
1754
|
/**
|
|
1755
1755
|
* @public
|
|
1756
1756
|
* <p>The name of the CloudFormation stack set to use to generate IAM
|
|
@@ -1761,7 +1761,7 @@ export interface UpdateWorkspaceRequest {
|
|
|
1761
1761
|
* @public
|
|
1762
1762
|
* <p>This parameter is for internal use only, and should not be used.</p>
|
|
1763
1763
|
*/
|
|
1764
|
-
workspaceDataSources?:
|
|
1764
|
+
workspaceDataSources?: DataSourceType[];
|
|
1765
1765
|
/**
|
|
1766
1766
|
* @public
|
|
1767
1767
|
* <p>A description for the workspace. This is used only to help you identify this
|
|
@@ -1785,7 +1785,7 @@ export interface UpdateWorkspaceRequest {
|
|
|
1785
1785
|
* IAM roles and permissions that allow Amazon Managed Grafana to use these
|
|
1786
1786
|
* channels.</p>
|
|
1787
1787
|
*/
|
|
1788
|
-
workspaceNotificationDestinations?:
|
|
1788
|
+
workspaceNotificationDestinations?: NotificationDestinationType[];
|
|
1789
1789
|
/**
|
|
1790
1790
|
* @public
|
|
1791
1791
|
* <p>Specifies the organizational units that this workspace is allowed to use data sources
|
|
@@ -89,7 +89,7 @@ export type ValidationExceptionReason =
|
|
|
89
89
|
export declare class ValidationException extends __BaseException {
|
|
90
90
|
readonly name: "ValidationException";
|
|
91
91
|
readonly $fault: "client";
|
|
92
|
-
reason: ValidationExceptionReason |
|
|
92
|
+
reason: ValidationExceptionReason | undefined;
|
|
93
93
|
fieldList?: ValidationExceptionField[];
|
|
94
94
|
constructor(
|
|
95
95
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
@@ -118,7 +118,7 @@ export declare const LicenseType: {
|
|
|
118
118
|
export type LicenseType = (typeof LicenseType)[keyof typeof LicenseType];
|
|
119
119
|
export interface AssociateLicenseRequest {
|
|
120
120
|
workspaceId: string | undefined;
|
|
121
|
-
licenseType: LicenseType |
|
|
121
|
+
licenseType: LicenseType | undefined;
|
|
122
122
|
}
|
|
123
123
|
export declare const AuthenticationProviderTypes: {
|
|
124
124
|
readonly AWS_SSO: "AWS_SSO";
|
|
@@ -133,8 +133,8 @@ export declare const SamlConfigurationStatus: {
|
|
|
133
133
|
export type SamlConfigurationStatus =
|
|
134
134
|
(typeof SamlConfigurationStatus)[keyof typeof SamlConfigurationStatus];
|
|
135
135
|
export interface AuthenticationSummary {
|
|
136
|
-
providers:
|
|
137
|
-
samlConfigurationStatus?: SamlConfigurationStatus
|
|
136
|
+
providers: AuthenticationProviderTypes[] | undefined;
|
|
137
|
+
samlConfigurationStatus?: SamlConfigurationStatus;
|
|
138
138
|
}
|
|
139
139
|
export declare const DataSourceType: {
|
|
140
140
|
readonly AMAZON_OPENSEARCH_SERVICE: "AMAZON_OPENSEARCH_SERVICE";
|
|
@@ -186,9 +186,9 @@ export interface VpcConfiguration {
|
|
|
186
186
|
subnetIds: string[] | undefined;
|
|
187
187
|
}
|
|
188
188
|
export interface WorkspaceDescription {
|
|
189
|
-
accountAccessType?: AccountAccessType
|
|
189
|
+
accountAccessType?: AccountAccessType;
|
|
190
190
|
created: Date | undefined;
|
|
191
|
-
dataSources:
|
|
191
|
+
dataSources: DataSourceType[] | undefined;
|
|
192
192
|
description?: string;
|
|
193
193
|
endpoint: string | undefined;
|
|
194
194
|
grafanaVersion: string | undefined;
|
|
@@ -196,13 +196,13 @@ export interface WorkspaceDescription {
|
|
|
196
196
|
modified: Date | undefined;
|
|
197
197
|
name?: string;
|
|
198
198
|
organizationRoleName?: string;
|
|
199
|
-
notificationDestinations?:
|
|
199
|
+
notificationDestinations?: NotificationDestinationType[];
|
|
200
200
|
organizationalUnits?: string[];
|
|
201
|
-
permissionType?: PermissionType
|
|
201
|
+
permissionType?: PermissionType;
|
|
202
202
|
stackSetName?: string;
|
|
203
|
-
status: WorkspaceStatus |
|
|
203
|
+
status: WorkspaceStatus | undefined;
|
|
204
204
|
workspaceRoleArn?: string;
|
|
205
|
-
licenseType?: LicenseType
|
|
205
|
+
licenseType?: LicenseType;
|
|
206
206
|
freeTrialConsumed?: boolean;
|
|
207
207
|
licenseExpiration?: Date;
|
|
208
208
|
freeTrialExpiration?: Date;
|
|
@@ -259,11 +259,11 @@ export interface SamlConfiguration {
|
|
|
259
259
|
loginValidityDuration?: number;
|
|
260
260
|
}
|
|
261
261
|
export interface SamlAuthentication {
|
|
262
|
-
status: SamlConfigurationStatus |
|
|
262
|
+
status: SamlConfigurationStatus | undefined;
|
|
263
263
|
configuration?: SamlConfiguration;
|
|
264
264
|
}
|
|
265
265
|
export interface AuthenticationDescription {
|
|
266
|
-
providers:
|
|
266
|
+
providers: AuthenticationProviderTypes[] | undefined;
|
|
267
267
|
saml?: SamlAuthentication;
|
|
268
268
|
awsSso?: AwsSsoAuthentication;
|
|
269
269
|
}
|
|
@@ -272,7 +272,7 @@ export interface DescribeWorkspaceAuthenticationResponse {
|
|
|
272
272
|
}
|
|
273
273
|
export interface UpdateWorkspaceAuthenticationRequest {
|
|
274
274
|
workspaceId: string | undefined;
|
|
275
|
-
authenticationProviders:
|
|
275
|
+
authenticationProviders: AuthenticationProviderTypes[] | undefined;
|
|
276
276
|
samlConfiguration?: SamlConfiguration;
|
|
277
277
|
}
|
|
278
278
|
export interface UpdateWorkspaceAuthenticationResponse {
|
|
@@ -293,7 +293,7 @@ export interface UpdateWorkspaceConfigurationRequest {
|
|
|
293
293
|
export interface UpdateWorkspaceConfigurationResponse {}
|
|
294
294
|
export interface DisassociateLicenseRequest {
|
|
295
295
|
workspaceId: string | undefined;
|
|
296
|
-
licenseType: LicenseType |
|
|
296
|
+
licenseType: LicenseType | undefined;
|
|
297
297
|
}
|
|
298
298
|
export interface DisassociateLicenseResponse {
|
|
299
299
|
workspace: WorkspaceDescription | undefined;
|
|
@@ -321,7 +321,7 @@ export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
|
321
321
|
export interface ListPermissionsRequest {
|
|
322
322
|
maxResults?: number;
|
|
323
323
|
nextToken?: string;
|
|
324
|
-
userType?: UserType
|
|
324
|
+
userType?: UserType;
|
|
325
325
|
userId?: string;
|
|
326
326
|
groupId?: string;
|
|
327
327
|
workspaceId: string | undefined;
|
|
@@ -334,11 +334,11 @@ export declare const Role: {
|
|
|
334
334
|
export type Role = (typeof Role)[keyof typeof Role];
|
|
335
335
|
export interface User {
|
|
336
336
|
id: string | undefined;
|
|
337
|
-
type: UserType |
|
|
337
|
+
type: UserType | undefined;
|
|
338
338
|
}
|
|
339
339
|
export interface PermissionEntry {
|
|
340
340
|
user: User | undefined;
|
|
341
|
-
role: Role |
|
|
341
|
+
role: Role | undefined;
|
|
342
342
|
}
|
|
343
343
|
export interface ListPermissionsResponse {
|
|
344
344
|
nextToken?: string;
|
|
@@ -350,8 +350,8 @@ export declare const UpdateAction: {
|
|
|
350
350
|
};
|
|
351
351
|
export type UpdateAction = (typeof UpdateAction)[keyof typeof UpdateAction];
|
|
352
352
|
export interface UpdateInstruction {
|
|
353
|
-
action: UpdateAction |
|
|
354
|
-
role: Role |
|
|
353
|
+
action: UpdateAction | undefined;
|
|
354
|
+
role: Role | undefined;
|
|
355
355
|
users: User[] | undefined;
|
|
356
356
|
}
|
|
357
357
|
export interface UpdatePermissionsRequest {
|
|
@@ -377,18 +377,18 @@ export interface UntagResourceRequest {
|
|
|
377
377
|
}
|
|
378
378
|
export interface UntagResourceResponse {}
|
|
379
379
|
export interface CreateWorkspaceRequest {
|
|
380
|
-
accountAccessType: AccountAccessType |
|
|
380
|
+
accountAccessType: AccountAccessType | undefined;
|
|
381
381
|
clientToken?: string;
|
|
382
382
|
organizationRoleName?: string;
|
|
383
|
-
permissionType: PermissionType |
|
|
383
|
+
permissionType: PermissionType | undefined;
|
|
384
384
|
stackSetName?: string;
|
|
385
|
-
workspaceDataSources?:
|
|
385
|
+
workspaceDataSources?: DataSourceType[];
|
|
386
386
|
workspaceDescription?: string;
|
|
387
387
|
workspaceName?: string;
|
|
388
|
-
workspaceNotificationDestinations?:
|
|
388
|
+
workspaceNotificationDestinations?: NotificationDestinationType[];
|
|
389
389
|
workspaceOrganizationalUnits?: string[];
|
|
390
390
|
workspaceRoleArn?: string;
|
|
391
|
-
authenticationProviders:
|
|
391
|
+
authenticationProviders: AuthenticationProviderTypes[] | undefined;
|
|
392
392
|
tags?: Record<string, string>;
|
|
393
393
|
vpcConfiguration?: VpcConfiguration;
|
|
394
394
|
configuration?: __LazyJsonString | string;
|
|
@@ -422,8 +422,8 @@ export interface WorkspaceSummary {
|
|
|
422
422
|
id: string | undefined;
|
|
423
423
|
modified: Date | undefined;
|
|
424
424
|
name?: string;
|
|
425
|
-
notificationDestinations?:
|
|
426
|
-
status: WorkspaceStatus |
|
|
425
|
+
notificationDestinations?: NotificationDestinationType[];
|
|
426
|
+
status: WorkspaceStatus | undefined;
|
|
427
427
|
authentication: AuthenticationSummary | undefined;
|
|
428
428
|
tags?: Record<string, string>;
|
|
429
429
|
}
|
|
@@ -432,15 +432,15 @@ export interface ListWorkspacesResponse {
|
|
|
432
432
|
nextToken?: string;
|
|
433
433
|
}
|
|
434
434
|
export interface UpdateWorkspaceRequest {
|
|
435
|
-
accountAccessType?: AccountAccessType
|
|
435
|
+
accountAccessType?: AccountAccessType;
|
|
436
436
|
organizationRoleName?: string;
|
|
437
|
-
permissionType?: PermissionType
|
|
437
|
+
permissionType?: PermissionType;
|
|
438
438
|
stackSetName?: string;
|
|
439
|
-
workspaceDataSources?:
|
|
439
|
+
workspaceDataSources?: DataSourceType[];
|
|
440
440
|
workspaceDescription?: string;
|
|
441
441
|
workspaceId: string | undefined;
|
|
442
442
|
workspaceName?: string;
|
|
443
|
-
workspaceNotificationDestinations?:
|
|
443
|
+
workspaceNotificationDestinations?: NotificationDestinationType[];
|
|
444
444
|
workspaceOrganizationalUnits?: string[];
|
|
445
445
|
workspaceRoleArn?: string;
|
|
446
446
|
vpcConfiguration?: VpcConfiguration;
|
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.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|