@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
@@ -1,21 +1,56 @@
1
+ import { DocumentType as __DocumentType } from "@smithy/types";
1
2
  import {
3
+ AssignmentStatus,
4
+ DashboardsQAStatus,
5
+ DataSetImportMode,
6
+ DataSourceType,
7
+ PersonalizationMode,
2
8
  PurchaseMode,
9
+ QSearchStatus,
3
10
  ResourceStatus,
11
+ Role,
4
12
  SelfUpgradeAdminAction,
5
13
  SelfUpgradeStatus,
14
+ ServiceType,
15
+ SpaceQuickSightResourceType,
6
16
  UserRole,
7
17
  VisualRole,
8
18
  VPCConnectionAvailabilityStatus,
9
19
  VPCConnectionResourceStatus,
10
20
  } from "./enums";
11
21
  import {
22
+ _Parameters,
23
+ Capabilities,
24
+ ColumnGroup,
25
+ ColumnLevelPermissionRule,
26
+ DashboardPublishOptions,
27
+ DashboardSourceEntity,
28
+ DashboardVersionDefinition,
29
+ DataSourceParameters,
30
+ LinkSharingConfiguration,
12
31
  ResourcePermission,
32
+ SslProperties,
13
33
  TopicIR,
14
34
  TopicTemplate,
15
35
  ValidationStrategy,
36
+ VpcConnectionProperties,
16
37
  } from "./models_2";
