@aws-sdk/client-quicksight 3.321.1 → 3.326.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 (135) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +13 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  15. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  16. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  19. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  21. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  22. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  23. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  24. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  25. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  28. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  30. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  31. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  32. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  33. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  34. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  35. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  37. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  38. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  40. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  41. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  42. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  43. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  44. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4239 -0
  45. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  46. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  47. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4276 -0
  48. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  49. package/dist-types/commands/DescribeDataSetCommand.d.ts +190 -0
  50. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
  51. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +18 -0
  52. package/dist-types/commands/DescribeDataSourceCommand.d.ts +239 -0
  53. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
  54. package/dist-types/commands/DescribeFolderCommand.d.ts +18 -0
  55. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
  56. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
  57. package/dist-types/commands/DescribeGroupCommand.d.ts +13 -0
  58. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
  59. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeIngestionCommand.d.ts +30 -0
  61. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +12 -0
  62. package/dist-types/commands/DescribeNamespaceCommand.d.ts +18 -0
  63. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +23 -0
  64. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +12 -0
  65. package/dist-types/commands/DescribeTemplateCommand.d.ts +63 -0
  66. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4257 -0
  67. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
  68. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +12 -0
  69. package/dist-types/commands/DescribeThemeCommand.d.ts +80 -0
  70. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +17 -0
  71. package/dist-types/commands/DescribeUserCommand.d.ts +20 -0
  72. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  73. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +8 -0
  74. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  75. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  76. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  77. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  78. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  79. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  80. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  81. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  82. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  83. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  84. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +14 -0
  86. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +14 -0
  87. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  88. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  89. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  91. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  92. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  93. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  94. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  95. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  96. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  97. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  99. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  100. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  101. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  102. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  103. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  104. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  105. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  106. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  107. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  108. package/dist-types/commands/TagResourceCommand.d.ts +7 -0
  109. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  110. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  111. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  112. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  113. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  114. package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
  115. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  116. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  117. package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
  118. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  120. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  121. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  122. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  123. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  124. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
  125. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +8 -0
  126. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  127. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  134. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  135. package/package.json +16 -16
@@ -64,6 +64,31 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
64
64
  * };
65
65
  * const command = new UpdateDashboardPermissionsCommand(input);
66
66
  * const response = await client.send(command);
67
+ * // { // UpdateDashboardPermissionsResponse
68
+ * // DashboardArn: "STRING_VALUE",
69
+ * // DashboardId: "STRING_VALUE",
70
+ * // Permissions: [ // ResourcePermissionList
71
+ * // { // ResourcePermission
72
+ * // Principal: "STRING_VALUE", // required
73
+ * // Actions: [ // ActionList // required
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // },
77
+ * // ],
78
+ * // RequestId: "STRING_VALUE",
79
+ * // Status: Number("int"),
80
+ * // LinkSharingConfiguration: { // LinkSharingConfiguration
81
+ * // Permissions: [
82
+ * // {
83
+ * // Principal: "STRING_VALUE", // required
84
+ * // Actions: [ // required
85
+ * // "STRING_VALUE",
86
+ * // ],
87
+ * // },
88
+ * // ],
89
+ * // },
90
+ * // };
91
+ *
67
92
  * ```
68
93
  *
69
94
  * @param UpdateDashboardPermissionsCommandInput - {@link UpdateDashboardPermissionsCommandInput}
@@ -96,6 +121,8 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
96
121
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
97
122
  * capability is available in every edition.</p>
98
123
  *
124
+ * @throws {@link QuickSightServiceException}
125
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
99
126
  *
100
127
  */
101
128
  export declare class UpdateDashboardPermissionsCommand extends $Command<UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
33
33
  * };
34
34
  * const command = new UpdateDashboardPublishedVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateDashboardPublishedVersionResponse
37
+ * // DashboardId: "STRING_VALUE",
38
+ * // DashboardArn: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // RequestId: "STRING_VALUE",
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param UpdateDashboardPublishedVersionCommandInput - {@link UpdateDashboardPublishedVersionCommandInput}
@@ -62,6 +69,8 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
62
69
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
63
70
  * capability is available in every edition.</p>
64
71
  *
72
+ * @throws {@link QuickSightServiceException}
73
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
74
  *
66
75
  */
67
76
  export declare class UpdateDashboardPublishedVersionCommand extends $Command<UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig> {
@@ -201,6 +201,15 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
201
201
  * };
202
202
  * const command = new UpdateDataSetCommand(input);
203
203
  * const response = await client.send(command);
204
+ * // { // UpdateDataSetResponse
205
+ * // Arn: "STRING_VALUE",
206
+ * // DataSetId: "STRING_VALUE",
207
+ * // IngestionArn: "STRING_VALUE",
208
+ * // IngestionId: "STRING_VALUE",
209
+ * // RequestId: "STRING_VALUE",
210
+ * // Status: Number("int"),
211
+ * // };
212
+ *
204
213
  * ```
