@aws-sdk/client-lex-models-v2 3.294.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 { CreateSlotTypeRequestFilterSensitiveLog, CreateSlotTypeResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSlotTypeCommand, serializeAws_restJson1CreateSlotTypeCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateSlotTypeCommand 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 CreateSlotTypeCommand 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, CreateSlotTypeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateUploadUrlRequestFilterSensitiveLog, CreateUploadUrlResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateUploadUrlCommand, serializeAws_restJson1CreateUploadUrlCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateUploadUrlCommand 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 CreateUploadUrlCommand 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, CreateUploadUrlCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBotAliasRequestFilterSensitiveLog, DeleteBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBotAliasCommand, serializeAws_restJson1DeleteBotAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteBotAliasCommand 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 DeleteBotAliasCommand 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, DeleteBotAliasCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBotRequestFilterSensitiveLog, DeleteBotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBotCommand, serializeAws_restJson1DeleteBotCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteBotCommand 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 DeleteBotCommand 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, DeleteBotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBotLocaleRequestFilterSensitiveLog, DeleteBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBotLocaleCommand, serializeAws_restJson1DeleteBotLocaleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteBotLocaleCommand 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 DeleteBotLocaleCommand 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, DeleteBotLocaleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBotVersionRequestFilterSensitiveLog, DeleteBotVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBotVersionCommand, serializeAws_restJson1DeleteBotVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteBotVersionCommand 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 DeleteBotVersionCommand 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, DeleteBotVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteCustomVocabularyRequestFilterSensitiveLog, DeleteCustomVocabularyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteCustomVocabularyCommand, serializeAws_restJson1DeleteCustomVocabularyCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteCustomVocabularyCommand 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 DeleteCustomVocabularyCommand 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, DeleteCustomVocabularyCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteExportRequestFilterSensitiveLog, DeleteExportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteExportCommand, serializeAws_restJson1DeleteExportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteExportCommand 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 DeleteExportCommand 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, DeleteExportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteImportRequestFilterSensitiveLog, DeleteImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteImportCommand, serializeAws_restJson1DeleteImportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteImportCommand 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 DeleteImportCommand 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, DeleteImportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteIntentRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteIntentCommand, serializeAws_restJson1DeleteIntentCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteIntentCommand 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 DeleteIntentCommand 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, DeleteIntentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteResourcePolicyRequestFilterSensitiveLog, DeleteResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteResourcePolicyCommand, serializeAws_restJson1DeleteResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteResourcePolicyCommand 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 DeleteResourcePolicyCommand 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, DeleteResourcePolicyCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteResourcePolicyStatementRequestFilterSensitiveLog, DeleteResourcePolicyStatementResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteResourcePolicyStatementCommand, serializeAws_restJson1DeleteResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteResourcePolicyStatementCommand 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 DeleteResourcePolicyStatementCommand 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, DeleteResourcePolicyStatementCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSlotRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSlotCommand, serializeAws_restJson1DeleteSlotCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSlotCommand 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 DeleteSlotCommand 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, DeleteSlotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSlotTypeRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSlotTypeCommand, serializeAws_restJson1DeleteSlotTypeCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSlotTypeCommand 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 DeleteSlotTypeCommand 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, DeleteSlotTypeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteUtterancesRequestFilterSensitiveLog, DeleteUtterancesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteUtterancesCommand, serializeAws_restJson1DeleteUtterancesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteUtterancesCommand 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 DeleteUtterancesCommand 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, DeleteUtterancesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBotAliasRequestFilterSensitiveLog, DescribeBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBotAliasCommand, serializeAws_restJson1DescribeBotAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeBotAliasCommand 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 DescribeBotAliasCommand 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, DescribeBotAliasCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBotRequestFilterSensitiveLog, DescribeBotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBotCommand, serializeAws_restJson1DescribeBotCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeBotCommand 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 DescribeBotCommand 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, DescribeBotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBotLocaleRequestFilterSensitiveLog, DescribeBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBotLocaleCommand, serializeAws_restJson1DescribeBotLocaleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeBotLocaleCommand 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 DescribeBotLocaleCommand 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, DescribeBotLocaleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBotRecommendationRequestFilterSensitiveLog, DescribeBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBotRecommendationCommand, serializeAws_restJson1DescribeBotRecommendationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeBotRecommendationCommand 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 DescribeBotRecommendationCommand 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, DescribeBotRecommendationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBotVersionRequestFilterSensitiveLog, DescribeBotVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBotVersionCommand, serializeAws_restJson1DescribeBotVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeBotVersionCommand 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 DescribeBotVersionCommand 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, DescribeBotVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeCustomVocabularyMetadataRequestFilterSensitiveLog, DescribeCustomVocabularyMetadataResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand, serializeAws_restJson1DescribeCustomVocabularyMetadataCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeCustomVocabularyMetadataCommand 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 DescribeCustomVocabularyMetadataCommand 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, DescribeCustomVocabularyMetadataCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeExportRequestFilterSensitiveLog, DescribeExportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeExportCommand, serializeAws_restJson1DescribeExportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeExportCommand 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 DescribeExportCommand 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, DescribeExportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeImportRequestFilterSensitiveLog, DescribeImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeImportCommand, serializeAws_restJson1DescribeImportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeImportCommand 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 DescribeImportCommand 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, DescribeImportCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { DescribeIntentRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { DescribeIntentResponseFilterSensitiveLog } from "../models/models_1";
6
6
  import { deserializeAws_restJson1DescribeIntentCommand, serializeAws_restJson1DescribeIntentCommand, } from "../protocols/Aws_restJson1";
7
7
  export class DescribeIntentCommand 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 DescribeIntentCommand 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, DescribeIntentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeResourcePolicyRequestFilterSensitiveLog, DescribeResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeResourcePolicyCommand, serializeAws_restJson1DescribeResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeResourcePolicyCommand 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 DescribeResourcePolicyCommand 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, DescribeResourcePolicyCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { DescribeSlotRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { DescribeSlotResponseFilterSensitiveLog } from "../models/models_1";
6
6
  import { deserializeAws_restJson1DescribeSlotCommand, serializeAws_restJson1DescribeSlotCommand, } from "../protocols/Aws_restJson1";
7
7
  export class DescribeSlotCommand 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 DescribeSlotCommand 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, DescribeSlotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeSlotTypeRequestFilterSensitiveLog, DescribeSlotTypeResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeSlotTypeCommand, serializeAws_restJson1DescribeSlotTypeCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeSlotTypeCommand 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 DescribeSlotTypeCommand 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, DescribeSlotTypeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListAggregatedUtterancesRequestFilterSensitiveLog, ListAggregatedUtterancesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAggregatedUtterancesCommand, serializeAws_restJson1ListAggregatedUtterancesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListAggregatedUtterancesCommand 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 ListAggregatedUtterancesCommand 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, ListAggregatedUtterancesCommand.getEndpointParameterInstructions()));