@aws-sdk/client-grafana 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.
- package/dist-cjs/index.js +33 -253
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateLicenseCommand.js +2 -14
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +2 -14
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -14
- package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +2 -14
- package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +2 -14
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +2 -14
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -14
- package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +2 -14
- package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -14
- package/dist-es/commands/DisassociateLicenseCommand.js +2 -14
- package/dist-es/commands/ListPermissionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVersionsCommand.js +2 -14
- package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +2 -14
- package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +2 -14
- package/dist-es/commands/ListWorkspacesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdatePermissionsCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateLicenseCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1149,304 +1150,83 @@ class GrafanaClient extends Client {
|
|
|
1149
1150
|
}
|
|
1150
1151
|
}
|
|
1151
1152
|
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
})
|
|
1158
|
-
.s("AWSGrafanaControlPlane", "AssociateLicense", {})
|
|
1159
|
-
.n("GrafanaClient", "AssociateLicenseCommand")
|
|
1160
|
-
.sc(AssociateLicense$)
|
|
1161
|
-
.build() {
|
|
1153
|
+
const command = makeBuilder(commonParams, "AWSGrafanaControlPlane", "GrafanaClient", getEndpointPlugin);
|
|
1154
|
+
const _ep0 = {};
|
|
1155
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1156
|
+
|
|
1157
|
+
class AssociateLicenseCommand extends command(_ep0, _mw0, "AssociateLicense", AssociateLicense$) {
|
|
1162
1158
|
}
|
|
1163
1159
|
|
|
1164
|
-
class CreateWorkspaceApiKeyCommand extends
|
|
1165
|
-
.classBuilder()
|
|
1166
|
-
.ep(commonParams)
|
|
1167
|
-
.m(function (Command, cs, config, o) {
|
|
1168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1169
|
-
})
|
|
1170
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceApiKey", {})
|
|
1171
|
-
.n("GrafanaClient", "CreateWorkspaceApiKeyCommand")
|
|
1172
|
-
.sc(CreateWorkspaceApiKey$)
|
|
1173
|
-
.build() {
|
|
1160
|
+
class CreateWorkspaceApiKeyCommand extends command(_ep0, _mw0, "CreateWorkspaceApiKey", CreateWorkspaceApiKey$) {
|
|
1174
1161
|
}
|
|
1175
1162
|
|
|
1176
|
-
class CreateWorkspaceCommand extends
|
|
1177
|
-
.classBuilder()
|
|
1178
|
-
.ep(commonParams)
|
|
1179
|
-
.m(function (Command, cs, config, o) {
|
|
1180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1181
|
-
})
|
|
1182
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspace", {})
|
|
1183
|
-
.n("GrafanaClient", "CreateWorkspaceCommand")
|
|
1184
|
-
.sc(CreateWorkspace$)
|
|
1185
|
-
.build() {
|
|
1163
|
+
class CreateWorkspaceCommand extends command(_ep0, _mw0, "CreateWorkspace", CreateWorkspace$) {
|
|
1186
1164
|
}
|
|
1187
1165
|
|
|
1188
|
-
class CreateWorkspaceServiceAccountCommand extends
|
|
1189
|
-
.classBuilder()
|
|
1190
|
-
.ep(commonParams)
|
|
1191
|
-
.m(function (Command, cs, config, o) {
|
|
1192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1193
|
-
})
|
|
1194
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccount", {})
|
|
1195
|
-
.n("GrafanaClient", "CreateWorkspaceServiceAccountCommand")
|
|
1196
|
-
.sc(CreateWorkspaceServiceAccount$)
|
|
1197
|
-
.build() {
|
|
1166
|
+
class CreateWorkspaceServiceAccountCommand extends command(_ep0, _mw0, "CreateWorkspaceServiceAccount", CreateWorkspaceServiceAccount$) {
|
|
1198
1167
|
}
|
|
1199
1168
|
|
|
1200
|
-
class CreateWorkspaceServiceAccountTokenCommand extends
|
|
1201
|
-
.classBuilder()
|
|
1202
|
-
.ep(commonParams)
|
|
1203
|
-
.m(function (Command, cs, config, o) {
|
|
1204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1205
|
-
})
|
|
1206
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccountToken", {})
|
|
1207
|
-
.n("GrafanaClient", "CreateWorkspaceServiceAccountTokenCommand")
|
|
1208
|
-
.sc(CreateWorkspaceServiceAccountToken$)
|
|
1209
|
-
.build() {
|
|
1169
|
+
class CreateWorkspaceServiceAccountTokenCommand extends command(_ep0, _mw0, "CreateWorkspaceServiceAccountToken", CreateWorkspaceServiceAccountToken$) {
|
|
1210
1170
|
}
|
|
1211
1171
|
|
|
1212
|
-
class DeleteWorkspaceApiKeyCommand extends
|
|
1213
|
-
.classBuilder()
|
|
1214
|
-
.ep(commonParams)
|
|
1215
|
-
.m(function (Command, cs, config, o) {
|
|
1216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1217
|
-
})
|
|
1218
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceApiKey", {})
|
|
1219
|
-
.n("GrafanaClient", "DeleteWorkspaceApiKeyCommand")
|
|
1220
|
-
.sc(DeleteWorkspaceApiKey$)
|
|
1221
|
-
.build() {
|
|
1172
|
+
class DeleteWorkspaceApiKeyCommand extends command(_ep0, _mw0, "DeleteWorkspaceApiKey", DeleteWorkspaceApiKey$) {
|
|
1222
1173
|
}
|
|
1223
1174
|
|
|
1224
|
-
class DeleteWorkspaceCommand extends
|
|
1225
|
-
.classBuilder()
|
|
1226
|
-
.ep(commonParams)
|
|
1227
|
-
.m(function (Command, cs, config, o) {
|
|
1228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1229
|
-
})
|
|
1230
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspace", {})
|
|
1231
|
-
.n("GrafanaClient", "DeleteWorkspaceCommand")
|
|
1232
|
-
.sc(DeleteWorkspace$)
|
|
1233
|
-
.build() {
|
|
1175
|
+
class DeleteWorkspaceCommand extends command(_ep0, _mw0, "DeleteWorkspace", DeleteWorkspace$) {
|
|
1234
1176
|
}
|
|
1235
1177
|
|
|
1236
|
-
class DeleteWorkspaceServiceAccountCommand extends
|
|
1237
|
-
.classBuilder()
|
|
1238
|
-
.ep(commonParams)
|
|
1239
|
-
.m(function (Command, cs, config, o) {
|
|
1240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1241
|
-
})
|
|
1242
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccount", {})
|
|
1243
|
-
.n("GrafanaClient", "DeleteWorkspaceServiceAccountCommand")
|
|
1244
|
-
.sc(DeleteWorkspaceServiceAccount$)
|
|
1245
|
-
.build() {
|
|
1178
|
+
class DeleteWorkspaceServiceAccountCommand extends command(_ep0, _mw0, "DeleteWorkspaceServiceAccount", DeleteWorkspaceServiceAccount$) {
|
|
1246
1179
|
}
|
|
1247
1180
|
|
|
1248
|
-
class DeleteWorkspaceServiceAccountTokenCommand extends
|
|
1249
|
-
.classBuilder()
|
|
1250
|
-
.ep(commonParams)
|
|
1251
|
-
.m(function (Command, cs, config, o) {
|
|
1252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1253
|
-
})
|
|
1254
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccountToken", {})
|
|
1255
|
-
.n("GrafanaClient", "DeleteWorkspaceServiceAccountTokenCommand")
|
|
1256
|
-
.sc(DeleteWorkspaceServiceAccountToken$)
|
|
1257
|
-
.build() {
|
|
1181
|
+
class DeleteWorkspaceServiceAccountTokenCommand extends command(_ep0, _mw0, "DeleteWorkspaceServiceAccountToken", DeleteWorkspaceServiceAccountToken$) {
|
|
1258
1182
|
}
|
|
1259
1183
|
|
|
1260
|
-
class DescribeWorkspaceAuthenticationCommand extends
|
|
1261
|
-
.classBuilder()
|
|
1262
|
-
.ep(commonParams)
|
|
1263
|
-
.m(function (Command, cs, config, o) {
|
|
1264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1265
|
-
})
|
|
1266
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspaceAuthentication", {})
|
|
1267
|
-
.n("GrafanaClient", "DescribeWorkspaceAuthenticationCommand")
|
|
1268
|
-
.sc(DescribeWorkspaceAuthentication$)
|
|
1269
|
-
.build() {
|
|
1184
|
+
class DescribeWorkspaceAuthenticationCommand extends command(_ep0, _mw0, "DescribeWorkspaceAuthentication", DescribeWorkspaceAuthentication$) {
|
|
1270
1185
|
}
|
|
1271
1186
|
|
|
1272
|
-
class DescribeWorkspaceCommand extends
|
|
1273
|
-
.classBuilder()
|
|
1274
|
-
.ep(commonParams)
|
|
1275
|
-
.m(function (Command, cs, config, o) {
|
|
1276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1277
|
-
})
|
|
1278
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspace", {})
|
|
1279
|
-
.n("GrafanaClient", "DescribeWorkspaceCommand")
|
|
1280
|
-
.sc(DescribeWorkspace$)
|
|
1281
|
-
.build() {
|
|
1187
|
+
class DescribeWorkspaceCommand extends command(_ep0, _mw0, "DescribeWorkspace", DescribeWorkspace$) {
|
|
1282
1188
|
}
|
|
1283
1189
|
|
|
1284
|
-
class DescribeWorkspaceConfigurationCommand extends
|
|
1285
|
-
.classBuilder()
|
|
1286
|
-
.ep(commonParams)
|
|
1287
|
-
.m(function (Command, cs, config, o) {
|
|
1288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
|
-
})
|
|
1290
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspaceConfiguration", {})
|
|
1291
|
-
.n("GrafanaClient", "DescribeWorkspaceConfigurationCommand")
|
|
1292
|
-
.sc(DescribeWorkspaceConfiguration$)
|
|
1293
|
-
.build() {
|
|
1190
|
+
class DescribeWorkspaceConfigurationCommand extends command(_ep0, _mw0, "DescribeWorkspaceConfiguration", DescribeWorkspaceConfiguration$) {
|
|
1294
1191
|
}
|
|
1295
1192
|
|
|
1296
|
-
class DisassociateLicenseCommand extends
|
|
1297
|
-
.classBuilder()
|
|
1298
|
-
.ep(commonParams)
|
|
1299
|
-
.m(function (Command, cs, config, o) {
|
|
1300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1301
|
-
})
|
|
1302
|
-
.s("AWSGrafanaControlPlane", "DisassociateLicense", {})
|
|
1303
|
-
.n("GrafanaClient", "DisassociateLicenseCommand")
|
|
1304
|
-
.sc(DisassociateLicense$)
|
|
1305
|
-
.build() {
|
|
1193
|
+
class DisassociateLicenseCommand extends command(_ep0, _mw0, "DisassociateLicense", DisassociateLicense$) {
|
|
1306
1194
|
}
|
|
1307
1195
|
|
|
1308
|
-
class ListPermissionsCommand extends
|
|
1309
|
-
.classBuilder()
|
|
1310
|
-
.ep(commonParams)
|
|
1311
|
-
.m(function (Command, cs, config, o) {
|
|
1312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1313
|
-
})
|
|
1314
|
-
.s("AWSGrafanaControlPlane", "ListPermissions", {})
|
|
1315
|
-
.n("GrafanaClient", "ListPermissionsCommand")
|
|
1316
|
-
.sc(ListPermissions$)
|
|
1317
|
-
.build() {
|
|
1196
|
+
class ListPermissionsCommand extends command(_ep0, _mw0, "ListPermissions", ListPermissions$) {
|
|
1318
1197
|
}
|
|
1319
1198
|
|
|
1320
|
-
class ListTagsForResourceCommand extends
|
|
1321
|
-
.classBuilder()
|
|
1322
|
-
.ep(commonParams)
|
|
1323
|
-
.m(function (Command, cs, config, o) {
|
|
1324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1325
|
-
})
|
|
1326
|
-
.s("AWSGrafanaControlPlane", "ListTagsForResource", {})
|
|
1327
|
-
.n("GrafanaClient", "ListTagsForResourceCommand")
|
|
1328
|
-
.sc(ListTagsForResource$)
|
|
1329
|
-
.build() {
|
|
1199
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1330
1200
|
}
|
|
1331
1201
|
|
|
1332
|
-
class ListVersionsCommand extends
|
|
1333
|
-
.classBuilder()
|
|
1334
|
-
.ep(commonParams)
|
|
1335
|
-
.m(function (Command, cs, config, o) {
|
|
1336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1337
|
-
})
|
|
1338
|
-
.s("AWSGrafanaControlPlane", "ListVersions", {})
|
|
1339
|
-
.n("GrafanaClient", "ListVersionsCommand")
|
|
1340
|
-
.sc(ListVersions$)
|
|
1341
|
-
.build() {
|
|
1202
|
+
class ListVersionsCommand extends command(_ep0, _mw0, "ListVersions", ListVersions$) {
|
|
1342
1203
|
}
|
|
1343
1204
|
|
|
1344
|
-
class ListWorkspacesCommand extends
|
|
1345
|
-
.classBuilder()
|
|
1346
|
-
.ep(commonParams)
|
|
1347
|
-
.m(function (Command, cs, config, o) {
|
|
1348
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1349
|
-
})
|
|
1350
|
-
.s("AWSGrafanaControlPlane", "ListWorkspaces", {})
|
|
1351
|
-
.n("GrafanaClient", "ListWorkspacesCommand")
|
|
1352
|
-
.sc(ListWorkspaces$)
|
|
1353
|
-
.build() {
|
|
1205
|
+
class ListWorkspacesCommand extends command(_ep0, _mw0, "ListWorkspaces", ListWorkspaces$) {
|
|
1354
1206
|
}
|
|
1355
1207
|
|
|
1356
|
-
class ListWorkspaceServiceAccountsCommand extends
|
|
1357
|
-
.classBuilder()
|
|
1358
|
-
.ep(commonParams)
|
|
1359
|
-
.m(function (Command, cs, config, o) {
|
|
1360
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1361
|
-
})
|
|
1362
|
-
.s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccounts", {})
|
|
1363
|
-
.n("GrafanaClient", "ListWorkspaceServiceAccountsCommand")
|
|
1364
|
-
.sc(ListWorkspaceServiceAccounts$)
|
|
1365
|
-
.build() {
|
|
1208
|
+
class ListWorkspaceServiceAccountsCommand extends command(_ep0, _mw0, "ListWorkspaceServiceAccounts", ListWorkspaceServiceAccounts$) {
|
|
1366
1209
|
}
|
|
1367
1210
|
|
|
1368
|
-
class ListWorkspaceServiceAccountTokensCommand extends
|
|
1369
|
-
.classBuilder()
|
|
1370
|
-
.ep(commonParams)
|
|
1371
|
-
.m(function (Command, cs, config, o) {
|
|
1372
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1373
|
-
})
|
|
1374
|
-
.s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccountTokens", {})
|
|
1375
|
-
.n("GrafanaClient", "ListWorkspaceServiceAccountTokensCommand")
|
|
1376
|
-
.sc(ListWorkspaceServiceAccountTokens$)
|
|
1377
|
-
.build() {
|
|
1211
|
+
class ListWorkspaceServiceAccountTokensCommand extends command(_ep0, _mw0, "ListWorkspaceServiceAccountTokens", ListWorkspaceServiceAccountTokens$) {
|
|
1378
1212
|
}
|
|
1379
1213
|
|
|
1380
|
-
class TagResourceCommand extends
|
|
1381
|
-
.classBuilder()
|
|
1382
|
-
.ep(commonParams)
|
|
1383
|
-
.m(function (Command, cs, config, o) {
|
|
1384
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1385
|
-
})
|
|
1386
|
-
.s("AWSGrafanaControlPlane", "TagResource", {})
|
|
1387
|
-
.n("GrafanaClient", "TagResourceCommand")
|
|
1388
|
-
.sc(TagResource$)
|
|
1389
|
-
.build() {
|
|
1214
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1390
1215
|
}
|
|
1391
1216
|
|
|
1392
|
-
class UntagResourceCommand extends
|
|
1393
|
-
.classBuilder()
|
|
1394
|
-
.ep(commonParams)
|
|
1395
|
-
.m(function (Command, cs, config, o) {
|
|
1396
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1397
|
-
})
|
|
1398
|
-
.s("AWSGrafanaControlPlane", "UntagResource", {})
|
|
1399
|
-
.n("GrafanaClient", "UntagResourceCommand")
|
|
1400
|
-
.sc(UntagResource$)
|
|
1401
|
-
.build() {
|
|
1217
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1402
1218
|
}
|
|
1403
1219
|
|
|
1404
|
-
class UpdatePermissionsCommand extends
|
|
1405
|
-
.classBuilder()
|
|
1406
|
-
.ep(commonParams)
|
|
1407
|
-
.m(function (Command, cs, config, o) {
|
|
1408
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1409
|
-
})
|
|
1410
|
-
.s("AWSGrafanaControlPlane", "UpdatePermissions", {})
|
|
1411
|
-
.n("GrafanaClient", "UpdatePermissionsCommand")
|
|
1412
|
-
.sc(UpdatePermissions$)
|
|
1413
|
-
.build() {
|
|
1220
|
+
class UpdatePermissionsCommand extends command(_ep0, _mw0, "UpdatePermissions", UpdatePermissions$) {
|
|
1414
1221
|
}
|
|
1415
1222
|
|
|
1416
|
-
class UpdateWorkspaceAuthenticationCommand extends
|
|
1417
|
-
.classBuilder()
|
|
1418
|
-
.ep(commonParams)
|
|
1419
|
-
.m(function (Command, cs, config, o) {
|
|
1420
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1421
|
-
})
|
|
1422
|
-
.s("AWSGrafanaControlPlane", "UpdateWorkspaceAuthentication", {})
|
|
1423
|
-
.n("GrafanaClient", "UpdateWorkspaceAuthenticationCommand")
|
|
1424
|
-
.sc(UpdateWorkspaceAuthentication$)
|
|
1425
|
-
.build() {
|
|
1223
|
+
class UpdateWorkspaceAuthenticationCommand extends command(_ep0, _mw0, "UpdateWorkspaceAuthentication", UpdateWorkspaceAuthentication$) {
|
|
1426
1224
|
}
|
|
1427
1225
|
|
|
1428
|
-
class UpdateWorkspaceCommand extends
|
|
1429
|
-
.classBuilder()
|
|
1430
|
-
.ep(commonParams)
|
|
1431
|
-
.m(function (Command, cs, config, o) {
|
|
1432
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1433
|
-
})
|
|
1434
|
-
.s("AWSGrafanaControlPlane", "UpdateWorkspace", {})
|
|
1435
|
-
.n("GrafanaClient", "UpdateWorkspaceCommand")
|
|
1436
|
-
.sc(UpdateWorkspace$)
|
|
1437
|
-
.build() {
|
|
1226
|
+
class UpdateWorkspaceCommand extends command(_ep0, _mw0, "UpdateWorkspace", UpdateWorkspace$) {
|
|
1438
1227
|
}
|
|
1439
1228
|
|
|
1440
|
-
class UpdateWorkspaceConfigurationCommand extends
|
|
1441
|
-
.classBuilder()
|
|
1442
|
-
.ep(commonParams)
|
|
1443
|
-
.m(function (Command, cs, config, o) {
|
|
1444
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1445
|
-
})
|
|
1446
|
-
.s("AWSGrafanaControlPlane", "UpdateWorkspaceConfiguration", {})
|
|
1447
|
-
.n("GrafanaClient", "UpdateWorkspaceConfigurationCommand")
|
|
1448
|
-
.sc(UpdateWorkspaceConfiguration$)
|
|
1449
|
-
.build() {
|
|
1229
|
+
class UpdateWorkspaceConfigurationCommand extends command(_ep0, _mw0, "UpdateWorkspaceConfiguration", UpdateWorkspaceConfiguration$) {
|
|
1450
1230
|
}
|
|
1451
1231
|
|
|
1452
1232
|
const paginateListPermissions = createPaginator(GrafanaClient, ListPermissionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSGrafanaControlPlane", "GrafanaClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateLicense$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateLicenseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "AssociateLicense", {})
|
|
13
|
-
.n("GrafanaClient", "AssociateLicenseCommand")
|
|
14
|
-
.sc(AssociateLicense$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateLicenseCommand extends command(_ep0, _mw0, "AssociateLicense", AssociateLicense$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWorkspaceApiKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWorkspaceApiKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceApiKey", {})
|
|
13
|
-
.n("GrafanaClient", "CreateWorkspaceApiKeyCommand")
|
|
14
|
-
.sc(CreateWorkspaceApiKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWorkspaceApiKeyCommand extends command(_ep0, _mw0, "CreateWorkspaceApiKey", CreateWorkspaceApiKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWorkspace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWorkspaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspace", {})
|
|
13
|
-
.n("GrafanaClient", "CreateWorkspaceCommand")
|
|
14
|
-
.sc(CreateWorkspace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWorkspaceCommand extends command(_ep0, _mw0, "CreateWorkspace", CreateWorkspace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWorkspaceServiceAccount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWorkspaceServiceAccountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccount", {})
|
|
13
|
-
.n("GrafanaClient", "CreateWorkspaceServiceAccountCommand")
|
|
14
|
-
.sc(CreateWorkspaceServiceAccount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWorkspaceServiceAccountCommand extends command(_ep0, _mw0, "CreateWorkspaceServiceAccount", CreateWorkspaceServiceAccount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWorkspaceServiceAccountToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWorkspaceServiceAccountTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccountToken", {})
|
|
13
|
-
.n("GrafanaClient", "CreateWorkspaceServiceAccountTokenCommand")
|
|
14
|
-
.sc(CreateWorkspaceServiceAccountToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWorkspaceServiceAccountTokenCommand extends command(_ep0, _mw0, "CreateWorkspaceServiceAccountToken", CreateWorkspaceServiceAccountToken$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWorkspaceApiKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWorkspaceApiKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceApiKey", {})
|
|
13
|
-
.n("GrafanaClient", "DeleteWorkspaceApiKeyCommand")
|
|
14
|
-
.sc(DeleteWorkspaceApiKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWorkspaceApiKeyCommand extends command(_ep0, _mw0, "DeleteWorkspaceApiKey", DeleteWorkspaceApiKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWorkspace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWorkspaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspace", {})
|
|
13
|
-
.n("GrafanaClient", "DeleteWorkspaceCommand")
|
|
14
|
-
.sc(DeleteWorkspace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWorkspaceCommand extends command(_ep0, _mw0, "DeleteWorkspace", DeleteWorkspace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWorkspaceServiceAccount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWorkspaceServiceAccountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccount", {})
|
|
13
|
-
.n("GrafanaClient", "DeleteWorkspaceServiceAccountCommand")
|
|
14
|
-
.sc(DeleteWorkspaceServiceAccount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWorkspaceServiceAccountCommand extends command(_ep0, _mw0, "DeleteWorkspaceServiceAccount", DeleteWorkspaceServiceAccount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWorkspaceServiceAccountToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWorkspaceServiceAccountTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccountToken", {})
|
|
13
|
-
.n("GrafanaClient", "DeleteWorkspaceServiceAccountTokenCommand")
|
|
14
|
-
.sc(DeleteWorkspaceServiceAccountToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWorkspaceServiceAccountTokenCommand extends command(_ep0, _mw0, "DeleteWorkspaceServiceAccountToken", DeleteWorkspaceServiceAccountToken$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeWorkspaceAuthentication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkspaceAuthenticationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspaceAuthentication", {})
|
|
13
|
-
.n("GrafanaClient", "DescribeWorkspaceAuthenticationCommand")
|
|
14
|
-
.sc(DescribeWorkspaceAuthentication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkspaceAuthenticationCommand extends command(_ep0, _mw0, "DescribeWorkspaceAuthentication", DescribeWorkspaceAuthentication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeWorkspace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkspaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspace", {})
|
|
13
|
-
.n("GrafanaClient", "DescribeWorkspaceCommand")
|
|
14
|
-
.sc(DescribeWorkspace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkspaceCommand extends command(_ep0, _mw0, "DescribeWorkspace", DescribeWorkspace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeWorkspaceConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkspaceConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspaceConfiguration", {})
|
|
13
|
-
.n("GrafanaClient", "DescribeWorkspaceConfigurationCommand")
|
|
14
|
-
.sc(DescribeWorkspaceConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkspaceConfigurationCommand extends command(_ep0, _mw0, "DescribeWorkspaceConfiguration", DescribeWorkspaceConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateLicense$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateLicenseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "DisassociateLicense", {})
|
|
13
|
-
.n("GrafanaClient", "DisassociateLicenseCommand")
|
|
14
|
-
.sc(DisassociateLicense$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateLicenseCommand extends command(_ep0, _mw0, "DisassociateLicense", DisassociateLicense$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPermissions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPermissionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSGrafanaControlPlane", "ListPermissions", {})
|
|
13
|
-
.n("GrafanaClient", "ListPermissionsCommand")
|
|
14
|
-
.sc(ListPermissions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPermissionsCommand extends command(_ep0, _mw0, "ListPermissions", ListPermissions$) {
|
|
16
4
|
}
|