@aws-sdk/client-chime-sdk-identity 3.131.0 → 3.137.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 (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAppInstanceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAppInstanceUserCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteAppInstanceCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +1 -1
  8. package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
  9. package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeAppInstanceCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +2 -2
  13. package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -2
  14. package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +2 -2
  15. package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +2 -2
  16. package/dist-cjs/commands/ListAppInstanceUsersCommand.js +2 -2
  17. package/dist-cjs/commands/ListAppInstancesCommand.js +2 -2
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +2 -2
  21. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  22. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  23. package/dist-cjs/commands/UpdateAppInstanceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +2 -2
  26. package/dist-cjs/models/models_0.js +307 -425
  27. package/dist-es/commands/CreateAppInstanceAdminCommand.js +3 -3
  28. package/dist-es/commands/CreateAppInstanceCommand.js +3 -3
  29. package/dist-es/commands/CreateAppInstanceUserCommand.js +3 -3
  30. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -2
  31. package/dist-es/commands/DeleteAppInstanceCommand.js +2 -2
  32. package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -2
  33. package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -2
  34. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +3 -3
  35. package/dist-es/commands/DescribeAppInstanceCommand.js +3 -3
  36. package/dist-es/commands/DescribeAppInstanceUserCommand.js +3 -3
  37. package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +3 -3
  38. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +3 -3
  39. package/dist-es/commands/ListAppInstanceAdminsCommand.js +3 -3
  40. package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +3 -3
  41. package/dist-es/commands/ListAppInstanceUsersCommand.js +3 -3
  42. package/dist-es/commands/ListAppInstancesCommand.js +3 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  44. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +3 -3
  45. package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +3 -3
  46. package/dist-es/commands/TagResourceCommand.js +2 -2
  47. package/dist-es/commands/UntagResourceCommand.js +2 -2
  48. package/dist-es/commands/UpdateAppInstanceCommand.js +3 -3
  49. package/dist-es/commands/UpdateAppInstanceUserCommand.js +3 -3
  50. package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +3 -3
  51. package/dist-es/models/models_0.js +66 -240
  52. package/dist-types/models/models_0.d.ts +224 -336
  53. package/dist-types/ts3.4/models/models_0.d.ts +112 -224
  54. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
4
+ import { CreateAppInstanceAdminRequestFilterSensitiveLog, CreateAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateAppInstanceAdminCommand, serializeAws_restJson1CreateAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateAppInstanceAdminCommand = (function (_super) {
7
7
  __extends(CreateAppInstanceAdminCommand, _super);
@@ -20,8 +20,8 @@ var CreateAppInstanceAdminCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateAppInstanceAdminRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateAppInstanceAdminResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateAppInstanceAdminRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateAppInstanceAdminResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
4
+ import { CreateAppInstanceRequestFilterSensitiveLog, CreateAppInstanceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateAppInstanceCommand, serializeAws_restJson1CreateAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateAppInstanceCommand = (function (_super) {
7
7
  __extends(CreateAppInstanceCommand, _super);
@@ -20,8 +20,8 @@ var CreateAppInstanceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateAppInstanceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateAppInstanceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateAppInstanceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateAppInstanceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
4
+ import { CreateAppInstanceUserRequestFilterSensitiveLog, CreateAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateAppInstanceUserCommand, serializeAws_restJson1CreateAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateAppInstanceUserCommand = (function (_super) {
7
7
  __extends(CreateAppInstanceUserCommand, _super);
@@ -20,8 +20,8 @@ var CreateAppInstanceUserCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateAppInstanceUserRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateAppInstanceUserResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateAppInstanceUserRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateAppInstanceUserResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteAppInstanceAdminRequest } from "../models/models_0";
4
+ import { DeleteAppInstanceAdminRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteAppInstanceAdminCommand, serializeAws_restJson1DeleteAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteAppInstanceAdminCommand = (function (_super) {
7
7
  __extends(DeleteAppInstanceAdminCommand, _super);
@@ -20,7 +20,7 @@ var DeleteAppInstanceAdminCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteAppInstanceAdminRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteAppInstanceAdminRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteAppInstanceRequest } from "../models/models_0";
4
+ import { DeleteAppInstanceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteAppInstanceCommand, serializeAws_restJson1DeleteAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteAppInstanceCommand = (function (_super) {
7
7
  __extends(DeleteAppInstanceCommand, _super);
@@ -20,7 +20,7 @@ var DeleteAppInstanceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteAppInstanceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteAppInstanceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteAppInstanceUserRequest } from "../models/models_0";
4
+ import { DeleteAppInstanceUserRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteAppInstanceUserCommand, serializeAws_restJson1DeleteAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteAppInstanceUserCommand = (function (_super) {
7
7
  __extends(DeleteAppInstanceUserCommand, _super);
@@ -20,7 +20,7 @@ var DeleteAppInstanceUserCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteAppInstanceUserRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteAppInstanceUserRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeregisterAppInstanceUserEndpointRequest } from "../models/models_0";
4
+ import { DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeregisterAppInstanceUserEndpointCommand, serializeAws_restJson1DeregisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeregisterAppInstanceUserEndpointCommand = (function (_super) {
7
7
  __extends(DeregisterAppInstanceUserEndpointCommand, _super);
@@ -20,7 +20,7 @@ var DeregisterAppInstanceUserEndpointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeregisterAppInstanceUserEndpointRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
4
+ import { DescribeAppInstanceAdminRequestFilterSensitiveLog, DescribeAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeAppInstanceAdminCommand, serializeAws_restJson1DescribeAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeAppInstanceAdminCommand = (function (_super) {
7
7
  __extends(DescribeAppInstanceAdminCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAppInstanceAdminCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeAppInstanceAdminRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAppInstanceAdminResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeAppInstanceAdminRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAppInstanceAdminResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
4
+ import { DescribeAppInstanceRequestFilterSensitiveLog, DescribeAppInstanceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeAppInstanceCommand, serializeAws_restJson1DescribeAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeAppInstanceCommand = (function (_super) {
7
7
  __extends(DescribeAppInstanceCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAppInstanceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeAppInstanceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAppInstanceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeAppInstanceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAppInstanceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
4
+ import { DescribeAppInstanceUserRequestFilterSensitiveLog, DescribeAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeAppInstanceUserCommand, serializeAws_restJson1DescribeAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeAppInstanceUserCommand = (function (_super) {
7
7
  __extends(DescribeAppInstanceUserCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAppInstanceUserCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeAppInstanceUserRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAppInstanceUserResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeAppInstanceUserRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAppInstanceUserResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeAppInstanceUserEndpointRequest, DescribeAppInstanceUserEndpointResponse } from "../models/models_0";
4
+ import { DescribeAppInstanceUserEndpointRequestFilterSensitiveLog, DescribeAppInstanceUserEndpointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeAppInstanceUserEndpointCommand, serializeAws_restJson1DescribeAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeAppInstanceUserEndpointCommand = (function (_super) {
7
7
  __extends(DescribeAppInstanceUserEndpointCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAppInstanceUserEndpointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeAppInstanceUserEndpointRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAppInstanceUserEndpointResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeAppInstanceUserEndpointRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAppInstanceUserEndpointResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
4
+ import { GetAppInstanceRetentionSettingsRequestFilterSensitiveLog, GetAppInstanceRetentionSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand, serializeAws_restJson1GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetAppInstanceRetentionSettingsCommand = (function (_super) {
7
7
  __extends(GetAppInstanceRetentionSettingsCommand, _super);
@@ -20,8 +20,8 @@ var GetAppInstanceRetentionSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetAppInstanceRetentionSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetAppInstanceRetentionSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetAppInstanceRetentionSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetAppInstanceRetentionSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
4
+ import { ListAppInstanceAdminsRequestFilterSensitiveLog, ListAppInstanceAdminsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppInstanceAdminsCommand, serializeAws_restJson1ListAppInstanceAdminsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAppInstanceAdminsCommand = (function (_super) {
7
7
  __extends(ListAppInstanceAdminsCommand, _super);
@@ -20,8 +20,8 @@ var ListAppInstanceAdminsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAppInstanceAdminsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAppInstanceAdminsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAppInstanceAdminsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAppInstanceAdminsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAppInstanceUserEndpointsRequest, ListAppInstanceUserEndpointsResponse } from "../models/models_0";
4
+ import { ListAppInstanceUserEndpointsRequestFilterSensitiveLog, ListAppInstanceUserEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppInstanceUserEndpointsCommand, serializeAws_restJson1ListAppInstanceUserEndpointsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAppInstanceUserEndpointsCommand = (function (_super) {
7
7
  __extends(ListAppInstanceUserEndpointsCommand, _super);
@@ -20,8 +20,8 @@ var ListAppInstanceUserEndpointsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAppInstanceUserEndpointsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAppInstanceUserEndpointsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAppInstanceUserEndpointsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAppInstanceUserEndpointsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
4
+ import { ListAppInstanceUsersRequestFilterSensitiveLog, ListAppInstanceUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppInstanceUsersCommand, serializeAws_restJson1ListAppInstanceUsersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAppInstanceUsersCommand = (function (_super) {
7
7
  __extends(ListAppInstanceUsersCommand, _super);
@@ -20,8 +20,8 @@ var ListAppInstanceUsersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAppInstanceUsersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAppInstanceUsersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAppInstanceUsersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAppInstanceUsersResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
4
+ import { ListAppInstancesRequestFilterSensitiveLog, ListAppInstancesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppInstancesCommand, serializeAws_restJson1ListAppInstancesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAppInstancesCommand = (function (_super) {
7
7
  __extends(ListAppInstancesCommand, _super);
@@ -20,8 +20,8 @@ var ListAppInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAppInstancesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAppInstancesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAppInstancesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAppInstancesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
4
+ import { PutAppInstanceRetentionSettingsRequestFilterSensitiveLog, PutAppInstanceRetentionSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand, serializeAws_restJson1PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutAppInstanceRetentionSettingsCommand = (function (_super) {
7
7
  __extends(PutAppInstanceRetentionSettingsCommand, _super);
@@ -20,8 +20,8 @@ var PutAppInstanceRetentionSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutAppInstanceRetentionSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutAppInstanceRetentionSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutAppInstanceRetentionSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutAppInstanceRetentionSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterAppInstanceUserEndpointRequest, RegisterAppInstanceUserEndpointResponse } from "../models/models_0";
4
+ import { RegisterAppInstanceUserEndpointRequestFilterSensitiveLog, RegisterAppInstanceUserEndpointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RegisterAppInstanceUserEndpointCommand, serializeAws_restJson1RegisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var RegisterAppInstanceUserEndpointCommand = (function (_super) {
7
7
  __extends(RegisterAppInstanceUserEndpointCommand, _super);
@@ -20,8 +20,8 @@ var RegisterAppInstanceUserEndpointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RegisterAppInstanceUserEndpointRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RegisterAppInstanceUserEndpointResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RegisterAppInstanceUserEndpointRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RegisterAppInstanceUserEndpointResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
4
+ import { UpdateAppInstanceRequestFilterSensitiveLog, UpdateAppInstanceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateAppInstanceCommand, serializeAws_restJson1UpdateAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateAppInstanceCommand = (function (_super) {
7
7
  __extends(UpdateAppInstanceCommand, _super);
@@ -20,8 +20,8 @@ var UpdateAppInstanceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAppInstanceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateAppInstanceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAppInstanceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateAppInstanceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAppInstanceUserRequest, UpdateAppInstanceUserResponse } from "../models/models_0";
4
+ import { UpdateAppInstanceUserRequestFilterSensitiveLog, UpdateAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateAppInstanceUserCommand, serializeAws_restJson1UpdateAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateAppInstanceUserCommand = (function (_super) {
7
7
  __extends(UpdateAppInstanceUserCommand, _super);
@@ -20,8 +20,8 @@ var UpdateAppInstanceUserCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAppInstanceUserRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateAppInstanceUserResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAppInstanceUserRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateAppInstanceUserResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAppInstanceUserEndpointRequest, UpdateAppInstanceUserEndpointResponse } from "../models/models_0";
4
+ import { UpdateAppInstanceUserEndpointRequestFilterSensitiveLog, UpdateAppInstanceUserEndpointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateAppInstanceUserEndpointCommand, serializeAws_restJson1UpdateAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateAppInstanceUserEndpointCommand = (function (_super) {
7
7
  __extends(UpdateAppInstanceUserEndpointCommand, _super);
@@ -20,8 +20,8 @@ var UpdateAppInstanceUserEndpointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAppInstanceUserEndpointRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateAppInstanceUserEndpointResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateAppInstanceUserEndpointResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {