@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 DescribeFolderResolvedPermissionsCommandOutput extends Describe
32
32
  * };
33
33
  * const command = new DescribeFolderResolvedPermissionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeFolderResolvedPermissionsResponse
36
+ * // Status: Number("int"),
37
+ * // FolderId: "STRING_VALUE",
38
+ * // Arn: "STRING_VALUE",
39
+ * // Permissions: [ // ResourcePermissionList
40
+ * // { // ResourcePermission
41
+ * // Principal: "STRING_VALUE", // required
42
+ * // Actions: [ // ActionList // required
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // },
46
+ * // ],
47
+ * // RequestId: "STRING_VALUE",
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeFolderResolvedPermissionsCommandInput - {@link DescribeFolderResolvedPermissionsCommandInput}
@@ -64,6 +79,8 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
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 DescribeFolderResolvedPermissionsCommand extends $Command<DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
33
33
  * };
34
34
  * const command = new DescribeGroupCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeGroupResponse
37
+ * // Group: { // Group
38
+ * // Arn: "STRING_VALUE",
39
+ * // GroupName: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // PrincipalId: "STRING_VALUE",
42
+ * // },
43
+ * // RequestId: "STRING_VALUE",
44
+ * // Status: Number("int"),
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param DescribeGroupCommandInput - {@link DescribeGroupCommandInput}
@@ -65,6 +76,8 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
65
76
  * @throws {@link ThrottlingException} (client fault)
66
77
  * <p>Access is throttled.</p>
67
78
  *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
68
81
  *
69
82
  */
70
83
  export declare class DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -36,6 +36,15 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
36
36
  * };
37
37
  * const command = new DescribeGroupMembershipCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeGroupMembershipResponse
40
+ * // GroupMember: { // GroupMember
41
+ * // Arn: "STRING_VALUE",
42
+ * // MemberName: "STRING_VALUE",
43
+ * // },
44
+ * // RequestId: "STRING_VALUE",
45
+ * // Status: Number("int"),
46
+ * // };
47
+ *
39
48
  * ```
40
49
  *
41
50
  * @param DescribeGroupMembershipCommandInput - {@link DescribeGroupMembershipCommandInput}
@@ -68,6 +77,8 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
68
77
  * @throws {@link ThrottlingException} (client fault)
69
78
  * <p>Access is throttled.</p>
70
79
  *
80
+ * @throws {@link QuickSightServiceException}
81
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
71
82
  *
72
83
  */
73
84
  export declare class DescribeGroupMembershipCommand extends $Command<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,23 @@ export interface DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPol
33
33
  * };
34
34
  * const command = new DescribeIAMPolicyAssignmentCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeIAMPolicyAssignmentResponse
37
+ * // IAMPolicyAssignment: { // IAMPolicyAssignment
38
+ * // AwsAccountId: "STRING_VALUE",
39
+ * // AssignmentId: "STRING_VALUE",
40
+ * // AssignmentName: "STRING_VALUE",
41
+ * // PolicyArn: "STRING_VALUE",
42
+ * // Identities: { // IdentityMap
43
+ * // "<keys>": [ // IdentityNameList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // },
47
+ * // AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
48
+ * // },
49
+ * // RequestId: "STRING_VALUE",
50
+ * // Status: Number("int"),
51
+ * // };
52
+ *
36
53
  * ```
37
54
  *
38
55
  * @param DescribeIAMPolicyAssignmentCommandInput - {@link DescribeIAMPolicyAssignmentCommandInput}
@@ -62,6 +79,8 @@ export interface DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPol
62
79
  * @throws {@link ThrottlingException} (client fault)
63
80
  * <p>Access is throttled.</p>
64
81
  *
82
+ * @throws {@link QuickSightServiceException}
83
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
84
  *
66
85
  */
67
86
  export declare class DescribeIAMPolicyAssignmentCommand extends $Command<DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,34 @@ export interface DescribeIngestionCommandOutput extends DescribeIngestionRespons
33
33
  * };
34
34
  * const command = new DescribeIngestionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeIngestionResponse
