@aws-sdk/client-lex-model-building-service 3.1087.0 → 3.1089.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/LexModelBuildingService.d.ts +152 -215
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +20 -75
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38