@aws-sdk/client-quicksight 3.1057.0 → 3.1058.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +2 -2
@@ -4,12 +4,14 @@ export * from "./CancelIngestionCommand";
4
4
  export * from "./CreateAccountCustomizationCommand";
5
5
  export * from "./CreateAccountSubscriptionCommand";
6
6
  export * from "./CreateActionConnectorCommand";
7
+ export * from "./CreateAgentCommand";
7
8
  export * from "./CreateAnalysisCommand";
8
9
  export * from "./CreateBrandCommand";
9
10
  export * from "./CreateCustomPermissionsCommand";
10
11
  export * from "./CreateDashboardCommand";
11
12
  export * from "./CreateDataSetCommand";
12
13
  export * from "./CreateDataSourceCommand";
14
+ export * from "./CreateFlowCommand";
13
15
  export * from "./CreateFolderCommand";
14
16
  export * from "./CreateFolderMembershipCommand";
15
17
  export * from "./CreateGroupCommand";
@@ -20,6 +22,7 @@ export * from "./CreateNamespaceCommand";
20
22
  export * from "./CreateOAuthClientApplicationCommand";
21
23
  export * from "./CreateRefreshScheduleCommand";
22
24
  export * from "./CreateRoleMembershipCommand";
25
+ export * from "./CreateSpaceCommand";
23
26
  export * from "./CreateTemplateAliasCommand";
24
27
  export * from "./CreateTemplateCommand";
25
28
  export * from "./CreateThemeAliasCommand";
@@ -31,6 +34,7 @@ export * from "./DeleteAccountCustomPermissionCommand";
31
34
  export * from "./DeleteAccountCustomizationCommand";
32
35
  export * from "./DeleteAccountSubscriptionCommand";
33
36
  export * from "./DeleteActionConnectorCommand";
37
+ export * from "./DeleteAgentCommand";
34
38
  export * from "./DeleteAnalysisCommand";
35
39
  export * from "./DeleteBrandAssignmentCommand";
36
40
  export * from "./DeleteBrandCommand";
@@ -40,6 +44,7 @@ export * from "./DeleteDataSetCommand";
40
44
  export * from "./DeleteDataSetRefreshPropertiesCommand";
41
45
  export * from "./DeleteDataSourceCommand";
42
46
  export * from "./DeleteDefaultQBusinessApplicationCommand";
47
+ export * from "./DeleteFlowCommand";
43
48
  export * from "./DeleteFolderCommand";
44
49
  export * from "./DeleteFolderMembershipCommand";
45
50
  export * from "./DeleteGroupCommand";
@@ -51,6 +56,7 @@ export * from "./DeleteOAuthClientApplicationCommand";
51
56
  export * from "./DeleteRefreshScheduleCommand";
52
57
  export * from "./DeleteRoleCustomPermissionCommand";
53
58
  export * from "./DeleteRoleMembershipCommand";
59
+ export * from "./DeleteSpaceCommand";
54
60
  export * from "./DeleteTemplateAliasCommand";
55
61
  export * from "./DeleteTemplateCommand";
56
62
  export * from "./DeleteThemeAliasCommand";
@@ -67,6 +73,8 @@ export * from "./DescribeAccountSettingsCommand";
67
73
  export * from "./DescribeAccountSubscriptionCommand";
68
74
  export * from "./DescribeActionConnectorCommand";
69
75
  export * from "./DescribeActionConnectorPermissionsCommand";
76
+ export * from "./DescribeAgentCommand";
77
+ export * from "./DescribeAgentPermissionsCommand";
70
78
  export * from "./DescribeAnalysisCommand";
71
79
  export * from "./DescribeAnalysisDefinitionCommand";
72
80
  export * from "./DescribeAnalysisPermissionsCommand";
@@ -89,6 +97,7 @@ export * from "./DescribeDataSetRefreshPropertiesCommand";
89
97
  export * from "./DescribeDataSourceCommand";
90
98
  export * from "./DescribeDataSourcePermissionsCommand";
91
99
  export * from "./DescribeDefaultQBusinessApplicationCommand";
100
+ export * from "./DescribeFlowCommand";
92
101
  export * from "./DescribeFolderCommand";
93
102
  export * from "./DescribeFolderPermissionsCommand";
94
103
  export * from "./DescribeFolderResolvedPermissionsCommand";
