@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
@@ -32,6 +32,21 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
32
32
  * };
33
33
  * const command = new DescribeTemplatePermissionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeTemplatePermissionsResponse
36
+ * // TemplateId: "STRING_VALUE",
37
+ * // TemplateArn: "STRING_VALUE",
38
+ * // Permissions: [ // ResourcePermissionList
39
+ * // { // ResourcePermission
40
+ * // Principal: "STRING_VALUE", // required
41
+ * // Actions: [ // ActionList // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // RequestId: "STRING_VALUE",
47
+ * // Status: Number("int"),
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeTemplatePermissionsCommandInput - {@link DescribeTemplatePermissionsCommandInput}
@@ -61,6 +76,8 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
61
76
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
62
77
  * capability is available in every edition.</p>
63
78
  *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
64
81
  *
65
82
  */
66
83
  export declare class DescribeTemplatePermissionsCommand extends $Command<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
33
33
  * };
34
34
  * const command = new DescribeThemeAliasCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeThemeAliasResponse
37
+ * // ThemeAlias: { // ThemeAlias
38
+ * // Arn: "STRING_VALUE",
39
+ * // AliasName: "STRING_VALUE",
40
+ * // ThemeVersionNumber: Number("long"),
41
+ * // },
42
+ * // Status: Number("int"),
43
+ * // RequestId: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param DescribeThemeAliasCommandInput - {@link DescribeThemeAliasCommandInput}
@@ -62,6 +72,8 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
62
72
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
63
73
  * capability is available in every edition.</p>
64
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
77
  *
66
78
  */
67
79
  export declare class DescribeThemeAliasCommand extends $Command<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,84 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
34
34
  * };
35
35
  * const command = new DescribeThemeCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeThemeResponse
38
+ * // Theme: { // Theme
39
+ * // Arn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // ThemeId: "STRING_VALUE",
42
+ * // Version: { // ThemeVersion
43
+ * // VersionNumber: Number("long"),
44
+ * // Arn: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // BaseThemeId: "STRING_VALUE",
47
+ * // CreatedTime: new Date("TIMESTAMP"),
48
+ * // Configuration: { // ThemeConfiguration
49
+ * // DataColorPalette: { // DataColorPalette
50
+ * // Colors: [ // ColorList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // MinMaxGradient: [
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // EmptyFillColor: "STRING_VALUE",
57
+ * // },
58
+ * // UIColorPalette: { // UIColorPalette
59
+ * // PrimaryForeground: "STRING_VALUE",
60
+ * // PrimaryBackground: "STRING_VALUE",
61
+ * // SecondaryForeground: "STRING_VALUE",
62
+ * // SecondaryBackground: "STRING_VALUE",
63
+ * // Accent: "STRING_VALUE",
64
+ * // AccentForeground: "STRING_VALUE",
65
+ * // Danger: "STRING_VALUE",
66
+ * // DangerForeground: "STRING_VALUE",
67
+ * // Warning: "STRING_VALUE",
68
+ * // WarningForeground: "STRING_VALUE",
69
+ * // Success: "STRING_VALUE",
70
+ * // SuccessForeground: "STRING_VALUE",
71
+ * // Dimension: "STRING_VALUE",
72
+ * // DimensionForeground: "STRING_VALUE",
73
+ * // Measure: "STRING_VALUE",
74
+ * // MeasureForeground: "STRING_VALUE",
75
+ * // },
76
+ * // Sheet: { // SheetStyle
77
+ * // Tile: { // TileStyle
78
+ * // Border: { // BorderStyle
79
+ * // Show: true || false,
80
+ * // },
81
+ * // },
82
+ * // TileLayout: { // TileLayoutStyle
83
+ * // Gutter: { // GutterStyle
84
+ * // Show: true || false,
85
+ * // },
86
+ * // Margin: { // MarginStyle
87
+ * // Show: true || false,
88
+ * // },
89
+ * // },
90
+ * // },
91
+ * // Typography: { // Typography
92
+ * // FontFamilies: [ // FontList
93
+ * // { // Font
94
+ * // FontFamily: "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // Errors: [ // ThemeErrorList
100
+ * // { // ThemeError
101
+ * // Type: "INTERNAL_FAILURE",
102
+ * // Message: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
106
+ * // },
107
+ * // CreatedTime: new Date("TIMESTAMP"),
108
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
109
+ * // Type: "QUICKSIGHT" || "CUSTOM" || "ALL",
110
+ * // },
111
+ * // Status: Number("int"),
112
+ * // RequestId: "STRING_VALUE",
113
+ * // };
114
+ *
37
115
  * ```
38
116
  *
39
117
  * @param DescribeThemeCommandInput - {@link DescribeThemeCommandInput}
@@ -69,6 +147,8 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
69
147
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
70
148
  * capability is available in every edition.</p>
71
149
  *
150
+ * @throws {@link QuickSightServiceException}
151
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
72
152
  *
73
153
  */
74
154
  export declare class DescribeThemeCommand extends $Command<DescribeThemeCommandInput, DescribeThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -32,6 +32,21 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
32
32
  * };
33
33
  * const command = new DescribeThemePermissionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeThemePermissionsResponse
36
+ * // ThemeId: "STRING_VALUE",
37
+ * // ThemeArn: "STRING_VALUE",
38
+ * // Permissions: [ // ResourcePermissionList
39
+ * // { // ResourcePermission
40
+ * // Principal: "STRING_VALUE", // required
41
+ * // Actions: [ // ActionList // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // RequestId: "STRING_VALUE",
47
+ * // Status: Number("int"),
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeThemePermissionsCommandInput - {@link DescribeThemePermissionsCommandInput}
@@ -64,6 +79,8 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
64
79
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
65
80
  * capability is available in every edition.</p>
66
81
  *
82
+ * @throws {@link QuickSightServiceException}
83
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
67
84
  *
68
85
  */
69
86
  export declare class DescribeThemePermissionsCommand extends $Command<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
33
33
  * };
34
34
  * const command = new DescribeUserCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeUserResponse
37
+ * // User: { // User
38
+ * // Arn: "STRING_VALUE",
39
+ * // UserName: "STRING_VALUE",
40
+ * // Email: "STRING_VALUE",
41
+ * // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
42
+ * // IdentityType: "IAM" || "QUICKSIGHT",
43
+ * // Active: true || false,
44
+ * // PrincipalId: "STRING_VALUE",
45
+ * // CustomPermissionsName: "STRING_VALUE",
46
+ * // ExternalLoginFederationProviderType: "STRING_VALUE",
47
+ * // ExternalLoginFederationProviderUrl: "STRING_VALUE",
48
+ * // ExternalLoginId: "STRING_VALUE",
49
+ * // },
50
+ * // RequestId: "STRING_VALUE",
51
+ * // Status: Number("int"),
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param DescribeUserCommandInput - {@link DescribeUserCommandInput}
@@ -65,6 +83,8 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
65
83
  * @throws {@link ThrottlingException} (client fault)
66
84
  * <p>Access is throttled.</p>
67
85
  *
86
+ * @throws {@link QuickSightServiceException}
87
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
68
88
  *
69
89
  */
70
90
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -77,6 +77,13 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
77
77
  * };
78
78
  * const command = new GenerateEmbedUrlForAnonymousUserCommand(input);
79
79
  * const response = await client.send(command);
80
+ * // { // GenerateEmbedUrlForAnonymousUserResponse
81
+ * // EmbedUrl: "STRING_VALUE", // required
82
+ * // Status: Number("int"), // required
83
+ * // RequestId: "STRING_VALUE", // required
84
+ * // AnonymousUserArn: "STRING_VALUE", // required
85
+ * // };
86
+ *
80
87
  * ```
