@aws-sdk/client-grafana 3.1076.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 +36 -255
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultGrafanaHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1027,6 +1029,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1027
1029
|
serviceTarget: "AWSGrafanaControlPlane",
|
|
1028
1030
|
},
|
|
1029
1031
|
serviceId: config?.serviceId ?? "grafana",
|
|
1032
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1030
1033
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1031
1034
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1032
1035
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1060,7 +1063,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1060
1063
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1061
1064
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1062
1065
|
}, config),
|
|
1063
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1064
1066
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1065
1067
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1066
1068
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1148,304 +1150,83 @@ class GrafanaClient extends Client {
|
|
|
1148
1150
|
}
|
|
1149
1151
|
}
|
|
1150
1152
|
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
})
|
|
1157
|
-
.s("AWSGrafanaControlPlane", "AssociateLicense", {})
|
|
1158
|
-
.n("GrafanaClient", "AssociateLicenseCommand")
|
|
1159
|
-
.sc(AssociateLicense$)
|
|
1160
|
-
.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$) {
|
|
1161
1158
|
}
|
|
1162
1159
|
|
|
1163
|
-
class CreateWorkspaceApiKeyCommand extends
|
|
1164
|
-
.classBuilder()
|
|
1165
|
-
.ep(commonParams)
|
|
1166
|
-
.m(function (Command, cs, config, o) {
|
|
1167
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1168
|
-
})
|
|
1169
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceApiKey", {})
|
|
1170
|
-
.n("GrafanaClient", "CreateWorkspaceApiKeyCommand")
|
|
1171
|
-
.sc(CreateWorkspaceApiKey$)
|
|
1172
|
-
.build() {
|
|
1160
|
+
class CreateWorkspaceApiKeyCommand extends command(_ep0, _mw0, "CreateWorkspaceApiKey", CreateWorkspaceApiKey$) {
|
|
1173
1161
|
}
|
|
1174
1162
|
|
|
1175
|
-
class CreateWorkspaceCommand extends
|
|
1176
|
-
.classBuilder()
|
|
1177
|
-
.ep(commonParams)
|
|
1178
|
-
.m(function (Command, cs, config, o) {
|
|
1179
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1180
|
-
})
|
|
1181
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspace", {})
|
|
1182
|
-
.n("GrafanaClient", "CreateWorkspaceCommand")
|
|
1183
|
-
.sc(CreateWorkspace$)
|
|
1184
|
-
.build() {
|
|
1163
|
+
class CreateWorkspaceCommand extends command(_ep0, _mw0, "CreateWorkspace", CreateWorkspace$) {
|
|
1185
1164
|
}
|
|
1186
1165
|
|
|
1187
|
-
class CreateWorkspaceServiceAccountCommand extends
|
|
1188
|
-
.classBuilder()
|
|
1189
|
-
.ep(commonParams)
|
|
1190
|
-
.m(function (Command, cs, config, o) {
|
|
1191
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1192
|
-
})
|
|
1193
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccount", {})
|
|
1194
|
-
.n("GrafanaClient", "CreateWorkspaceServiceAccountCommand")
|
|
1195
|
-
.sc(CreateWorkspaceServiceAccount$)
|
|
1196
|
-
.build() {
|
|
1166
|
+
class CreateWorkspaceServiceAccountCommand extends command(_ep0, _mw0, "CreateWorkspaceServiceAccount", CreateWorkspaceServiceAccount$) {
|
|
1197
1167
|
}
|
|
1198
1168
|
|
|
1199
|
-
class CreateWorkspaceServiceAccountTokenCommand extends
|
|
1200
|
-
.classBuilder()
|
|
1201
|
-
.ep(commonParams)
|
|
1202
|
-
.m(function (Command, cs, config, o) {
|
|
1203
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1204
|
-
})
|
|
1205
|
-
.s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccountToken", {})
|
|
1206
|
-
.n("GrafanaClient", "CreateWorkspaceServiceAccountTokenCommand")
|
|
1207
|
-
.sc(CreateWorkspaceServiceAccountToken$)
|
|
1208
|
-
.build() {
|
|
1169
|
+
class CreateWorkspaceServiceAccountTokenCommand extends command(_ep0, _mw0, "CreateWorkspaceServiceAccountToken", CreateWorkspaceServiceAccountToken$) {
|
|
1209
1170
|
}
|
|
1210
1171
|
|
|
1211
|
-
class DeleteWorkspaceApiKeyCommand extends
|
|
1212
|
-
.classBuilder()
|
|
1213
|
-
.ep(commonParams)
|
|
1214
|
-
.m(function (Command, cs, config, o) {
|
|
1215
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1216
|
-
})
|
|
1217
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceApiKey", {})
|
|
1218
|
-
.n("GrafanaClient", "DeleteWorkspaceApiKeyCommand")
|
|
1219
|
-
.sc(DeleteWorkspaceApiKey$)
|
|
1220
|
-
.build() {
|
|
1172
|
+
class DeleteWorkspaceApiKeyCommand extends command(_ep0, _mw0, "DeleteWorkspaceApiKey", DeleteWorkspaceApiKey$) {
|
|
1221
1173
|
}
|
|
1222
1174
|
|
|
1223
|
-
class DeleteWorkspaceCommand extends
|
|
1224
|
-
.classBuilder()
|
|
1225
|
-
.ep(commonParams)
|
|
1226
|
-
.m(function (Command, cs, config, o) {
|
|
1227
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1228
|
-
})
|
|
1229
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspace", {})
|
|
1230
|
-
.n("GrafanaClient", "DeleteWorkspaceCommand")
|
|
1231
|
-
.sc(DeleteWorkspace$)
|
|
1232
|
-
.build() {
|
|
1175
|
+
class DeleteWorkspaceCommand extends command(_ep0, _mw0, "DeleteWorkspace", DeleteWorkspace$) {
|
|
1233
1176
|
}
|
|
1234
1177
|
|
|
1235
|
-
class DeleteWorkspaceServiceAccountCommand extends
|
|
1236
|
-
.classBuilder()
|
|
1237
|
-
.ep(commonParams)
|
|
1238
|
-
.m(function (Command, cs, config, o) {
|
|
1239
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1240
|
-
})
|
|
1241
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccount", {})
|
|
1242
|
-
.n("GrafanaClient", "DeleteWorkspaceServiceAccountCommand")
|
|
1243
|
-
.sc(DeleteWorkspaceServiceAccount$)
|
|
1244
|
-
.build() {
|
|
1178
|
+
class DeleteWorkspaceServiceAccountCommand extends command(_ep0, _mw0, "DeleteWorkspaceServiceAccount", DeleteWorkspaceServiceAccount$) {
|
|
1245
1179
|
}
|
|
1246
1180
|
|
|
1247
|
-
class DeleteWorkspaceServiceAccountTokenCommand extends
|
|
1248
|
-
.classBuilder()
|
|
1249
|
-
.ep(commonParams)
|
|
1250
|
-
.m(function (Command, cs, config, o) {
|
|
1251
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1252
|
-
})
|
|
1253
|
-
.s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccountToken", {})
|
|
1254
|
-
.n("GrafanaClient", "DeleteWorkspaceServiceAccountTokenCommand")
|
|
1255
|
-
.sc(DeleteWorkspaceServiceAccountToken$)
|
|
1256
|
-
.build() {
|
|
1181
|
+
class DeleteWorkspaceServiceAccountTokenCommand extends command(_ep0, _mw0, "DeleteWorkspaceServiceAccountToken", DeleteWorkspaceServiceAccountToken$) {
|
|
1257
1182
|
}
|
|
1258
1183
|
|
|
1259
|
-
class DescribeWorkspaceAuthenticationCommand extends
|
|
1260
|
-
.classBuilder()
|
|
1261
|
-
.ep(commonParams)
|
|
1262
|
-
.m(function (Command, cs, config, o) {
|
|
1263
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1264
|
-
})
|
|
1265
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspaceAuthentication", {})
|
|
1266
|
-
.n("GrafanaClient", "DescribeWorkspaceAuthenticationCommand")
|
|
1267
|
-
.sc(DescribeWorkspaceAuthentication$)
|
|
1268
|
-
.build() {
|
|
1184
|
+
class DescribeWorkspaceAuthenticationCommand extends command(_ep0, _mw0, "DescribeWorkspaceAuthentication", DescribeWorkspaceAuthentication$) {
|
|
1269
1185
|
}
|
|
1270
1186
|
|
|
1271
|
-
class DescribeWorkspaceCommand extends
|
|
1272
|
-
.classBuilder()
|
|
1273
|
-
.ep(commonParams)
|
|
1274
|
-
.m(function (Command, cs, config, o) {
|
|
1275
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1276
|
-
})
|
|
1277
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspace", {})
|
|
1278
|
-
.n("GrafanaClient", "DescribeWorkspaceCommand")
|
|
1279
|
-
.sc(DescribeWorkspace$)
|
|
1280
|
-
.build() {
|
|
1187
|
+
class DescribeWorkspaceCommand extends command(_ep0, _mw0, "DescribeWorkspace", DescribeWorkspace$) {
|
|
1281
1188
|
}
|
|
1282
1189
|
|
|
1283
|
-
class DescribeWorkspaceConfigurationCommand extends
|
|
1284
|
-
.classBuilder()
|
|
1285
|
-
.ep(commonParams)
|
|
1286
|
-
.m(function (Command, cs, config, o) {
|
|
1287
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1288
|
-
})
|
|
1289
|
-
.s("AWSGrafanaControlPlane", "DescribeWorkspaceConfiguration", {})
|
|
1290
|
-
.n("GrafanaClient", "DescribeWorkspaceConfigurationCommand")
|
|
1291
|
-
.sc(DescribeWorkspaceConfiguration$)
|
|
1292
|
-
.build() {
|
|
1190
|
+
class DescribeWorkspaceConfigurationCommand extends command(_ep0, _mw0, "DescribeWorkspaceConfiguration", DescribeWorkspaceConfiguration$) {
|
|
1293
1191
|
}
|
|
1294
1192
|
|
|
1295
|
-
class DisassociateLicenseCommand extends
|
|
1296
|
-
.classBuilder()
|
|
1297
|
-
.ep(commonParams)
|
|
1298
|
-
.m(function (Command, cs, config, o) {
|
|
1299
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1300
|
-
})
|
|
1301
|
-
.s("AWSGrafanaControlPlane", "DisassociateLicense", {})
|
|
1302
|
-
.n("GrafanaClient", "DisassociateLicenseCommand")
|
|
1303
|
-
.sc(DisassociateLicense$)
|
|
1304
|
-
.build() {
|
|
1193
|
+
class DisassociateLicenseCommand extends command(_ep0, _mw0, "DisassociateLicense", DisassociateLicense$) {
|
|
1305
1194
|
}
|
|
1306
1195
|
|
|
1307
|
-
class ListPermissionsCommand extends
|
|
1308
|
-
.classBuilder()
|
|
1309
|
-
.ep(commonParams)
|
|
1310
|
-
.m(function (Command, cs, config, o) {
|
|
1311
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1312
|
-
})
|
|
1313
|
-
.s("AWSGrafanaControlPlane", "ListPermissions", {})
|
|
1314
|
-
.n("GrafanaClient", "ListPermissionsCommand")
|
|
1315
|
-
.sc(ListPermissions$)
|
|
1316
|
-
.build() {
|
|
1196
|
+
class ListPermissionsCommand extends command(_ep0, _mw0, "ListPermissions", ListPermissions$) {
|
|
1317
1197
|
}
|
|
1318
1198
|
|
|
1319
|
-
class ListTagsForResourceCommand extends
|
|
1320
|
-
.classBuilder()
|
|
1321
|
-
.ep(commonParams)
|
|
1322
|
-
.m(function (Command, cs, config, o) {
|
|
1323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1324
|
-
})
|
|
1325
|
-
.s("AWSGrafanaControlPlane", "ListTagsForResource", {})
|
|
1326
|
-
.n("GrafanaClient", "ListTagsForResourceCommand")
|
|
1327
|
-
.sc(ListTagsForResource$)
|
|
1328
|
-
.build() {
|
|
1199
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1329
1200
|
}
|
|
1330
1201
|
|
|
1331
|
-
class ListVersionsCommand extends
|
|
1332
|
-
.classBuilder()
|
|
1333
|
-
.ep(commonParams)
|
|
1334
|
-
.m(function (Command, cs, config, o) {
|
|
1335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1336
|
-
})
|
|
1337
|
-
.s("AWSGrafanaControlPlane", "ListVersions", {})
|
|
1338
|
-
.n("GrafanaClient", "ListVersionsCommand")
|
|
1339
|
-
.sc(ListVersions$)
|
|
1340
|
-
.build() {
|
|
1202
|
+
class ListVersionsCommand extends command(_ep0, _mw0, "ListVersions", ListVersions$) {
|
|
1341
1203
|
}
|
|
1342
1204
|
|
|
1343
|
-
class ListWorkspacesCommand extends
|
|
1344
|
-
.classBuilder()
|
|
1345
|
-
.ep(commonParams)
|
|
1346
|
-
.m(function (Command, cs, config, o) {
|
|
1347
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1348
|
-
})
|
|
1349
|
-
.s("AWSGrafanaControlPlane", "ListWorkspaces", {})
|
|
1350
|
-
.n("GrafanaClient", "ListWorkspacesCommand")
|
|
1351
|
-
.sc(ListWorkspaces$)
|
|
1352
|
-
.build() {
|
|
1205
|
+
class ListWorkspacesCommand extends command(_ep0, _mw0, "ListWorkspaces", ListWorkspaces$) {
|
|
1353
1206
|
}
|
|
1354
1207
|
|
|
1355
|
-
class ListWorkspaceServiceAccountsCommand extends
|
|
1356
|
-
.classBuilder()
|
|
1357
|
-
.ep(commonParams)
|
|
1358
|
-
.m(function (Command, cs, config, o) {
|
|
1359
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1360
|
-
})
|
|
1361
|
-
.s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccounts", {})
|
|
1362
|
-
.n("GrafanaClient", "ListWorkspaceServiceAccountsCommand")
|
|
1363
|
-
.sc(ListWorkspaceServiceAccounts$)
|
|
1364
|
-
.build() {
|
|
1208
|
+
class ListWorkspaceServiceAccountsCommand extends command(_ep0, _mw0, "ListWorkspaceServiceAccounts", ListWorkspaceServiceAccounts$) {
|
|
1365
1209
|
}
|
|
1366
1210
|
|
|
1367
|
-
class ListWorkspaceServiceAccountTokensCommand extends
|
|
1368
|
-
.classBuilder()
|
|
1369
|
-
.ep(commonParams)
|
|
1370
|
-
.m(function (Command, cs, config, o) {
|
|
1371
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1372
|
-
})
|
|
1373
|
-
.s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccountTokens", {})
|
|
1374
|
-
.n("GrafanaClient", "ListWorkspaceServiceAccountTokensCommand")
|
|
1375
|
-
.sc(ListWorkspaceServiceAccountTokens$)
|
|
1376
|
-
.build() {
|
|
1211
|
+
class ListWorkspaceServiceAccountTokensCommand extends command(_ep0, _mw0, "ListWorkspaceServiceAccountTokens", ListWorkspaceServiceAccountTokens$) {
|
|
1377
1212
|
}
|
|
1378
1213
|
|
|
1379
|
-
class TagResourceCommand extends
|
|
1380
|
-
.classBuilder()
|
|
1381
|
-
.ep(commonParams)
|
|
1382
|
-
.m(function (Command, cs, config, o) {
|
|
1383
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1384
|
-
})
|
|
1385
|
-
.s("AWSGrafanaControlPlane", "TagResource", {})
|
|
1386
|
-
.n("GrafanaClient", "TagResourceCommand")
|
|
1387
|
-
.sc(TagResource$)
|
|
1388
|
-
.build() {
|
|
1214
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1389
1215
|
}
|
|
1390
1216
|
|
|
1391
|
-
class UntagResourceCommand extends
|
|
1392
|
-
.classBuilder()
|
|
1393
|
-
.ep(commonParams)
|
|
1394
|
-
.m(function (Command, cs, config, o) {
|
|
1395
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1396
|
-
})
|
|
1397
|
-
.s("AWSGrafanaControlPlane", "UntagResource", {})
|
|
1398
|
-
.n("GrafanaClient", "UntagResourceCommand")
|
|
1399
|
-
.sc(UntagResource$)
|
|
1400
|
-
.build() {
|
|
1217
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1401
1218
|
}
|
|
1402
1219
|
|
|
1403
|
-
class UpdatePermissionsCommand extends
|
|
1404
|
-
.classBuilder()
|
|
1405
|
-
.ep(commonParams)
|
|
1406
|
-
.m(function (Command, cs, config, o) {
|
|
1407
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1408
|
-
})
|
|
1409
|
-
.s("AWSGrafanaControlPlane", "UpdatePermissions", {})
|
|
1410
|
-
.n("GrafanaClient", "UpdatePermissionsCommand")
|
|
1411
|
-
.sc(UpdatePermissions$)
|
|
1412
|
-
.build() {
|
|
1220
|
+
class UpdatePermissionsCommand extends command(_ep0, _mw0, "UpdatePermissions", UpdatePermissions$) {
|
|
1413
1221
|
}
|
|
1414
1222
|
|
|
1415
|
-
class UpdateWorkspaceAuthenticationCommand extends
|
|
1416
|
-
.classBuilder()
|
|
1417
|
-
.ep(commonParams)
|
|
1418
|
-
.m(function (Command, cs, config, o) {
|
|
1419
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1420
|
-
})
|
|
1421
|
-
.s("AWSGrafanaControlPlane", "UpdateWorkspaceAuthentication", {})
|
|
1422
|
-
.n("GrafanaClient", "UpdateWorkspaceAuthenticationCommand")
|
|
1423
|
-
.sc(UpdateWorkspaceAuthentication$)
|
|
1424
|
-
.build() {
|
|
1223
|
+
class UpdateWorkspaceAuthenticationCommand extends command(_ep0, _mw0, "UpdateWorkspaceAuthentication", UpdateWorkspaceAuthentication$) {
|
|
1425
1224
|
}
|
|
1426
1225
|
|
|
1427
|
-
class UpdateWorkspaceCommand extends
|
|
1428
|
-
.classBuilder()
|
|
1429
|
-
.ep(commonParams)
|
|
1430
|
-
.m(function (Command, cs, config, o) {
|
|
1431
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1432
|
-
})
|
|
1433
|
-
.s("AWSGrafanaControlPlane", "UpdateWorkspace", {})
|
|
1434
|
-
.n("GrafanaClient", "UpdateWorkspaceCommand")
|
|
1435
|
-
.sc(UpdateWorkspace$)
|
|
1436
|
-
.build() {
|
|
1226
|
+
class UpdateWorkspaceCommand extends command(_ep0, _mw0, "UpdateWorkspace", UpdateWorkspace$) {
|
|
1437
1227
|
}
|
|
1438
1228
|
|
|
1439
|
-
class UpdateWorkspaceConfigurationCommand extends
|
|
1440
|
-
.classBuilder()
|
|
1441
|
-
.ep(commonParams)
|
|
1442
|
-
.m(function (Command, cs, config, o) {
|
|
1443
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1444
|
-
})
|
|
1445
|
-
.s("AWSGrafanaControlPlane", "UpdateWorkspaceConfiguration", {})
|
|
1446
|
-
.n("GrafanaClient", "UpdateWorkspaceConfigurationCommand")
|
|
1447
|
-
.sc(UpdateWorkspaceConfiguration$)
|
|
1448
|
-
.build() {
|
|
1229
|
+
class UpdateWorkspaceConfigurationCommand extends command(_ep0, _mw0, "UpdateWorkspaceConfiguration", UpdateWorkspaceConfiguration$) {
|
|
1449
1230
|
}
|
|
1450
1231
|
|
|
1451
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
|
}
|