@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,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
3
-
4
- export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,38 +1,66 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
3
-
4
- export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<string>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,37 +1,67 @@
1
- import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
2
-
3
- export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
1
+ import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
2
+
3
+ export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler:
7
+ | (import("@aws-sdk/types").RequestHandler<
8
+ any,
9
+ any,
10
+ import("@aws-sdk/types").HttpHandlerOptions
11
+ > &
12
+ import("@aws-sdk/protocol-http").HttpHandler)
13
+ | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
14
+ apiVersion: string;
15
+ urlParser: import("@aws-sdk/types").UrlParser;
16
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ base64Decoder: import("@aws-sdk/types").Decoder;
19
+ base64Encoder: import("@aws-sdk/types").Encoder;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ disableHostPrefix: boolean;
23
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
24
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
27
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
28
+ serviceId: string;
29
+ region: string | import("@aws-sdk/types").Provider<any>;
30
+ credentialDefaultProvider: (
31
+ input: any
32
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
33
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
34
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
35
+ import("@aws-sdk/types").UserAgent
36
+ >;
37
+ defaultsMode:
38
+ | import("@aws-sdk/smithy-client").DefaultsMode
39
+ | import("@aws-sdk/types").Provider<
40
+ import("@aws-sdk/smithy-client").DefaultsMode
41
+ >;
42
+ endpoint?:
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | undefined;
47
+ tls?: boolean | undefined;
48
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
+ credentials?:
50
+ | import("@aws-sdk/types").Credentials
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
52
+ | undefined;
53
+ signer?:
54
+ | import("@aws-sdk/types").RequestSigner
55
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | undefined;
57
+ signingEscapePath?: boolean | undefined;
58
+ systemClockOffset?: number | undefined;
59
+ signingRegion?: string | undefined;
60
+ signerConstructor?:
61
+ | (new (
62
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
63
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
64
+ ) => import("@aws-sdk/types").RequestSigner)
65
+ | undefined;
66
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
67
+ };
@@ -1,11 +1,11 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
3
-
4
- export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { LexModelsV2ClientConfig } from "./LexModelsV2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: LexModelsV2ClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
@@ -1,8 +1,8 @@
1
- export * from "./waitForBotAliasAvailable";
2
- export * from "./waitForBotAvailable";
3
- export * from "./waitForBotExportCompleted";
4
- export * from "./waitForBotImportCompleted";
5
- export * from "./waitForBotLocaleBuilt";
6
- export * from "./waitForBotLocaleCreated";
7
- export * from "./waitForBotLocaleExpressTestingAvailable";
8
- export * from "./waitForBotVersionAvailable";
1
+ export * from "./waitForBotAliasAvailable";
2
+ export * from "./waitForBotAvailable";
3
+ export * from "./waitForBotExportCompleted";
4
+ export * from "./waitForBotImportCompleted";
5
+ export * from "./waitForBotLocaleBuilt";
6
+ export * from "./waitForBotLocaleCreated";
7
+ export * from "./waitForBotLocaleExpressTestingAvailable";
8
+ export * from "./waitForBotVersionAvailable";
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeBotAliasCommandInput } from "../commands/DescribeBotAliasCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotAliasAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotAliasCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotAliasAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotAliasCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeBotAliasCommandInput } from "../commands/DescribeBotAliasCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotAliasAvailable: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeBotAliasCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotAliasAvailable: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeBotAliasCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeBotCommandInput } from "../commands/DescribeBotCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeBotCommandInput } from "../commands/DescribeBotCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotAvailable: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeBotCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotAvailable: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeBotCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeExportCommandInput } from "../commands/DescribeExportCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotExportCompleted: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeExportCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotExportCompleted: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeExportCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeExportCommandInput } from "../commands/DescribeExportCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotExportCompleted: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeExportCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotExportCompleted: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeExportCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeImportCommandInput } from "../commands/DescribeImportCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotImportCompleted: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeImportCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotImportCompleted: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeImportCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeImportCommandInput } from "../commands/DescribeImportCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotImportCompleted: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeImportCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotImportCompleted: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeImportCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotLocaleBuilt: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotLocaleCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotLocaleBuilt: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotLocaleCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotLocaleBuilt: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeBotLocaleCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotLocaleBuilt: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeBotLocaleCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotLocaleCreated: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotLocaleCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotLocaleCreated: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotLocaleCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotLocaleCreated: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeBotLocaleCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotLocaleCreated: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeBotLocaleCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotLocaleExpressTestingAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotLocaleCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotLocaleExpressTestingAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotLocaleCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotLocaleExpressTestingAvailable: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeBotLocaleCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotLocaleExpressTestingAvailable: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeBotLocaleCommandInput
13
+ ) => Promise<WaiterResult>;
@@ -1,7 +1,13 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { DescribeBotVersionCommandInput } from "../commands/DescribeBotVersionCommand";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
-
5
- export declare const waitForBotVersionAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotVersionCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilBotVersionAvailable: (params: WaiterConfiguration<LexModelsV2Client>, input: DescribeBotVersionCommandInput) => Promise<WaiterResult>;
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeBotVersionCommandInput } from "../commands/DescribeBotVersionCommand";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+
5
+ export declare const waitForBotVersionAvailable: (
6
+ params: WaiterConfiguration<LexModelsV2Client>,
7
+ input: DescribeBotVersionCommandInput
8
+ ) => Promise<WaiterResult>;
9
+
10
+ export declare const waitUntilBotVersionAvailable: (
11
+ params: WaiterConfiguration<LexModelsV2Client>,
12
+ input: DescribeBotVersionCommandInput
13
+ ) => Promise<WaiterResult>;