81
88
  *
82
89
  * @param GenerateEmbedUrlForAnonymousUserCommandInput - {@link GenerateEmbedUrlForAnonymousUserCommandInput}
@@ -124,6 +131,8 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
124
131
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
125
132
  * capability is available in every edition.</p>
126
133
  *
134
+ * @throws {@link QuickSightServiceException}
135
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
127
136
  *
128
137
  */
129
138
  export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -84,6 +84,12 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
84
84
  * };
85
85
  * const command = new GenerateEmbedUrlForRegisteredUserCommand(input);
86
86
  * const response = await client.send(command);
87
+ * // { // GenerateEmbedUrlForRegisteredUserResponse
88
+ * // EmbedUrl: "STRING_VALUE", // required
89
+ * // Status: Number("int"), // required
90
+ * // RequestId: "STRING_VALUE", // required
91
+ * // };
92
+ *
87
93
  * ```
88
94
  *
89
95
  * @param GenerateEmbedUrlForRegisteredUserCommandInput - {@link GenerateEmbedUrlForRegisteredUserCommandInput}
@@ -136,6 +142,8 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
136
142
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
137
143
  * capability is available in every edition.</p>
138
144
  *
145
+ * @throws {@link QuickSightServiceException}
146
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
139
147
  *
140
148
  */
141
149
  export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -63,6 +63,12 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
63
63
  * };
64
64
  * const command = new GetDashboardEmbedUrlCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // GetDashboardEmbedUrlResponse
67
+ * // EmbedUrl: "STRING_VALUE",
68
+ * // Status: Number("int"),
69
+ * // RequestId: "STRING_VALUE",
70
+ * // };
71
+ *
66
72
  * ```
67
73
  *
68
74
  * @param GetDashboardEmbedUrlCommandInput - {@link GetDashboardEmbedUrlCommandInput}
@@ -126,6 +132,8 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
126
132
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
127
133
  * capability is available in every edition.</p>
128
134
  *
135
+ * @throws {@link QuickSightServiceException}
136
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
129
137
  *
130
138
  */
131
139
  export declare class GetDashboardEmbedUrlCommand extends $Command<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
@@ -59,6 +59,12 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
59
59
  * };
60
60
  * const command = new GetSessionEmbedUrlCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // GetSessionEmbedUrlResponse
