@aws-sdk/client-chime-sdk-identity 3.414.0 → 3.421.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.
Files changed (62) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +5 -0
  3. package/dist-cjs/commands/CreateAppInstanceBotCommand.js +5 -0
  4. package/dist-cjs/commands/CreateAppInstanceCommand.js +5 -0
  5. package/dist-cjs/commands/CreateAppInstanceUserCommand.js +5 -0
  6. package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteAppInstanceCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +5 -0
  10. package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +5 -0
  11. package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +5 -0
  12. package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +5 -0
  13. package/dist-cjs/commands/DescribeAppInstanceCommand.js +5 -0
  14. package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +5 -0
  15. package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +5 -0
  16. package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +5 -0
  17. package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +5 -0
  18. package/dist-cjs/commands/ListAppInstanceBotsCommand.js +5 -0
  19. package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +5 -0
  20. package/dist-cjs/commands/ListAppInstanceUsersCommand.js +5 -0
  21. package/dist-cjs/commands/ListAppInstancesCommand.js +5 -0
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  23. package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +5 -0
  24. package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +5 -0
  25. package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +5 -0
  26. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  27. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  28. package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +5 -0
  29. package/dist-cjs/commands/UpdateAppInstanceCommand.js +5 -0
  30. package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +5 -0
  32. package/dist-es/commands/CreateAppInstanceAdminCommand.js +5 -0
  33. package/dist-es/commands/CreateAppInstanceBotCommand.js +5 -0
  34. package/dist-es/commands/CreateAppInstanceCommand.js +5 -0
  35. package/dist-es/commands/CreateAppInstanceUserCommand.js +5 -0
  36. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +5 -0
  37. package/dist-es/commands/DeleteAppInstanceBotCommand.js +5 -0
  38. package/dist-es/commands/DeleteAppInstanceCommand.js +5 -0
  39. package/dist-es/commands/DeleteAppInstanceUserCommand.js +5 -0
  40. package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +5 -0
  41. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +5 -0
  42. package/dist-es/commands/DescribeAppInstanceBotCommand.js +5 -0
  43. package/dist-es/commands/DescribeAppInstanceCommand.js +5 -0
  44. package/dist-es/commands/DescribeAppInstanceUserCommand.js +5 -0
  45. package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +5 -0
  46. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +5 -0
  47. package/dist-es/commands/ListAppInstanceAdminsCommand.js +5 -0
  48. package/dist-es/commands/ListAppInstanceBotsCommand.js +5 -0
  49. package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +5 -0
  50. package/dist-es/commands/ListAppInstanceUsersCommand.js +5 -0
  51. package/dist-es/commands/ListAppInstancesCommand.js +5 -0
  52. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  53. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +5 -0
  54. package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +5 -0
  55. package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +5 -0
  56. package/dist-es/commands/TagResourceCommand.js +5 -0
  57. package/dist-es/commands/UntagResourceCommand.js +5 -0
  58. package/dist-es/commands/UpdateAppInstanceBotCommand.js +5 -0
  59. package/dist-es/commands/UpdateAppInstanceCommand.js +5 -0
  60. package/dist-es/commands/UpdateAppInstanceUserCommand.js +5 -0
  61. package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +5 -0
  62. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class UpdateAppInstanceUserEndpointCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateAppInstanceUserEndpointCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeIdentityService",