37
+ * // Ingestion: { // Ingestion
38
+ * // Arn: "STRING_VALUE", // required
39
+ * // IngestionId: "STRING_VALUE",
40
+ * // IngestionStatus: "INITIALIZED" || "QUEUED" || "RUNNING" || "FAILED" || "COMPLETED" || "CANCELLED", // required
41
+ * // ErrorInfo: { // ErrorInfo
42
+ * // Type: "FAILURE_TO_ASSUME_ROLE" || "INGESTION_SUPERSEDED" || "INGESTION_CANCELED" || "DATA_SET_DELETED" || "DATA_SET_NOT_SPICE" || "S3_UPLOADED_FILE_DELETED" || "S3_MANIFEST_ERROR" || "DATA_TOLERANCE_EXCEPTION" || "SPICE_TABLE_NOT_FOUND" || "DATA_SET_SIZE_LIMIT_EXCEEDED" || "ROW_SIZE_LIMIT_EXCEEDED" || "ACCOUNT_CAPACITY_LIMIT_EXCEEDED" || "CUSTOMER_ERROR" || "DATA_SOURCE_NOT_FOUND" || "IAM_ROLE_NOT_AVAILABLE" || "CONNECTION_FAILURE" || "SQL_TABLE_NOT_FOUND" || "PERMISSION_DENIED" || "SSL_CERTIFICATE_VALIDATION_FAILURE" || "OAUTH_TOKEN_FAILURE" || "SOURCE_API_LIMIT_EXCEEDED_FAILURE" || "PASSWORD_AUTHENTICATION_FAILURE" || "SQL_SCHEMA_MISMATCH_ERROR" || "INVALID_DATE_FORMAT" || "INVALID_DATAPREP_SYNTAX" || "SOURCE_RESOURCE_LIMIT_EXCEEDED" || "SQL_INVALID_PARAMETER_VALUE" || "QUERY_TIMEOUT" || "SQL_NUMERIC_OVERFLOW" || "UNRESOLVABLE_HOST" || "UNROUTABLE_HOST" || "SQL_EXCEPTION" || "S3_FILE_INACCESSIBLE" || "IOT_FILE_NOT_FOUND" || "IOT_DATA_SET_FILE_EMPTY" || "INVALID_DATA_SOURCE_CONFIG" || "DATA_SOURCE_AUTH_FAILED" || "DATA_SOURCE_CONNECTION_FAILED" || "FAILURE_TO_PROCESS_JSON_FILE" || "INTERNAL_SERVICE_ERROR" || "REFRESH_SUPPRESSED_BY_EDIT" || "PERMISSION_NOT_FOUND" || "ELASTICSEARCH_CURSOR_NOT_ENABLED" || "CURSOR_NOT_ENABLED" || "DUPLICATE_COLUMN_NAMES_FOUND",
43
+ * // Message: "STRING_VALUE",
44
+ * // },
45
+ * // RowInfo: { // RowInfo
46
+ * // RowsIngested: Number("long"),
47
+ * // RowsDropped: Number("long"),
48
+ * // TotalRowsInDataset: Number("long"),
49
+ * // },
50
+ * // QueueInfo: { // QueueInfo
51
+ * // WaitingOnIngestion: "STRING_VALUE", // required
52
+ * // QueuedIngestion: "STRING_VALUE", // required
53
+ * // },
54
+ * // CreatedTime: new Date("TIMESTAMP"), // required
55
+ * // IngestionTimeInSeconds: Number("long"),
56
+ * // IngestionSizeInBytes: Number("long"),
57
+ * // RequestSource: "MANUAL" || "SCHEDULED",
58
+ * // RequestType: "INITIAL_INGESTION" || "EDIT" || "INCREMENTAL_REFRESH" || "FULL_REFRESH",
59
+ * // },
60
+ * // RequestId: "STRING_VALUE",
61
+ * // Status: Number("int"),
62
+ * // };
63
+ *
36
64
  * ```
37
65
  *
38
66
  * @param DescribeIngestionCommandInput - {@link DescribeIngestionCommandInput}
@@ -62,6 +90,8 @@ export interface DescribeIngestionCommandOutput extends DescribeIngestionRespons
62
90
  * @throws {@link ThrottlingException} (client fault)
63
91
  * <p>Access is throttled.</p>
64
92
  *
93
+ * @throws {@link QuickSightServiceException}
94
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
95
  *
66
96
  */
67
97
  export declare class DescribeIngestionCommand extends $Command<DescribeIngestionCommandInput, DescribeIngestionCommandOutput, QuickSightClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface DescribeIpRestrictionCommandOutput extends DescribeIpRestrictio
31
31
  * };
32
32
  * const command = new DescribeIpRestrictionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeIpRestrictionResponse
35
+ * // AwsAccountId: "STRING_VALUE",
36
+ * // IpRestrictionRuleMap: { // IpRestrictionRuleMap
37
+ * // "<keys>": "STRING_VALUE",
38
+ * // },
39
+ * // Enabled: true || false,
40
+ * // RequestId: "STRING_VALUE",
41
+ * // Status: Number("int"),
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param DescribeIpRestrictionCommandInput - {@link DescribeIpRestrictionCommandInput}
@@ -57,6 +67,8 @@ export interface DescribeIpRestrictionCommandOutput extends DescribeIpRestrictio
57
67
  * @throws {@link ThrottlingException} (client fault)
58
68
  * <p>Access is throttled.</p>
59
69
  *
70
+ * @throws {@link QuickSightServiceException}
71
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
60
72
  *
61
73
  */
62
74
  export declare class DescribeIpRestrictionCommand extends $Command<DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
32
32
  * };
33
33
  * const command = new DescribeNamespaceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeNamespaceResponse
36
+ * // Namespace: { // NamespaceInfoV2
37
+ * // Name: "STRING_VALUE",
38
+ * // Arn: "STRING_VALUE",
39
+ * // CapacityRegion: "STRING_VALUE",
40
+ * // CreationStatus: "CREATED" || "CREATING" || "DELETING" || "RETRYABLE_FAILURE" || "NON_RETRYABLE_FAILURE",
41
+ * // IdentityStore: "QUICKSIGHT",
42
+ * // NamespaceError: { // NamespaceError
43
+ * // Type: "PERMISSION_DENIED" || "INTERNAL_SERVICE_ERROR",
44
+ * // Message: "STRING_VALUE",
45
+ * // },
46
+ * // },
47
+ * // RequestId: "STRING_VALUE",
48
+ * // Status: Number("int"),
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param DescribeNamespaceCommandInput - {@link DescribeNamespaceCommandInput}
@@ -61,6 +77,8 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
61
77
  * @throws {@link ThrottlingException} (client fault)
62
78
  * <p>Access is throttled.</p>
63
79
  *
80
+ * @throws {@link QuickSightServiceException}
81
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
64
82
  *
65
83
  */
66
84
  export declare class DescribeNamespaceCommand extends $Command<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,27 @@ export interface DescribeRefreshScheduleCommandOutput extends DescribeRefreshSch
33
33
  * };
34
34
  * const command = new DescribeRefreshScheduleCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeRefreshScheduleResponse
37
+ * // RefreshSchedule: { // RefreshSchedule
38
+ * // ScheduleId: "STRING_VALUE", // required
39
+ * // ScheduleFrequency: { // RefreshFrequency
40
+ * // Interval: "MINUTE15" || "MINUTE30" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY", // required
41
+ * // RefreshOnDay: { // ScheduleRefreshOnEntity
42
+ * // DayOfWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
43
+ * // DayOfMonth: "STRING_VALUE",
44
+ * // },
45
+ * // Timezone: "STRING_VALUE",
46
+ * // TimeOfTheDay: "STRING_VALUE",
47
+ * // },
48
+ * // StartAfterDateTime: new Date("TIMESTAMP"),
49
+ * // RefreshType: "INCREMENTAL_REFRESH" || "FULL_REFRESH", // required
50
+ * // Arn: "STRING_VALUE",
51
+ * // },
52
+ * // Status: Number("int"),
53
+ * // RequestId: "STRING_VALUE",
54
+ * // Arn: "STRING_VALUE",
55
+ * // };
56
+ *
36
57
  * ```