205
214
  *
206
215
  * @param UpdateDataSetCommandInput - {@link UpdateDataSetCommandInput}
@@ -239,6 +248,8 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
239
248
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
240
249
  * capability is available in every edition.</p>
241
250
  *
251
+ * @throws {@link QuickSightServiceException}
252
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
242
253
  *
243
254
  */
244
255
  export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, QuickSightClientResolvedConfig> {
@@ -49,6 +49,13 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
49
49
  * };
50
50
  * const command = new UpdateDataSetPermissionsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // UpdateDataSetPermissionsResponse
53
+ * // DataSetArn: "STRING_VALUE",
54
+ * // DataSetId: "STRING_VALUE",
55
+ * // RequestId: "STRING_VALUE",
56
+ * // Status: Number("int"),
57
+ * // };
58
+ *
52
59
  * ```
53
60
  *
54
61
  * @param UpdateDataSetPermissionsCommandInput - {@link UpdateDataSetPermissionsCommandInput}
@@ -78,6 +85,8 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
78
85
  * @throws {@link ThrottlingException} (client fault)
79
86
  * <p>Access is throttled.</p>
80
87
  *
88
+ * @throws {@link QuickSightServiceException}
89
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
81
90
  *
82
91
  */
83
92
  export declare class UpdateDataSetPermissionsCommand extends $Command<UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -259,6 +259,14 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
259
259
  * };
260
260
  * const command = new UpdateDataSourceCommand(input);
261
261
  * const response = await client.send(command);
262
+ * // { // UpdateDataSourceResponse
263
+ * // Arn: "STRING_VALUE",
264
+ * // DataSourceId: "STRING_VALUE",
265
+ * // UpdateStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
266
+ * // RequestId: "STRING_VALUE",
267
+ * // Status: Number("int"),
268
+ * // };
269
+ *
262
270
  * ```
263
271
  *
264
272
  * @param UpdateDataSourceCommandInput - {@link UpdateDataSourceCommandInput}
@@ -288,6 +296,8 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
288
296
  * @throws {@link ThrottlingException} (client fault)
289
297
  * <p>Access is throttled.</p>
290
298
  *
299
+ * @throws {@link QuickSightServiceException}
300
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
291
301
  *
292
302
  */
293
303
  export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -48,6 +48,13 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
48
48
  * };
49
49
  * const command = new UpdateDataSourcePermissionsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateDataSourcePermissionsResponse
52
+ * // DataSourceArn: "STRING_VALUE",
53
+ * // DataSourceId: "STRING_VALUE",
54
+ * // RequestId: "STRING_VALUE",
55
+ * // Status: Number("int"),
56
+ * // };
57
+ *
51
58
  * ```
52
59
  *
53
60
  * @param UpdateDataSourcePermissionsCommandInput - {@link UpdateDataSourcePermissionsCommandInput}
@@ -77,6 +84,8 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
77
84
  * @throws {@link ThrottlingException} (client fault)
78
85
  * <p>Access is throttled.</p>
79
86
  *
87
+ * @throws {@link QuickSightServiceException}
88
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
80
89
  *
81
90
  */
82
91
  export declare class UpdateDataSourcePermissionsCommand extends $Command<UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
33
33
  * };
34
34
  * const command = new UpdateFolderCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateFolderResponse
37
+ * // Status: Number("int"),
38
+ * // Arn: "STRING_VALUE",
39
+ * // FolderId: "STRING_VALUE",
40
+ * // RequestId: "STRING_VALUE",
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param UpdateFolderCommandInput - {@link UpdateFolderCommandInput}
@@ -71,6 +78,8 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
71
78
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
72
79
  * capability is available in every edition.</p>
73
80
  *
81
+ * @throws {@link QuickSightServiceException}
82
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
74
83
  *
75
84
  */
76
85
  export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, QuickSightClientResolvedConfig> {
@@ -48,6 +48,21 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
48
48
  * };
49
49
  * const command = new UpdateFolderPermissionsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateFolderPermissionsResponse
52
+ * // Status: Number("int"),
53
+ * // Arn: "STRING_VALUE",
54
+ * // FolderId: "STRING_VALUE",
55
+ * // Permissions: [ // ResourcePermissionList
56
+ * // { // ResourcePermission
57
+ * // Principal: "STRING_VALUE", // required
58
+ * // Actions: [ // ActionList // required
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // },
62
+ * // ],
63
+ * // RequestId: "STRING_VALUE",
64
+ * // };
65
+ *
51
66
  * ```
