@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.
Files changed (63) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/LexModelBuildingService.d.ts +152 -215
  3. package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +20 -75
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +2 -2
  11. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +6 -2
  13. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +2 -2
  14. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +2 -2
  15. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
  24. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +4 -4
  26. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
  31. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -5
  32. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +6 -2
  43. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -5
  44. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  50. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  51. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  52. package/dist-types/ts3.4/models/enums.d.ts +6 -12
  53. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  54. package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +1 -4
  55. package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -4
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  61. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  63. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75