@@ -105,6 +114,8 @@ export * from "./DescribeQuickSightQSearchConfigurationCommand";
105
114
  export * from "./DescribeRefreshScheduleCommand";
106
115
  export * from "./DescribeRoleCustomPermissionCommand";
107
116
  export * from "./DescribeSelfUpgradeConfigurationCommand";
117
+ export * from "./DescribeSpaceCommand";
118
+ export * from "./DescribeSpacePermissionsCommand";
108
119
  export * from "./DescribeTemplateAliasCommand";
109
120
  export * from "./DescribeTemplateCommand";
110
121
  export * from "./DescribeTemplateDefinitionCommand";
@@ -127,6 +138,7 @@ export * from "./GetFlowPermissionsCommand";
127
138
  export * from "./GetIdentityContextCommand";
128
139
  export * from "./GetSessionEmbedUrlCommand";
129
140
  export * from "./ListActionConnectorsCommand";
141
+ export * from "./ListAgentsCommand";
130
142
  export * from "./ListAnalysesCommand";
131
143
  export * from "./ListAssetBundleExportJobsCommand";
132
144
  export * from "./ListAssetBundleImportJobsCommand";
@@ -151,6 +163,8 @@ export * from "./ListOAuthClientApplicationsCommand";
151
163
  export * from "./ListRefreshSchedulesCommand";
152
164
  export * from "./ListRoleMembershipsCommand";
153
165
  export * from "./ListSelfUpgradesCommand";
166
+ export * from "./ListSpaceResourcesCommand";
167
+ export * from "./ListSpacesCommand";
154
168
  export * from "./ListTagsForResourceCommand";
155
169
  export * from "./ListTemplateAliasesCommand";
156
170
  export * from "./ListTemplateVersionsCommand";
@@ -169,6 +183,7 @@ export * from "./PutDataSetRefreshPropertiesCommand";
169
183
  export * from "./RegisterUserCommand";
170
184
  export * from "./RestoreAnalysisCommand";
171
185
  export * from "./SearchActionConnectorsCommand";
186
+ export * from "./SearchAgentsCommand";
172
187
  export * from "./SearchAnalysesCommand";
173
188
  export * from "./SearchDashboardsCommand";
174
189
  export * from "./SearchDataSetsCommand";
@@ -176,6 +191,7 @@ export * from "./SearchDataSourcesCommand";
176
191
  export * from "./SearchFlowsCommand";
177
192
  export * from "./SearchFoldersCommand";
178
193
  export * from "./SearchGroupsCommand";
194
+ export * from "./SearchSpacesCommand";
179
195
  export * from "./SearchTopicsCommand";
180
196
  export * from "./StartAssetBundleExportJobCommand";
181
197
  export * from "./StartAssetBundleImportJobCommand";
@@ -189,6 +205,8 @@ export * from "./UpdateAccountCustomizationCommand";
189
205
  export * from "./UpdateAccountSettingsCommand";
190
206
  export * from "./UpdateActionConnectorCommand";
191
207
  export * from "./UpdateActionConnectorPermissionsCommand";
208
+ export * from "./UpdateAgentCommand";
209
+ export * from "./UpdateAgentPermissionsCommand";
192
210
  export * from "./UpdateAnalysisCommand";
193
211
  export * from "./UpdateAnalysisPermissionsCommand";
194
212
  export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
@@ -206,6 +224,7 @@ export * from "./UpdateDataSetPermissionsCommand";
206
224
  export * from "./UpdateDataSourceCommand";
207
225
  export * from "./UpdateDataSourcePermissionsCommand";
208
226
  export * from "./UpdateDefaultQBusinessApplicationCommand";
227
+ export * from "./UpdateFlowCommand";
209
228
  export * from "./UpdateFlowPermissionsCommand";
210
229
  export * from "./UpdateFolderCommand";
211
230
  export * from "./UpdateFolderPermissionsCommand";
@@ -223,6 +242,9 @@ export * from "./UpdateRoleCustomPermissionCommand";
223
242
  export * from "./UpdateSPICECapacityConfigurationCommand";
224
243
  export * from "./UpdateSelfUpgradeCommand";
225
244
  export * from "./UpdateSelfUpgradeConfigurationCommand";
