@aws-sdk/client-quicksight 3.699.0 → 3.705.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 (80) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +524 -62
  3. package/dist-es/QuickSight.js +16 -0
  4. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  5. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  6. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  7. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  8. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  9. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  10. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  11. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  12. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  13. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/models_2.js +1 -0
  16. package/dist-es/models/models_4.js +47 -17
  17. package/dist-es/models/models_5.js +17 -0
  18. package/dist-es/protocols/Aws_restJson1.js +251 -0
  19. package/dist-types/QuickSight.d.ts +56 -0
  20. package/dist-types/QuickSightClient.d.ts +10 -2
  21. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  22. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  26. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  27. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  28. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  29. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  30. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  31. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
  42. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  43. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  45. package/dist-types/commands/index.d.ts +8 -0
  46. package/dist-types/models/models_2.d.ts +1 -0
  47. package/dist-types/models/models_3.d.ts +76 -64
  48. package/dist-types/models/models_4.d.ts +423 -608
  49. package/dist-types/models/models_5.d.ts +671 -3
  50. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  51. package/dist-types/ts3.4/QuickSight.d.ts +178 -0
  52. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  53. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  75. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  76. package/dist-types/ts3.4/models/models_3.d.ts +18 -15
  77. package/dist-types/ts3.4/models/models_4.d.ts +123 -146
  78. package/dist-types/ts3.4/models/models_5.d.ts +174 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  80. package/package.json +1 -1
