@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
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CreateActionConnectorCommandInput,
|
|
28
28
|
CreateActionConnectorCommandOutput,
|
|
29
29
|
} from "./commands/CreateActionConnectorCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateAgentCommandInput,
|
|
32
|
+
CreateAgentCommandOutput,
|
|
33
|
+
} from "./commands/CreateAgentCommand";
|
|
30
34
|
import {
|
|
31
35
|
CreateAnalysisCommandInput,
|
|
32
36
|
CreateAnalysisCommandOutput,
|
|
@@ -51,6 +55,10 @@ import {
|
|
|
51
55
|
CreateDataSourceCommandInput,
|
|
52
56
|
CreateDataSourceCommandOutput,
|
|
53
57
|
} from "./commands/CreateDataSourceCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateFlowCommandInput,
|
|
60
|
+
CreateFlowCommandOutput,
|
|
61
|
+
} from "./commands/CreateFlowCommand";
|
|
54
62
|
import {
|
|
55
63
|
CreateFolderCommandInput,
|
|
56
64
|
CreateFolderCommandOutput,
|
|
@@ -91,6 +99,10 @@ import {
|
|
|
91
99
|
CreateRoleMembershipCommandInput,
|
|
92
100
|
CreateRoleMembershipCommandOutput,
|
|
93
101
|
} from "./commands/CreateRoleMembershipCommand";
|
|
102
|
+
import {
|
|
103
|
+
CreateSpaceCommandInput,
|
|
104
|
+
CreateSpaceCommandOutput,
|
|
105
|
+
} from "./commands/CreateSpaceCommand";
|
|
94
106
|
import {
|
|
95
107
|
CreateTemplateAliasCommandInput,
|
|
96
108
|
CreateTemplateAliasCommandOutput,
|
|
@@ -135,6 +147,10 @@ import {
|
|
|
135
147
|
DeleteActionConnectorCommandInput,
|
|
136
148
|
DeleteActionConnectorCommandOutput,
|
|
137
149
|
} from "./commands/DeleteActionConnectorCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteAgentCommandInput,
|
|
152
|
+
DeleteAgentCommandOutput,
|
|
153
|
+
} from "./commands/DeleteAgentCommand";
|
|
138
154
|
import {
|
|
139
155
|
DeleteAnalysisCommandInput,
|
|
140
156
|
DeleteAnalysisCommandOutput,
|
|
@@ -171,6 +187,10 @@ import {
|
|
|
171
187
|
DeleteDefaultQBusinessApplicationCommandInput,
|
|
172
188
|
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
173
189
|
} from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
190
|
+
import {
|
|
191
|
+
DeleteFlowCommandInput,
|
|
192
|
+
DeleteFlowCommandOutput,
|
|
193
|
+
} from "./commands/DeleteFlowCommand";
|
|
174
194
|
import {
|
|
175
195
|
DeleteFolderCommandInput,
|
|
176
196
|
DeleteFolderCommandOutput,
|
|
@@ -215,6 +235,10 @@ import {
|
|
|
215
235
|
DeleteRoleMembershipCommandInput,
|
|
216
236
|
DeleteRoleMembershipCommandOutput,
|
|
217
237
|
} from "./commands/DeleteRoleMembershipCommand";
|
|
238
|
+
import {
|
|
239
|
+
DeleteSpaceCommandInput,
|
|
240
|
+
DeleteSpaceCommandOutput,
|
|
241
|
+
} from "./commands/DeleteSpaceCommand";
|
|
218
242
|
import {
|
|
219
243
|
DeleteTemplateAliasCommandInput,
|
|
220
244
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -279,6 +303,14 @@ import {
|
|
|
279
303
|
DescribeActionConnectorPermissionsCommandInput,
|
|
280
304
|
DescribeActionConnectorPermissionsCommandOutput,
|
|
281
305
|
} from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
306
|
+
import {
|
|
307
|
+
DescribeAgentCommandInput,
|
|
308
|
+
DescribeAgentCommandOutput,
|
|
309
|
+
} from "./commands/DescribeAgentCommand";
|
|
310
|
+
import {
|
|
311
|
+
DescribeAgentPermissionsCommandInput,
|
|
312
|
+
DescribeAgentPermissionsCommandOutput,
|
|
313
|
+
} from "./commands/DescribeAgentPermissionsCommand";
|
|
282
314
|
import {
|
|
283
315
|
DescribeAnalysisCommandInput,
|
|
284
316
|
DescribeAnalysisCommandOutput,
|
|
@@ -367,6 +399,10 @@ import {
|
|
|
367
399
|
DescribeDefaultQBusinessApplicationCommandInput,
|
|
368
400
|
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
369
401
|
} from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
402
|
+
import {
|
|
403
|
+
DescribeFlowCommandInput,
|
|
404
|
+
DescribeFlowCommandOutput,
|
|
405
|
+
} from "./commands/DescribeFlowCommand";
|
|
370
406
|
import {
|
|
371
407
|
DescribeFolderCommandInput,
|
|
372
408
|
DescribeFolderCommandOutput,
|
|
@@ -431,6 +467,14 @@ import {
|
|
|
431
467
|
DescribeSelfUpgradeConfigurationCommandInput,
|
|
432
468
|
DescribeSelfUpgradeConfigurationCommandOutput,
|
|
433
469
|
} from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
470
|
+
import {
|
|
471
|
+
DescribeSpaceCommandInput,
|
|
472
|
+
DescribeSpaceCommandOutput,
|
|
473
|
+
} from "./commands/DescribeSpaceCommand";
|
|
474
|
+
import {
|
|
475
|
+
DescribeSpacePermissionsCommandInput,
|
|
476
|
+
DescribeSpacePermissionsCommandOutput,
|
|
477
|
+
} from "./commands/DescribeSpacePermissionsCommand";
|
|
434
478
|
import {
|
|
435
479
|
DescribeTemplateAliasCommandInput,
|
|
436
480
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -519,6 +563,10 @@ import {
|
|
|
519
563
|
ListActionConnectorsCommandInput,
|
|
520
564
|
ListActionConnectorsCommandOutput,
|
|
521
565
|
} from "./commands/ListActionConnectorsCommand";
|
|
566
|
+
import {
|
|
567
|
+
ListAgentsCommandInput,
|
|
568
|
+
ListAgentsCommandOutput,
|
|
569
|
+
} from "./commands/ListAgentsCommand";
|
|
522
570
|
import {
|
|
523
571
|
ListAnalysesCommandInput,
|
|
524
572
|
ListAnalysesCommandOutput,
|
|
@@ -615,6 +663,14 @@ import {
|
|
|
615
663
|
ListSelfUpgradesCommandInput,
|
|
616
664
|
ListSelfUpgradesCommandOutput,
|
|
617
665
|
} from "./commands/ListSelfUpgradesCommand";
|
|
666
|
+
import {
|
|
667
|
+
ListSpaceResourcesCommandInput,
|
|
668
|
+
ListSpaceResourcesCommandOutput,
|
|
669
|
+
} from "./commands/ListSpaceResourcesCommand";
|
|
670
|
+
import {
|
|
671
|
+
ListSpacesCommandInput,
|
|
672
|
+
ListSpacesCommandOutput,
|
|
673
|
+
} from "./commands/ListSpacesCommand";
|
|
618
674
|
import {
|
|
619
675
|
ListTagsForResourceCommandInput,
|
|
620
676
|
ListTagsForResourceCommandOutput,
|
|
@@ -687,6 +743,10 @@ import {
|
|
|
687
743
|
SearchActionConnectorsCommandInput,
|
|
688
744
|
SearchActionConnectorsCommandOutput,
|
|
689
745
|
} from "./commands/SearchActionConnectorsCommand";
|
|
746
|
+
import {
|
|
747
|
+
SearchAgentsCommandInput,
|
|
748
|
+
SearchAgentsCommandOutput,
|
|
749
|
+
} from "./commands/SearchAgentsCommand";
|
|
690
750
|
import {
|
|
691
751
|
SearchAnalysesCommandInput,
|
|
692
752
|
SearchAnalysesCommandOutput,
|
|
@@ -715,6 +775,10 @@ import {
|
|
|
715
775
|
SearchGroupsCommandInput,
|
|
716
776
|
SearchGroupsCommandOutput,
|
|
717
777
|
} from "./commands/SearchGroupsCommand";
|
|
778
|
+
import {
|
|
779
|
+
SearchSpacesCommandInput,
|
|
780
|
+
SearchSpacesCommandOutput,
|
|
781
|
+
} from "./commands/SearchSpacesCommand";
|
|
718
782
|
import {
|
|
719
783
|
SearchTopicsCommandInput,
|
|
720
784
|
SearchTopicsCommandOutput,
|
|
@@ -767,6 +831,14 @@ import {
|
|
|
767
831
|
UpdateActionConnectorPermissionsCommandInput,
|
|
768
832
|
UpdateActionConnectorPermissionsCommandOutput,
|
|
769
833
|
} from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
834
|
+
import {
|
|
835
|
+
UpdateAgentCommandInput,
|
|
836
|
+
UpdateAgentCommandOutput,
|
|
837
|
+
} from "./commands/UpdateAgentCommand";
|
|
838
|
+
import {
|
|
839
|
+
UpdateAgentPermissionsCommandInput,
|
|
840
|
+
UpdateAgentPermissionsCommandOutput,
|
|
841
|
+
} from "./commands/UpdateAgentPermissionsCommand";
|
|
770
842
|
import {
|
|
771
843
|
UpdateAnalysisCommandInput,
|
|
772
844
|
UpdateAnalysisCommandOutput,
|
|
@@ -835,6 +907,10 @@ import {
|
|
|
835
907
|
UpdateDefaultQBusinessApplicationCommandInput,
|
|
836
908
|
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
837
909
|
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
910
|
+
import {
|
|
911
|
+
UpdateFlowCommandInput,
|
|
912
|
+
UpdateFlowCommandOutput,
|
|
913
|
+
} from "./commands/UpdateFlowCommand";
|
|
838
914
|
import {
|
|
839
915
|
UpdateFlowPermissionsCommandInput,
|
|
840
916
|
UpdateFlowPermissionsCommandOutput,
|
|
@@ -899,6 +975,18 @@ import {
|
|
|
899
975
|
UpdateSelfUpgradeConfigurationCommandInput,
|
|
900
976
|
UpdateSelfUpgradeConfigurationCommandOutput,
|
|
901
977
|
} from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
978
|
+
import {
|
|
979
|
+
UpdateSpaceCommandInput,
|
|
980
|
+
UpdateSpaceCommandOutput,
|
|
981
|
+
} from "./commands/UpdateSpaceCommand";
|
|
982
|
+
import {
|
|
983
|
+
UpdateSpacePermissionsCommandInput,
|
|
984
|
+
UpdateSpacePermissionsCommandOutput,
|
|
985
|
+
} from "./commands/UpdateSpacePermissionsCommand";
|
|
986
|
+
import {
|
|
987
|
+
UpdateSpaceResourcesCommandInput,
|
|
988
|
+
UpdateSpaceResourcesCommandOutput,
|
|
989
|
+
} from "./commands/UpdateSpaceResourcesCommand";
|
|
902
990
|
import {
|
|
903
991
|
UpdateSPICECapacityConfigurationCommandInput,
|
|
904
992
|
UpdateSPICECapacityConfigurationCommandOutput,
|
|
@@ -1031,6 +1119,19 @@ export interface QuickSight {
|
|
|
1031
1119
|
options: __HttpHandlerOptions,
|
|
1032
1120
|
cb: (err: any, data?: CreateActionConnectorCommandOutput) => void
|
|
1033
1121
|
): void;
|
|
1122
|
+
createAgent(
|
|
1123
|
+
args: CreateAgentCommandInput,
|
|
1124
|
+
options?: __HttpHandlerOptions
|
|
1125
|
+
): Promise<CreateAgentCommandOutput>;
|
|
1126
|
+
createAgent(
|
|
1127
|
+
args: CreateAgentCommandInput,
|
|
1128
|
+
cb: (err: any, data?: CreateAgentCommandOutput) => void
|
|
1129
|
+
): void;
|
|
1130
|
+
createAgent(
|
|
1131
|
+
args: CreateAgentCommandInput,
|
|
1132
|
+
options: __HttpHandlerOptions,
|
|
1133
|
+
cb: (err: any, data?: CreateAgentCommandOutput) => void
|
|
1134
|
+
): void;
|
|
1034
1135
|
createAnalysis(
|
|
1035
1136
|
args: CreateAnalysisCommandInput,
|
|
1036
1137
|
options?: __HttpHandlerOptions
|
|
@@ -1109,6 +1210,19 @@ export interface QuickSight {
|
|
|
1109
1210
|
options: __HttpHandlerOptions,
|
|
1110
1211
|
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
1111
1212
|
): void;
|
|
1213
|
+
createFlow(
|
|
1214
|
+
args: CreateFlowCommandInput,
|
|
1215
|
+
options?: __HttpHandlerOptions
|
|
1216
|
+
): Promise<CreateFlowCommandOutput>;
|
|
1217
|
+
createFlow(
|
|
1218
|
+
args: CreateFlowCommandInput,
|
|
1219
|
+
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
1220
|
+
): void;
|
|
1221
|
+
createFlow(
|
|
1222
|
+
args: CreateFlowCommandInput,
|
|
1223
|
+
options: __HttpHandlerOptions,
|
|
1224
|
+
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
1225
|
+
): void;
|
|
1112
1226
|
createFolder(
|
|
1113
1227
|
args: CreateFolderCommandInput,
|
|
1114
1228
|
options?: __HttpHandlerOptions
|
|
@@ -1239,6 +1353,19 @@ export interface QuickSight {
|
|
|
1239
1353
|
options: __HttpHandlerOptions,
|
|
1240
1354
|
cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void
|
|
1241
1355
|
): void;
|
|
1356
|
+
createSpace(
|
|
1357
|
+
args: CreateSpaceCommandInput,
|
|
1358
|
+
options?: __HttpHandlerOptions
|
|
1359
|
+
): Promise<CreateSpaceCommandOutput>;
|
|
1360
|
+
createSpace(
|
|
1361
|
+
args: CreateSpaceCommandInput,
|
|
1362
|
+
cb: (err: any, data?: CreateSpaceCommandOutput) => void
|
|
1363
|
+
): void;
|
|
1364
|
+
createSpace(
|
|
1365
|
+
args: CreateSpaceCommandInput,
|
|
1366
|
+
options: __HttpHandlerOptions,
|
|
1367
|
+
cb: (err: any, data?: CreateSpaceCommandOutput) => void
|
|
1368
|
+
): void;
|
|
1242
1369
|
createTemplate(
|
|
1243
1370
|
args: CreateTemplateCommandInput,
|
|
1244
1371
|
options?: __HttpHandlerOptions
|
|
@@ -1382,6 +1509,19 @@ export interface QuickSight {
|
|
|
1382
1509
|
options: __HttpHandlerOptions,
|
|
1383
1510
|
cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void
|
|
1384
1511
|
): void;
|
|
1512
|
+
deleteAgent(
|
|
1513
|
+
args: DeleteAgentCommandInput,
|
|
1514
|
+
options?: __HttpHandlerOptions
|
|
1515
|
+
): Promise<DeleteAgentCommandOutput>;
|
|
1516
|
+
deleteAgent(
|
|
1517
|
+
args: DeleteAgentCommandInput,
|
|
1518
|
+
cb: (err: any, data?: DeleteAgentCommandOutput) => void
|
|
1519
|
+
): void;
|
|
1520
|
+
deleteAgent(
|
|
1521
|
+
args: DeleteAgentCommandInput,
|
|
1522
|
+
options: __HttpHandlerOptions,
|
|
1523
|
+
cb: (err: any, data?: DeleteAgentCommandOutput) => void
|
|
1524
|
+
): void;
|
|
1385
1525
|
deleteAnalysis(
|
|
1386
1526
|
args: DeleteAnalysisCommandInput,
|
|
1387
1527
|
options?: __HttpHandlerOptions
|
|
@@ -1505,6 +1645,19 @@ export interface QuickSight {
|
|
|
1505
1645
|
data?: DeleteDefaultQBusinessApplicationCommandOutput
|
|
1506
1646
|
) => void
|
|
1507
1647
|
): void;
|
|
1648
|
+
deleteFlow(
|
|
1649
|
+
args: DeleteFlowCommandInput,
|
|
1650
|
+
options?: __HttpHandlerOptions
|
|
1651
|
+
): Promise<DeleteFlowCommandOutput>;
|
|
1652
|
+
deleteFlow(
|
|
1653
|
+
args: DeleteFlowCommandInput,
|
|
1654
|
+
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
1655
|
+
): void;
|
|
1656
|
+
deleteFlow(
|
|
1657
|
+
args: DeleteFlowCommandInput,
|
|
1658
|
+
options: __HttpHandlerOptions,
|
|
1659
|
+
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
1660
|
+
): void;
|
|
1508
1661
|
deleteFolder(
|
|
1509
1662
|
args: DeleteFolderCommandInput,
|
|
1510
1663
|
options?: __HttpHandlerOptions
|
|
@@ -1648,6 +1801,19 @@ export interface QuickSight {
|
|
|
1648
1801
|
options: __HttpHandlerOptions,
|
|
1649
1802
|
cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void
|
|
1650
1803
|
): void;
|
|
1804
|
+
deleteSpace(
|
|
1805
|
+
args: DeleteSpaceCommandInput,
|
|
1806
|
+
options?: __HttpHandlerOptions
|
|
1807
|
+
): Promise<DeleteSpaceCommandOutput>;
|
|
1808
|
+
deleteSpace(
|
|
1809
|
+
args: DeleteSpaceCommandInput,
|
|
1810
|
+
cb: (err: any, data?: DeleteSpaceCommandOutput) => void
|
|
1811
|
+
): void;
|
|
1812
|
+
deleteSpace(
|
|
1813
|
+
args: DeleteSpaceCommandInput,
|
|
1814
|
+
options: __HttpHandlerOptions,
|
|
1815
|
+
cb: (err: any, data?: DeleteSpaceCommandOutput) => void
|
|
1816
|
+
): void;
|
|
1651
1817
|
deleteTemplate(
|
|
1652
1818
|
args: DeleteTemplateCommandInput,
|
|
1653
1819
|
options?: __HttpHandlerOptions
|
|
@@ -1862,6 +2028,32 @@ export interface QuickSight {
|
|
|
1862
2028
|
data?: DescribeActionConnectorPermissionsCommandOutput
|
|
1863
2029
|
) => void
|
|
1864
2030
|
): void;
|
|
2031
|
+
describeAgent(
|
|
2032
|
+
args: DescribeAgentCommandInput,
|
|
2033
|
+
options?: __HttpHandlerOptions
|
|
2034
|
+
): Promise<DescribeAgentCommandOutput>;
|
|
2035
|
+
describeAgent(
|
|
2036
|
+
args: DescribeAgentCommandInput,
|
|
2037
|
+
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
2038
|
+
): void;
|
|
2039
|
+
describeAgent(
|
|
2040
|
+
args: DescribeAgentCommandInput,
|
|
2041
|
+
options: __HttpHandlerOptions,
|
|
2042
|
+
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
2043
|
+
): void;
|
|
2044
|
+
describeAgentPermissions(
|
|
2045
|
+
args: DescribeAgentPermissionsCommandInput,
|
|
2046
|
+
options?: __HttpHandlerOptions
|
|
2047
|
+
): Promise<DescribeAgentPermissionsCommandOutput>;
|
|
2048
|
+
describeAgentPermissions(
|
|
2049
|
+
args: DescribeAgentPermissionsCommandInput,
|
|
2050
|
+
cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void
|
|
2051
|
+
): void;
|
|
2052
|
+
describeAgentPermissions(
|
|
2053
|
+
args: DescribeAgentPermissionsCommandInput,
|
|
2054
|
+
options: __HttpHandlerOptions,
|
|
2055
|
+
cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void
|
|
2056
|
+
): void;
|
|
1865
2057
|
describeAnalysis(
|
|
1866
2058
|
args: DescribeAnalysisCommandInput,
|
|
1867
2059
|
options?: __HttpHandlerOptions
|
|
@@ -2166,6 +2358,19 @@ export interface QuickSight {
|
|
|
2166
2358
|
data?: DescribeDefaultQBusinessApplicationCommandOutput
|
|
2167
2359
|
) => void
|
|
2168
2360
|
): void;
|
|
2361
|
+
describeFlow(
|
|
2362
|
+
args: DescribeFlowCommandInput,
|
|
2363
|
+
options?: __HttpHandlerOptions
|
|
2364
|
+
): Promise<DescribeFlowCommandOutput>;
|
|
2365
|
+
describeFlow(
|
|
2366
|
+
args: DescribeFlowCommandInput,
|
|
2367
|
+
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
2368
|
+
): void;
|
|
2369
|
+
describeFlow(
|
|
2370
|
+
args: DescribeFlowCommandInput,
|
|
2371
|
+
options: __HttpHandlerOptions,
|
|
2372
|
+
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
2373
|
+
): void;
|
|
2169
2374
|
describeFolder(
|
|
2170
2375
|
args: DescribeFolderCommandInput,
|
|
2171
2376
|
options?: __HttpHandlerOptions
|
|
@@ -2392,6 +2597,32 @@ export interface QuickSight {
|
|
|
2392
2597
|
options: __HttpHandlerOptions,
|
|
2393
2598
|
cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void
|
|
2394
2599
|
): void;
|
|
2600
|
+
describeSpace(
|
|
2601
|
+
args: DescribeSpaceCommandInput,
|
|
2602
|
+
options?: __HttpHandlerOptions
|
|
2603
|
+
): Promise<DescribeSpaceCommandOutput>;
|
|
2604
|
+
describeSpace(
|
|
2605
|
+
args: DescribeSpaceCommandInput,
|
|
2606
|
+
cb: (err: any, data?: DescribeSpaceCommandOutput) => void
|
|
2607
|
+
): void;
|
|
2608
|
+
describeSpace(
|
|
2609
|
+
args: DescribeSpaceCommandInput,
|
|
2610
|
+
options: __HttpHandlerOptions,
|
|
2611
|
+
cb: (err: any, data?: DescribeSpaceCommandOutput) => void
|
|
2612
|
+
): void;
|
|
2613
|
+
describeSpacePermissions(
|
|
2614
|
+
args: DescribeSpacePermissionsCommandInput,
|
|
2615
|
+
options?: __HttpHandlerOptions
|
|
2616
|
+
): Promise<DescribeSpacePermissionsCommandOutput>;
|
|
2617
|
+
describeSpacePermissions(
|
|
2618
|
+
args: DescribeSpacePermissionsCommandInput,
|
|
2619
|
+
cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void
|
|
2620
|
+
): void;
|
|
2621
|
+
describeSpacePermissions(
|
|
2622
|
+
args: DescribeSpacePermissionsCommandInput,
|
|
2623
|
+
options: __HttpHandlerOptions,
|
|
2624
|
+
cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void
|
|
2625
|
+
): void;
|
|
2395
2626
|
describeTemplate(
|
|
2396
2627
|
args: DescribeTemplateCommandInput,
|
|
2397
2628
|
options?: __HttpHandlerOptions
|
|
@@ -2690,6 +2921,19 @@ export interface QuickSight {
|
|
|
2690
2921
|
options: __HttpHandlerOptions,
|
|
2691
2922
|
cb: (err: any, data?: ListActionConnectorsCommandOutput) => void
|
|
2692
2923
|
): void;
|
|
2924
|
+
listAgents(
|
|
2925
|
+
args: ListAgentsCommandInput,
|
|
2926
|
+
options?: __HttpHandlerOptions
|
|
2927
|
+
): Promise<ListAgentsCommandOutput>;
|
|
2928
|
+
listAgents(
|
|
2929
|
+
args: ListAgentsCommandInput,
|
|
2930
|
+
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
2931
|
+
): void;
|
|
2932
|
+
listAgents(
|
|
2933
|
+
args: ListAgentsCommandInput,
|
|
2934
|
+
options: __HttpHandlerOptions,
|
|
2935
|
+
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
2936
|
+
): void;
|
|
2693
2937
|
listAnalyses(
|
|
2694
2938
|
args: ListAnalysesCommandInput,
|
|
2695
2939
|
options?: __HttpHandlerOptions
|
|
@@ -3002,6 +3246,32 @@ export interface QuickSight {
|
|
|
3002
3246
|
options: __HttpHandlerOptions,
|
|
3003
3247
|
cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void
|
|
3004
3248
|
): void;
|
|
3249
|
+
listSpaceResources(
|
|
3250
|
+
args: ListSpaceResourcesCommandInput,
|
|
3251
|
+
options?: __HttpHandlerOptions
|
|
3252
|
+
): Promise<ListSpaceResourcesCommandOutput>;
|
|
3253
|
+
listSpaceResources(
|
|
3254
|
+
args: ListSpaceResourcesCommandInput,
|
|
3255
|
+
cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void
|
|
3256
|
+
): void;
|
|
3257
|
+
listSpaceResources(
|
|
3258
|
+
args: ListSpaceResourcesCommandInput,
|
|
3259
|
+
options: __HttpHandlerOptions,
|
|
3260
|
+
cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void
|
|
3261
|
+
): void;
|
|
3262
|
+
listSpaces(
|
|
3263
|
+
args: ListSpacesCommandInput,
|
|
3264
|
+
options?: __HttpHandlerOptions
|
|
3265
|
+
): Promise<ListSpacesCommandOutput>;
|
|
3266
|
+
listSpaces(
|
|
3267
|
+
args: ListSpacesCommandInput,
|
|
3268
|
+
cb: (err: any, data?: ListSpacesCommandOutput) => void
|
|
3269
|
+
): void;
|
|
3270
|
+
listSpaces(
|
|
3271
|
+
args: ListSpacesCommandInput,
|
|
3272
|
+
options: __HttpHandlerOptions,
|
|
3273
|
+
cb: (err: any, data?: ListSpacesCommandOutput) => void
|
|
3274
|
+
): void;
|
|
3005
3275
|
listTagsForResource(
|
|
3006
3276
|
args: ListTagsForResourceCommandInput,
|
|
3007
3277
|
options?: __HttpHandlerOptions
|
|
@@ -3236,6 +3506,19 @@ export interface QuickSight {
|
|
|
3236
3506
|
options: __HttpHandlerOptions,
|
|
3237
3507
|
cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void
|
|
3238
3508
|
): void;
|
|
3509
|
+
searchAgents(
|
|
3510
|
+
args: SearchAgentsCommandInput,
|
|
3511
|
+
options?: __HttpHandlerOptions
|
|
3512
|
+
): Promise<SearchAgentsCommandOutput>;
|
|
3513
|
+
searchAgents(
|
|
3514
|
+
args: SearchAgentsCommandInput,
|
|
3515
|
+
cb: (err: any, data?: SearchAgentsCommandOutput) => void
|
|
3516
|
+
): void;
|
|
3517
|
+
searchAgents(
|
|
3518
|
+
args: SearchAgentsCommandInput,
|
|
3519
|
+
options: __HttpHandlerOptions,
|
|
3520
|
+
cb: (err: any, data?: SearchAgentsCommandOutput) => void
|
|
3521
|
+
): void;
|
|
3239
3522
|
searchAnalyses(
|
|
3240
3523
|
args: SearchAnalysesCommandInput,
|
|
3241
3524
|
options?: __HttpHandlerOptions
|
|
@@ -3327,6 +3610,19 @@ export interface QuickSight {
|
|
|
3327
3610
|
options: __HttpHandlerOptions,
|
|
3328
3611
|
cb: (err: any, data?: SearchGroupsCommandOutput) => void
|
|
3329
3612
|
): void;
|
|
3613
|
+
searchSpaces(
|
|
3614
|
+
args: SearchSpacesCommandInput,
|
|
3615
|
+
options?: __HttpHandlerOptions
|
|
3616
|
+
): Promise<SearchSpacesCommandOutput>;
|
|
3617
|
+
searchSpaces(
|
|
3618
|
+
args: SearchSpacesCommandInput,
|
|
3619
|
+
cb: (err: any, data?: SearchSpacesCommandOutput) => void
|
|
3620
|
+
): void;
|
|
3621
|
+
searchSpaces(
|
|
3622
|
+
args: SearchSpacesCommandInput,
|
|
3623
|
+
options: __HttpHandlerOptions,
|
|
3624
|
+
cb: (err: any, data?: SearchSpacesCommandOutput) => void
|
|
3625
|
+
): void;
|
|
3330
3626
|
searchTopics(
|
|
3331
3627
|
args: SearchTopicsCommandInput,
|
|
3332
3628
|
options?: __HttpHandlerOptions
|
|
@@ -3502,6 +3798,32 @@ export interface QuickSight {
|
|
|
3502
3798
|
options: __HttpHandlerOptions,
|
|
3503
3799
|
cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void
|
|
3504
3800
|
): void;
|
|
3801
|
+
updateAgent(
|
|
3802
|
+
args: UpdateAgentCommandInput,
|
|
3803
|
+
options?: __HttpHandlerOptions
|
|
3804
|
+
): Promise<UpdateAgentCommandOutput>;
|
|
3805
|
+
updateAgent(
|
|
3806
|
+
args: UpdateAgentCommandInput,
|
|
3807
|
+
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
3808
|
+
): void;
|
|
3809
|
+
updateAgent(
|
|
3810
|
+
args: UpdateAgentCommandInput,
|
|
3811
|
+
options: __HttpHandlerOptions,
|
|
3812
|
+
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
3813
|
+
): void;
|
|
3814
|
+
updateAgentPermissions(
|
|
3815
|
+
args: UpdateAgentPermissionsCommandInput,
|
|
3816
|
+
options?: __HttpHandlerOptions
|
|
3817
|
+
): Promise<UpdateAgentPermissionsCommandOutput>;
|
|
3818
|
+
updateAgentPermissions(
|
|
3819
|
+
args: UpdateAgentPermissionsCommandInput,
|
|
3820
|
+
cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void
|
|
3821
|
+
): void;
|
|
3822
|
+
updateAgentPermissions(
|
|
3823
|
+
args: UpdateAgentPermissionsCommandInput,
|
|
3824
|
+
options: __HttpHandlerOptions,
|
|
3825
|
+
cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void
|
|
3826
|
+
): void;
|
|
3505
3827
|
updateAnalysis(
|
|
3506
3828
|
args: UpdateAnalysisCommandInput,
|
|
3507
3829
|
options?: __HttpHandlerOptions
|
|
@@ -3735,6 +4057,19 @@ export interface QuickSight {
|
|
|
3735
4057
|
data?: UpdateDefaultQBusinessApplicationCommandOutput
|
|
3736
4058
|
) => void
|
|
3737
4059
|
): void;
|
|
4060
|
+
updateFlow(
|
|
4061
|
+
args: UpdateFlowCommandInput,
|
|
4062
|
+
options?: __HttpHandlerOptions
|
|
4063
|
+
): Promise<UpdateFlowCommandOutput>;
|
|
4064
|
+
updateFlow(
|
|
4065
|
+
args: UpdateFlowCommandInput,
|
|
4066
|
+
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
4067
|
+
): void;
|
|
4068
|
+
updateFlow(
|
|
4069
|
+
args: UpdateFlowCommandInput,
|
|
4070
|
+
options: __HttpHandlerOptions,
|
|
4071
|
+
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
4072
|
+
): void;
|
|
3738
4073
|
updateFlowPermissions(
|
|
3739
4074
|
args: UpdateFlowPermissionsCommandInput,
|
|
3740
4075
|
options?: __HttpHandlerOptions
|
|
@@ -3955,6 +4290,45 @@ export interface QuickSight {
|
|
|
3955
4290
|
options: __HttpHandlerOptions,
|
|
3956
4291
|
cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void
|
|
3957
4292
|
): void;
|
|
4293
|
+
updateSpace(
|
|
4294
|
+
args: UpdateSpaceCommandInput,
|
|
4295
|
+
options?: __HttpHandlerOptions
|
|
4296
|
+
): Promise<UpdateSpaceCommandOutput>;
|
|
4297
|
+
updateSpace(
|
|
4298
|
+
args: UpdateSpaceCommandInput,
|
|
4299
|
+
cb: (err: any, data?: UpdateSpaceCommandOutput) => void
|
|
4300
|
+
): void;
|
|
4301
|
+
updateSpace(
|
|
4302
|
+
args: UpdateSpaceCommandInput,
|
|
4303
|
+
options: __HttpHandlerOptions,
|
|
4304
|
+
cb: (err: any, data?: UpdateSpaceCommandOutput) => void
|
|
4305
|
+
): void;
|
|
4306
|
+
updateSpacePermissions(
|
|
4307
|
+
args: UpdateSpacePermissionsCommandInput,
|
|
4308
|
+
options?: __HttpHandlerOptions
|
|
4309
|
+
): Promise<UpdateSpacePermissionsCommandOutput>;
|
|
4310
|
+
updateSpacePermissions(
|
|
4311
|
+
args: UpdateSpacePermissionsCommandInput,
|
|
4312
|
+
cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void
|
|
4313
|
+
): void;
|
|
4314
|
+
updateSpacePermissions(
|
|
4315
|
+
args: UpdateSpacePermissionsCommandInput,
|
|
4316
|
+
options: __HttpHandlerOptions,
|
|
4317
|
+
cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void
|
|
4318
|
+
): void;
|
|
4319
|
+
updateSpaceResources(
|
|
4320
|
+
args: UpdateSpaceResourcesCommandInput,
|
|
4321
|
+
options?: __HttpHandlerOptions
|
|
4322
|
+
): Promise<UpdateSpaceResourcesCommandOutput>;
|
|
4323
|
+
updateSpaceResources(
|
|
4324
|
+
args: UpdateSpaceResourcesCommandInput,
|
|
4325
|
+
cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void
|
|
4326
|
+
): void;
|
|
4327
|
+
updateSpaceResources(
|
|
4328
|
+
args: UpdateSpaceResourcesCommandInput,
|
|
4329
|
+
options: __HttpHandlerOptions,
|
|
4330
|
+
cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void
|
|
4331
|
+
): void;
|
|
3958
4332
|
updateSPICECapacityConfiguration(
|
|
3959
4333
|
args: UpdateSPICECapacityConfigurationCommandInput,
|
|
3960
4334
|
options?: __HttpHandlerOptions
|