@aws-sdk/client-quicksight 3.39.0 → 3.43.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 (142) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/models/models_0.js +21 -18
  4. package/dist-cjs/models/models_1.js +17 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +80 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +74 -5
  9. package/dist-es/models/models_0.js +13 -12
  10. package/dist-es/models/models_1.js +12 -0
  11. package/dist-es/protocols/Aws_restJson1.js +189 -115
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/QuickSight.d.ts +40 -33
  15. package/dist-types/QuickSightClient.d.ts +8 -0
  16. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +8 -6
  18. package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
  20. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
  43. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -5
  51. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -2
  65. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -2
  67. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  75. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  76. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  77. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  78. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +5 -4
  79. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  85. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  86. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -2
  89. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
  90. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  96. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  97. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  101. package/dist-types/commands/RegisterUserCommand.d.ts +2 -3
  102. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  103. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  104. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  105. package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
  106. package/dist-types/commands/TagResourceCommand.d.ts +9 -8
  107. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -2
  113. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -2
  123. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
  124. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  126. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  131. package/dist-types/models/models_0.d.ts +189 -176
  132. package/dist-types/models/models_1.d.ts +213 -83
  133. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  134. package/dist-types/runtimeConfig.d.ts +2 -0
  135. package/dist-types/runtimeConfig.native.d.ts +2 -0
  136. package/dist-types/ts3.4/QuickSightClient.d.ts +4 -0
  137. package/dist-types/ts3.4/models/models_0.d.ts +78 -37
  138. package/dist-types/ts3.4/models/models_1.d.ts +43 -1
  139. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  140. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  141. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  142. package/package.json +23 -23
@@ -21,13 +21,17 @@ export declare namespace AccessDeniedException {
21
21
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
22
22
  }
23
23
  /**
24
- * <p>The Amazon QuickSight customizations associated with your Amazon Web Services account or a Amazon QuickSight namespace in a specific Amazon Web Services Region.</p>
24
+ * <p>The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.</p>
25
25
  */
26
26
  export interface AccountCustomization {
27
27
  /**
28
28
  * <p>The default theme for this Amazon QuickSight subscription.</p>
29
29
  */
30
30
  DefaultTheme?: string;
31
+ /**
32
+ * <p>The default email customization template.</p>
33
+ */
34
+ DefaultEmailCustomizationTemplate?: string;
31
35
  }
