@aws-sdk/client-lex-models-v2 3.168.0 → 3.170.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 (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LexModelsV2.d.ts +1210 -340
  3. package/dist-types/ts3.4/LexModelsV2Client.d.ts +531 -140
  4. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +35 -18
  38. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +35 -18
  40. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +67 -67
  72. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  73. package/dist-types/ts3.4/index.d.ts +7 -7
  74. package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +8 -6
  75. package/dist-types/ts3.4/models/index.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_0.d.ts +3396 -3193
  77. package/dist-types/ts3.4/models/models_1.d.ts +550 -510
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  79. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +13 -7
  104. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +13 -7
  105. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +13 -7
  106. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +13 -7
  107. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +13 -7
  108. package/package.json +35 -35
@@ -1,140 +1,531 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
10
- import { CreateBotAliasCommandInput, CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
11
- import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
12
- import { CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
13
- import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
14
- import { CreateExportCommandInput, CreateExportCommandOutput } from "./commands/CreateExportCommand";
15
- import { CreateIntentCommandInput, CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
16
- import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
17
- import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
18
- import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
19
- import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
20
- import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
21
- import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
22
- import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
23
- import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
24
- import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
25
- import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
26
- import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
27
- import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
28
- import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
29
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
30
- import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
31
- import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
32
- import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
33
- import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
34
- import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
35
- import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
36
- import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
37
- import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
38
- import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
39
- import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
40
- import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
41
- import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
42
- import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
43
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
44
- import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
45
- import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
46
- import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
47
- import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
48
- import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
49
- import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
50
- import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
51
- import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
52
- import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
53
- import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
54
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
55
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
56
- import { ListIntentsCommandInput, ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
57
- import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
58
- import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
59
- import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
60
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
- import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
62
- import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
63
- import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
64
- import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
67
- import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
68
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
69
- import { UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
70
- import { UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
71
- import { UpdateExportCommandInput, UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
72
- import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
73
- import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
74
- import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
75
- import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
76
- export declare type ServiceInputTypes = BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteCustomVocabularyCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeCustomVocabularyMetadataCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | StopBotRecommendationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
77
- export declare type ServiceOutputTypes = BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteCustomVocabularyCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeCustomVocabularyMetadataCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | StopBotRecommendationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
78
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
79
-
80
- requestHandler?: __HttpHandler;
81
-
82
- sha256?: __HashConstructor;
83
-
84
- urlParser?: __UrlParser;
85
-
86
- bodyLengthChecker?: __BodyLengthCalculator;
87
-
88
- streamCollector?: __StreamCollector;
89
-
90
- base64Decoder?: __Decoder;
91
-
92
- base64Encoder?: __Encoder;
93
-
94
- utf8Decoder?: __Decoder;
95
-
96
- utf8Encoder?: __Encoder;
97
-
98
- runtime?: string;
99
-
100
- disableHostPrefix?: boolean;
101
-
102
- maxAttempts?: number | __Provider<number>;
103
-
104
- retryMode?: string | __Provider<string>;
105
-
106
- logger?: __Logger;
107
-
108
- useDualstackEndpoint?: boolean | __Provider<boolean>;
109
-
110
- useFipsEndpoint?: boolean | __Provider<boolean>;
111
-
112
- serviceId?: string;
113
-
114
- region?: string | __Provider<string>;
115
-
116
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
117
-
118
- regionInfoProvider?: RegionInfoProvider;
119
-
120
- defaultUserAgentProvider?: Provider<__UserAgent>;
121
-
122
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
123
- }
124
- declare type LexModelsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
125
-
126
- export interface LexModelsV2ClientConfig extends LexModelsV2ClientConfigType {
127
- }
128
- declare type LexModelsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
129
-
130
- export interface LexModelsV2ClientResolvedConfig extends LexModelsV2ClientResolvedConfigType {
131
- }
132
-
133
- export declare class LexModelsV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LexModelsV2ClientResolvedConfig> {
134
-
135
- readonly config: LexModelsV2ClientResolvedConfig;
136
- constructor(configuration: LexModelsV2ClientConfig);
137
-
138
- destroy(): void;
139
- }
140
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BuildBotLocaleCommandInput,
47
+ BuildBotLocaleCommandOutput,
48
+ } from "./commands/BuildBotLocaleCommand";
49
+ import {
50
+ CreateBotAliasCommandInput,
51
+ CreateBotAliasCommandOutput,
52
+ } from "./commands/CreateBotAliasCommand";
53
+ import {
54
+ CreateBotCommandInput,
55
+ CreateBotCommandOutput,
56
+ } from "./commands/CreateBotCommand";
57
+ import {
58
+ CreateBotLocaleCommandInput,
59
+ CreateBotLocaleCommandOutput,
60
+ } from "./commands/CreateBotLocaleCommand";
61
+ import {
62
+ CreateBotVersionCommandInput,
63
+ CreateBotVersionCommandOutput,
64
+ } from "./commands/CreateBotVersionCommand";
65
+ import {
66
+ CreateExportCommandInput,
67
+ CreateExportCommandOutput,
68
+ } from "./commands/CreateExportCommand";
69
+ import {
70
+ CreateIntentCommandInput,
71
+ CreateIntentCommandOutput,
72
+ } from "./commands/CreateIntentCommand";
73
+ import {
74
+ CreateResourcePolicyCommandInput,
75
+ CreateResourcePolicyCommandOutput,
76
+ } from "./commands/CreateResourcePolicyCommand";
77
+ import {
78
+ CreateResourcePolicyStatementCommandInput,
79
+ CreateResourcePolicyStatementCommandOutput,
80
+ } from "./commands/CreateResourcePolicyStatementCommand";
81
+ import {
82
+ CreateSlotCommandInput,
83
+ CreateSlotCommandOutput,
84
+ } from "./commands/CreateSlotCommand";
85
+ import {
86
+ CreateSlotTypeCommandInput,
87
+ CreateSlotTypeCommandOutput,
88
+ } from "./commands/CreateSlotTypeCommand";
89
+ import {
90
+ CreateUploadUrlCommandInput,
91
+ CreateUploadUrlCommandOutput,
92
+ } from "./commands/CreateUploadUrlCommand";
93
+ import {
94
+ DeleteBotAliasCommandInput,
95
+ DeleteBotAliasCommandOutput,
96
+ } from "./commands/DeleteBotAliasCommand";
97
+ import {
98
+ DeleteBotCommandInput,
99
+ DeleteBotCommandOutput,
100
+ } from "./commands/DeleteBotCommand";
101
+ import {
102
+ DeleteBotLocaleCommandInput,
103
+ DeleteBotLocaleCommandOutput,
104
+ } from "./commands/DeleteBotLocaleCommand";
105
+ import {
106
+ DeleteBotVersionCommandInput,
107
+ DeleteBotVersionCommandOutput,
108
+ } from "./commands/DeleteBotVersionCommand";
109
+ import {
110
+ DeleteCustomVocabularyCommandInput,
111
+ DeleteCustomVocabularyCommandOutput,
112
+ } from "./commands/DeleteCustomVocabularyCommand";
113
+ import {
114
+ DeleteExportCommandInput,
115
+ DeleteExportCommandOutput,
116
+ } from "./commands/DeleteExportCommand";
117
+ import {
118
+ DeleteImportCommandInput,
119
+ DeleteImportCommandOutput,
120
+ } from "./commands/DeleteImportCommand";
121
+ import {
122
+ DeleteIntentCommandInput,
123
+ DeleteIntentCommandOutput,
124
+ } from "./commands/DeleteIntentCommand";
125
+ import {
126
+ DeleteResourcePolicyCommandInput,
127
+ DeleteResourcePolicyCommandOutput,
128
+ } from "./commands/DeleteResourcePolicyCommand";
129
+ import {
130
+ DeleteResourcePolicyStatementCommandInput,
131
+ DeleteResourcePolicyStatementCommandOutput,
132
+ } from "./commands/DeleteResourcePolicyStatementCommand";
133
+ import {
134
+ DeleteSlotCommandInput,
135
+ DeleteSlotCommandOutput,
136
+ } from "./commands/DeleteSlotCommand";
137
+ import {
138
+ DeleteSlotTypeCommandInput,
139
+ DeleteSlotTypeCommandOutput,
140
+ } from "./commands/DeleteSlotTypeCommand";
141
+ import {
142
+ DeleteUtterancesCommandInput,
143
+ DeleteUtterancesCommandOutput,
144
+ } from "./commands/DeleteUtterancesCommand";
145
+ import {
146
+ DescribeBotAliasCommandInput,
147
+ DescribeBotAliasCommandOutput,
148
+ } from "./commands/DescribeBotAliasCommand";
149
+ import {
150
+ DescribeBotCommandInput,
151
+ DescribeBotCommandOutput,
152
+ } from "./commands/DescribeBotCommand";
153
+ import {
154
+ DescribeBotLocaleCommandInput,
155
+ DescribeBotLocaleCommandOutput,
156
+ } from "./commands/DescribeBotLocaleCommand";
157
+ import {
158
+ DescribeBotRecommendationCommandInput,
159
+ DescribeBotRecommendationCommandOutput,
160
+ } from "./commands/DescribeBotRecommendationCommand";
161
+ import {
162
+ DescribeBotVersionCommandInput,
163
+ DescribeBotVersionCommandOutput,
164
+ } from "./commands/DescribeBotVersionCommand";
165
+ import {
166
+ DescribeCustomVocabularyMetadataCommandInput,
167
+ DescribeCustomVocabularyMetadataCommandOutput,
168
+ } from "./commands/DescribeCustomVocabularyMetadataCommand";
169
+ import {
170
+ DescribeExportCommandInput,
171
+ DescribeExportCommandOutput,
172
+ } from "./commands/DescribeExportCommand";
173
+ import {
174
+ DescribeImportCommandInput,
175
+ DescribeImportCommandOutput,
176
+ } from "./commands/DescribeImportCommand";
177
+ import {
178
+ DescribeIntentCommandInput,
179
+ DescribeIntentCommandOutput,
180
+ } from "./commands/DescribeIntentCommand";
181
+ import {
182
+ DescribeResourcePolicyCommandInput,
183
+ DescribeResourcePolicyCommandOutput,
184
+ } from "./commands/DescribeResourcePolicyCommand";
185
+ import {
186
+ DescribeSlotCommandInput,
187
+ DescribeSlotCommandOutput,
188
+ } from "./commands/DescribeSlotCommand";
189
+ import {
190
+ DescribeSlotTypeCommandInput,
191
+ DescribeSlotTypeCommandOutput,
192
+ } from "./commands/DescribeSlotTypeCommand";
193
+ import {
194
+ ListAggregatedUtterancesCommandInput,
195
+ ListAggregatedUtterancesCommandOutput,
196
+ } from "./commands/ListAggregatedUtterancesCommand";
197
+ import {
198
+ ListBotAliasesCommandInput,
199
+ ListBotAliasesCommandOutput,
200
+ } from "./commands/ListBotAliasesCommand";
201
+ import {
202
+ ListBotLocalesCommandInput,
203
+ ListBotLocalesCommandOutput,
204
+ } from "./commands/ListBotLocalesCommand";
205
+ import {
206
+ ListBotRecommendationsCommandInput,
207
+ ListBotRecommendationsCommandOutput,
208
+ } from "./commands/ListBotRecommendationsCommand";
209
+ import {
210
+ ListBotsCommandInput,
211
+ ListBotsCommandOutput,
212
+ } from "./commands/ListBotsCommand";
213
+ import {
214
+ ListBotVersionsCommandInput,
215
+ ListBotVersionsCommandOutput,
216
+ } from "./commands/ListBotVersionsCommand";
217
+ import {
218
+ ListBuiltInIntentsCommandInput,
219
+ ListBuiltInIntentsCommandOutput,
220
+ } from "./commands/ListBuiltInIntentsCommand";
221
+ import {
222
+ ListBuiltInSlotTypesCommandInput,
223
+ ListBuiltInSlotTypesCommandOutput,
224
+ } from "./commands/ListBuiltInSlotTypesCommand";
225
+ import {
226
+ ListExportsCommandInput,
227
+ ListExportsCommandOutput,
228
+ } from "./commands/ListExportsCommand";
229
+ import {
230
+ ListImportsCommandInput,
231
+ ListImportsCommandOutput,
232
+ } from "./commands/ListImportsCommand";
233
+ import {
234
+ ListIntentsCommandInput,
235
+ ListIntentsCommandOutput,
236
+ } from "./commands/ListIntentsCommand";
237
+ import {
238
+ ListRecommendedIntentsCommandInput,
239
+ ListRecommendedIntentsCommandOutput,
240
+ } from "./commands/ListRecommendedIntentsCommand";
241
+ import {
242
+ ListSlotsCommandInput,
243
+ ListSlotsCommandOutput,
244
+ } from "./commands/ListSlotsCommand";
245
+ import {
246
+ ListSlotTypesCommandInput,
247
+ ListSlotTypesCommandOutput,
248
+ } from "./commands/ListSlotTypesCommand";
249
+ import {
250
+ ListTagsForResourceCommandInput,
251
+ ListTagsForResourceCommandOutput,
252
+ } from "./commands/ListTagsForResourceCommand";
253
+ import {
254
+ SearchAssociatedTranscriptsCommandInput,
255
+ SearchAssociatedTranscriptsCommandOutput,
256
+ } from "./commands/SearchAssociatedTranscriptsCommand";
257
+ import {
258
+ StartBotRecommendationCommandInput,
259
+ StartBotRecommendationCommandOutput,
260
+ } from "./commands/StartBotRecommendationCommand";
261
+ import {
262
+ StartImportCommandInput,
263
+ StartImportCommandOutput,
264
+ } from "./commands/StartImportCommand";
265
+ import {
266
+ StopBotRecommendationCommandInput,
267
+ StopBotRecommendationCommandOutput,
268
+ } from "./commands/StopBotRecommendationCommand";
269
+ import {
270
+ TagResourceCommandInput,
271
+ TagResourceCommandOutput,
272
+ } from "./commands/TagResourceCommand";
273
+ import {
274
+ UntagResourceCommandInput,
275
+ UntagResourceCommandOutput,
276
+ } from "./commands/UntagResourceCommand";
277
+ import {
278
+ UpdateBotAliasCommandInput,
279
+ UpdateBotAliasCommandOutput,
280
+ } from "./commands/UpdateBotAliasCommand";
281
+ import {
282
+ UpdateBotCommandInput,
283
+ UpdateBotCommandOutput,
284
+ } from "./commands/UpdateBotCommand";
285
+ import {
286
+ UpdateBotLocaleCommandInput,
287
+ UpdateBotLocaleCommandOutput,
288
+ } from "./commands/UpdateBotLocaleCommand";
289
+ import {
290
+ UpdateBotRecommendationCommandInput,
291
+ UpdateBotRecommendationCommandOutput,
292
+ } from "./commands/UpdateBotRecommendationCommand";
293
+ import {
294
+ UpdateExportCommandInput,
295
+ UpdateExportCommandOutput,
296
+ } from "./commands/UpdateExportCommand";
297
+ import {
298
+ UpdateIntentCommandInput,
299
+ UpdateIntentCommandOutput,
300
+ } from "./commands/UpdateIntentCommand";
301
+ import {
302
+ UpdateResourcePolicyCommandInput,
303
+ UpdateResourcePolicyCommandOutput,
304
+ } from "./commands/UpdateResourcePolicyCommand";
305
+ import {
306
+ UpdateSlotCommandInput,
307
+ UpdateSlotCommandOutput,
308
+ } from "./commands/UpdateSlotCommand";
309
+ import {
310
+ UpdateSlotTypeCommandInput,
311
+ UpdateSlotTypeCommandOutput,
312
+ } from "./commands/UpdateSlotTypeCommand";
313
+ export declare type ServiceInputTypes =
314
+ | BuildBotLocaleCommandInput
315
+ | CreateBotAliasCommandInput
316
+ | CreateBotCommandInput
317
+ | CreateBotLocaleCommandInput
318
+ | CreateBotVersionCommandInput
319
+ | CreateExportCommandInput
320
+ | CreateIntentCommandInput
321
+ | CreateResourcePolicyCommandInput
322
+ | CreateResourcePolicyStatementCommandInput
323
+ | CreateSlotCommandInput
324
+ | CreateSlotTypeCommandInput
325
+ | CreateUploadUrlCommandInput
326
+ | DeleteBotAliasCommandInput
327
+ | DeleteBotCommandInput
328
+ | DeleteBotLocaleCommandInput
329
+ | DeleteBotVersionCommandInput
330
+ | DeleteCustomVocabularyCommandInput
331
+ | DeleteExportCommandInput
332
+ | DeleteImportCommandInput
333
+ | DeleteIntentCommandInput
334
+ | DeleteResourcePolicyCommandInput
335
+ | DeleteResourcePolicyStatementCommandInput
336
+ | DeleteSlotCommandInput
337
+ | DeleteSlotTypeCommandInput
338
+ | DeleteUtterancesCommandInput
339
+ | DescribeBotAliasCommandInput
340
+ | DescribeBotCommandInput
341
+ | DescribeBotLocaleCommandInput
342
+ | DescribeBotRecommendationCommandInput
343
+ | DescribeBotVersionCommandInput
344
+ | DescribeCustomVocabularyMetadataCommandInput
345
+ | DescribeExportCommandInput
346
+ | DescribeImportCommandInput
347
+ | DescribeIntentCommandInput
348
+ | DescribeResourcePolicyCommandInput
349
+ | DescribeSlotCommandInput
350
+ | DescribeSlotTypeCommandInput
351
+ | ListAggregatedUtterancesCommandInput
352
+ | ListBotAliasesCommandInput
353
+ | ListBotLocalesCommandInput
354
+ | ListBotRecommendationsCommandInput
355
+ | ListBotVersionsCommandInput
356
+ | ListBotsCommandInput
357
+ | ListBuiltInIntentsCommandInput
358
+ | ListBuiltInSlotTypesCommandInput
359
+ | ListExportsCommandInput
360
+ | ListImportsCommandInput
361
+ | ListIntentsCommandInput
362
+ | ListRecommendedIntentsCommandInput
363
+ | ListSlotTypesCommandInput
364
+ | ListSlotsCommandInput
365
+ | ListTagsForResourceCommandInput
366
+ | SearchAssociatedTranscriptsCommandInput
367
+ | StartBotRecommendationCommandInput
368
+ | StartImportCommandInput
369
+ | StopBotRecommendationCommandInput
370
+ | TagResourceCommandInput
371
+ | UntagResourceCommandInput
372
+ | UpdateBotAliasCommandInput
373
+ | UpdateBotCommandInput
374
+ | UpdateBotLocaleCommandInput
375
+ | UpdateBotRecommendationCommandInput
376
+ | UpdateExportCommandInput
377
+ | UpdateIntentCommandInput
378
+ | UpdateResourcePolicyCommandInput
379
+ | UpdateSlotCommandInput
380
+ | UpdateSlotTypeCommandInput;
381
+ export declare type ServiceOutputTypes =
382
+ | BuildBotLocaleCommandOutput
383
+ | CreateBotAliasCommandOutput
384
+ | CreateBotCommandOutput
385
+ | CreateBotLocaleCommandOutput
386
+ | CreateBotVersionCommandOutput
387
+ | CreateExportCommandOutput
388
+ | CreateIntentCommandOutput
389
+ | CreateResourcePolicyCommandOutput
390
+ | CreateResourcePolicyStatementCommandOutput
391
+ | CreateSlotCommandOutput
392
+ | CreateSlotTypeCommandOutput
393
+ | CreateUploadUrlCommandOutput
394
+ | DeleteBotAliasCommandOutput
395
+ | DeleteBotCommandOutput
396
+ | DeleteBotLocaleCommandOutput
397
+ | DeleteBotVersionCommandOutput
398
+ | DeleteCustomVocabularyCommandOutput
399
+ | DeleteExportCommandOutput
400
+ | DeleteImportCommandOutput
401
+ | DeleteIntentCommandOutput
402
+ | DeleteResourcePolicyCommandOutput
403
+ | DeleteResourcePolicyStatementCommandOutput
404
+ | DeleteSlotCommandOutput
405
+ | DeleteSlotTypeCommandOutput
406
+ | DeleteUtterancesCommandOutput
407
+ | DescribeBotAliasCommandOutput
408
+ | DescribeBotCommandOutput
409
+ | DescribeBotLocaleCommandOutput
410
+ | DescribeBotRecommendationCommandOutput
411
+ | DescribeBotVersionCommandOutput
412
+ | DescribeCustomVocabularyMetadataCommandOutput
413
+ | DescribeExportCommandOutput
414
+ | DescribeImportCommandOutput
415
+ | DescribeIntentCommandOutput
416
+ | DescribeResourcePolicyCommandOutput
417
+ | DescribeSlotCommandOutput
418
+ | DescribeSlotTypeCommandOutput
419
+ | ListAggregatedUtterancesCommandOutput
420
+ | ListBotAliasesCommandOutput
421
+ | ListBotLocalesCommandOutput
422
+ | ListBotRecommendationsCommandOutput
423
+ | ListBotVersionsCommandOutput
424
+ | ListBotsCommandOutput
425
+ | ListBuiltInIntentsCommandOutput
426
+ | ListBuiltInSlotTypesCommandOutput
427
+ | ListExportsCommandOutput
428
+ | ListImportsCommandOutput
429
+ | ListIntentsCommandOutput
430
+ | ListRecommendedIntentsCommandOutput
431
+ | ListSlotTypesCommandOutput
432
+ | ListSlotsCommandOutput
433
+ | ListTagsForResourceCommandOutput
434
+ | SearchAssociatedTranscriptsCommandOutput
435
+ | StartBotRecommendationCommandOutput
436
+ | StartImportCommandOutput
437
+ | StopBotRecommendationCommandOutput
438
+ | TagResourceCommandOutput
439
+ | UntagResourceCommandOutput
440
+ | UpdateBotAliasCommandOutput
441
+ | UpdateBotCommandOutput
442
+ | UpdateBotLocaleCommandOutput
443
+ | UpdateBotRecommendationCommandOutput
444
+ | UpdateExportCommandOutput
445
+ | UpdateIntentCommandOutput
446
+ | UpdateResourcePolicyCommandOutput
447
+ | UpdateSlotCommandOutput
448
+ | UpdateSlotTypeCommandOutput;
449
+ export interface ClientDefaults
450
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
451
+ requestHandler?: __HttpHandler;
452
+
453
+ sha256?: __HashConstructor;
454
+
455
+ urlParser?: __UrlParser;
456
+
457
+ bodyLengthChecker?: __BodyLengthCalculator;
458
+
459
+ streamCollector?: __StreamCollector;
460
+
461
+ base64Decoder?: __Decoder;
462
+
463
+ base64Encoder?: __Encoder;
464
+
465
+ utf8Decoder?: __Decoder;
466
+
467
+ utf8Encoder?: __Encoder;
468
+
469
+ runtime?: string;
470
+
471
+ disableHostPrefix?: boolean;
472
+
473
+ maxAttempts?: number | __Provider<number>;
474
+
475
+ retryMode?: string | __Provider<string>;
476
+
477
+ logger?: __Logger;
478
+
479
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
480
+
481
+ useFipsEndpoint?: boolean | __Provider<boolean>;
482
+
483
+ serviceId?: string;
484
+
485
+ region?: string | __Provider<string>;
486
+
487
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
488
+
489
+ regionInfoProvider?: RegionInfoProvider;
490
+
491
+ defaultUserAgentProvider?: Provider<__UserAgent>;
492
+
493
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
494
+ }
495
+ declare type LexModelsV2ClientConfigType = Partial<
496
+ __SmithyConfiguration<__HttpHandlerOptions>
497
+ > &
498
+ ClientDefaults &
499
+ RegionInputConfig &
500
+ EndpointsInputConfig &
501
+ RetryInputConfig &
502
+ HostHeaderInputConfig &
503
+ AwsAuthInputConfig &
504
+ UserAgentInputConfig;
505
+
506
+ export interface LexModelsV2ClientConfig extends LexModelsV2ClientConfigType {}
507
+ declare type LexModelsV2ClientResolvedConfigType =
508
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
509
+ Required<ClientDefaults> &
510
+ RegionResolvedConfig &
511
+ EndpointsResolvedConfig &
512
+ RetryResolvedConfig &
513
+ HostHeaderResolvedConfig &
514
+ AwsAuthResolvedConfig &
515
+ UserAgentResolvedConfig;
516
+
517
+ export interface LexModelsV2ClientResolvedConfig
518
+ extends LexModelsV2ClientResolvedConfigType {}
519
+
520
+ export declare class LexModelsV2Client extends __Client<
521
+ __HttpHandlerOptions,
522
+ ServiceInputTypes,
523
+ ServiceOutputTypes,
524
+ LexModelsV2ClientResolvedConfig
525
+ > {
526
+ readonly config: LexModelsV2ClientResolvedConfig;
527
+ constructor(configuration: LexModelsV2ClientConfig);
528
+
529
+ destroy(): void;
530
+ }
531
+ export {};