245
+ export * from "./UpdateSpaceCommand";
246
+ export * from "./UpdateSpacePermissionsCommand";
247
+ export * from "./UpdateSpaceResourcesCommand";
226
248
  export * from "./UpdateTemplateAliasCommand";
227
249
  export * from "./UpdateTemplateCommand";
228
250
  export * from "./UpdateTemplatePermissionsCommand";
@@ -75,6 +75,26 @@ export const DashboardBehavior = {
75
75
  DISABLED: "DISABLED",
76
76
  ENABLED: "ENABLED",
77
77
  };
78
+ export const AgentLifecycle = {
79
+ PREVIEW: "PREVIEW",
80
+ PUBLISHED: "PUBLISHED",
81
+ };
82
+ export const AgentStatus = {
83
+ ACTIVE: "ACTIVE",
84
+ CREATING: "CREATING",
85
+ FAILED: "FAILED",
86
+ UPDATING: "UPDATING",
87
+ };
88
+ export const AgentOwnershipFilterAttribute = {
89
+ AGENT_NAME: "AGENT_NAME",
90
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
91
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
92
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
93
+ };
94
+ export const ComparisonOperator = {
95
+ StringEquals: "StringEquals",
96
+ StringLike: "StringLike",
97
+ };
78
98
  export const AggType = {
79
99
  AVERAGE: "AVERAGE",
80
100
  COLUMN: "COLUMN",
@@ -1497,6 +1517,11 @@ export const SnapshotJobStatus = {
1497
1517
  QUEUED: "QUEUED",
1498
1518
  RUNNING: "RUNNING",
1499
1519
  };
1520
+ export const FlowPublishState = {
1521
+ DRAFT: "DRAFT",
1522
+ PENDING_APPROVAL: "PENDING_APPROVAL",
1523
+ PUBLISHED: "PUBLISHED",
1524
+ };
1500
1525
  export const IngestionErrorType = {
1501
1526
  ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
1502
1527
  CONNECTION_FAILURE: "CONNECTION_FAILURE",
@@ -1574,6 +1599,15 @@ export const SelfUpgradeStatus = {
1574
1599
  ADMIN_APPROVAL: "ADMIN_APPROVAL",
1575
1600
  AUTO_APPROVAL: "AUTO_APPROVAL",
1576
1601
  };
1602
+ export const SpaceQuickSightResourceType = {
1603
+ ACTION_CONNECTOR: "ACTION_CONNECTOR",
1604
+ ARTIFACT: "ARTIFACT",
1605
+ DASHBOARD: "DASHBOARD",
1606
+ DATA_SET: "DATA_SET",
1607
+ KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
1608
+ SPACE: "SPACE",
1609
+ TOPIC: "TOPIC",
1610
+ };
1577
1611
  export const TemplateErrorType = {
1578
1612
  ACCESS_DENIED: "ACCESS_DENIED",
1579
1613
  DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
@@ -1634,11 +1668,6 @@ export const FieldName = {
1634
1668
  FLOW_DESCRIPTION: "assetDescription",
1635
1669
  FLOW_NAME: "assetName",
1636
1670
  };
1637
- export const FlowPublishState = {
1638
- DRAFT: "DRAFT",
1639
- PENDING_APPROVAL: "PENDING_APPROVAL",
1640
- PUBLISHED: "PUBLISHED",
1641
- };
1642
1671
  export const FolderFilterAttribute = {
1643
1672
  DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
1644
1673
  DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
@@ -1687,6 +1716,21 @@ export const SearchFilterOperator = {
1687
1716
  STRING_EQUALS: "StringEquals",
1688
1717
  STRING_LIKE: "StringLike",
1689
1718
  };
1719
+ export const SpaceQuickSightSearchFilterName = {
1720
+ CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE",
1721
+ CONTRIBUTED_BY: "CONTRIBUTED_BY",
1722
+ CREATED_BY: "CREATED_BY",
1723
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
1724
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
1725
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
1726
+ SPACE_ID: "SPACE_ID",
1727
+ SPACE_NAME: "SPACE_NAME",
1728
+ };
1729
+ export const SpaceSearchOperator = {
1730
+ NUMBER_RANGE: "NUMBER_RANGE",
1731
+ STRING_EQUALS: "STRING_EQUALS",
1732
+ STRING_LIKE: "STRING_LIKE",
1733
+ };
1690
1734
  export const TopicFilterAttribute = {
1691
1735
  DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
1692
1736
  DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",