32
36
  export declare namespace AccountCustomization {
33
37
  /**
@@ -74,7 +78,7 @@ export declare namespace AccountSettings {
74
78
  */
75
79
  export interface ActiveIAMPolicyAssignment {
76
80
  /**
77
- * <p>A name for the IAMpolicy assignment.</p>
81
+ * <p>A name for the IAM policy assignment.</p>
78
82
  */
79
83
  AssignmentName?: string;
80
84
  /**
@@ -122,7 +126,13 @@ export declare namespace AmazonElasticsearchParameters {
122
126
  */
123
127
  const filterSensitiveLog: (obj: AmazonElasticsearchParameters) => any;
124
128
  }
129
+ /**
130
+ * <p>The parameters for OpenSearch.</p>
131
+ */
125
132
  export interface AmazonOpenSearchParameters {
133
+ /**
134
+ * <p>The OpenSearch domain.</p>
135
+ */
126
136
  Domain: string | undefined;
127
137
  }
128
138
  export declare namespace AmazonOpenSearchParameters {
@@ -385,11 +395,11 @@ export declare namespace AnonymousUserDashboardEmbeddingConfiguration {
385
395
  const filterSensitiveLog: (obj: AnonymousUserDashboardEmbeddingConfiguration) => any;
386
396
  }
387
397
  /**
388
- * <p>The type of experience you want to embed. For anonymous users, you can embed an Amazon QuickSight dashboard.</p>
398
+ * <p>The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.</p>
389
399
  */
390
400
  export interface AnonymousUserEmbeddingExperienceConfiguration {
391
401
  /**
392
- * <p>The type of embedding experience. In this case, an Amazon QuickSight dashboard.</p>
402
+ * <p>The type of embedding experience. In this case, Amazon QuickSight dashboards.</p>
393
403
  */
394
404
  Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
395
405
  }
@@ -852,7 +862,11 @@ export declare enum GeoSpatialDataRole {
852
862
  STATE = "STATE"
853
863
  }
854
864
  /**
855
- * <p>A tag for a column in a <a>TagColumnOperation</a> structure. This is a
865
+ * <p>A tag for a column in a
866
+ * <code>
867
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html">TagColumnOperation</a>
868
+ * </code>
869
+ * structure. This is a
856
870
  * variant type structure. For this structure to be valid, only one of the attributes can
857
871
  * be non-null.</p>
858
872
  */
@@ -941,7 +955,7 @@ export interface CreateAccountCustomizationRequest {
941
955
  Namespace?: string;
942
956
  /**
943
957
  * <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add
944
- * these to an Amazon Web Services account and a Amazon QuickSight namespace. </p>
958
+ * these to an Amazon Web Services account and a QuickSight namespace. </p>
945
959
  * <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
946
960
  * to the midnight theme: <code>"AccountCustomization": { "DefaultTheme":
947
961
  * "arn:aws:quicksight::aws:theme/MIDNIGHT" }</code>. Or, you can add a custom theme by
@@ -1133,7 +1147,7 @@ export interface ResourcePermission {
1133
1147
  * <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
1134
1148
  * </li>
1135
1149
  * <li>
1136
- * <p>The ARN of an Amazon Web Services account root: This is an IAMARN rather than a Amazon QuickSight
1150
+ * <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
1137
1151
  * ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
1138
1152
  * (This is less common.) </p>
1139
1153
  * </li>
@@ -1141,7 +1155,7 @@ export interface ResourcePermission {
1141
1155
  */
1142
1156
  Principal: string | undefined;
1143
1157
  /**
1144
- * <p>The IAMaction to grant or revoke permissions on.</p>
1158
+ * <p>The IAM action to grant or revoke permissions on.</p>
1145
1159
  */
1146
1160
  Actions: string[] | undefined;
1147
1161
  }
@@ -1364,7 +1378,7 @@ export interface CreateDashboardRequest {
1364
1378
  */
1365
1379
  AwsAccountId: string | undefined;
1366
1380
  /**
1367
- * <p>The ID for the dashboard, also added to the IAMpolicy.</p>
1381
+ * <p>The ID for the dashboard, also added to the IAM policy.</p>
1368
1382
  */
1369
1383
  DashboardId: string | undefined;
1370
1384
  /**
@@ -1379,7 +1393,7 @@ export interface CreateDashboardRequest {
1379
1393
  Parameters?: _Parameters;
1380
1394
  /**
1381
1395
  * <p>A structure that contains the permissions of the dashboard. You can use this structure
1382
- * for granting permissions by providing a list of IAMaction information for each
1396
+ * for granting permissions by providing a list of IAM action information for each
1383
1397
  * principal ARN. </p>
1384
1398
  *
1385
1399
  * <p>To specify no permissions, omit the permissions list.</p>
@@ -1390,7 +1404,10 @@ export interface CreateDashboardRequest {
1390
1404
  * <code>SourceEntity</code>, you specify the type of object you're using as source. You
1391
1405
  * can only create a dashboard from a template, so you use a <code>SourceTemplate</code>
1392
1406
  * entity. If you need to create a dashboard from an analysis, first convert the analysis
1393
- * to a template by using the <a>CreateTemplate</a> API operation. For
1407
+ * to a template by using the <code>
1408
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
1409
+ * </code>
1410
+ * API operation. For
1394
1411
  * <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
1395
1412
  * template. The <code>SourceTemplate</code>ARN can contain any Amazon Web Services account and any
1396
1413
  * Amazon QuickSight-supported Amazon Web Services Region. </p>
@@ -2204,7 +2221,7 @@ export interface CreateDataSetRequest {
2204
2221
  RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
2205
2222
  /**
2206
2223
  * <p>A set of one or more definitions of a <code>
2207
- * <a>ColumnLevelPermissionRule</a>
2224
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
2208
2225
  * </code>.</p>
2209
2226
  */
2210
2227
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
@@ -2279,6 +2296,25 @@ export declare namespace LimitExceededException {
2279
2296
  */
2280
2297
  const filterSensitiveLog: (obj: LimitExceededException) => any;
2281
2298
  }
2299
+ /**
2300
+ * <p>The required parameters for connecting to an Exasol data source.</p>
2301
+ */
2302
+ export interface ExasolParameters {
2303
+ /**
2304
+ * <p>The hostname or IP address of the Exasol data source.</p>
2305
+ */
2306
+ Host: string | undefined;
2307
+ /**
2308
+ * <p>The port for the Exasol data source.</p>
2309
+ */
2310
+ Port: number | undefined;
2311
+ }
2312
+ export declare namespace ExasolParameters {
2313
+ /**
2314
+ * @internal
2315
+ */
2316
+ const filterSensitiveLog: (obj: ExasolParameters) => any;
2317
+ }
2282
2318
  /**
2283
2319
  * <p>The parameters for Jira.</p>
2284
2320
  */
@@ -2620,7 +2656,7 @@ export declare namespace TwitterParameters {
2620
2656
  * This is a variant type structure. For this structure to be valid, only one of the
2621
2657
  * attributes can be non-null.</p>
2622
2658
  */
2623
- export declare type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.JiraParametersMember | DataSourceParameters.MariaDbParametersMember | DataSourceParameters.MySqlParametersMember | DataSourceParameters.OracleParametersMember | DataSourceParameters.PostgreSqlParametersMember | DataSourceParameters.PrestoParametersMember | DataSourceParameters.RdsParametersMember | DataSourceParameters.RedshiftParametersMember | DataSourceParameters.S3ParametersMember | DataSourceParameters.ServiceNowParametersMember | DataSourceParameters.SnowflakeParametersMember | DataSourceParameters.SparkParametersMember | DataSourceParameters.SqlServerParametersMember | DataSourceParameters.TeradataParametersMember | DataSourceParameters.TwitterParametersMember | DataSourceParameters.$UnknownMember;
2659
+ export declare type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.ExasolParametersMember | DataSourceParameters.JiraParametersMember | DataSourceParameters.MariaDbParametersMember | DataSourceParameters.MySqlParametersMember | DataSourceParameters.OracleParametersMember | DataSourceParameters.PostgreSqlParametersMember | DataSourceParameters.PrestoParametersMember | DataSourceParameters.RdsParametersMember | DataSourceParameters.RedshiftParametersMember | DataSourceParameters.S3ParametersMember | DataSourceParameters.ServiceNowParametersMember | DataSourceParameters.SnowflakeParametersMember | DataSourceParameters.SparkParametersMember | DataSourceParameters.SqlServerParametersMember | DataSourceParameters.TeradataParametersMember | DataSourceParameters.TwitterParametersMember | DataSourceParameters.$UnknownMember;
2624
2660
  export declare namespace DataSourceParameters {
2625
2661
  /**
2626
2662
  * <p>The parameters for OpenSearch.</p>
@@ -2647,6 +2683,7 @@ export declare namespace DataSourceParameters {
2647
2683
  TeradataParameters?: never;
2648
2684
  TwitterParameters?: never;
2649
2685
  AmazonOpenSearchParameters?: never;
2686
+ ExasolParameters?: never;
2650
2687
  $unknown?: never;
2651
2688
  }
2652
2689
  /**
@@ -2674,6 +2711,7 @@ export declare namespace DataSourceParameters {
2674
2711
  TeradataParameters?: never;
2675
2712
  TwitterParameters?: never;
2676
2713
  AmazonOpenSearchParameters?: never;
2714
+ ExasolParameters?: never;
2677
2715
  $unknown?: never;
2678
2716
  }
2679
2717
  /**
@@ -2701,6 +2739,7 @@ export declare namespace DataSourceParameters {
2701
2739
  TeradataParameters?: never;
2702
2740
  TwitterParameters?: never;
2703
2741
  AmazonOpenSearchParameters?: never;
2742
+ ExasolParameters?: never;
2704
2743
  $unknown?: never;
2705
2744
  }
2706
2745
  /**
@@ -2728,6 +2767,7 @@ export declare namespace DataSourceParameters {
2728
2767
  TeradataParameters?: never;
2729
2768
  TwitterParameters?: never;
2730
2769
  AmazonOpenSearchParameters?: never;
2770
+ ExasolParameters?: never;
2731
2771
  $unknown?: never;
2732
2772
  }
2733
2773
  /**
@@ -2755,6 +2795,7 @@ export declare namespace DataSourceParameters {
2755
2795
  TeradataParameters?: never;
2756
2796
  TwitterParameters?: never;
2757
2797
  AmazonOpenSearchParameters?: never;
2798
+ ExasolParameters?: never;
2758
2799
  $unknown?: never;
2759
2800
  }
2760
2801
  /**
@@ -2782,6 +2823,7 @@ export declare namespace DataSourceParameters {
2782
2823
  TeradataParameters?: never;
2783
2824
  TwitterParameters?: never;
2784
2825
  AmazonOpenSearchParameters?: never;
2826
+ ExasolParameters?: never;
2785
2827
  $unknown?: never;
2786
2828
  }
2787
2829
  /**
@@ -2809,6 +2851,7 @@ export declare namespace DataSourceParameters {
2809
2851
  TeradataParameters?: never;
2810
2852
  TwitterParameters?: never;
2811
2853
  AmazonOpenSearchParameters?: never;
2854
+ ExasolParameters?: never;
2812
2855
  $unknown?: never;
2813
2856
  }
2814
2857
  /**
@@ -2836,6 +2879,7 @@ export declare namespace DataSourceParameters {
2836
2879
  TeradataParameters?: never;
2837
2880
  TwitterParameters?: never;
2838
2881
  AmazonOpenSearchParameters?: never;
2882
+ ExasolParameters?: never;
2839
2883
  $unknown?: never;
2840
2884
  }
2841
2885
  /**
@@ -2863,6 +2907,7 @@ export declare namespace DataSourceParameters {
2863
2907
  TeradataParameters?: never;
2864
2908
  TwitterParameters?: never;
2865
2909
  AmazonOpenSearchParameters?: never;
2910
+ ExasolParameters?: never;
2866
2911
  $unknown?: never;
2867
2912
  }
2868
2913
  /**
@@ -2890,6 +2935,7 @@ export declare namespace DataSourceParameters {
2890
2935
  TeradataParameters?: never;
2891
2936
  TwitterParameters?: never;
2892
2937
  AmazonOpenSearchParameters?: never;
2938
+ ExasolParameters?: never;
2893
2939
  $unknown?: never;
2894
2940
  }
2895
2941
  /**
@@ -2917,6 +2963,7 @@ export declare namespace DataSourceParameters {
2917
2963
  TeradataParameters?: never;
2918
2964
  TwitterParameters?: never;
2919
2965
  AmazonOpenSearchParameters?: never;
2966
+ ExasolParameters?: never;
2920
2967
  $unknown?: never;
2921
2968
  }
2922
2969
  /**
@@ -2944,6 +2991,7 @@ export declare namespace DataSourceParameters {
2944
2991
  TeradataParameters?: never;
2945
2992
  TwitterParameters?: never;
2946
2993
  AmazonOpenSearchParameters?: never;
2994
+ ExasolParameters?: never;
2947
2995
  $unknown?: never;
2948
2996
  }
2949
2997
  /**
@@ -2971,6 +3019,7 @@ export declare namespace DataSourceParameters {
2971
3019
  TeradataParameters?: never;
2972
3020
  TwitterParameters?: never;
2973
3021
  AmazonOpenSearchParameters?: never;
3022
+ ExasolParameters?: never;
2974
3023
  $unknown?: never;
2975
3024
  }
2976
3025
  /**
@@ -2998,6 +3047,7 @@ export declare namespace DataSourceParameters {
2998
3047
  TeradataParameters?: never;
2999
3048
  TwitterParameters?: never;
3000
3049
  AmazonOpenSearchParameters?: never;
3050
+ ExasolParameters?: never;
3001
3051
  $unknown?: never;
3002
3052
  }
3003
3053
  /**
@@ -3025,6 +3075,7 @@ export declare namespace DataSourceParameters {
3025
3075
  TeradataParameters?: never;
3026
3076
  TwitterParameters?: never;
3027
3077
  AmazonOpenSearchParameters?: never;
3078
+ ExasolParameters?: never;
3028
3079
  $unknown?: never;
3029
3080
  }
3030
3081
  /**
@@ -3052,6 +3103,7 @@ export declare namespace DataSourceParameters {
3052
3103
  TeradataParameters?: never;
3053
3104
  TwitterParameters?: never;
3054
3105
  AmazonOpenSearchParameters?: never;
3106
+ ExasolParameters?: never;
3055
3107
  $unknown?: never;
3056
3108
  }
3057
3109
  /**
@@ -3079,6 +3131,7 @@ export declare namespace DataSourceParameters {
3079
3131
  TeradataParameters?: never;
3080
3132
  TwitterParameters?: never;
3081
3133
  AmazonOpenSearchParameters?: never;
3134
+ ExasolParameters?: never;
3082
3135
  $unknown?: never;
3083
3136
  }
3084
3137
  /**
@@ -3106,6 +3159,7 @@ export declare namespace DataSourceParameters {
3106
3159
  TeradataParameters?: never;
3107
3160
  TwitterParameters?: never;
3108
3161
  AmazonOpenSearchParameters?: never;
3162
+ ExasolParameters?: never;
3109
3163
  $unknown?: never;
3110
3164
  }
3111
3165
  /**
@@ -3133,6 +3187,7 @@ export declare namespace DataSourceParameters {
3133
3187
  TeradataParameters: TeradataParameters;
3134
3188
  TwitterParameters?: never;
3135
3189
  AmazonOpenSearchParameters?: never;
3190
+ ExasolParameters?: never;
3136
3191
  $unknown?: never;
3137
3192
  }
3138
3193
  /**
@@ -3160,8 +3215,12 @@ export declare namespace DataSourceParameters {
3160
3215
  TeradataParameters?: never;
3161
3216
  TwitterParameters: TwitterParameters;
3162
3217
  AmazonOpenSearchParameters?: never;
3218
+ ExasolParameters?: never;
3163
3219
  $unknown?: never;
3164
3220
  }
3221
+ /**
3222
+ * <p>The parameters for OpenSearch.</p>
3223
+ */
3165
3224
  interface AmazonOpenSearchParametersMember {
3166
3225
  AmazonElasticsearchParameters?: never;
3167
3226
  AthenaParameters?: never;
@@ -3184,6 +3243,35 @@ export declare namespace DataSourceParameters {
3184
3243
  TeradataParameters?: never;
3185
3244
  TwitterParameters?: never;
3186
3245
  AmazonOpenSearchParameters: AmazonOpenSearchParameters;
3246
+ ExasolParameters?: never;
3247
+ $unknown?: never;
3248
+ }
3249
+ /**
3250
+ * <p>The parameters for Exasol.</p>
3251
+ */
3252
+ interface ExasolParametersMember {
3253
+ AmazonElasticsearchParameters?: never;
3254
+ AthenaParameters?: never;
3255
+ AuroraParameters?: never;
3256
+ AuroraPostgreSqlParameters?: never;
3257
+ AwsIotAnalyticsParameters?: never;
3258
+ JiraParameters?: never;
3259
+ MariaDbParameters?: never;
3260
+ MySqlParameters?: never;
3261
+ OracleParameters?: never;
3262
+ PostgreSqlParameters?: never;
3263
+ PrestoParameters?: never;
3264
+ RdsParameters?: never;
3265
+ RedshiftParameters?: never;
3266
+ S3Parameters?: never;
3267
+ ServiceNowParameters?: never;
3268
+ SnowflakeParameters?: never;
3269
+ SparkParameters?: never;
3270
+ SqlServerParameters?: never;
3271
+ TeradataParameters?: never;
3272
+ TwitterParameters?: never;
3273
+ AmazonOpenSearchParameters?: never;
3274
+ ExasolParameters: ExasolParameters;
3187
3275
  $unknown?: never;
3188
3276
  }
3189
3277
  interface $UnknownMember {
@@ -3208,6 +3296,7 @@ export declare namespace DataSourceParameters {
3208
3296
  TeradataParameters?: never;
3209
3297
  TwitterParameters?: never;
3210
3298
  AmazonOpenSearchParameters?: never;
3299
+ ExasolParameters?: never;
3211
3300
  $unknown: [string, any];
3212
3301
  }
3213
3302
  interface Visitor<T> {
@@ -3232,6 +3321,7 @@ export declare namespace DataSourceParameters {
3232
3321
  TeradataParameters: (value: TeradataParameters) => T;
3233
3322
  TwitterParameters: (value: TwitterParameters) => T;
3234
3323
  AmazonOpenSearchParameters: (value: AmazonOpenSearchParameters) => T;
3324
+ ExasolParameters: (value: ExasolParameters) => T;
3235
3325
  _: (name: string, value: any) => T;
3236
3326
  }
3237
3327
  const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
@@ -3277,7 +3367,10 @@ export declare namespace CredentialPair {
3277
3367
  */
3278
3368
  export interface DataSourceCredentials {
3279
3369
  /**
3280
- * <p>Credential pair. For more information, see <a>CredentialPair</a>.</p>
3370
+ * <p>Credential pair. For more information, see
3371
+ * <code>
3372
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html">CredentialPair</a>
3373
+ * </code>.</p>
3281
3374
  */
3282
3375
  CredentialPair?: CredentialPair;
3283
3376
  /**
@@ -3318,6 +3411,7 @@ export declare enum DataSourceType {
3318
3411
  AURORA = "AURORA",
3319
3412
  AURORA_POSTGRESQL = "AURORA_POSTGRESQL",
3320
3413
  AWS_IOT_ANALYTICS = "AWS_IOT_ANALYTICS",
3414
+ EXASOL = "EXASOL",
3321
3415
  GITHUB = "GITHUB",
3322
3416
  JIRA = "JIRA",
3323
3417
  MARIADB = "MARIADB",
@@ -3436,11 +3530,11 @@ export declare enum FolderType {
3436
3530
  }
3437
3531
  export interface CreateFolderRequest {
3438
3532
  /**
3439
- * <p>The AWS Account ID.</p>
3533
+ * <p>The ID for the Amazon Web Services account where you want to create the folder.</p>
3440
3534
  */
3441
3535
  AwsAccountId: string | undefined;
3442
3536
  /**
3443
- * <p>The folder ID.</p>
3537
+ * <p>The ID of the folder.</p>
3444
3538
  */
3445
3539
  FolderId: string | undefined;
3446
3540
  /**
@@ -3453,13 +3547,13 @@ export interface CreateFolderRequest {
3453
3547
  FolderType?: FolderType | string;
3454
3548
  /**
3455
3549
  * <p>The Amazon Resource Name (ARN) for the parent folder.</p>
3456
- * <p>
3550
+ * <p>
3457
3551
  * <code>ParentFolderArn</code> can be null. An empty <code>parentFolderArn</code> creates a root-level folder.</p>
3458
3552
  */
3459
3553
  ParentFolderArn?: string;
3460
3554
  /**
3461
3555
  * <p>A structure that describes the principals and the resource-level permissions of a folder.</p>
3462
- * <p>To specify no permissions, omit <code>Permissions</code>.</p>
3556
+ * <p>To specify no permissions, omit <code>Permissions</code>.</p>
3463
3557
  */
3464
3558
  Permissions?: ResourcePermission[];
3465
3559
  /**
@@ -3475,7 +3569,7 @@ export declare namespace CreateFolderRequest {
3475
3569
  }
3476
3570
  export interface CreateFolderResponse {
3477
3571
  /**
3478
- * <p>The status of the newly created folder. If succeeded, the status is <code>SC_OK (200)</code>.</p>
3572
+ * <p>The HTTP status of the request.</p>
3479
3573
  */
3480
3574
  Status?: number;
3481
3575
  /**
@@ -3504,11 +3598,11 @@ export declare enum MemberType {
3504
3598
  }
3505
3599
  export interface CreateFolderMembershipRequest {
3506
3600
  /**
3507
- * <p>The AWS Account ID.</p>
3601
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
3508
3602
  */
3509
3603
  AwsAccountId: string | undefined;
3510
3604
  /**
3511
- * <p>The folder ID.</p>
3605
+ * <p>The ID of the folder.</p>
3512
3606
  */
3513
3607
  FolderId: string | undefined;
3514
3608
  /**
@@ -3527,15 +3621,15 @@ export declare namespace CreateFolderMembershipRequest {
3527
3621
  const filterSensitiveLog: (obj: CreateFolderMembershipRequest) => any;
3528
3622
  }
3529
3623
  /**
3530
- * <p>An asset in a folder, such as a dashboard, analysis, or dataset.</p>
3624
+ * <p>An asset in a Amazon QuickSight folder, such as a dashboard, analysis, or dataset.</p>
3531
3625
  */
3532
3626
  export interface FolderMember {
3533
3627
  /**
3534
- * <p>The ID of the asset.</p>
3628
+ * <p>The ID of an asset in the folder.</p>
3535
3629
  */
3536
3630
  MemberId?: string;
3537
3631
  /**
3538
- * <p>The type of the asset.</p>
3632
+ * <p>The type of asset that it is.</p>
3539
3633
  */
3540
3634
  MemberType?: MemberType | string;
3541
3635
  }
@@ -3547,7 +3641,7 @@ export declare namespace FolderMember {
3547
3641
  }
3548
3642
  export interface CreateFolderMembershipResponse {
3549
3643
  /**
3550
- * <p>The status of the folder membership. If succeeded, the status is <code>SC_OK (200)</code>.</p>
3644
+ * <p>The HTTP status of the request.</p>
3551
3645
  */
3552
3646
  Status?: number;
3553
3647
  /**
@@ -3555,7 +3649,7 @@ export interface CreateFolderMembershipResponse {
3555
3649
  */
3556
3650
  FolderMember?: FolderMember;
3557
3651
  /**
3558
- * <p>The request ID.</p>
3652
+ * <p>The Amazon Web Services request ID for this operation.</p>
3559
3653
  */
3560
3654
  RequestId?: string;
3561
3655
  }
@@ -3729,7 +3823,7 @@ export declare namespace CreateGroupMembershipResponse {
3729
3823
  }
3730
3824
  export interface CreateIAMPolicyAssignmentRequest {
3731
3825
  /**
3732
- * <p>The ID of the Amazon Web Services account where you want to assign an IAMpolicy to Amazon QuickSight users or
3826
+ * <p>The ID of the Amazon Web Services account where you want to assign an IAM policy to Amazon QuickSight users or
3733
3827
  * groups.</p>
3734
3828
  */
3735
3829
  AwsAccountId: string | undefined;
@@ -3758,7 +3852,7 @@ export interface CreateIAMPolicyAssignmentRequest {
3758
3852
  */
3759
3853
  AssignmentStatus: AssignmentStatus | string | undefined;
3760
3854
  /**
3761
- * <p>The ARN for the IAMpolicy to apply to the Amazon QuickSight users and groups
3855
+ * <p>The ARN for the IAM policy to apply to the Amazon QuickSight users and groups
3762
3856
  * specified in this assignment.</p>
3763
3857
  */
3764
3858
  PolicyArn?: string;
@@ -3809,11 +3903,11 @@ export interface CreateIAMPolicyAssignmentResponse {
3809
3903
  */
3810
3904
  AssignmentStatus?: AssignmentStatus | string;
3811
3905
  /**
3812
- * <p>The ARN for the IAMpolicy that is applied to the Amazon QuickSight users and groups specified in this assignment.</p>
3906
+ * <p>The ARN for the IAM policy that is applied to the Amazon QuickSight users and groups specified in this assignment.</p>
3813
3907
  */
3814
3908
  PolicyArn?: string;
3815
3909
  /**
3816
- * <p>The Amazon QuickSight users, groups, or both that the IAMpolicy is assigned to.</p>
3910
+ * <p>The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.</p>
3817
3911
  */
3818
3912
  Identities?: {
3819
3913
  [key: string]: string[];
@@ -4421,7 +4515,7 @@ export interface CreateThemeRequest {
4421
4515
  * <p>The ID of the theme that a custom theme will inherit from. All themes inherit from one of
4422
4516
  * the starting themes defined by Amazon QuickSight. For a list of the starting themes, use
4423
4517
  * <code>ListThemes</code> or choose <b>Themes</b> from
4424
- * within a Amazon QuickSight analysis. </p>
4518
+ * within an analysis. </p>
4425
4519
  */
4426
4520
  BaseThemeId: string | undefined;
4427
4521
  /**
@@ -4874,7 +4968,7 @@ export interface DataSet {
4874
4968
  RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
4875
4969
  /**
4876
4970
  * <p>A set of one or more definitions of a <code>
4877
- * <a>ColumnLevelPermissionRule</a>
4971
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
4878
4972
  * </code>.</p>
4879
4973
  */
4880
4974
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
@@ -5293,11 +5387,11 @@ export declare namespace DeleteDataSourceResponse {
5293
5387
  }
5294
5388
  export interface DeleteFolderRequest {
5295
5389
  /**
5296
- * <p>The AWS Account ID for the folder.</p>
5390
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
5297
5391
  */
5298
5392
  AwsAccountId: string | undefined;
5299
5393
  /**
5300
- * <p>The folder ID.</p>
5394
+ * <p>The ID of the folder.</p>
5301
5395
  */
5302
5396
  FolderId: string | undefined;
5303
5397
  }
@@ -5309,7 +5403,7 @@ export declare namespace DeleteFolderRequest {
5309
5403
  }
5310
5404
  export interface DeleteFolderResponse {
5311
5405
  /**
5312
- * <p>The status of deleting the folder. If succeeded, the status is <code>SC_OK (200)</code>.</p>
5406
+ * <p>The HTTP status of the request.</p>
5313
5407
  */
5314
5408
  Status?: number;
5315
5409
  /**
@@ -5317,11 +5411,11 @@ export interface DeleteFolderResponse {
5317
5411
  */
5318
5412
  Arn?: string;
5319
5413
  /**
5320
- * <p>The folder ID.</p>
5414
+ * <p>The ID of the folder.</p>
5321
5415
  */
5322
5416
  FolderId?: string;
5323
5417
  /**
5324
- * <p>The request ID.</p>
5418
+ * <p>The Amazon Web Services request ID for this operation.</p>
5325
5419
  */
5326
5420
  RequestId?: string;
5327
5421
  }
@@ -5333,7 +5427,7 @@ export declare namespace DeleteFolderResponse {
5333
5427
  }
5334
5428
  export interface DeleteFolderMembershipRequest {
5335
5429
  /**
5336
- * <p>The AWS Account ID.</p>
5430
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
5337
5431
  */
5338
5432
  AwsAccountId: string | undefined;
5339
5433
  /**
@@ -5358,11 +5452,11 @@ export declare namespace DeleteFolderMembershipRequest {
5358
5452
  }
5359
5453
  export interface DeleteFolderMembershipResponse {
5360
5454
  /**
5361
- * <p>The status of deleting the asset. If succeeded, the status is <code>SC_OK (200)</code>.</p>
5455
+ * <p>The HTTP status of the request.</p>
5362
5456
  */
5363
5457
  Status?: number;
5364
5458
  /**
5365
- * <p>The request ID.</p>
5459
+ * <p>The Amazon Web Services request ID for this operation.</p>
5366
5460
  */
5367
5461
  RequestId?: string;
5368
5462
  }
@@ -5452,7 +5546,7 @@ export declare namespace DeleteGroupMembershipResponse {
5452
5546
  }
5453
5547
  export interface DeleteIAMPolicyAssignmentRequest {
5454
5548
  /**
5455
- * <p>The Amazon Web Services account ID where you want to delete the IAMpolicy assignment.</p>
5549
+ * <p>The Amazon Web Services account ID where you want to delete the IAM policy assignment.</p>
5456
5550
  */
5457
5551
  AwsAccountId: string | undefined;
5458
5552
  /**
@@ -5865,8 +5959,8 @@ export interface DescribeAccountSettingsResponse {
5865
5959
  /**
5866
5960
  * <p>The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon
5867
5961
  * Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the
5868
- * Amazon QuickSight subscription. In the Amazon QuickSight console, the Amazon QuickSight subscription is sometimes
5869
- * referred to as a Amazon QuickSight "account" even though it's technically not an account
5962
+ * Amazon QuickSight subscription. In the QuickSight console, the Amazon QuickSight subscription is sometimes
5963
+ * referred to as a QuickSight "account" even though it's technically not an account
5870
5964
  * by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The
5871
5965
  * edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.</p>
5872
5966
  */
@@ -6026,7 +6120,7 @@ export interface DescribeDashboardPermissionsRequest {
6026
6120
  */
6027
6121
  AwsAccountId: string | undefined;
6028
6122
  /**
6029
- * <p>The ID for the dashboard, also added to the IAMpolicy.</p>
6123
+ * <p>The ID for the dashboard, also added to the IAM policy.</p>
6030
6124
  */
6031
6125
  DashboardId: string | undefined;
6032
6126
  }
@@ -6036,6 +6130,21 @@ export declare namespace DescribeDashboardPermissionsRequest {
6036
6130
  */
6037
6131
  const filterSensitiveLog: (obj: DescribeDashboardPermissionsRequest) => any;
6038
6132
  }
6133
+ /**
6134
+ * <p>A structure that contains the configuration of a shareable link to the dashboard.</p>
6135
+ */
6136
+ export interface LinkSharingConfiguration {
6137
+ /**
6138
+ * <p>A structure that contains the permissions of a shareable link.</p>
6139
+ */
6140
+ Permissions?: ResourcePermission[];
6141
+ }
6142
+ export declare namespace LinkSharingConfiguration {
6143
+ /**
6144
+ * @internal
6145
+ */
6146
+ const filterSensitiveLog: (obj: LinkSharingConfiguration) => any;
6147
+ }
6039
6148
  export interface DescribeDashboardPermissionsResponse {
6040
6149
  /**
6041
6150
  * <p>The ID for the dashboard.</p>
@@ -6057,6 +6166,13 @@ export interface DescribeDashboardPermissionsResponse {
6057
6166
  * <p>The Amazon Web Services request ID for this operation.</p>
6058
6167
  */
6059
6168
  RequestId?: string;
6169
+ /**
6170
+ * <p>A structure that contains the configuration of a shareable link that grants access to
6171
+ * the dashboard. Your users can use the link to view and interact with the dashboard, if
6172
+ * the dashboard has been shared with them. For more information about sharing dashboards,
6173
+ * see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sharing-a-dashboard.html">Sharing Dashboards</a>.</p>
6174
+ */
6175
+ LinkSharingConfiguration?: LinkSharingConfiguration;
6060
6176
  }
6061
6177
  export declare namespace DescribeDashboardPermissionsResponse {
6062
6178
  /**
@@ -6226,11 +6342,11 @@ export declare namespace DescribeDataSourcePermissionsResponse {
6226
6342
  }
6227
6343
  export interface DescribeFolderRequest {
6228
6344
  /**
6229
- * <p>The AWS account ID.</p>
6345
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
6230
6346
  */
6231
6347
  AwsAccountId: string | undefined;
6232
6348
  /**
6233
- * <p>The folder ID.</p>
6349
+ * <p>The ID of the folder.</p>
6234
6350
  */
6235
6351
  FolderId: string | undefined;
6236
6352
  }
@@ -6241,15 +6357,15 @@ export declare namespace DescribeFolderRequest {
6241
6357
  const filterSensitiveLog: (obj: DescribeFolderRequest) => any;
6242
6358
  }
6243
6359
  /**
6244
- * <p>A folder.</p>
6360
+ * <p>A folder in Amazon QuickSight.</p>
6245
6361
  */
6246
6362
  export interface Folder {
6247
6363
  /**
6248
- * <p>The folder ID.</p>
6364
+ * <p>The ID of the folder.</p>
6249
6365
  */
6250
6366
  FolderId?: string;
6251
6367
  /**
6252
- * <p>The folder Amazon Resource Name (ARN).</p>
6368
+ * <p>The Amazon Resource Name (ARN) for the folder.</p>
6253
6369
  */
6254
6370
  Arn?: string;
6255
6371
  /**
@@ -6257,11 +6373,11 @@ export interface Folder {
6257
6373
  */
6258
6374
  Name?: string;
6259
6375
  /**
6260
- * <p>The type of the folder.</p>
6376
+ * <p>The type of folder it is.</p>
6261
6377
  */
6262
6378
  FolderType?: FolderType | string;
6263
6379
  /**
6264
- * <p>An array of ancestor folder ARN strings.</p>
6380
+ * <p>An array of ancestor ARN strings for the folder.</p>
6265
6381
  */
6266
6382
  FolderPath?: string[];
6267
6383
  /**
@@ -6281,7 +6397,7 @@ export declare namespace Folder {
6281
6397
  }
6282
6398
  export interface DescribeFolderResponse {
6283
6399
  /**
6284
- * <p>The status. If succeeded, the status is <code>SC_OK (200)</code>.</p>
6400
+ * <p>The HTTP status of the request.</p>
6285
6401
  */
6286
6402
  Status?: number;
6287
6403
  /**
@@ -6289,7 +6405,7 @@ export interface DescribeFolderResponse {
6289
6405
  */
6290
6406
  Folder?: Folder;
6291
6407
  /**
6292
- * <p>The request ID.</p>
6408
+ * <p>The Amazon Web Services request ID for this operation.</p>
6293
6409
  */
6294
6410
  RequestId?: string;
6295
6411
  }
@@ -6301,11 +6417,11 @@ export declare namespace DescribeFolderResponse {
6301
6417
  }
6302
6418
  export interface DescribeFolderPermissionsRequest {
6303
6419
  /**
6304
- * <p>The AWS Account ID.</p>
6420
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
6305
6421
  */
6306
6422
  AwsAccountId: string | undefined;
6307
6423
  /**
6308
- * <p>The folder ID.</p>
6424
+ * <p>The ID of the folder.</p>
6309
6425
  */
6310
6426
  FolderId: string | undefined;
6311
6427
  }
@@ -6317,11 +6433,11 @@ export declare namespace DescribeFolderPermissionsRequest {
6317
6433
  }
6318
6434
  export interface DescribeFolderPermissionsResponse {
6319
6435
  /**
6320
- * <p>The status. If succeeded, the status is <code>SC_OK</code>.</p>
6436
+ * <p>The HTTP status of the request.</p>
6321
6437
  */
6322
6438
  Status?: number;
6323
6439
  /**
6324
- * <p>The folder ID.</p>
6440
+ * <p>The ID of the folder.</p>
6325
6441
  */
6326
6442
  FolderId?: string;
6327
6443
  /**
@@ -6333,7 +6449,7 @@ export interface DescribeFolderPermissionsResponse {
6333
6449
  */
6334
6450
  Permissions?: ResourcePermission[];
6335
6451
  /**
6336
- * <p>The request ID.</p>
6452
+ * <p>The Amazon Web Services request ID for this operation.</p>
6337
6453
  */
6338
6454
  RequestId?: string;
6339
6455
  }
@@ -6345,11 +6461,11 @@ export declare namespace DescribeFolderPermissionsResponse {
6345
6461
  }
6346
6462
  export interface DescribeFolderResolvedPermissionsRequest {
6347
6463
  /**
6348
- * <p>The AWS account ID.</p>
6464
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
6349
6465
  */
6350
6466
  AwsAccountId: string | undefined;
6351
6467
  /**
6352
- * <p>The folder ID.</p>
6468
+ * <p>The ID of the folder.</p>
6353
6469
  */
6354
6470
  FolderId: string | undefined;
6355
6471
  }
@@ -6361,24 +6477,23 @@ export declare namespace DescribeFolderResolvedPermissionsRequest {
6361
6477
  }
6362
6478
  export interface DescribeFolderResolvedPermissionsResponse {
6363
6479
  /**
6364
- * <p>The status. If succeeded, the status is <code>SC_OK</code>
6365
- * </p>
6480
+ * <p>The HTTP status of the request.</p>
6366
6481
  */
6367
6482
  Status?: number;
6368
6483
  /**
6369
- * <p>The folder ID.</p>
6484
+ * <p>The ID of the folder.</p>
6370
6485
  */
6371
6486
  FolderId?: string;
6372
6487
  /**
6373
- * <p>The Amazon Resource Name (ARN).</p>
6488
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
6374
6489
  */
6375
6490
  Arn?: string;
6376
6491
  /**
6377
- * <p>Information about the permissions on the dashboard.</p>
6492
+ * <p>Information about the permissions for the folder.</p>
6378
6493
  */
6379
6494
  Permissions?: ResourcePermission[];
6380
6495
  /**
6381
- * <p>The request ID.</p>
6496
+ * <p>The Amazon Web Services request ID for this operation.</p>
6382
6497
  */
6383
6498
  RequestId?: string;
6384
6499
  }
@@ -6466,7 +6581,7 @@ export interface IAMPolicyAssignment {
6466
6581
  */
6467
6582
  AssignmentName?: string;
6468
6583
  /**
6469
- * <p>The Amazon Resource Name (ARN) for the IAMpolicy.</p>
6584
+ * <p>The Amazon Resource Name (ARN) for the IAM policy.</p>
6470
6585
  */
6471
6586
  PolicyArn?: string;
6472
6587
  /**
@@ -6488,7 +6603,7 @@ export declare namespace IAMPolicyAssignment {
6488
6603
  }
6489
6604
  export interface DescribeIAMPolicyAssignmentResponse {
6490
6605
  /**
6491
- * <p>Information describing the IAMpolicy assignment.</p>
6606
+ * <p>Information describing the IAM policy assignment.</p>
6492
6607
  */
6493
6608
  IAMPolicyAssignment?: IAMPolicyAssignment;
6494
6609
  /**
@@ -6739,7 +6854,7 @@ export declare namespace DescribeIngestionResponse {
6739
6854
  }
6740
6855
  export interface DescribeIpRestrictionRequest {
6741
6856
  /**
6742
- * <p>Your AWS account ID.</p>
6857
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
6743
6858
  */
6744
6859
  AwsAccountId: string | undefined;
6745
6860
  }
@@ -6751,25 +6866,25 @@ export declare namespace DescribeIpRestrictionRequest {
6751
6866
  }
6752
6867
  export interface DescribeIpRestrictionResponse {
6753
6868
  /**
6754
- * <p>Your AWS account ID.</p>
6869
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
6755
6870
  */
6756
6871
  AwsAccountId?: string;
6757
6872
  /**
6758
- * <p>Describes the IP rules with CIDR range and description.</p>
6873
+ * <p>A map that describes the IP rules with CIDR range and description.</p>
6759
6874
  */
6760
6875
  IpRestrictionRuleMap?: {
6761
6876
  [key: string]: string;
6762
6877
  };
6763
6878
  /**
6764
- * <p>Whether or not IP rules are enabled.</p>
6879
+ * <p>A value that specifies whether IP rules are turned on.</p>
6765
6880
  */
6766
6881
  Enabled?: boolean;
6767
6882
  /**
6768
- * <p>The ID of the describe request.</p>
6883
+ * <p>The Amazon Web Services request ID for this operation.</p>
6769
6884
  */
6770
6885
  RequestId?: string;
6771
6886
  /**
6772
- * <p>The status of a set of IP restrictions. A successful request returns a 200 status code.</p>
6887
+ * <p>The HTTP status of the request. </p>
6773
6888
  */
6774
6889
  Status?: number;
6775
6890
  }
@@ -7398,105 +7513,3 @@ export declare enum IdentityType {
7398
7513
  IAM = "IAM",
7399
7514
  QUICKSIGHT = "QUICKSIGHT"
7400
7515
  }
7401
- export declare enum UserRole {
7402
- ADMIN = "ADMIN",
7403
- AUTHOR = "AUTHOR",
7404
- READER = "READER",
7405
- RESTRICTED_AUTHOR = "RESTRICTED_AUTHOR",
7406
- RESTRICTED_READER = "RESTRICTED_READER"
7407
- }
7408
- /**
7409
- * <p>A registered user of Amazon QuickSight. </p>
7410
- */
7411
- export interface User {
7412
- /**
7413
- * <p>The Amazon Resource Name (ARN) for the user.</p>
7414
- */
7415
- Arn?: string;
7416
- /**
7417
- * <p>The user's user name.</p>
7418
- */
7419
- UserName?: string;
7420
- /**
7421
- * <p>The user's email address.</p>
7422
- */
7423
- Email?: string;
7424
- /**
7425
- * <p>The Amazon QuickSight role for the user. The user role can be one of the
7426
- * following:.</p>
7427
- * <ul>
7428
- * <li>
7429
- * <p>
7430
- * <code>READER</code>: A user who has read-only access to dashboards.</p>
7431
- * </li>
7432
- * <li>
7433
- * <p>
7434
- * <code>AUTHOR</code>: A user who can create data sources, datasets, analyses,
7435
- * and dashboards.</p>
7436
- * </li>
7437
- * <li>
7438
- * <p>
7439
- * <code>ADMIN</code>: A user who is an author, who can also manage Amazon
7440
- * Amazon QuickSight settings.</p>
7441
- * </li>
7442
- * <li>
7443
- * <p>
7444
- * <code>RESTRICTED_READER</code>: This role isn't currently available for
7445
- * use.</p>
7446
- * </li>
7447
- * <li>
7448
- * <p>
7449
- * <code>RESTRICTED_AUTHOR</code>: This role isn't currently available for
7450
- * use.</p>
7451
- * </li>
7452
- * </ul>
7453
- */
7454
- Role?: UserRole | string;
7455
- /**
7456
- * <p>The type of identity authentication used by the user.</p>
7457
- */
7458
- IdentityType?: IdentityType | string;
7459
- /**
7460
- * <p>The active status of user. When you create an Amazon QuickSight user that’s not an IAM
7461
- * user or an Active Directory user, that user is inactive until they sign in and provide a
7462
- * password.</p>
7463
- */
7464
- Active?: boolean;
7465
- /**
7466
- * <p>The principal ID of the user.</p>
7467
- */
7468
- PrincipalId?: string;
7469
- /**
7470
- * <p>The custom permissions profile associated with this user.</p>
7471
- */
7472
- CustomPermissionsName?: string;
7473
- /**
7474
- * <p>The type of supported external login provider that provides identity to let the user
7475
- * federate into Amazon QuickSight with an associated IAMrole. The type can be one of the following.</p>
7476
- * <ul>
7477
- * <li>
7478
- * <p>
7479
- * <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.</p>
7480
- * </li>
7481
- * <li>
7482
- * <p>
7483
- * <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider.</p>
7484
- * </li>
7485
- * </ul>
7486
- */
7487
- ExternalLoginFederationProviderType?: string;
7488
- /**
7489
- * <p>The URL of the external login provider.</p>
7490
- */
7491
- ExternalLoginFederationProviderUrl?: string;
7492
- /**
7493
- * <p>The identity ID for the user in the external login provider.</p>
7494
- */
7495
- ExternalLoginId?: string;
7496
- }
7497
- export declare namespace User {
7498
- /**
7499
- * @internal
7500
- */
7501
- const filterSensitiveLog: (obj: User) => any;
7502
- }