@aws-sdk/client-lex-models-v2 3.293.0 → 3.295.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
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBotAliasesRequestFilterSensitiveLog, ListBotAliasesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBotAliasesCommand, serializeAws_restJson1ListBotAliasesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBotAliasesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBotAliasesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBotAliasesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBotLocalesRequestFilterSensitiveLog, ListBotLocalesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBotLocalesCommand, serializeAws_restJson1ListBotLocalesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBotLocalesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBotLocalesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBotLocalesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBotRecommendationsRequestFilterSensitiveLog, ListBotRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBotRecommendationsCommand, serializeAws_restJson1ListBotRecommendationsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBotRecommendationsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBotRecommendationsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBotRecommendationsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBotVersionsRequestFilterSensitiveLog, ListBotVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBotVersionsCommand, serializeAws_restJson1ListBotVersionsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBotVersionsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBotVersionsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBotVersionsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBotsRequestFilterSensitiveLog, ListBotsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBotsCommand, serializeAws_restJson1ListBotsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBotsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBotsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBotsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBuiltInIntentsRequestFilterSensitiveLog, ListBuiltInIntentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBuiltInIntentsCommand, serializeAws_restJson1ListBuiltInIntentsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBuiltInIntentsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBuiltInIntentsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBuiltInIntentsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBuiltInSlotTypesRequestFilterSensitiveLog, ListBuiltInSlotTypesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBuiltInSlotTypesCommand, serializeAws_restJson1ListBuiltInSlotTypesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBuiltInSlotTypesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListBuiltInSlotTypesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListBuiltInSlotTypesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListCustomVocabularyItemsRequestFilterSensitiveLog, ListCustomVocabularyItemsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListCustomVocabularyItemsCommand, serializeAws_restJson1ListCustomVocabularyItemsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListCustomVocabularyItemsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListCustomVocabularyItemsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListCustomVocabularyItemsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListExportsRequestFilterSensitiveLog, ListExportsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListExportsCommand, serializeAws_restJson1ListExportsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListExportsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListExportsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListExportsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListImportsRequestFilterSensitiveLog, ListImportsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListImportsCommand, serializeAws_restJson1ListImportsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListImportsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListImportsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListImportsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListIntentsRequestFilterSensitiveLog, ListIntentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIntentsCommand, serializeAws_restJson1ListIntentsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListIntentsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListIntentsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListIntentsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListRecommendedIntentsRequestFilterSensitiveLog, ListRecommendedIntentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRecommendedIntentsCommand, serializeAws_restJson1ListRecommendedIntentsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListRecommendedIntentsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListRecommendedIntentsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListRecommendedIntentsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSlotTypesRequestFilterSensitiveLog, ListSlotTypesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSlotTypesCommand, serializeAws_restJson1ListSlotTypesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSlotTypesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListSlotTypesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListSlotTypesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSlotsRequestFilterSensitiveLog, ListSlotsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSlotsCommand, serializeAws_restJson1ListSlotsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSlotsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListSlotsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListSlotsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListTagsForResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { SearchAssociatedTranscriptsRequestFilterSensitiveLog, SearchAssociatedTranscriptsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SearchAssociatedTranscriptsCommand, serializeAws_restJson1SearchAssociatedTranscriptsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class SearchAssociatedTranscriptsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class SearchAssociatedTranscriptsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, SearchAssociatedTranscriptsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartBotRecommendationRequestFilterSensitiveLog, StartBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartBotRecommendationCommand, serializeAws_restJson1StartBotRecommendationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartBotRecommendationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class StartBotRecommendationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, StartBotRecommendationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartImportRequestFilterSensitiveLog, StartImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartImportCommand, serializeAws_restJson1StartImportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartImportCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class StartImportCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, StartImportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StopBotRecommendationRequestFilterSensitiveLog, StopBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StopBotRecommendationCommand, serializeAws_restJson1StopBotRecommendationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StopBotRecommendationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class StopBotRecommendationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, StopBotRecommendationCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { TagResourceResponseFilterSensitiveLog } from "../models/models_1";
6
6
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
7
7
  export class TagResourceCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
11
- }
12
8
  static getEndpointParameterInstructions() {
13
9
  return {
14
10
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17,6 +13,10 @@ export class TagResourceCommand extends $Command {
17
13
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
14
  };
19
15
  }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
20
  resolveMiddleware(clientStack, configuration, options) {
21
21
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
22
  this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UntagResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UntagResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBotAliasRequestFilterSensitiveLog, UpdateBotAliasResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateBotAliasCommand, serializeAws_restJson1UpdateBotAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateBotAliasCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateBotAliasCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateBotAliasCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBotRequestFilterSensitiveLog, UpdateBotResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateBotCommand, serializeAws_restJson1UpdateBotCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateBotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateBotCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateBotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBotLocaleRequestFilterSensitiveLog, UpdateBotLocaleResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateBotLocaleCommand, serializeAws_restJson1UpdateBotLocaleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateBotLocaleCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateBotLocaleCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateBotLocaleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBotRecommendationRequestFilterSensitiveLog, UpdateBotRecommendationResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateBotRecommendationCommand, serializeAws_restJson1UpdateBotRecommendationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateBotRecommendationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateBotRecommendationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateBotRecommendationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateExportRequestFilterSensitiveLog, UpdateExportResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateExportCommand, serializeAws_restJson1UpdateExportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateExportCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateExportCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateExportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateIntentRequestFilterSensitiveLog, UpdateIntentResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateIntentCommand, serializeAws_restJson1UpdateIntentCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateIntentCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateIntentCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateIntentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateResourcePolicyRequestFilterSensitiveLog, UpdateResourcePolicyResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateResourcePolicyCommand, serializeAws_restJson1UpdateResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateResourcePolicyCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateResourcePolicyCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateResourcePolicyCommand.getEndpointParameterInstructions()));