@aws-sdk/client-lex-models-v2 3.183.0 → 3.186.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 (103) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/LexModelsV2.js +277 -270
  4. package/dist-es/LexModelsV2Client.js +28 -22
  5. package/dist-es/commands/BuildBotLocaleCommand.js +28 -21
  6. package/dist-es/commands/CreateBotAliasCommand.js +28 -21
  7. package/dist-es/commands/CreateBotCommand.js +28 -21
  8. package/dist-es/commands/CreateBotLocaleCommand.js +28 -21
  9. package/dist-es/commands/CreateBotVersionCommand.js +28 -21
  10. package/dist-es/commands/CreateExportCommand.js +28 -21
  11. package/dist-es/commands/CreateIntentCommand.js +28 -21
  12. package/dist-es/commands/CreateResourcePolicyCommand.js +28 -21
  13. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +28 -21
  14. package/dist-es/commands/CreateSlotCommand.js +28 -21
  15. package/dist-es/commands/CreateSlotTypeCommand.js +28 -21
  16. package/dist-es/commands/CreateUploadUrlCommand.js +28 -21
  17. package/dist-es/commands/DeleteBotAliasCommand.js +28 -21
  18. package/dist-es/commands/DeleteBotCommand.js +28 -21
  19. package/dist-es/commands/DeleteBotLocaleCommand.js +28 -21
  20. package/dist-es/commands/DeleteBotVersionCommand.js +28 -21
  21. package/dist-es/commands/DeleteCustomVocabularyCommand.js +28 -21
  22. package/dist-es/commands/DeleteExportCommand.js +28 -21
  23. package/dist-es/commands/DeleteImportCommand.js +28 -21
  24. package/dist-es/commands/DeleteIntentCommand.js +29 -22
  25. package/dist-es/commands/DeleteResourcePolicyCommand.js +28 -21
  26. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +28 -21
  27. package/dist-es/commands/DeleteSlotCommand.js +29 -22
  28. package/dist-es/commands/DeleteSlotTypeCommand.js +29 -22
  29. package/dist-es/commands/DeleteUtterancesCommand.js +28 -21
  30. package/dist-es/commands/DescribeBotAliasCommand.js +28 -21
  31. package/dist-es/commands/DescribeBotCommand.js +28 -21
  32. package/dist-es/commands/DescribeBotLocaleCommand.js +28 -21
  33. package/dist-es/commands/DescribeBotRecommendationCommand.js +28 -21
  34. package/dist-es/commands/DescribeBotVersionCommand.js +28 -21
  35. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +28 -21
  36. package/dist-es/commands/DescribeExportCommand.js +28 -21
  37. package/dist-es/commands/DescribeImportCommand.js +28 -21
  38. package/dist-es/commands/DescribeIntentCommand.js +28 -21
  39. package/dist-es/commands/DescribeResourcePolicyCommand.js +28 -21
  40. package/dist-es/commands/DescribeSlotCommand.js +28 -21
  41. package/dist-es/commands/DescribeSlotTypeCommand.js +28 -21
  42. package/dist-es/commands/ListAggregatedUtterancesCommand.js +28 -21
  43. package/dist-es/commands/ListBotAliasesCommand.js +28 -21
  44. package/dist-es/commands/ListBotLocalesCommand.js +28 -21
  45. package/dist-es/commands/ListBotRecommendationsCommand.js +28 -21
  46. package/dist-es/commands/ListBotVersionsCommand.js +28 -21
  47. package/dist-es/commands/ListBotsCommand.js +28 -21
  48. package/dist-es/commands/ListBuiltInIntentsCommand.js +28 -21
  49. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +28 -21
  50. package/dist-es/commands/ListExportsCommand.js +28 -21
  51. package/dist-es/commands/ListImportsCommand.js +28 -21
  52. package/dist-es/commands/ListIntentsCommand.js +28 -21
  53. package/dist-es/commands/ListRecommendedIntentsCommand.js +28 -21
  54. package/dist-es/commands/ListSlotTypesCommand.js +28 -21
  55. package/dist-es/commands/ListSlotsCommand.js +28 -21
  56. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  57. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +28 -21
  58. package/dist-es/commands/StartBotRecommendationCommand.js +28 -21
  59. package/dist-es/commands/StartImportCommand.js +28 -21
  60. package/dist-es/commands/StopBotRecommendationCommand.js +28 -21
  61. package/dist-es/commands/TagResourceCommand.js +28 -21
  62. package/dist-es/commands/UntagResourceCommand.js +28 -21
  63. package/dist-es/commands/UpdateBotAliasCommand.js +28 -21
  64. package/dist-es/commands/UpdateBotCommand.js +28 -21
  65. package/dist-es/commands/UpdateBotLocaleCommand.js +28 -21
  66. package/dist-es/commands/UpdateBotRecommendationCommand.js +28 -21
  67. package/dist-es/commands/UpdateExportCommand.js +28 -21
  68. package/dist-es/commands/UpdateIntentCommand.js +28 -21
  69. package/dist-es/commands/UpdateResourcePolicyCommand.js +28 -21
  70. package/dist-es/commands/UpdateSlotCommand.js +28 -21
  71. package/dist-es/commands/UpdateSlotTypeCommand.js +28 -21
  72. package/dist-es/endpoints.js +8 -8
  73. package/dist-es/models/LexModelsV2ServiceException.js +10 -5
  74. package/dist-es/models/models_0.js +319 -808
  75. package/dist-es/models/models_1.js +27 -78
  76. package/dist-es/pagination/ListAggregatedUtterancesPaginator.js +68 -25
  77. package/dist-es/pagination/ListBotAliasesPaginator.js +68 -25
  78. package/dist-es/pagination/ListBotLocalesPaginator.js +68 -25
  79. package/dist-es/pagination/ListBotRecommendationsPaginator.js +68 -25
  80. package/dist-es/pagination/ListBotVersionsPaginator.js +68 -25
  81. package/dist-es/pagination/ListBotsPaginator.js +68 -25
  82. package/dist-es/pagination/ListBuiltInIntentsPaginator.js +68 -25
  83. package/dist-es/pagination/ListBuiltInSlotTypesPaginator.js +68 -25
  84. package/dist-es/pagination/ListExportsPaginator.js +68 -25
  85. package/dist-es/pagination/ListImportsPaginator.js +68 -25
  86. package/dist-es/pagination/ListIntentsPaginator.js +68 -25
  87. package/dist-es/pagination/ListRecommendedIntentsPaginator.js +68 -25
  88. package/dist-es/pagination/ListSlotTypesPaginator.js +68 -25
  89. package/dist-es/pagination/ListSlotsPaginator.js +68 -25
  90. package/dist-es/protocols/Aws_restJson1.js +8745 -7151
  91. package/dist-es/runtimeConfig.browser.js +12 -26
  92. package/dist-es/runtimeConfig.js +12 -30
  93. package/dist-es/runtimeConfig.native.js +5 -8
  94. package/dist-es/runtimeConfig.shared.js +11 -8
  95. package/dist-es/waiters/waitForBotAliasAvailable.js +65 -45
  96. package/dist-es/waiters/waitForBotAvailable.js +74 -54
  97. package/dist-es/waiters/waitForBotExportCompleted.js +65 -45
  98. package/dist-es/waiters/waitForBotImportCompleted.js +65 -45
  99. package/dist-es/waiters/waitForBotLocaleBuilt.js +74 -54
  100. package/dist-es/waiters/waitForBotLocaleCreated.js +83 -63
  101. package/dist-es/waiters/waitForBotLocaleExpressTestingAvailable.js +83 -63
  102. package/dist-es/waiters/waitForBotVersionAvailable.js +68 -48
  103. package/package.json +34 -34