52
67
  *
53
68
  * @param UpdateFolderPermissionsCommandInput - {@link UpdateFolderPermissionsCommandInput}
@@ -83,6 +98,8 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
83
98
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
84
99
  * capability is available in every edition.</p>
85
100
  *
101
+ * @throws {@link QuickSightServiceException}
102
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
86
103
  *
87
104
  */
88
105
  export declare class UpdateFolderPermissionsCommand extends $Command<UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
34
34
  * };
35
35
  * const command = new UpdateGroupCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UpdateGroupResponse
38
+ * // Group: { // Group
39
+ * // Arn: "STRING_VALUE",
40
+ * // GroupName: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // PrincipalId: "STRING_VALUE",
43
+ * // },
44
+ * // RequestId: "STRING_VALUE",
45
+ * // Status: Number("int"),
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param UpdateGroupCommandInput - {@link UpdateGroupCommandInput}
@@ -66,6 +77,8 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
66
77
  * @throws {@link ThrottlingException} (client fault)
67
78
  * <p>Access is throttled.</p>
68
79
  *
80
+ * @throws {@link QuickSightServiceException}
81
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
82
  *
70
83
  */
71
84
  export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -43,6 +43,20 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
43
43
  * };
44
44
  * const command = new UpdateIAMPolicyAssignmentCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // UpdateIAMPolicyAssignmentResponse
47
+ * // AssignmentName: "STRING_VALUE",
48
+ * // AssignmentId: "STRING_VALUE",
49
+ * // PolicyArn: "STRING_VALUE",
50
+ * // Identities: { // IdentityMap
51
+ * // "<keys>": [ // IdentityNameList
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // },
55
+ * // AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
56
+ * // RequestId: "STRING_VALUE",
57
+ * // Status: Number("int"),
58
+ * // };
59
+ *
46
60
  * ```
47
61
  *
48
62
  * @param UpdateIAMPolicyAssignmentCommandInput - {@link UpdateIAMPolicyAssignmentCommandInput}
@@ -76,6 +90,8 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
76
90
  * @throws {@link ThrottlingException} (client fault)
77
91
  * <p>Access is throttled.</p>
78
92
  *
93
+ * @throws {@link QuickSightServiceException}
94
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
79
95
  *
80
96
  */
81
97
  export declare class UpdateIAMPolicyAssignmentCommand extends $Command<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -35,6 +35,12 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
35
35
  * };
36
36
  * const command = new UpdateIpRestrictionCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // UpdateIpRestrictionResponse
39
+ * // AwsAccountId: "STRING_VALUE",
40
+ * // RequestId: "STRING_VALUE",
41
+ * // Status: Number("int"),
42
+ * // };
43
+ *
38
44
  * ```
39
45
  *
40
46
  * @param UpdateIpRestrictionCommandInput - {@link UpdateIpRestrictionCommandInput}
@@ -64,6 +70,8 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
64
70
  * @throws {@link ThrottlingException} (client fault)
65
71
  * <p>Access is throttled.</p>
66
72
  *
73
+ * @throws {@link QuickSightServiceException}
74
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
67
75
  *
68
76
  */
69
77
  export declare class UpdateIpRestrictionCommand extends $Command<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
@@ -40,6 +40,11 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
40
40
  * };
41
41
  * const command = new UpdatePublicSharingSettingsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // UpdatePublicSharingSettingsResponse
