@aws-sdk/client-qapps 3.1044.0 → 3.1046.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 (140) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +86 -87
  5. package/dist-cjs/models/QAppsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/QApps.js +1 -1
  10. package/dist-es/QAppsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateLibraryItemReviewCommand.js +2 -2
  13. package/dist-es/commands/AssociateQAppWithUserCommand.js +2 -2
  14. package/dist-es/commands/BatchCreateCategoryCommand.js +2 -2
  15. package/dist-es/commands/BatchDeleteCategoryCommand.js +2 -2
  16. package/dist-es/commands/BatchUpdateCategoryCommand.js +2 -2
  17. package/dist-es/commands/CreateLibraryItemCommand.js +2 -2
  18. package/dist-es/commands/CreatePresignedUrlCommand.js +2 -2
  19. package/dist-es/commands/CreateQAppCommand.js +2 -2
  20. package/dist-es/commands/DeleteLibraryItemCommand.js +2 -2
  21. package/dist-es/commands/DeleteQAppCommand.js +2 -2
  22. package/dist-es/commands/DescribeQAppPermissionsCommand.js +2 -2
  23. package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +2 -2
  24. package/dist-es/commands/DisassociateQAppFromUserCommand.js +2 -2
  25. package/dist-es/commands/ExportQAppSessionDataCommand.js +2 -2
  26. package/dist-es/commands/GetLibraryItemCommand.js +2 -2
  27. package/dist-es/commands/GetQAppCommand.js +2 -2
  28. package/dist-es/commands/GetQAppSessionCommand.js +2 -2
  29. package/dist-es/commands/GetQAppSessionMetadataCommand.js +2 -2
  30. package/dist-es/commands/ImportDocumentCommand.js +2 -2
  31. package/dist-es/commands/ListCategoriesCommand.js +2 -2
  32. package/dist-es/commands/ListLibraryItemsCommand.js +2 -2
  33. package/dist-es/commands/ListQAppSessionDataCommand.js +2 -2
  34. package/dist-es/commands/ListQAppsCommand.js +2 -2
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  36. package/dist-es/commands/PredictQAppCommand.js +2 -2
  37. package/dist-es/commands/StartQAppSessionCommand.js +2 -2
  38. package/dist-es/commands/StopQAppSessionCommand.js +2 -2
  39. package/dist-es/commands/TagResourceCommand.js +2 -2
  40. package/dist-es/commands/UntagResourceCommand.js +2 -2
  41. package/dist-es/commands/UpdateLibraryItemCommand.js +2 -2
  42. package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +2 -2
  43. package/dist-es/commands/UpdateQAppCommand.js +2 -2
  44. package/dist-es/commands/UpdateQAppPermissionsCommand.js +2 -2
  45. package/dist-es/commands/UpdateQAppSessionCommand.js +2 -2
  46. package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +2 -2
  47. package/dist-es/endpoint/bdd.js +1 -1
  48. package/dist-es/endpoint/endpointResolver.js +1 -1
  49. package/dist-es/models/QAppsServiceException.js +1 -1
  50. package/dist-es/runtimeConfig.browser.js +4 -6
  51. package/dist-es/runtimeConfig.js +4 -8
  52. package/dist-es/runtimeConfig.shared.js +3 -4
  53. package/dist-es/runtimeExtensions.js +2 -2
  54. package/dist-types/QAppsClient.d.ts +5 -5
  55. package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +6 -4
  56. package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +6 -4
  57. package/dist-types/commands/BatchCreateCategoryCommand.d.ts +6 -4
  58. package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +6 -4
  59. package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateLibraryItemCommand.d.ts +6 -4
  61. package/dist-types/commands/CreatePresignedUrlCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateQAppCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteLibraryItemCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteQAppCommand.d.ts +6 -4
  65. package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +6 -4
  66. package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +6 -4
  67. package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +6 -4
  68. package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +6 -4
  69. package/dist-types/commands/GetLibraryItemCommand.d.ts +6 -4
  70. package/dist-types/commands/GetQAppCommand.d.ts +6 -4
  71. package/dist-types/commands/GetQAppSessionCommand.d.ts +6 -4
  72. package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +6 -4
  73. package/dist-types/commands/ImportDocumentCommand.d.ts +6 -4
  74. package/dist-types/commands/ListCategoriesCommand.d.ts +6 -4
  75. package/dist-types/commands/ListLibraryItemsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListQAppSessionDataCommand.d.ts +6 -4
  77. package/dist-types/commands/ListQAppsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  79. package/dist-types/commands/PredictQAppCommand.d.ts +6 -4
  80. package/dist-types/commands/StartQAppSessionCommand.d.ts +6 -4
  81. package/dist-types/commands/StopQAppSessionCommand.d.ts +6 -4
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  84. package/dist-types/commands/UpdateLibraryItemCommand.d.ts +6 -4
  85. package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +6 -4
  86. package/dist-types/commands/UpdateQAppCommand.d.ts +6 -4
  87. package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +6 -4
  88. package/dist-types/commands/UpdateQAppSessionCommand.d.ts +6 -4
  89. package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +6 -4
  90. package/dist-types/endpoint/bdd.d.ts +1 -1
  91. package/dist-types/extensionConfiguration.d.ts +1 -1
  92. package/dist-types/models/QAppsServiceException.d.ts +1 -1
  93. package/dist-types/models/errors.d.ts +1 -1
  94. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  95. package/dist-types/runtimeConfig.d.ts +2 -2
  96. package/dist-types/runtimeConfig.native.d.ts +2 -2
  97. package/dist-types/ts3.4/QAppsClient.d.ts +8 -14
  98. package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/BatchCreateCategoryCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/BatchDeleteCategoryCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/BatchUpdateCategoryCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CreatePresignedUrlCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DescribeQAppPermissionsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ExportQAppSessionDataCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetQAppSessionMetadataCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/ListCategoriesCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/ListQAppSessionDataCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +6 -8
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/StopQAppSessionCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/UpdateLibraryItemCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/UpdateLibraryItemMetadataCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/UpdateQAppPermissionsCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/UpdateQAppSessionMetadataCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  134. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  135. package/dist-types/ts3.4/models/QAppsServiceException.d.ts +1 -1
  136. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  137. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  138. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  139. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  140. package/package.json +13 -34
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultQAppsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput } from "./commands/AssociateLibraryItemReviewCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AssociateLibraryItemReviewInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface AssociateLibraryItemReviewCommandInput extends AssociateLibrary
22
22
  export interface AssociateLibraryItemReviewCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AssociateLibraryItemReviewCommand_base: {
25
- new (input: AssociateLibraryItemReviewCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateLibraryItemReviewCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AssociateQAppWithUserInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface AssociateQAppWithUserCommandInput extends AssociateQAppWithUser
22
22
  export interface AssociateQAppWithUserCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AssociateQAppWithUserCommand_base: {
25
- new (input: AssociateQAppWithUserCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQAppWithUserCommandInput, AssociateQAppWithUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateQAppWithUserCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQAppWithUserCommandInput, AssociateQAppWithUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociateQAppWithUserCommandInput): import("@smithy/core/client").CommandImpl<AssociateQAppWithUserCommandInput, AssociateQAppWithUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateQAppWithUserCommandInput): import("@smithy/core/client").CommandImpl<AssociateQAppWithUserCommandInput, AssociateQAppWithUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation creates a link between the user's identity calling the operation and a specific Q App. This is useful to mark the Q App as a <i>favorite</i> for the user if the user doesn't own the Amazon Q App so they can still run it and see it in their inventory of Q Apps.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchCreateCategoryInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface BatchCreateCategoryCommandInput extends BatchCreateCategoryInpu
22
22
  export interface BatchCreateCategoryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const BatchCreateCategoryCommand_base: {
25
- new (input: BatchCreateCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchCreateCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchCreateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchCreateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchDeleteCategoryInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface BatchDeleteCategoryCommandInput extends BatchDeleteCategoryInpu
22
22
  export interface BatchDeleteCategoryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const BatchDeleteCategoryCommand_base: {
25
- new (input: BatchDeleteCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchDeleteCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDeleteCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchUpdateCategoryInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface BatchUpdateCategoryCommandInput extends BatchUpdateCategoryInpu
22
22
  export interface BatchUpdateCategoryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const BatchUpdateCategoryCommand_base: {
25
- new (input: BatchUpdateCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchUpdateCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchUpdateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchUpdateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateLibraryItemInput, CreateLibraryItemOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface CreateLibraryItemCommandInput extends CreateLibraryItemInput {
22
22
  export interface CreateLibraryItemCommandOutput extends CreateLibraryItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateLibraryItemCommand_base: {
25
- new (input: CreateLibraryItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLibraryItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreatePresignedUrlInput, CreatePresignedUrlOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface CreatePresignedUrlCommandInput extends CreatePresignedUrlInput
22
22
  export interface CreatePresignedUrlCommandOutput extends CreatePresignedUrlOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePresignedUrlCommand_base: {
25
- new (input: CreatePresignedUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePresignedUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a presigned URL for an S3 POST operation to upload a file. You can use this URL to set a default file for a <code>FileUploadCard</code> in a Q App definition or to provide a file for a single Q App run. The <code>scope</code> parameter determines how the file will be used, either at the app definition level or the app session level.</p> <note> <p>The IAM permissions are derived from the <code>qapps:ImportDocument</code> action. For more information on the IAM policy for Amazon Q Apps, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-q-apps-iam-permissions.html">IAM permissions for using Amazon Q Apps</a>.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateQAppInput, CreateQAppOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface CreateQAppCommandInput extends CreateQAppInput {
22
22
  export interface CreateQAppCommandOutput extends CreateQAppOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateQAppCommand_base: {
25
- new (input: CreateQAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateQAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateQAppCommandInput): import("@smithy/core/client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateQAppCommandInput): import("@smithy/core/client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Amazon Q App based on the provided definition. The Q App definition specifies the cards and flow of the Q App. This operation also calculates the dependencies between the cards by inspecting the references in the prompts. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteLibraryItemInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface DeleteLibraryItemCommandInput extends DeleteLibraryItemInput {
22
22
  export interface DeleteLibraryItemCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLibraryItemCommand_base: {
25
- new (input: DeleteLibraryItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLibraryItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteQAppInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface DeleteQAppCommandInput extends DeleteQAppInput {
22
22
  export interface DeleteQAppCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteQAppCommand_base: {
25
- new (input: DeleteQAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteQAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteQAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteQAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeQAppPermissionsInput, DescribeQAppPermissionsOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface DescribeQAppPermissionsCommandInput extends DescribeQAppPermiss
22
22
  export interface DescribeQAppPermissionsCommandOutput extends DescribeQAppPermissionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeQAppPermissionsCommand_base: {
25
- new (input: DescribeQAppPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeQAppPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Describes read permissions for a Amazon Q App in Amazon Q Business application environment instance.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateLibraryItemReviewInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface DisassociateLibraryItemReviewCommandInput extends DisassociateL
22
22
  export interface DisassociateLibraryItemReviewCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateLibraryItemReviewCommand_base: {
25
- new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes a rating or review previously submitted by the user for a library item.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateQAppFromUserInput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface DisassociateQAppFromUserCommandInput extends DisassociateQAppFr
22
22
  export interface DisassociateQAppFromUserCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateQAppFromUserCommand_base: {
25
- new (input: DisassociateQAppFromUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateQAppFromUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateQAppFromUserCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateQAppFromUserCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disassociates a Q App from a user removing the user's access to run the Q App.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ExportQAppSessionDataInput, ExportQAppSessionDataOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ExportQAppSessionDataCommandInput extends ExportQAppSessionData
22
22
  export interface ExportQAppSessionDataCommandOutput extends ExportQAppSessionDataOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ExportQAppSessionDataCommand_base: {
25
- new (input: ExportQAppSessionDataCommandInput): import("@smithy/smithy-client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportQAppSessionDataCommandInput): import("@smithy/smithy-client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Exports the collected data of a Q App data collection session.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetLibraryItemInput, GetLibraryItemOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface GetLibraryItemCommandInput extends GetLibraryItemInput {
22
22
  export interface GetLibraryItemCommandOutput extends GetLibraryItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetLibraryItemCommand_base: {
25
- new (input: GetLibraryItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLibraryItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and usage statistics.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQAppInput, GetQAppOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface GetQAppCommandInput extends GetQAppInput {
22
22
  export interface GetQAppCommandOutput extends GetQAppOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetQAppCommand_base: {
25
- new (input: GetQAppCommandInput): import("@smithy/smithy-client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQAppCommandInput): import("@smithy/smithy-client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the full details of an Q App, including its definition specifying the cards and flow.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQAppSessionInput, GetQAppSessionOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface GetQAppSessionCommandInput extends GetQAppSessionInput {
22
22
  export interface GetQAppSessionCommandOutput extends GetQAppSessionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetQAppSessionCommand_base: {
25
- new (input: GetQAppSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQAppSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the current state and results for an active session of an Amazon Q App.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQAppSessionMetadataInput, GetQAppSessionMetadataOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface GetQAppSessionMetadataCommandInput extends GetQAppSessionMetada
22
22
  export interface GetQAppSessionMetadataCommandOutput extends GetQAppSessionMetadataOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetQAppSessionMetadataCommand_base: {
25
- new (input: GetQAppSessionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQAppSessionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the current configuration of a Q App session.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ImportDocumentInput, ImportDocumentOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ImportDocumentCommandInput extends ImportDocumentInput {
22
22
  export interface ImportDocumentCommandOutput extends ImportDocumentOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ImportDocumentCommand_base: {
25
- new (input: ImportDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ImportDocumentCommandInput): import("@smithy/core/client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportDocumentCommandInput): import("@smithy/core/client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Uploads a file that can then be used either as a default in a <code>FileUploadCard</code> from Q App definition or as a file that is used inside a single Q App run. The purpose of the document is determined by a scope parameter that indicates whether it is at the app definition level or at the app session level.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListCategoriesInput, ListCategoriesOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ListCategoriesCommandInput extends ListCategoriesInput {
22
22
  export interface ListCategoriesCommandOutput extends ListCategoriesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListCategoriesCommand_base: {
25
- new (input: ListCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the categories of a Amazon Q Business application environment instance. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListLibraryItemsInput, ListLibraryItemsOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ListLibraryItemsCommandInput extends ListLibraryItemsInput {
22
22
  export interface ListLibraryItemsCommandOutput extends ListLibraryItemsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListLibraryItemsCommand_base: {
25
- new (input: ListLibraryItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListLibraryItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListLibraryItemsCommandInput): import("@smithy/core/client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListLibraryItemsCommandInput): import("@smithy/core/client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListQAppSessionDataInput, ListQAppSessionDataOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ListQAppSessionDataCommandInput extends ListQAppSessionDataInpu
22
22
  export interface ListQAppSessionDataCommandOutput extends ListQAppSessionDataOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListQAppSessionDataCommand_base: {
25
- new (input: ListQAppSessionDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQAppSessionDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the collected data of a Q App data collection session.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListQAppsInput, ListQAppsOutput } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ListQAppsCommandInput extends ListQAppsInput {
22
22
  export interface ListQAppsCommandOutput extends ListQAppsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListQAppsCommand_base: {
25
- new (input: ListQAppsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQAppsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past. The user identity is extracted from the credentials used to invoke this operation..</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags associated with an Amazon Q Apps resource.</p>