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