@@ -1,3 +1,4 @@
1
+ import { __extends } from "tslib";
1
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
2
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,26 +9,31 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
8
9
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
9
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
10
11
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
- export class LexModelsV2Client extends __Client {
12
- constructor(configuration) {
13
- const _config_0 = __getRuntimeConfig(configuration);
14
- const _config_1 = resolveRegionConfig(_config_0);
15
- const _config_2 = resolveEndpointsConfig(_config_1);
16
- const _config_3 = resolveRetryConfig(_config_2);
17
- const _config_4 = resolveHostHeaderConfig(_config_3);
18
- const _config_5 = resolveAwsAuthConfig(_config_4);
19
- const _config_6 = resolveUserAgentConfig(_config_5);
20
- super(_config_6);
21
- this.config = _config_6;
22
- this.middlewareStack.use(getRetryPlugin(this.config));
23
- this.middlewareStack.use(getContentLengthPlugin(this.config));
24
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
25
- this.middlewareStack.use(getLoggerPlugin(this.config));
26
- this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
27
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
28
- this.middlewareStack.use(getUserAgentPlugin(this.config));
12
+ var LexModelsV2Client = (function (_super) {
13
+ __extends(LexModelsV2Client, _super);
14
+ function LexModelsV2Client(configuration) {
15
+ var _this = this;
16
+ var _config_0 = __getRuntimeConfig(configuration);
17
+ var _config_1 = resolveRegionConfig(_config_0);
18
+ var _config_2 = resolveEndpointsConfig(_config_1);
19
+ var _config_3 = resolveRetryConfig(_config_2);
20
+ var _config_4 = resolveHostHeaderConfig(_config_3);
21
+ var _config_5 = resolveAwsAuthConfig(_config_4);
22
+ var _config_6 = resolveUserAgentConfig(_config_5);
23
+ _this = _super.call(this, _config_6) || this;
24
+ _this.config = _config_6;
25
+ _this.middlewareStack.use(getRetryPlugin(_this.config));
26
+ _this.middlewareStack.use(getContentLengthPlugin(_this.config));
27
+ _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
28
+ _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
+ _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
30
+ _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
31
+ _this.middlewareStack.use(getUserAgentPlugin(_this.config));
32
+ return _this;
29
33
  }
30
- destroy() {
31
- super.destroy();
32
- }
33
- }
34
+ LexModelsV2Client.prototype.destroy = function () {
35
+ _super.prototype.destroy.call(this);
36
+ };
37
+ return LexModelsV2Client;
38
+ }(__Client));
39
+ export { LexModelsV2Client };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BuildBotLocaleRequestFilterSensitiveLog, BuildBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1BuildBotLocaleCommand, serializeAws_restJson1BuildBotLocaleCommand, } from "../protocols/Aws_restJson1";
5
- export class BuildBotLocaleCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BuildBotLocaleCommand = (function (_super) {
7
+ __extends(BuildBotLocaleCommand, _super);
8
+ function BuildBotLocaleCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BuildBotLocaleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "BuildBotLocaleCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "BuildBotLocaleCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BuildBotLocaleRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BuildBotLocaleResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ BuildBotLocaleCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1BuildBotLocaleCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BuildBotLocaleCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1BuildBotLocaleCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BuildBotLocaleCommand;
38
+ }($Command));
39
+ export { BuildBotLocaleCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateBotAliasRequestFilterSensitiveLog, CreateBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateBotAliasCommand, serializeAws_restJson1CreateBotAliasCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateBotAliasCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateBotAliasCommand = (function (_super) {
7
+ __extends(CreateBotAliasCommand, _super);
8
+ function CreateBotAliasCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateBotAliasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateBotAliasCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateBotAliasCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateBotAliasRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateBotAliasResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateBotAliasCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateBotAliasCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateBotAliasCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateBotAliasCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateBotAliasCommand;
38
+ }($Command));
39
+ export { CreateBotAliasCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateBotRequestFilterSensitiveLog, CreateBotResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateBotCommand, serializeAws_restJson1CreateBotCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateBotCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateBotCommand = (function (_super) {
7
+ __extends(CreateBotCommand, _super);
8
+ function CreateBotCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateBotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateBotCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateBotCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateBotRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateBotResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateBotCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateBotCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateBotCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateBotCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateBotCommand;
38
+ }($Command));
39
+ export { CreateBotCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateBotLocaleRequestFilterSensitiveLog, CreateBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateBotLocaleCommand, serializeAws_restJson1CreateBotLocaleCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateBotLocaleCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateBotLocaleCommand = (function (_super) {
7
+ __extends(CreateBotLocaleCommand, _super);
8
+ function CreateBotLocaleCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateBotLocaleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateBotLocaleCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateBotLocaleCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateBotLocaleRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateBotLocaleResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateBotLocaleCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateBotLocaleCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateBotLocaleCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateBotLocaleCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateBotLocaleCommand;
38
+ }($Command));
39
+ export { CreateBotLocaleCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateBotVersionRequestFilterSensitiveLog, CreateBotVersionResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateBotVersionCommand, serializeAws_restJson1CreateBotVersionCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateBotVersionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateBotVersionCommand = (function (_super) {
7
+ __extends(CreateBotVersionCommand, _super);
8
+ function CreateBotVersionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateBotVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateBotVersionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateBotVersionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateBotVersionRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateBotVersionResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateBotVersionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateBotVersionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateBotVersionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateBotVersionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateBotVersionCommand;
38
+ }($Command));
39
+ export { CreateBotVersionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateExportRequestFilterSensitiveLog, CreateExportResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateExportCommand, serializeAws_restJson1CreateExportCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateExportCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateExportCommand = (function (_super) {
7
+ __extends(CreateExportCommand, _super);
8
+ function CreateExportCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateExportCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateExportCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateExportCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateExportRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateExportResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateExportCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateExportCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateExportCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateExportCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateExportCommand;
38
+ }($Command));
39
+ export { CreateExportCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateIntentRequestFilterSensitiveLog, CreateIntentResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1CreateIntentCommand, serializeAws_restJson1CreateIntentCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateIntentCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateIntentCommand = (function (_super) {
7
+ __extends(CreateIntentCommand, _super);
8
+ function CreateIntentCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateIntentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateIntentCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateIntentCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateIntentRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateIntentResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateIntentCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateIntentCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateIntentCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateIntentCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateIntentCommand;
38
+ }($Command));
39
+ export { CreateIntentCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateResourcePolicyRequestFilterSensitiveLog, CreateResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateResourcePolicyCommand, serializeAws_restJson1CreateResourcePolicyCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateResourcePolicyCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateResourcePolicyCommand = (function (_super) {
7
+ __extends(CreateResourcePolicyCommand, _super);
8
+ function CreateResourcePolicyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateResourcePolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateResourcePolicyCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateResourcePolicyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateResourcePolicyRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateResourcePolicyResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateResourcePolicyCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateResourcePolicyCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateResourcePolicyCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateResourcePolicyCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateResourcePolicyCommand;
38
+ }($Command));
39
+ export { CreateResourcePolicyCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateResourcePolicyStatementRequestFilterSensitiveLog, CreateResourcePolicyStatementResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateResourcePolicyStatementCommand, serializeAws_restJson1CreateResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateResourcePolicyStatementCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateResourcePolicyStatementCommand = (function (_super) {
7
+ __extends(CreateResourcePolicyStatementCommand, _super);
8
+ function CreateResourcePolicyStatementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateResourcePolicyStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "LexModelsV2Client";
15
- const commandName = "CreateResourcePolicyStatementCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "LexModelsV2Client";
18
+ var commandName = "CreateResourcePolicyStatementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateResourcePolicyStatementRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateResourcePolicyStatementResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateResourcePolicyStatementCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateResourcePolicyStatementCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateResourcePolicyStatementCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateResourcePolicyStatementCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateResourcePolicyStatementCommand;
38
+ }($Command));
39
+ export { CreateResourcePolicyStatementCommand };