37
58
  *
38
59
  * @param DescribeRefreshScheduleCommandInput - {@link DescribeRefreshScheduleCommandInput}
@@ -62,6 +83,8 @@ export interface DescribeRefreshScheduleCommandOutput extends DescribeRefreshSch
62
83
  * @throws {@link ThrottlingException} (client fault)
63
84
  * <p>Access is throttled.</p>
64
85
  *
86
+ * @throws {@link QuickSightServiceException}
87
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
88
  *
66
89
  */
67
90
  export declare class DescribeRefreshScheduleCommand extends $Command<DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia
33
33
  * };
34
34
  * const command = new DescribeTemplateAliasCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeTemplateAliasResponse
37
+ * // TemplateAlias: { // TemplateAlias
38
+ * // AliasName: "STRING_VALUE",
39
+ * // Arn: "STRING_VALUE",
40
+ * // TemplateVersionNumber: Number("long"),
41
+ * // },
42
+ * // Status: Number("int"),
43
+ * // RequestId: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param DescribeTemplateAliasCommandInput - {@link DescribeTemplateAliasCommandInput}
@@ -56,6 +66,8 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia
56
66
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
57
67
  * capability is available in every edition.</p>
58
68
  *
69
+ * @throws {@link QuickSightServiceException}
70
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
59
71
  *
