@aws-sdk/client-quicksight 3.1057.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 +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 +2 -2
|
@@ -5,12 +5,14 @@ import { type CancelIngestionCommandInput, type CancelIngestionCommandOutput } f
|
|
|
5
5
|
import { type CreateAccountCustomizationCommandInput, type CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
6
6
|
import { type CreateAccountSubscriptionCommandInput, type CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
|
|
7
7
|
import { type CreateActionConnectorCommandInput, type CreateActionConnectorCommandOutput } from "./commands/CreateActionConnectorCommand";
|
|
8
|
+
import { type CreateAgentCommandInput, type CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
8
9
|
import { type CreateAnalysisCommandInput, type CreateAnalysisCommandOutput } from "./commands/CreateAnalysisCommand";
|
|
9
10
|
import { type CreateBrandCommandInput, type CreateBrandCommandOutput } from "./commands/CreateBrandCommand";
|
|
10
11
|
import { type CreateCustomPermissionsCommandInput, type CreateCustomPermissionsCommandOutput } from "./commands/CreateCustomPermissionsCommand";
|
|
11
12
|
import { type CreateDashboardCommandInput, type CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
12
13
|
import { type CreateDataSetCommandInput, type CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
|
|
13
14
|
import { type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
15
|
+
import { type CreateFlowCommandInput, type CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
14
16
|
import { type CreateFolderCommandInput, type CreateFolderCommandOutput } from "./commands/CreateFolderCommand";
|
|
15
17
|
import { type CreateFolderMembershipCommandInput, type CreateFolderMembershipCommandOutput } from "./commands/CreateFolderMembershipCommand";
|
|
16
18
|
import { type CreateGroupCommandInput, type CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
@@ -21,6 +23,7 @@ import { type CreateNamespaceCommandInput, type CreateNamespaceCommandOutput } f
|
|
|
21
23
|
import { type CreateOAuthClientApplicationCommandInput, type CreateOAuthClientApplicationCommandOutput } from "./commands/CreateOAuthClientApplicationCommand";
|
|
22
24
|
import { type CreateRefreshScheduleCommandInput, type CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
|
|
23
25
|
import { type CreateRoleMembershipCommandInput, type CreateRoleMembershipCommandOutput } from "./commands/CreateRoleMembershipCommand";
|
|
26
|
+
import { type CreateSpaceCommandInput, type CreateSpaceCommandOutput } from "./commands/CreateSpaceCommand";
|
|
24
27
|
import { type CreateTemplateAliasCommandInput, type CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
|
|
25
28
|
import { type CreateTemplateCommandInput, type CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
|
|
26
29
|
import { type CreateThemeAliasCommandInput, type CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
|
|
@@ -32,6 +35,7 @@ import { type DeleteAccountCustomizationCommandInput, type DeleteAccountCustomiz
|
|
|
32
35
|
import { type DeleteAccountCustomPermissionCommandInput, type DeleteAccountCustomPermissionCommandOutput } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
33
36
|
import { type DeleteAccountSubscriptionCommandInput, type DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
|
|
34
37
|
import { type DeleteActionConnectorCommandInput, type DeleteActionConnectorCommandOutput } from "./commands/DeleteActionConnectorCommand";
|
|
38
|
+
import { type DeleteAgentCommandInput, type DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
35
39
|
import { type DeleteAnalysisCommandInput, type DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
36
40
|
import { type DeleteBrandAssignmentCommandInput, type DeleteBrandAssignmentCommandOutput } from "./commands/DeleteBrandAssignmentCommand";
|
|
37
41
|
import { type DeleteBrandCommandInput, type DeleteBrandCommandOutput } from "./commands/DeleteBrandCommand";
|
|
@@ -41,6 +45,7 @@ import { type DeleteDataSetCommandInput, type DeleteDataSetCommandOutput } from
|
|
|
41
45
|
import { type DeleteDataSetRefreshPropertiesCommandInput, type DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
42
46
|
import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
43
47
|
import { type DeleteDefaultQBusinessApplicationCommandInput, type DeleteDefaultQBusinessApplicationCommandOutput } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
48
|
+
import { type DeleteFlowCommandInput, type DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
|
|
44
49
|
import { type DeleteFolderCommandInput, type DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
|
|
45
50
|
import { type DeleteFolderMembershipCommandInput, type DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
|
|
46
51
|
import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
@@ -52,6 +57,7 @@ import { type DeleteOAuthClientApplicationCommandInput, type DeleteOAuthClientAp
|
|
|
52
57
|
import { type DeleteRefreshScheduleCommandInput, type DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
53
58
|
import { type DeleteRoleCustomPermissionCommandInput, type DeleteRoleCustomPermissionCommandOutput } from "./commands/DeleteRoleCustomPermissionCommand";
|
|
54
59
|
import { type DeleteRoleMembershipCommandInput, type DeleteRoleMembershipCommandOutput } from "./commands/DeleteRoleMembershipCommand";
|
|
60
|
+
import { type DeleteSpaceCommandInput, type DeleteSpaceCommandOutput } from "./commands/DeleteSpaceCommand";
|
|
55
61
|
import { type DeleteTemplateAliasCommandInput, type DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
|
|
56
62
|
import { type DeleteTemplateCommandInput, type DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
|
|
57
63
|
import { type DeleteThemeAliasCommandInput, type DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -68,6 +74,8 @@ import { type DescribeAccountSettingsCommandInput, type DescribeAccountSettingsC
|
|
|
68
74
|
import { type DescribeAccountSubscriptionCommandInput, type DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
|
|
69
75
|
import { type DescribeActionConnectorCommandInput, type DescribeActionConnectorCommandOutput } from "./commands/DescribeActionConnectorCommand";
|
|
70
76
|
import { type DescribeActionConnectorPermissionsCommandInput, type DescribeActionConnectorPermissionsCommandOutput } from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
77
|
+
import { type DescribeAgentCommandInput, type DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
78
|
+
import { type DescribeAgentPermissionsCommandInput, type DescribeAgentPermissionsCommandOutput } from "./commands/DescribeAgentPermissionsCommand";
|
|
71
79
|
import { type DescribeAnalysisCommandInput, type DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
72
80
|
import { type DescribeAnalysisDefinitionCommandInput, type DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
73
81
|
import { type DescribeAnalysisPermissionsCommandInput, type DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
@@ -90,6 +98,7 @@ import { type DescribeDataSetRefreshPropertiesCommandInput, type DescribeDataSet
|
|
|
90
98
|
import { type DescribeDataSourceCommandInput, type DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
91
99
|
import { type DescribeDataSourcePermissionsCommandInput, type DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
92
100
|
import { type DescribeDefaultQBusinessApplicationCommandInput, type DescribeDefaultQBusinessApplicationCommandOutput } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
101
|
+
import { type DescribeFlowCommandInput, type DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
|
|
93
102
|
import { type DescribeFolderCommandInput, type DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
|
|
94
103
|
import { type DescribeFolderPermissionsCommandInput, type DescribeFolderPermissionsCommandOutput } from "./commands/DescribeFolderPermissionsCommand";
|
|
95
104
|
import { type DescribeFolderResolvedPermissionsCommandInput, type DescribeFolderResolvedPermissionsCommandOutput } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -106,6 +115,8 @@ import { type DescribeQuickSightQSearchConfigurationCommandInput, type DescribeQ
|
|
|
106
115
|
import { type DescribeRefreshScheduleCommandInput, type DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
|
|
107
116
|
import { type DescribeRoleCustomPermissionCommandInput, type DescribeRoleCustomPermissionCommandOutput } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
108
117
|
import { type DescribeSelfUpgradeConfigurationCommandInput, type DescribeSelfUpgradeConfigurationCommandOutput } from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
118
|
+
import { type DescribeSpaceCommandInput, type DescribeSpaceCommandOutput } from "./commands/DescribeSpaceCommand";
|
|
119
|
+
import { type DescribeSpacePermissionsCommandInput, type DescribeSpacePermissionsCommandOutput } from "./commands/DescribeSpacePermissionsCommand";
|
|
109
120
|
import { type DescribeTemplateAliasCommandInput, type DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
110
121
|
import { type DescribeTemplateCommandInput, type DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
|
|
111
122
|
import { type DescribeTemplateDefinitionCommandInput, type DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -128,6 +139,7 @@ import { type GetFlowPermissionsCommandInput, type GetFlowPermissionsCommandOutp
|
|
|
128
139
|
import { type GetIdentityContextCommandInput, type GetIdentityContextCommandOutput } from "./commands/GetIdentityContextCommand";
|
|
129
140
|
import { type GetSessionEmbedUrlCommandInput, type GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
130
141
|
import { type ListActionConnectorsCommandInput, type ListActionConnectorsCommandOutput } from "./commands/ListActionConnectorsCommand";
|
|
142
|
+
import { type ListAgentsCommandInput, type ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
131
143
|
import { type ListAnalysesCommandInput, type ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
132
144
|
import { type ListAssetBundleExportJobsCommandInput, type ListAssetBundleExportJobsCommandOutput } from "./commands/ListAssetBundleExportJobsCommand";
|
|
133
145
|
import { type ListAssetBundleImportJobsCommandInput, type ListAssetBundleImportJobsCommandOutput } from "./commands/ListAssetBundleImportJobsCommand";
|
|
@@ -152,6 +164,8 @@ import { type ListOAuthClientApplicationsCommandInput, type ListOAuthClientAppli
|
|
|
152
164
|
import { type ListRefreshSchedulesCommandInput, type ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
153
165
|
import { type ListRoleMembershipsCommandInput, type ListRoleMembershipsCommandOutput } from "./commands/ListRoleMembershipsCommand";
|
|
154
166
|
import { type ListSelfUpgradesCommandInput, type ListSelfUpgradesCommandOutput } from "./commands/ListSelfUpgradesCommand";
|
|
167
|
+
import { type ListSpaceResourcesCommandInput, type ListSpaceResourcesCommandOutput } from "./commands/ListSpaceResourcesCommand";
|
|
168
|
+
import { type ListSpacesCommandInput, type ListSpacesCommandOutput } from "./commands/ListSpacesCommand";
|
|
155
169
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
156
170
|
import { type ListTemplateAliasesCommandInput, type ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
|
|
157
171
|
import { type ListTemplatesCommandInput, type ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
|
|
@@ -170,6 +184,7 @@ import { type PutDataSetRefreshPropertiesCommandInput, type PutDataSetRefreshPro
|
|
|
170
184
|
import { type RegisterUserCommandInput, type RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
|
|
171
185
|
import { type RestoreAnalysisCommandInput, type RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
|
|
172
186
|
import { type SearchActionConnectorsCommandInput, type SearchActionConnectorsCommandOutput } from "./commands/SearchActionConnectorsCommand";
|
|
187
|
+
import { type SearchAgentsCommandInput, type SearchAgentsCommandOutput } from "./commands/SearchAgentsCommand";
|
|
173
188
|
import { type SearchAnalysesCommandInput, type SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
|
|
174
189
|
import { type SearchDashboardsCommandInput, type SearchDashboardsCommandOutput } from "./commands/SearchDashboardsCommand";
|
|
175
190
|
import { type SearchDataSetsCommandInput, type SearchDataSetsCommandOutput } from "./commands/SearchDataSetsCommand";
|
|
@@ -177,6 +192,7 @@ import { type SearchDataSourcesCommandInput, type SearchDataSourcesCommandOutput
|
|
|
177
192
|
import { type SearchFlowsCommandInput, type SearchFlowsCommandOutput } from "./commands/SearchFlowsCommand";
|
|
178
193
|
import { type SearchFoldersCommandInput, type SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
179
194
|
import { type SearchGroupsCommandInput, type SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
195
|
+
import { type SearchSpacesCommandInput, type SearchSpacesCommandOutput } from "./commands/SearchSpacesCommand";
|
|
180
196
|
import { type SearchTopicsCommandInput, type SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
|
|
181
197
|
import { type StartAssetBundleExportJobCommandInput, type StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
182
198
|
import { type StartAssetBundleImportJobCommandInput, type StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
@@ -190,6 +206,8 @@ import { type UpdateAccountCustomPermissionCommandInput, type UpdateAccountCusto
|
|
|
190
206
|
import { type UpdateAccountSettingsCommandInput, type UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
191
207
|
import { type UpdateActionConnectorCommandInput, type UpdateActionConnectorCommandOutput } from "./commands/UpdateActionConnectorCommand";
|
|
192
208
|
import { type UpdateActionConnectorPermissionsCommandInput, type UpdateActionConnectorPermissionsCommandOutput } from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
209
|
+
import { type UpdateAgentCommandInput, type UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
210
|
+
import { type UpdateAgentPermissionsCommandInput, type UpdateAgentPermissionsCommandOutput } from "./commands/UpdateAgentPermissionsCommand";
|
|
193
211
|
import { type UpdateAnalysisCommandInput, type UpdateAnalysisCommandOutput } from "./commands/UpdateAnalysisCommand";
|
|
194
212
|
import { type UpdateAnalysisPermissionsCommandInput, type UpdateAnalysisPermissionsCommandOutput } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
195
213
|
import { type UpdateApplicationWithTokenExchangeGrantCommandInput, type UpdateApplicationWithTokenExchangeGrantCommandOutput } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -207,6 +225,7 @@ import { type UpdateDataSetPermissionsCommandInput, type UpdateDataSetPermission
|
|
|
207
225
|
import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
208
226
|
import { type UpdateDataSourcePermissionsCommandInput, type UpdateDataSourcePermissionsCommandOutput } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
209
227
|
import { type UpdateDefaultQBusinessApplicationCommandInput, type UpdateDefaultQBusinessApplicationCommandOutput } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
228
|
+
import { type UpdateFlowCommandInput, type UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
210
229
|
import { type UpdateFlowPermissionsCommandInput, type UpdateFlowPermissionsCommandOutput } from "./commands/UpdateFlowPermissionsCommand";
|
|
211
230
|
import { type UpdateFolderCommandInput, type UpdateFolderCommandOutput } from "./commands/UpdateFolderCommand";
|
|
212
231
|
import { type UpdateFolderPermissionsCommandInput, type UpdateFolderPermissionsCommandOutput } from "./commands/UpdateFolderPermissionsCommand";
|
|
@@ -223,6 +242,9 @@ import { type UpdateRefreshScheduleCommandInput, type UpdateRefreshScheduleComma
|
|
|
223
242
|
import { type UpdateRoleCustomPermissionCommandInput, type UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
224
243
|
import { type UpdateSelfUpgradeCommandInput, type UpdateSelfUpgradeCommandOutput } from "./commands/UpdateSelfUpgradeCommand";
|
|
225
244
|
import { type UpdateSelfUpgradeConfigurationCommandInput, type UpdateSelfUpgradeConfigurationCommandOutput } from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
245
|
+
import { type UpdateSpaceCommandInput, type UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
|
|
246
|
+
import { type UpdateSpacePermissionsCommandInput, type UpdateSpacePermissionsCommandOutput } from "./commands/UpdateSpacePermissionsCommand";
|
|
247
|
+
import { type UpdateSpaceResourcesCommandInput, type UpdateSpaceResourcesCommandOutput } from "./commands/UpdateSpaceResourcesCommand";
|
|
226
248
|
import { type UpdateSPICECapacityConfigurationCommandInput, type UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
227
249
|
import { type UpdateTemplateAliasCommandInput, type UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
228
250
|
import { type UpdateTemplateCommandInput, type UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
@@ -274,6 +296,12 @@ export interface QuickSight {
|
|
|
274
296
|
createActionConnector(args: CreateActionConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateActionConnectorCommandOutput>;
|
|
275
297
|
createActionConnector(args: CreateActionConnectorCommandInput, cb: (err: any, data?: CreateActionConnectorCommandOutput) => void): void;
|
|
276
298
|
createActionConnector(args: CreateActionConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateActionConnectorCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @see {@link CreateAgentCommand}
|
|
301
|
+
*/
|
|
302
|
+
createAgent(args: CreateAgentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentCommandOutput>;
|
|
303
|
+
createAgent(args: CreateAgentCommandInput, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
|
|
304
|
+
createAgent(args: CreateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
|
|
277
305
|
/**
|
|
278
306
|
* @see {@link CreateAnalysisCommand}
|
|
279
307
|
*/
|
|
@@ -310,6 +338,12 @@ export interface QuickSight {
|
|
|
310
338
|
createDataSource(args: CreateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceCommandOutput>;
|
|
311
339
|
createDataSource(args: CreateDataSourceCommandInput, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
312
340
|
createDataSource(args: CreateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
341
|
+
/**
|
|
342
|
+
* @see {@link CreateFlowCommand}
|
|
343
|
+
*/
|
|
344
|
+
createFlow(args: CreateFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowCommandOutput>;
|
|
345
|
+
createFlow(args: CreateFlowCommandInput, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
|
|
346
|
+
createFlow(args: CreateFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
|
|
313
347
|
/**
|
|
314
348
|
* @see {@link CreateFolderCommand}
|
|
315
349
|
*/
|
|
@@ -370,6 +404,12 @@ export interface QuickSight {
|
|
|
370
404
|
createRoleMembership(args: CreateRoleMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoleMembershipCommandOutput>;
|
|
371
405
|
createRoleMembership(args: CreateRoleMembershipCommandInput, cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void): void;
|
|
372
406
|
createRoleMembership(args: CreateRoleMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void): void;
|
|
407
|
+
/**
|
|
408
|
+
* @see {@link CreateSpaceCommand}
|
|
409
|
+
*/
|
|
410
|
+
createSpace(args: CreateSpaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSpaceCommandOutput>;
|
|
411
|
+
createSpace(args: CreateSpaceCommandInput, cb: (err: any, data?: CreateSpaceCommandOutput) => void): void;
|
|
412
|
+
createSpace(args: CreateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSpaceCommandOutput) => void): void;
|
|
373
413
|
/**
|
|
374
414
|
* @see {@link CreateTemplateCommand}
|
|
375
415
|
*/
|
|
@@ -436,6 +476,12 @@ export interface QuickSight {
|
|
|
436
476
|
deleteActionConnector(args: DeleteActionConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteActionConnectorCommandOutput>;
|
|
437
477
|
deleteActionConnector(args: DeleteActionConnectorCommandInput, cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void): void;
|
|
438
478
|
deleteActionConnector(args: DeleteActionConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* @see {@link DeleteAgentCommand}
|
|
481
|
+
*/
|
|
482
|
+
deleteAgent(args: DeleteAgentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentCommandOutput>;
|
|
483
|
+
deleteAgent(args: DeleteAgentCommandInput, cb: (err: any, data?: DeleteAgentCommandOutput) => void): void;
|
|
484
|
+
deleteAgent(args: DeleteAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentCommandOutput) => void): void;
|
|
439
485
|
/**
|
|
440
486
|
* @see {@link DeleteAnalysisCommand}
|
|
441
487
|
*/
|
|
@@ -490,6 +536,12 @@ export interface QuickSight {
|
|
|
490
536
|
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
|
|
491
537
|
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: DeleteDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
492
538
|
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
539
|
+
/**
|
|
540
|
+
* @see {@link DeleteFlowCommand}
|
|
541
|
+
*/
|
|
542
|
+
deleteFlow(args: DeleteFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowCommandOutput>;
|
|
543
|
+
deleteFlow(args: DeleteFlowCommandInput, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
|
|
544
|
+
deleteFlow(args: DeleteFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
|
|
493
545
|
/**
|
|
494
546
|
* @see {@link DeleteFolderCommand}
|
|
495
547
|
*/
|
|
@@ -556,6 +608,12 @@ export interface QuickSight {
|
|
|
556
608
|
deleteRoleMembership(args: DeleteRoleMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoleMembershipCommandOutput>;
|
|
557
609
|
deleteRoleMembership(args: DeleteRoleMembershipCommandInput, cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void): void;
|
|
558
610
|
deleteRoleMembership(args: DeleteRoleMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void): void;
|
|
611
|
+
/**
|
|
612
|
+
* @see {@link DeleteSpaceCommand}
|
|
613
|
+
*/
|
|
614
|
+
deleteSpace(args: DeleteSpaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSpaceCommandOutput>;
|
|
615
|
+
deleteSpace(args: DeleteSpaceCommandInput, cb: (err: any, data?: DeleteSpaceCommandOutput) => void): void;
|
|
616
|
+
deleteSpace(args: DeleteSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSpaceCommandOutput) => void): void;
|
|
559
617
|
/**
|
|
560
618
|
* @see {@link DeleteTemplateCommand}
|
|
561
619
|
*/
|
|
@@ -652,6 +710,18 @@ export interface QuickSight {
|
|
|
652
710
|
describeActionConnectorPermissions(args: DescribeActionConnectorPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActionConnectorPermissionsCommandOutput>;
|
|
653
711
|
describeActionConnectorPermissions(args: DescribeActionConnectorPermissionsCommandInput, cb: (err: any, data?: DescribeActionConnectorPermissionsCommandOutput) => void): void;
|
|
654
712
|
describeActionConnectorPermissions(args: DescribeActionConnectorPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActionConnectorPermissionsCommandOutput) => void): void;
|
|
713
|
+
/**
|
|
714
|
+
* @see {@link DescribeAgentCommand}
|
|
715
|
+
*/
|
|
716
|
+
describeAgent(args: DescribeAgentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentCommandOutput>;
|
|
717
|
+
describeAgent(args: DescribeAgentCommandInput, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
|
|
718
|
+
describeAgent(args: DescribeAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
|
|
719
|
+
/**
|
|
720
|
+
* @see {@link DescribeAgentPermissionsCommand}
|
|
721
|
+
*/
|
|
722
|
+
describeAgentPermissions(args: DescribeAgentPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentPermissionsCommandOutput>;
|
|
723
|
+
describeAgentPermissions(args: DescribeAgentPermissionsCommandInput, cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void): void;
|
|
724
|
+
describeAgentPermissions(args: DescribeAgentPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void): void;
|
|
655
725
|
/**
|
|
656
726
|
* @see {@link DescribeAnalysisCommand}
|
|
657
727
|
*/
|
|
@@ -784,6 +854,12 @@ export interface QuickSight {
|
|
|
784
854
|
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
|
|
785
855
|
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: DescribeDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
786
856
|
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
857
|
+
/**
|
|
858
|
+
* @see {@link DescribeFlowCommand}
|
|
859
|
+
*/
|
|
860
|
+
describeFlow(args: DescribeFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowCommandOutput>;
|
|
861
|
+
describeFlow(args: DescribeFlowCommandInput, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
|
|
862
|
+
describeFlow(args: DescribeFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
|
|
787
863
|
/**
|
|
788
864
|
* @see {@link DescribeFolderCommand}
|
|
789
865
|
*/
|
|
@@ -880,6 +956,18 @@ export interface QuickSight {
|
|
|
880
956
|
describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSelfUpgradeConfigurationCommandOutput>;
|
|
881
957
|
describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
882
958
|
describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
959
|
+
/**
|
|
960
|
+
* @see {@link DescribeSpaceCommand}
|
|
961
|
+
*/
|
|
962
|
+
describeSpace(args: DescribeSpaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpaceCommandOutput>;
|
|
963
|
+
describeSpace(args: DescribeSpaceCommandInput, cb: (err: any, data?: DescribeSpaceCommandOutput) => void): void;
|
|
964
|
+
describeSpace(args: DescribeSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpaceCommandOutput) => void): void;
|
|
965
|
+
/**
|
|
966
|
+
* @see {@link DescribeSpacePermissionsCommand}
|
|
967
|
+
*/
|
|
968
|
+
describeSpacePermissions(args: DescribeSpacePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpacePermissionsCommandOutput>;
|
|
969
|
+
describeSpacePermissions(args: DescribeSpacePermissionsCommandInput, cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void): void;
|
|
970
|
+
describeSpacePermissions(args: DescribeSpacePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void): void;
|
|
883
971
|
/**
|
|
884
972
|
* @see {@link DescribeTemplateCommand}
|
|
885
973
|
*/
|
|
@@ -1012,6 +1100,12 @@ export interface QuickSight {
|
|
|
1012
1100
|
listActionConnectors(args: ListActionConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionConnectorsCommandOutput>;
|
|
1013
1101
|
listActionConnectors(args: ListActionConnectorsCommandInput, cb: (err: any, data?: ListActionConnectorsCommandOutput) => void): void;
|
|
1014
1102
|
listActionConnectors(args: ListActionConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionConnectorsCommandOutput) => void): void;
|
|
1103
|
+
/**
|
|
1104
|
+
* @see {@link ListAgentsCommand}
|
|
1105
|
+
*/
|
|
1106
|
+
listAgents(args: ListAgentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentsCommandOutput>;
|
|
1107
|
+
listAgents(args: ListAgentsCommandInput, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
|
|
1108
|
+
listAgents(args: ListAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
|
|
1015
1109
|
/**
|
|
1016
1110
|
* @see {@link ListAnalysesCommand}
|
|
1017
1111
|
*/
|
|
@@ -1156,6 +1250,18 @@ export interface QuickSight {
|
|
|
1156
1250
|
listSelfUpgrades(args: ListSelfUpgradesCommandInput, options?: __HttpHandlerOptions): Promise<ListSelfUpgradesCommandOutput>;
|
|
1157
1251
|
listSelfUpgrades(args: ListSelfUpgradesCommandInput, cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void): void;
|
|
1158
1252
|
listSelfUpgrades(args: ListSelfUpgradesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void): void;
|
|
1253
|
+
/**
|
|
1254
|
+
* @see {@link ListSpaceResourcesCommand}
|
|
1255
|
+
*/
|
|
1256
|
+
listSpaceResources(args: ListSpaceResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpaceResourcesCommandOutput>;
|
|
1257
|
+
listSpaceResources(args: ListSpaceResourcesCommandInput, cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void): void;
|
|
1258
|
+
listSpaceResources(args: ListSpaceResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void): void;
|
|
1259
|
+
/**
|
|
1260
|
+
* @see {@link ListSpacesCommand}
|
|
1261
|
+
*/
|
|
1262
|
+
listSpaces(args: ListSpacesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpacesCommandOutput>;
|
|
1263
|
+
listSpaces(args: ListSpacesCommandInput, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
|
|
1264
|
+
listSpaces(args: ListSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
|
|
1159
1265
|
/**
|
|
1160
1266
|
* @see {@link ListTagsForResourceCommand}
|
|
1161
1267
|
*/
|
|
@@ -1264,6 +1370,12 @@ export interface QuickSight {
|
|
|
1264
1370
|
searchActionConnectors(args: SearchActionConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<SearchActionConnectorsCommandOutput>;
|
|
1265
1371
|
searchActionConnectors(args: SearchActionConnectorsCommandInput, cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void): void;
|
|
1266
1372
|
searchActionConnectors(args: SearchActionConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void): void;
|
|
1373
|
+
/**
|
|
1374
|
+
* @see {@link SearchAgentsCommand}
|
|
1375
|
+
*/
|
|
1376
|
+
searchAgents(args: SearchAgentsCommandInput, options?: __HttpHandlerOptions): Promise<SearchAgentsCommandOutput>;
|
|
1377
|
+
searchAgents(args: SearchAgentsCommandInput, cb: (err: any, data?: SearchAgentsCommandOutput) => void): void;
|
|
1378
|
+
searchAgents(args: SearchAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAgentsCommandOutput) => void): void;
|
|
1267
1379
|
/**
|
|
1268
1380
|
* @see {@link SearchAnalysesCommand}
|
|
1269
1381
|
*/
|
|
@@ -1306,6 +1418,12 @@ export interface QuickSight {
|
|
|
1306
1418
|
searchGroups(args: SearchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SearchGroupsCommandOutput>;
|
|
1307
1419
|
searchGroups(args: SearchGroupsCommandInput, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
1308
1420
|
searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
1421
|
+
/**
|
|
1422
|
+
* @see {@link SearchSpacesCommand}
|
|
1423
|
+
*/
|
|
1424
|
+
searchSpaces(args: SearchSpacesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSpacesCommandOutput>;
|
|
1425
|
+
searchSpaces(args: SearchSpacesCommandInput, cb: (err: any, data?: SearchSpacesCommandOutput) => void): void;
|
|
1426
|
+
searchSpaces(args: SearchSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSpacesCommandOutput) => void): void;
|
|
1309
1427
|
/**
|
|
1310
1428
|
* @see {@link SearchTopicsCommand}
|
|
1311
1429
|
*/
|
|
@@ -1384,6 +1502,18 @@ export interface QuickSight {
|
|
|
1384
1502
|
updateActionConnectorPermissions(args: UpdateActionConnectorPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionConnectorPermissionsCommandOutput>;
|
|
1385
1503
|
updateActionConnectorPermissions(args: UpdateActionConnectorPermissionsCommandInput, cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void): void;
|
|
1386
1504
|
updateActionConnectorPermissions(args: UpdateActionConnectorPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void): void;
|
|
1505
|
+
/**
|
|
1506
|
+
* @see {@link UpdateAgentCommand}
|
|
1507
|
+
*/
|
|
1508
|
+
updateAgent(args: UpdateAgentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentCommandOutput>;
|
|
1509
|
+
updateAgent(args: UpdateAgentCommandInput, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
|
|
1510
|
+
updateAgent(args: UpdateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
|
|
1511
|
+
/**
|
|
1512
|
+
* @see {@link UpdateAgentPermissionsCommand}
|
|
1513
|
+
*/
|
|
1514
|
+
updateAgentPermissions(args: UpdateAgentPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentPermissionsCommandOutput>;
|
|
1515
|
+
updateAgentPermissions(args: UpdateAgentPermissionsCommandInput, cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void): void;
|
|
1516
|
+
updateAgentPermissions(args: UpdateAgentPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void): void;
|
|
1387
1517
|
/**
|
|
1388
1518
|
* @see {@link UpdateAnalysisCommand}
|
|
1389
1519
|
*/
|
|
@@ -1486,6 +1616,12 @@ export interface QuickSight {
|
|
|
1486
1616
|
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
1487
1617
|
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: UpdateDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
1488
1618
|
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
1619
|
+
/**
|
|
1620
|
+
* @see {@link UpdateFlowCommand}
|
|
1621
|
+
*/
|
|
1622
|
+
updateFlow(args: UpdateFlowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFlowCommandOutput>;
|
|
1623
|
+
updateFlow(args: UpdateFlowCommandInput, cb: (err: any, data?: UpdateFlowCommandOutput) => void): void;
|
|
1624
|
+
updateFlow(args: UpdateFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlowCommandOutput) => void): void;
|
|
1489
1625
|
/**
|
|
1490
1626
|
* @see {@link UpdateFlowPermissionsCommand}
|
|
1491
1627
|
*/
|
|
@@ -1582,6 +1718,24 @@ export interface QuickSight {
|
|
|
1582
1718
|
updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSelfUpgradeConfigurationCommandOutput>;
|
|
1583
1719
|
updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
1584
1720
|
updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
1721
|
+
/**
|
|
1722
|
+
* @see {@link UpdateSpaceCommand}
|
|
1723
|
+
*/
|
|
1724
|
+
updateSpace(args: UpdateSpaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpaceCommandOutput>;
|
|
1725
|
+
updateSpace(args: UpdateSpaceCommandInput, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
|
|
1726
|
+
updateSpace(args: UpdateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
|
|
1727
|
+
/**
|
|
1728
|
+
* @see {@link UpdateSpacePermissionsCommand}
|
|
1729
|
+
*/
|
|
1730
|
+
updateSpacePermissions(args: UpdateSpacePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpacePermissionsCommandOutput>;
|
|
1731
|
+
updateSpacePermissions(args: UpdateSpacePermissionsCommandInput, cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void): void;
|
|
1732
|
+
updateSpacePermissions(args: UpdateSpacePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void): void;
|
|
1733
|
+
/**
|
|
1734
|
+
* @see {@link UpdateSpaceResourcesCommand}
|
|
1735
|
+
*/
|
|
1736
|
+
updateSpaceResources(args: UpdateSpaceResourcesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpaceResourcesCommandOutput>;
|
|
1737
|
+
updateSpaceResources(args: UpdateSpaceResourcesCommandInput, cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void): void;
|
|
1738
|
+
updateSpaceResources(args: UpdateSpaceResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void): void;
|
|
1585
1739
|
/**
|
|
1586
1740
|
* @see {@link UpdateSPICECapacityConfigurationCommand}
|
|
1587
1741
|
*/
|