@@ -0,0 +1,139 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { PredictQAResultsRequest, PredictQAResultsResponse } from "../models/models_4";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link PredictQAResultsCommand}.
14
+ */
15
+ export interface PredictQAResultsCommandInput extends PredictQAResultsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link PredictQAResultsCommand}.
21
+ */
22
+ export interface PredictQAResultsCommandOutput extends PredictQAResultsResponse, __MetadataBearer {
23
+ }
24
+ declare const PredictQAResultsCommand_base: {
25
+ new (input: PredictQAResultsCommandInput): import("@smithy/smithy-client").CommandImpl<PredictQAResultsCommandInput, PredictQAResultsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: PredictQAResultsCommandInput): import("@smithy/smithy-client").CommandImpl<PredictQAResultsCommandInput, PredictQAResultsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Predicts existing visuals or generates new visuals to answer a given query.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, PredictQAResultsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, PredictQAResultsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // PredictQAResultsRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * QueryText: "STRING_VALUE", // required
40
+ * IncludeQuickSightQIndex: "INCLUDE" || "EXCLUDE",
41
+ * IncludeGeneratedAnswer: "INCLUDE" || "EXCLUDE",
42
+ * MaxTopicsToConsider: Number("int"),
43
+ * };
44
+ * const command = new PredictQAResultsCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // PredictQAResultsResponse
47
+ * // PrimaryResult: { // QAResult
48
+ * // ResultType: "DASHBOARD_VISUAL" || "GENERATED_ANSWER" || "NO_ANSWER",
49
+ * // DashboardVisual: { // DashboardVisualResult
50
+ * // DashboardId: "STRING_VALUE",
51
+ * // DashboardName: "STRING_VALUE",
52
+ * // SheetId: "STRING_VALUE",
53
+ * // SheetName: "STRING_VALUE",
54
+ * // VisualId: "STRING_VALUE",
55
+ * // VisualTitle: "STRING_VALUE",
56
+ * // VisualSubtitle: "STRING_VALUE",
57
+ * // DashboardUrl: "STRING_VALUE",
58
+ * // },
59
+ * // GeneratedAnswer: { // GeneratedAnswerResult
60
+ * // QuestionText: "STRING_VALUE",
61
+ * // AnswerStatus: "ANSWER_GENERATED" || "ANSWER_RETRIEVED" || "ANSWER_DOWNGRADE",
62
+ * // TopicId: "STRING_VALUE",
63
+ * // TopicName: "STRING_VALUE",
64
+ * // Restatement: "STRING_VALUE",
65
+ * // QuestionId: "STRING_VALUE",
66
+ * // AnswerId: "STRING_VALUE",
67
+ * // QuestionUrl: "STRING_VALUE",
68
+ * // },
69
+ * // },
70
+ * // AdditionalResults: [ // QAResults
71
+ * // {
72
+ * // ResultType: "DASHBOARD_VISUAL" || "GENERATED_ANSWER" || "NO_ANSWER",
73
+ * // DashboardVisual: {
74
+ * // DashboardId: "STRING_VALUE",
75
+ * // DashboardName: "STRING_VALUE",
76
+ * // SheetId: "STRING_VALUE",
77
+ * // SheetName: "STRING_VALUE",
78
+ * // VisualId: "STRING_VALUE",
79
+ * // VisualTitle: "STRING_VALUE",
80
+ * // VisualSubtitle: "STRING_VALUE",
81
+ * // DashboardUrl: "STRING_VALUE",
82
+ * // },
83
+ * // GeneratedAnswer: {
84
+ * // QuestionText: "STRING_VALUE",
85
+ * // AnswerStatus: "ANSWER_GENERATED" || "ANSWER_RETRIEVED" || "ANSWER_DOWNGRADE",
86
+ * // TopicId: "STRING_VALUE",
87
+ * // TopicName: "STRING_VALUE",
88
+ * // Restatement: "STRING_VALUE",
89
+ * // QuestionId: "STRING_VALUE",
90
+ * // AnswerId: "STRING_VALUE",
91
+ * // QuestionUrl: "STRING_VALUE",
92
+ * // },
93
+ * // },
94
+ * // ],
95
+ * // RequestId: "STRING_VALUE",
96
+ * // Status: Number("int"),
97
+ * // };
98
+ *
99
+ * ```
100
+ *
101
+ * @param PredictQAResultsCommandInput - {@link PredictQAResultsCommandInput}
102
+ * @returns {@link PredictQAResultsCommandOutput}
103
+ * @see {@link PredictQAResultsCommandInput} for command's `input` shape.
104
+ * @see {@link PredictQAResultsCommandOutput} for command's `response` shape.
105
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
106
+ *
107
+ * @throws {@link AccessDeniedException} (client fault)
108
+ * <p>You don't have access to this item. The provided credentials couldn't be
109
+ * validated. You might not be authorized to carry out the request. Make sure that your
110
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
111
+ * correct permissions, and that you are using the correct credentials.</p>
112
+ *
113
+ * @throws {@link InternalFailureException} (server fault)
114
+ * <p>An internal failure occurred.</p>
115
+ *
116
+ * @throws {@link InvalidParameterValueException} (client fault)
117
+ * <p>One or more parameters has a value that isn't valid.</p>
118
+ *
119
+ * @throws {@link ThrottlingException} (client fault)
120
+ * <p>Access is throttled.</p>
121
+ *
122
+ * @throws {@link QuickSightServiceException}
123
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
124
+ *
125
+ * @public
126
+ */
127
+ export declare class PredictQAResultsCommand extends PredictQAResultsCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: PredictQAResultsRequest;
132
+ output: PredictQAResultsResponse;
133
+ };
134
+ sdk: {
135
+ input: PredictQAResultsCommandInput;
136
+ output: PredictQAResultsCommandOutput;
137
+ };
138
+ };
139
+ }
@@ -0,0 +1,97 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateApplicationWithTokenExchangeGrantRequest, UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_4";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateApplicationWithTokenExchangeGrantCommand}.
14
+ */
15
+ export interface UpdateApplicationWithTokenExchangeGrantCommandInput extends UpdateApplicationWithTokenExchangeGrantRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateApplicationWithTokenExchangeGrantCommand}.
21
+ */
22
+ export interface UpdateApplicationWithTokenExchangeGrantCommandOutput extends UpdateApplicationWithTokenExchangeGrantResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateApplicationWithTokenExchangeGrantCommand_base: {
25
+ new (input: UpdateApplicationWithTokenExchangeGrantCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateApplicationWithTokenExchangeGrantCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates an Amazon QuickSight application with a token exchange grant. This operation only supports Amazon QuickSight applications that are registered with IAM Identity Center.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, UpdateApplicationWithTokenExchangeGrantCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, UpdateApplicationWithTokenExchangeGrantCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // UpdateApplicationWithTokenExchangeGrantRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * Namespace: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new UpdateApplicationWithTokenExchangeGrantCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // UpdateApplicationWithTokenExchangeGrantResponse
44
+ * // Status: Number("int"),
45
+ * // RequestId: "STRING_VALUE",
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param UpdateApplicationWithTokenExchangeGrantCommandInput - {@link UpdateApplicationWithTokenExchangeGrantCommandInput}
51
+ * @returns {@link UpdateApplicationWithTokenExchangeGrantCommandOutput}
52
+ * @see {@link UpdateApplicationWithTokenExchangeGrantCommandInput} for command's `input` shape.
53
+ * @see {@link UpdateApplicationWithTokenExchangeGrantCommandOutput} for command's `response` shape.
54
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>You don't have access to this item. The provided credentials couldn't be
58
+ * validated. You might not be authorized to carry out the request. Make sure that your
59
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
60
+ * correct permissions, and that you are using the correct credentials.</p>
61
+ *
62
+ * @throws {@link InternalFailureException} (server fault)
63
+ * <p>An internal failure occurred.</p>
64
+ *
65
+ * @throws {@link InvalidParameterValueException} (client fault)
66
+ * <p>One or more parameters has a value that isn't valid.</p>
67
+ *
68
+ * @throws {@link InvalidRequestException} (client fault)
69
+ * <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
70
+ *
71
+ * @throws {@link LimitExceededException} (client fault)
72
+ * <p>A limit is exceeded.</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <p>One or more resources can't be found.</p>
76
+ *
77
+ * @throws {@link ThrottlingException} (client fault)
78
+ * <p>Access is throttled.</p>
79
+ *
80
+ * @throws {@link QuickSightServiceException}
81
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
82
+ *
83
+ * @public
84
+ */
85
+ export declare class UpdateApplicationWithTokenExchangeGrantCommand extends UpdateApplicationWithTokenExchangeGrantCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateApplicationWithTokenExchangeGrantRequest;
90
+ output: UpdateApplicationWithTokenExchangeGrantResponse;
91
+ };
92
+ sdk: {
93
+ input: UpdateApplicationWithTokenExchangeGrantCommandInput;
94
+ output: UpdateApplicationWithTokenExchangeGrantCommandOutput;
95
+ };
96
+ };
97
+ }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateBrandAssignmentRequest, UpdateBrandAssignmentResponse } from "../models/models_4";
3
+ import { UpdateBrandAssignmentRequest, UpdateBrandAssignmentResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_4";
3
+ import { UpdateBrandRequest } from "../models/models_4";
4
+ import { UpdateBrandResponse } from "../models/models_5";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateBrandPublishedVersionRequest, UpdateBrandPublishedVersionResponse } from "../models/models_4";
3
+ import { UpdateBrandPublishedVersionRequest, UpdateBrandPublishedVersionResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateCustomPermissionsRequest, UpdateCustomPermissionsResponse } from "../models/models_4";
3
+ import { UpdateCustomPermissionsRequest, UpdateCustomPermissionsResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_4";
3
+ import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDashboardLinksRequest, UpdateDashboardLinksResponse } from "../models/models_4";
3
+ import { UpdateDashboardLinksRequest, UpdateDashboardLinksResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_4";
3
+ import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_4";
3
+ import { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDashboardsQAConfigurationRequest, UpdateDashboardsQAConfigurationResponse } from "../models/models_4";
3
+ import { UpdateDashboardsQAConfigurationRequest, UpdateDashboardsQAConfigurationResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_4";
3
+ import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDataSetPermissionsRequest } from "../models/models_4";
4
- import { UpdateDataSetPermissionsResponse } from "../models/models_5";
3
+ import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_5";
5
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
5
  /**
7
6
  * @public
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateDefaultQBusinessApplicationRequest, UpdateDefaultQBusinessApplicationResponse } from "../models/models_5";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateDefaultQBusinessApplicationCommand}.
14
+ */
15
+ export interface UpdateDefaultQBusinessApplicationCommandInput extends UpdateDefaultQBusinessApplicationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateDefaultQBusinessApplicationCommand}.
21
+ */
22
+ export interface UpdateDefaultQBusinessApplicationCommandOutput extends UpdateDefaultQBusinessApplicationResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateDefaultQBusinessApplicationCommand_base: {
25
+ new (input: UpdateDefaultQBusinessApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateDefaultQBusinessApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates a Amazon Q Business application that is linked to a Amazon QuickSight account.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, UpdateDefaultQBusinessApplicationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, UpdateDefaultQBusinessApplicationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // UpdateDefaultQBusinessApplicationRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * Namespace: "STRING_VALUE",
40
+ * ApplicationId: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new UpdateDefaultQBusinessApplicationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // UpdateDefaultQBusinessApplicationResponse
45
+ * // RequestId: "STRING_VALUE",
46
+ * // Status: Number("int"),
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param UpdateDefaultQBusinessApplicationCommandInput - {@link UpdateDefaultQBusinessApplicationCommandInput}
52
+ * @returns {@link UpdateDefaultQBusinessApplicationCommandOutput}
53
+ * @see {@link UpdateDefaultQBusinessApplicationCommandInput} for command's `input` shape.
54
+ * @see {@link UpdateDefaultQBusinessApplicationCommandOutput} for command's `response` shape.
55
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>You don't have access to this item. The provided credentials couldn't be
59
+ * validated. You might not be authorized to carry out the request. Make sure that your
60
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
61
+ * correct permissions, and that you are using the correct credentials.</p>
62
+ *
63
+ * @throws {@link ConflictException} (client fault)
64
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
65
+ *
66
+ * @throws {@link InternalFailureException} (server fault)
67
+ * <p>An internal failure occurred.</p>
68
+ *
69
+ * @throws {@link InvalidParameterValueException} (client fault)
70
+ * <p>One or more parameters has a value that isn't valid.</p>
71
+ *
72
+ * @throws {@link ResourceNotFoundException} (client fault)
73
+ * <p>One or more resources can't be found.</p>
74
+ *
75
+ * @throws {@link ThrottlingException} (client fault)
76
+ * <p>Access is throttled.</p>
77
+ *
78
+ * @throws {@link QuickSightServiceException}
79
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
80
+ *
81
+ * @public
82
+ */
83
+ export declare class UpdateDefaultQBusinessApplicationCommand extends UpdateDefaultQBusinessApplicationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateDefaultQBusinessApplicationRequest;
88
+ output: UpdateDefaultQBusinessApplicationResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateDefaultQBusinessApplicationCommandInput;
92
+ output: UpdateDefaultQBusinessApplicationCommandOutput;
93
+ };
94
+ };
95
+ }
@@ -37,7 +37,7 @@ declare const UpdateIdentityPropagationConfigCommand_base: {
37
37
  * const client = new QuickSightClient(config);
38
38
  * const input = { // UpdateIdentityPropagationConfigRequest
39
39
  * AwsAccountId: "STRING_VALUE", // required
40
- * Service: "REDSHIFT", // required
40
+ * Service: "REDSHIFT" || "QBUSINESS", // required
41
41
  * AuthorizedTargets: [ // AuthorizedTargetsList
42
42
  * "STRING_VALUE",
43
43
  * ],
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateQuickSightQSearchConfigurationRequest, UpdateQuickSightQSearchConfigurationResponse } from "../models/models_5";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateQuickSightQSearchConfigurationCommand}.
14
+ */
15
+ export interface UpdateQuickSightQSearchConfigurationCommandInput extends UpdateQuickSightQSearchConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateQuickSightQSearchConfigurationCommand}.
21
+ */
22
+ export interface UpdateQuickSightQSearchConfigurationCommandOutput extends UpdateQuickSightQSearchConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateQuickSightQSearchConfigurationCommand_base: {
25
+ new (input: UpdateQuickSightQSearchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateQuickSightQSearchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates the state of a Amazon QuickSight Q Search configuration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, UpdateQuickSightQSearchConfigurationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, UpdateQuickSightQSearchConfigurationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // UpdateQuickSightQSearchConfigurationRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * QSearchStatus: "ENABLED" || "DISABLED", // required
40
+ * };
41
+ * const command = new UpdateQuickSightQSearchConfigurationCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // UpdateQuickSightQSearchConfigurationResponse
44
+ * // QSearchStatus: "ENABLED" || "DISABLED",
45
+ * // RequestId: "STRING_VALUE",
46
+ * // Status: Number("int"),
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param UpdateQuickSightQSearchConfigurationCommandInput - {@link UpdateQuickSightQSearchConfigurationCommandInput}
52
+ * @returns {@link UpdateQuickSightQSearchConfigurationCommandOutput}
53
+ * @see {@link UpdateQuickSightQSearchConfigurationCommandInput} for command's `input` shape.
54
+ * @see {@link UpdateQuickSightQSearchConfigurationCommandOutput} for command's `response` shape.
55
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>You don't have access to this item. The provided credentials couldn't be
59
+ * validated. You might not be authorized to carry out the request. Make sure that your
60
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
61
+ * correct permissions, and that you are using the correct credentials.</p>
62
+ *
63
+ * @throws {@link ConflictException} (client fault)
64
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
65
+ *
66
+ * @throws {@link InternalFailureException} (server fault)
67
+ * <p>An internal failure occurred.</p>
68
+ *
69
+ * @throws {@link InvalidParameterValueException} (client fault)
70
+ * <p>One or more parameters has a value that isn't valid.</p>
71
+ *
72
+ * @throws {@link ResourceNotFoundException} (client fault)
73
+ * <p>One or more resources can't be found.</p>
74
+ *
75
+ * @throws {@link ThrottlingException} (client fault)
76
+ * <p>Access is throttled.</p>
77
+ *
78
+ * @throws {@link QuickSightServiceException}
79
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
80
+ *
81
+ * @public
82
+ */
83
+ export declare class UpdateQuickSightQSearchConfigurationCommand extends UpdateQuickSightQSearchConfigurationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateQuickSightQSearchConfigurationRequest;
88
+ output: UpdateQuickSightQSearchConfigurationResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateQuickSightQSearchConfigurationCommandInput;
92
+ output: UpdateQuickSightQSearchConfigurationCommandOutput;
93
+ };
94
+ };
95
+ }
@@ -35,6 +35,7 @@ export * from "./DeleteDashboardCommand";
35
35
  export * from "./DeleteDataSetCommand";
36
36
  export * from "./DeleteDataSetRefreshPropertiesCommand";
37
37
  export * from "./DeleteDataSourceCommand";
38
+ export * from "./DeleteDefaultQBusinessApplicationCommand";
38
39
  export * from "./DeleteFolderCommand";
39
40
  export * from "./DeleteFolderMembershipCommand";
40
41
  export * from "./DeleteGroupCommand";
@@ -78,6 +79,7 @@ export * from "./DescribeDataSetPermissionsCommand";
78
79
  export * from "./DescribeDataSetRefreshPropertiesCommand";
79
80
  export * from "./DescribeDataSourceCommand";
80
81
  export * from "./DescribeDataSourcePermissionsCommand";
82
+ export * from "./DescribeDefaultQBusinessApplicationCommand";
81
83
  export * from "./DescribeFolderCommand";
82
84
  export * from "./DescribeFolderPermissionsCommand";
83
85
  export * from "./DescribeFolderResolvedPermissionsCommand";
@@ -89,6 +91,7 @@ export * from "./DescribeIpRestrictionCommand";
89
91
  export * from "./DescribeKeyRegistrationCommand";
90
92
  export * from "./DescribeNamespaceCommand";
91
93
  export * from "./DescribeQPersonalizationConfigurationCommand";
94
+ export * from "./DescribeQuickSightQSearchConfigurationCommand";
92
95
  export * from "./DescribeRefreshScheduleCommand";
93
96
  export * from "./DescribeRoleCustomPermissionCommand";
94
97
  export * from "./DescribeTemplateAliasCommand";
@@ -106,6 +109,7 @@ export * from "./DescribeUserCommand";
106
109
  export * from "./DescribeVPCConnectionCommand";
107
110
  export * from "./GenerateEmbedUrlForAnonymousUserCommand";
108
111
  export * from "./GenerateEmbedUrlForRegisteredUserCommand";
112
+ export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
109
113
  export * from "./GetDashboardEmbedUrlCommand";
110
114
  export * from "./GetSessionEmbedUrlCommand";
111
115
  export * from "./ListAnalysesCommand";
@@ -142,6 +146,7 @@ export * from "./ListTopicsCommand";
142
146
  export * from "./ListUserGroupsCommand";
143
147
  export * from "./ListUsersCommand";
144
148
  export * from "./ListVPCConnectionsCommand";
149
+ export * from "./PredictQAResultsCommand";
145
150
  export * from "./PutDataSetRefreshPropertiesCommand";
146
151
  export * from "./RegisterUserCommand";
147
152
  export * from "./RestoreAnalysisCommand";
@@ -162,6 +167,7 @@ export * from "./UpdateAccountCustomizationCommand";
162
167
  export * from "./UpdateAccountSettingsCommand";
163
168
  export * from "./UpdateAnalysisCommand";
164
169
  export * from "./UpdateAnalysisPermissionsCommand";
170
+ export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
165
171
  export * from "./UpdateBrandAssignmentCommand";
166
172
  export * from "./UpdateBrandCommand";
167
173
  export * from "./UpdateBrandPublishedVersionCommand";
@@ -175,6 +181,7 @@ export * from "./UpdateDataSetCommand";
175
181
  export * from "./UpdateDataSetPermissionsCommand";
176
182
  export * from "./UpdateDataSourceCommand";
177
183
  export * from "./UpdateDataSourcePermissionsCommand";
184
+ export * from "./UpdateDefaultQBusinessApplicationCommand";
178
185
  export * from "./UpdateFolderCommand";
179
186
  export * from "./UpdateFolderPermissionsCommand";
180
187
  export * from "./UpdateGroupCommand";
@@ -184,6 +191,7 @@ export * from "./UpdateIpRestrictionCommand";
184
191
  export * from "./UpdateKeyRegistrationCommand";
185
192
  export * from "./UpdatePublicSharingSettingsCommand";
186
193
  export * from "./UpdateQPersonalizationConfigurationCommand";
194
+ export * from "./UpdateQuickSightQSearchConfigurationCommand";
187
195
  export * from "./UpdateRefreshScheduleCommand";
188
196
  export * from "./UpdateRoleCustomPermissionCommand";
189
197
  export * from "./UpdateSPICECapacityConfigurationCommand";
@@ -5515,6 +5515,7 @@ export type AuthenticationMethodOption = (typeof AuthenticationMethodOption)[key
5515
5515
  * @enum
5516
5516
  */
5517
5517
  export declare const ServiceType: {
5518
+ readonly QBUSINESS: "QBUSINESS";
5518
5519
  readonly REDSHIFT: "REDSHIFT";
5519
5520
  };
5520
5521
  /**