@aws-sdk/client-grafana 3.928.0 → 3.930.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 +1241 -1255
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GrafanaClient.js +2 -0
- package/dist-es/commands/AssociateLicenseCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +3 -9
- package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +3 -10
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -10
- package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +3 -9
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +3 -10
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -10
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +3 -9
- package/dist-es/commands/DisassociateLicenseCommand.js +3 -10
- package/dist-es/commands/ListPermissionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVersionsCommand.js +3 -9
- package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +3 -9
- package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +3 -9
- package/dist-es/commands/ListWorkspacesCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdatePermissionsCommand.js +3 -9
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +3 -10
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -10
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -112
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1189 -0
- package/dist-types/GrafanaClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -85
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +132 -0
- package/dist-types/ts3.4/GrafanaClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +138 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -938
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -227
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -305
|
@@ -0,0 +1,1189 @@
|
|
|
1
|
+
const _AA = "AssertionAttributes";
|
|
2
|
+
const _AD = "AuthenticationDescription";
|
|
3
|
+
const _ADE = "AccessDeniedException";
|
|
4
|
+
const _AKT = "ApiKeyToken";
|
|
5
|
+
const _AL = "AssociateLicense";
|
|
6
|
+
const _ALR = "AssociateLicenseRequest";
|
|
7
|
+
const _ALRs = "AssociateLicenseResponse";
|
|
8
|
+
const _AS = "AuthenticationSummary";
|
|
9
|
+
const _ASA = "AwsSsoAuthentication";
|
|
10
|
+
const _CE = "ConflictException";
|
|
11
|
+
const _CW = "CreateWorkspace";
|
|
12
|
+
const _CWAK = "CreateWorkspaceApiKey";
|
|
13
|
+
const _CWAKR = "CreateWorkspaceApiKeyRequest";
|
|
14
|
+
const _CWAKRr = "CreateWorkspaceApiKeyResponse";
|
|
15
|
+
const _CWR = "CreateWorkspaceRequest";
|
|
16
|
+
const _CWRr = "CreateWorkspaceResponse";
|
|
17
|
+
const _CWSA = "CreateWorkspaceServiceAccount";
|
|
18
|
+
const _CWSAR = "CreateWorkspaceServiceAccountRequest";
|
|
19
|
+
const _CWSARr = "CreateWorkspaceServiceAccountResponse";
|
|
20
|
+
const _CWSAT = "CreateWorkspaceServiceAccountToken";
|
|
21
|
+
const _CWSATR = "CreateWorkspaceServiceAccountTokenRequest";
|
|
22
|
+
const _CWSATRr = "CreateWorkspaceServiceAccountTokenResponse";
|
|
23
|
+
const _D = "Description";
|
|
24
|
+
const _DL = "DisassociateLicense";
|
|
25
|
+
const _DLR = "DisassociateLicenseRequest";
|
|
26
|
+
const _DLRi = "DisassociateLicenseResponse";
|
|
27
|
+
const _DW = "DeleteWorkspace";
|
|
28
|
+
const _DWA = "DescribeWorkspaceAuthentication";
|
|
29
|
+
const _DWAK = "DeleteWorkspaceApiKey";
|
|
30
|
+
const _DWAKR = "DeleteWorkspaceApiKeyRequest";
|
|
31
|
+
const _DWAKRe = "DeleteWorkspaceApiKeyResponse";
|
|
32
|
+
const _DWAR = "DescribeWorkspaceAuthenticationRequest";
|
|
33
|
+
const _DWARe = "DescribeWorkspaceAuthenticationResponse";
|
|
34
|
+
const _DWC = "DescribeWorkspaceConfiguration";
|
|
35
|
+
const _DWCR = "DescribeWorkspaceConfigurationRequest";
|
|
36
|
+
const _DWCRe = "DescribeWorkspaceConfigurationResponse";
|
|
37
|
+
const _DWR = "DeleteWorkspaceRequest";
|
|
38
|
+
const _DWRe = "DeleteWorkspaceResponse";
|
|
39
|
+
const _DWRes = "DescribeWorkspaceRequest";
|
|
40
|
+
const _DWResc = "DescribeWorkspaceResponse";
|
|
41
|
+
const _DWSA = "DeleteWorkspaceServiceAccount";
|
|
42
|
+
const _DWSAR = "DeleteWorkspaceServiceAccountRequest";
|
|
43
|
+
const _DWSARe = "DeleteWorkspaceServiceAccountResponse";
|
|
44
|
+
const _DWSAT = "DeleteWorkspaceServiceAccountToken";
|
|
45
|
+
const _DWSATR = "DeleteWorkspaceServiceAccountTokenRequest";
|
|
46
|
+
const _DWSATRe = "DeleteWorkspaceServiceAccountTokenResponse";
|
|
47
|
+
const _DWe = "DescribeWorkspace";
|
|
48
|
+
const _GT = "Grafana-Token";
|
|
49
|
+
const _IM = "IdpMetadata";
|
|
50
|
+
const _IRA = "IamRoleArn";
|
|
51
|
+
const _ISE = "InternalServerException";
|
|
52
|
+
const _LP = "ListPermissions";
|
|
53
|
+
const _LPR = "ListPermissionsRequest";
|
|
54
|
+
const _LPRi = "ListPermissionsResponse";
|
|
55
|
+
const _LTFR = "ListTagsForResource";
|
|
56
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
57
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
58
|
+
const _LV = "ListVersions";
|
|
59
|
+
const _LVR = "ListVersionsRequest";
|
|
60
|
+
const _LVRi = "ListVersionsResponse";
|
|
61
|
+
const _LW = "ListWorkspaces";
|
|
62
|
+
const _LWR = "ListWorkspacesRequest";
|
|
63
|
+
const _LWRi = "ListWorkspacesResponse";
|
|
64
|
+
const _LWSA = "ListWorkspaceServiceAccounts";
|
|
65
|
+
const _LWSAR = "ListWorkspaceServiceAccountsRequest";
|
|
66
|
+
const _LWSARi = "ListWorkspaceServiceAccountsResponse";
|
|
67
|
+
const _LWSAT = "ListWorkspaceServiceAccountTokens";
|
|
68
|
+
const _LWSATR = "ListWorkspaceServiceAccountTokensRequest";
|
|
69
|
+
const _LWSATRi = "ListWorkspaceServiceAccountTokensResponse";
|
|
70
|
+
const _NAC = "NetworkAccessConfiguration";
|
|
71
|
+
const _OCJ = "OverridableConfigurationJson";
|
|
72
|
+
const _ORN = "OrganizationRoleName";
|
|
73
|
+
const _OUL = "OrganizationalUnitList";
|
|
74
|
+
const _PE = "PermissionEntry";
|
|
75
|
+
const _PEL = "PermissionEntryList";
|
|
76
|
+
const _RA = "Retry-After";
|
|
77
|
+
const _RNFE = "ResourceNotFoundException";
|
|
78
|
+
const _RV = "RoleValues";
|
|
79
|
+
const _RVL = "RoleValueList";
|
|
80
|
+
const _SA = "SamlAuthentication";
|
|
81
|
+
const _SAL = "ServiceAccountList";
|
|
82
|
+
const _SAS = "ServiceAccountSummary";
|
|
83
|
+
const _SATK = "ServiceAccountTokenKey";
|
|
84
|
+
const _SATL = "ServiceAccountTokenList";
|
|
85
|
+
const _SATS = "ServiceAccountTokenSummary";
|
|
86
|
+
const _SATSWK = "ServiceAccountTokenSummaryWithKey";
|
|
87
|
+
const _SC = "SamlConfiguration";
|
|
88
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
89
|
+
const _TE = "ThrottlingException";
|
|
90
|
+
const _TR = "TagResource";
|
|
91
|
+
const _TRR = "TagResourceRequest";
|
|
92
|
+
const _TRRa = "TagResourceResponse";
|
|
93
|
+
const _U = "User";
|
|
94
|
+
const _UE = "UpdateError";
|
|
95
|
+
const _UEL = "UpdateErrorList";
|
|
96
|
+
const _UI = "UpdateInstruction";
|
|
97
|
+
const _UIB = "UpdateInstructionBatch";
|
|
98
|
+
const _UL = "UserList";
|
|
99
|
+
const _UP = "UpdatePermissions";
|
|
100
|
+
const _UPR = "UpdatePermissionsRequest";
|
|
101
|
+
const _UPRp = "UpdatePermissionsResponse";
|
|
102
|
+
const _UR = "UntagResource";
|
|
103
|
+
const _URR = "UntagResourceRequest";
|
|
104
|
+
const _URRn = "UntagResourceResponse";
|
|
105
|
+
const _UW = "UpdateWorkspace";
|
|
106
|
+
const _UWA = "UpdateWorkspaceAuthentication";
|
|
107
|
+
const _UWAR = "UpdateWorkspaceAuthenticationRequest";
|
|
108
|
+
const _UWARp = "UpdateWorkspaceAuthenticationResponse";
|
|
109
|
+
const _UWC = "UpdateWorkspaceConfiguration";
|
|
110
|
+
const _UWCR = "UpdateWorkspaceConfigurationRequest";
|
|
111
|
+
const _UWCRp = "UpdateWorkspaceConfigurationResponse";
|
|
112
|
+
const _UWR = "UpdateWorkspaceRequest";
|
|
113
|
+
const _UWRp = "UpdateWorkspaceResponse";
|
|
114
|
+
const _VC = "VpcConfiguration";
|
|
115
|
+
const _VE = "ValidationException";
|
|
116
|
+
const _VEF = "ValidationExceptionField";
|
|
117
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
118
|
+
const _WD = "WorkspaceDescription";
|
|
119
|
+
const _WL = "WorkspaceList";
|
|
120
|
+
const _WN = "WorkspaceName";
|
|
121
|
+
const _WS = "WorkspaceSummary";
|
|
122
|
+
const _a = "application/json";
|
|
123
|
+
const _aA = "assertionAttributes";
|
|
124
|
+
const _aAT = "accountAccessType";
|
|
125
|
+
const _aO = "allowedOrganizations";
|
|
126
|
+
const _aP = "authenticationProviders";
|
|
127
|
+
const _aS = "awsSso";
|
|
128
|
+
const _ac = "action";
|
|
129
|
+
const _ad = "admin";
|
|
130
|
+
const _au = "authentication";
|
|
131
|
+
const _c = "client";
|
|
132
|
+
const _cA = "createdAt";
|
|
133
|
+
const _cB = "causedBy";
|
|
134
|
+
const _cT = "clientToken";
|
|
135
|
+
const _co = "configuration";
|
|
136
|
+
const _cod = "code";
|
|
137
|
+
const _cr = "created";
|
|
138
|
+
const _d = "description";
|
|
139
|
+
const _dS = "dataSources";
|
|
140
|
+
const _e = "error";
|
|
141
|
+
const _eA = "expiresAt";
|
|
142
|
+
const _ed = "editor";
|
|
143
|
+
const _em = "email";
|
|
144
|
+
const _en = "endpoint";
|
|
145
|
+
const _er = "errors";
|
|
146
|
+
const _fL = "fieldList";
|
|
147
|
+
const _fTC = "freeTrialConsumed";
|
|
148
|
+
const _fTE = "freeTrialExpiration";
|
|
149
|
+
const _g = "groups";
|
|
150
|
+
const _gI = "groupId";
|
|
151
|
+
const _gR = "grafanaRole";
|
|
152
|
+
const _gT = "grafanaToken";
|
|
153
|
+
const _gV = "grafanaVersion";
|
|
154
|
+
const _gVr = "grafanaVersions";
|
|
155
|
+
const _h = "http";
|
|
156
|
+
const _hE = "httpError";
|
|
157
|
+
const _hH = "httpHeader";
|
|
158
|
+
const _hQ = "httpQuery";
|
|
159
|
+
const _i = "id";
|
|
160
|
+
const _iD = "isDisabled";
|
|
161
|
+
const _iM = "idpMetadata";
|
|
162
|
+
const _k = "key";
|
|
163
|
+
const _kN = "keyName";
|
|
164
|
+
const _kR = "keyRole";
|
|
165
|
+
const _l = "login";
|
|
166
|
+
const _lE = "licenseExpiration";
|
|
167
|
+
const _lT = "licenseType";
|
|
168
|
+
const _lUA = "lastUsedAt";
|
|
169
|
+
const _lVD = "loginValidityDuration";
|
|
170
|
+
const _m = "message";
|
|
171
|
+
const _mR = "maxResults";
|
|
172
|
+
const _mT = "mediaType";
|
|
173
|
+
const _mo = "modified";
|
|
174
|
+
const _n = "name";
|
|
175
|
+
const _nAC = "networkAccessControl";
|
|
176
|
+
const _nD = "notificationDestinations";
|
|
177
|
+
const _nT = "nextToken";
|
|
178
|
+
const _o = "org";
|
|
179
|
+
const _oRN = "organizationRoleName";
|
|
180
|
+
const _oU = "organizationalUnits";
|
|
181
|
+
const _p = "providers";
|
|
182
|
+
const _pLI = "prefixListIds";
|
|
183
|
+
const _pT = "permissionType";
|
|
184
|
+
const _pe = "permissions";
|
|
185
|
+
const _qC = "quotaCode";
|
|
186
|
+
const _r = "role";
|
|
187
|
+
const _rA = "resourceArn";
|
|
188
|
+
const _rAS = "retryAfterSeconds";
|
|
189
|
+
const _rI = "resourceId";
|
|
190
|
+
const _rNAC = "removeNetworkAccessConfiguration";
|
|
191
|
+
const _rT = "resourceType";
|
|
192
|
+
const _rV = "roleValues";
|
|
193
|
+
const _rVC = "removeVpcConfiguration";
|
|
194
|
+
const _re = "reason";
|
|
195
|
+
const _s = "saml";
|
|
196
|
+
const _sA = "serviceAccounts";
|
|
197
|
+
const _sAI = "serviceAccountId";
|
|
198
|
+
const _sAT = "serviceAccountToken";
|
|
199
|
+
const _sATe = "serviceAccountTokens";
|
|
200
|
+
const _sC = "serviceCode";
|
|
201
|
+
const _sCI = "ssoClientId";
|
|
202
|
+
const _sCS = "samlConfigurationStatus";
|
|
203
|
+
const _sCa = "samlConfiguration";
|
|
204
|
+
const _sGI = "securityGroupIds";
|
|
205
|
+
const _sI = "subnetIds";
|
|
206
|
+
const _sSN = "stackSetName";
|
|
207
|
+
const _sTL = "secondsToLive";
|
|
208
|
+
const _se = "server";
|
|
209
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.grafana";
|
|
210
|
+
const _st = "status";
|
|
211
|
+
const _t = "tags";
|
|
212
|
+
const _tI = "tokenId";
|
|
213
|
+
const _tK = "tagKeys";
|
|
214
|
+
const _ty = "type";
|
|
215
|
+
const _u = "user";
|
|
216
|
+
const _uI = "userId";
|
|
217
|
+
const _uIB = "updateInstructionBatch";
|
|
218
|
+
const _uT = "userType";
|
|
219
|
+
const _ur = "url";
|
|
220
|
+
const _us = "users";
|
|
221
|
+
const _vC = "vpcConfiguration";
|
|
222
|
+
const _vI = "vpceIds";
|
|
223
|
+
const _w = "workspace";
|
|
224
|
+
const _wD = "workspaceDescription";
|
|
225
|
+
const _wDS = "workspaceDataSources";
|
|
226
|
+
const _wI = "workspaceId";
|
|
227
|
+
const _wN = "workspaceName";
|
|
228
|
+
const _wND = "workspaceNotificationDestinations";
|
|
229
|
+
const _wOU = "workspaceOrganizationalUnits";
|
|
230
|
+
const _wRA = "workspaceRoleArn";
|
|
231
|
+
const _wi = "workspace-id";
|
|
232
|
+
const _wo = "workspaces";
|
|
233
|
+
const _x = "xml";
|
|
234
|
+
const n0 = "com.amazonaws.grafana";
|
|
235
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
236
|
+
import { GrafanaServiceException as __GrafanaServiceException } from "../models/GrafanaServiceException";
|
|
237
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
238
|
+
export var ApiKeyToken = [0, n0, _AKT, 8, 0];
|
|
239
|
+
export var Description = [0, n0, _D, 8, 0];
|
|
240
|
+
export var IamRoleArn = [0, n0, _IRA, 8, 0];
|
|
241
|
+
export var OrganizationRoleName = [0, n0, _ORN, 8, 0];
|
|
242
|
+
export var OverridableConfigurationJson = [
|
|
243
|
+
0,
|
|
244
|
+
n0,
|
|
245
|
+
_OCJ,
|
|
246
|
+
{
|
|
247
|
+
[_mT]: _a,
|
|
248
|
+
},
|
|
249
|
+
0,
|
|
250
|
+
];
|
|
251
|
+
export var ServiceAccountTokenKey = [0, n0, _SATK, 8, 0];
|
|
252
|
+
export var WorkspaceName = [0, n0, _WN, 8, 0];
|
|
253
|
+
export var AccessDeniedException = [
|
|
254
|
+
-3,
|
|
255
|
+
n0,
|
|
256
|
+
_ADE,
|
|
257
|
+
{
|
|
258
|
+
[_e]: _c,
|
|
259
|
+
[_hE]: 403,
|
|
260
|
+
},
|
|
261
|
+
[_m],
|
|
262
|
+
[0],
|
|
263
|
+
];
|
|
264
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
265
|
+
export var AssertionAttributes = [3, n0, _AA, 0, [_n, _l, _em, _g, _r, _o], [0, 0, 0, 0, 0, 0]];
|
|
266
|
+
export var AssociateLicenseRequest = [
|
|
267
|
+
3,
|
|
268
|
+
n0,
|
|
269
|
+
_ALR,
|
|
270
|
+
0,
|
|
271
|
+
[_wI, _lT, _gT],
|
|
272
|
+
[
|
|
273
|
+
[0, 1],
|
|
274
|
+
[0, 1],
|
|
275
|
+
[
|
|
276
|
+
0,
|
|
277
|
+
{
|
|
278
|
+
[_hH]: _GT,
|
|
279
|
+
},
|
|
280
|
+
],
|
|
281
|
+
],
|
|
282
|
+
];
|
|
283
|
+
export var AssociateLicenseResponse = [3, n0, _ALRs, 0, [_w], [[() => WorkspaceDescription, 0]]];
|
|
284
|
+
export var AuthenticationDescription = [
|
|
285
|
+
3,
|
|
286
|
+
n0,
|
|
287
|
+
_AD,
|
|
288
|
+
0,
|
|
289
|
+
[_p, _s, _aS],
|
|
290
|
+
[64 | 0, [() => SamlAuthentication, 0], () => AwsSsoAuthentication],
|
|
291
|
+
];
|
|
292
|
+
export var AuthenticationSummary = [3, n0, _AS, 0, [_p, _sCS], [64 | 0, 0]];
|
|
293
|
+
export var AwsSsoAuthentication = [3, n0, _ASA, 0, [_sCI], [0]];
|
|
294
|
+
export var ConflictException = [
|
|
295
|
+
-3,
|
|
296
|
+
n0,
|
|
297
|
+
_CE,
|
|
298
|
+
{
|
|
299
|
+
[_e]: _c,
|
|
300
|
+
[_hE]: 409,
|
|
301
|
+
},
|
|
302
|
+
[_m, _rI, _rT],
|
|
303
|
+
[0, 0, 0],
|
|
304
|
+
];
|
|
305
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
306
|
+
export var CreateWorkspaceApiKeyRequest = [
|
|
307
|
+
3,
|
|
308
|
+
n0,
|
|
309
|
+
_CWAKR,
|
|
310
|
+
0,
|
|
311
|
+
[_kN, _kR, _sTL, _wI],
|
|
312
|
+
[0, 0, 1, [0, 1]],
|
|
313
|
+
];
|
|
314
|
+
export var CreateWorkspaceApiKeyResponse = [
|
|
315
|
+
3,
|
|
316
|
+
n0,
|
|
317
|
+
_CWAKRr,
|
|
318
|
+
0,
|
|
319
|
+
[_kN, _k, _wI],
|
|
320
|
+
[0, [() => ApiKeyToken, 0], 0],
|
|
321
|
+
];
|
|
322
|
+
export var CreateWorkspaceRequest = [
|
|
323
|
+
3,
|
|
324
|
+
n0,
|
|
325
|
+
_CWR,
|
|
326
|
+
0,
|
|
327
|
+
[_aAT, _cT, _oRN, _pT, _sSN, _wDS, _wD, _wN, _wND, _wOU, _wRA, _aP, _t, _vC, _co, _nAC, _gV],
|
|
328
|
+
[
|
|
329
|
+
0,
|
|
330
|
+
[0, 4],
|
|
331
|
+
[() => OrganizationRoleName, 0],
|
|
332
|
+
0,
|
|
333
|
+
0,
|
|
334
|
+
64 | 0,
|
|
335
|
+
[() => Description, 0],
|
|
336
|
+
[() => WorkspaceName, 0],
|
|
337
|
+
64 | 0,
|
|
338
|
+
[() => OrganizationalUnitList, 0],
|
|
339
|
+
[() => IamRoleArn, 0],
|
|
340
|
+
64 | 0,
|
|
341
|
+
128 | 0,
|
|
342
|
+
() => VpcConfiguration,
|
|
343
|
+
[() => OverridableConfigurationJson, 0],
|
|
344
|
+
() => NetworkAccessConfiguration,
|
|
345
|
+
0,
|
|
346
|
+
],
|
|
347
|
+
];
|
|
348
|
+
export var CreateWorkspaceResponse = [3, n0, _CWRr, 0, [_w], [[() => WorkspaceDescription, 0]]];
|
|
349
|
+
export var CreateWorkspaceServiceAccountRequest = [
|
|
350
|
+
3,
|
|
351
|
+
n0,
|
|
352
|
+
_CWSAR,
|
|
353
|
+
0,
|
|
354
|
+
[_n, _gR, _wI],
|
|
355
|
+
[0, 0, [0, 1]],
|
|
356
|
+
];
|
|
357
|
+
export var CreateWorkspaceServiceAccountResponse = [
|
|
358
|
+
3,
|
|
359
|
+
n0,
|
|
360
|
+
_CWSARr,
|
|
361
|
+
0,
|
|
362
|
+
[_i, _n, _gR, _wI],
|
|
363
|
+
[0, 0, 0, 0],
|
|
364
|
+
];
|
|
365
|
+
export var CreateWorkspaceServiceAccountTokenRequest = [
|
|
366
|
+
3,
|
|
367
|
+
n0,
|
|
368
|
+
_CWSATR,
|
|
369
|
+
0,
|
|
370
|
+
[_n, _sTL, _sAI, _wI],
|
|
371
|
+
[0, 1, [0, 1], [0, 1]],
|
|
372
|
+
];
|
|
373
|
+
export var CreateWorkspaceServiceAccountTokenResponse = [
|
|
374
|
+
3,
|
|
375
|
+
n0,
|
|
376
|
+
_CWSATRr,
|
|
377
|
+
0,
|
|
378
|
+
[_sAT, _sAI, _wI],
|
|
379
|
+
[[() => ServiceAccountTokenSummaryWithKey, 0], 0, 0],
|
|
380
|
+
];
|
|
381
|
+
export var DeleteWorkspaceApiKeyRequest = [
|
|
382
|
+
3,
|
|
383
|
+
n0,
|
|
384
|
+
_DWAKR,
|
|
385
|
+
0,
|
|
386
|
+
[_kN, _wI],
|
|
387
|
+
[
|
|
388
|
+
[0, 1],
|
|
389
|
+
[0, 1],
|
|
390
|
+
],
|
|
391
|
+
];
|
|
392
|
+
export var DeleteWorkspaceApiKeyResponse = [3, n0, _DWAKRe, 0, [_kN, _wI], [0, 0]];
|
|
393
|
+
export var DeleteWorkspaceRequest = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
|
|
394
|
+
export var DeleteWorkspaceResponse = [3, n0, _DWRe, 0, [_w], [[() => WorkspaceDescription, 0]]];
|
|
395
|
+
export var DeleteWorkspaceServiceAccountRequest = [
|
|
396
|
+
3,
|
|
397
|
+
n0,
|
|
398
|
+
_DWSAR,
|
|
399
|
+
0,
|
|
400
|
+
[_sAI, _wI],
|
|
401
|
+
[
|
|
402
|
+
[0, 1],
|
|
403
|
+
[0, 1],
|
|
404
|
+
],
|
|
405
|
+
];
|
|
406
|
+
export var DeleteWorkspaceServiceAccountResponse = [3, n0, _DWSARe, 0, [_sAI, _wI], [0, 0]];
|
|
407
|
+
export var DeleteWorkspaceServiceAccountTokenRequest = [
|
|
408
|
+
3,
|
|
409
|
+
n0,
|
|
410
|
+
_DWSATR,
|
|
411
|
+
0,
|
|
412
|
+
[_tI, _sAI, _wI],
|
|
413
|
+
[
|
|
414
|
+
[0, 1],
|
|
415
|
+
[0, 1],
|
|
416
|
+
[0, 1],
|
|
417
|
+
],
|
|
418
|
+
];
|
|
419
|
+
export var DeleteWorkspaceServiceAccountTokenResponse = [
|
|
420
|
+
3,
|
|
421
|
+
n0,
|
|
422
|
+
_DWSATRe,
|
|
423
|
+
0,
|
|
424
|
+
[_tI, _sAI, _wI],
|
|
425
|
+
[0, 0, 0],
|
|
426
|
+
];
|
|
427
|
+
export var DescribeWorkspaceAuthenticationRequest = [3, n0, _DWAR, 0, [_wI], [[0, 1]]];
|
|
428
|
+
export var DescribeWorkspaceAuthenticationResponse = [
|
|
429
|
+
3,
|
|
430
|
+
n0,
|
|
431
|
+
_DWARe,
|
|
432
|
+
0,
|
|
433
|
+
[_au],
|
|
434
|
+
[[() => AuthenticationDescription, 0]],
|
|
435
|
+
];
|
|
436
|
+
export var DescribeWorkspaceConfigurationRequest = [3, n0, _DWCR, 0, [_wI], [[0, 1]]];
|
|
437
|
+
export var DescribeWorkspaceConfigurationResponse = [
|
|
438
|
+
3,
|
|
439
|
+
n0,
|
|
440
|
+
_DWCRe,
|
|
441
|
+
0,
|
|
442
|
+
[_co, _gV],
|
|
443
|
+
[[() => OverridableConfigurationJson, 0], 0],
|
|
444
|
+
];
|
|
445
|
+
export var DescribeWorkspaceRequest = [3, n0, _DWRes, 0, [_wI], [[0, 1]]];
|
|
446
|
+
export var DescribeWorkspaceResponse = [
|
|
447
|
+
3,
|
|
448
|
+
n0,
|
|
449
|
+
_DWResc,
|
|
450
|
+
0,
|
|
451
|
+
[_w],
|
|
452
|
+
[[() => WorkspaceDescription, 0]],
|
|
453
|
+
];
|
|
454
|
+
export var DisassociateLicenseRequest = [
|
|
455
|
+
3,
|
|
456
|
+
n0,
|
|
457
|
+
_DLR,
|
|
458
|
+
0,
|
|
459
|
+
[_wI, _lT],
|
|
460
|
+
[
|
|
461
|
+
[0, 1],
|
|
462
|
+
[0, 1],
|
|
463
|
+
],
|
|
464
|
+
];
|
|
465
|
+
export var DisassociateLicenseResponse = [
|
|
466
|
+
3,
|
|
467
|
+
n0,
|
|
468
|
+
_DLRi,
|
|
469
|
+
0,
|
|
470
|
+
[_w],
|
|
471
|
+
[[() => WorkspaceDescription, 0]],
|
|
472
|
+
];
|
|
473
|
+
export var InternalServerException = [
|
|
474
|
+
-3,
|
|
475
|
+
n0,
|
|
476
|
+
_ISE,
|
|
477
|
+
{
|
|
478
|
+
[_e]: _se,
|
|
479
|
+
[_hE]: 500,
|
|
480
|
+
},
|
|
481
|
+
[_m, _rAS],
|
|
482
|
+
[
|
|
483
|
+
0,
|
|
484
|
+
[
|
|
485
|
+
1,
|
|
486
|
+
{
|
|
487
|
+
[_hH]: _RA,
|
|
488
|
+
},
|
|
489
|
+
],
|
|
490
|
+
],
|
|
491
|
+
];
|
|
492
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
493
|
+
export var ListPermissionsRequest = [
|
|
494
|
+
3,
|
|
495
|
+
n0,
|
|
496
|
+
_LPR,
|
|
497
|
+
0,
|
|
498
|
+
[_mR, _nT, _uT, _uI, _gI, _wI],
|
|
499
|
+
[
|
|
500
|
+
[
|
|
501
|
+
1,
|
|
502
|
+
{
|
|
503
|
+
[_hQ]: _mR,
|
|
504
|
+
},
|
|
505
|
+
],
|
|
506
|
+
[
|
|
507
|
+
0,
|
|
508
|
+
{
|
|
509
|
+
[_hQ]: _nT,
|
|
510
|
+
},
|
|
511
|
+
],
|
|
512
|
+
[
|
|
513
|
+
0,
|
|
514
|
+
{
|
|
515
|
+
[_hQ]: _uT,
|
|
516
|
+
},
|
|
517
|
+
],
|
|
518
|
+
[
|
|
519
|
+
0,
|
|
520
|
+
{
|
|
521
|
+
[_hQ]: _uI,
|
|
522
|
+
},
|
|
523
|
+
],
|
|
524
|
+
[
|
|
525
|
+
0,
|
|
526
|
+
{
|
|
527
|
+
[_hQ]: _gI,
|
|
528
|
+
},
|
|
529
|
+
],
|
|
530
|
+
[0, 1],
|
|
531
|
+
],
|
|
532
|
+
];
|
|
533
|
+
export var ListPermissionsResponse = [
|
|
534
|
+
3,
|
|
535
|
+
n0,
|
|
536
|
+
_LPRi,
|
|
537
|
+
0,
|
|
538
|
+
[_nT, _pe],
|
|
539
|
+
[0, () => PermissionEntryList],
|
|
540
|
+
];
|
|
541
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
542
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
543
|
+
export var ListVersionsRequest = [
|
|
544
|
+
3,
|
|
545
|
+
n0,
|
|
546
|
+
_LVR,
|
|
547
|
+
0,
|
|
548
|
+
[_mR, _nT, _wI],
|
|
549
|
+
[
|
|
550
|
+
[
|
|
551
|
+
1,
|
|
552
|
+
{
|
|
553
|
+
[_hQ]: _mR,
|
|
554
|
+
},
|
|
555
|
+
],
|
|
556
|
+
[
|
|
557
|
+
0,
|
|
558
|
+
{
|
|
559
|
+
[_hQ]: _nT,
|
|
560
|
+
},
|
|
561
|
+
],
|
|
562
|
+
[
|
|
563
|
+
0,
|
|
564
|
+
{
|
|
565
|
+
[_hQ]: _wi,
|
|
566
|
+
},
|
|
567
|
+
],
|
|
568
|
+
],
|
|
569
|
+
];
|
|
570
|
+
export var ListVersionsResponse = [3, n0, _LVRi, 0, [_nT, _gVr], [0, 64 | 0]];
|
|
571
|
+
export var ListWorkspaceServiceAccountsRequest = [
|
|
572
|
+
3,
|
|
573
|
+
n0,
|
|
574
|
+
_LWSAR,
|
|
575
|
+
0,
|
|
576
|
+
[_mR, _nT, _wI],
|
|
577
|
+
[
|
|
578
|
+
[
|
|
579
|
+
1,
|
|
580
|
+
{
|
|
581
|
+
[_hQ]: _mR,
|
|
582
|
+
},
|
|
583
|
+
],
|
|
584
|
+
[
|
|
585
|
+
0,
|
|
586
|
+
{
|
|
587
|
+
[_hQ]: _nT,
|
|
588
|
+
},
|
|
589
|
+
],
|
|
590
|
+
[0, 1],
|
|
591
|
+
],
|
|
592
|
+
];
|
|
593
|
+
export var ListWorkspaceServiceAccountsResponse = [
|
|
594
|
+
3,
|
|
595
|
+
n0,
|
|
596
|
+
_LWSARi,
|
|
597
|
+
0,
|
|
598
|
+
[_nT, _sA, _wI],
|
|
599
|
+
[0, () => ServiceAccountList, 0],
|
|
600
|
+
];
|
|
601
|
+
export var ListWorkspaceServiceAccountTokensRequest = [
|
|
602
|
+
3,
|
|
603
|
+
n0,
|
|
604
|
+
_LWSATR,
|
|
605
|
+
0,
|
|
606
|
+
[_mR, _nT, _sAI, _wI],
|
|
607
|
+
[
|
|
608
|
+
[
|
|
609
|
+
1,
|
|
610
|
+
{
|
|
611
|
+
[_hQ]: _mR,
|
|
612
|
+
},
|
|
613
|
+
],
|
|
614
|
+
[
|
|
615
|
+
0,
|
|
616
|
+
{
|
|
617
|
+
[_hQ]: _nT,
|
|
618
|
+
},
|
|
619
|
+
],
|
|
620
|
+
[0, 1],
|
|
621
|
+
[0, 1],
|
|
622
|
+
],
|
|
623
|
+
];
|
|
624
|
+
export var ListWorkspaceServiceAccountTokensResponse = [
|
|
625
|
+
3,
|
|
626
|
+
n0,
|
|
627
|
+
_LWSATRi,
|
|
628
|
+
0,
|
|
629
|
+
[_nT, _sATe, _sAI, _wI],
|
|
630
|
+
[0, () => ServiceAccountTokenList, 0, 0],
|
|
631
|
+
];
|
|
632
|
+
export var ListWorkspacesRequest = [
|
|
633
|
+
3,
|
|
634
|
+
n0,
|
|
635
|
+
_LWR,
|
|
636
|
+
0,
|
|
637
|
+
[_mR, _nT],
|
|
638
|
+
[
|
|
639
|
+
[
|
|
640
|
+
1,
|
|
641
|
+
{
|
|
642
|
+
[_hQ]: _mR,
|
|
643
|
+
},
|
|
644
|
+
],
|
|
645
|
+
[
|
|
646
|
+
0,
|
|
647
|
+
{
|
|
648
|
+
[_hQ]: _nT,
|
|
649
|
+
},
|
|
650
|
+
],
|
|
651
|
+
],
|
|
652
|
+
];
|
|
653
|
+
export var ListWorkspacesResponse = [3, n0, _LWRi, 0, [_wo, _nT], [[() => WorkspaceList, 0], 0]];
|
|
654
|
+
export var NetworkAccessConfiguration = [3, n0, _NAC, 0, [_pLI, _vI], [64 | 0, 64 | 0]];
|
|
655
|
+
export var PermissionEntry = [3, n0, _PE, 0, [_u, _r], [() => User, 0]];
|
|
656
|
+
export var ResourceNotFoundException = [
|
|
657
|
+
-3,
|
|
658
|
+
n0,
|
|
659
|
+
_RNFE,
|
|
660
|
+
{
|
|
661
|
+
[_e]: _c,
|
|
662
|
+
[_hE]: 404,
|
|
663
|
+
},
|
|
664
|
+
[_m, _rI, _rT],
|
|
665
|
+
[0, 0, 0],
|
|
666
|
+
];
|
|
667
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
668
|
+
export var RoleValues = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_RV,
|
|
672
|
+
0,
|
|
673
|
+
[_ed, _ad],
|
|
674
|
+
[
|
|
675
|
+
[() => RoleValueList, 0],
|
|
676
|
+
[() => RoleValueList, 0],
|
|
677
|
+
],
|
|
678
|
+
];
|
|
679
|
+
export var SamlAuthentication = [3, n0, _SA, 0, [_st, _co], [0, [() => SamlConfiguration, 0]]];
|
|
680
|
+
export var SamlConfiguration = [
|
|
681
|
+
3,
|
|
682
|
+
n0,
|
|
683
|
+
_SC,
|
|
684
|
+
0,
|
|
685
|
+
[_iM, _aA, _rV, _aO, _lVD],
|
|
686
|
+
[() => IdpMetadata, () => AssertionAttributes, [() => RoleValues, 0], 64 | 0, 1],
|
|
687
|
+
];
|
|
688
|
+
export var ServiceAccountSummary = [3, n0, _SAS, 0, [_i, _n, _iD, _gR], [0, 0, 0, 0]];
|
|
689
|
+
export var ServiceAccountTokenSummary = [
|
|
690
|
+
3,
|
|
691
|
+
n0,
|
|
692
|
+
_SATS,
|
|
693
|
+
0,
|
|
694
|
+
[_i, _n, _cA, _eA, _lUA],
|
|
695
|
+
[0, 0, 4, 4, 4],
|
|
696
|
+
];
|
|
697
|
+
export var ServiceAccountTokenSummaryWithKey = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_SATSWK,
|
|
701
|
+
0,
|
|
702
|
+
[_i, _n, _k],
|
|
703
|
+
[0, 0, [() => ServiceAccountTokenKey, 0]],
|
|
704
|
+
];
|
|
705
|
+
export var ServiceQuotaExceededException = [
|
|
706
|
+
-3,
|
|
707
|
+
n0,
|
|
708
|
+
_SQEE,
|
|
709
|
+
{
|
|
710
|
+
[_e]: _c,
|
|
711
|
+
[_hE]: 402,
|
|
712
|
+
},
|
|
713
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
714
|
+
[0, 0, 0, 0, 0],
|
|
715
|
+
];
|
|
716
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
717
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
718
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
719
|
+
export var ThrottlingException = [
|
|
720
|
+
-3,
|
|
721
|
+
n0,
|
|
722
|
+
_TE,
|
|
723
|
+
{
|
|
724
|
+
[_e]: _c,
|
|
725
|
+
[_hE]: 429,
|
|
726
|
+
},
|
|
727
|
+
[_m, _sC, _qC, _rAS],
|
|
728
|
+
[
|
|
729
|
+
0,
|
|
730
|
+
0,
|
|
731
|
+
0,
|
|
732
|
+
[
|
|
733
|
+
1,
|
|
734
|
+
{
|
|
735
|
+
[_hH]: _RA,
|
|
736
|
+
},
|
|
737
|
+
],
|
|
738
|
+
],
|
|
739
|
+
];
|
|
740
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
741
|
+
export var UntagResourceRequest = [
|
|
742
|
+
3,
|
|
743
|
+
n0,
|
|
744
|
+
_URR,
|
|
745
|
+
0,
|
|
746
|
+
[_rA, _tK],
|
|
747
|
+
[
|
|
748
|
+
[0, 1],
|
|
749
|
+
[
|
|
750
|
+
64 | 0,
|
|
751
|
+
{
|
|
752
|
+
[_hQ]: _tK,
|
|
753
|
+
},
|
|
754
|
+
],
|
|
755
|
+
],
|
|
756
|
+
];
|
|
757
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
758
|
+
export var UpdateError = [3, n0, _UE, 0, [_cod, _m, _cB], [1, 0, () => UpdateInstruction]];
|
|
759
|
+
export var UpdateInstruction = [3, n0, _UI, 0, [_ac, _r, _us], [0, 0, () => UserList]];
|
|
760
|
+
export var UpdatePermissionsRequest = [
|
|
761
|
+
3,
|
|
762
|
+
n0,
|
|
763
|
+
_UPR,
|
|
764
|
+
0,
|
|
765
|
+
[_uIB, _wI],
|
|
766
|
+
[() => UpdateInstructionBatch, [0, 1]],
|
|
767
|
+
];
|
|
768
|
+
export var UpdatePermissionsResponse = [3, n0, _UPRp, 0, [_er], [() => UpdateErrorList]];
|
|
769
|
+
export var UpdateWorkspaceAuthenticationRequest = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_UWAR,
|
|
773
|
+
0,
|
|
774
|
+
[_wI, _aP, _sCa],
|
|
775
|
+
[[0, 1], 64 | 0, [() => SamlConfiguration, 0]],
|
|
776
|
+
];
|
|
777
|
+
export var UpdateWorkspaceAuthenticationResponse = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_UWARp,
|
|
781
|
+
0,
|
|
782
|
+
[_au],
|
|
783
|
+
[[() => AuthenticationDescription, 0]],
|
|
784
|
+
];
|
|
785
|
+
export var UpdateWorkspaceConfigurationRequest = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_UWCR,
|
|
789
|
+
0,
|
|
790
|
+
[_co, _wI, _gV],
|
|
791
|
+
[[() => OverridableConfigurationJson, 0], [0, 1], 0],
|
|
792
|
+
];
|
|
793
|
+
export var UpdateWorkspaceConfigurationResponse = [3, n0, _UWCRp, 0, [], []];
|
|
794
|
+
export var UpdateWorkspaceRequest = [
|
|
795
|
+
3,
|
|
796
|
+
n0,
|
|
797
|
+
_UWR,
|
|
798
|
+
0,
|
|
799
|
+
[_aAT, _oRN, _pT, _sSN, _wDS, _wD, _wI, _wN, _wND, _wOU, _wRA, _vC, _rVC, _nAC, _rNAC],
|
|
800
|
+
[
|
|
801
|
+
0,
|
|
802
|
+
[() => OrganizationRoleName, 0],
|
|
803
|
+
0,
|
|
804
|
+
0,
|
|
805
|
+
64 | 0,
|
|
806
|
+
[() => Description, 0],
|
|
807
|
+
[0, 1],
|
|
808
|
+
[() => WorkspaceName, 0],
|
|
809
|
+
64 | 0,
|
|
810
|
+
[() => OrganizationalUnitList, 0],
|
|
811
|
+
[() => IamRoleArn, 0],
|
|
812
|
+
() => VpcConfiguration,
|
|
813
|
+
2,
|
|
814
|
+
() => NetworkAccessConfiguration,
|
|
815
|
+
2,
|
|
816
|
+
],
|
|
817
|
+
];
|
|
818
|
+
export var UpdateWorkspaceResponse = [3, n0, _UWRp, 0, [_w], [[() => WorkspaceDescription, 0]]];
|
|
819
|
+
export var User = [3, n0, _U, 0, [_i, _ty], [0, 0]];
|
|
820
|
+
export var ValidationException = [
|
|
821
|
+
-3,
|
|
822
|
+
n0,
|
|
823
|
+
_VE,
|
|
824
|
+
{
|
|
825
|
+
[_e]: _c,
|
|
826
|
+
[_hE]: 400,
|
|
827
|
+
},
|
|
828
|
+
[_m, _re, _fL],
|
|
829
|
+
[0, 0, () => ValidationExceptionFieldList],
|
|
830
|
+
];
|
|
831
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
832
|
+
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
833
|
+
export var VpcConfiguration = [3, n0, _VC, 0, [_sGI, _sI], [64 | 0, 64 | 0]];
|
|
834
|
+
export var WorkspaceDescription = [
|
|
835
|
+
3,
|
|
836
|
+
n0,
|
|
837
|
+
_WD,
|
|
838
|
+
0,
|
|
839
|
+
[
|
|
840
|
+
_aAT,
|
|
841
|
+
_cr,
|
|
842
|
+
_dS,
|
|
843
|
+
_d,
|
|
844
|
+
_en,
|
|
845
|
+
_gV,
|
|
846
|
+
_i,
|
|
847
|
+
_mo,
|
|
848
|
+
_n,
|
|
849
|
+
_oRN,
|
|
850
|
+
_nD,
|
|
851
|
+
_oU,
|
|
852
|
+
_pT,
|
|
853
|
+
_sSN,
|
|
854
|
+
_st,
|
|
855
|
+
_wRA,
|
|
856
|
+
_lT,
|
|
857
|
+
_fTC,
|
|
858
|
+
_lE,
|
|
859
|
+
_fTE,
|
|
860
|
+
_au,
|
|
861
|
+
_t,
|
|
862
|
+
_vC,
|
|
863
|
+
_nAC,
|
|
864
|
+
_gT,
|
|
865
|
+
],
|
|
866
|
+
[
|
|
867
|
+
0,
|
|
868
|
+
4,
|
|
869
|
+
64 | 0,
|
|
870
|
+
[() => Description, 0],
|
|
871
|
+
0,
|
|
872
|
+
0,
|
|
873
|
+
0,
|
|
874
|
+
4,
|
|
875
|
+
[() => WorkspaceName, 0],
|
|
876
|
+
[() => OrganizationRoleName, 0],
|
|
877
|
+
64 | 0,
|
|
878
|
+
[() => OrganizationalUnitList, 0],
|
|
879
|
+
0,
|
|
880
|
+
0,
|
|
881
|
+
0,
|
|
882
|
+
[() => IamRoleArn, 0],
|
|
883
|
+
0,
|
|
884
|
+
2,
|
|
885
|
+
4,
|
|
886
|
+
4,
|
|
887
|
+
() => AuthenticationSummary,
|
|
888
|
+
128 | 0,
|
|
889
|
+
() => VpcConfiguration,
|
|
890
|
+
() => NetworkAccessConfiguration,
|
|
891
|
+
0,
|
|
892
|
+
],
|
|
893
|
+
];
|
|
894
|
+
export var WorkspaceSummary = [
|
|
895
|
+
3,
|
|
896
|
+
n0,
|
|
897
|
+
_WS,
|
|
898
|
+
0,
|
|
899
|
+
[_cr, _d, _en, _gV, _i, _mo, _n, _nD, _st, _au, _t, _lT, _gT],
|
|
900
|
+
[
|
|
901
|
+
4,
|
|
902
|
+
[() => Description, 0],
|
|
903
|
+
0,
|
|
904
|
+
0,
|
|
905
|
+
0,
|
|
906
|
+
4,
|
|
907
|
+
[() => WorkspaceName, 0],
|
|
908
|
+
64 | 0,
|
|
909
|
+
0,
|
|
910
|
+
() => AuthenticationSummary,
|
|
911
|
+
128 | 0,
|
|
912
|
+
0,
|
|
913
|
+
0,
|
|
914
|
+
],
|
|
915
|
+
];
|
|
916
|
+
export var GrafanaServiceException = [-3, _sm, "GrafanaServiceException", 0, [], []];
|
|
917
|
+
TypeRegistry.for(_sm).registerError(GrafanaServiceException, __GrafanaServiceException);
|
|
918
|
+
export var AllowedOrganizations = 64 | 0;
|
|
919
|
+
export var AuthenticationProviders = 64 | 0;
|
|
920
|
+
export var DataSourceTypesList = 64 | 0;
|
|
921
|
+
export var GrafanaVersionList = 64 | 0;
|
|
922
|
+
export var NotificationDestinationsList = 64 | 0;
|
|
923
|
+
export var OrganizationalUnitList = [1, n0, _OUL, 8, 0];
|
|
924
|
+
export var PermissionEntryList = [1, n0, _PEL, 0, () => PermissionEntry];
|
|
925
|
+
export var PrefixListIds = 64 | 0;
|
|
926
|
+
export var RoleValueList = [1, n0, _RVL, 8, 0];
|
|
927
|
+
export var SecurityGroupIds = 64 | 0;
|
|
928
|
+
export var ServiceAccountList = [1, n0, _SAL, 0, () => ServiceAccountSummary];
|
|
929
|
+
export var ServiceAccountTokenList = [1, n0, _SATL, 0, () => ServiceAccountTokenSummary];
|
|
930
|
+
export var SubnetIds = 64 | 0;
|
|
931
|
+
export var TagKeys = 64 | 0;
|
|
932
|
+
export var UpdateErrorList = [1, n0, _UEL, 0, () => UpdateError];
|
|
933
|
+
export var UpdateInstructionBatch = [1, n0, _UIB, 0, () => UpdateInstruction];
|
|
934
|
+
export var UserList = [1, n0, _UL, 0, () => User];
|
|
935
|
+
export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
936
|
+
export var VpceIds = 64 | 0;
|
|
937
|
+
export var WorkspaceList = [1, n0, _WL, 0, [() => WorkspaceSummary, 0]];
|
|
938
|
+
export var TagMap = 128 | 0;
|
|
939
|
+
export var IdpMetadata = [3, n0, _IM, 0, [_ur, _x], [0, 0]];
|
|
940
|
+
export var AssociateLicense = [
|
|
941
|
+
9,
|
|
942
|
+
n0,
|
|
943
|
+
_AL,
|
|
944
|
+
{
|
|
945
|
+
[_h]: ["POST", "/workspaces/{workspaceId}/licenses/{licenseType}", 202],
|
|
946
|
+
},
|
|
947
|
+
() => AssociateLicenseRequest,
|
|
948
|
+
() => AssociateLicenseResponse,
|
|
949
|
+
];
|
|
950
|
+
export var CreateWorkspace = [
|
|
951
|
+
9,
|
|
952
|
+
n0,
|
|
953
|
+
_CW,
|
|
954
|
+
{
|
|
955
|
+
[_h]: ["POST", "/workspaces", 202],
|
|
956
|
+
},
|
|
957
|
+
() => CreateWorkspaceRequest,
|
|
958
|
+
() => CreateWorkspaceResponse,
|
|
959
|
+
];
|
|
960
|
+
export var CreateWorkspaceApiKey = [
|
|
961
|
+
9,
|
|
962
|
+
n0,
|
|
963
|
+
_CWAK,
|
|
964
|
+
{
|
|
965
|
+
[_h]: ["POST", "/workspaces/{workspaceId}/apikeys", 200],
|
|
966
|
+
},
|
|
967
|
+
() => CreateWorkspaceApiKeyRequest,
|
|
968
|
+
() => CreateWorkspaceApiKeyResponse,
|
|
969
|
+
];
|
|
970
|
+
export var CreateWorkspaceServiceAccount = [
|
|
971
|
+
9,
|
|
972
|
+
n0,
|
|
973
|
+
_CWSA,
|
|
974
|
+
{
|
|
975
|
+
[_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts", 200],
|
|
976
|
+
},
|
|
977
|
+
() => CreateWorkspaceServiceAccountRequest,
|
|
978
|
+
() => CreateWorkspaceServiceAccountResponse,
|
|
979
|
+
];
|
|
980
|
+
export var CreateWorkspaceServiceAccountToken = [
|
|
981
|
+
9,
|
|
982
|
+
n0,
|
|
983
|
+
_CWSAT,
|
|
984
|
+
{
|
|
985
|
+
[_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200],
|
|
986
|
+
},
|
|
987
|
+
() => CreateWorkspaceServiceAccountTokenRequest,
|
|
988
|
+
() => CreateWorkspaceServiceAccountTokenResponse,
|
|
989
|
+
];
|
|
990
|
+
export var DeleteWorkspace = [
|
|
991
|
+
9,
|
|
992
|
+
n0,
|
|
993
|
+
_DW,
|
|
994
|
+
{
|
|
995
|
+
[_h]: ["DELETE", "/workspaces/{workspaceId}", 202],
|
|
996
|
+
},
|
|
997
|
+
() => DeleteWorkspaceRequest,
|
|
998
|
+
() => DeleteWorkspaceResponse,
|
|
999
|
+
];
|
|
1000
|
+
export var DeleteWorkspaceApiKey = [
|
|
1001
|
+
9,
|
|
1002
|
+
n0,
|
|
1003
|
+
_DWAK,
|
|
1004
|
+
{
|
|
1005
|
+
[_h]: ["DELETE", "/workspaces/{workspaceId}/apikeys/{keyName}", 200],
|
|
1006
|
+
},
|
|
1007
|
+
() => DeleteWorkspaceApiKeyRequest,
|
|
1008
|
+
() => DeleteWorkspaceApiKeyResponse,
|
|
1009
|
+
];
|
|
1010
|
+
export var DeleteWorkspaceServiceAccount = [
|
|
1011
|
+
9,
|
|
1012
|
+
n0,
|
|
1013
|
+
_DWSA,
|
|
1014
|
+
{
|
|
1015
|
+
[_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}", 200],
|
|
1016
|
+
},
|
|
1017
|
+
() => DeleteWorkspaceServiceAccountRequest,
|
|
1018
|
+
() => DeleteWorkspaceServiceAccountResponse,
|
|
1019
|
+
];
|
|
1020
|
+
export var DeleteWorkspaceServiceAccountToken = [
|
|
1021
|
+
9,
|
|
1022
|
+
n0,
|
|
1023
|
+
_DWSAT,
|
|
1024
|
+
{
|
|
1025
|
+
[_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens/{tokenId}", 200],
|
|
1026
|
+
},
|
|
1027
|
+
() => DeleteWorkspaceServiceAccountTokenRequest,
|
|
1028
|
+
() => DeleteWorkspaceServiceAccountTokenResponse,
|
|
1029
|
+
];
|
|
1030
|
+
export var DescribeWorkspace = [
|
|
1031
|
+
9,
|
|
1032
|
+
n0,
|
|
1033
|
+
_DWe,
|
|
1034
|
+
{
|
|
1035
|
+
[_h]: ["GET", "/workspaces/{workspaceId}", 200],
|
|
1036
|
+
},
|
|
1037
|
+
() => DescribeWorkspaceRequest,
|
|
1038
|
+
() => DescribeWorkspaceResponse,
|
|
1039
|
+
];
|
|
1040
|
+
export var DescribeWorkspaceAuthentication = [
|
|
1041
|
+
9,
|
|
1042
|
+
n0,
|
|
1043
|
+
_DWA,
|
|
1044
|
+
{
|
|
1045
|
+
[_h]: ["GET", "/workspaces/{workspaceId}/authentication", 200],
|
|
1046
|
+
},
|
|
1047
|
+
() => DescribeWorkspaceAuthenticationRequest,
|
|
1048
|
+
() => DescribeWorkspaceAuthenticationResponse,
|
|
1049
|
+
];
|
|
1050
|
+
export var DescribeWorkspaceConfiguration = [
|
|
1051
|
+
9,
|
|
1052
|
+
n0,
|
|
1053
|
+
_DWC,
|
|
1054
|
+
{
|
|
1055
|
+
[_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200],
|
|
1056
|
+
},
|
|
1057
|
+
() => DescribeWorkspaceConfigurationRequest,
|
|
1058
|
+
() => DescribeWorkspaceConfigurationResponse,
|
|
1059
|
+
];
|
|
1060
|
+
export var DisassociateLicense = [
|
|
1061
|
+
9,
|
|
1062
|
+
n0,
|
|
1063
|
+
_DL,
|
|
1064
|
+
{
|
|
1065
|
+
[_h]: ["DELETE", "/workspaces/{workspaceId}/licenses/{licenseType}", 202],
|
|
1066
|
+
},
|
|
1067
|
+
() => DisassociateLicenseRequest,
|
|
1068
|
+
() => DisassociateLicenseResponse,
|
|
1069
|
+
];
|
|
1070
|
+
export var ListPermissions = [
|
|
1071
|
+
9,
|
|
1072
|
+
n0,
|
|
1073
|
+
_LP,
|
|
1074
|
+
{
|
|
1075
|
+
[_h]: ["GET", "/workspaces/{workspaceId}/permissions", 200],
|
|
1076
|
+
},
|
|
1077
|
+
() => ListPermissionsRequest,
|
|
1078
|
+
() => ListPermissionsResponse,
|
|
1079
|
+
];
|
|
1080
|
+
export var ListTagsForResource = [
|
|
1081
|
+
9,
|
|
1082
|
+
n0,
|
|
1083
|
+
_LTFR,
|
|
1084
|
+
{
|
|
1085
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1086
|
+
},
|
|
1087
|
+
() => ListTagsForResourceRequest,
|
|
1088
|
+
() => ListTagsForResourceResponse,
|
|
1089
|
+
];
|
|
1090
|
+
export var ListVersions = [
|
|
1091
|
+
9,
|
|
1092
|
+
n0,
|
|
1093
|
+
_LV,
|
|
1094
|
+
{
|
|
1095
|
+
[_h]: ["GET", "/versions", 200],
|
|
1096
|
+
},
|
|
1097
|
+
() => ListVersionsRequest,
|
|
1098
|
+
() => ListVersionsResponse,
|
|
1099
|
+
];
|
|
1100
|
+
export var ListWorkspaces = [
|
|
1101
|
+
9,
|
|
1102
|
+
n0,
|
|
1103
|
+
_LW,
|
|
1104
|
+
{
|
|
1105
|
+
[_h]: ["GET", "/workspaces", 200],
|
|
1106
|
+
},
|
|
1107
|
+
() => ListWorkspacesRequest,
|
|
1108
|
+
() => ListWorkspacesResponse,
|
|
1109
|
+
];
|
|
1110
|
+
export var ListWorkspaceServiceAccounts = [
|
|
1111
|
+
9,
|
|
1112
|
+
n0,
|
|
1113
|
+
_LWSA,
|
|
1114
|
+
{
|
|
1115
|
+
[_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts", 200],
|
|
1116
|
+
},
|
|
1117
|
+
() => ListWorkspaceServiceAccountsRequest,
|
|
1118
|
+
() => ListWorkspaceServiceAccountsResponse,
|
|
1119
|
+
];
|
|
1120
|
+
export var ListWorkspaceServiceAccountTokens = [
|
|
1121
|
+
9,
|
|
1122
|
+
n0,
|
|
1123
|
+
_LWSAT,
|
|
1124
|
+
{
|
|
1125
|
+
[_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200],
|
|
1126
|
+
},
|
|
1127
|
+
() => ListWorkspaceServiceAccountTokensRequest,
|
|
1128
|
+
() => ListWorkspaceServiceAccountTokensResponse,
|
|
1129
|
+
];
|
|
1130
|
+
export var TagResource = [
|
|
1131
|
+
9,
|
|
1132
|
+
n0,
|
|
1133
|
+
_TR,
|
|
1134
|
+
{
|
|
1135
|
+
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1136
|
+
},
|
|
1137
|
+
() => TagResourceRequest,
|
|
1138
|
+
() => TagResourceResponse,
|
|
1139
|
+
];
|
|
1140
|
+
export var UntagResource = [
|
|
1141
|
+
9,
|
|
1142
|
+
n0,
|
|
1143
|
+
_UR,
|
|
1144
|
+
{
|
|
1145
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1146
|
+
},
|
|
1147
|
+
() => UntagResourceRequest,
|
|
1148
|
+
() => UntagResourceResponse,
|
|
1149
|
+
];
|
|
1150
|
+
export var UpdatePermissions = [
|
|
1151
|
+
9,
|
|
1152
|
+
n0,
|
|
1153
|
+
_UP,
|
|
1154
|
+
{
|
|
1155
|
+
[_h]: ["PATCH", "/workspaces/{workspaceId}/permissions", 200],
|
|
1156
|
+
},
|
|
1157
|
+
() => UpdatePermissionsRequest,
|
|
1158
|
+
() => UpdatePermissionsResponse,
|
|
1159
|
+
];
|
|
1160
|
+
export var UpdateWorkspace = [
|
|
1161
|
+
9,
|
|
1162
|
+
n0,
|
|
1163
|
+
_UW,
|
|
1164
|
+
{
|
|
1165
|
+
[_h]: ["PUT", "/workspaces/{workspaceId}", 202],
|
|
1166
|
+
},
|
|
1167
|
+
() => UpdateWorkspaceRequest,
|
|
1168
|
+
() => UpdateWorkspaceResponse,
|
|
1169
|
+
];
|
|
1170
|
+
export var UpdateWorkspaceAuthentication = [
|
|
1171
|
+
9,
|
|
1172
|
+
n0,
|
|
1173
|
+
_UWA,
|
|
1174
|
+
{
|
|
1175
|
+
[_h]: ["POST", "/workspaces/{workspaceId}/authentication", 200],
|
|
1176
|
+
},
|
|
1177
|
+
() => UpdateWorkspaceAuthenticationRequest,
|
|
1178
|
+
() => UpdateWorkspaceAuthenticationResponse,
|
|
1179
|
+
];
|
|
1180
|
+
export var UpdateWorkspaceConfiguration = [
|
|
1181
|
+
9,
|
|
1182
|
+
n0,
|
|
1183
|
+
_UWC,
|
|
1184
|
+
{
|
|
1185
|
+
[_h]: ["PUT", "/workspaces/{workspaceId}/configuration", 202],
|
|
1186
|
+
},
|
|
1187
|
+
() => UpdateWorkspaceConfigurationRequest,
|
|
1188
|
+
() => UpdateWorkspaceConfigurationResponse,
|
|
1189
|
+
];
|