@aws-sdk/client-lex-models-v2 3.294.0 → 3.296.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 (147) hide show
  1. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +4 -4
  2. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +4 -4
  3. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +4 -4
  4. package/dist-cjs/commands/BuildBotLocaleCommand.js +4 -4
  5. package/dist-cjs/commands/CreateBotAliasCommand.js +4 -4
  6. package/dist-cjs/commands/CreateBotCommand.js +4 -4
  7. package/dist-cjs/commands/CreateBotLocaleCommand.js +4 -4
  8. package/dist-cjs/commands/CreateBotVersionCommand.js +4 -4
  9. package/dist-cjs/commands/CreateExportCommand.js +4 -4
  10. package/dist-cjs/commands/CreateIntentCommand.js +4 -4
  11. package/dist-cjs/commands/CreateResourcePolicyCommand.js +4 -4
  12. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +4 -4
  13. package/dist-cjs/commands/CreateSlotCommand.js +4 -4
  14. package/dist-cjs/commands/CreateSlotTypeCommand.js +4 -4
  15. package/dist-cjs/commands/CreateUploadUrlCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteBotAliasCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteBotCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteBotLocaleCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteBotVersionCommand.js +4 -4
  20. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +4 -4
  21. package/dist-cjs/commands/DeleteExportCommand.js +4 -4
  22. package/dist-cjs/commands/DeleteImportCommand.js +4 -4
  23. package/dist-cjs/commands/DeleteIntentCommand.js +4 -4
  24. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +4 -4
  25. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +4 -4
  26. package/dist-cjs/commands/DeleteSlotCommand.js +4 -4
  27. package/dist-cjs/commands/DeleteSlotTypeCommand.js +4 -4
  28. package/dist-cjs/commands/DeleteUtterancesCommand.js +4 -4
  29. package/dist-cjs/commands/DescribeBotAliasCommand.js +4 -4
  30. package/dist-cjs/commands/DescribeBotCommand.js +4 -4
  31. package/dist-cjs/commands/DescribeBotLocaleCommand.js +4 -4
  32. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +4 -4
  33. package/dist-cjs/commands/DescribeBotVersionCommand.js +4 -4
  34. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +4 -4
  35. package/dist-cjs/commands/DescribeExportCommand.js +4 -4
  36. package/dist-cjs/commands/DescribeImportCommand.js +4 -4
  37. package/dist-cjs/commands/DescribeIntentCommand.js +4 -4
  38. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +4 -4
  39. package/dist-cjs/commands/DescribeSlotCommand.js +4 -4
  40. package/dist-cjs/commands/DescribeSlotTypeCommand.js +4 -4
  41. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +4 -4
  42. package/dist-cjs/commands/ListBotAliasesCommand.js +4 -4
  43. package/dist-cjs/commands/ListBotLocalesCommand.js +4 -4
  44. package/dist-cjs/commands/ListBotRecommendationsCommand.js +4 -4
  45. package/dist-cjs/commands/ListBotVersionsCommand.js +4 -4
  46. package/dist-cjs/commands/ListBotsCommand.js +4 -4
  47. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +4 -4
  48. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +4 -4
  49. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +4 -4
  50. package/dist-cjs/commands/ListExportsCommand.js +4 -4
  51. package/dist-cjs/commands/ListImportsCommand.js +4 -4
  52. package/dist-cjs/commands/ListIntentsCommand.js +4 -4
  53. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +4 -4
  54. package/dist-cjs/commands/ListSlotTypesCommand.js +4 -4
  55. package/dist-cjs/commands/ListSlotsCommand.js +4 -4
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  57. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +4 -4
  58. package/dist-cjs/commands/StartBotRecommendationCommand.js +4 -4
  59. package/dist-cjs/commands/StartImportCommand.js +4 -4
  60. package/dist-cjs/commands/StopBotRecommendationCommand.js +4 -4
  61. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  62. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  63. package/dist-cjs/commands/UpdateBotAliasCommand.js +4 -4
  64. package/dist-cjs/commands/UpdateBotCommand.js +4 -4
  65. package/dist-cjs/commands/UpdateBotLocaleCommand.js +4 -4
  66. package/dist-cjs/commands/UpdateBotRecommendationCommand.js +4 -4
  67. package/dist-cjs/commands/UpdateExportCommand.js +4 -4
  68. package/dist-cjs/commands/UpdateIntentCommand.js +4 -4
  69. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +4 -4
  70. package/dist-cjs/commands/UpdateSlotCommand.js +4 -4
  71. package/dist-cjs/commands/UpdateSlotTypeCommand.js +4 -4
  72. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +4 -4
  73. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +4 -4
  74. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +4 -4
  75. package/dist-es/commands/BuildBotLocaleCommand.js +4 -4
  76. package/dist-es/commands/CreateBotAliasCommand.js +4 -4
  77. package/dist-es/commands/CreateBotCommand.js +4 -4
  78. package/dist-es/commands/CreateBotLocaleCommand.js +4 -4
  79. package/dist-es/commands/CreateBotVersionCommand.js +4 -4
  80. package/dist-es/commands/CreateExportCommand.js +4 -4
  81. package/dist-es/commands/CreateIntentCommand.js +4 -4
  82. package/dist-es/commands/CreateResourcePolicyCommand.js +4 -4
  83. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +4 -4
  84. package/dist-es/commands/CreateSlotCommand.js +4 -4
  85. package/dist-es/commands/CreateSlotTypeCommand.js +4 -4
  86. package/dist-es/commands/CreateUploadUrlCommand.js +4 -4
  87. package/dist-es/commands/DeleteBotAliasCommand.js +4 -4
  88. package/dist-es/commands/DeleteBotCommand.js +4 -4
  89. package/dist-es/commands/DeleteBotLocaleCommand.js +4 -4
  90. package/dist-es/commands/DeleteBotVersionCommand.js +4 -4
  91. package/dist-es/commands/DeleteCustomVocabularyCommand.js +4 -4
  92. package/dist-es/commands/DeleteExportCommand.js +4 -4
  93. package/dist-es/commands/DeleteImportCommand.js +4 -4
  94. package/dist-es/commands/DeleteIntentCommand.js +4 -4
  95. package/dist-es/commands/DeleteResourcePolicyCommand.js +4 -4
  96. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +4 -4
  97. package/dist-es/commands/DeleteSlotCommand.js +4 -4
  98. package/dist-es/commands/DeleteSlotTypeCommand.js +4 -4
  99. package/dist-es/commands/DeleteUtterancesCommand.js +4 -4
  100. package/dist-es/commands/DescribeBotAliasCommand.js +4 -4
  101. package/dist-es/commands/DescribeBotCommand.js +4 -4
  102. package/dist-es/commands/DescribeBotLocaleCommand.js +4 -4
  103. package/dist-es/commands/DescribeBotRecommendationCommand.js +4 -4
  104. package/dist-es/commands/DescribeBotVersionCommand.js +4 -4
  105. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +4 -4
  106. package/dist-es/commands/DescribeExportCommand.js +4 -4
  107. package/dist-es/commands/DescribeImportCommand.js +4 -4
  108. package/dist-es/commands/DescribeIntentCommand.js +4 -4
  109. package/dist-es/commands/DescribeResourcePolicyCommand.js +4 -4
  110. package/dist-es/commands/DescribeSlotCommand.js +4 -4
  111. package/dist-es/commands/DescribeSlotTypeCommand.js +4 -4
  112. package/dist-es/commands/ListAggregatedUtterancesCommand.js +4 -4
  113. package/dist-es/commands/ListBotAliasesCommand.js +4 -4
  114. package/dist-es/commands/ListBotLocalesCommand.js +4 -4
  115. package/dist-es/commands/ListBotRecommendationsCommand.js +4 -4
  116. package/dist-es/commands/ListBotVersionsCommand.js +4 -4
  117. package/dist-es/commands/ListBotsCommand.js +4 -4
  118. package/dist-es/commands/ListBuiltInIntentsCommand.js +4 -4
  119. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +4 -4
  120. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +4 -4
  121. package/dist-es/commands/ListExportsCommand.js +4 -4
  122. package/dist-es/commands/ListImportsCommand.js +4 -4
  123. package/dist-es/commands/ListIntentsCommand.js +4 -4
  124. package/dist-es/commands/ListRecommendedIntentsCommand.js +4 -4
  125. package/dist-es/commands/ListSlotTypesCommand.js +4 -4
  126. package/dist-es/commands/ListSlotsCommand.js +4 -4
  127. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  128. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +4 -4
  129. package/dist-es/commands/StartBotRecommendationCommand.js +4 -4
  130. package/dist-es/commands/StartImportCommand.js +4 -4
  131. package/dist-es/commands/StopBotRecommendationCommand.js +4 -4
  132. package/dist-es/commands/TagResourceCommand.js +4 -4
  133. package/dist-es/commands/UntagResourceCommand.js +4 -4
  134. package/dist-es/commands/UpdateBotAliasCommand.js +4 -4
  135. package/dist-es/commands/UpdateBotCommand.js +4 -4
  136. package/dist-es/commands/UpdateBotLocaleCommand.js +4 -4
  137. package/dist-es/commands/UpdateBotRecommendationCommand.js +4 -4
  138. package/dist-es/commands/UpdateExportCommand.js +4 -4
  139. package/dist-es/commands/UpdateIntentCommand.js +4 -4
  140. package/dist-es/commands/UpdateResourcePolicyCommand.js +4 -4
  141. package/dist-es/commands/UpdateSlotCommand.js +4 -4
  142. package/dist-es/commands/UpdateSlotTypeCommand.js +4 -4
  143. package/dist-types/LexModelsV2Client.d.ts +4 -4
  144. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  145. package/dist-types/ts3.4/LexModelsV2Client.d.ts +4 -4
  146. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  147. package/package.json +37 -37
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeBotAliasCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeBotAliasCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeBotAliasCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeBotCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeBotCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeBotCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeBotLocaleCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeBotLocaleCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeBotLocaleCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeBotRecommendationCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeBotRecommendationCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeBotRecommendationCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeBotVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeBotVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeBotVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeCustomVocabularyMetadataCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeCustomVocabularyMetadataCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeCustomVocabularyMetadataCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeExportCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeExportCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeExportCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeImportCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeImportCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeImportCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const models_0_1 = require("../models/models_0");
8
8
  const models_1_1 = require("../models/models_1");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
10
  class DescribeIntentCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class DescribeIntentCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIntentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeResourcePolicyCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeResourcePolicyCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeResourcePolicyCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const models_0_1 = require("../models/models_0");
8
8
  const models_1_1 = require("../models/models_1");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
10
  class DescribeSlotCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class DescribeSlotCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeSlotCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeSlotTypeCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DescribeSlotTypeCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeSlotTypeCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListAggregatedUtterancesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListAggregatedUtterancesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAggregatedUtterancesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBotAliasesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBotAliasesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBotAliasesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBotLocalesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBotLocalesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBotLocalesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBotRecommendationsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBotRecommendationsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBotRecommendationsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBotVersionsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBotVersionsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBotVersionsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBotsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBotsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBotsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBuiltInIntentsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBuiltInIntentsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBuiltInIntentsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListBuiltInSlotTypesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListBuiltInSlotTypesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBuiltInSlotTypesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListCustomVocabularyItemsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListCustomVocabularyItemsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListCustomVocabularyItemsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListExportsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListExportsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListExportsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListImportsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListImportsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListImportsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListIntentsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListIntentsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIntentsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListRecommendedIntentsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListRecommendedIntentsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRecommendedIntentsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSlotTypesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListSlotTypesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListSlotTypesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSlotsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListSlotsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListSlotsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));