63
+ * // EmbedUrl: "STRING_VALUE",
64
+ * // Status: Number("int"),
65
+ * // RequestId: "STRING_VALUE",
66
+ * // };
67
+ *
62
68
  * ```
63
69
  *
64
70
  * @param GetSessionEmbedUrlCommandInput - {@link GetSessionEmbedUrlCommandInput}
@@ -103,6 +109,8 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
103
109
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
104
110
  * capability is available in every edition.</p>
105
111
  *
112
+ * @throws {@link QuickSightServiceException}
113
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
106
114
  *
107
115
  */
108
116
  export declare class GetSessionEmbedUrlCommand extends $Command<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,22 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
33
33
  * };
34
34
  * const command = new ListAnalysesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListAnalysesResponse
37
+ * // AnalysisSummaryList: [ // AnalysisSummaryList
38
+ * // { // AnalysisSummary
39
+ * // Arn: "STRING_VALUE",
40
+ * // AnalysisId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
43
+ * // CreatedTime: new Date("TIMESTAMP"),
44
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // Status: Number("int"),
49
+ * // RequestId: "STRING_VALUE",
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param ListAnalysesCommandInput - {@link ListAnalysesCommandInput}
@@ -56,6 +72,8 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
56
72
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
57
73
  * capability is available in every edition.</p>
58
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
59
77
  *
60
78
  */
61
79
  export declare class ListAnalysesCommand extends $Command<ListAnalysesCommandInput, ListAnalysesCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,22 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
34
34
  * };
35
35
  * const command = new ListDashboardVersionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDashboardVersionsResponse
38
+ * // DashboardVersionSummaryList: [ // DashboardVersionSummaryList
39
+ * // { // DashboardVersionSummary
40
+ * // Arn: "STRING_VALUE",
41
+ * // CreatedTime: new Date("TIMESTAMP"),
42
+ * // VersionNumber: Number("long"),
43
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
44
+ * // SourceEntityArn: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // Status: Number("int"),
50
+ * // RequestId: "STRING_VALUE",
51
+ * // };
52
+ *
37
53
  * ```
38
54
  *
39
55
  * @param ListDashboardVersionsCommandInput - {@link ListDashboardVersionsCommandInput}
@@ -63,6 +79,8 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
63
79
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
64
80
  * capability is available in every edition.</p>
65
81
  *
82
+ * @throws {@link QuickSightServiceException}
83
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
66
84
  *
67
85
  */
68
86
  export declare class ListDashboardVersionsCommand extends $Command<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,23 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
33
33
  * };
34
34
  * const command = new ListDashboardsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDashboardsResponse
37
+ * // DashboardSummaryList: [ // DashboardSummaryList
38
+ * // { // DashboardSummary
39
+ * // Arn: "STRING_VALUE",
40
+ * // DashboardId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // CreatedTime: new Date("TIMESTAMP"),
43
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
44
+ * // PublishedVersionNumber: Number("long"),
45
+ * // LastPublishedTime: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // Status: Number("int"),
50
+ * // RequestId: "STRING_VALUE",
51
+ * // };
52
+ *
36
53
  * ```
37
54
  *
38
55
  * @param ListDashboardsCommandInput - {@link ListDashboardsCommandInput}
@@ -56,6 +73,8 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
56
73
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
57
74
  * capability is available in every edition.</p>
58
75
  *
76
+ * @throws {@link QuickSightServiceException}
77
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
59
78
  *
60
79
  */
61
80
  export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,31 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
34
34
  * };
35
35
  * const command = new ListDataSetsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDataSetsResponse
38
+ * // DataSetSummaries: [ // DataSetSummaryList
39
+ * // { // DataSetSummary
40
+ * // Arn: "STRING_VALUE",
41
+ * // DataSetId: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // CreatedTime: new Date("TIMESTAMP"),
44
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
45
+ * // ImportMode: "SPICE" || "DIRECT_QUERY",
46
+ * // RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
47
+ * // Namespace: "STRING_VALUE",
48
+ * // Arn: "STRING_VALUE", // required
49
+ * // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
50
+ * // FormatVersion: "VERSION_1" || "VERSION_2",
51
+ * // Status: "ENABLED" || "DISABLED",
52
+ * // },
53
+ * // RowLevelPermissionTagConfigurationApplied: true || false,
54
+ * // ColumnLevelPermissionRulesApplied: true || false,
55
+ * // },
56
+ * // ],
57
+ * // NextToken: "STRING_VALUE",
58
+ * // RequestId: "STRING_VALUE",
59
+ * // Status: Number("int"),
60
+ * // };
61
+ *
37
62
  * ```
38
63
  *
39
64
  * @param ListDataSetsCommandInput - {@link ListDataSetsCommandInput}
@@ -60,6 +85,8 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
60
85
  * @throws {@link ThrottlingException} (client fault)
61
86
  * <p>Access is throttled.</p>
62
87
  *
88
+ * @throws {@link QuickSightServiceException}
89
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
63
90
  *
64
91
  */
65
92
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, QuickSightClientResolvedConfig> {