60
72
  */
61
73
  export declare class DescribeTemplateAliasCommand extends $Command<DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,67 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
34
34
  * };
35
35
  * const command = new DescribeTemplateCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeTemplateResponse
38
+ * // Template: { // Template
39
+ * // Arn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Version: { // TemplateVersion
42
+ * // CreatedTime: new Date("TIMESTAMP"),
43
+ * // Errors: [ // TemplateErrorList
44
+ * // { // TemplateError
45
+ * // Type: "SOURCE_NOT_FOUND" || "DATA_SET_NOT_FOUND" || "INTERNAL_FAILURE" || "ACCESS_DENIED",
46
+ * // Message: "STRING_VALUE",
47
+ * // ViolatedEntities: [ // EntityList
48
+ * // { // Entity
49
+ * // Path: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // },
53
+ * // ],
54
+ * // VersionNumber: Number("long"),
55
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
56
+ * // DataSetConfigurations: [ // DataSetConfigurationList
57
+ * // { // DataSetConfiguration
58
+ * // Placeholder: "STRING_VALUE",
59
+ * // DataSetSchema: { // DataSetSchema
60
+ * // ColumnSchemaList: [ // ColumnSchemaList
61
+ * // { // ColumnSchema
62
+ * // Name: "STRING_VALUE",
63
+ * // DataType: "STRING_VALUE",
64
+ * // GeographicRole: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // },
68
+ * // ColumnGroupSchemaList: [ // ColumnGroupSchemaList
69
+ * // { // ColumnGroupSchema
70
+ * // Name: "STRING_VALUE",
71
+ * // ColumnGroupColumnSchemaList: [ // ColumnGroupColumnSchemaList
72
+ * // { // ColumnGroupColumnSchema
73
+ * // Name: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // ],
78
+ * // },
79
+ * // ],
80
+ * // Description: "STRING_VALUE",
81
+ * // SourceEntityArn: "STRING_VALUE",
82
+ * // ThemeArn: "STRING_VALUE",
83
+ * // Sheets: [ // SheetList
84
+ * // { // Sheet
85
+ * // SheetId: "STRING_VALUE",
86
+ * // Name: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // },
90
+ * // TemplateId: "STRING_VALUE",
91
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
92
+ * // CreatedTime: new Date("TIMESTAMP"),
93
+ * // },
94
+ * // Status: Number("int"),
95
+ * // RequestId: "STRING_VALUE",
96
+ * // };
97
+ *
37
98
  * ```
38
99
  *
39
100
  * @param DescribeTemplateCommandInput - {@link DescribeTemplateCommandInput}
@@ -72,6 +133,8 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
72
133
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
73
134
  * capability is available in every edition.</p>
74
135
  *
136
+ * @throws {@link QuickSightServiceException}
137
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
75
138
  *
76
139
  */
77
140
  export declare class DescribeTemplateCommand extends $Command<DescribeTemplateCommandInput, DescribeTemplateCommandOutput, QuickSightClientResolvedConfig> {