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