@aws-sdk/client-quicksight 3.1057.0 → 3.1059.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +161 -7
- package/dist-cjs/index.js +364 -5
- package/dist-cjs/schemas/schemas_0.js +870 -258
- package/dist-es/QuickSight.js +44 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/enums.js +49 -5
- package/dist-es/schemas/schemas_0.js +832 -222
- package/dist-types/QuickSight.d.ts +154 -0
- package/dist-types/QuickSightClient.d.ts +24 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/enums.d.ts +113 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +577 -619
- package/dist-types/models/models_4.d.ts +3874 -4006
- package/dist-types/models/models_5.d.ts +1755 -4
- package/dist-types/schemas/schemas_0.d.ts +85 -0
- package/dist-types/ts3.4/QuickSight.d.ts +374 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/enums.d.ts +64 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +134 -151
- package/dist-types/ts3.4/models/models_4.d.ts +368 -360
- package/dist-types/ts3.4/models/models_5.d.ts +428 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -26,16 +26,16 @@ To install this package, use the CLI of your favorite package manager:
|
|
|
26
26
|
|
|
27
27
|
The AWS SDK is modulized by clients and commands.
|
|
28
28
|
To send a request, you only need to import the `QuickSightClient` and
|
|
29
|
-
the commands you need, for example `
|
|
29
|
+
the commands you need, for example `ListAgentsCommand`:
|
|
30
30
|
|
|
31
31
|
```js
|
|
32
32
|
// ES5 example
|
|
33
|
-
const { QuickSightClient,
|
|
33
|
+
const { QuickSightClient, ListAgentsCommand } = require("@aws-sdk/client-quicksight");
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
```ts
|
|
37
37
|
// ES6+ example
|
|
38
|
-
import { QuickSightClient,
|
|
38
|
+
import { QuickSightClient, ListAgentsCommand } from "@aws-sdk/client-quicksight";
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### Usage
|
|
@@ -52,7 +52,7 @@ To send a request:
|
|
|
52
52
|
const client = new QuickSightClient({ region: "REGION" });
|
|
53
53
|
|
|
54
54
|
const params = { /** input parameters */ };
|
|
55
|
-
const command = new
|
|
55
|
+
const command = new ListAgentsCommand(params);
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
#### Async/await
|
|
@@ -108,7 +108,7 @@ const client = new QuickSight({ region: "REGION" });
|
|
|
108
108
|
|
|
109
109
|
// async/await.
|
|
110
110
|
try {
|
|
111
|
-
const data = await client.
|
|
111
|
+
const data = await client.listAgents(params);
|
|
112
112
|
// process data.
|
|
113
113
|
} catch (error) {
|
|
114
114
|
// error handling.
|
|
@@ -116,7 +116,7 @@ try {
|
|
|
116
116
|
|
|
117
117
|
// Promises.
|
|
118
118
|
client
|
|
119
|
-
.
|
|
119
|
+
.listAgents(params)
|
|
120
120
|
.then((data) => {
|
|
121
121
|
// process data.
|
|
122
122
|
})
|
|
@@ -125,7 +125,7 @@ client
|
|
|
125
125
|
});
|
|
126
126
|
|
|
127
127
|
// callbacks (not recommended).
|
|
128
|
-
client.
|
|
128
|
+
client.listAgents(params, (err, data) => {
|
|
129
129
|
// process err and data.
|
|
130
130
|
});
|
|
131
131
|
```
|
|
@@ -227,6 +227,13 @@ CreateActionConnector
|
|
|
227
227
|
</details>
|
|
228
228
|
<details>
|
|
229
229
|
<summary>
|
|
230
|
+
CreateAgent
|
|
231
|
+
</summary>
|
|
232
|
+
|
|
233
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/CreateAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateAgentCommandOutput/)
|
|
234
|
+
</details>
|
|
235
|
+
<details>
|
|
236
|
+
<summary>
|
|
230
237
|
CreateAnalysis
|
|
231
238
|
</summary>
|
|
232
239
|
|
|
@@ -269,6 +276,13 @@ CreateDataSource
|
|
|
269
276
|
</details>
|
|
270
277
|
<details>
|
|
271
278
|
<summary>
|
|
279
|
+
CreateFlow
|
|
280
|
+
</summary>
|
|
281
|
+
|
|
282
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/CreateFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateFlowCommandOutput/)
|
|
283
|
+
</details>
|
|
284
|
+
<details>
|
|
285
|
+
<summary>
|
|
272
286
|
CreateFolder
|
|
273
287
|
</summary>
|
|
274
288
|
|
|
@@ -339,6 +353,13 @@ CreateRoleMembership
|
|
|
339
353
|
</details>
|
|
340
354
|
<details>
|
|
341
355
|
<summary>
|
|
356
|
+
CreateSpace
|
|
357
|
+
</summary>
|
|
358
|
+
|
|
359
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/CreateSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateSpaceCommandOutput/)
|
|
360
|
+
</details>
|
|
361
|
+
<details>
|
|
362
|
+
<summary>
|
|
342
363
|
CreateTemplate
|
|
343
364
|
</summary>
|
|
344
365
|
|
|
@@ -416,6 +437,13 @@ DeleteActionConnector
|
|
|
416
437
|
</details>
|
|
417
438
|
<details>
|
|
418
439
|
<summary>
|
|
440
|
+
DeleteAgent
|
|
441
|
+
</summary>
|
|
442
|
+
|
|
443
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAgentCommandOutput/)
|
|
444
|
+
</details>
|
|
445
|
+
<details>
|
|
446
|
+
<summary>
|
|
419
447
|
DeleteAnalysis
|
|
420
448
|
</summary>
|
|
421
449
|
|
|
@@ -479,6 +507,13 @@ DeleteDefaultQBusinessApplication
|
|
|
479
507
|
</details>
|
|
480
508
|
<details>
|
|
481
509
|
<summary>
|
|
510
|
+
DeleteFlow
|
|
511
|
+
</summary>
|
|
512
|
+
|
|
513
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteFlowCommandOutput/)
|
|
514
|
+
</details>
|
|
515
|
+
<details>
|
|
516
|
+
<summary>
|
|
482
517
|
DeleteFolder
|
|
483
518
|
</summary>
|
|
484
519
|
|
|
@@ -556,6 +591,13 @@ DeleteRoleMembership
|
|
|
556
591
|
</details>
|
|
557
592
|
<details>
|
|
558
593
|
<summary>
|
|
594
|
+
DeleteSpace
|
|
595
|
+
</summary>
|
|
596
|
+
|
|
597
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteSpaceCommandOutput/)
|
|
598
|
+
</details>
|
|
599
|
+
<details>
|
|
600
|
+
<summary>
|
|
559
601
|
DeleteTemplate
|
|
560
602
|
</summary>
|
|
561
603
|
|
|
@@ -668,6 +710,20 @@ DescribeActionConnectorPermissions
|
|
|
668
710
|
</details>
|
|
669
711
|
<details>
|
|
670
712
|
<summary>
|
|
713
|
+
DescribeAgent
|
|
714
|
+
</summary>
|
|
715
|
+
|
|
716
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAgentCommandOutput/)
|
|
717
|
+
</details>
|
|
718
|
+
<details>
|
|
719
|
+
<summary>
|
|
720
|
+
DescribeAgentPermissions
|
|
721
|
+
</summary>
|
|
722
|
+
|
|
723
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeAgentPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAgentPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAgentPermissionsCommandOutput/)
|
|
724
|
+
</details>
|
|
725
|
+
<details>
|
|
726
|
+
<summary>
|
|
671
727
|
DescribeAnalysis
|
|
672
728
|
</summary>
|
|
673
729
|
|
|
@@ -822,6 +878,13 @@ DescribeDefaultQBusinessApplication
|
|
|
822
878
|
</details>
|
|
823
879
|
<details>
|
|
824
880
|
<summary>
|
|
881
|
+
DescribeFlow
|
|
882
|
+
</summary>
|
|
883
|
+
|
|
884
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeFlowCommandOutput/)
|
|
885
|
+
</details>
|
|
886
|
+
<details>
|
|
887
|
+
<summary>
|
|
825
888
|
DescribeFolder
|
|
826
889
|
</summary>
|
|
827
890
|
|
|
@@ -934,6 +997,20 @@ DescribeSelfUpgradeConfiguration
|
|
|
934
997
|
</details>
|
|
935
998
|
<details>
|
|
936
999
|
<summary>
|
|
1000
|
+
DescribeSpace
|
|
1001
|
+
</summary>
|
|
1002
|
+
|
|
1003
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeSpaceCommandOutput/)
|
|
1004
|
+
</details>
|
|
1005
|
+
<details>
|
|
1006
|
+
<summary>
|
|
1007
|
+
DescribeSpacePermissions
|
|
1008
|
+
</summary>
|
|
1009
|
+
|
|
1010
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeSpacePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeSpacePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeSpacePermissionsCommandOutput/)
|
|
1011
|
+
</details>
|
|
1012
|
+
<details>
|
|
1013
|
+
<summary>
|
|
937
1014
|
DescribeTemplate
|
|
938
1015
|
</summary>
|
|
939
1016
|
|
|
@@ -1088,6 +1165,13 @@ ListActionConnectors
|
|
|
1088
1165
|
</details>
|
|
1089
1166
|
<details>
|
|
1090
1167
|
<summary>
|
|
1168
|
+
ListAgents
|
|
1169
|
+
</summary>
|
|
1170
|
+
|
|
1171
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListAgentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListAgentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListAgentsCommandOutput/)
|
|
1172
|
+
</details>
|
|
1173
|
+
<details>
|
|
1174
|
+
<summary>
|
|
1091
1175
|
ListAnalyses
|
|
1092
1176
|
</summary>
|
|
1093
1177
|
|
|
@@ -1256,6 +1340,20 @@ ListSelfUpgrades
|
|
|
1256
1340
|
</details>
|
|
1257
1341
|
<details>
|
|
1258
1342
|
<summary>
|
|
1343
|
+
ListSpaceResources
|
|
1344
|
+
</summary>
|
|
1345
|
+
|
|
1346
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListSpaceResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListSpaceResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListSpaceResourcesCommandOutput/)
|
|
1347
|
+
</details>
|
|
1348
|
+
<details>
|
|
1349
|
+
<summary>
|
|
1350
|
+
ListSpaces
|
|
1351
|
+
</summary>
|
|
1352
|
+
|
|
1353
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListSpacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListSpacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListSpacesCommandOutput/)
|
|
1354
|
+
</details>
|
|
1355
|
+
<details>
|
|
1356
|
+
<summary>
|
|
1259
1357
|
ListTagsForResource
|
|
1260
1358
|
</summary>
|
|
1261
1359
|
|
|
@@ -1382,6 +1480,13 @@ SearchActionConnectors
|
|
|
1382
1480
|
</details>
|
|
1383
1481
|
<details>
|
|
1384
1482
|
<summary>
|
|
1483
|
+
SearchAgents
|
|
1484
|
+
</summary>
|
|
1485
|
+
|
|
1486
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchAgentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchAgentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchAgentsCommandOutput/)
|
|
1487
|
+
</details>
|
|
1488
|
+
<details>
|
|
1489
|
+
<summary>
|
|
1385
1490
|
SearchAnalyses
|
|
1386
1491
|
</summary>
|
|
1387
1492
|
|
|
@@ -1431,6 +1536,13 @@ SearchGroups
|
|
|
1431
1536
|
</details>
|
|
1432
1537
|
<details>
|
|
1433
1538
|
<summary>
|
|
1539
|
+
SearchSpaces
|
|
1540
|
+
</summary>
|
|
1541
|
+
|
|
1542
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchSpacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchSpacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchSpacesCommandOutput/)
|
|
1543
|
+
</details>
|
|
1544
|
+
<details>
|
|
1545
|
+
<summary>
|
|
1434
1546
|
SearchTopics
|
|
1435
1547
|
</summary>
|
|
1436
1548
|
|
|
@@ -1522,6 +1634,20 @@ UpdateActionConnectorPermissions
|
|
|
1522
1634
|
</details>
|
|
1523
1635
|
<details>
|
|
1524
1636
|
<summary>
|
|
1637
|
+
UpdateAgent
|
|
1638
|
+
</summary>
|
|
1639
|
+
|
|
1640
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAgentCommandOutput/)
|
|
1641
|
+
</details>
|
|
1642
|
+
<details>
|
|
1643
|
+
<summary>
|
|
1644
|
+
UpdateAgentPermissions
|
|
1645
|
+
</summary>
|
|
1646
|
+
|
|
1647
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateAgentPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAgentPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAgentPermissionsCommandOutput/)
|
|
1648
|
+
</details>
|
|
1649
|
+
<details>
|
|
1650
|
+
<summary>
|
|
1525
1651
|
UpdateAnalysis
|
|
1526
1652
|
</summary>
|
|
1527
1653
|
|
|
@@ -1641,6 +1767,13 @@ UpdateDefaultQBusinessApplication
|
|
|
1641
1767
|
</details>
|
|
1642
1768
|
<details>
|
|
1643
1769
|
<summary>
|
|
1770
|
+
UpdateFlow
|
|
1771
|
+
</summary>
|
|
1772
|
+
|
|
1773
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateFlowCommandOutput/)
|
|
1774
|
+
</details>
|
|
1775
|
+
<details>
|
|
1776
|
+
<summary>
|
|
1644
1777
|
UpdateFlowPermissions
|
|
1645
1778
|
</summary>
|
|
1646
1779
|
|
|
@@ -1753,6 +1886,27 @@ UpdateSelfUpgradeConfiguration
|
|
|
1753
1886
|
</details>
|
|
1754
1887
|
<details>
|
|
1755
1888
|
<summary>
|
|
1889
|
+
UpdateSpace
|
|
1890
|
+
</summary>
|
|
1891
|
+
|
|
1892
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSpaceCommandOutput/)
|
|
1893
|
+
</details>
|
|
1894
|
+
<details>
|
|
1895
|
+
<summary>
|
|
1896
|
+
UpdateSpacePermissions
|
|
1897
|
+
</summary>
|
|
1898
|
+
|
|
1899
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateSpacePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSpacePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSpacePermissionsCommandOutput/)
|
|
1900
|
+
</details>
|
|
1901
|
+
<details>
|
|
1902
|
+
<summary>
|
|
1903
|
+
UpdateSpaceResources
|
|
1904
|
+
</summary>
|
|
1905
|
+
|
|
1906
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateSpaceResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSpaceResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSpaceResourcesCommandOutput/)
|
|
1907
|
+
</details>
|
|
1908
|
+
<details>
|
|
1909
|
+
<summary>
|
|
1756
1910
|
UpdateSPICECapacityConfiguration
|
|
1757
1911
|
</summary>
|
|
1758
1912
|
|