44
+ * // RequestId: "STRING_VALUE",
45
+ * // Status: Number("int"),
46
+ * // };
47
+ *
43
48
  * ```
44
49
  *
45
50
  * @param UpdatePublicSharingSettingsCommandInput - {@link UpdatePublicSharingSettingsCommandInput}
@@ -77,6 +82,8 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
77
82
  * </code> API operation with the
78
83
  * <code>--identity-type ANONYMOUS</code> option.</p>
79
84
  *
85
+ * @throws {@link QuickSightServiceException}
86
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
80
87
  *
81
88
  */
82
89
  export declare class UpdatePublicSharingSettingsCommand extends $Command<UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput, QuickSightClientResolvedConfig> {
@@ -47,6 +47,13 @@ export interface UpdateRefreshScheduleCommandOutput extends UpdateRefreshSchedul
47
47
  * };
48
48
  * const command = new UpdateRefreshScheduleCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // UpdateRefreshScheduleResponse
51
+ * // Status: Number("int"),
52
+ * // RequestId: "STRING_VALUE",
53
+ * // ScheduleId: "STRING_VALUE",
54
+ * // Arn: "STRING_VALUE",
55
+ * // };
56
+ *
50
57
  * ```
51
58
  *
52
59
  * @param UpdateRefreshScheduleCommandInput - {@link UpdateRefreshScheduleCommandInput}
@@ -79,6 +86,8 @@ export interface UpdateRefreshScheduleCommandOutput extends UpdateRefreshSchedul
79
86
  * @throws {@link ThrottlingException} (client fault)
80
87
  * <p>Access is throttled.</p>
81
88
  *
89
+ * @throws {@link QuickSightServiceException}
90
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
82
91
  *
83
92
  */
84
93
  export declare class UpdateRefreshScheduleCommand extends $Command<UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
34
34
  * };
35
35
  * const command = new UpdateTemplateAliasCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UpdateTemplateAliasResponse
38
+ * // TemplateAlias: { // TemplateAlias
39
+ * // AliasName: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // TemplateVersionNumber: Number("long"),
42
+ * // },
43
+ * // Status: Number("int"),
44
+ * // RequestId: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param UpdateTemplateAliasCommandInput - {@link UpdateTemplateAliasCommandInput}
@@ -60,6 +70,8 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
60
70
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
61
71
  * capability is available in every edition.</p>
62
72
  *
73
+ * @throws {@link QuickSightServiceException}
74
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
63
75
  *
64
76
  */
65
77
  export declare class UpdateTemplateAliasCommand extends $Command<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -4283,6 +4283,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
4283
4283
  * };
4284
4284
  * const command = new UpdateTemplateCommand(input);
4285
4285
  * const response = await client.send(command);
4286
+ * // { // UpdateTemplateResponse
4287
+ * // TemplateId: "STRING_VALUE",
4288
+ * // Arn: "STRING_VALUE",
4289
+ * // VersionArn: "STRING_VALUE",
4290
+ * // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
4291
+ * // Status: Number("int"),
4292
+ * // RequestId: "STRING_VALUE",
4293
+ * // };
4294
+ *
4286
4295
  * ```
4287
4296
  *
4288
4297
  * @param UpdateTemplateCommandInput - {@link UpdateTemplateCommandInput}
@@ -4318,6 +4327,8 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
4318
4327
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
4319
4328
  * capability is available in every edition.</p>
4320
4329
  *
4330
+ * @throws {@link QuickSightServiceException}
4331
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
4321
4332
  *
4322
4333
  */
4323
4334
  export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, QuickSightClientResolvedConfig> {
@@ -48,6 +48,21 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
48
48
  * };
49
49
  * const command = new UpdateTemplatePermissionsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateTemplatePermissionsResponse
52
+ * // TemplateId: "STRING_VALUE",
53
+ * // TemplateArn: "STRING_VALUE",
54
+ * // Permissions: [ // ResourcePermissionList
55
+ * // { // ResourcePermission
56
+ * // Principal: "STRING_VALUE", // required
57
+ * // Actions: [ // ActionList // required
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // RequestId: "STRING_VALUE",
63
+ * // Status: Number("int"),
64
+ * // };
65
+ *
51
66
  * ```
52
67
  *
53
68
  * @param UpdateTemplatePermissionsCommandInput - {@link UpdateTemplatePermissionsCommandInput}
@@ -80,6 +95,8 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
80
95
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
81
96
  * capability is available in every edition.</p>
82
97
  *
98
+ * @throws {@link QuickSightServiceException}
99
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
83
100
  *
84
101
  */
