@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.
Files changed (170) hide show
  1. package/README.md +161 -7
  2. package/dist-cjs/index.js +364 -5
  3. package/dist-cjs/schemas/schemas_0.js +870 -258
  4. package/dist-es/QuickSight.js +44 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  8. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  9. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  10. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  11. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  12. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  13. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  14. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  15. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  16. package/dist-es/commands/ListAgentsCommand.js +16 -0
  17. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  18. package/dist-es/commands/ListSpacesCommand.js +16 -0
  19. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  20. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  21. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  22. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  23. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  24. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  25. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  26. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  27. package/dist-es/commands/index.js +22 -0
  28. package/dist-es/models/enums.js +49 -5
  29. package/dist-es/schemas/schemas_0.js +832 -222
  30. package/dist-types/QuickSight.d.ts +154 -0
  31. package/dist-types/QuickSightClient.d.ts +24 -2
  32. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  33. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  34. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  35. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  36. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  37. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  38. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  39. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  40. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  43. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
  51. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  52. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  53. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  54. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  55. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  56. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  57. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  58. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  59. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  60. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  74. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
  88. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  89. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  90. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  91. package/dist-types/commands/index.d.ts +22 -0
  92. package/dist-types/models/enums.d.ts +113 -13
  93. package/dist-types/models/models_0.d.ts +200 -87
  94. package/dist-types/models/models_1.d.ts +88 -66
  95. package/dist-types/models/models_2.d.ts +254 -215
  96. package/dist-types/models/models_3.d.ts +577 -619
  97. package/dist-types/models/models_4.d.ts +3874 -4006
  98. package/dist-types/models/models_5.d.ts +1755 -4
  99. package/dist-types/schemas/schemas_0.d.ts +85 -0
  100. package/dist-types/ts3.4/QuickSight.d.ts +374 -0
  101. package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
  102. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  103. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  104. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  105. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  106. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  107. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  108. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  109. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  110. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  111. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  113. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
  121. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  122. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  129. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  130. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  144. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
  158. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  159. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  160. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  161. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  162. package/dist-types/ts3.4/models/enums.d.ts +64 -7
  163. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  164. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  165. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  166. package/dist-types/ts3.4/models/models_3.d.ts +134 -151
  167. package/dist-types/ts3.4/models/models_4.d.ts +368 -360
  168. package/dist-types/ts3.4/models/models_5.d.ts +428 -1
  169. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  170. package/package.json +8 -8
@@ -60,6 +60,10 @@ import {
60
60
  CreateActionConnectorCommandInput,
61
61
  CreateActionConnectorCommandOutput,
62
62
  } from "./commands/CreateActionConnectorCommand";
