@aws-sdk/client-quicksight 3.1057.0 → 3.1059.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +161 -7
- package/dist-cjs/index.js +364 -5
- package/dist-cjs/schemas/schemas_0.js +870 -258
- package/dist-es/QuickSight.js +44 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/enums.js +49 -5
- package/dist-es/schemas/schemas_0.js +832 -222
- package/dist-types/QuickSight.d.ts +154 -0
- package/dist-types/QuickSightClient.d.ts +24 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/enums.d.ts +113 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +577 -619
- package/dist-types/models/models_4.d.ts +3874 -4006
- package/dist-types/models/models_5.d.ts +1755 -4
- package/dist-types/schemas/schemas_0.d.ts +85 -0
- package/dist-types/ts3.4/QuickSight.d.ts +374 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/enums.d.ts +64 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +134 -151
- package/dist-types/ts3.4/models/models_4.d.ts +368 -360
- package/dist-types/ts3.4/models/models_5.d.ts +428 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
- package/package.json +8 -8
package/dist-es/QuickSight.js
CHANGED
|
@@ -5,12 +5,14 @@ import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
|
|
|
5
5
|
import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
|
|
6
6
|
import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
|
|
7
7
|
import { CreateActionConnectorCommand, } from "./commands/CreateActionConnectorCommand";
|
|
8
|
+
import { CreateAgentCommand, } from "./commands/CreateAgentCommand";
|
|
8
9
|
import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
|
|
9
10
|
import { CreateBrandCommand, } from "./commands/CreateBrandCommand";
|
|
10
11
|
import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
|
|
11
12
|
import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
|
|
12
13
|
import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
|
|
13
14
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
15
|
+
import { CreateFlowCommand, } from "./commands/CreateFlowCommand";
|
|
14
16
|
import { CreateFolderCommand, } from "./commands/CreateFolderCommand";
|
|
15
17
|
import { CreateFolderMembershipCommand, } from "./commands/CreateFolderMembershipCommand";
|
|
16
18
|
import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
|
|
@@ -21,6 +23,7 @@ import { CreateNamespaceCommand, } from "./commands/CreateNamespaceCommand";
|
|
|
21
23
|
import { CreateOAuthClientApplicationCommand, } from "./commands/CreateOAuthClientApplicationCommand";
|
|
22
24
|
import { CreateRefreshScheduleCommand, } from "./commands/CreateRefreshScheduleCommand";
|
|
23
25
|
import { CreateRoleMembershipCommand, } from "./commands/CreateRoleMembershipCommand";
|
|
26
|
+
import { CreateSpaceCommand, } from "./commands/CreateSpaceCommand";
|
|
24
27
|
import { CreateTemplateAliasCommand, } from "./commands/CreateTemplateAliasCommand";
|
|
25
28
|
import { CreateTemplateCommand, } from "./commands/CreateTemplateCommand";
|
|
26
29
|
import { CreateThemeAliasCommand, } from "./commands/CreateThemeAliasCommand";
|
|
@@ -32,6 +35,7 @@ import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCust
|
|
|
32
35
|
import { DeleteAccountCustomPermissionCommand, } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
33
36
|
import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubscriptionCommand";
|
|
34
37
|
import { DeleteActionConnectorCommand, } from "./commands/DeleteActionConnectorCommand";
|
|
38
|
+
import { DeleteAgentCommand, } from "./commands/DeleteAgentCommand";
|
|
35
39
|
import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
|
|
36
40
|
import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
|
|
37
41
|
import { DeleteBrandCommand, } from "./commands/DeleteBrandCommand";
|
|
@@ -41,6 +45,7 @@ import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
|
|
|
41
45
|
import { DeleteDataSetRefreshPropertiesCommand, } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
42
46
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
43
47
|
import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
48
|
+
import { DeleteFlowCommand, } from "./commands/DeleteFlowCommand";
|
|
44
49
|
import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
|
|
45
50
|
import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
|
|
46
51
|
import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
|
|
@@ -52,6 +57,7 @@ import { DeleteOAuthClientApplicationCommand, } from "./commands/DeleteOAuthClie
|
|
|
52
57
|
import { DeleteRefreshScheduleCommand, } from "./commands/DeleteRefreshScheduleCommand";
|
|
53
58
|
import { DeleteRoleCustomPermissionCommand, } from "./commands/DeleteRoleCustomPermissionCommand";
|
|
54
59
|
import { DeleteRoleMembershipCommand, } from "./commands/DeleteRoleMembershipCommand";
|
|
60
|
+
import { DeleteSpaceCommand, } from "./commands/DeleteSpaceCommand";
|
|
55
61
|
import { DeleteTemplateAliasCommand, } from "./commands/DeleteTemplateAliasCommand";
|
|
56
62
|
import { DeleteTemplateCommand, } from "./commands/DeleteTemplateCommand";
|
|
57
63
|
import { DeleteThemeAliasCommand, } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -68,6 +74,8 @@ import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSetti
|
|
|
68
74
|
import { DescribeAccountSubscriptionCommand, } from "./commands/DescribeAccountSubscriptionCommand";
|
|
69
75
|
import { DescribeActionConnectorCommand, } from "./commands/DescribeActionConnectorCommand";
|
|
70
76
|
import { DescribeActionConnectorPermissionsCommand, } from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
77
|
+
import { DescribeAgentCommand, } from "./commands/DescribeAgentCommand";
|
|
78
|
+
import { DescribeAgentPermissionsCommand, } from "./commands/DescribeAgentPermissionsCommand";
|
|
71
79
|
import { DescribeAnalysisCommand, } from "./commands/DescribeAnalysisCommand";
|
|
72
80
|
import { DescribeAnalysisDefinitionCommand, } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
73
81
|
import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
@@ -90,6 +98,7 @@ import { DescribeDataSetRefreshPropertiesCommand, } from "./commands/DescribeDat
|
|
|
90
98
|
import { DescribeDataSourceCommand, } from "./commands/DescribeDataSourceCommand";
|
|
91
99
|
import { DescribeDataSourcePermissionsCommand, } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
92
100
|
import { DescribeDefaultQBusinessApplicationCommand, } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
101
|
+
import { DescribeFlowCommand, } from "./commands/DescribeFlowCommand";
|
|
93
102
|
import { DescribeFolderCommand, } from "./commands/DescribeFolderCommand";
|
|
94
103
|
import { DescribeFolderPermissionsCommand, } from "./commands/DescribeFolderPermissionsCommand";
|
|
95
104
|
import { DescribeFolderResolvedPermissionsCommand, } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -106,6 +115,8 @@ import { DescribeQuickSightQSearchConfigurationCommand, } from "./commands/Descr
|
|
|
106
115
|
import { DescribeRefreshScheduleCommand, } from "./commands/DescribeRefreshScheduleCommand";
|
|
107
116
|
import { DescribeRoleCustomPermissionCommand, } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
108
117
|
import { DescribeSelfUpgradeConfigurationCommand, } from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
118
|
+
import { DescribeSpaceCommand, } from "./commands/DescribeSpaceCommand";
|
|
119
|
+
import { DescribeSpacePermissionsCommand, } from "./commands/DescribeSpacePermissionsCommand";
|
|
109
120
|
import { DescribeTemplateAliasCommand, } from "./commands/DescribeTemplateAliasCommand";
|
|
110
121
|
import { DescribeTemplateCommand, } from "./commands/DescribeTemplateCommand";
|
|
111
122
|
import { DescribeTemplateDefinitionCommand, } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -128,6 +139,7 @@ import { GetFlowPermissionsCommand, } from "./commands/GetFlowPermissionsCommand
|
|
|
128
139
|
import { GetIdentityContextCommand, } from "./commands/GetIdentityContextCommand";
|
|
129
140
|
import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand";
|
|
130
141
|
import { ListActionConnectorsCommand, } from "./commands/ListActionConnectorsCommand";
|
|
142
|
+
import { ListAgentsCommand, } from "./commands/ListAgentsCommand";
|
|
131
143
|
import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
|
|
132
144
|
import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
|
|
133
145
|
import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
|
|
@@ -152,6 +164,8 @@ import { ListOAuthClientApplicationsCommand, } from "./commands/ListOAuthClientA
|
|
|
152
164
|
import { ListRefreshSchedulesCommand, } from "./commands/ListRefreshSchedulesCommand";
|
|
153
165
|
import { ListRoleMembershipsCommand, } from "./commands/ListRoleMembershipsCommand";
|
|
154
166
|
import { ListSelfUpgradesCommand, } from "./commands/ListSelfUpgradesCommand";
|
|
167
|
+
import { ListSpaceResourcesCommand, } from "./commands/ListSpaceResourcesCommand";
|
|
168
|
+
import { ListSpacesCommand, } from "./commands/ListSpacesCommand";
|
|
155
169
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
156
170
|
import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesCommand";
|
|
157
171
|
import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
|
|
@@ -170,6 +184,7 @@ import { PutDataSetRefreshPropertiesCommand, } from "./commands/PutDataSetRefres
|
|
|
170
184
|
import { RegisterUserCommand, } from "./commands/RegisterUserCommand";
|
|
171
185
|
import { RestoreAnalysisCommand, } from "./commands/RestoreAnalysisCommand";
|
|
172
186
|
import { SearchActionConnectorsCommand, } from "./commands/SearchActionConnectorsCommand";
|
|
187
|
+
import { SearchAgentsCommand, } from "./commands/SearchAgentsCommand";
|
|
173
188
|
import { SearchAnalysesCommand, } from "./commands/SearchAnalysesCommand";
|
|
174
189
|
import { SearchDashboardsCommand, } from "./commands/SearchDashboardsCommand";
|
|
175
190
|
import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
|
|
@@ -177,6 +192,7 @@ import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
|
|
|
177
192
|
import { SearchFlowsCommand, } from "./commands/SearchFlowsCommand";
|
|
178
193
|
import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
|
|
179
194
|
import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
195
|
+
import { SearchSpacesCommand, } from "./commands/SearchSpacesCommand";
|
|
180
196
|
import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
|
|
181
197
|
import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
|
|
182
198
|
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
@@ -190,6 +206,8 @@ import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountC
|
|
|
190
206
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
191
207
|
import { UpdateActionConnectorCommand, } from "./commands/UpdateActionConnectorCommand";
|
|
192
208
|
import { UpdateActionConnectorPermissionsCommand, } from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
209
|
+
import { UpdateAgentCommand, } from "./commands/UpdateAgentCommand";
|
|
210
|
+
import { UpdateAgentPermissionsCommand, } from "./commands/UpdateAgentPermissionsCommand";
|
|
193
211
|
import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
|
|
194
212
|
import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
195
213
|
import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -207,6 +225,7 @@ import { UpdateDataSetPermissionsCommand, } from "./commands/UpdateDataSetPermis
|
|
|
207
225
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
208
226
|
import { UpdateDataSourcePermissionsCommand, } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
209
227
|
import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
228
|
+
import { UpdateFlowCommand, } from "./commands/UpdateFlowCommand";
|
|
210
229
|
import { UpdateFlowPermissionsCommand, } from "./commands/UpdateFlowPermissionsCommand";
|
|
211
230
|
import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
|
|
212
231
|
import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
|
|
@@ -223,6 +242,9 @@ import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleC
|
|
|
223
242
|
import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
224
243
|
import { UpdateSelfUpgradeCommand, } from "./commands/UpdateSelfUpgradeCommand";
|
|
225
244
|
import { UpdateSelfUpgradeConfigurationCommand, } from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
245
|
+
import { UpdateSpaceCommand, } from "./commands/UpdateSpaceCommand";
|
|
246
|
+
import { UpdateSpacePermissionsCommand, } from "./commands/UpdateSpacePermissionsCommand";
|
|
247
|
+
import { UpdateSpaceResourcesCommand, } from "./commands/UpdateSpaceResourcesCommand";
|
|
226
248
|
import { UpdateSPICECapacityConfigurationCommand, } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
227
249
|
import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasCommand";
|
|
228
250
|
import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
|
|
@@ -286,12 +308,14 @@ const commands = {
|
|
|
286
308
|
CreateAccountCustomizationCommand,
|
|
287
309
|
CreateAccountSubscriptionCommand,
|
|
288
310
|
CreateActionConnectorCommand,
|
|
311
|
+
CreateAgentCommand,
|
|
289
312
|
CreateAnalysisCommand,
|
|
290
313
|
CreateBrandCommand,
|
|
291
314
|
CreateCustomPermissionsCommand,
|
|
292
315
|
CreateDashboardCommand,
|
|
293
316
|
CreateDataSetCommand,
|
|
294
317
|
CreateDataSourceCommand,
|
|
318
|
+
CreateFlowCommand,
|
|
295
319
|
CreateFolderCommand,
|
|
296
320
|
CreateFolderMembershipCommand,
|
|
297
321
|
CreateGroupCommand,
|
|
@@ -302,6 +326,7 @@ const commands = {
|
|
|
302
326
|
CreateOAuthClientApplicationCommand,
|
|
303
327
|
CreateRefreshScheduleCommand,
|
|
304
328
|
CreateRoleMembershipCommand,
|
|
329
|
+
CreateSpaceCommand,
|
|
305
330
|
CreateTemplateCommand,
|
|
306
331
|
CreateTemplateAliasCommand,
|
|
307
332
|
CreateThemeCommand,
|
|
@@ -313,6 +338,7 @@ const commands = {
|
|
|
313
338
|
DeleteAccountCustomPermissionCommand,
|
|
314
339
|
DeleteAccountSubscriptionCommand,
|
|
315
340
|
DeleteActionConnectorCommand,
|
|
341
|
+
DeleteAgentCommand,
|
|
316
342
|
DeleteAnalysisCommand,
|
|
317
343
|
DeleteBrandCommand,
|
|
318
344
|
DeleteBrandAssignmentCommand,
|
|
@@ -322,6 +348,7 @@ const commands = {
|
|
|
322
348
|
DeleteDataSetRefreshPropertiesCommand,
|
|
323
349
|
DeleteDataSourceCommand,
|
|
324
350
|
DeleteDefaultQBusinessApplicationCommand,
|
|
351
|
+
DeleteFlowCommand,
|
|
325
352
|
DeleteFolderCommand,
|
|
326
353
|
DeleteFolderMembershipCommand,
|
|
327
354
|
DeleteGroupCommand,
|
|
@@ -333,6 +360,7 @@ const commands = {
|
|
|
333
360
|
DeleteRefreshScheduleCommand,
|
|
334
361
|
DeleteRoleCustomPermissionCommand,
|
|
335
362
|
DeleteRoleMembershipCommand,
|
|
363
|
+
DeleteSpaceCommand,
|
|
336
364
|
DeleteTemplateCommand,
|
|
337
365
|
DeleteTemplateAliasCommand,
|
|
338
366
|
DeleteThemeCommand,
|
|
@@ -349,6 +377,8 @@ const commands = {
|
|
|
349
377
|
DescribeAccountSubscriptionCommand,
|
|
350
378
|
DescribeActionConnectorCommand,
|
|
351
379
|
DescribeActionConnectorPermissionsCommand,
|
|
380
|
+
DescribeAgentCommand,
|
|
381
|
+
DescribeAgentPermissionsCommand,
|
|
352
382
|
DescribeAnalysisCommand,
|
|
353
383
|
DescribeAnalysisDefinitionCommand,
|
|
354
384
|
DescribeAnalysisPermissionsCommand,
|
|
@@ -371,6 +401,7 @@ const commands = {
|
|
|
371
401
|
DescribeDataSourceCommand,
|
|
372
402
|
DescribeDataSourcePermissionsCommand,
|
|
373
403
|
DescribeDefaultQBusinessApplicationCommand,
|
|
404
|
+
DescribeFlowCommand,
|
|
374
405
|
DescribeFolderCommand,
|
|
375
406
|
DescribeFolderPermissionsCommand,
|
|
376
407
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -387,6 +418,8 @@ const commands = {
|
|
|
387
418
|
DescribeRefreshScheduleCommand,
|
|
388
419
|
DescribeRoleCustomPermissionCommand,
|
|
389
420
|
DescribeSelfUpgradeConfigurationCommand,
|
|
421
|
+
DescribeSpaceCommand,
|
|
422
|
+
DescribeSpacePermissionsCommand,
|
|
390
423
|
DescribeTemplateCommand,
|
|
391
424
|
DescribeTemplateAliasCommand,
|
|
392
425
|
DescribeTemplateDefinitionCommand,
|
|
@@ -409,6 +442,7 @@ const commands = {
|
|
|
409
442
|
GetIdentityContextCommand,
|
|
410
443
|
GetSessionEmbedUrlCommand,
|
|
411
444
|
ListActionConnectorsCommand,
|
|
445
|
+
ListAgentsCommand,
|
|
412
446
|
ListAnalysesCommand,
|
|
413
447
|
ListAssetBundleExportJobsCommand,
|
|
414
448
|
ListAssetBundleImportJobsCommand,
|
|
@@ -433,6 +467,8 @@ const commands = {
|
|
|
433
467
|
ListRefreshSchedulesCommand,
|
|
434
468
|
ListRoleMembershipsCommand,
|
|
435
469
|
ListSelfUpgradesCommand,
|
|
470
|
+
ListSpaceResourcesCommand,
|
|
471
|
+
ListSpacesCommand,
|
|
436
472
|
ListTagsForResourceCommand,
|
|
437
473
|
ListTemplateAliasesCommand,
|
|
438
474
|
ListTemplatesCommand,
|
|
@@ -451,6 +487,7 @@ const commands = {
|
|
|
451
487
|
RegisterUserCommand,
|
|
452
488
|
RestoreAnalysisCommand,
|
|
453
489
|
SearchActionConnectorsCommand,
|
|
490
|
+
SearchAgentsCommand,
|
|
454
491
|
SearchAnalysesCommand,
|
|
455
492
|
SearchDashboardsCommand,
|
|
456
493
|
SearchDataSetsCommand,
|
|
@@ -458,6 +495,7 @@ const commands = {
|
|
|
458
495
|
SearchFlowsCommand,
|
|
459
496
|
SearchFoldersCommand,
|
|
460
497
|
SearchGroupsCommand,
|
|
498
|
+
SearchSpacesCommand,
|
|
461
499
|
SearchTopicsCommand,
|
|
462
500
|
StartAssetBundleExportJobCommand,
|
|
463
501
|
StartAssetBundleImportJobCommand,
|
|
@@ -471,6 +509,8 @@ const commands = {
|
|
|
471
509
|
UpdateAccountSettingsCommand,
|
|
472
510
|
UpdateActionConnectorCommand,
|
|
473
511
|
UpdateActionConnectorPermissionsCommand,
|
|
512
|
+
UpdateAgentCommand,
|
|
513
|
+
UpdateAgentPermissionsCommand,
|
|
474
514
|
UpdateAnalysisCommand,
|
|
475
515
|
UpdateAnalysisPermissionsCommand,
|
|
476
516
|
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
@@ -488,6 +528,7 @@ const commands = {
|
|
|
488
528
|
UpdateDataSourceCommand,
|
|
489
529
|
UpdateDataSourcePermissionsCommand,
|
|
490
530
|
UpdateDefaultQBusinessApplicationCommand,
|
|
531
|
+
UpdateFlowCommand,
|
|
491
532
|
UpdateFlowPermissionsCommand,
|
|
492
533
|
UpdateFolderCommand,
|
|
493
534
|
UpdateFolderPermissionsCommand,
|
|
@@ -504,6 +545,9 @@ const commands = {
|
|
|
504
545
|
UpdateRoleCustomPermissionCommand,
|
|
505
546
|
UpdateSelfUpgradeCommand,
|
|
506
547
|
UpdateSelfUpgradeConfigurationCommand,
|
|
548
|
+
UpdateSpaceCommand,
|
|
549
|
+
UpdateSpacePermissionsCommand,
|
|
550
|
+
UpdateSpaceResourcesCommand,
|
|
507
551
|
UpdateSPICECapacityConfigurationCommand,
|
|
508
552
|
UpdateTemplateCommand,
|
|
509
553
|
UpdateTemplateAliasCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateAgent", {})
|
|
13
|
+
.n("QuickSightClient", "CreateAgentCommand")
|
|
14
|
+
.sc(CreateAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateFlow", {})
|
|
13
|
+
.n("QuickSightClient", "CreateFlowCommand")
|
|
14
|
+
.sc(CreateFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateSpace", {})
|
|
13
|
+
.n("QuickSightClient", "CreateSpaceCommand")
|
|
14
|
+
.sc(CreateSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteAgent", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteAgentCommand")
|
|
14
|
+
.sc(DeleteAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteFlow", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteFlowCommand")
|
|
14
|
+
.sc(DeleteFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteSpace", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteSpaceCommand")
|
|
14
|
+
.sc(DeleteSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeAgent", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeAgentCommand")
|
|
14
|
+
.sc(DescribeAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAgentPermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAgentPermissionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeAgentPermissions", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeAgentPermissionsCommand")
|
|
14
|
+
.sc(DescribeAgentPermissions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeFlow", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeFlowCommand")
|
|
14
|
+
.sc(DescribeFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeSpace", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeSpaceCommand")
|
|
14
|
+
.sc(DescribeSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSpacePermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSpacePermissionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeSpacePermissions", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeSpacePermissionsCommand")
|
|
14
|
+
.sc(DescribeSpacePermissions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAgents$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAgentsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListAgents", {})
|
|
13
|
+
.n("QuickSightClient", "ListAgentsCommand")
|
|
14
|
+
.sc(ListAgents$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListSpaceResources$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListSpaceResourcesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListSpaceResources", {})
|
|
13
|
+
.n("QuickSightClient", "ListSpaceResourcesCommand")
|
|
14
|
+
.sc(ListSpaceResources$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListSpaces$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListSpacesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListSpaces", {})
|
|
13
|
+
.n("QuickSightClient", "ListSpacesCommand")
|
|
14
|
+
.sc(ListSpaces$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { SearchAgents$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class SearchAgentsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "SearchAgents", {})
|
|
13
|
+
.n("QuickSightClient", "SearchAgentsCommand")
|
|
14
|
+
.sc(SearchAgents$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { SearchSpaces$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class SearchSpacesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "SearchSpaces", {})
|
|
13
|
+
.n("QuickSightClient", "SearchSpacesCommand")
|
|
14
|
+
.sc(SearchSpaces$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "UpdateAgent", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateAgentCommand")
|
|
14
|
+
.sc(UpdateAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateAgentPermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateAgentPermissionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "UpdateAgentPermissions", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateAgentPermissionsCommand")
|
|
14
|
+
.sc(UpdateAgentPermissions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "UpdateFlow", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateFlowCommand")
|
|
14
|
+
.sc(UpdateFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "UpdateSpace", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateSpaceCommand")
|
|
14
|
+
.sc(UpdateSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateSpacePermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateSpacePermissionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "UpdateSpacePermissions", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateSpacePermissionsCommand")
|
|
14
|
+
.sc(UpdateSpacePermissions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateSpaceResources$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateSpaceResourcesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "UpdateSpaceResources", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateSpaceResourcesCommand")
|
|
14
|
+
.sc(UpdateSpaceResources$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|