@aws-sdk/client-chime-sdk-identity 3.354.0 → 3.358.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/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -2
- package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/models/models_0.js +12 -32
- package/dist-cjs/protocols/Aws_restJson1.js +9 -14
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -2
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/models/models_0.js +10 -26
- package/dist-es/protocols/Aws_restJson1.js +2 -7
- package/dist-types/ChimeSDKIdentityClient.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +5 -1
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +85 -18
- package/dist-types/ts3.4/models/models_0.d.ts +21 -13
- package/package.json +28 -28
|
@@ -5,7 +5,6 @@ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const models_0_1 = require("../models/models_0");
|
|
9
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
9
|
class DeregisterAppInstanceUserEndpointCommand extends smithy_client_1.Command {
|
|
11
10
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +30,7 @@ class DeregisterAppInstanceUserEndpointCommand extends smithy_client_1.Command {
|
|
|
31
30
|
logger,
|
|
32
31
|
clientName,
|
|
33
32
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
34
|
outputFilterSensitiveLog: (_) => _,
|
|
36
35
|
};
|
|
37
36
|
const { requestHandler } = configuration;
|
|
@@ -31,7 +31,7 @@ class DescribeAppInstanceUserEndpointCommand extends smithy_client_1.Command {
|
|
|
31
31
|
logger,
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
35
|
outputFilterSensitiveLog: models_0_1.DescribeAppInstanceUserEndpointResponseFilterSensitiveLog,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
@@ -32,7 +32,7 @@ class RegisterAppInstanceUserEndpointCommand extends smithy_client_1.Command {
|
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
34
|
inputFilterSensitiveLog: models_0_1.RegisterAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
35
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -32,7 +32,7 @@ class UpdateAppInstanceUserEndpointCommand extends smithy_client_1.Command {
|
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
34
|
inputFilterSensitiveLog: models_0_1.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
35
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListAppInstanceUsersResponseFilterSensitiveLog = exports.ListAppInstanceUsersRequestFilterSensitiveLog = exports.ListAppInstanceUserEndpointsResponseFilterSensitiveLog = exports.ListAppInstanceUserEndpointsRequestFilterSensitiveLog = exports.ListAppInstancesResponseFilterSensitiveLog = exports.ListAppInstancesRequestFilterSensitiveLog = exports.ListAppInstanceBotsResponseFilterSensitiveLog = exports.ListAppInstanceBotsRequestFilterSensitiveLog = exports.ListAppInstanceAdminsResponseFilterSensitiveLog = exports.ListAppInstanceAdminsRequestFilterSensitiveLog = exports.DescribeAppInstanceUserEndpointResponseFilterSensitiveLog = exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.ListAppInstanceUsersResponseFilterSensitiveLog = exports.ListAppInstanceUsersRequestFilterSensitiveLog = exports.ListAppInstanceUserEndpointsResponseFilterSensitiveLog = exports.ListAppInstanceUserEndpointsRequestFilterSensitiveLog = exports.ListAppInstancesResponseFilterSensitiveLog = exports.ListAppInstancesRequestFilterSensitiveLog = exports.ListAppInstanceBotsResponseFilterSensitiveLog = exports.ListAppInstanceBotsRequestFilterSensitiveLog = exports.ListAppInstanceAdminsResponseFilterSensitiveLog = exports.ListAppInstanceAdminsRequestFilterSensitiveLog = exports.DescribeAppInstanceUserEndpointResponseFilterSensitiveLog = exports.DescribeAppInstanceUserResponseFilterSensitiveLog = exports.DescribeAppInstanceBotResponseFilterSensitiveLog = exports.DescribeAppInstanceAdminResponseFilterSensitiveLog = exports.DescribeAppInstanceResponseFilterSensitiveLog = exports.CreateAppInstanceUserRequestFilterSensitiveLog = exports.CreateAppInstanceBotRequestFilterSensitiveLog = exports.CreateAppInstanceAdminResponseFilterSensitiveLog = exports.CreateAppInstanceRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.AppInstanceUserSummaryFilterSensitiveLog = exports.AppInstanceUserEndpointSummaryFilterSensitiveLog = exports.AppInstanceUserEndpointFilterSensitiveLog = exports.EndpointAttributesFilterSensitiveLog = exports.AppInstanceUserFilterSensitiveLog = exports.AppInstanceSummaryFilterSensitiveLog = exports.AppInstanceBotSummaryFilterSensitiveLog = exports.AppInstanceBotFilterSensitiveLog = exports.AppInstanceAdminSummaryFilterSensitiveLog = exports.AppInstanceAdminFilterSensitiveLog = exports.IdentityFilterSensitiveLog = exports.AppInstanceFilterSensitiveLog = exports.NotFoundException = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.ResourceLimitExceededException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.ErrorCode = exports.AppInstanceUserEndpointType = exports.EndpointStatusReason = exports.EndpointStatus = exports.ExpirationCriterion = exports.RespondsTo = exports.TargetedMessages = exports.StandardMessages = exports.AllowMessages = void 0;
|
|
4
|
+
exports.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog = exports.UpdateAppInstanceUserRequestFilterSensitiveLog = exports.UpdateAppInstanceBotRequestFilterSensitiveLog = exports.UpdateAppInstanceRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RegisterAppInstanceUserEndpointRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const ChimeSDKIdentityServiceException_1 = require("./ChimeSDKIdentityServiceException");
|
|
7
7
|
exports.AllowMessages = {
|
|
8
8
|
ALL: "ALL",
|
|
9
9
|
NONE: "NONE",
|
|
10
10
|
};
|
|
11
|
+
exports.StandardMessages = {
|
|
12
|
+
ALL: "ALL",
|
|
13
|
+
AUTO: "AUTO",
|
|
14
|
+
MENTIONS: "MENTIONS",
|
|
15
|
+
NONE: "NONE",
|
|
16
|
+
};
|
|
17
|
+
exports.TargetedMessages = {
|
|
18
|
+
ALL: "ALL",
|
|
19
|
+
NONE: "NONE",
|
|
20
|
+
};
|
|
11
21
|
exports.RespondsTo = {
|
|
12
22
|
STANDARD_MESSAGES: "STANDARD_MESSAGES",
|
|
13
23
|
};
|
|
@@ -232,16 +242,12 @@ const EndpointAttributesFilterSensitiveLog = (obj) => ({
|
|
|
232
242
|
exports.EndpointAttributesFilterSensitiveLog = EndpointAttributesFilterSensitiveLog;
|
|
233
243
|
const AppInstanceUserEndpointFilterSensitiveLog = (obj) => ({
|
|
234
244
|
...obj,
|
|
235
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
236
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
237
245
|
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
238
246
|
...(obj.EndpointAttributes && { EndpointAttributes: (0, exports.EndpointAttributesFilterSensitiveLog)(obj.EndpointAttributes) }),
|
|
239
247
|
});
|
|
240
248
|
exports.AppInstanceUserEndpointFilterSensitiveLog = AppInstanceUserEndpointFilterSensitiveLog;
|
|
241
249
|
const AppInstanceUserEndpointSummaryFilterSensitiveLog = (obj) => ({
|
|
242
250
|
...obj,
|
|
243
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
244
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
245
251
|
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
246
252
|
});
|
|
247
253
|
exports.AppInstanceUserEndpointSummaryFilterSensitiveLog = AppInstanceUserEndpointSummaryFilterSensitiveLog;
|
|
@@ -284,12 +290,6 @@ const CreateAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
|
284
290
|
...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
|
|
285
291
|
});
|
|
286
292
|
exports.CreateAppInstanceUserRequestFilterSensitiveLog = CreateAppInstanceUserRequestFilterSensitiveLog;
|
|
287
|
-
const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
290
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
291
|
-
});
|
|
292
|
-
exports.DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog = DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog;
|
|
293
293
|
const DescribeAppInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
294
294
|
...obj,
|
|
295
295
|
...(obj.AppInstance && { AppInstance: (0, exports.AppInstanceFilterSensitiveLog)(obj.AppInstance) }),
|
|
@@ -310,12 +310,6 @@ const DescribeAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
|
|
|
310
310
|
...(obj.AppInstanceUser && { AppInstanceUser: (0, exports.AppInstanceUserFilterSensitiveLog)(obj.AppInstanceUser) }),
|
|
311
311
|
});
|
|
312
312
|
exports.DescribeAppInstanceUserResponseFilterSensitiveLog = DescribeAppInstanceUserResponseFilterSensitiveLog;
|
|
313
|
-
const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
316
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
317
|
-
});
|
|
318
|
-
exports.DescribeAppInstanceUserEndpointRequestFilterSensitiveLog = DescribeAppInstanceUserEndpointRequestFilterSensitiveLog;
|
|
319
313
|
const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
320
314
|
...obj,
|
|
321
315
|
...(obj.AppInstanceUserEndpoint && {
|
|
@@ -399,12 +393,6 @@ const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
|
399
393
|
...(obj.EndpointAttributes && { EndpointAttributes: (0, exports.EndpointAttributesFilterSensitiveLog)(obj.EndpointAttributes) }),
|
|
400
394
|
});
|
|
401
395
|
exports.RegisterAppInstanceUserEndpointRequestFilterSensitiveLog = RegisterAppInstanceUserEndpointRequestFilterSensitiveLog;
|
|
402
|
-
const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
405
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
406
|
-
});
|
|
407
|
-
exports.RegisterAppInstanceUserEndpointResponseFilterSensitiveLog = RegisterAppInstanceUserEndpointResponseFilterSensitiveLog;
|
|
408
396
|
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
409
397
|
...obj,
|
|
410
398
|
...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
|
|
@@ -435,14 +423,6 @@ const UpdateAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
|
435
423
|
exports.UpdateAppInstanceUserRequestFilterSensitiveLog = UpdateAppInstanceUserRequestFilterSensitiveLog;
|
|
436
424
|
const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
437
425
|
...obj,
|
|
438
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
439
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
440
426
|
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
441
427
|
});
|
|
442
428
|
exports.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog = UpdateAppInstanceUserEndpointRequestFilterSensitiveLog;
|
|
443
|
-
const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: smithy_client_1.SENSITIVE_STRING }),
|
|
446
|
-
...(obj.EndpointId && { EndpointId: smithy_client_1.SENSITIVE_STRING }),
|
|
447
|
-
});
|
|
448
|
-
exports.UpdateAppInstanceUserEndpointResponseFilterSensitiveLog = UpdateAppInstanceUserEndpointResponseFilterSensitiveLog;
|
|
@@ -590,6 +590,7 @@ const se_UpdateAppInstanceBotCommand = async (input, context) => {
|
|
|
590
590
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AppInstanceBotArn", () => input.AppInstanceBotArn, "{AppInstanceBotArn}", false);
|
|
591
591
|
let body;
|
|
592
592
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
593
|
+
Configuration: (_) => (0, smithy_client_1._json)(_),
|
|
593
594
|
Metadata: [],
|
|
594
595
|
Name: [],
|
|
595
596
|
}));
|
|
@@ -880,7 +881,7 @@ const de_DeleteAppInstanceCommand = async (output, context) => {
|
|
|
880
881
|
const contents = (0, smithy_client_1.map)({
|
|
881
882
|
$metadata: deserializeMetadata(output),
|
|
882
883
|
});
|
|
883
|
-
await collectBody(output.body, context);
|
|
884
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
884
885
|
return contents;
|
|
885
886
|
};
|
|
886
887
|
exports.de_DeleteAppInstanceCommand = de_DeleteAppInstanceCommand;
|
|
@@ -928,7 +929,7 @@ const de_DeleteAppInstanceAdminCommand = async (output, context) => {
|
|
|
928
929
|
const contents = (0, smithy_client_1.map)({
|
|
929
930
|
$metadata: deserializeMetadata(output),
|
|
930
931
|
});
|
|
931
|
-
await collectBody(output.body, context);
|
|
932
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
932
933
|
return contents;
|
|
933
934
|
};
|
|
934
935
|
exports.de_DeleteAppInstanceAdminCommand = de_DeleteAppInstanceAdminCommand;
|
|
@@ -979,7 +980,7 @@ const de_DeleteAppInstanceBotCommand = async (output, context) => {
|
|
|
979
980
|
const contents = (0, smithy_client_1.map)({
|
|
980
981
|
$metadata: deserializeMetadata(output),
|
|
981
982
|
});
|
|
982
|
-
await collectBody(output.body, context);
|
|
983
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
983
984
|
return contents;
|
|
984
985
|
};
|
|
985
986
|
exports.de_DeleteAppInstanceBotCommand = de_DeleteAppInstanceBotCommand;
|
|
@@ -1030,7 +1031,7 @@ const de_DeleteAppInstanceUserCommand = async (output, context) => {
|
|
|
1030
1031
|
const contents = (0, smithy_client_1.map)({
|
|
1031
1032
|
$metadata: deserializeMetadata(output),
|
|
1032
1033
|
});
|
|
1033
|
-
await collectBody(output.body, context);
|
|
1034
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1034
1035
|
return contents;
|
|
1035
1036
|
};
|
|
1036
1037
|
exports.de_DeleteAppInstanceUserCommand = de_DeleteAppInstanceUserCommand;
|
|
@@ -1081,7 +1082,7 @@ const de_DeregisterAppInstanceUserEndpointCommand = async (output, context) => {
|
|
|
1081
1082
|
const contents = (0, smithy_client_1.map)({
|
|
1082
1083
|
$metadata: deserializeMetadata(output),
|
|
1083
1084
|
});
|
|
1084
|
-
await collectBody(output.body, context);
|
|
1085
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1085
1086
|
return contents;
|
|
1086
1087
|
};
|
|
1087
1088
|
exports.de_DeregisterAppInstanceUserEndpointCommand = de_DeregisterAppInstanceUserEndpointCommand;
|
|
@@ -1891,7 +1892,7 @@ const de_TagResourceCommand = async (output, context) => {
|
|
|
1891
1892
|
const contents = (0, smithy_client_1.map)({
|
|
1892
1893
|
$metadata: deserializeMetadata(output),
|
|
1893
1894
|
});
|
|
1894
|
-
await collectBody(output.body, context);
|
|
1895
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1895
1896
|
return contents;
|
|
1896
1897
|
};
|
|
1897
1898
|
exports.de_TagResourceCommand = de_TagResourceCommand;
|
|
@@ -1939,7 +1940,7 @@ const de_UntagResourceCommand = async (output, context) => {
|
|
|
1939
1940
|
const contents = (0, smithy_client_1.map)({
|
|
1940
1941
|
$metadata: deserializeMetadata(output),
|
|
1941
1942
|
});
|
|
1942
|
-
await collectBody(output.body, context);
|
|
1943
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1943
1944
|
return contents;
|
|
1944
1945
|
};
|
|
1945
1946
|
exports.de_UntagResourceCommand = de_UntagResourceCommand;
|
|
@@ -2375,13 +2376,7 @@ const deserializeMetadata = (output) => ({
|
|
|
2375
2376
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2376
2377
|
cfId: output.headers["x-amz-cf-id"],
|
|
2377
2378
|
});
|
|
2378
|
-
const
|
|
2379
|
-
if (streamBody instanceof Uint8Array) {
|
|
2380
|
-
return Promise.resolve(streamBody);
|
|
2381
|
-
}
|
|
2382
|
-
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2383
|
-
};
|
|
2384
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2379
|
+
const collectBodyString = (streamBody, context) => (0, smithy_client_1.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2385
2380
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
2386
2381
|
value !== null &&
|
|
2387
2382
|
value !== "" &&
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { de_DeregisterAppInstanceUserEndpointCommand, se_DeregisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeregisterAppInstanceUserEndpointCommand extends $Command {
|
|
@@ -28,7 +27,7 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command {
|
|
|
28
27
|
logger,
|
|
29
28
|
clientName,
|
|
30
29
|
commandName,
|
|
31
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
31
|
outputFilterSensitiveLog: (_) => _,
|
|
33
32
|
};
|
|
34
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAppInstanceUserEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_DescribeAppInstanceUserEndpointCommand, se_DescribeAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAppInstanceUserEndpointCommand extends $Command {
|
|
@@ -28,7 +28,7 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command {
|
|
|
28
28
|
logger,
|
|
29
29
|
clientName,
|
|
30
30
|
commandName,
|
|
31
|
-
inputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
32
|
outputFilterSensitiveLog: DescribeAppInstanceUserEndpointResponseFilterSensitiveLog,
|
|
33
33
|
};
|
|
34
34
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RegisterAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
4
|
+
import { RegisterAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_RegisterAppInstanceUserEndpointCommand, se_RegisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterAppInstanceUserEndpointCommand extends $Command {
|
|
@@ -29,7 +29,7 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command {
|
|
|
29
29
|
clientName,
|
|
30
30
|
commandName,
|
|
31
31
|
inputFilterSensitiveLog: RegisterAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
32
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
33
|
};
|
|
34
34
|
const { requestHandler } = configuration;
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
4
|
+
import { UpdateAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_UpdateAppInstanceUserEndpointCommand, se_UpdateAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAppInstanceUserEndpointCommand extends $Command {
|
|
@@ -29,7 +29,7 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command {
|
|
|
29
29
|
clientName,
|
|
30
30
|
commandName,
|
|
31
31
|
inputFilterSensitiveLog: UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
32
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
33
|
};
|
|
34
34
|
const { requestHandler } = configuration;
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,6 +4,16 @@ export const AllowMessages = {
|
|
|
4
4
|
ALL: "ALL",
|
|
5
5
|
NONE: "NONE",
|
|
6
6
|
};
|
|
7
|
+
export const StandardMessages = {
|
|
8
|
+
ALL: "ALL",
|
|
9
|
+
AUTO: "AUTO",
|
|
10
|
+
MENTIONS: "MENTIONS",
|
|
11
|
+
NONE: "NONE",
|
|
12
|
+
};
|
|
13
|
+
export const TargetedMessages = {
|
|
14
|
+
ALL: "ALL",
|
|
15
|
+
NONE: "NONE",
|
|
16
|
+
};
|
|
7
17
|
export const RespondsTo = {
|
|
8
18
|
STANDARD_MESSAGES: "STANDARD_MESSAGES",
|
|
9
19
|
};
|
|
@@ -210,15 +220,11 @@ export const EndpointAttributesFilterSensitiveLog = (obj) => ({
|
|
|
210
220
|
});
|
|
211
221
|
export const AppInstanceUserEndpointFilterSensitiveLog = (obj) => ({
|
|
212
222
|
...obj,
|
|
213
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
214
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
215
223
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
216
224
|
...(obj.EndpointAttributes && { EndpointAttributes: EndpointAttributesFilterSensitiveLog(obj.EndpointAttributes) }),
|
|
217
225
|
});
|
|
218
226
|
export const AppInstanceUserEndpointSummaryFilterSensitiveLog = (obj) => ({
|
|
219
227
|
...obj,
|
|
220
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
221
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
222
228
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
223
229
|
});
|
|
224
230
|
export const AppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
@@ -254,11 +260,6 @@ export const CreateAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
|
254
260
|
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
255
261
|
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
256
262
|
});
|
|
257
|
-
export const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
260
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
261
|
-
});
|
|
262
263
|
export const DescribeAppInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
263
264
|
...obj,
|
|
264
265
|
...(obj.AppInstance && { AppInstance: AppInstanceFilterSensitiveLog(obj.AppInstance) }),
|
|
@@ -275,11 +276,6 @@ export const DescribeAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
|
|
|
275
276
|
...obj,
|
|
276
277
|
...(obj.AppInstanceUser && { AppInstanceUser: AppInstanceUserFilterSensitiveLog(obj.AppInstanceUser) }),
|
|
277
278
|
});
|
|
278
|
-
export const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
281
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
282
|
-
});
|
|
283
279
|
export const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
284
280
|
...obj,
|
|
285
281
|
...(obj.AppInstanceUserEndpoint && {
|
|
@@ -350,11 +346,6 @@ export const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) =>
|
|
|
350
346
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
351
347
|
...(obj.EndpointAttributes && { EndpointAttributes: EndpointAttributesFilterSensitiveLog(obj.EndpointAttributes) }),
|
|
352
348
|
});
|
|
353
|
-
export const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
356
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
357
|
-
});
|
|
358
349
|
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
359
350
|
...obj,
|
|
360
351
|
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
@@ -380,12 +371,5 @@ export const UpdateAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
|
380
371
|
});
|
|
381
372
|
export const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
382
373
|
...obj,
|
|
383
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
384
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
385
374
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
386
375
|
});
|
|
387
|
-
export const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
...(obj.AppInstanceUserArn && { AppInstanceUserArn: SENSITIVE_STRING }),
|
|
390
|
-
...(obj.EndpointId && { EndpointId: SENSITIVE_STRING }),
|
|
391
|
-
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _json, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
1
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { ChimeSDKIdentityServiceException as __BaseException } from "../models/ChimeSDKIdentityServiceException";
|
|
@@ -559,6 +559,7 @@ export const se_UpdateAppInstanceBotCommand = async (input, context) => {
|
|
|
559
559
|
resolvedPath = __resolvedPath(resolvedPath, input, "AppInstanceBotArn", () => input.AppInstanceBotArn, "{AppInstanceBotArn}", false);
|
|
560
560
|
let body;
|
|
561
561
|
body = JSON.stringify(take(input, {
|
|
562
|
+
Configuration: (_) => _json(_),
|
|
562
563
|
Metadata: [],
|
|
563
564
|
Name: [],
|
|
564
565
|
}));
|
|
@@ -2311,12 +2312,6 @@ const deserializeMetadata = (output) => ({
|
|
|
2311
2312
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2312
2313
|
cfId: output.headers["x-amz-cf-id"],
|
|
2313
2314
|
});
|
|
2314
|
-
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
2315
|
-
if (streamBody instanceof Uint8Array) {
|
|
2316
|
-
return Promise.resolve(streamBody);
|
|
2317
|
-
}
|
|
2318
|
-
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2319
|
-
};
|
|
2320
2315
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2321
2316
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
2322
2317
|
value !== null &&
|
|
@@ -103,7 +103,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
103
103
|
*/
|
|
104
104
|
runtime?: string;
|
|
105
105
|
/**
|
|
106
|
-
* Disable
|
|
106
|
+
* Disable dynamically changing the endpoint of the client based on the hostPrefix
|
|
107
107
|
* trait of an operation.
|
|
108
108
|
*/
|
|
109
109
|
disableHostPrefix?: boolean;
|
|
@@ -44,7 +44,11 @@ export interface CreateAppInstanceBotCommandOutput extends CreateAppInstanceBotR
|
|
|
44
44
|
* ],
|
|
45
45
|
* Configuration: { // Configuration
|
|
46
46
|
* Lex: { // LexConfiguration
|
|
47
|
-
* RespondsTo: "STANDARD_MESSAGES",
|
|
47
|
+
* RespondsTo: "STANDARD_MESSAGES",
|
|
48
|
+
* InvokedBy: { // InvokedBy
|
|
49
|
+
* StandardMessages: "AUTO" || "ALL" || "MENTIONS" || "NONE", // required
|
|
50
|
+
* TargetedMessages: "ALL" || "NONE", // required
|
|
51
|
+
* },
|
|
48
52
|
* LexBotAliasArn: "STRING_VALUE", // required
|
|
49
53
|
* LocaleId: "STRING_VALUE", // required
|
|
50
54
|
* WelcomeIntent: "STRING_VALUE",
|
|
@@ -41,7 +41,11 @@ export interface DescribeAppInstanceBotCommandOutput extends DescribeAppInstance
|
|
|
41
41
|
* // Name: "STRING_VALUE",
|
|
42
42
|
* // Configuration: { // Configuration
|
|
43
43
|
* // Lex: { // LexConfiguration
|
|
44
|
-
* // RespondsTo: "STANDARD_MESSAGES",
|
|
44
|
+
* // RespondsTo: "STANDARD_MESSAGES",
|
|
45
|
+
* // InvokedBy: { // InvokedBy
|
|
46
|
+
* // StandardMessages: "AUTO" || "ALL" || "MENTIONS" || "NONE", // required
|
|
47
|
+
* // TargetedMessages: "ALL" || "NONE", // required
|
|
48
|
+
* // },
|
|
45
49
|
* // LexBotAliasArn: "STRING_VALUE", // required
|
|
46
50
|
* // LocaleId: "STRING_VALUE", // required
|
|
47
51
|
* // WelcomeIntent: "STRING_VALUE",
|
|
@@ -34,6 +34,18 @@ export interface UpdateAppInstanceBotCommandOutput extends UpdateAppInstanceBotR
|
|
|
34
34
|
* AppInstanceBotArn: "STRING_VALUE", // required
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* Metadata: "STRING_VALUE", // required
|
|
37
|
+
* Configuration: { // Configuration
|
|
38
|
+
* Lex: { // LexConfiguration
|
|
39
|
+
* RespondsTo: "STANDARD_MESSAGES",
|
|
40
|
+
* InvokedBy: { // InvokedBy
|
|
41
|
+
* StandardMessages: "AUTO" || "ALL" || "MENTIONS" || "NONE", // required
|
|
42
|
+
* TargetedMessages: "ALL" || "NONE", // required
|
|
43
|
+
* },
|
|
44
|
+
* LexBotAliasArn: "STRING_VALUE", // required
|
|
45
|
+
* LocaleId: "STRING_VALUE", // required
|
|
46
|
+
* WelcomeIntent: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
37
49
|
* };
|
|
38
50
|
* const command = new UpdateAppInstanceBotCommand(input);
|
|
39
51
|
* const response = await client.send(command);
|
|
@@ -81,6 +81,77 @@ export interface AppInstanceAdminSummary {
|
|
|
81
81
|
*/
|
|
82
82
|
Admin?: Identity;
|
|
83
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* @enum
|
|
87
|
+
*/
|
|
88
|
+
export declare const StandardMessages: {
|
|
89
|
+
readonly ALL: "ALL";
|
|
90
|
+
readonly AUTO: "AUTO";
|
|
91
|
+
readonly MENTIONS: "MENTIONS";
|
|
92
|
+
readonly NONE: "NONE";
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export type StandardMessages = (typeof StandardMessages)[keyof typeof StandardMessages];
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
* @enum
|
|
101
|
+
*/
|
|
102
|
+
export declare const TargetedMessages: {
|
|
103
|
+
readonly ALL: "ALL";
|
|
104
|
+
readonly NONE: "NONE";
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export type TargetedMessages = (typeof TargetedMessages)[keyof typeof TargetedMessages];
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
* <p>Specifies the type of message that triggers a bot.</p>
|
|
113
|
+
*/
|
|
114
|
+
export interface InvokedBy {
|
|
115
|
+
/**
|
|
116
|
+
* <p>Sets standard messages as the bot trigger. For standard messages:</p>
|
|
117
|
+
* <ul>
|
|
118
|
+
* <li>
|
|
119
|
+
* <p>
|
|
120
|
+
* <code>ALL</code>: The bot processes all standard messages.</p>
|
|
121
|
+
* </li>
|
|
122
|
+
* <li>
|
|
123
|
+
* <p>
|
|
124
|
+
* <code>AUTO</code>: The bot responds to ALL messages when the channel has one other non-hidden member, and responds to MENTIONS when the
|
|
125
|
+
* channel has more than one other non-hidden member.</p>
|
|
126
|
+
* </li>
|
|
127
|
+
* <li>
|
|
128
|
+
* <p>
|
|
129
|
+
* <code>MENTIONS</code>: The bot processes all standard messages that have a message attribute with <code>CHIME.mentions</code> and a
|
|
130
|
+
* value of the bot ARN.</p>
|
|
131
|
+
* </li>
|
|
132
|
+
* <li>
|
|
133
|
+
* <p>
|
|
134
|
+
* <code>NONE</code>: The bot processes no standard messages.</p>
|
|
135
|
+
* </li>
|
|
136
|
+
* </ul>
|
|
137
|
+
*/
|
|
138
|
+
StandardMessages: StandardMessages | string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>Sets targeted messages as the bot trigger. For targeted messages:</p>
|
|
141
|
+
* <ul>
|
|
142
|
+
* <li>
|
|
143
|
+
* <p>
|
|
144
|
+
* <code>ALL</code>: The bot processes all <code>TargetedMessages</code> sent to it. The bot then responds with a targeted message back to the sender.
|
|
145
|
+
* </p>
|
|
146
|
+
* </li>
|
|
147
|
+
* <li>
|
|
148
|
+
* <p>
|
|
149
|
+
* <code>NONE</code>: The bot processes no targeted messages.</p>
|
|
150
|
+
* </li>
|
|
151
|
+
* </ul>
|
|
152
|
+
*/
|
|
153
|
+
TargetedMessages: TargetedMessages | string | undefined;
|
|
154
|
+
}
|
|
84
155
|
/**
|
|
85
156
|
* @public
|
|
86
157
|
* @enum
|
|
@@ -98,9 +169,17 @@ export type RespondsTo = (typeof RespondsTo)[keyof typeof RespondsTo];
|
|
|
98
169
|
*/
|
|
99
170
|
export interface LexConfiguration {
|
|
100
171
|
/**
|
|
101
|
-
* <
|
|
172
|
+
* <important>
|
|
173
|
+
* <p>
|
|
174
|
+
* <b>Deprecated</b>. Use <code>InvokedBy</code> instead.</p>
|
|
175
|
+
* </important>
|
|
176
|
+
* <p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>
|
|
102
177
|
*/
|
|
103
|
-
RespondsTo
|
|
178
|
+
RespondsTo?: RespondsTo | string;
|
|
179
|
+
/**
|
|
180
|
+
* <p>Specifies the type of message that triggers a bot.</p>
|
|
181
|
+
*/
|
|
182
|
+
InvokedBy?: InvokedBy;
|
|
104
183
|
/**
|
|
105
184
|
* <p>The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format:
|
|
106
185
|
* <code>arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS</code>
|
|
@@ -1313,6 +1392,10 @@ export interface UpdateAppInstanceBotRequest {
|
|
|
1313
1392
|
* <p>The metadata of the <code>AppInstanceBot</code>.</p>
|
|
1314
1393
|
*/
|
|
1315
1394
|
Metadata: string | undefined;
|
|
1395
|
+
/**
|
|
1396
|
+
* <p>The configuration for the bot update.</p>
|
|
1397
|
+
*/
|
|
1398
|
+
Configuration?: Configuration;
|
|
1316
1399
|
}
|
|
1317
1400
|
/**
|
|
1318
1401
|
* @public
|
|
@@ -1452,10 +1535,6 @@ export declare const CreateAppInstanceBotRequestFilterSensitiveLog: (obj: Create
|
|
|
1452
1535
|
* @internal
|
|
1453
1536
|
*/
|
|
1454
1537
|
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
|
|
1455
|
-
/**
|
|
1456
|
-
* @internal
|
|
1457
|
-
*/
|
|
1458
|
-
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DeregisterAppInstanceUserEndpointRequest) => any;
|
|
1459
1538
|
/**
|
|
1460
1539
|
* @internal
|
|
1461
1540
|
*/
|
|
@@ -1472,10 +1551,6 @@ export declare const DescribeAppInstanceBotResponseFilterSensitiveLog: (obj: Des
|
|
|
1472
1551
|
* @internal
|
|
1473
1552
|
*/
|
|
1474
1553
|
export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeAppInstanceUserResponse) => any;
|
|
1475
|
-
/**
|
|
1476
|
-
* @internal
|
|
1477
|
-
*/
|
|
1478
|
-
export declare const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserEndpointRequest) => any;
|
|
1479
1554
|
/**
|
|
1480
1555
|
* @internal
|
|
1481
1556
|
*/
|
|
@@ -1528,10 +1603,6 @@ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTa
|
|
|
1528
1603
|
* @internal
|
|
1529
1604
|
*/
|
|
1530
1605
|
export declare const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: RegisterAppInstanceUserEndpointRequest) => any;
|
|
1531
|
-
/**
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
1534
|
-
export declare const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: RegisterAppInstanceUserEndpointResponse) => any;
|
|
1535
1606
|
/**
|
|
1536
1607
|
* @internal
|
|
1537
1608
|
*/
|
|
@@ -1556,7 +1627,3 @@ export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: Updat
|
|
|
1556
1627
|
* @internal
|
|
1557
1628
|
*/
|
|
1558
1629
|
export declare const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserEndpointRequest) => any;
|
|
1559
|
-
/**
|
|
1560
|
-
* @internal
|
|
1561
|
-
*/
|
|
1562
|
-
export declare const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserEndpointResponse) => any;
|
|
@@ -24,12 +24,31 @@ export interface AppInstanceAdmin {
|
|
|
24
24
|
export interface AppInstanceAdminSummary {
|
|
25
25
|
Admin?: Identity;
|
|
26
26
|
}
|
|
27
|
+
export declare const StandardMessages: {
|
|
28
|
+
readonly ALL: "ALL";
|
|
29
|
+
readonly AUTO: "AUTO";
|
|
30
|
+
readonly MENTIONS: "MENTIONS";
|
|
31
|
+
readonly NONE: "NONE";
|
|
32
|
+
};
|
|
33
|
+
export type StandardMessages =
|
|
34
|
+
(typeof StandardMessages)[keyof typeof StandardMessages];
|
|
35
|
+
export declare const TargetedMessages: {
|
|
36
|
+
readonly ALL: "ALL";
|
|
37
|
+
readonly NONE: "NONE";
|
|
38
|
+
};
|
|
39
|
+
export type TargetedMessages =
|
|
40
|
+
(typeof TargetedMessages)[keyof typeof TargetedMessages];
|
|
41
|
+
export interface InvokedBy {
|
|
42
|
+
StandardMessages: StandardMessages | string | undefined;
|
|
43
|
+
TargetedMessages: TargetedMessages | string | undefined;
|
|
44
|
+
}
|
|
27
45
|
export declare const RespondsTo: {
|
|
28
46
|
readonly STANDARD_MESSAGES: "STANDARD_MESSAGES";
|
|
29
47
|
};
|
|
30
48
|
export type RespondsTo = (typeof RespondsTo)[keyof typeof RespondsTo];
|
|
31
49
|
export interface LexConfiguration {
|
|
32
|
-
RespondsTo
|
|
50
|
+
RespondsTo?: RespondsTo | string;
|
|
51
|
+
InvokedBy?: InvokedBy;
|
|
33
52
|
LexBotAliasArn: string | undefined;
|
|
34
53
|
LocaleId: string | undefined;
|
|
35
54
|
WelcomeIntent?: string;
|
|
@@ -425,6 +444,7 @@ export interface UpdateAppInstanceBotRequest {
|
|
|
425
444
|
AppInstanceBotArn: string | undefined;
|
|
426
445
|
Name: string | undefined;
|
|
427
446
|
Metadata: string | undefined;
|
|
447
|
+
Configuration?: Configuration;
|
|
428
448
|
}
|
|
429
449
|
export interface UpdateAppInstanceBotResponse {
|
|
430
450
|
AppInstanceBotArn?: string;
|
|
@@ -492,9 +512,6 @@ export declare const CreateAppInstanceBotRequestFilterSensitiveLog: (
|
|
|
492
512
|
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (
|
|
493
513
|
obj: CreateAppInstanceUserRequest
|
|
494
514
|
) => any;
|
|
495
|
-
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
496
|
-
obj: DeregisterAppInstanceUserEndpointRequest
|
|
497
|
-
) => any;
|
|
498
515
|
export declare const DescribeAppInstanceResponseFilterSensitiveLog: (
|
|
499
516
|
obj: DescribeAppInstanceResponse
|
|
500
517
|
) => any;
|
|
@@ -507,9 +524,6 @@ export declare const DescribeAppInstanceBotResponseFilterSensitiveLog: (
|
|
|
507
524
|
export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (
|
|
508
525
|
obj: DescribeAppInstanceUserResponse
|
|
509
526
|
) => any;
|
|
510
|
-
export declare const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
511
|
-
obj: DescribeAppInstanceUserEndpointRequest
|
|
512
|
-
) => any;
|
|
513
527
|
export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
514
528
|
obj: DescribeAppInstanceUserEndpointResponse
|
|
515
529
|
) => any;
|
|
@@ -549,9 +563,6 @@ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
|
549
563
|
export declare const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
550
564
|
obj: RegisterAppInstanceUserEndpointRequest
|
|
551
565
|
) => any;
|
|
552
|
-
export declare const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
553
|
-
obj: RegisterAppInstanceUserEndpointResponse
|
|
554
|
-
) => any;
|
|
555
566
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
556
567
|
obj: TagResourceRequest
|
|
557
568
|
) => any;
|
|
@@ -570,6 +581,3 @@ export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (
|
|
|
570
581
|
export declare const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
571
582
|
obj: UpdateAppInstanceUserEndpointRequest
|
|
572
583
|
) => any;
|
|
573
|
-
export declare const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
574
|
-
obj: UpdateAppInstanceUserEndpointResponse
|
|
575
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.358.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.358.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.358.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.357.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.358.0",
|
|
43
|
+
"@aws-sdk/types": "3.357.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.358.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.358.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|