@aws-sdk/client-quicksight 3.1056.0 → 3.1058.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 +196 -7
- package/dist-cjs/index.js +442 -5
- package/dist-cjs/schemas/schemas_0.js +979 -262
- package/dist-es/QuickSight.js +56 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateOAuthClientApplicationCommand.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/DeleteOAuthClientApplicationCommand.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/DescribeOAuthClientApplicationCommand.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/ListOAuthClientApplicationsCommand.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/UpdateOAuthClientApplicationCommand.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 +27 -0
- package/dist-es/models/enums.js +52 -5
- package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +941 -226
- package/dist-types/QuickSight.d.ts +196 -0
- package/dist-types/QuickSightClient.d.ts +29 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -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/DeleteOAuthClientApplicationCommand.d.ts +101 -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 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
- 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/ListOAuthClientApplicationsCommand.d.ts +115 -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 +115 -0
- 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 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- 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/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/enums.d.ts +124 -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 +751 -756
- package/dist-types/models/models_4.d.ts +3961 -4019
- package/dist-types/models/models_5.d.ts +2051 -4
- package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +102 -0
- package/dist-types/ts3.4/QuickSight.d.ts +466 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +162 -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/CreateOAuthClientApplicationCommand.d.ts +53 -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/DeleteOAuthClientApplicationCommand.d.ts +53 -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 +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
- 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/ListOAuthClientApplicationsCommand.d.ts +53 -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 +53 -0
- 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 +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- 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/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/enums.d.ts +69 -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 +166 -173
- package/dist-types/ts3.4/models/models_4.d.ts +435 -412
- package/dist-types/ts3.4/models/models_5.d.ts +506 -2
- package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/package.json +2 -2
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CreateActionConnectorCommandInput,
|
|
28
28
|
CreateActionConnectorCommandOutput,
|
|
29
29
|
} from "./commands/CreateActionConnectorCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateAgentCommandInput,
|
|
32
|
+
CreateAgentCommandOutput,
|
|
33
|
+
} from "./commands/CreateAgentCommand";
|
|
30
34
|
import {
|
|
31
35
|
CreateAnalysisCommandInput,
|
|
32
36
|
CreateAnalysisCommandOutput,
|
|
@@ -51,6 +55,10 @@ import {
|
|
|
51
55
|
CreateDataSourceCommandInput,
|
|
52
56
|
CreateDataSourceCommandOutput,
|
|
53
57
|
} from "./commands/CreateDataSourceCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateFlowCommandInput,
|
|
60
|
+
CreateFlowCommandOutput,
|
|
61
|
+
} from "./commands/CreateFlowCommand";
|
|
54
62
|
import {
|
|
55
63
|
CreateFolderCommandInput,
|
|
56
64
|
CreateFolderCommandOutput,
|
|
@@ -79,6 +87,10 @@ import {
|
|
|
79
87
|
CreateNamespaceCommandInput,
|
|
80
88
|
CreateNamespaceCommandOutput,
|
|
81
89
|
} from "./commands/CreateNamespaceCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateOAuthClientApplicationCommandInput,
|
|
92
|
+
CreateOAuthClientApplicationCommandOutput,
|
|
93
|
+
} from "./commands/CreateOAuthClientApplicationCommand";
|
|
82
94
|
import {
|
|
83
95
|
CreateRefreshScheduleCommandInput,
|
|
84
96
|
CreateRefreshScheduleCommandOutput,
|
|
@@ -87,6 +99,10 @@ import {
|
|
|
87
99
|
CreateRoleMembershipCommandInput,
|
|
88
100
|
CreateRoleMembershipCommandOutput,
|
|
89
101
|
} from "./commands/CreateRoleMembershipCommand";
|
|
102
|
+
import {
|
|
103
|
+
CreateSpaceCommandInput,
|
|
104
|
+
CreateSpaceCommandOutput,
|
|
105
|
+
} from "./commands/CreateSpaceCommand";
|
|
90
106
|
import {
|
|
91
107
|
CreateTemplateAliasCommandInput,
|
|
92
108
|
CreateTemplateAliasCommandOutput,
|
|
@@ -131,6 +147,10 @@ import {
|
|
|
131
147
|
DeleteActionConnectorCommandInput,
|
|
132
148
|
DeleteActionConnectorCommandOutput,
|
|
133
149
|
} from "./commands/DeleteActionConnectorCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteAgentCommandInput,
|
|
152
|
+
DeleteAgentCommandOutput,
|
|
153
|
+
} from "./commands/DeleteAgentCommand";
|
|
134
154
|
import {
|
|
135
155
|
DeleteAnalysisCommandInput,
|
|
136
156
|
DeleteAnalysisCommandOutput,
|
|
@@ -167,6 +187,10 @@ import {
|
|
|
167
187
|
DeleteDefaultQBusinessApplicationCommandInput,
|
|
168
188
|
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
169
189
|
} from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
190
|
+
import {
|
|
191
|
+
DeleteFlowCommandInput,
|
|
192
|
+
DeleteFlowCommandOutput,
|
|
193
|
+
} from "./commands/DeleteFlowCommand";
|
|
170
194
|
import {
|
|
171
195
|
DeleteFolderCommandInput,
|
|
172
196
|
DeleteFolderCommandOutput,
|
|
@@ -195,6 +219,10 @@ import {
|
|
|
195
219
|
DeleteNamespaceCommandInput,
|
|
196
220
|
DeleteNamespaceCommandOutput,
|
|
197
221
|
} from "./commands/DeleteNamespaceCommand";
|
|
222
|
+
import {
|
|
223
|
+
DeleteOAuthClientApplicationCommandInput,
|
|
224
|
+
DeleteOAuthClientApplicationCommandOutput,
|
|
225
|
+
} from "./commands/DeleteOAuthClientApplicationCommand";
|
|
198
226
|
import {
|
|
199
227
|
DeleteRefreshScheduleCommandInput,
|
|
200
228
|
DeleteRefreshScheduleCommandOutput,
|
|
@@ -207,6 +235,10 @@ import {
|
|
|
207
235
|
DeleteRoleMembershipCommandInput,
|
|
208
236
|
DeleteRoleMembershipCommandOutput,
|
|
209
237
|
} from "./commands/DeleteRoleMembershipCommand";
|
|
238
|
+
import {
|
|
239
|
+
DeleteSpaceCommandInput,
|
|
240
|
+
DeleteSpaceCommandOutput,
|
|
241
|
+
} from "./commands/DeleteSpaceCommand";
|
|
210
242
|
import {
|
|
211
243
|
DeleteTemplateAliasCommandInput,
|
|
212
244
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -271,6 +303,14 @@ import {
|
|
|
271
303
|
DescribeActionConnectorPermissionsCommandInput,
|
|
272
304
|
DescribeActionConnectorPermissionsCommandOutput,
|
|
273
305
|
} from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
306
|
+
import {
|
|
307
|
+
DescribeAgentCommandInput,
|
|
308
|
+
DescribeAgentCommandOutput,
|
|
309
|
+
} from "./commands/DescribeAgentCommand";
|
|
310
|
+
import {
|
|
311
|
+
DescribeAgentPermissionsCommandInput,
|
|
312
|
+
DescribeAgentPermissionsCommandOutput,
|
|
313
|
+
} from "./commands/DescribeAgentPermissionsCommand";
|
|
274
314
|
import {
|
|
275
315
|
DescribeAnalysisCommandInput,
|
|
276
316
|
DescribeAnalysisCommandOutput,
|
|
@@ -359,6 +399,10 @@ import {
|
|
|
359
399
|
DescribeDefaultQBusinessApplicationCommandInput,
|
|
360
400
|
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
361
401
|
} from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
402
|
+
import {
|
|
403
|
+
DescribeFlowCommandInput,
|
|
404
|
+
DescribeFlowCommandOutput,
|
|
405
|
+
} from "./commands/DescribeFlowCommand";
|
|
362
406
|
import {
|
|
363
407
|
DescribeFolderCommandInput,
|
|
364
408
|
DescribeFolderCommandOutput,
|
|
@@ -399,6 +443,10 @@ import {
|
|
|
399
443
|
DescribeNamespaceCommandInput,
|
|
400
444
|
DescribeNamespaceCommandOutput,
|
|
401
445
|
} from "./commands/DescribeNamespaceCommand";
|
|
446
|
+
import {
|
|
447
|
+
DescribeOAuthClientApplicationCommandInput,
|
|
448
|
+
DescribeOAuthClientApplicationCommandOutput,
|
|
449
|
+
} from "./commands/DescribeOAuthClientApplicationCommand";
|
|
402
450
|
import {
|
|
403
451
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
404
452
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
@@ -419,6 +467,14 @@ import {
|
|
|
419
467
|
DescribeSelfUpgradeConfigurationCommandInput,
|
|
420
468
|
DescribeSelfUpgradeConfigurationCommandOutput,
|
|
421
469
|
} from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
470
|
+
import {
|
|
471
|
+
DescribeSpaceCommandInput,
|
|
472
|
+
DescribeSpaceCommandOutput,
|
|
473
|
+
} from "./commands/DescribeSpaceCommand";
|
|
474
|
+
import {
|
|
475
|
+
DescribeSpacePermissionsCommandInput,
|
|
476
|
+
DescribeSpacePermissionsCommandOutput,
|
|
477
|
+
} from "./commands/DescribeSpacePermissionsCommand";
|
|
422
478
|
import {
|
|
423
479
|
DescribeTemplateAliasCommandInput,
|
|
424
480
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -507,6 +563,10 @@ import {
|
|
|
507
563
|
ListActionConnectorsCommandInput,
|
|
508
564
|
ListActionConnectorsCommandOutput,
|
|
509
565
|
} from "./commands/ListActionConnectorsCommand";
|
|
566
|
+
import {
|
|
567
|
+
ListAgentsCommandInput,
|
|
568
|
+
ListAgentsCommandOutput,
|
|
569
|
+
} from "./commands/ListAgentsCommand";
|
|
510
570
|
import {
|
|
511
571
|
ListAnalysesCommandInput,
|
|
512
572
|
ListAnalysesCommandOutput,
|
|
@@ -587,6 +647,10 @@ import {
|
|
|
587
647
|
ListNamespacesCommandInput,
|
|
588
648
|
ListNamespacesCommandOutput,
|
|
589
649
|
} from "./commands/ListNamespacesCommand";
|
|
650
|
+
import {
|
|
651
|
+
ListOAuthClientApplicationsCommandInput,
|
|
652
|
+
ListOAuthClientApplicationsCommandOutput,
|
|
653
|
+
} from "./commands/ListOAuthClientApplicationsCommand";
|
|
590
654
|
import {
|
|
591
655
|
ListRefreshSchedulesCommandInput,
|
|
592
656
|
ListRefreshSchedulesCommandOutput,
|
|
@@ -599,6 +663,14 @@ import {
|
|
|
599
663
|
ListSelfUpgradesCommandInput,
|
|
600
664
|
ListSelfUpgradesCommandOutput,
|
|
601
665
|
} from "./commands/ListSelfUpgradesCommand";
|
|
666
|
+
import {
|
|
667
|
+
ListSpaceResourcesCommandInput,
|
|
668
|
+
ListSpaceResourcesCommandOutput,
|
|
669
|
+
} from "./commands/ListSpaceResourcesCommand";
|
|
670
|
+
import {
|
|
671
|
+
ListSpacesCommandInput,
|
|
672
|
+
ListSpacesCommandOutput,
|
|
673
|
+
} from "./commands/ListSpacesCommand";
|
|
602
674
|
import {
|
|
603
675
|
ListTagsForResourceCommandInput,
|
|
604
676
|
ListTagsForResourceCommandOutput,
|
|
@@ -671,6 +743,10 @@ import {
|
|
|
671
743
|
SearchActionConnectorsCommandInput,
|
|
672
744
|
SearchActionConnectorsCommandOutput,
|
|
673
745
|
} from "./commands/SearchActionConnectorsCommand";
|
|
746
|
+
import {
|
|
747
|
+
SearchAgentsCommandInput,
|
|
748
|
+
SearchAgentsCommandOutput,
|
|
749
|
+
} from "./commands/SearchAgentsCommand";
|
|
674
750
|
import {
|
|
675
751
|
SearchAnalysesCommandInput,
|
|
676
752
|
SearchAnalysesCommandOutput,
|
|
@@ -699,6 +775,10 @@ import {
|
|
|
699
775
|
SearchGroupsCommandInput,
|
|
700
776
|
SearchGroupsCommandOutput,
|
|
701
777
|
} from "./commands/SearchGroupsCommand";
|
|
778
|
+
import {
|
|
779
|
+
SearchSpacesCommandInput,
|
|
780
|
+
SearchSpacesCommandOutput,
|
|
781
|
+
} from "./commands/SearchSpacesCommand";
|
|
702
782
|
import {
|
|
703
783
|
SearchTopicsCommandInput,
|
|
704
784
|
SearchTopicsCommandOutput,
|
|
@@ -751,6 +831,14 @@ import {
|
|
|
751
831
|
UpdateActionConnectorPermissionsCommandInput,
|
|
752
832
|
UpdateActionConnectorPermissionsCommandOutput,
|
|
753
833
|
} from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
834
|
+
import {
|
|
835
|
+
UpdateAgentCommandInput,
|
|
836
|
+
UpdateAgentCommandOutput,
|
|
837
|
+
} from "./commands/UpdateAgentCommand";
|
|
838
|
+
import {
|
|
839
|
+
UpdateAgentPermissionsCommandInput,
|
|
840
|
+
UpdateAgentPermissionsCommandOutput,
|
|
841
|
+
} from "./commands/UpdateAgentPermissionsCommand";
|
|
754
842
|
import {
|
|
755
843
|
UpdateAnalysisCommandInput,
|
|
756
844
|
UpdateAnalysisCommandOutput,
|
|
@@ -819,6 +907,10 @@ import {
|
|
|
819
907
|
UpdateDefaultQBusinessApplicationCommandInput,
|
|
820
908
|
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
821
909
|
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
910
|
+
import {
|
|
911
|
+
UpdateFlowCommandInput,
|
|
912
|
+
UpdateFlowCommandOutput,
|
|
913
|
+
} from "./commands/UpdateFlowCommand";
|
|
822
914
|
import {
|
|
823
915
|
UpdateFlowPermissionsCommandInput,
|
|
824
916
|
UpdateFlowPermissionsCommandOutput,
|
|
@@ -851,6 +943,10 @@ import {
|
|
|
851
943
|
UpdateKeyRegistrationCommandInput,
|
|
852
944
|
UpdateKeyRegistrationCommandOutput,
|
|
853
945
|
} from "./commands/UpdateKeyRegistrationCommand";
|
|
946
|
+
import {
|
|
947
|
+
UpdateOAuthClientApplicationCommandInput,
|
|
948
|
+
UpdateOAuthClientApplicationCommandOutput,
|
|
949
|
+
} from "./commands/UpdateOAuthClientApplicationCommand";
|
|
854
950
|
import {
|
|
855
951
|
UpdatePublicSharingSettingsCommandInput,
|
|
856
952
|
UpdatePublicSharingSettingsCommandOutput,
|
|
@@ -879,6 +975,18 @@ import {
|
|
|
879
975
|
UpdateSelfUpgradeConfigurationCommandInput,
|
|
880
976
|
UpdateSelfUpgradeConfigurationCommandOutput,
|
|
881
977
|
} from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
978
|
+
import {
|
|
979
|
+
UpdateSpaceCommandInput,
|
|
980
|
+
UpdateSpaceCommandOutput,
|
|
981
|
+
} from "./commands/UpdateSpaceCommand";
|
|
982
|
+
import {
|
|
983
|
+
UpdateSpacePermissionsCommandInput,
|
|
984
|
+
UpdateSpacePermissionsCommandOutput,
|
|
985
|
+
} from "./commands/UpdateSpacePermissionsCommand";
|
|
986
|
+
import {
|
|
987
|
+
UpdateSpaceResourcesCommandInput,
|
|
988
|
+
UpdateSpaceResourcesCommandOutput,
|
|
989
|
+
} from "./commands/UpdateSpaceResourcesCommand";
|
|
882
990
|
import {
|
|
883
991
|
UpdateSPICECapacityConfigurationCommandInput,
|
|
884
992
|
UpdateSPICECapacityConfigurationCommandOutput,
|
|
@@ -1011,6 +1119,19 @@ export interface QuickSight {
|
|
|
1011
1119
|
options: __HttpHandlerOptions,
|
|
1012
1120
|
cb: (err: any, data?: CreateActionConnectorCommandOutput) => void
|
|
1013
1121
|
): void;
|
|
1122
|
+
createAgent(
|
|
1123
|
+
args: CreateAgentCommandInput,
|
|
1124
|
+
options?: __HttpHandlerOptions
|
|
1125
|
+
): Promise<CreateAgentCommandOutput>;
|
|
1126
|
+
createAgent(
|
|
1127
|
+
args: CreateAgentCommandInput,
|
|
1128
|
+
cb: (err: any, data?: CreateAgentCommandOutput) => void
|
|
1129
|
+
): void;
|
|
1130
|
+
createAgent(
|
|
1131
|
+
args: CreateAgentCommandInput,
|
|
1132
|
+
options: __HttpHandlerOptions,
|
|
1133
|
+
cb: (err: any, data?: CreateAgentCommandOutput) => void
|
|
1134
|
+
): void;
|
|
1014
1135
|
createAnalysis(
|
|
1015
1136
|
args: CreateAnalysisCommandInput,
|
|
1016
1137
|
options?: __HttpHandlerOptions
|
|
@@ -1089,6 +1210,19 @@ export interface QuickSight {
|
|
|
1089
1210
|
options: __HttpHandlerOptions,
|
|
1090
1211
|
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
1091
1212
|
): void;
|
|
1213
|
+
createFlow(
|
|
1214
|
+
args: CreateFlowCommandInput,
|
|
1215
|
+
options?: __HttpHandlerOptions
|
|
1216
|
+
): Promise<CreateFlowCommandOutput>;
|
|
1217
|
+
createFlow(
|
|
1218
|
+
args: CreateFlowCommandInput,
|
|
1219
|
+
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
1220
|
+
): void;
|
|
1221
|
+
createFlow(
|
|
1222
|
+
args: CreateFlowCommandInput,
|
|
1223
|
+
options: __HttpHandlerOptions,
|
|
1224
|
+
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
1225
|
+
): void;
|
|
1092
1226
|
createFolder(
|
|
1093
1227
|
args: CreateFolderCommandInput,
|
|
1094
1228
|
options?: __HttpHandlerOptions
|
|
@@ -1180,6 +1314,19 @@ export interface QuickSight {
|
|
|
1180
1314
|
options: __HttpHandlerOptions,
|
|
1181
1315
|
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
1182
1316
|
): void;
|
|
1317
|
+
createOAuthClientApplication(
|
|
1318
|
+
args: CreateOAuthClientApplicationCommandInput,
|
|
1319
|
+
options?: __HttpHandlerOptions
|
|
1320
|
+
): Promise<CreateOAuthClientApplicationCommandOutput>;
|
|
1321
|
+
createOAuthClientApplication(
|
|
1322
|
+
args: CreateOAuthClientApplicationCommandInput,
|
|
1323
|
+
cb: (err: any, data?: CreateOAuthClientApplicationCommandOutput) => void
|
|
1324
|
+
): void;
|
|
1325
|
+
createOAuthClientApplication(
|
|
1326
|
+
args: CreateOAuthClientApplicationCommandInput,
|
|
1327
|
+
options: __HttpHandlerOptions,
|
|
1328
|
+
cb: (err: any, data?: CreateOAuthClientApplicationCommandOutput) => void
|
|
1329
|
+
): void;
|
|
1183
1330
|
createRefreshSchedule(
|
|
1184
1331
|
args: CreateRefreshScheduleCommandInput,
|
|
1185
1332
|
options?: __HttpHandlerOptions
|
|
@@ -1206,6 +1353,19 @@ export interface QuickSight {
|
|
|
1206
1353
|
options: __HttpHandlerOptions,
|
|
1207
1354
|
cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void
|
|
1208
1355
|
): void;
|
|
1356
|
+
createSpace(
|
|
1357
|
+
args: CreateSpaceCommandInput,
|
|
1358
|
+
options?: __HttpHandlerOptions
|
|
1359
|
+
): Promise<CreateSpaceCommandOutput>;
|
|
1360
|
+
createSpace(
|
|
1361
|
+
args: CreateSpaceCommandInput,
|
|
1362
|
+
cb: (err: any, data?: CreateSpaceCommandOutput) => void
|
|
1363
|
+
): void;
|
|
1364
|
+
createSpace(
|
|
1365
|
+
args: CreateSpaceCommandInput,
|
|
1366
|
+
options: __HttpHandlerOptions,
|
|
1367
|
+
cb: (err: any, data?: CreateSpaceCommandOutput) => void
|
|
1368
|
+
): void;
|
|
1209
1369
|
createTemplate(
|
|
1210
1370
|
args: CreateTemplateCommandInput,
|
|
1211
1371
|
options?: __HttpHandlerOptions
|
|
@@ -1349,6 +1509,19 @@ export interface QuickSight {
|
|
|
1349
1509
|
options: __HttpHandlerOptions,
|
|
1350
1510
|
cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void
|
|
1351
1511
|
): void;
|
|
1512
|
+
deleteAgent(
|
|
1513
|
+
args: DeleteAgentCommandInput,
|
|
1514
|
+
options?: __HttpHandlerOptions
|
|
1515
|
+
): Promise<DeleteAgentCommandOutput>;
|
|
1516
|
+
deleteAgent(
|
|
1517
|
+
args: DeleteAgentCommandInput,
|
|
1518
|
+
cb: (err: any, data?: DeleteAgentCommandOutput) => void
|
|
1519
|
+
): void;
|
|
1520
|
+
deleteAgent(
|
|
1521
|
+
args: DeleteAgentCommandInput,
|
|
1522
|
+
options: __HttpHandlerOptions,
|
|
1523
|
+
cb: (err: any, data?: DeleteAgentCommandOutput) => void
|
|
1524
|
+
): void;
|
|
1352
1525
|
deleteAnalysis(
|
|
1353
1526
|
args: DeleteAnalysisCommandInput,
|
|
1354
1527
|
options?: __HttpHandlerOptions
|
|
@@ -1472,6 +1645,19 @@ export interface QuickSight {
|
|
|
1472
1645
|
data?: DeleteDefaultQBusinessApplicationCommandOutput
|
|
1473
1646
|
) => void
|
|
1474
1647
|
): void;
|
|
1648
|
+
deleteFlow(
|
|
1649
|
+
args: DeleteFlowCommandInput,
|
|
1650
|
+
options?: __HttpHandlerOptions
|
|
1651
|
+
): Promise<DeleteFlowCommandOutput>;
|
|
1652
|
+
deleteFlow(
|
|
1653
|
+
args: DeleteFlowCommandInput,
|
|
1654
|
+
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
1655
|
+
): void;
|
|
1656
|
+
deleteFlow(
|
|
1657
|
+
args: DeleteFlowCommandInput,
|
|
1658
|
+
options: __HttpHandlerOptions,
|
|
1659
|
+
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
1660
|
+
): void;
|
|
1475
1661
|
deleteFolder(
|
|
1476
1662
|
args: DeleteFolderCommandInput,
|
|
1477
1663
|
options?: __HttpHandlerOptions
|
|
@@ -1563,6 +1749,19 @@ export interface QuickSight {
|
|
|
1563
1749
|
options: __HttpHandlerOptions,
|
|
1564
1750
|
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
1565
1751
|
): void;
|
|
1752
|
+
deleteOAuthClientApplication(
|
|
1753
|
+
args: DeleteOAuthClientApplicationCommandInput,
|
|
1754
|
+
options?: __HttpHandlerOptions
|
|
1755
|
+
): Promise<DeleteOAuthClientApplicationCommandOutput>;
|
|
1756
|
+
deleteOAuthClientApplication(
|
|
1757
|
+
args: DeleteOAuthClientApplicationCommandInput,
|
|
1758
|
+
cb: (err: any, data?: DeleteOAuthClientApplicationCommandOutput) => void
|
|
1759
|
+
): void;
|
|
1760
|
+
deleteOAuthClientApplication(
|
|
1761
|
+
args: DeleteOAuthClientApplicationCommandInput,
|
|
1762
|
+
options: __HttpHandlerOptions,
|
|
1763
|
+
cb: (err: any, data?: DeleteOAuthClientApplicationCommandOutput) => void
|
|
1764
|
+
): void;
|
|
1566
1765
|
deleteRefreshSchedule(
|
|
1567
1766
|
args: DeleteRefreshScheduleCommandInput,
|
|
1568
1767
|
options?: __HttpHandlerOptions
|
|
@@ -1602,6 +1801,19 @@ export interface QuickSight {
|
|
|
1602
1801
|
options: __HttpHandlerOptions,
|
|
1603
1802
|
cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void
|
|
1604
1803
|
): void;
|
|
1804
|
+
deleteSpace(
|
|
1805
|
+
args: DeleteSpaceCommandInput,
|
|
1806
|
+
options?: __HttpHandlerOptions
|
|
1807
|
+
): Promise<DeleteSpaceCommandOutput>;
|
|
1808
|
+
deleteSpace(
|
|
1809
|
+
args: DeleteSpaceCommandInput,
|
|
1810
|
+
cb: (err: any, data?: DeleteSpaceCommandOutput) => void
|
|
1811
|
+
): void;
|
|
1812
|
+
deleteSpace(
|
|
1813
|
+
args: DeleteSpaceCommandInput,
|
|
1814
|
+
options: __HttpHandlerOptions,
|
|
1815
|
+
cb: (err: any, data?: DeleteSpaceCommandOutput) => void
|
|
1816
|
+
): void;
|
|
1605
1817
|
deleteTemplate(
|
|
1606
1818
|
args: DeleteTemplateCommandInput,
|
|
1607
1819
|
options?: __HttpHandlerOptions
|
|
@@ -1816,6 +2028,32 @@ export interface QuickSight {
|
|
|
1816
2028
|
data?: DescribeActionConnectorPermissionsCommandOutput
|
|
1817
2029
|
) => void
|
|
1818
2030
|
): void;
|
|
2031
|
+
describeAgent(
|
|
2032
|
+
args: DescribeAgentCommandInput,
|
|
2033
|
+
options?: __HttpHandlerOptions
|
|
2034
|
+
): Promise<DescribeAgentCommandOutput>;
|
|
2035
|
+
describeAgent(
|
|
2036
|
+
args: DescribeAgentCommandInput,
|
|
2037
|
+
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
2038
|
+
): void;
|
|
2039
|
+
describeAgent(
|
|
2040
|
+
args: DescribeAgentCommandInput,
|
|
2041
|
+
options: __HttpHandlerOptions,
|
|
2042
|
+
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
2043
|
+
): void;
|
|
2044
|
+
describeAgentPermissions(
|
|
2045
|
+
args: DescribeAgentPermissionsCommandInput,
|
|
2046
|
+
options?: __HttpHandlerOptions
|
|
2047
|
+
): Promise<DescribeAgentPermissionsCommandOutput>;
|
|
2048
|
+
describeAgentPermissions(
|
|
2049
|
+
args: DescribeAgentPermissionsCommandInput,
|
|
2050
|
+
cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void
|
|
2051
|
+
): void;
|
|
2052
|
+
describeAgentPermissions(
|
|
2053
|
+
args: DescribeAgentPermissionsCommandInput,
|
|
2054
|
+
options: __HttpHandlerOptions,
|
|
2055
|
+
cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void
|
|
2056
|
+
): void;
|
|
1819
2057
|
describeAnalysis(
|
|
1820
2058
|
args: DescribeAnalysisCommandInput,
|
|
1821
2059
|
options?: __HttpHandlerOptions
|
|
@@ -2120,6 +2358,19 @@ export interface QuickSight {
|
|
|
2120
2358
|
data?: DescribeDefaultQBusinessApplicationCommandOutput
|
|
2121
2359
|
) => void
|
|
2122
2360
|
): void;
|
|
2361
|
+
describeFlow(
|
|
2362
|
+
args: DescribeFlowCommandInput,
|
|
2363
|
+
options?: __HttpHandlerOptions
|
|
2364
|
+
): Promise<DescribeFlowCommandOutput>;
|
|
2365
|
+
describeFlow(
|
|
2366
|
+
args: DescribeFlowCommandInput,
|
|
2367
|
+
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
2368
|
+
): void;
|
|
2369
|
+
describeFlow(
|
|
2370
|
+
args: DescribeFlowCommandInput,
|
|
2371
|
+
options: __HttpHandlerOptions,
|
|
2372
|
+
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
2373
|
+
): void;
|
|
2123
2374
|
describeFolder(
|
|
2124
2375
|
args: DescribeFolderCommandInput,
|
|
2125
2376
|
options?: __HttpHandlerOptions
|
|
@@ -2256,6 +2507,19 @@ export interface QuickSight {
|
|
|
2256
2507
|
options: __HttpHandlerOptions,
|
|
2257
2508
|
cb: (err: any, data?: DescribeNamespaceCommandOutput) => void
|
|
2258
2509
|
): void;
|
|
2510
|
+
describeOAuthClientApplication(
|
|
2511
|
+
args: DescribeOAuthClientApplicationCommandInput,
|
|
2512
|
+
options?: __HttpHandlerOptions
|
|
2513
|
+
): Promise<DescribeOAuthClientApplicationCommandOutput>;
|
|
2514
|
+
describeOAuthClientApplication(
|
|
2515
|
+
args: DescribeOAuthClientApplicationCommandInput,
|
|
2516
|
+
cb: (err: any, data?: DescribeOAuthClientApplicationCommandOutput) => void
|
|
2517
|
+
): void;
|
|
2518
|
+
describeOAuthClientApplication(
|
|
2519
|
+
args: DescribeOAuthClientApplicationCommandInput,
|
|
2520
|
+
options: __HttpHandlerOptions,
|
|
2521
|
+
cb: (err: any, data?: DescribeOAuthClientApplicationCommandOutput) => void
|
|
2522
|
+
): void;
|
|
2259
2523
|
describeQPersonalizationConfiguration(
|
|
2260
2524
|
args: DescribeQPersonalizationConfigurationCommandInput,
|
|
2261
2525
|
options?: __HttpHandlerOptions
|
|
@@ -2333,6 +2597,32 @@ export interface QuickSight {
|
|
|
2333
2597
|
options: __HttpHandlerOptions,
|
|
2334
2598
|
cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void
|
|
2335
2599
|
): void;
|
|
2600
|
+
describeSpace(
|
|
2601
|
+
args: DescribeSpaceCommandInput,
|
|
2602
|
+
options?: __HttpHandlerOptions
|
|
2603
|
+
): Promise<DescribeSpaceCommandOutput>;
|
|
2604
|
+
describeSpace(
|
|
2605
|
+
args: DescribeSpaceCommandInput,
|
|
2606
|
+
cb: (err: any, data?: DescribeSpaceCommandOutput) => void
|
|
2607
|
+
): void;
|
|
2608
|
+
describeSpace(
|
|
2609
|
+
args: DescribeSpaceCommandInput,
|
|
2610
|
+
options: __HttpHandlerOptions,
|
|
2611
|
+
cb: (err: any, data?: DescribeSpaceCommandOutput) => void
|
|
2612
|
+
): void;
|
|
2613
|
+
describeSpacePermissions(
|
|
2614
|
+
args: DescribeSpacePermissionsCommandInput,
|
|
2615
|
+
options?: __HttpHandlerOptions
|
|
2616
|
+
): Promise<DescribeSpacePermissionsCommandOutput>;
|
|
2617
|
+
describeSpacePermissions(
|
|
2618
|
+
args: DescribeSpacePermissionsCommandInput,
|
|
2619
|
+
cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void
|
|
2620
|
+
): void;
|
|
2621
|
+
describeSpacePermissions(
|
|
2622
|
+
args: DescribeSpacePermissionsCommandInput,
|
|
2623
|
+
options: __HttpHandlerOptions,
|
|
2624
|
+
cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void
|
|
2625
|
+
): void;
|
|
2336
2626
|
describeTemplate(
|
|
2337
2627
|
args: DescribeTemplateCommandInput,
|
|
2338
2628
|
options?: __HttpHandlerOptions
|
|
@@ -2631,6 +2921,19 @@ export interface QuickSight {
|
|
|
2631
2921
|
options: __HttpHandlerOptions,
|
|
2632
2922
|
cb: (err: any, data?: ListActionConnectorsCommandOutput) => void
|
|
2633
2923
|
): void;
|
|
2924
|
+
listAgents(
|
|
2925
|
+
args: ListAgentsCommandInput,
|
|
2926
|
+
options?: __HttpHandlerOptions
|
|
2927
|
+
): Promise<ListAgentsCommandOutput>;
|
|
2928
|
+
listAgents(
|
|
2929
|
+
args: ListAgentsCommandInput,
|
|
2930
|
+
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
2931
|
+
): void;
|
|
2932
|
+
listAgents(
|
|
2933
|
+
args: ListAgentsCommandInput,
|
|
2934
|
+
options: __HttpHandlerOptions,
|
|
2935
|
+
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
2936
|
+
): void;
|
|
2634
2937
|
listAnalyses(
|
|
2635
2938
|
args: ListAnalysesCommandInput,
|
|
2636
2939
|
options?: __HttpHandlerOptions
|
|
@@ -2891,6 +3194,19 @@ export interface QuickSight {
|
|
|
2891
3194
|
options: __HttpHandlerOptions,
|
|
2892
3195
|
cb: (err: any, data?: ListNamespacesCommandOutput) => void
|
|
2893
3196
|
): void;
|
|
3197
|
+
listOAuthClientApplications(
|
|
3198
|
+
args: ListOAuthClientApplicationsCommandInput,
|
|
3199
|
+
options?: __HttpHandlerOptions
|
|
3200
|
+
): Promise<ListOAuthClientApplicationsCommandOutput>;
|
|
3201
|
+
listOAuthClientApplications(
|
|
3202
|
+
args: ListOAuthClientApplicationsCommandInput,
|
|
3203
|
+
cb: (err: any, data?: ListOAuthClientApplicationsCommandOutput) => void
|
|
3204
|
+
): void;
|
|
3205
|
+
listOAuthClientApplications(
|
|
3206
|
+
args: ListOAuthClientApplicationsCommandInput,
|
|
3207
|
+
options: __HttpHandlerOptions,
|
|
3208
|
+
cb: (err: any, data?: ListOAuthClientApplicationsCommandOutput) => void
|
|
3209
|
+
): void;
|
|
2894
3210
|
listRefreshSchedules(
|
|
2895
3211
|
args: ListRefreshSchedulesCommandInput,
|
|
2896
3212
|
options?: __HttpHandlerOptions
|
|
@@ -2930,6 +3246,32 @@ export interface QuickSight {
|
|
|
2930
3246
|
options: __HttpHandlerOptions,
|
|
2931
3247
|
cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void
|
|
2932
3248
|
): void;
|
|
3249
|
+
listSpaceResources(
|
|
3250
|
+
args: ListSpaceResourcesCommandInput,
|
|
3251
|
+
options?: __HttpHandlerOptions
|
|
3252
|
+
): Promise<ListSpaceResourcesCommandOutput>;
|
|
3253
|
+
listSpaceResources(
|
|
3254
|
+
args: ListSpaceResourcesCommandInput,
|
|
3255
|
+
cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void
|
|
3256
|
+
): void;
|
|
3257
|
+
listSpaceResources(
|
|
3258
|
+
args: ListSpaceResourcesCommandInput,
|
|
3259
|
+
options: __HttpHandlerOptions,
|
|
3260
|
+
cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void
|
|
3261
|
+
): void;
|
|
3262
|
+
listSpaces(
|
|
3263
|
+
args: ListSpacesCommandInput,
|
|
3264
|
+
options?: __HttpHandlerOptions
|
|
3265
|
+
): Promise<ListSpacesCommandOutput>;
|
|
3266
|
+
listSpaces(
|
|
3267
|
+
args: ListSpacesCommandInput,
|
|
3268
|
+
cb: (err: any, data?: ListSpacesCommandOutput) => void
|
|
3269
|
+
): void;
|
|
3270
|
+
listSpaces(
|
|
3271
|
+
args: ListSpacesCommandInput,
|
|
3272
|
+
options: __HttpHandlerOptions,
|
|
3273
|
+
cb: (err: any, data?: ListSpacesCommandOutput) => void
|
|
3274
|
+
): void;
|
|
2933
3275
|
listTagsForResource(
|
|
2934
3276
|
args: ListTagsForResourceCommandInput,
|
|
2935
3277
|
options?: __HttpHandlerOptions
|
|
@@ -3164,6 +3506,19 @@ export interface QuickSight {
|
|
|
3164
3506
|
options: __HttpHandlerOptions,
|
|
3165
3507
|
cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void
|
|
3166
3508
|
): void;
|
|
3509
|
+
searchAgents(
|
|
3510
|
+
args: SearchAgentsCommandInput,
|
|
3511
|
+
options?: __HttpHandlerOptions
|
|
3512
|
+
): Promise<SearchAgentsCommandOutput>;
|
|
3513
|
+
searchAgents(
|
|
3514
|
+
args: SearchAgentsCommandInput,
|
|
3515
|
+
cb: (err: any, data?: SearchAgentsCommandOutput) => void
|
|
3516
|
+
): void;
|
|
3517
|
+
searchAgents(
|
|
3518
|
+
args: SearchAgentsCommandInput,
|
|
3519
|
+
options: __HttpHandlerOptions,
|
|
3520
|
+
cb: (err: any, data?: SearchAgentsCommandOutput) => void
|
|
3521
|
+
): void;
|
|
3167
3522
|
searchAnalyses(
|
|
3168
3523
|
args: SearchAnalysesCommandInput,
|
|
3169
3524
|
options?: __HttpHandlerOptions
|
|
@@ -3255,6 +3610,19 @@ export interface QuickSight {
|
|
|
3255
3610
|
options: __HttpHandlerOptions,
|
|
3256
3611
|
cb: (err: any, data?: SearchGroupsCommandOutput) => void
|
|
3257
3612
|
): void;
|
|
3613
|
+
searchSpaces(
|
|
3614
|
+
args: SearchSpacesCommandInput,
|
|
3615
|
+
options?: __HttpHandlerOptions
|
|
3616
|
+
): Promise<SearchSpacesCommandOutput>;
|
|
3617
|
+
searchSpaces(
|
|
3618
|
+
args: SearchSpacesCommandInput,
|
|
3619
|
+
cb: (err: any, data?: SearchSpacesCommandOutput) => void
|
|
3620
|
+
): void;
|
|
3621
|
+
searchSpaces(
|
|
3622
|
+
args: SearchSpacesCommandInput,
|
|
3623
|
+
options: __HttpHandlerOptions,
|
|
3624
|
+
cb: (err: any, data?: SearchSpacesCommandOutput) => void
|
|
3625
|
+
): void;
|
|
3258
3626
|
searchTopics(
|
|
3259
3627
|
args: SearchTopicsCommandInput,
|
|
3260
3628
|
options?: __HttpHandlerOptions
|
|
@@ -3430,6 +3798,32 @@ export interface QuickSight {
|
|
|
3430
3798
|
options: __HttpHandlerOptions,
|
|
3431
3799
|
cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void
|
|
3432
3800
|
): void;
|
|
3801
|
+
updateAgent(
|
|
3802
|
+
args: UpdateAgentCommandInput,
|
|
3803
|
+
options?: __HttpHandlerOptions
|
|
3804
|
+
): Promise<UpdateAgentCommandOutput>;
|
|
3805
|
+
updateAgent(
|
|
3806
|
+
args: UpdateAgentCommandInput,
|
|
3807
|
+
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
3808
|
+
): void;
|
|
3809
|
+
updateAgent(
|
|
3810
|
+
args: UpdateAgentCommandInput,
|
|
3811
|
+
options: __HttpHandlerOptions,
|
|
3812
|
+
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
3813
|
+
): void;
|
|
3814
|
+
updateAgentPermissions(
|
|
3815
|
+
args: UpdateAgentPermissionsCommandInput,
|
|
3816
|
+
options?: __HttpHandlerOptions
|
|
3817
|
+
): Promise<UpdateAgentPermissionsCommandOutput>;
|
|
3818
|
+
updateAgentPermissions(
|
|
3819
|
+
args: UpdateAgentPermissionsCommandInput,
|
|
3820
|
+
cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void
|
|
3821
|
+
): void;
|
|
3822
|
+
updateAgentPermissions(
|
|
3823
|
+
args: UpdateAgentPermissionsCommandInput,
|
|
3824
|
+
options: __HttpHandlerOptions,
|
|
3825
|
+
cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void
|
|
3826
|
+
): void;
|
|
3433
3827
|
updateAnalysis(
|
|
3434
3828
|
args: UpdateAnalysisCommandInput,
|
|
3435
3829
|
options?: __HttpHandlerOptions
|
|
@@ -3663,6 +4057,19 @@ export interface QuickSight {
|
|
|
3663
4057
|
data?: UpdateDefaultQBusinessApplicationCommandOutput
|
|
3664
4058
|
) => void
|
|
3665
4059
|
): void;
|
|
4060
|
+
updateFlow(
|
|
4061
|
+
args: UpdateFlowCommandInput,
|
|
4062
|
+
options?: __HttpHandlerOptions
|
|
4063
|
+
): Promise<UpdateFlowCommandOutput>;
|
|
4064
|
+
updateFlow(
|
|
4065
|
+
args: UpdateFlowCommandInput,
|
|
4066
|
+
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
4067
|
+
): void;
|
|
4068
|
+
updateFlow(
|
|
4069
|
+
args: UpdateFlowCommandInput,
|
|
4070
|
+
options: __HttpHandlerOptions,
|
|
4071
|
+
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
4072
|
+
): void;
|
|
3666
4073
|
updateFlowPermissions(
|
|
3667
4074
|
args: UpdateFlowPermissionsCommandInput,
|
|
3668
4075
|
options?: __HttpHandlerOptions
|
|
@@ -3767,6 +4174,19 @@ export interface QuickSight {
|
|
|
3767
4174
|
options: __HttpHandlerOptions,
|
|
3768
4175
|
cb: (err: any, data?: UpdateKeyRegistrationCommandOutput) => void
|
|
3769
4176
|
): void;
|
|
4177
|
+
updateOAuthClientApplication(
|
|
4178
|
+
args: UpdateOAuthClientApplicationCommandInput,
|
|
4179
|
+
options?: __HttpHandlerOptions
|
|
4180
|
+
): Promise<UpdateOAuthClientApplicationCommandOutput>;
|
|
4181
|
+
updateOAuthClientApplication(
|
|
4182
|
+
args: UpdateOAuthClientApplicationCommandInput,
|
|
4183
|
+
cb: (err: any, data?: UpdateOAuthClientApplicationCommandOutput) => void
|
|
4184
|
+
): void;
|
|
4185
|
+
updateOAuthClientApplication(
|
|
4186
|
+
args: UpdateOAuthClientApplicationCommandInput,
|
|
4187
|
+
options: __HttpHandlerOptions,
|
|
4188
|
+
cb: (err: any, data?: UpdateOAuthClientApplicationCommandOutput) => void
|
|
4189
|
+
): void;
|
|
3770
4190
|
updatePublicSharingSettings(
|
|
3771
4191
|
args: UpdatePublicSharingSettingsCommandInput,
|
|
3772
4192
|
options?: __HttpHandlerOptions
|
|
@@ -3870,6 +4290,45 @@ export interface QuickSight {
|
|
|
3870
4290
|
options: __HttpHandlerOptions,
|
|
3871
4291
|
cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void
|
|
3872
4292
|
): void;
|
|
4293
|
+
updateSpace(
|
|
4294
|
+
args: UpdateSpaceCommandInput,
|
|
4295
|
+
options?: __HttpHandlerOptions
|
|
4296
|
+
): Promise<UpdateSpaceCommandOutput>;
|
|
4297
|
+
updateSpace(
|
|
4298
|
+
args: UpdateSpaceCommandInput,
|
|
4299
|
+
cb: (err: any, data?: UpdateSpaceCommandOutput) => void
|
|
4300
|
+
): void;
|
|
4301
|
+
updateSpace(
|
|
4302
|
+
args: UpdateSpaceCommandInput,
|
|
4303
|
+
options: __HttpHandlerOptions,
|
|
4304
|
+
cb: (err: any, data?: UpdateSpaceCommandOutput) => void
|
|
4305
|
+
): void;
|
|
4306
|
+
updateSpacePermissions(
|
|
4307
|
+
args: UpdateSpacePermissionsCommandInput,
|
|
4308
|
+
options?: __HttpHandlerOptions
|
|
4309
|
+
): Promise<UpdateSpacePermissionsCommandOutput>;
|
|
4310
|
+
updateSpacePermissions(
|
|
4311
|
+
args: UpdateSpacePermissionsCommandInput,
|
|
4312
|
+
cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void
|
|
4313
|
+
): void;
|
|
4314
|
+
updateSpacePermissions(
|
|
4315
|
+
args: UpdateSpacePermissionsCommandInput,
|
|
4316
|
+
options: __HttpHandlerOptions,
|
|
4317
|
+
cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void
|
|
4318
|
+
): void;
|
|
4319
|
+
updateSpaceResources(
|
|
4320
|
+
args: UpdateSpaceResourcesCommandInput,
|
|
4321
|
+
options?: __HttpHandlerOptions
|
|
4322
|
+
): Promise<UpdateSpaceResourcesCommandOutput>;
|
|
4323
|
+
updateSpaceResources(
|
|
4324
|
+
args: UpdateSpaceResourcesCommandInput,
|
|
4325
|
+
cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void
|
|
4326
|
+
): void;
|
|
4327
|
+
updateSpaceResources(
|
|
4328
|
+
args: UpdateSpaceResourcesCommandInput,
|
|
4329
|
+
options: __HttpHandlerOptions,
|
|
4330
|
+
cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void
|
|
4331
|
+
): void;
|
|
3873
4332
|
updateSPICECapacityConfiguration(
|
|
3874
4333
|
args: UpdateSPICECapacityConfigurationCommandInput,
|
|
3875
4334
|
options?: __HttpHandlerOptions
|
|
@@ -4193,6 +4652,13 @@ export interface QuickSight {
|
|
|
4193
4652
|
Exclude<keyof PaginationConfiguration, "client">
|
|
4194
4653
|
>
|
|
4195
4654
|
): Paginator<ListNamespacesCommandOutput>;
|
|
4655
|
+
paginateListOAuthClientApplications(
|
|
4656
|
+
args: ListOAuthClientApplicationsCommandInput,
|
|
4657
|
+
paginationConfig?: Pick<
|
|
4658
|
+
PaginationConfiguration,
|
|
4659
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4660
|
+
>
|
|
4661
|
+
): Paginator<ListOAuthClientApplicationsCommandOutput>;
|
|
4196
4662
|
paginateListRoleMemberships(
|
|
4197
4663
|
args: ListRoleMembershipsCommandInput,
|
|
4198
4664
|
paginationConfig?: Pick<
|