@aws-sdk/client-lex-model-building-service 3.651.1 → 3.658.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 (85) hide show
  1. package/dist-types/commands/CreateBotVersionCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateIntentVersionCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteBotAliasCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +12 -1
  6. package/dist-types/commands/DeleteBotCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteBotVersionCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteIntentCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteIntentVersionCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteUtterancesCommand.d.ts +11 -0
  13. package/dist-types/commands/GetBotAliasCommand.d.ts +11 -0
  14. package/dist-types/commands/GetBotAliasesCommand.d.ts +11 -0
  15. package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +11 -0
  16. package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +11 -0
  17. package/dist-types/commands/GetBotCommand.d.ts +11 -0
  18. package/dist-types/commands/GetBotVersionsCommand.d.ts +11 -0
  19. package/dist-types/commands/GetBotsCommand.d.ts +11 -0
  20. package/dist-types/commands/GetBuiltinIntentCommand.d.ts +11 -0
  21. package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +11 -0
  22. package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +11 -0
  23. package/dist-types/commands/GetExportCommand.d.ts +11 -0
  24. package/dist-types/commands/GetImportCommand.d.ts +11 -0
  25. package/dist-types/commands/GetIntentCommand.d.ts +11 -0
  26. package/dist-types/commands/GetIntentVersionsCommand.d.ts +11 -0
  27. package/dist-types/commands/GetIntentsCommand.d.ts +11 -0
  28. package/dist-types/commands/GetMigrationCommand.d.ts +11 -0
  29. package/dist-types/commands/GetMigrationsCommand.d.ts +11 -0
  30. package/dist-types/commands/GetSlotTypeCommand.d.ts +11 -0
  31. package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +11 -0
  32. package/dist-types/commands/GetSlotTypesCommand.d.ts +11 -0
  33. package/dist-types/commands/GetUtterancesViewCommand.d.ts +11 -0
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  35. package/dist-types/commands/PutBotAliasCommand.d.ts +11 -0
  36. package/dist-types/commands/PutBotCommand.d.ts +11 -0
  37. package/dist-types/commands/PutIntentCommand.d.ts +11 -0
  38. package/dist-types/commands/PutSlotTypeCommand.d.ts +11 -0
  39. package/dist-types/commands/StartImportCommand.d.ts +11 -0
  40. package/dist-types/commands/StartMigrationCommand.d.ts +11 -0
  41. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  43. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  85. package/package.json +35 -35