39
+ operation: "UpdateAppInstanceUserEndpoint",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAppInstanceAdminCommand, se_CreateAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateAppInstanceAdminCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateAppInstanceAdminResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "CreateAppInstanceAdmin",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateAppInstanceBotRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAppInstanceBotCommand, se_CreateAppInstanceBotCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateAppInstanceBotCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateAppInstanceBotRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "CreateAppInstanceBot",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateAppInstanceRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAppInstanceCommand, se_CreateAppInstanceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateAppInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateAppInstanceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "CreateAppInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateAppInstanceUserRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAppInstanceUserCommand, se_CreateAppInstanceUserCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateAppInstanceUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateAppInstanceUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "CreateAppInstanceUser",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppInstanceAdminCommand, se_DeleteAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppInstanceAdminCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppInstanceAdminCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "DeleteAppInstanceAdmin",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppInstanceBotCommand, se_DeleteAppInstanceBotCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppInstanceBotCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppInstanceBotCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "DeleteAppInstanceBot",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppInstanceCommand, se_DeleteAppInstanceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppInstanceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppInstanceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "DeleteAppInstance",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppInstanceUserCommand, se_DeleteAppInstanceUserCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppInstanceUserCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppInstanceUserCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "DeleteAppInstanceUser",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeregisterAppInstanceUserEndpointCommand, se_DeregisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeregisterAppInstanceUserEndpointCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "DeregisterAppInstanceUserEndpoint",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAppInstanceAdminCommand, se_DescribeAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppInstanceAdminCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppInstanceAdminResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "DescribeAppInstanceAdmin",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppInstanceBotResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAppInstanceBotCommand, se_DescribeAppInstanceBotCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppInstanceBotCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppInstanceBotResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "DescribeAppInstanceBot",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppInstanceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAppInstanceCommand, se_DescribeAppInstanceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppInstanceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "DescribeAppInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAppInstanceUserCommand, se_DescribeAppInstanceUserCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppInstanceUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppInstanceUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "DescribeAppInstanceUser",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppInstanceUserEndpointResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAppInstanceUserEndpointCommand, se_DescribeAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppInstanceUserEndpointResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "DescribeAppInstanceUserEndpoint",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAppInstanceRetentionSettingsCommand, se_GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetAppInstanceRetentionSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "GetAppInstanceRetentionSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAppInstanceAdminsRequestFilterSensitiveLog, ListAppInstanceAdminsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListAppInstanceAdminsCommand, se_ListAppInstanceAdminsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAppInstanceAdminsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListAppInstanceAdminsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListAppInstanceAdminsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "ListAppInstanceAdmins",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAppInstanceBotsRequestFilterSensitiveLog, ListAppInstanceBotsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListAppInstanceBotsCommand, se_ListAppInstanceBotsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAppInstanceBotsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListAppInstanceBotsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListAppInstanceBotsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "ListAppInstanceBots",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAppInstanceUserEndpointsRequestFilterSensitiveLog, ListAppInstanceUserEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListAppInstanceUserEndpointsCommand, se_ListAppInstanceUserEndpointsCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAppInstanceUserEndpointsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListAppInstanceUserEndpointsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListAppInstanceUserEndpointsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "ListAppInstanceUserEndpoints",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAppInstanceUsersRequestFilterSensitiveLog, ListAppInstanceUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListAppInstanceUsersCommand, se_ListAppInstanceUsersCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAppInstanceUsersCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListAppInstanceUsersRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListAppInstanceUsersResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "ListAppInstanceUsers",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAppInstancesRequestFilterSensitiveLog, ListAppInstancesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListAppInstancesCommand, se_ListAppInstancesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAppInstancesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListAppInstancesRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListAppInstancesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "ListAppInstances",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListTagsForResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "ListTagsForResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutAppInstanceRetentionSettingsCommand, se_PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutAppInstanceRetentionSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "PutAppInstanceRetentionSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutAppInstanceUserExpirationSettingsCommand, se_PutAppInstanceUserExpirationSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutAppInstanceUserExpirationSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutAppInstanceUserExpirationSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeIdentityService",
35
+ operation: "PutAppInstanceUserExpirationSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { RegisterAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_RegisterAppInstanceUserEndpointCommand, se_RegisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: RegisterAppInstanceUserEndpointRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "RegisterAppInstanceUserEndpoint",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class TagResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "TagResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UntagResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "UntagResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateAppInstanceBotRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UpdateAppInstanceBotCommand, se_UpdateAppInstanceBotCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateAppInstanceBotCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateAppInstanceBotRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "UpdateAppInstanceBot",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateAppInstanceRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UpdateAppInstanceCommand, se_UpdateAppInstanceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateAppInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateAppInstanceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "UpdateAppInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateAppInstanceUserRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UpdateAppInstanceUserCommand, se_UpdateAppInstanceUserCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateAppInstanceUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateAppInstanceUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "UpdateAppInstanceUser",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UpdateAppInstanceUserEndpointCommand, se_UpdateAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeIdentityService",
36
+ operation: "UpdateAppInstanceUserEndpoint",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);