@aws-sdk/client-qbusiness 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 (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/QBusiness.d.ts +289 -376
  3. package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
  7. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
  12. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
  13. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
  47. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  54. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
  85. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
  88. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +21 -42
  94. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -48
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  99. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  105. package/package.json +41 -41
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  Region: { type: "builtInParams", name: "region" },
71
71
  };
72
72
 
73
- var version = "3.1086.0";
73
+ var version = "3.1088.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76