@aws-sdk/client-lex-model-building-service 3.40.0 → 3.45.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/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +25 -0
- package/dist-es/endpoints.js +25 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +1 -1
- package/dist-types/commands/GetBotAliasCommand.d.ts +1 -1
- package/dist-types/commands/GetBotAliasesCommand.d.ts +1 -1
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetBotCommand.d.ts +1 -1
- package/dist-types/commands/GetBotVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetBotsCommand.d.ts +1 -1
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +1 -1
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +1 -1
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetExportCommand.d.ts +1 -1
- package/dist-types/commands/GetImportCommand.d.ts +1 -1
- package/dist-types/commands/GetIntentCommand.d.ts +1 -1
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIntentsCommand.d.ts +1 -1
- package/dist-types/commands/GetMigrationCommand.d.ts +1 -1
- package/dist-types/commands/GetMigrationsCommand.d.ts +1 -1
- package/dist-types/commands/GetSlotTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSlotTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutBotAliasCommand.d.ts +1 -1
- package/dist-types/commands/PutBotCommand.d.ts +1 -1
- package/dist-types/commands/PutIntentCommand.d.ts +1 -1
- package/dist-types/commands/PutSlotTypeCommand.d.ts +1 -1
- package/dist-types/commands/StartImportCommand.d.ts +1 -1
- package/dist-types/commands/StartMigrationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -51,6 +51,7 @@ const partitionHash = {
|
|
|
51
51
|
"ap-south-1",
|
|
52
52
|
"ap-southeast-1",
|
|
53
53
|
"ap-southeast-2",
|
|
54
|
+
"ap-southeast-3",
|
|
54
55
|
"ca-central-1",
|
|
55
56
|
"eu-central-1",
|
|
56
57
|
"eu-north-1",
|
|
@@ -77,6 +78,14 @@ const partitionHash = {
|
|
|
77
78
|
hostname: "models-fips.lex.{region}.amazonaws.com",
|
|
78
79
|
tags: ["fips"],
|
|
79
80
|
},
|
|
81
|
+
{
|
|
82
|
+
hostname: "models.lex-fips.{region}.api.aws",
|
|
83
|
+
tags: ["dualstack", "fips"],
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
hostname: "models.lex.{region}.api.aws",
|
|
87
|
+
tags: ["dualstack"],
|
|
88
|
+
},
|
|
80
89
|
],
|
|
81
90
|
},
|
|
82
91
|
"aws-cn": {
|
|
@@ -109,6 +118,10 @@ const partitionHash = {
|
|
|
109
118
|
hostname: "models.lex.{region}.c2s.ic.gov",
|
|
110
119
|
tags: [],
|
|
111
120
|
},
|
|
121
|
+
{
|
|
122
|
+
hostname: "models.lex-fips.{region}.c2s.ic.gov",
|
|
123
|
+
tags: ["fips"],
|
|
124
|
+
},
|
|
112
125
|
],
|
|
113
126
|
},
|
|
114
127
|
"aws-iso-b": {
|
|
@@ -119,6 +132,10 @@ const partitionHash = {
|
|
|
119
132
|
hostname: "models.lex.{region}.sc2s.sgov.gov",
|
|
120
133
|
tags: [],
|
|
121
134
|
},
|
|
135
|
+
{
|
|
136
|
+
hostname: "models.lex-fips.{region}.sc2s.sgov.gov",
|
|
137
|
+
tags: ["fips"],
|
|
138
|
+
},
|
|
122
139
|
],
|
|
123
140
|
},
|
|
124
141
|
"aws-us-gov": {
|
|
@@ -133,6 +150,14 @@ const partitionHash = {
|
|
|
133
150
|
hostname: "models-fips.lex.{region}.amazonaws.com",
|
|
134
151
|
tags: ["fips"],
|
|
135
152
|
},
|
|
153
|
+
{
|
|
154
|
+
hostname: "models.lex-fips.{region}.api.aws",
|
|
155
|
+
tags: ["dualstack", "fips"],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
hostname: "models.lex.{region}.api.aws",
|
|
159
|
+
tags: ["dualstack"],
|
|
160
|
+
},
|
|
136
161
|
],
|
|
137
162
|
},
|
|
138
163
|
};
|
package/dist-es/endpoints.js
CHANGED
|
@@ -49,6 +49,7 @@ var partitionHash = {
|
|
|
49
49
|
"ap-south-1",
|
|
50
50
|
"ap-southeast-1",
|
|
51
51
|
"ap-southeast-2",
|
|
52
|
+
"ap-southeast-3",
|
|
52
53
|
"ca-central-1",
|
|
53
54
|
"eu-central-1",
|
|
54
55
|
"eu-north-1",
|
|
@@ -75,6 +76,14 @@ var partitionHash = {
|
|
|
75
76
|
hostname: "models-fips.lex.{region}.amazonaws.com",
|
|
76
77
|
tags: ["fips"],
|
|
77
78
|
},
|
|
79
|
+
{
|
|
80
|
+
hostname: "models.lex-fips.{region}.api.aws",
|
|
81
|
+
tags: ["dualstack", "fips"],
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
hostname: "models.lex.{region}.api.aws",
|
|
85
|
+
tags: ["dualstack"],
|
|
86
|
+
},
|
|
78
87
|
],
|
|
79
88
|
},
|
|
80
89
|
"aws-cn": {
|
|
@@ -107,6 +116,10 @@ var partitionHash = {
|
|
|
107
116
|
hostname: "models.lex.{region}.c2s.ic.gov",
|
|
108
117
|
tags: [],
|
|
109
118
|
},
|
|
119
|
+
{
|
|
120
|
+
hostname: "models.lex-fips.{region}.c2s.ic.gov",
|
|
121
|
+
tags: ["fips"],
|
|
122
|
+
},
|
|
110
123
|
],
|
|
111
124
|
},
|
|
112
125
|
"aws-iso-b": {
|
|
@@ -117,6 +130,10 @@ var partitionHash = {
|
|
|
117
130
|
hostname: "models.lex.{region}.sc2s.sgov.gov",
|
|
118
131
|
tags: [],
|
|
119
132
|
},
|
|
133
|
+
{
|
|
134
|
+
hostname: "models.lex-fips.{region}.sc2s.sgov.gov",
|
|
135
|
+
tags: ["fips"],
|
|
136
|
+
},
|
|
120
137
|
],
|
|
121
138
|
},
|
|
122
139
|
"aws-us-gov": {
|
|
@@ -131,6 +148,14 @@ var partitionHash = {
|
|
|
131
148
|
hostname: "models-fips.lex.{region}.amazonaws.com",
|
|
132
149
|
tags: ["fips"],
|
|
133
150
|
},
|
|
151
|
+
{
|
|
152
|
+
hostname: "models.lex-fips.{region}.api.aws",
|
|
153
|
+
tags: ["dualstack", "fips"],
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
hostname: "models.lex.{region}.api.aws",
|
|
157
|
+
tags: ["dualstack"],
|
|
158
|
+
},
|
|
134
159
|
],
|
|
135
160
|
},
|
|
136
161
|
};
|
|
@@ -32,7 +32,7 @@ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse,
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link CreateBotVersionCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link CreateBotVersionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class CreateBotVersionCommand extends $Command<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface CreateIntentVersionCommandOutput extends CreateIntentVersionRes
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link CreateIntentVersionCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link CreateIntentVersionCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class CreateIntentVersionCommand extends $Command<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersio
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateSlotTypeVersionCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateSlotTypeVersionCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateSlotTypeVersionCommand extends $Command<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DeleteBotAliasCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DeleteBotAliasCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DeleteBotAliasCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBear
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteBotChannelAssociationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteBotChannelAssociationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteBotChannelAssociationCommand extends $Command<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface DeleteBotCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link DeleteBotCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link DeleteBotCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteBotVersionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteBotVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link DeleteIntentCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link DeleteIntentCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteIntentVersionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteIntentVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteIntentVersionCommand extends $Command<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link DeleteSlotTypeCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link DeleteSlotTypeCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class DeleteSlotTypeCommand extends $Command<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteSlotTypeVersionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteSlotTypeVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteSlotTypeVersionCommand extends $Command<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DeleteUtterancesCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DeleteUtterancesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DeleteUtterancesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DeleteUtterancesCommand extends $Command<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetBotAliasCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetBotAliasCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetBotAliasCommand extends $Command<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetBotAliasesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetBotAliasesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetBotAliasesCommand extends $Command<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetBotChannelAssociationCommandOutput extends GetBotChannelAsso
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetBotChannelAssociationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetBotChannelAssociationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetBotChannelAssociationCommand extends $Command<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAss
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetBotChannelAssociationsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetBotChannelAssociationsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetBotChannelAssociationsCommand extends $Command<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetBotCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetBotCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetBotCommand extends $Command<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __M
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link GetBotVersionsCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link GetBotVersionsCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class GetBotVersionsCommand extends $Command<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link GetBotsCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link GetBotsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class GetBotsCommand extends $Command<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetBuiltinIntentCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetBuiltinIntentCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetBuiltinIntentCommand extends $Command<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetBuiltinIntentsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetBuiltinIntentsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetBuiltinIntentsCommand extends $Command<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetBuiltinSlotTypesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetBuiltinSlotTypesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetBuiltinSlotTypesCommand extends $Command<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetExportCommandOutput extends GetExportResponse, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetExportCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetExportCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetExportCommand extends $Command<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetImportCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetImportCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetImportCommand extends $Command<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBea
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetIntentCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetIntentCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetIntentCommand extends $Command<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface GetIntentVersionsCommandOutput extends GetIntentVersionsRespons
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link GetIntentVersionsCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link GetIntentVersionsCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class GetIntentVersionsCommand extends $Command<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataB
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link GetIntentsCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link GetIntentsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class GetIntentsCommand extends $Command<GetIntentsCommandInput, GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetMigrationCommandOutput extends GetMigrationResponse, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetMigrationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetMigrationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetMigrationCommand extends $Command<GetMigrationCommandInput, GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMigrationsCommandOutput extends GetMigrationsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMigrationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMigrationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMigrationsCommand extends $Command<GetMigrationsCommandInput, GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __Metadat
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetSlotTypeCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetSlotTypeCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetSlotTypeCommand extends $Command<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsRes
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link GetSlotTypeVersionsCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link GetSlotTypeVersionsCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class GetSlotTypeVersionsCommand extends $Command<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __Metad
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link GetSlotTypesCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link GetSlotTypesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class GetSlotTypesCommand extends $Command<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface GetUtterancesViewCommandOutput extends GetUtterancesViewRespons
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link GetUtterancesViewCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link GetUtterancesViewCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class GetUtterancesViewCommand extends $Command<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __Metadat
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link PutBotAliasCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link PutBotAliasCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class PutBotAliasCommand extends $Command<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link PutBotCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link PutBotCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class PutBotCommand extends $Command<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -77,7 +77,7 @@ export interface PutIntentCommandOutput extends PutIntentResponse, __MetadataBea
|
|
|
77
77
|
*
|
|
78
78
|
* @see {@link PutIntentCommandInput} for command's `input` shape.
|
|
79
79
|
* @see {@link PutIntentCommandOutput} for command's `response` shape.
|
|
80
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
80
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class PutIntentCommand extends $Command<PutIntentCommandInput, PutIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __Metadat
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link PutSlotTypeCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link PutSlotTypeCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class PutSlotTypeCommand extends $Command<PutSlotTypeCommandInput, PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartImportCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartImportCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StartMigrationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StartMigrationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for LexModelBuildingServiceClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
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.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|