63
+ import {
64
+ CreateAgentCommandInput,
65
+ CreateAgentCommandOutput,
66
+ } from "./commands/CreateAgentCommand";
63
67
  import {
64
68
  CreateAnalysisCommandInput,
65
69
  CreateAnalysisCommandOutput,
@@ -84,6 +88,10 @@ import {
84
88
  CreateDataSourceCommandInput,
85
89
  CreateDataSourceCommandOutput,
86
90
  } from "./commands/CreateDataSourceCommand";
91
+ import {
92
+ CreateFlowCommandInput,
93
+ CreateFlowCommandOutput,
94
+ } from "./commands/CreateFlowCommand";
87
95
  import {
88
96
  CreateFolderCommandInput,
89
97
  CreateFolderCommandOutput,
@@ -124,6 +132,10 @@ import {
124
132
  CreateRoleMembershipCommandInput,
125
133
  CreateRoleMembershipCommandOutput,
126
134
  } from "./commands/CreateRoleMembershipCommand";
135
+ import {
136
+ CreateSpaceCommandInput,
137
+ CreateSpaceCommandOutput,
138
+ } from "./commands/CreateSpaceCommand";
127
139
  import {
128
140
  CreateTemplateAliasCommandInput,
129
141
  CreateTemplateAliasCommandOutput,
@@ -168,6 +180,10 @@ import {
168
180
  DeleteActionConnectorCommandInput,
169
181
  DeleteActionConnectorCommandOutput,
170
182
  } from "./commands/DeleteActionConnectorCommand";
183
+ import {
184
+ DeleteAgentCommandInput,
185
+ DeleteAgentCommandOutput,
186
+ } from "./commands/DeleteAgentCommand";
171
187
  import {
172
188
  DeleteAnalysisCommandInput,
173
189
  DeleteAnalysisCommandOutput,
@@ -204,6 +220,10 @@ import {
204
220
  DeleteDefaultQBusinessApplicationCommandInput,
205
221
  DeleteDefaultQBusinessApplicationCommandOutput,
206
222
  } from "./commands/DeleteDefaultQBusinessApplicationCommand";
223
+ import {
224
+ DeleteFlowCommandInput,
225
+ DeleteFlowCommandOutput,
226
+ } from "./commands/DeleteFlowCommand";
207
227
  import {
208
228
  DeleteFolderCommandInput,
209
229
  DeleteFolderCommandOutput,
@@ -248,6 +268,10 @@ import {
248
268
  DeleteRoleMembershipCommandInput,
249
269
  DeleteRoleMembershipCommandOutput,
250
270
  } from "./commands/DeleteRoleMembershipCommand";
271
+ import {
272
+ DeleteSpaceCommandInput,
273
+ DeleteSpaceCommandOutput,
274
+ } from "./commands/DeleteSpaceCommand";
251
275
  import {
252
276
  DeleteTemplateAliasCommandInput,
253
277
  DeleteTemplateAliasCommandOutput,
@@ -312,6 +336,14 @@ import {
312
336
  DescribeActionConnectorPermissionsCommandInput,
313
337
  DescribeActionConnectorPermissionsCommandOutput,
314
338
  } from "./commands/DescribeActionConnectorPermissionsCommand";
339
+ import {
340
+ DescribeAgentCommandInput,
341
+ DescribeAgentCommandOutput,
342
+ } from "./commands/DescribeAgentCommand";
343
+ import {
344
+ DescribeAgentPermissionsCommandInput,
345
+ DescribeAgentPermissionsCommandOutput,
346
+ } from "./commands/DescribeAgentPermissionsCommand";
315
347
  import {
316
348
  DescribeAnalysisCommandInput,
317
349
  DescribeAnalysisCommandOutput,
@@ -400,6 +432,10 @@ import {
400
432
  DescribeDefaultQBusinessApplicationCommandInput,
401
433
  DescribeDefaultQBusinessApplicationCommandOutput,
402
434
  } from "./commands/DescribeDefaultQBusinessApplicationCommand";
435
+ import {
436
+ DescribeFlowCommandInput,
437
+ DescribeFlowCommandOutput,
438
+ } from "./commands/DescribeFlowCommand";
403
439
  import {
404
440
  DescribeFolderCommandInput,
405
441
  DescribeFolderCommandOutput,
@@ -464,6 +500,14 @@ import {
464
500
  DescribeSelfUpgradeConfigurationCommandInput,
465
501
  DescribeSelfUpgradeConfigurationCommandOutput,
466
502
  } from "./commands/DescribeSelfUpgradeConfigurationCommand";
503
+ import {
504
+ DescribeSpaceCommandInput,
505
+ DescribeSpaceCommandOutput,
506
+ } from "./commands/DescribeSpaceCommand";
507
+ import {
508
+ DescribeSpacePermissionsCommandInput,
509
+ DescribeSpacePermissionsCommandOutput,
510
+ } from "./commands/DescribeSpacePermissionsCommand";
467
511
  import {
468
512
  DescribeTemplateAliasCommandInput,
469
513
  DescribeTemplateAliasCommandOutput,
@@ -552,6 +596,10 @@ import {
552
596
  ListActionConnectorsCommandInput,
553
597
  ListActionConnectorsCommandOutput,
554
598
  } from "./commands/ListActionConnectorsCommand";
599
+ import {
600
+ ListAgentsCommandInput,
601
+ ListAgentsCommandOutput,
602
+ } from "./commands/ListAgentsCommand";
555
603
  import {
556
604
  ListAnalysesCommandInput,
557
605
  ListAnalysesCommandOutput,
@@ -648,6 +696,14 @@ import {
648
696
  ListSelfUpgradesCommandInput,
649
697
  ListSelfUpgradesCommandOutput,
650
698
  } from "./commands/ListSelfUpgradesCommand";
699
+ import {
700
+ ListSpaceResourcesCommandInput,
701
+ ListSpaceResourcesCommandOutput,
702
+ } from "./commands/ListSpaceResourcesCommand";
703
+ import {
704
+ ListSpacesCommandInput,
705
+ ListSpacesCommandOutput,
706
+ } from "./commands/ListSpacesCommand";
651
707
  import {
652
708
  ListTagsForResourceCommandInput,
653
709
  ListTagsForResourceCommandOutput,
@@ -720,6 +776,10 @@ import {
720
776
  SearchActionConnectorsCommandInput,
721
777
  SearchActionConnectorsCommandOutput,
722
778
  } from "./commands/SearchActionConnectorsCommand";
779
+ import {
780
+ SearchAgentsCommandInput,
781
+ SearchAgentsCommandOutput,
782
+ } from "./commands/SearchAgentsCommand";
723
783
  import {
724
784
  SearchAnalysesCommandInput,
725
785
  SearchAnalysesCommandOutput,
@@ -748,6 +808,10 @@ import {
748
808
  SearchGroupsCommandInput,
749
809
  SearchGroupsCommandOutput,
750
810
  } from "./commands/SearchGroupsCommand";
811
+ import {
812
+ SearchSpacesCommandInput,
813
+ SearchSpacesCommandOutput,
814
+ } from "./commands/SearchSpacesCommand";
751
815
  import {
752
816
  SearchTopicsCommandInput,
753
817
  SearchTopicsCommandOutput,
@@ -800,6 +864,14 @@ import {
800
864
  UpdateActionConnectorPermissionsCommandInput,
801
865
  UpdateActionConnectorPermissionsCommandOutput,
802
866
  } from "./commands/UpdateActionConnectorPermissionsCommand";
867
+ import {
868
+ UpdateAgentCommandInput,
869
+ UpdateAgentCommandOutput,
870
+ } from "./commands/UpdateAgentCommand";
871
+ import {
872
+ UpdateAgentPermissionsCommandInput,
873
+ UpdateAgentPermissionsCommandOutput,
874
+ } from "./commands/UpdateAgentPermissionsCommand";
803
875
  import {
804
876
  UpdateAnalysisCommandInput,
805
877
  UpdateAnalysisCommandOutput,
@@ -868,6 +940,10 @@ import {
868
940
  UpdateDefaultQBusinessApplicationCommandInput,
869
941
  UpdateDefaultQBusinessApplicationCommandOutput,
870
942
  } from "./commands/UpdateDefaultQBusinessApplicationCommand";
943
+ import {
944
+ UpdateFlowCommandInput,
945
+ UpdateFlowCommandOutput,
946
+ } from "./commands/UpdateFlowCommand";
871
947
  import {
872
948
  UpdateFlowPermissionsCommandInput,
873
949
  UpdateFlowPermissionsCommandOutput,
@@ -932,6 +1008,18 @@ import {
932
1008
  UpdateSelfUpgradeConfigurationCommandInput,
933
1009
  UpdateSelfUpgradeConfigurationCommandOutput,
934
1010
  } from "./commands/UpdateSelfUpgradeConfigurationCommand";
1011
+ import {
1012
+ UpdateSpaceCommandInput,
1013
+ UpdateSpaceCommandOutput,
1014
+ } from "./commands/UpdateSpaceCommand";
1015
+ import {
1016
+ UpdateSpacePermissionsCommandInput,
1017
+ UpdateSpacePermissionsCommandOutput,
1018
+ } from "./commands/UpdateSpacePermissionsCommand";
1019
+ import {
1020
+ UpdateSpaceResourcesCommandInput,
1021
+ UpdateSpaceResourcesCommandOutput,
1022
+ } from "./commands/UpdateSpaceResourcesCommand";
935
1023
  import {
936
1024
  UpdateSPICECapacityConfigurationCommandInput,
937
1025
  UpdateSPICECapacityConfigurationCommandOutput,
@@ -998,12 +1086,14 @@ export type ServiceInputTypes =
998
1086
  | CreateAccountCustomizationCommandInput
999
1087
  | CreateAccountSubscriptionCommandInput
1000
1088
  | CreateActionConnectorCommandInput
1089
+ | CreateAgentCommandInput
1001
1090
  | CreateAnalysisCommandInput
1002
1091
  | CreateBrandCommandInput
1003
1092
  | CreateCustomPermissionsCommandInput
1004
1093
  | CreateDashboardCommandInput
1005
1094
  | CreateDataSetCommandInput
1006
1095
  | CreateDataSourceCommandInput
1096
+ | CreateFlowCommandInput
1007
1097
  | CreateFolderCommandInput
1008
1098
  | CreateFolderMembershipCommandInput
1009
1099
  | CreateGroupCommandInput
@@ -1014,6 +1104,7 @@ export type ServiceInputTypes =
1014
1104
  | CreateOAuthClientApplicationCommandInput
1015
1105
  | CreateRefreshScheduleCommandInput
1016
1106
  | CreateRoleMembershipCommandInput
1107
+ | CreateSpaceCommandInput
1017
1108
  | CreateTemplateAliasCommandInput
1018
1109
  | CreateTemplateCommandInput
1019
1110
  | CreateThemeAliasCommandInput
@@ -1025,6 +1116,7 @@ export type ServiceInputTypes =
1025
1116
  | DeleteAccountCustomizationCommandInput
1026
1117
  | DeleteAccountSubscriptionCommandInput
1027
1118
  | DeleteActionConnectorCommandInput
1119
+ | DeleteAgentCommandInput
1028
1120
  | DeleteAnalysisCommandInput
1029
1121
  | DeleteBrandAssignmentCommandInput
1030
1122
  | DeleteBrandCommandInput
@@ -1034,6 +1126,7 @@ export type ServiceInputTypes =
1034
1126
  | DeleteDataSetRefreshPropertiesCommandInput
1035
1127
  | DeleteDataSourceCommandInput
1036
1128
  | DeleteDefaultQBusinessApplicationCommandInput
1129
+ | DeleteFlowCommandInput
1037
1130
  | DeleteFolderCommandInput
1038
1131
  | DeleteFolderMembershipCommandInput
1039
1132
  | DeleteGroupCommandInput
@@ -1045,6 +1138,7 @@ export type ServiceInputTypes =
1045
1138
  | DeleteRefreshScheduleCommandInput
1046
1139
  | DeleteRoleCustomPermissionCommandInput
1047
1140
  | DeleteRoleMembershipCommandInput
1141
+ | DeleteSpaceCommandInput
1048
1142
  | DeleteTemplateAliasCommandInput
1049
1143
  | DeleteTemplateCommandInput
1050
1144
  | DeleteThemeAliasCommandInput
@@ -1061,6 +1155,8 @@ export type ServiceInputTypes =
1061
1155
  | DescribeAccountSubscriptionCommandInput
1062
1156
  | DescribeActionConnectorCommandInput
1063
1157
  | DescribeActionConnectorPermissionsCommandInput
1158
+ | DescribeAgentCommandInput
1159
+ | DescribeAgentPermissionsCommandInput
1064
1160
  | DescribeAnalysisCommandInput
1065
1161
  | DescribeAnalysisDefinitionCommandInput
1066
1162
  | DescribeAnalysisPermissionsCommandInput
@@ -1083,6 +1179,7 @@ export type ServiceInputTypes =
1083
1179
  | DescribeDataSourceCommandInput
1084
1180
  | DescribeDataSourcePermissionsCommandInput
1085
1181
  | DescribeDefaultQBusinessApplicationCommandInput
1182
+ | DescribeFlowCommandInput
1086
1183
  | DescribeFolderCommandInput
1087
1184
  | DescribeFolderPermissionsCommandInput
1088
1185
  | DescribeFolderResolvedPermissionsCommandInput
@@ -1099,6 +1196,8 @@ export type ServiceInputTypes =
1099
1196
  | DescribeRefreshScheduleCommandInput
1100
1197
  | DescribeRoleCustomPermissionCommandInput
1101
1198
  | DescribeSelfUpgradeConfigurationCommandInput
1199
+ | DescribeSpaceCommandInput
1200
+ | DescribeSpacePermissionsCommandInput
1102
1201
  | DescribeTemplateAliasCommandInput
1103
1202
  | DescribeTemplateCommandInput
1104
1203
  | DescribeTemplateDefinitionCommandInput
@@ -1121,6 +1220,7 @@ export type ServiceInputTypes =
1121
1220
  | GetIdentityContextCommandInput
1122
1221
  | GetSessionEmbedUrlCommandInput
1123
1222
  | ListActionConnectorsCommandInput
1223
+ | ListAgentsCommandInput
1124
1224
  | ListAnalysesCommandInput
1125
1225
  | ListAssetBundleExportJobsCommandInput
1126
1226
  | ListAssetBundleImportJobsCommandInput
@@ -1145,6 +1245,8 @@ export type ServiceInputTypes =
1145
1245
  | ListRefreshSchedulesCommandInput
1146
1246
  | ListRoleMembershipsCommandInput
1147
1247
  | ListSelfUpgradesCommandInput
1248
+ | ListSpaceResourcesCommandInput
1249
+ | ListSpacesCommandInput
1148
1250
  | ListTagsForResourceCommandInput
1149
1251
  | ListTemplateAliasesCommandInput
1150
1252
  | ListTemplateVersionsCommandInput
@@ -1163,6 +1265,7 @@ export type ServiceInputTypes =
1163
1265
  | RegisterUserCommandInput
1164
1266
  | RestoreAnalysisCommandInput
1165
1267
  | SearchActionConnectorsCommandInput
1268
+ | SearchAgentsCommandInput
1166
1269
  | SearchAnalysesCommandInput
1167
1270
  | SearchDashboardsCommandInput
1168
1271
  | SearchDataSetsCommandInput
@@ -1170,6 +1273,7 @@ export type ServiceInputTypes =
1170
1273
  | SearchFlowsCommandInput
1171
1274
  | SearchFoldersCommandInput
1172
1275
  | SearchGroupsCommandInput
1276
+ | SearchSpacesCommandInput
1173
1277
  | SearchTopicsCommandInput
1174
1278
  | StartAssetBundleExportJobCommandInput
1175
1279
  | StartAssetBundleImportJobCommandInput
@@ -1183,6 +1287,8 @@ export type ServiceInputTypes =
1183
1287
  | UpdateAccountSettingsCommandInput
1184
1288
  | UpdateActionConnectorCommandInput
1185
1289
  | UpdateActionConnectorPermissionsCommandInput
1290
+ | UpdateAgentCommandInput
1291
+ | UpdateAgentPermissionsCommandInput
1186
1292
  | UpdateAnalysisCommandInput
1187
1293
  | UpdateAnalysisPermissionsCommandInput
1188
1294
  | UpdateApplicationWithTokenExchangeGrantCommandInput
@@ -1200,6 +1306,7 @@ export type ServiceInputTypes =
1200
1306
  | UpdateDataSourceCommandInput
1201
1307
  | UpdateDataSourcePermissionsCommandInput
1202
1308
  | UpdateDefaultQBusinessApplicationCommandInput
1309
+ | UpdateFlowCommandInput
1203
1310
  | UpdateFlowPermissionsCommandInput
1204
1311
  | UpdateFolderCommandInput
1205
1312
  | UpdateFolderPermissionsCommandInput
@@ -1217,6 +1324,9 @@ export type ServiceInputTypes =
1217
1324
  | UpdateSPICECapacityConfigurationCommandInput
1218
1325
  | UpdateSelfUpgradeCommandInput
1219
1326
  | UpdateSelfUpgradeConfigurationCommandInput
1327
+ | UpdateSpaceCommandInput
1328
+ | UpdateSpacePermissionsCommandInput
1329
+ | UpdateSpaceResourcesCommandInput
1220
1330
  | UpdateTemplateAliasCommandInput
1221
1331
  | UpdateTemplateCommandInput
1222
1332
  | UpdateTemplatePermissionsCommandInput
@@ -1236,12 +1346,14 @@ export type ServiceOutputTypes =
1236
1346
  | CreateAccountCustomizationCommandOutput
1237
1347
  | CreateAccountSubscriptionCommandOutput
1238
1348
  | CreateActionConnectorCommandOutput
1349
+ | CreateAgentCommandOutput
1239
1350
  | CreateAnalysisCommandOutput
1240
1351
  | CreateBrandCommandOutput
1241
1352
  | CreateCustomPermissionsCommandOutput
1242
1353
  | CreateDashboardCommandOutput
1243
1354
  | CreateDataSetCommandOutput
1244
1355
  | CreateDataSourceCommandOutput
1356
+ | CreateFlowCommandOutput
1245
1357
  | CreateFolderCommandOutput
1246
1358
  | CreateFolderMembershipCommandOutput
1247
1359
  | CreateGroupCommandOutput
@@ -1252,6 +1364,7 @@ export type ServiceOutputTypes =
1252
1364
  | CreateOAuthClientApplicationCommandOutput
1253
1365
  | CreateRefreshScheduleCommandOutput
1254
1366
  | CreateRoleMembershipCommandOutput
1367
+ | CreateSpaceCommandOutput
1255
1368
  | CreateTemplateAliasCommandOutput
1256
1369
  | CreateTemplateCommandOutput
1257
1370
  | CreateThemeAliasCommandOutput
@@ -1263,6 +1376,7 @@ export type ServiceOutputTypes =
1263
1376
  | DeleteAccountCustomizationCommandOutput
1264
1377
  | DeleteAccountSubscriptionCommandOutput
1265
1378
  | DeleteActionConnectorCommandOutput
1379
+ | DeleteAgentCommandOutput
1266
1380
  | DeleteAnalysisCommandOutput
1267
1381
  | DeleteBrandAssignmentCommandOutput
1268
1382
  | DeleteBrandCommandOutput
@@ -1272,6 +1386,7 @@ export type ServiceOutputTypes =
1272
1386
  | DeleteDataSetRefreshPropertiesCommandOutput
1273
1387
  | DeleteDataSourceCommandOutput
1274
1388
  | DeleteDefaultQBusinessApplicationCommandOutput
1389
+ | DeleteFlowCommandOutput
1275
1390
  | DeleteFolderCommandOutput
1276
1391
  | DeleteFolderMembershipCommandOutput
1277
1392
  | DeleteGroupCommandOutput
@@ -1283,6 +1398,7 @@ export type ServiceOutputTypes =
1283
1398
  | DeleteRefreshScheduleCommandOutput
1284
1399
  | DeleteRoleCustomPermissionCommandOutput
1285
1400
  | DeleteRoleMembershipCommandOutput
1401
+ | DeleteSpaceCommandOutput
1286
1402
  | DeleteTemplateAliasCommandOutput
1287
1403
  | DeleteTemplateCommandOutput
1288
1404
  | DeleteThemeAliasCommandOutput
@@ -1299,6 +1415,8 @@ export type ServiceOutputTypes =
1299
1415
  | DescribeAccountSubscriptionCommandOutput
1300
1416
  | DescribeActionConnectorCommandOutput
1301
1417
  | DescribeActionConnectorPermissionsCommandOutput
1418
+ | DescribeAgentCommandOutput
1419
+ | DescribeAgentPermissionsCommandOutput
1302
1420
  | DescribeAnalysisCommandOutput
1303
1421
  | DescribeAnalysisDefinitionCommandOutput
1304
1422
  | DescribeAnalysisPermissionsCommandOutput
@@ -1321,6 +1439,7 @@ export type ServiceOutputTypes =
1321
1439
  | DescribeDataSourceCommandOutput
1322
1440
  | DescribeDataSourcePermissionsCommandOutput
1323
1441
  | DescribeDefaultQBusinessApplicationCommandOutput
1442
+ | DescribeFlowCommandOutput
1324
1443
  | DescribeFolderCommandOutput
1325
1444
  | DescribeFolderPermissionsCommandOutput
1326
1445
  | DescribeFolderResolvedPermissionsCommandOutput
@@ -1337,6 +1456,8 @@ export type ServiceOutputTypes =
1337
1456
  | DescribeRefreshScheduleCommandOutput
1338
1457
  | DescribeRoleCustomPermissionCommandOutput
1339
1458
  | DescribeSelfUpgradeConfigurationCommandOutput
1459
+ | DescribeSpaceCommandOutput
1460
+ | DescribeSpacePermissionsCommandOutput
1340
1461
  | DescribeTemplateAliasCommandOutput
1341
1462
  | DescribeTemplateCommandOutput
1342
1463
  | DescribeTemplateDefinitionCommandOutput
@@ -1359,6 +1480,7 @@ export type ServiceOutputTypes =
1359
1480
  | GetIdentityContextCommandOutput
1360
1481
  | GetSessionEmbedUrlCommandOutput
1361
1482
  | ListActionConnectorsCommandOutput
1483
+ | ListAgentsCommandOutput
1362
1484
  | ListAnalysesCommandOutput
1363
1485
  | ListAssetBundleExportJobsCommandOutput
1364
1486
  | ListAssetBundleImportJobsCommandOutput
@@ -1383,6 +1505,8 @@ export type ServiceOutputTypes =
1383
1505
  | ListRefreshSchedulesCommandOutput
1384
1506
  | ListRoleMembershipsCommandOutput
1385
1507
  | ListSelfUpgradesCommandOutput
1508
+ | ListSpaceResourcesCommandOutput
1509
+ | ListSpacesCommandOutput
1386
1510
  | ListTagsForResourceCommandOutput
1387
1511
  | ListTemplateAliasesCommandOutput
1388
1512
  | ListTemplateVersionsCommandOutput
@@ -1401,6 +1525,7 @@ export type ServiceOutputTypes =
1401
1525
  | RegisterUserCommandOutput
1402
1526
  | RestoreAnalysisCommandOutput
1403
1527
  | SearchActionConnectorsCommandOutput
1528
+ | SearchAgentsCommandOutput
1404
1529
  | SearchAnalysesCommandOutput
1405
1530
  | SearchDashboardsCommandOutput
1406
1531
  | SearchDataSetsCommandOutput
@@ -1408,6 +1533,7 @@ export type ServiceOutputTypes =
1408
1533
  | SearchFlowsCommandOutput
1409
1534
  | SearchFoldersCommandOutput
1410
1535
  | SearchGroupsCommandOutput
1536
+ | SearchSpacesCommandOutput
1411
1537
  | SearchTopicsCommandOutput
1412
1538
  | StartAssetBundleExportJobCommandOutput
1413
1539
  | StartAssetBundleImportJobCommandOutput
@@ -1421,6 +1547,8 @@ export type ServiceOutputTypes =
1421
1547
  | UpdateAccountSettingsCommandOutput
1422
1548
  | UpdateActionConnectorCommandOutput
1423
1549
  | UpdateActionConnectorPermissionsCommandOutput
1550
+ | UpdateAgentCommandOutput
1551
+ | UpdateAgentPermissionsCommandOutput
1424
1552
  | UpdateAnalysisCommandOutput
1425
1553
  | UpdateAnalysisPermissionsCommandOutput
1426
1554
  | UpdateApplicationWithTokenExchangeGrantCommandOutput
@@ -1438,6 +1566,7 @@ export type ServiceOutputTypes =
1438
1566
  | UpdateDataSourceCommandOutput
1439
1567
  | UpdateDataSourcePermissionsCommandOutput
1440
1568
  | UpdateDefaultQBusinessApplicationCommandOutput
1569
+ | UpdateFlowCommandOutput
1441
1570
  | UpdateFlowPermissionsCommandOutput
1442
1571
  | UpdateFolderCommandOutput
1443
1572
  | UpdateFolderPermissionsCommandOutput
@@ -1455,6 +1584,9 @@ export type ServiceOutputTypes =
1455
1584
  | UpdateSPICECapacityConfigurationCommandOutput
1456
1585
  | UpdateSelfUpgradeCommandOutput
1457
1586
  | UpdateSelfUpgradeConfigurationCommandOutput
1587
+ | UpdateSpaceCommandOutput
1588
+ | UpdateSpacePermissionsCommandOutput
1589
+ | UpdateSpaceResourcesCommandOutput
1458
1590
  | UpdateTemplateAliasCommandOutput
1459
1591
  | UpdateTemplateCommandOutput
1460
1592
  | UpdateTemplatePermissionsCommandOutput
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateAgentRequest, CreateAgentResponse } from "../models/models_2";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateAgentCommandInput extends CreateAgentRequest {}
12
+ export interface CreateAgentCommandOutput
13
+ extends CreateAgentResponse,
14
+ __MetadataBearer {}
15
+ declare const CreateAgentCommand_base: {
16
+ new (
17
+ input: CreateAgentCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ CreateAgentCommandInput,
20
+ CreateAgentCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: CreateAgentCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ CreateAgentCommandInput,
29
+ CreateAgentCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class CreateAgentCommand extends CreateAgentCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: CreateAgentRequest;
42
+ output: CreateAgentResponse;
43
+ };
44
+ sdk: {
45
+ input: CreateAgentCommandInput;
46
+ output: CreateAgentCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateFlowRequest, CreateFlowResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateFlowCommandInput extends CreateFlowRequest {}
12
+ export interface CreateFlowCommandOutput
13
+ extends CreateFlowResponse,
14
+ __MetadataBearer {}
15
+ declare const CreateFlowCommand_base: {
16
+ new (
17
+ input: CreateFlowCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ CreateFlowCommandInput,
20
+ CreateFlowCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: CreateFlowCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ CreateFlowCommandInput,
29
+ CreateFlowCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class CreateFlowCommand extends CreateFlowCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: CreateFlowRequest;
42
+ output: CreateFlowResponse;
43
+ };
44
+ sdk: {
45
+ input: CreateFlowCommandInput;
46
+ output: CreateFlowCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateSpaceRequest, CreateSpaceResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateSpaceCommandInput extends CreateSpaceRequest {}
12
+ export interface CreateSpaceCommandOutput
13
+ extends CreateSpaceResponse,
14
+ __MetadataBearer {}
15
+ declare const CreateSpaceCommand_base: {
16
+ new (
17
+ input: CreateSpaceCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ CreateSpaceCommandInput,
20
+ CreateSpaceCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: CreateSpaceCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ CreateSpaceCommandInput,
29
+ CreateSpaceCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class CreateSpaceCommand extends CreateSpaceCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: CreateSpaceRequest;
42
+ output: CreateSpaceResponse;
43
+ };
44
+ sdk: {
45
+ input: CreateSpaceCommandInput;
46
+ output: CreateSpaceCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteAgentCommandInput extends DeleteAgentRequest {}
12
+ export interface DeleteAgentCommandOutput
13
+ extends DeleteAgentResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteAgentCommand_base: {
16
+ new (
17
+ input: DeleteAgentCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DeleteAgentCommandInput,
20
+ DeleteAgentCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteAgentCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DeleteAgentCommandInput,
29
+ DeleteAgentCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DeleteAgentRequest;
42
+ output: DeleteAgentResponse;
43
+ };
44
+ sdk: {
45
+ input: DeleteAgentCommandInput;
46
+ output: DeleteAgentCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
12
+ export interface DeleteFlowCommandOutput
13
+ extends DeleteFlowResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteFlowCommand_base: {
16
+ new (
17
+ input: DeleteFlowCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DeleteFlowCommandInput,
20
+ DeleteFlowCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteFlowCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DeleteFlowCommandInput,
29
+ DeleteFlowCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DeleteFlowRequest;
42
+ output: DeleteFlowResponse;
43
+ };
44
+ sdk: {
45
+ input: DeleteFlowCommandInput;
46
+ output: DeleteFlowCommandOutput;
47
+ };
48
+ };
49
+ }