@aws-sdk/client-chime-sdk-identity 3.1077.0 → 3.1079.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 +38 -303
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceBotsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceUsersCommand.js +2 -14
- package/dist-es/commands/ListAppInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +2 -14
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.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/UpdateAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.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/CreateAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.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/UpdateAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.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.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1171,364 +1172,98 @@ class ChimeSDKIdentityClient extends Client {
|
|
|
1171
1172
|
}
|
|
1172
1173
|
}
|
|
1173
1174
|
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
})
|
|
1180
|
-
.s("ChimeIdentityService", "CreateAppInstanceAdmin", {})
|
|
1181
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceAdminCommand")
|
|
1182
|
-
.sc(CreateAppInstanceAdmin$)
|
|
1183
|
-
.build() {
|
|
1175
|
+
const command = makeBuilder(commonParams, "ChimeIdentityService", "ChimeSDKIdentityClient", getEndpointPlugin);
|
|
1176
|
+
const _ep0 = {};
|
|
1177
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1178
|
+
|
|
1179
|
+
class CreateAppInstanceAdminCommand extends command(_ep0, _mw0, "CreateAppInstanceAdmin", CreateAppInstanceAdmin$) {
|
|
1184
1180
|
}
|
|
1185
1181
|
|
|
1186
|
-
class CreateAppInstanceBotCommand extends
|
|
1187
|
-
.classBuilder()
|
|
1188
|
-
.ep(commonParams)
|
|
1189
|
-
.m(function (Command, cs, config, o) {
|
|
1190
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1191
|
-
})
|
|
1192
|
-
.s("ChimeIdentityService", "CreateAppInstanceBot", {})
|
|
1193
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceBotCommand")
|
|
1194
|
-
.sc(CreateAppInstanceBot$)
|
|
1195
|
-
.build() {
|
|
1182
|
+
class CreateAppInstanceBotCommand extends command(_ep0, _mw0, "CreateAppInstanceBot", CreateAppInstanceBot$) {
|
|
1196
1183
|
}
|
|
1197
1184
|
|
|
1198
|
-
class CreateAppInstanceCommand extends
|
|
1199
|
-
.classBuilder()
|
|
1200
|
-
.ep(commonParams)
|
|
1201
|
-
.m(function (Command, cs, config, o) {
|
|
1202
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1203
|
-
})
|
|
1204
|
-
.s("ChimeIdentityService", "CreateAppInstance", {})
|
|
1205
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceCommand")
|
|
1206
|
-
.sc(CreateAppInstance$)
|
|
1207
|
-
.build() {
|
|
1185
|
+
class CreateAppInstanceCommand extends command(_ep0, _mw0, "CreateAppInstance", CreateAppInstance$) {
|
|
1208
1186
|
}
|
|
1209
1187
|
|
|
1210
|
-
class CreateAppInstanceUserCommand extends
|
|
1211
|
-
.classBuilder()
|
|
1212
|
-
.ep(commonParams)
|
|
1213
|
-
.m(function (Command, cs, config, o) {
|
|
1214
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1215
|
-
})
|
|
1216
|
-
.s("ChimeIdentityService", "CreateAppInstanceUser", {})
|
|
1217
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceUserCommand")
|
|
1218
|
-
.sc(CreateAppInstanceUser$)
|
|
1219
|
-
.build() {
|
|
1188
|
+
class CreateAppInstanceUserCommand extends command(_ep0, _mw0, "CreateAppInstanceUser", CreateAppInstanceUser$) {
|
|
1220
1189
|
}
|
|
1221
1190
|
|
|
1222
|
-
class DeleteAppInstanceAdminCommand extends
|
|
1223
|
-
.classBuilder()
|
|
1224
|
-
.ep(commonParams)
|
|
1225
|
-
.m(function (Command, cs, config, o) {
|
|
1226
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1227
|
-
})
|
|
1228
|
-
.s("ChimeIdentityService", "DeleteAppInstanceAdmin", {})
|
|
1229
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceAdminCommand")
|
|
1230
|
-
.sc(DeleteAppInstanceAdmin$)
|
|
1231
|
-
.build() {
|
|
1191
|
+
class DeleteAppInstanceAdminCommand extends command(_ep0, _mw0, "DeleteAppInstanceAdmin", DeleteAppInstanceAdmin$) {
|
|
1232
1192
|
}
|
|
1233
1193
|
|
|
1234
|
-
class DeleteAppInstanceBotCommand extends
|
|
1235
|
-
.classBuilder()
|
|
1236
|
-
.ep(commonParams)
|
|
1237
|
-
.m(function (Command, cs, config, o) {
|
|
1238
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1239
|
-
})
|
|
1240
|
-
.s("ChimeIdentityService", "DeleteAppInstanceBot", {})
|
|
1241
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceBotCommand")
|
|
1242
|
-
.sc(DeleteAppInstanceBot$)
|
|
1243
|
-
.build() {
|
|
1194
|
+
class DeleteAppInstanceBotCommand extends command(_ep0, _mw0, "DeleteAppInstanceBot", DeleteAppInstanceBot$) {
|
|
1244
1195
|
}
|
|
1245
1196
|
|
|
1246
|
-
class DeleteAppInstanceCommand extends
|
|
1247
|
-
.classBuilder()
|
|
1248
|
-
.ep(commonParams)
|
|
1249
|
-
.m(function (Command, cs, config, o) {
|
|
1250
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1251
|
-
})
|
|
1252
|
-
.s("ChimeIdentityService", "DeleteAppInstance", {})
|
|
1253
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceCommand")
|
|
1254
|
-
.sc(DeleteAppInstance$)
|
|
1255
|
-
.build() {
|
|
1197
|
+
class DeleteAppInstanceCommand extends command(_ep0, _mw0, "DeleteAppInstance", DeleteAppInstance$) {
|
|
1256
1198
|
}
|
|
1257
1199
|
|
|
1258
|
-
class DeleteAppInstanceUserCommand extends
|
|
1259
|
-
.classBuilder()
|
|
1260
|
-
.ep(commonParams)
|
|
1261
|
-
.m(function (Command, cs, config, o) {
|
|
1262
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1263
|
-
})
|
|
1264
|
-
.s("ChimeIdentityService", "DeleteAppInstanceUser", {})
|
|
1265
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceUserCommand")
|
|
1266
|
-
.sc(DeleteAppInstanceUser$)
|
|
1267
|
-
.build() {
|
|
1200
|
+
class DeleteAppInstanceUserCommand extends command(_ep0, _mw0, "DeleteAppInstanceUser", DeleteAppInstanceUser$) {
|
|
1268
1201
|
}
|
|
1269
1202
|
|
|
1270
|
-
class DeregisterAppInstanceUserEndpointCommand extends
|
|
1271
|
-
.classBuilder()
|
|
1272
|
-
.ep(commonParams)
|
|
1273
|
-
.m(function (Command, cs, config, o) {
|
|
1274
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1275
|
-
})
|
|
1276
|
-
.s("ChimeIdentityService", "DeregisterAppInstanceUserEndpoint", {})
|
|
1277
|
-
.n("ChimeSDKIdentityClient", "DeregisterAppInstanceUserEndpointCommand")
|
|
1278
|
-
.sc(DeregisterAppInstanceUserEndpoint$)
|
|
1279
|
-
.build() {
|
|
1203
|
+
class DeregisterAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "DeregisterAppInstanceUserEndpoint", DeregisterAppInstanceUserEndpoint$) {
|
|
1280
1204
|
}
|
|
1281
1205
|
|
|
1282
|
-
class DescribeAppInstanceAdminCommand extends
|
|
1283
|
-
.classBuilder()
|
|
1284
|
-
.ep(commonParams)
|
|
1285
|
-
.m(function (Command, cs, config, o) {
|
|
1286
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1287
|
-
})
|
|
1288
|
-
.s("ChimeIdentityService", "DescribeAppInstanceAdmin", {})
|
|
1289
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceAdminCommand")
|
|
1290
|
-
.sc(DescribeAppInstanceAdmin$)
|
|
1291
|
-
.build() {
|
|
1206
|
+
class DescribeAppInstanceAdminCommand extends command(_ep0, _mw0, "DescribeAppInstanceAdmin", DescribeAppInstanceAdmin$) {
|
|
1292
1207
|
}
|
|
1293
1208
|
|
|
1294
|
-
class DescribeAppInstanceBotCommand extends
|
|
1295
|
-
.classBuilder()
|
|
1296
|
-
.ep(commonParams)
|
|
1297
|
-
.m(function (Command, cs, config, o) {
|
|
1298
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1299
|
-
})
|
|
1300
|
-
.s("ChimeIdentityService", "DescribeAppInstanceBot", {})
|
|
1301
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceBotCommand")
|
|
1302
|
-
.sc(DescribeAppInstanceBot$)
|
|
1303
|
-
.build() {
|
|
1209
|
+
class DescribeAppInstanceBotCommand extends command(_ep0, _mw0, "DescribeAppInstanceBot", DescribeAppInstanceBot$) {
|
|
1304
1210
|
}
|
|
1305
1211
|
|
|
1306
|
-
class DescribeAppInstanceCommand extends
|
|
1307
|
-
.classBuilder()
|
|
1308
|
-
.ep(commonParams)
|
|
1309
|
-
.m(function (Command, cs, config, o) {
|
|
1310
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1311
|
-
})
|
|
1312
|
-
.s("ChimeIdentityService", "DescribeAppInstance", {})
|
|
1313
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceCommand")
|
|
1314
|
-
.sc(DescribeAppInstance$)
|
|
1315
|
-
.build() {
|
|
1212
|
+
class DescribeAppInstanceCommand extends command(_ep0, _mw0, "DescribeAppInstance", DescribeAppInstance$) {
|
|
1316
1213
|
}
|
|
1317
1214
|
|
|
1318
|
-
class DescribeAppInstanceUserCommand extends
|
|
1319
|
-
.classBuilder()
|
|
1320
|
-
.ep(commonParams)
|
|
1321
|
-
.m(function (Command, cs, config, o) {
|
|
1322
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1323
|
-
})
|
|
1324
|
-
.s("ChimeIdentityService", "DescribeAppInstanceUser", {})
|
|
1325
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceUserCommand")
|
|
1326
|
-
.sc(DescribeAppInstanceUser$)
|
|
1327
|
-
.build() {
|
|
1215
|
+
class DescribeAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeAppInstanceUser", DescribeAppInstanceUser$) {
|
|
1328
1216
|
}
|
|
1329
1217
|
|
|
1330
|
-
class DescribeAppInstanceUserEndpointCommand extends
|
|
1331
|
-
.classBuilder()
|
|
1332
|
-
.ep(commonParams)
|
|
1333
|
-
.m(function (Command, cs, config, o) {
|
|
1334
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1335
|
-
})
|
|
1336
|
-
.s("ChimeIdentityService", "DescribeAppInstanceUserEndpoint", {})
|
|
1337
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceUserEndpointCommand")
|
|
1338
|
-
.sc(DescribeAppInstanceUserEndpoint$)
|
|
1339
|
-
.build() {
|
|
1218
|
+
class DescribeAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "DescribeAppInstanceUserEndpoint", DescribeAppInstanceUserEndpoint$) {
|
|
1340
1219
|
}
|
|
1341
1220
|
|
|
1342
|
-
class GetAppInstanceRetentionSettingsCommand extends
|
|
1343
|
-
.classBuilder()
|
|
1344
|
-
.ep(commonParams)
|
|
1345
|
-
.m(function (Command, cs, config, o) {
|
|
1346
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1347
|
-
})
|
|
1348
|
-
.s("ChimeIdentityService", "GetAppInstanceRetentionSettings", {})
|
|
1349
|
-
.n("ChimeSDKIdentityClient", "GetAppInstanceRetentionSettingsCommand")
|
|
1350
|
-
.sc(GetAppInstanceRetentionSettings$)
|
|
1351
|
-
.build() {
|
|
1221
|
+
class GetAppInstanceRetentionSettingsCommand extends command(_ep0, _mw0, "GetAppInstanceRetentionSettings", GetAppInstanceRetentionSettings$) {
|
|
1352
1222
|
}
|
|
1353
1223
|
|
|
1354
|
-
class ListAppInstanceAdminsCommand extends
|
|
1355
|
-
.classBuilder()
|
|
1356
|
-
.ep(commonParams)
|
|
1357
|
-
.m(function (Command, cs, config, o) {
|
|
1358
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1359
|
-
})
|
|
1360
|
-
.s("ChimeIdentityService", "ListAppInstanceAdmins", {})
|
|
1361
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceAdminsCommand")
|
|
1362
|
-
.sc(ListAppInstanceAdmins$)
|
|
1363
|
-
.build() {
|
|
1224
|
+
class ListAppInstanceAdminsCommand extends command(_ep0, _mw0, "ListAppInstanceAdmins", ListAppInstanceAdmins$) {
|
|
1364
1225
|
}
|
|
1365
1226
|
|
|
1366
|
-
class ListAppInstanceBotsCommand extends
|
|
1367
|
-
.classBuilder()
|
|
1368
|
-
.ep(commonParams)
|
|
1369
|
-
.m(function (Command, cs, config, o) {
|
|
1370
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1371
|
-
})
|
|
1372
|
-
.s("ChimeIdentityService", "ListAppInstanceBots", {})
|
|
1373
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceBotsCommand")
|
|
1374
|
-
.sc(ListAppInstanceBots$)
|
|
1375
|
-
.build() {
|
|
1227
|
+
class ListAppInstanceBotsCommand extends command(_ep0, _mw0, "ListAppInstanceBots", ListAppInstanceBots$) {
|
|
1376
1228
|
}
|
|
1377
1229
|
|
|
1378
|
-
class ListAppInstancesCommand extends
|
|
1379
|
-
.classBuilder()
|
|
1380
|
-
.ep(commonParams)
|
|
1381
|
-
.m(function (Command, cs, config, o) {
|
|
1382
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1383
|
-
})
|
|
1384
|
-
.s("ChimeIdentityService", "ListAppInstances", {})
|
|
1385
|
-
.n("ChimeSDKIdentityClient", "ListAppInstancesCommand")
|
|
1386
|
-
.sc(ListAppInstances$)
|
|
1387
|
-
.build() {
|
|
1230
|
+
class ListAppInstancesCommand extends command(_ep0, _mw0, "ListAppInstances", ListAppInstances$) {
|
|
1388
1231
|
}
|
|
1389
1232
|
|
|
1390
|
-
class ListAppInstanceUserEndpointsCommand extends
|
|
1391
|
-
.classBuilder()
|
|
1392
|
-
.ep(commonParams)
|
|
1393
|
-
.m(function (Command, cs, config, o) {
|
|
1394
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1395
|
-
})
|
|
1396
|
-
.s("ChimeIdentityService", "ListAppInstanceUserEndpoints", {})
|
|
1397
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceUserEndpointsCommand")
|
|
1398
|
-
.sc(ListAppInstanceUserEndpoints$)
|
|
1399
|
-
.build() {
|
|
1233
|
+
class ListAppInstanceUserEndpointsCommand extends command(_ep0, _mw0, "ListAppInstanceUserEndpoints", ListAppInstanceUserEndpoints$) {
|
|
1400
1234
|
}
|
|
1401
1235
|
|
|
1402
|
-
class ListAppInstanceUsersCommand extends
|
|
1403
|
-
.classBuilder()
|
|
1404
|
-
.ep(commonParams)
|
|
1405
|
-
.m(function (Command, cs, config, o) {
|
|
1406
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1407
|
-
})
|
|
1408
|
-
.s("ChimeIdentityService", "ListAppInstanceUsers", {})
|
|
1409
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceUsersCommand")
|
|
1410
|
-
.sc(ListAppInstanceUsers$)
|
|
1411
|
-
.build() {
|
|
1236
|
+
class ListAppInstanceUsersCommand extends command(_ep0, _mw0, "ListAppInstanceUsers", ListAppInstanceUsers$) {
|
|
1412
1237
|
}
|
|
1413
1238
|
|
|
1414
|
-
class ListTagsForResourceCommand extends
|
|
1415
|
-
.classBuilder()
|
|
1416
|
-
.ep(commonParams)
|
|
1417
|
-
.m(function (Command, cs, config, o) {
|
|
1418
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1419
|
-
})
|
|
1420
|
-
.s("ChimeIdentityService", "ListTagsForResource", {})
|
|
1421
|
-
.n("ChimeSDKIdentityClient", "ListTagsForResourceCommand")
|
|
1422
|
-
.sc(ListTagsForResource$)
|
|
1423
|
-
.build() {
|
|
1239
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1424
1240
|
}
|
|
1425
1241
|
|
|
1426
|
-
class PutAppInstanceRetentionSettingsCommand extends
|
|
1427
|
-
.classBuilder()
|
|
1428
|
-
.ep(commonParams)
|
|
1429
|
-
.m(function (Command, cs, config, o) {
|
|
1430
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1431
|
-
})
|
|
1432
|
-
.s("ChimeIdentityService", "PutAppInstanceRetentionSettings", {})
|
|
1433
|
-
.n("ChimeSDKIdentityClient", "PutAppInstanceRetentionSettingsCommand")
|
|
1434
|
-
.sc(PutAppInstanceRetentionSettings$)
|
|
1435
|
-
.build() {
|
|
1242
|
+
class PutAppInstanceRetentionSettingsCommand extends command(_ep0, _mw0, "PutAppInstanceRetentionSettings", PutAppInstanceRetentionSettings$) {
|
|
1436
1243
|
}
|
|
1437
1244
|
|
|
1438
|
-
class PutAppInstanceUserExpirationSettingsCommand extends
|
|
1439
|
-
.classBuilder()
|
|
1440
|
-
.ep(commonParams)
|
|
1441
|
-
.m(function (Command, cs, config, o) {
|
|
1442
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1443
|
-
})
|
|
1444
|
-
.s("ChimeIdentityService", "PutAppInstanceUserExpirationSettings", {})
|
|
1445
|
-
.n("ChimeSDKIdentityClient", "PutAppInstanceUserExpirationSettingsCommand")
|
|
1446
|
-
.sc(PutAppInstanceUserExpirationSettings$)
|
|
1447
|
-
.build() {
|
|
1245
|
+
class PutAppInstanceUserExpirationSettingsCommand extends command(_ep0, _mw0, "PutAppInstanceUserExpirationSettings", PutAppInstanceUserExpirationSettings$) {
|
|
1448
1246
|
}
|
|
1449
1247
|
|
|
1450
|
-
class RegisterAppInstanceUserEndpointCommand extends
|
|
1451
|
-
.classBuilder()
|
|
1452
|
-
.ep(commonParams)
|
|
1453
|
-
.m(function (Command, cs, config, o) {
|
|
1454
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1455
|
-
})
|
|
1456
|
-
.s("ChimeIdentityService", "RegisterAppInstanceUserEndpoint", {})
|
|
1457
|
-
.n("ChimeSDKIdentityClient", "RegisterAppInstanceUserEndpointCommand")
|
|
1458
|
-
.sc(RegisterAppInstanceUserEndpoint$)
|
|
1459
|
-
.build() {
|
|
1248
|
+
class RegisterAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "RegisterAppInstanceUserEndpoint", RegisterAppInstanceUserEndpoint$) {
|
|
1460
1249
|
}
|
|
1461
1250
|
|
|
1462
|
-
class TagResourceCommand extends
|
|
1463
|
-
.classBuilder()
|
|
1464
|
-
.ep(commonParams)
|
|
1465
|
-
.m(function (Command, cs, config, o) {
|
|
1466
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1467
|
-
})
|
|
1468
|
-
.s("ChimeIdentityService", "TagResource", {})
|
|
1469
|
-
.n("ChimeSDKIdentityClient", "TagResourceCommand")
|
|
1470
|
-
.sc(TagResource$)
|
|
1471
|
-
.build() {
|
|
1251
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1472
1252
|
}
|
|
1473
1253
|
|
|
1474
|
-
class UntagResourceCommand extends
|
|
1475
|
-
.classBuilder()
|
|
1476
|
-
.ep(commonParams)
|
|
1477
|
-
.m(function (Command, cs, config, o) {
|
|
1478
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1479
|
-
})
|
|
1480
|
-
.s("ChimeIdentityService", "UntagResource", {})
|
|
1481
|
-
.n("ChimeSDKIdentityClient", "UntagResourceCommand")
|
|
1482
|
-
.sc(UntagResource$)
|
|
1483
|
-
.build() {
|
|
1254
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1484
1255
|
}
|
|
1485
1256
|
|
|
1486
|
-
class UpdateAppInstanceBotCommand extends
|
|
1487
|
-
.classBuilder()
|
|
1488
|
-
.ep(commonParams)
|
|
1489
|
-
.m(function (Command, cs, config, o) {
|
|
1490
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1491
|
-
})
|
|
1492
|
-
.s("ChimeIdentityService", "UpdateAppInstanceBot", {})
|
|
1493
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceBotCommand")
|
|
1494
|
-
.sc(UpdateAppInstanceBot$)
|
|
1495
|
-
.build() {
|
|
1257
|
+
class UpdateAppInstanceBotCommand extends command(_ep0, _mw0, "UpdateAppInstanceBot", UpdateAppInstanceBot$) {
|
|
1496
1258
|
}
|
|
1497
1259
|
|
|
1498
|
-
class UpdateAppInstanceCommand extends
|
|
1499
|
-
.classBuilder()
|
|
1500
|
-
.ep(commonParams)
|
|
1501
|
-
.m(function (Command, cs, config, o) {
|
|
1502
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1503
|
-
})
|
|
1504
|
-
.s("ChimeIdentityService", "UpdateAppInstance", {})
|
|
1505
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceCommand")
|
|
1506
|
-
.sc(UpdateAppInstance$)
|
|
1507
|
-
.build() {
|
|
1260
|
+
class UpdateAppInstanceCommand extends command(_ep0, _mw0, "UpdateAppInstance", UpdateAppInstance$) {
|
|
1508
1261
|
}
|
|
1509
1262
|
|
|
1510
|
-
class UpdateAppInstanceUserCommand extends
|
|
1511
|
-
.classBuilder()
|
|
1512
|
-
.ep(commonParams)
|
|
1513
|
-
.m(function (Command, cs, config, o) {
|
|
1514
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1515
|
-
})
|
|
1516
|
-
.s("ChimeIdentityService", "UpdateAppInstanceUser", {})
|
|
1517
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceUserCommand")
|
|
1518
|
-
.sc(UpdateAppInstanceUser$)
|
|
1519
|
-
.build() {
|
|
1263
|
+
class UpdateAppInstanceUserCommand extends command(_ep0, _mw0, "UpdateAppInstanceUser", UpdateAppInstanceUser$) {
|
|
1520
1264
|
}
|
|
1521
1265
|
|
|
1522
|
-
class UpdateAppInstanceUserEndpointCommand extends
|
|
1523
|
-
.classBuilder()
|
|
1524
|
-
.ep(commonParams)
|
|
1525
|
-
.m(function (Command, cs, config, o) {
|
|
1526
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1527
|
-
})
|
|
1528
|
-
.s("ChimeIdentityService", "UpdateAppInstanceUserEndpoint", {})
|
|
1529
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceUserEndpointCommand")
|
|
1530
|
-
.sc(UpdateAppInstanceUserEndpoint$)
|
|
1531
|
-
.build() {
|
|
1266
|
+
class UpdateAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "UpdateAppInstanceUserEndpoint", UpdateAppInstanceUserEndpoint$) {
|
|
1532
1267
|
}
|
|
1533
1268
|
|
|
1534
1269
|
const paginateListAppInstanceAdmins = createPaginator(ChimeSDKIdentityClient, ListAppInstanceAdminsCommand, "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, "ChimeIdentityService", "ChimeSDKIdentityClient", 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 { CreateAppInstanceAdmin$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAppInstanceAdminCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "CreateAppInstanceAdmin", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceAdminCommand")
|
|
14
|
-
.sc(CreateAppInstanceAdmin$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAppInstanceAdminCommand extends command(_ep0, _mw0, "CreateAppInstanceAdmin", CreateAppInstanceAdmin$) {
|
|
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 { CreateAppInstanceBot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAppInstanceBotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "CreateAppInstanceBot", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceBotCommand")
|
|
14
|
-
.sc(CreateAppInstanceBot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAppInstanceBotCommand extends command(_ep0, _mw0, "CreateAppInstanceBot", CreateAppInstanceBot$) {
|
|
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 { CreateAppInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAppInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "CreateAppInstance", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceCommand")
|
|
14
|
-
.sc(CreateAppInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAppInstanceCommand extends command(_ep0, _mw0, "CreateAppInstance", CreateAppInstance$) {
|
|
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 { CreateAppInstanceUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAppInstanceUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "CreateAppInstanceUser", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceUserCommand")
|
|
14
|
-
.sc(CreateAppInstanceUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAppInstanceUserCommand extends command(_ep0, _mw0, "CreateAppInstanceUser", CreateAppInstanceUser$) {
|
|
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 { DeleteAppInstanceAdmin$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAppInstanceAdminCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DeleteAppInstanceAdmin", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceAdminCommand")
|
|
14
|
-
.sc(DeleteAppInstanceAdmin$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAppInstanceAdminCommand extends command(_ep0, _mw0, "DeleteAppInstanceAdmin", DeleteAppInstanceAdmin$) {
|
|
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 { DeleteAppInstanceBot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAppInstanceBotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DeleteAppInstanceBot", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceBotCommand")
|
|
14
|
-
.sc(DeleteAppInstanceBot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAppInstanceBotCommand extends command(_ep0, _mw0, "DeleteAppInstanceBot", DeleteAppInstanceBot$) {
|
|
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 { DeleteAppInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAppInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DeleteAppInstance", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceCommand")
|
|
14
|
-
.sc(DeleteAppInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAppInstanceCommand extends command(_ep0, _mw0, "DeleteAppInstance", DeleteAppInstance$) {
|
|
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 { DeleteAppInstanceUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAppInstanceUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DeleteAppInstanceUser", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceUserCommand")
|
|
14
|
-
.sc(DeleteAppInstanceUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAppInstanceUserCommand extends command(_ep0, _mw0, "DeleteAppInstanceUser", DeleteAppInstanceUser$) {
|
|
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 { DeregisterAppInstanceUserEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterAppInstanceUserEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DeregisterAppInstanceUserEndpoint", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DeregisterAppInstanceUserEndpointCommand")
|
|
14
|
-
.sc(DeregisterAppInstanceUserEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "DeregisterAppInstanceUserEndpoint", DeregisterAppInstanceUserEndpoint$) {
|
|
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 { DescribeAppInstanceAdmin$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAppInstanceAdminCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DescribeAppInstanceAdmin", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceAdminCommand")
|
|
14
|
-
.sc(DescribeAppInstanceAdmin$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAppInstanceAdminCommand extends command(_ep0, _mw0, "DescribeAppInstanceAdmin", DescribeAppInstanceAdmin$) {
|
|
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 { DescribeAppInstanceBot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAppInstanceBotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DescribeAppInstanceBot", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceBotCommand")
|
|
14
|
-
.sc(DescribeAppInstanceBot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAppInstanceBotCommand extends command(_ep0, _mw0, "DescribeAppInstanceBot", DescribeAppInstanceBot$) {
|
|
16
4
|
}
|