17
38
  import {
18
39
  CustomInstructions,
40
+ DataPrepConfiguration,
41
+ DatasetParameter,
42
+ DataSetUsageConfiguration,
43
+ DataSourceCredentials,
44
+ FieldFolder,
45
+ Group,
46
+ LogicalTable,
47
+ PerformanceConfiguration,
48
+ Permission,
49
+ PhysicalTable,
50
+ RefreshSchedule,
51
+ RowLevelPermissionDataSet,
52
+ RowLevelPermissionTagConfiguration,
53
+ SemanticModelConfiguration,
19
54
  TemplateAlias,
20
55
  TemplateSourceEntity,
21
56
  TemplateVersionDefinition,
@@ -24,7 +59,360 @@ import {
24
59
  TopicDetails,
25
60
  TopicRefreshSchedule,
26
61
  } from "./models_3";
27
- import { SelfUpgradeRequestDetail, User } from "./models_4";
62
+ import {
63
+ FailedKeyRegistrationEntry,
64
+ FailedSpaceResourceOperation,
65
+ RegisteredCustomerManagedKey,
66
+ SelfUpgradeRequestDetail,
67
+ SpaceQuickSightResourceDetails,
68
+ User,
69
+ } from "./models_4";
70
+ export interface UpdateBrandAssignmentRequest {
71
+ AwsAccountId: string | undefined;
72
+ BrandArn: string | undefined;
73
+ }
74
+ export interface UpdateBrandAssignmentResponse {
75
+ RequestId?: string | undefined;
76
+ BrandArn?: string | undefined;
77
+ }
78
+ export interface UpdateBrandPublishedVersionRequest {
79
+ AwsAccountId: string | undefined;
80
+ BrandId: string | undefined;
81
+ VersionId: string | undefined;
82
+ }
83
+ export interface UpdateBrandPublishedVersionResponse {
84
+ RequestId?: string | undefined;
85
+ VersionId?: string | undefined;
86
+ }
87
+ export interface UpdateCustomPermissionsRequest {
88
+ AwsAccountId: string | undefined;
89
+ CustomPermissionsName: string | undefined;
90
+ Capabilities?: Capabilities | undefined;
91
+ }
92
+ export interface UpdateCustomPermissionsResponse {
93
+ Status?: number | undefined;
94
+ Arn?: string | undefined;
95
+ RequestId?: string | undefined;
96
+ }
97
+ export interface UpdateDashboardRequest {
98
+ AwsAccountId: string | undefined;
99
+ DashboardId: string | undefined;
100
+ Name: string | undefined;
101
+ SourceEntity?: DashboardSourceEntity | undefined;
102
+ Parameters?: _Parameters | undefined;
103
+ VersionDescription?: string | undefined;
104
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
105
+ ThemeArn?: string | undefined;
106
+ Definition?: DashboardVersionDefinition | undefined;
107
+ ValidationStrategy?: ValidationStrategy | undefined;
108
+ }
109
+ export interface UpdateDashboardResponse {
110
+ Arn?: string | undefined;
111
+ VersionArn?: string | undefined;
112
+ DashboardId?: string | undefined;
113
+ CreationStatus?: ResourceStatus | undefined;
114
+ Status?: number | undefined;
115
+ RequestId?: string | undefined;
116
+ }
117
+ export interface UpdateDashboardLinksRequest {
118
+ AwsAccountId: string | undefined;
119
+ DashboardId: string | undefined;
120
+ LinkEntities: string[] | undefined;
121
+ }
122
+ export interface UpdateDashboardLinksResponse {
123
+ RequestId?: string | undefined;
124
+ Status?: number | undefined;
125
+ DashboardArn?: string | undefined;
126
+ LinkEntities?: string[] | undefined;
127
+ }
128
+ export interface UpdateDashboardPermissionsRequest {
129
+ AwsAccountId: string | undefined;
130
+ DashboardId: string | undefined;
131
+ GrantPermissions?: ResourcePermission[] | undefined;
132
+ RevokePermissions?: ResourcePermission[] | undefined;
133
+ GrantLinkPermissions?: ResourcePermission[] | undefined;
134
+ RevokeLinkPermissions?: ResourcePermission[] | undefined;
135
+ }
136
+ export interface UpdateDashboardPermissionsResponse {
137
+ DashboardArn?: string | undefined;
138
+ DashboardId?: string | undefined;
139
+ Permissions?: ResourcePermission[] | undefined;
140
+ RequestId?: string | undefined;
141
+ Status?: number | undefined;
142
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
143
+ }
144
+ export interface UpdateDashboardPublishedVersionRequest {
145
+ AwsAccountId: string | undefined;
146
+ DashboardId: string | undefined;
147
+ VersionNumber: number | undefined;
148
+ }
149
+ export interface UpdateDashboardPublishedVersionResponse {
150
+ DashboardId?: string | undefined;
151
+ DashboardArn?: string | undefined;
152
+ Status?: number | undefined;
153
+ RequestId?: string | undefined;
154
+ }
155
+ export interface UpdateDashboardsQAConfigurationRequest {
156
+ AwsAccountId: string | undefined;
157
+ DashboardsQAStatus: DashboardsQAStatus | undefined;
158
+ }
159
+ export interface UpdateDashboardsQAConfigurationResponse {
160
+ DashboardsQAStatus?: DashboardsQAStatus | undefined;
161
+ RequestId?: string | undefined;
162
+ Status?: number | undefined;
163
+ }
164
+ export interface UpdateDataSetRequest {
165
+ AwsAccountId: string | undefined;
166
+ DataSetId: string | undefined;
167
+ Name: string | undefined;
168
+ PhysicalTableMap: Record<string, PhysicalTable> | undefined;
169
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
170
+ ImportMode: DataSetImportMode | undefined;
171
+ ColumnGroups?: ColumnGroup[] | undefined;
172
+ FieldFolders?: Record<string, FieldFolder> | undefined;
173
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
174
+ RowLevelPermissionTagConfiguration?:
175
+ | RowLevelPermissionTagConfiguration
176
+ | undefined;
177
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
178
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
179
+ DatasetParameters?: DatasetParameter[] | undefined;
180
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
181
+ DataPrepConfiguration?: DataPrepConfiguration | undefined;
182
+ SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
183
+ }
184
+ export interface UpdateDataSetResponse {
185
+ Arn?: string | undefined;
186
+ DataSetId?: string | undefined;
187
+ IngestionArn?: string | undefined;
188
+ IngestionId?: string | undefined;
189
+ RequestId?: string | undefined;
190
+ Status?: number | undefined;
191
+ }
192
+ export interface UpdateDataSetPermissionsRequest {
193
+ AwsAccountId: string | undefined;
194
+ DataSetId: string | undefined;
195
+ GrantPermissions?: ResourcePermission[] | undefined;
196
+ RevokePermissions?: ResourcePermission[] | undefined;
197
+ }
198
+ export interface UpdateDataSetPermissionsResponse {
199
+ DataSetArn?: string | undefined;
200
+ DataSetId?: string | undefined;
201
+ RequestId?: string | undefined;
202
+ Status?: number | undefined;
203
+ }
204
+ export interface UpdateDataSourceRequest {
205
+ AwsAccountId: string | undefined;
206
+ DataSourceId: string | undefined;
207
+ Name: string | undefined;
208
+ DataSourceParameters?: DataSourceParameters | undefined;
209
+ Credentials?: DataSourceCredentials | undefined;
210
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
211
+ SslProperties?: SslProperties | undefined;
212
+ }
213
+ export interface UpdateDataSourceResponse {
214
+ Arn?: string | undefined;
215
+ DataSourceId?: string | undefined;
216
+ UpdateStatus?: ResourceStatus | undefined;
217
+ RequestId?: string | undefined;
218
+ Status?: number | undefined;
219
+ }
220
+ export interface UpdateDataSourcePermissionsRequest {
221
+ AwsAccountId: string | undefined;
222
+ DataSourceId: string | undefined;
223
+ GrantPermissions?: ResourcePermission[] | undefined;
224
+ RevokePermissions?: ResourcePermission[] | undefined;
225
+ }
226
+ export interface UpdateDataSourcePermissionsResponse {
227
+ DataSourceArn?: string | undefined;
228
+ DataSourceId?: string | undefined;
229
+ RequestId?: string | undefined;
230
+ Status?: number | undefined;
231
+ }
232
+ export interface UpdateDefaultQBusinessApplicationRequest {
233
+ AwsAccountId: string | undefined;
234
+ Namespace?: string | undefined;
235
+ ApplicationId: string | undefined;
236
+ }
237
+ export interface UpdateDefaultQBusinessApplicationResponse {
238
+ RequestId?: string | undefined;
239
+ Status?: number | undefined;
240
+ }
241
+ export interface UpdateFlowRequest {
242
+ AwsAccountId: string | undefined;
243
+ FlowId: string | undefined;
244
+ Name?: string | undefined;
245
+ Description?: string | undefined;
246
+ FlowDefinition?: __DocumentType | undefined;
247
+ ClientToken?: string | undefined;
248
+ }
249
+ export interface UpdateFlowResponse {
250
+ Arn: string | undefined;
251
+ FlowId: string | undefined;
252
+ RequestId?: string | undefined;
253
+ Status?: number | undefined;
254
+ }
255
+ export interface UpdateFlowPermissionsInput {
256
+ AwsAccountId: string | undefined;
257
+ FlowId: string | undefined;
258
+ GrantPermissions?: Permission[] | undefined;
259
+ RevokePermissions?: Permission[] | undefined;
260
+ }
261
+ export interface UpdateFlowPermissionsOutput {
262
+ Status?: number | undefined;
263
+ Arn: string | undefined;
264
+ Permissions: Permission[] | undefined;
265
+ RequestId: string | undefined;
266
+ FlowId: string | undefined;
267
+ }
268
+ export interface UpdateFolderRequest {
269
+ AwsAccountId: string | undefined;
270
+ FolderId: string | undefined;
271
+ Name: string | undefined;
272
+ }
273
+ export interface UpdateFolderResponse {
274
+ Status?: number | undefined;
275
+ Arn?: string | undefined;
276
+ FolderId?: string | undefined;
277
+ RequestId?: string | undefined;
278
+ }
279
+ export interface UpdateFolderPermissionsRequest {
280
+ AwsAccountId: string | undefined;
281
+ FolderId: string | undefined;
282
+ GrantPermissions?: ResourcePermission[] | undefined;
283
+ RevokePermissions?: ResourcePermission[] | undefined;
284
+ }
285
+ export interface UpdateFolderPermissionsResponse {
286
+ Status?: number | undefined;
287
+ Arn?: string | undefined;
288
+ FolderId?: string | undefined;
289
+ Permissions?: ResourcePermission[] | undefined;
290
+ RequestId?: string | undefined;
291
+ }
292
+ export interface UpdateGroupRequest {
293
+ GroupName: string | undefined;
294
+ Description?: string | undefined;
295
+ AwsAccountId: string | undefined;
296
+ Namespace: string | undefined;
297
+ }
298
+ export interface UpdateGroupResponse {
299
+ Group?: Group | undefined;
300
+ RequestId?: string | undefined;
301
+ Status?: number | undefined;
302
+ }
303
+ export interface UpdateIAMPolicyAssignmentRequest {
304
+ AwsAccountId: string | undefined;
305
+ AssignmentName: string | undefined;
306
+ Namespace: string | undefined;
307
+ AssignmentStatus?: AssignmentStatus | undefined;
308
+ PolicyArn?: string | undefined;
309
+ Identities?: Record<string, string[]> | undefined;
310
+ }
311
+ export interface UpdateIAMPolicyAssignmentResponse {
312
+ AssignmentName?: string | undefined;
313
+ AssignmentId?: string | undefined;
314
+ PolicyArn?: string | undefined;
315
+ Identities?: Record<string, string[]> | undefined;
316
+ AssignmentStatus?: AssignmentStatus | undefined;
317
+ RequestId?: string | undefined;
318
+ Status?: number | undefined;
319
+ }
320
+ export interface UpdateIdentityPropagationConfigRequest {
321
+ AwsAccountId: string | undefined;
322
+ Service: ServiceType | undefined;
323
+ AuthorizedTargets?: string[] | undefined;
324
+ }
325
+ export interface UpdateIdentityPropagationConfigResponse {
326
+ RequestId?: string | undefined;
327
+ Status?: number | undefined;
328
+ }
329
+ export interface UpdateIpRestrictionRequest {
330
+ AwsAccountId: string | undefined;
331
+ IpRestrictionRuleMap?: Record<string, string> | undefined;
332
+ VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
333
+ VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
334
+ Enabled?: boolean | undefined;
335
+ }
336
+ export interface UpdateIpRestrictionResponse {
337
+ AwsAccountId?: string | undefined;
338
+ RequestId?: string | undefined;
339
+ Status?: number | undefined;
340
+ }
341
+ export interface UpdateKeyRegistrationRequest {
342
+ AwsAccountId: string | undefined;
343
+ KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
344
+ }
345
+ export interface SuccessfulKeyRegistrationEntry {
346
+ KeyArn: string | undefined;
347
+ StatusCode: number | undefined;
348
+ }
349
+ export interface UpdateKeyRegistrationResponse {
350
+ FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
351
+ SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
352
+ RequestId?: string | undefined;
353
+ }
354
+ export interface UpdateOAuthClientApplicationRequest {
355
+ AwsAccountId: string | undefined;
356
+ OAuthClientApplicationId: string | undefined;
357
+ Name: string | undefined;
358
+ ClientId?: string | undefined;
359
+ ClientSecret?: string | undefined;
360
+ OAuthTokenEndpointUrl?: string | undefined;
361
+ OAuthAuthorizationEndpointUrl?: string | undefined;
362
+ OAuthScopes?: string | undefined;
363
+ DataSourceType?: DataSourceType | undefined;
364
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
365
+ }
366
+ export interface UpdateOAuthClientApplicationResponse {
367
+ Arn?: string | undefined;
368
+ OAuthClientApplicationId?: string | undefined;
369
+ UpdateStatus?: ResourceStatus | undefined;
370
+ RequestId?: string | undefined;
371
+ Status?: number | undefined;
372
+ }
373
+ export interface UpdatePublicSharingSettingsRequest {
374
+ AwsAccountId: string | undefined;
375
+ PublicSharingEnabled?: boolean | undefined;
376
+ }
377
+ export interface UpdatePublicSharingSettingsResponse {
378
+ RequestId?: string | undefined;
379
+ Status?: number | undefined;
380
+ }
381
+ export interface UpdateQPersonalizationConfigurationRequest {
382
+ AwsAccountId: string | undefined;
383
+ PersonalizationMode: PersonalizationMode | undefined;
384
+ }
385
+ export interface UpdateQPersonalizationConfigurationResponse {
386
+ PersonalizationMode?: PersonalizationMode | undefined;
387
+ RequestId?: string | undefined;
388
+ Status?: number | undefined;
389
+ }
390
+ export interface UpdateQuickSightQSearchConfigurationRequest {
391
+ AwsAccountId: string | undefined;
392
+ QSearchStatus: QSearchStatus | undefined;
393
+ }
394
+ export interface UpdateQuickSightQSearchConfigurationResponse {
395
+ QSearchStatus?: QSearchStatus | undefined;
396
+ RequestId?: string | undefined;
397
+ Status?: number | undefined;
398
+ }
399
+ export interface UpdateRefreshScheduleRequest {
400
+ DataSetId: string | undefined;
401
+ AwsAccountId: string | undefined;
402
+ Schedule: RefreshSchedule | undefined;
403
+ }
404
+ export interface UpdateRefreshScheduleResponse {
405
+ Status?: number | undefined;
406
+ RequestId?: string | undefined;
407
+ ScheduleId?: string | undefined;
408
+ Arn?: string | undefined;
409
+ }
410
+ export interface UpdateRoleCustomPermissionRequest {
411
+ CustomPermissionsName: string | undefined;
412
+ Role: Role | undefined;
413
+ AwsAccountId: string | undefined;
414
+ Namespace: string | undefined;
415
+ }
28
416
  export interface UpdateRoleCustomPermissionResponse {
29
417
  RequestId?: string | undefined;
30
418
  Status?: number | undefined;
@@ -49,6 +437,45 @@ export interface UpdateSelfUpgradeConfigurationResponse {
49
437
  RequestId?: string | undefined;
50
438
  Status?: number | undefined;
51
439
  }
440
+ export interface UpdateSpaceRequest {
441
+ AwsAccountId: string | undefined;
442
+ SpaceId: string | undefined;
443
+ Name?: string | undefined;
444
+ Description?: string | undefined;
445
+ }
446
+ export interface UpdateSpaceResponse {
447
+ spaceId: string | undefined;
448
+ spaceArn?: string | undefined;
449
+ RequestId?: string | undefined;
450
+ }
451
+ export interface UpdateSpacePermissionsRequest {
452
+ AwsAccountId: string | undefined;
453
+ SpaceId: string | undefined;
454
+ GrantPermissions?: ResourcePermission[] | undefined;
455
+ RevokePermissions?: ResourcePermission[] | undefined;
456
+ }
457
+ export interface UpdateSpacePermissionsResponse {
458
+ spaceId: string | undefined;
459
+ spaceArn?: string | undefined;
460
+ permissions?: ResourcePermission[] | undefined;
461
+ requestId?: string | undefined;
462
+ }
463
+ export interface SpaceResourceOperation {
464
+ ResourceType: SpaceQuickSightResourceType | undefined;
465
+ ResourceDetails: SpaceQuickSightResourceDetails | undefined;
466
+ }
467
+ export interface UpdateSpaceResourcesRequest {
468
+ AwsAccountId: string | undefined;
469
+ SpaceId: string | undefined;
470
+ AddResources?: SpaceResourceOperation[] | undefined;
471
+ RemoveResources?: SpaceResourceOperation[] | undefined;
472
+ }
473
+ export interface UpdateSpaceResourcesResponse {
474
+ spaceId: string | undefined;
475
+ spaceArn?: string | undefined;
476
+ FailedResourceOperations?: FailedSpaceResourceOperation[] | undefined;
477
+ RequestId?: string | undefined;
478
+ }
52
479
  export interface UpdateSPICECapacityConfigurationRequest {
53
480
  AwsAccountId: string | undefined;
54
481
  PurchaseMode: PurchaseMode | undefined;