85
102
  export declare class UpdateTemplatePermissionsCommand extends $Command<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
34
34
  * };
35
35
  * const command = new UpdateThemeAliasCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UpdateThemeAliasResponse
38
+ * // ThemeAlias: { // ThemeAlias
39
+ * // Arn: "STRING_VALUE",
40
+ * // AliasName: "STRING_VALUE",
41
+ * // ThemeVersionNumber: Number("long"),
42
+ * // },
43
+ * // Status: Number("int"),
44
+ * // RequestId: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param UpdateThemeAliasCommandInput - {@link UpdateThemeAliasCommandInput}
@@ -66,6 +76,8 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
66
76
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
67
77
  * capability is available in every edition.</p>
68
78
  *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
81
  *
70
82
  */
71
83
  export declare class UpdateThemeAliasCommand extends $Command<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -86,6 +86,15 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
86
86
  * };
87
87
  * const command = new UpdateThemeCommand(input);
88
88
  * const response = await client.send(command);
89
+ * // { // UpdateThemeResponse
90
+ * // ThemeId: "STRING_VALUE",
91
+ * // Arn: "STRING_VALUE",
92
+ * // VersionArn: "STRING_VALUE",
93
+ * // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
94
+ * // Status: Number("int"),
95
+ * // RequestId: "STRING_VALUE",
96
+ * // };
97
+ *
89
98
  * ```
90
99
  *
91
100
  * @param UpdateThemeCommandInput - {@link UpdateThemeCommandInput}
@@ -124,6 +133,8 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
124
133
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
125
134
  * capability is available in every edition.</p>
126
135
  *
136
+ * @throws {@link QuickSightServiceException}
137
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
127
138
  *
128
139
  */
129
140
  export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -141,6 +141,21 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
141
141
  * };
142
142
  * const command = new UpdateThemePermissionsCommand(input);
143
143
  * const response = await client.send(command);
144
+ * // { // UpdateThemePermissionsResponse
145
+ * // ThemeId: "STRING_VALUE",
146
+ * // ThemeArn: "STRING_VALUE",
147
+ * // Permissions: [ // ResourcePermissionList
148
+ * // { // ResourcePermission
149
+ * // Principal: "STRING_VALUE", // required
150
+ * // Actions: [ // ActionList // required
151
+ * // "STRING_VALUE",
152
+ * // ],
153
+ * // },
154
+ * // ],
155
+ * // RequestId: "STRING_VALUE",
156
+ * // Status: Number("int"),
157
+ * // };
158
+ *
144
159
  * ```
145
160
  *
146
161
  * @param UpdateThemePermissionsCommandInput - {@link UpdateThemePermissionsCommandInput}
@@ -176,6 +191,8 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
176
191
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
177
192
  * capability is available in every edition.</p>
178
193
  *
194
+ * @throws {@link QuickSightServiceException}
195
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
179
196
  *
180
197
  */
181
198
  export declare class UpdateThemePermissionsCommand extends $Command<UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -40,6 +40,24 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
40
40
  * };
41
41
  * const command = new UpdateUserCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // UpdateUserResponse
44
+ * // User: { // User
45
+ * // Arn: "STRING_VALUE",
46
+ * // UserName: "STRING_VALUE",
47
+ * // Email: "STRING_VALUE",
48
+ * // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
49
+ * // IdentityType: "IAM" || "QUICKSIGHT",
50
+ * // Active: true || false,
51
+ * // PrincipalId: "STRING_VALUE",
52
+ * // CustomPermissionsName: "STRING_VALUE",
53
+ * // ExternalLoginFederationProviderType: "STRING_VALUE",
54
+ * // ExternalLoginFederationProviderUrl: "STRING_VALUE",
55
+ * // ExternalLoginId: "STRING_VALUE",
56
+ * // },
57
+ * // RequestId: "STRING_VALUE",
58
+ * // Status: Number("int"),
59
+ * // };
60
+ *
43
61
  * ```
44
62
  *
45
63
  * @param UpdateUserCommandInput - {@link UpdateUserCommandInput}
@@ -72,6 +90,8 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
72
90
  * @throws {@link ThrottlingException} (client fault)
73
91
  * <p>Access is throttled.</p>
74
92
  *
93
+ * @throws {@link QuickSightServiceException}
94
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
75
95
  *
76
96
  */
77
97
  export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, QuickSightClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",