@aws-sdk/client-lex-model-building-service 3.1019.0 → 3.1020.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.
- package/dist-es/LexModelBuildingService.js +7 -7
- package/dist-types/LexModelBuildingService.d.ts +42 -42
- package/dist-types/LexModelBuildingServiceClient.d.ts +45 -45
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/GetBotAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBotChannelAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBotVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBuiltinIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBuiltinSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetIntentVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMigrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSlotTypeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSlotTypesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +13 -13
|
@@ -11,7 +11,7 @@ import { DeleteIntentVersionCommand, } from "./commands/DeleteIntentVersionComma
|
|
|
11
11
|
import { DeleteSlotTypeCommand, } from "./commands/DeleteSlotTypeCommand";
|
|
12
12
|
import { DeleteSlotTypeVersionCommand, } from "./commands/DeleteSlotTypeVersionCommand";
|
|
13
13
|
import { DeleteUtterancesCommand, } from "./commands/DeleteUtterancesCommand";
|
|
14
|
-
import { GetBotAliasCommand } from "./commands/GetBotAliasCommand";
|
|
14
|
+
import { GetBotAliasCommand, } from "./commands/GetBotAliasCommand";
|
|
15
15
|
import { GetBotAliasesCommand, } from "./commands/GetBotAliasesCommand";
|
|
16
16
|
import { GetBotChannelAssociationCommand, } from "./commands/GetBotChannelAssociationCommand";
|
|
17
17
|
import { GetBotChannelAssociationsCommand, } from "./commands/GetBotChannelAssociationsCommand";
|
|
@@ -24,22 +24,22 @@ import { GetBuiltinSlotTypesCommand, } from "./commands/GetBuiltinSlotTypesComma
|
|
|
24
24
|
import { GetExportCommand } from "./commands/GetExportCommand";
|
|
25
25
|
import { GetImportCommand } from "./commands/GetImportCommand";
|
|
26
26
|
import { GetIntentCommand } from "./commands/GetIntentCommand";
|
|
27
|
-
import { GetIntentsCommand } from "./commands/GetIntentsCommand";
|
|
27
|
+
import { GetIntentsCommand, } from "./commands/GetIntentsCommand";
|
|
28
28
|
import { GetIntentVersionsCommand, } from "./commands/GetIntentVersionsCommand";
|
|
29
29
|
import { GetMigrationCommand, } from "./commands/GetMigrationCommand";
|
|
30
30
|
import { GetMigrationsCommand, } from "./commands/GetMigrationsCommand";
|
|
31
|
-
import { GetSlotTypeCommand } from "./commands/GetSlotTypeCommand";
|
|
31
|
+
import { GetSlotTypeCommand, } from "./commands/GetSlotTypeCommand";
|
|
32
32
|
import { GetSlotTypesCommand, } from "./commands/GetSlotTypesCommand";
|
|
33
33
|
import { GetSlotTypeVersionsCommand, } from "./commands/GetSlotTypeVersionsCommand";
|
|
34
34
|
import { GetUtterancesViewCommand, } from "./commands/GetUtterancesViewCommand";
|
|
35
35
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
import { PutBotAliasCommand } from "./commands/PutBotAliasCommand";
|
|
36
|
+
import { PutBotAliasCommand, } from "./commands/PutBotAliasCommand";
|
|
37
37
|
import { PutBotCommand } from "./commands/PutBotCommand";
|
|
38
38
|
import { PutIntentCommand } from "./commands/PutIntentCommand";
|
|
39
|
-
import { PutSlotTypeCommand } from "./commands/PutSlotTypeCommand";
|
|
40
|
-
import { StartImportCommand } from "./commands/StartImportCommand";
|
|
39
|
+
import { PutSlotTypeCommand, } from "./commands/PutSlotTypeCommand";
|
|
40
|
+
import { StartImportCommand, } from "./commands/StartImportCommand";
|
|
41
41
|
import { StartMigrationCommand, } from "./commands/StartMigrationCommand";
|
|
42
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
42
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
43
43
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
44
44
|
import { LexModelBuildingServiceClient } from "./LexModelBuildingServiceClient";
|
|
45
45
|
import { paginateGetBotAliases } from "./pagination/GetBotAliasesPaginator";
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
3
|
-
import { CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput } from "./commands/CreateIntentVersionCommand";
|
|
4
|
-
import { CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput } from "./commands/CreateSlotTypeVersionCommand";
|
|
5
|
-
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
6
|
-
import { DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput } from "./commands/DeleteBotChannelAssociationCommand";
|
|
7
|
-
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
8
|
-
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
9
|
-
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
10
|
-
import { DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput } from "./commands/DeleteIntentVersionCommand";
|
|
11
|
-
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
12
|
-
import { DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput } from "./commands/DeleteSlotTypeVersionCommand";
|
|
13
|
-
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
14
|
-
import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
|
|
15
|
-
import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "./commands/GetBotAliasesCommand";
|
|
16
|
-
import { GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput } from "./commands/GetBotChannelAssociationCommand";
|
|
17
|
-
import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "./commands/GetBotChannelAssociationsCommand";
|
|
18
|
-
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
19
|
-
import { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
|
|
20
|
-
import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "./commands/GetBotVersionsCommand";
|
|
21
|
-
import { GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput } from "./commands/GetBuiltinIntentCommand";
|
|
22
|
-
import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "./commands/GetBuiltinIntentsCommand";
|
|
23
|
-
import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "./commands/GetBuiltinSlotTypesCommand";
|
|
24
|
-
import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
25
|
-
import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
|
|
26
|
-
import { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
|
|
27
|
-
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
|
|
28
|
-
import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "./commands/GetIntentVersionsCommand";
|
|
29
|
-
import { GetMigrationCommandInput, GetMigrationCommandOutput } from "./commands/GetMigrationCommand";
|
|
30
|
-
import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "./commands/GetMigrationsCommand";
|
|
31
|
-
import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
|
|
32
|
-
import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "./commands/GetSlotTypesCommand";
|
|
33
|
-
import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "./commands/GetSlotTypeVersionsCommand";
|
|
34
|
-
import { GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput } from "./commands/GetUtterancesViewCommand";
|
|
35
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
|
|
37
|
-
import { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
|
|
38
|
-
import { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
|
|
39
|
-
import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
|
|
40
|
-
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
41
|
-
import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
|
|
42
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
43
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
2
|
+
import { type CreateBotVersionCommandInput, type CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
3
|
+
import { type CreateIntentVersionCommandInput, type CreateIntentVersionCommandOutput } from "./commands/CreateIntentVersionCommand";
|
|
4
|
+
import { type CreateSlotTypeVersionCommandInput, type CreateSlotTypeVersionCommandOutput } from "./commands/CreateSlotTypeVersionCommand";
|
|
5
|
+
import { type DeleteBotAliasCommandInput, type DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
6
|
+
import { type DeleteBotChannelAssociationCommandInput, type DeleteBotChannelAssociationCommandOutput } from "./commands/DeleteBotChannelAssociationCommand";
|
|
7
|
+
import { type DeleteBotCommandInput, type DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
8
|
+
import { type DeleteBotVersionCommandInput, type DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
9
|
+
import { type DeleteIntentCommandInput, type DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
10
|
+
import { type DeleteIntentVersionCommandInput, type DeleteIntentVersionCommandOutput } from "./commands/DeleteIntentVersionCommand";
|
|
11
|
+
import { type DeleteSlotTypeCommandInput, type DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
12
|
+
import { type DeleteSlotTypeVersionCommandInput, type DeleteSlotTypeVersionCommandOutput } from "./commands/DeleteSlotTypeVersionCommand";
|
|
13
|
+
import { type DeleteUtterancesCommandInput, type DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
14
|
+
import { type GetBotAliasCommandInput, type GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
|
|
15
|
+
import { type GetBotAliasesCommandInput, type GetBotAliasesCommandOutput } from "./commands/GetBotAliasesCommand";
|
|
16
|
+
import { type GetBotChannelAssociationCommandInput, type GetBotChannelAssociationCommandOutput } from "./commands/GetBotChannelAssociationCommand";
|
|
17
|
+
import { type GetBotChannelAssociationsCommandInput, type GetBotChannelAssociationsCommandOutput } from "./commands/GetBotChannelAssociationsCommand";
|
|
18
|
+
import { type GetBotCommandInput, type GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
19
|
+
import { type GetBotsCommandInput, type GetBotsCommandOutput } from "./commands/GetBotsCommand";
|
|
20
|
+
import { type GetBotVersionsCommandInput, type GetBotVersionsCommandOutput } from "./commands/GetBotVersionsCommand";
|
|
21
|
+
import { type GetBuiltinIntentCommandInput, type GetBuiltinIntentCommandOutput } from "./commands/GetBuiltinIntentCommand";
|
|
22
|
+
import { type GetBuiltinIntentsCommandInput, type GetBuiltinIntentsCommandOutput } from "./commands/GetBuiltinIntentsCommand";
|
|
23
|
+
import { type GetBuiltinSlotTypesCommandInput, type GetBuiltinSlotTypesCommandOutput } from "./commands/GetBuiltinSlotTypesCommand";
|
|
24
|
+
import { type GetExportCommandInput, type GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
25
|
+
import { type GetImportCommandInput, type GetImportCommandOutput } from "./commands/GetImportCommand";
|
|
26
|
+
import { type GetIntentCommandInput, type GetIntentCommandOutput } from "./commands/GetIntentCommand";
|
|
27
|
+
import { type GetIntentsCommandInput, type GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
|
|
28
|
+
import { type GetIntentVersionsCommandInput, type GetIntentVersionsCommandOutput } from "./commands/GetIntentVersionsCommand";
|
|
29
|
+
import { type GetMigrationCommandInput, type GetMigrationCommandOutput } from "./commands/GetMigrationCommand";
|
|
30
|
+
import { type GetMigrationsCommandInput, type GetMigrationsCommandOutput } from "./commands/GetMigrationsCommand";
|
|
31
|
+
import { type GetSlotTypeCommandInput, type GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
|
|
32
|
+
import { type GetSlotTypesCommandInput, type GetSlotTypesCommandOutput } from "./commands/GetSlotTypesCommand";
|
|
33
|
+
import { type GetSlotTypeVersionsCommandInput, type GetSlotTypeVersionsCommandOutput } from "./commands/GetSlotTypeVersionsCommand";
|
|
34
|
+
import { type GetUtterancesViewCommandInput, type GetUtterancesViewCommandOutput } from "./commands/GetUtterancesViewCommand";
|
|
35
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
+
import { type PutBotAliasCommandInput, type PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
|
|
37
|
+
import { type PutBotCommandInput, type PutBotCommandOutput } from "./commands/PutBotCommand";
|
|
38
|
+
import { type PutIntentCommandInput, type PutIntentCommandOutput } from "./commands/PutIntentCommand";
|
|
39
|
+
import { type PutSlotTypeCommandInput, type PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
|
|
40
|
+
import { type StartImportCommandInput, type StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
41
|
+
import { type StartMigrationCommandInput, type StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
|
|
42
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
43
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
44
44
|
import { LexModelBuildingServiceClient } from "./LexModelBuildingServiceClient";
|
|
45
45
|
export interface LexModelBuildingService {
|
|
46
46
|
/**
|
|
@@ -5,51 +5,51 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
11
|
-
import { CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput } from "./commands/CreateIntentVersionCommand";
|
|
12
|
-
import { CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput } from "./commands/CreateSlotTypeVersionCommand";
|
|
13
|
-
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
14
|
-
import { DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput } from "./commands/DeleteBotChannelAssociationCommand";
|
|
15
|
-
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
16
|
-
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
17
|
-
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
18
|
-
import { DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput } from "./commands/DeleteIntentVersionCommand";
|
|
19
|
-
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
20
|
-
import { DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput } from "./commands/DeleteSlotTypeVersionCommand";
|
|
21
|
-
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
22
|
-
import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
|
|
23
|
-
import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "./commands/GetBotAliasesCommand";
|
|
24
|
-
import { GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput } from "./commands/GetBotChannelAssociationCommand";
|
|
25
|
-
import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "./commands/GetBotChannelAssociationsCommand";
|
|
26
|
-
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
27
|
-
import { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
|
|
28
|
-
import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "./commands/GetBotVersionsCommand";
|
|
29
|
-
import { GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput } from "./commands/GetBuiltinIntentCommand";
|
|
30
|
-
import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "./commands/GetBuiltinIntentsCommand";
|
|
31
|
-
import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "./commands/GetBuiltinSlotTypesCommand";
|
|
32
|
-
import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
33
|
-
import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
|
|
34
|
-
import { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
|
|
35
|
-
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
|
|
36
|
-
import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "./commands/GetIntentVersionsCommand";
|
|
37
|
-
import { GetMigrationCommandInput, GetMigrationCommandOutput } from "./commands/GetMigrationCommand";
|
|
38
|
-
import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "./commands/GetMigrationsCommand";
|
|
39
|
-
import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
|
|
40
|
-
import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "./commands/GetSlotTypesCommand";
|
|
41
|
-
import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "./commands/GetSlotTypeVersionsCommand";
|
|
42
|
-
import { GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput } from "./commands/GetUtterancesViewCommand";
|
|
43
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
|
-
import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
|
|
45
|
-
import { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
|
|
46
|
-
import { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
|
|
47
|
-
import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
|
|
48
|
-
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
49
|
-
import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
|
|
50
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
51
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
52
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
11
|
+
import type { CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput } from "./commands/CreateIntentVersionCommand";
|
|
12
|
+
import type { CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput } from "./commands/CreateSlotTypeVersionCommand";
|
|
13
|
+
import type { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
14
|
+
import type { DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput } from "./commands/DeleteBotChannelAssociationCommand";
|
|
15
|
+
import type { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
16
|
+
import type { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
17
|
+
import type { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
18
|
+
import type { DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput } from "./commands/DeleteIntentVersionCommand";
|
|
19
|
+
import type { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
20
|
+
import type { DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput } from "./commands/DeleteSlotTypeVersionCommand";
|
|
21
|
+
import type { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
22
|
+
import type { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
|
|
23
|
+
import type { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "./commands/GetBotAliasesCommand";
|
|
24
|
+
import type { GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput } from "./commands/GetBotChannelAssociationCommand";
|
|
25
|
+
import type { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "./commands/GetBotChannelAssociationsCommand";
|
|
26
|
+
import type { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
27
|
+
import type { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
|
|
28
|
+
import type { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "./commands/GetBotVersionsCommand";
|
|
29
|
+
import type { GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput } from "./commands/GetBuiltinIntentCommand";
|
|
30
|
+
import type { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "./commands/GetBuiltinIntentsCommand";
|
|
31
|
+
import type { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "./commands/GetBuiltinSlotTypesCommand";
|
|
32
|
+
import type { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
33
|
+
import type { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
|
|
34
|
+
import type { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
|
|
35
|
+
import type { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
|
|
36
|
+
import type { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "./commands/GetIntentVersionsCommand";
|
|
37
|
+
import type { GetMigrationCommandInput, GetMigrationCommandOutput } from "./commands/GetMigrationCommand";
|
|
38
|
+
import type { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "./commands/GetMigrationsCommand";
|
|
39
|
+
import type { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
|
|
40
|
+
import type { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "./commands/GetSlotTypesCommand";
|
|
41
|
+
import type { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "./commands/GetSlotTypeVersionsCommand";
|
|
42
|
+
import type { GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput } from "./commands/GetUtterancesViewCommand";
|
|
43
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
|
+
import type { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
|
|
45
|
+
import type { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
|
|
46
|
+
import type { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
|
|
47
|
+
import type { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
|
|
48
|
+
import type { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
49
|
+
import type { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
|
|
50
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
51
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
52
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
53
53
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
54
54
|
export { __Client };
|
|
55
55
|
/**
|
|
@@ -158,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
158
158
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
159
159
|
* @internal
|
|
160
160
|
*/
|
|
161
|
-
defaultUserAgentProvider?:
|
|
161
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
162
162
|
/**
|
|
163
163
|
* Default credentials provider; Not available in browser runtime.
|
|
164
164
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { LexModelBuildingServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
export * from "./LexModelBuildingServiceClient";
|
|
10
10
|
export * from "./LexModelBuildingService";
|
|
11
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
12
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
13
13
|
export type { LexModelBuildingServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
14
14
|
export * from "./commands";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ReferenceType } from "./enums";
|
|
2
|
+
import type { ReferenceType } from "./enums";
|
|
3
3
|
import { LexModelBuildingServiceServiceException as __BaseException } from "./LexModelBuildingServiceServiceException";
|
|
4
4
|
import type { ResourceReference } from "./models_0";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChannelStatus, ChannelType, ContentType, Destination, ExportStatus, ExportType, FulfillmentActivityType, ImportStatus, Locale, LogType, MergeStrategy, MigrationAlertType, MigrationSortAttribute, MigrationStatus, MigrationStrategy, ObfuscationSetting, ProcessBehavior, ResourceType, SlotConstraint, SlotValueSelectionStrategy, SortOrder, Status, StatusType } from "./enums";
|
|
1
|
+
import type { ChannelStatus, ChannelType, ContentType, Destination, ExportStatus, ExportType, FulfillmentActivityType, ImportStatus, Locale, LogType, MergeStrategy, MigrationAlertType, MigrationSortAttribute, MigrationStatus, MigrationStrategy, ObfuscationSetting, ProcessBehavior, ResourceType, SlotConstraint, SlotValueSelectionStrategy, SortOrder, Status, StatusType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "../commands/GetBotAliasesCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "../commands/GetBotChannelAssociationsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "../commands/GetBotVersionsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBotsCommandInput, GetBotsCommandOutput } from "../commands/GetBotsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "../commands/GetBuiltinIntentsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "../commands/GetBuiltinSlotTypesCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "../commands/GetIntentVersionsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "../commands/GetIntentsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "../commands/GetMigrationsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "../commands/GetSlotTypeVersionsCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "../commands/GetSlotTypesCommand";
|
|
3
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -324,7 +323,7 @@ export interface ClientDefaults
|
|
|
324
323
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
325
324
|
region?: string | __Provider<string>;
|
|
326
325
|
profile?: string;
|
|
327
|
-
defaultUserAgentProvider?:
|
|
326
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
328
327
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
329
328
|
maxAttempts?: number | __Provider<number>;
|
|
330
329
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
HttpAuthScheme,
|
|
3
2
|
AwsCredentialIdentity,
|
|
4
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
5
|
} from "@smithy/types";
|
|
6
6
|
import { LexModelBuildingServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-model-building-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Model Building Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-model-building-service",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|