@@ -134,4 +134,15 @@ declare const CreateBotVersionCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class CreateBotVersionCommand extends CreateBotVersionCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: CreateBotVersionRequest;
141
+ output: CreateBotVersionResponse;
142
+ };
143
+ sdk: {
144
+ input: CreateBotVersionCommandInput;
145
+ output: CreateBotVersionCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -197,4 +197,15 @@ declare const CreateIntentVersionCommand_base: {
197
197
  * @public
198
198
  */
199
199
  export declare class CreateIntentVersionCommand extends CreateIntentVersionCommand_base {
200
+ /** @internal type navigation helper, not in runtime. */
201
+ protected static __types: {
202
+ api: {
203
+ input: CreateIntentVersionRequest;
204
+ output: CreateIntentVersionResponse;
205
+ };
206
+ sdk: {
207
+ input: CreateIntentVersionCommandInput;
208
+ output: CreateIntentVersionCommandOutput;
209
+ };
210
+ };
200
211
  }
@@ -117,4 +117,15 @@ declare const CreateSlotTypeVersionCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class CreateSlotTypeVersionCommand extends CreateSlotTypeVersionCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: CreateSlotTypeVersionRequest;
124
+ output: CreateSlotTypeVersionResponse;
125
+ };
126
+ sdk: {
127
+ input: CreateSlotTypeVersionCommandInput;
128
+ output: CreateSlotTypeVersionCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -101,4 +101,15 @@ declare const DeleteBotAliasCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class DeleteBotAliasCommand extends DeleteBotAliasCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: DeleteBotAliasRequest;
108
+ output: {};
109
+ };
110
+ sdk: {
111
+ input: DeleteBotAliasCommandInput;
112
+ output: DeleteBotAliasCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -24,7 +24,7 @@ export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBear
24
24
  declare const DeleteBotChannelAssociationCommand_base: {
25
25
  new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: DeleteBotChannelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Deletes the association between an Amazon Lex bot and a messaging
@@ -79,4 +79,15 @@ declare const DeleteBotChannelAssociationCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteBotChannelAssociationCommand extends DeleteBotChannelAssociationCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteBotChannelAssociationRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteBotChannelAssociationCommandInput;
90
+ output: DeleteBotChannelAssociationCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -107,4 +107,15 @@ declare const DeleteBotCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class DeleteBotCommand extends DeleteBotCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: DeleteBotRequest;
114
+ output: {};
115
+ };
116
+ sdk: {
117
+ input: DeleteBotCommandInput;
118
+ output: DeleteBotCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -96,4 +96,15 @@ declare const DeleteBotVersionCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteBotVersionCommand extends DeleteBotVersionCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteBotVersionRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteBotVersionCommandInput;
107
+ output: DeleteBotVersionCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -108,4 +108,15 @@ declare const DeleteIntentCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DeleteIntentCommand extends DeleteIntentCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DeleteIntentRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DeleteIntentCommandInput;
119
+ output: DeleteIntentCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -96,4 +96,15 @@ declare const DeleteIntentVersionCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteIntentVersionCommand extends DeleteIntentVersionCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteIntentVersionRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteIntentVersionCommandInput;
107
+ output: DeleteIntentVersionCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -108,4 +108,15 @@ declare const DeleteSlotTypeCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DeleteSlotTypeCommand extends DeleteSlotTypeCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DeleteSlotTypeRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DeleteSlotTypeCommandInput;
119
+ output: DeleteSlotTypeCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -96,4 +96,15 @@ declare const DeleteSlotTypeVersionCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteSlotTypeVersionCommand extends DeleteSlotTypeVersionCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteSlotTypeVersionRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteSlotTypeVersionCommandInput;
107
+ output: DeleteSlotTypeVersionCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -82,4 +82,15 @@ declare const DeleteUtterancesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteUtterancesCommand extends DeleteUtterancesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteUtterancesRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteUtterancesCommandInput;
93
+ output: DeleteUtterancesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -94,4 +94,15 @@ declare const GetBotAliasCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetBotAliasCommand extends GetBotAliasCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetBotAliasRequest;
101
+ output: GetBotAliasResponse;
102
+ };
103
+ sdk: {
104
+ input: GetBotAliasCommandInput;
105
+ output: GetBotAliasCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -96,4 +96,15 @@ declare const GetBotAliasesCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetBotAliasesCommand extends GetBotAliasesCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetBotAliasesRequest;
103
+ output: GetBotAliasesResponse;
104
+ };
105
+ sdk: {
106
+ input: GetBotAliasesCommandInput;
107
+ output: GetBotAliasesCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -87,4 +87,15 @@ declare const GetBotChannelAssociationCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetBotChannelAssociationCommand extends GetBotChannelAssociationCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetBotChannelAssociationRequest;
94
+ output: GetBotChannelAssociationResponse;
95
+ };
96
+ sdk: {
97
+ input: GetBotChannelAssociationCommandInput;
98
+ output: GetBotChannelAssociationCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -91,4 +91,15 @@ declare const GetBotChannelAssociationsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetBotChannelAssociationsCommand extends GetBotChannelAssociationsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetBotChannelAssociationsRequest;
98
+ output: GetBotChannelAssociationsResponse;
99
+ };
100
+ sdk: {
101
+ input: GetBotChannelAssociationsCommandInput;
102
+ output: GetBotChannelAssociationsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -174,4 +174,15 @@ declare const GetBotCommand_base: {
174
174
  *
175
175
  */
176
176
  export declare class GetBotCommand extends GetBotCommand_base {
177
+ /** @internal type navigation helper, not in runtime. */
178
+ protected static __types: {
179
+ api: {
180
+ input: GetBotRequest;
181
+ output: GetBotResponse;
182
+ };
183
+ sdk: {
184
+ input: GetBotCommandInput;
185
+ output: GetBotCommandOutput;
186
+ };
187
+ };
177
188
  }
@@ -94,4 +94,15 @@ declare const GetBotVersionsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetBotVersionsCommand extends GetBotVersionsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetBotVersionsRequest;
101
+ output: GetBotVersionsResponse;
102
+ };
103
+ sdk: {
104
+ input: GetBotVersionsCommandInput;
105
+ output: GetBotVersionsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -124,4 +124,15 @@ declare const GetBotsCommand_base: {
124
124
  *
125
125
  */
126
126
  export declare class GetBotsCommand extends GetBotsCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: GetBotsRequest;
131
+ output: GetBotsResponse;
132
+ };
133
+ sdk: {
134
+ input: GetBotsCommandInput;
135
+ output: GetBotsCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -82,4 +82,15 @@ declare const GetBuiltinIntentCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetBuiltinIntentCommand extends GetBuiltinIntentCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetBuiltinIntentRequest;
89
+ output: GetBuiltinIntentResponse;
90
+ };
91
+ sdk: {
92
+ input: GetBuiltinIntentCommandInput;
93
+ output: GetBuiltinIntentCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -82,4 +82,15 @@ declare const GetBuiltinIntentsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetBuiltinIntentsCommand extends GetBuiltinIntentsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetBuiltinIntentsRequest;
89
+ output: GetBuiltinIntentsResponse;
90
+ };
91
+ sdk: {
92
+ input: GetBuiltinIntentsCommandInput;
93
+ output: GetBuiltinIntentsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -84,4 +84,15 @@ declare const GetBuiltinSlotTypesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetBuiltinSlotTypesCommand extends GetBuiltinSlotTypesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetBuiltinSlotTypesRequest;
91
+ output: GetBuiltinSlotTypesResponse;
92
+ };
93
+ sdk: {
94
+ input: GetBuiltinSlotTypesCommandInput;
95
+ output: GetBuiltinSlotTypesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -82,4 +82,15 @@ declare const GetExportCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetExportCommand extends GetExportCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetExportRequest;
89
+ output: GetExportResponse;
90
+ };
91
+ sdk: {
92
+ input: GetExportCommandInput;
93
+ output: GetExportCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -81,4 +81,15 @@ declare const GetImportCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetImportCommand extends GetImportCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetImportRequest;
88
+ output: GetImportResponse;
89
+ };
90
+ sdk: {
91
+ input: GetImportCommandInput;
92
+ output: GetImportCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -325,4 +325,15 @@ declare const GetIntentCommand_base: {
325
325
  *
326
326
  */
327
327
  export declare class GetIntentCommand extends GetIntentCommand_base {
328
+ /** @internal type navigation helper, not in runtime. */
329
+ protected static __types: {
330
+ api: {
331
+ input: GetIntentRequest;
332
+ output: GetIntentResponse;
333
+ };
334
+ sdk: {
335
+ input: GetIntentCommandInput;
336
+ output: GetIntentCommandOutput;
337
+ };
338
+ };
328
339
  }
@@ -93,4 +93,15 @@ declare const GetIntentVersionsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class GetIntentVersionsCommand extends GetIntentVersionsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: GetIntentVersionsRequest;
100
+ output: GetIntentVersionsResponse;
101
+ };
102
+ sdk: {
103
+ input: GetIntentVersionsCommandInput;
104
+ output: GetIntentVersionsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -122,4 +122,15 @@ declare const GetIntentsCommand_base: {
122
122
  *
123
123
  */
124
124
  export declare class GetIntentsCommand extends GetIntentsCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: GetIntentsRequest;
129
+ output: GetIntentsResponse;
130
+ };
131
+ sdk: {
132
+ input: GetIntentsCommandInput;
133
+ output: GetIntentsCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -94,4 +94,15 @@ declare const GetMigrationCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetMigrationCommand extends GetMigrationCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetMigrationRequest;
101
+ output: GetMigrationResponse;
102
+ };
103
+ sdk: {
104
+ input: GetMigrationCommandInput;
105
+ output: GetMigrationCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -86,4 +86,15 @@ declare const GetMigrationsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetMigrationsCommand extends GetMigrationsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetMigrationsRequest;
93
+ output: GetMigrationsResponse;
94
+ };
95
+ sdk: {
96
+ input: GetMigrationsCommandInput;
97
+ output: GetMigrationsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -129,4 +129,15 @@ declare const GetSlotTypeCommand_base: {
129
129
  *
130
130
  */
131
131
  export declare class GetSlotTypeCommand extends GetSlotTypeCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: GetSlotTypeRequest;
136
+ output: GetSlotTypeResponse;
137
+ };
138
+ sdk: {
139
+ input: GetSlotTypeCommandInput;
140
+ output: GetSlotTypeCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -93,4 +93,15 @@ declare const GetSlotTypeVersionsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class GetSlotTypeVersionsCommand extends GetSlotTypeVersionsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: GetSlotTypeVersionsRequest;
100
+ output: GetSlotTypeVersionsResponse;
101
+ };
102
+ sdk: {
103
+ input: GetSlotTypeVersionsCommandInput;
104
+ output: GetSlotTypeVersionsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -136,4 +136,15 @@ declare const GetSlotTypesCommand_base: {
136
136
  *
137
137
  */
138
138
  export declare class GetSlotTypesCommand extends GetSlotTypesCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: GetSlotTypesRequest;
143
+ output: GetSlotTypesResponse;
144
+ };
145
+ sdk: {
146
+ input: GetSlotTypesCommandInput;
147
+ output: GetSlotTypesCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -109,4 +109,15 @@ declare const GetUtterancesViewCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class GetUtterancesViewCommand extends GetUtterancesViewCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: GetUtterancesViewRequest;
116
+ output: GetUtterancesViewResponse;
117
+ };
118
+ sdk: {
119
+ input: GetUtterancesViewCommandInput;
120
+ output: GetUtterancesViewCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceRequest;
85
+ output: ListTagsForResourceResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -127,4 +127,15 @@ declare const PutBotAliasCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class PutBotAliasCommand extends PutBotAliasCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: PutBotAliasRequest;
134
+ output: PutBotAliasResponse;
135
+ };
136
+ sdk: {
137
+ input: PutBotAliasCommandInput;
138
+ output: PutBotAliasCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -277,4 +277,15 @@ declare const PutBotCommand_base: {
277
277
  *
278
278
  */
279
279
  export declare class PutBotCommand extends PutBotCommand_base {
280
+ /** @internal type navigation helper, not in runtime. */
281
+ protected static __types: {
282
+ api: {
283
+ input: PutBotRequest;
284
+ output: PutBotResponse;
285
+ };
286
+ sdk: {
287
+ input: PutBotCommandInput;
288
+ output: PutBotCommandOutput;
289
+ };
290
+ };
280
291
  }
@@ -608,4 +608,15 @@ declare const PutIntentCommand_base: {
608
608
  *
609
609
  */
610
610
  export declare class PutIntentCommand extends PutIntentCommand_base {
611
+ /** @internal type navigation helper, not in runtime. */
612
+ protected static __types: {
613
+ api: {
614
+ input: PutIntentRequest;
615
+ output: PutIntentResponse;
616
+ };
617
+ sdk: {
618
+ input: PutIntentCommandInput;
619
+ output: PutIntentCommandOutput;
620
+ };
621
+ };
611
622
  }
@@ -172,4 +172,15 @@ declare const PutSlotTypeCommand_base: {
172
172
  *
173
173
  */
174
174
  export declare class PutSlotTypeCommand extends PutSlotTypeCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: PutSlotTypeRequest;
179
+ output: PutSlotTypeResponse;
180
+ };
181
+ sdk: {
182
+ input: PutSlotTypeCommandInput;
183
+ output: PutSlotTypeCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -87,4 +87,15 @@ declare const StartImportCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class StartImportCommand extends StartImportCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: StartImportRequest;
94
+ output: StartImportResponse;
95
+ };
96
+ sdk: {
97
+ input: StartImportCommandInput;
98
+ output: StartImportCommandOutput;
99
+ };
100
+ };
90
101
  }