@aws-sdk/client-quicksight 3.42.0 → 3.47.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 (46) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist-cjs/endpoints.js +1 -0
  3. package/dist-cjs/models/models_0.js +21 -96
  4. package/dist-cjs/models/models_1.js +17 -33
  5. package/dist-cjs/protocols/Aws_restJson1.js +80 -0
  6. package/dist-cjs/runtimeConfig.browser.js +7 -2
  7. package/dist-cjs/runtimeConfig.js +9 -3
  8. package/dist-es/endpoints.js +1 -0
  9. package/dist-es/models/models_0.js +13 -64
  10. package/dist-es/models/models_1.js +12 -20
  11. package/dist-es/protocols/Aws_restJson1.js +189 -115
  12. package/dist-es/runtimeConfig.browser.js +12 -3
  13. package/dist-es/runtimeConfig.js +13 -6
  14. package/dist-types/QuickSight.d.ts +47 -37
  15. package/dist-types/QuickSightClient.d.ts +5 -1
  16. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +7 -5
  17. package/dist-types/commands/CreateDashboardCommand.d.ts +5 -3
  18. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateIngestionCommand.d.ts +4 -1
  21. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +4 -4
  23. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  26. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -3
  27. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  29. package/dist-types/commands/RegisterUserCommand.d.ts +1 -2
  30. package/dist-types/commands/TagResourceCommand.d.ts +8 -7
  31. package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -1
  32. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  35. package/dist-types/models/models_0.d.ts +185 -250
  36. package/dist-types/models/models_1.d.ts +213 -113
  37. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  38. package/dist-types/runtimeConfig.d.ts +4 -3
  39. package/dist-types/runtimeConfig.native.d.ts +1 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +3 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +76 -87
  42. package/dist-types/ts3.4/models/models_1.d.ts +43 -21
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  46. package/package.json +38 -45
@@ -14,20 +14,18 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
14
14
  */
15
15
  RequestId?: string;
16
16
  }
17
- export declare namespace AccessDeniedException {
18
- /**
19
- * @internal
20
- */
21
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
22
- }
23
17
  /**
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>
18
+ * <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
19
  */
26
20
  export interface AccountCustomization {
27
21
  /**
28
22
  * <p>The default theme for this Amazon QuickSight subscription.</p>
29
23
  */
30
24
  DefaultTheme?: string;
25
+ /**
26
+ * <p>The default email customization template.</p>
27
+ */
28
+ DefaultEmailCustomizationTemplate?: string;
31
29
  }
32
30
  export declare namespace AccountCustomization {
33
31
  /**
@@ -74,7 +72,7 @@ export declare namespace AccountSettings {
74
72
  */
75
73
  export interface ActiveIAMPolicyAssignment {
76
74
  /**
77
- * <p>A name for the IAMpolicy assignment.</p>
75
+ * <p>A name for the IAM policy assignment.</p>
78
76
  */
79
77
  AssignmentName?: string;
80
78
  /**
@@ -122,7 +120,13 @@ export declare namespace AmazonElasticsearchParameters {
122
120
  */
123
121
  const filterSensitiveLog: (obj: AmazonElasticsearchParameters) => any;
124
122
  }
123
+ /**
124
+ * <p>The parameters for OpenSearch.</p>
125
+ */
125
126
  export interface AmazonOpenSearchParameters {
127
+ /**
128
+ * <p>The OpenSearch domain.</p>
129
+ */
126
130
  Domain: string | undefined;
127
131
  }
128
132
  export declare namespace AmazonOpenSearchParameters {
@@ -385,11 +389,11 @@ export declare namespace AnonymousUserDashboardEmbeddingConfiguration {
385
389
  const filterSensitiveLog: (obj: AnonymousUserDashboardEmbeddingConfiguration) => any;
386
390
  }
387
391
  /**
388
- * <p>The type of experience you want to embed. For anonymous users, you can embed an Amazon QuickSight dashboard.</p>
392
+ * <p>The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.</p>
389
393
  */
390
394
  export interface AnonymousUserEmbeddingExperienceConfiguration {
391
395
  /**
392
- * <p>The type of embedding experience. In this case, an Amazon QuickSight dashboard.</p>
396
+ * <p>The type of embedding experience. In this case, Amazon QuickSight dashboards.</p>
393
397
  */
394
398
  Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
395
399
  }
@@ -576,12 +580,6 @@ export interface InternalFailureException extends __SmithyException, $MetadataBe
576
580
  */
577
581
  RequestId?: string;
578
582
  }
579
- export declare namespace InternalFailureException {
580
- /**
581
- * @internal
582
- */
583
- const filterSensitiveLog: (obj: InternalFailureException) => any;
584
- }
585
583
  /**
586
584
  * <p>One or more parameters has a value that isn't valid.</p>
587
585
  */
@@ -594,12 +592,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
594
592
  */
595
593
  RequestId?: string;
596
594
  }
597
- export declare namespace InvalidParameterValueException {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
602
- }
603
595
  export declare enum ExceptionResourceType {
604
596
  ACCOUNT_SETTINGS = "ACCOUNT_SETTINGS",
605
597
  DATA_SET = "DATA_SET",
@@ -627,12 +619,6 @@ export interface ResourceExistsException extends __SmithyException, $MetadataBea
627
619
  */
628
620
  RequestId?: string;
629
621
  }
630
- export declare namespace ResourceExistsException {
631
- /**
632
- * @internal
633
- */
634
- const filterSensitiveLog: (obj: ResourceExistsException) => any;
635
- }
636
622
  /**
637
623
  * <p>One or more resources can't be found.</p>
638
624
  */
@@ -649,12 +635,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
649
635
  */
650
636
  RequestId?: string;
651
637
  }
652
- export declare namespace ResourceNotFoundException {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
657
- }
658
638
  /**
659
639
  * <p>Access is throttled.</p>
660
640
  */
@@ -667,12 +647,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
667
647
  */
668
648
  RequestId?: string;
669
649
  }
670
- export declare namespace ThrottlingException {
671
- /**
672
- * @internal
673
- */
674
- const filterSensitiveLog: (obj: ThrottlingException) => any;
675
- }
676
650
  export declare enum ColumnDataType {
677
651
  DATETIME = "DATETIME",
678
652
  DECIMAL = "DECIMAL",
@@ -852,7 +826,11 @@ export declare enum GeoSpatialDataRole {
852
826
  STATE = "STATE"
853
827
  }
854
828
  /**
855
- * <p>A tag for a column in a <a>TagColumnOperation</a> structure. This is a
829
+ * <p>A tag for a column in a
830
+ * <code>
831
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html">TagColumnOperation</a>
832
+ * </code>
833
+ * structure. This is a
856
834
  * variant type structure. For this structure to be valid, only one of the attributes can
857
835
  * be non-null.</p>
858
836
  */
@@ -886,12 +864,6 @@ export interface ConcurrentUpdatingException extends __SmithyException, $Metadat
886
864
  Message?: string;
887
865
  RequestId?: string;
888
866
  }
889
- export declare namespace ConcurrentUpdatingException {
890
- /**
891
- * @internal
892
- */
893
- const filterSensitiveLog: (obj: ConcurrentUpdatingException) => any;
894
- }
895
867
  /**
896
868
  * <p>Updating or deleting a resource can cause an inconsistent state.</p>
897
869
  */
@@ -904,12 +876,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
904
876
  */
905
877
  RequestId?: string;
906
878
  }
907
- export declare namespace ConflictException {
908
- /**
909
- * @internal
910
- */
911
- const filterSensitiveLog: (obj: ConflictException) => any;
912
- }
913
879
  /**
914
880
  * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
915
881
  * resource.</p>
@@ -941,7 +907,7 @@ export interface CreateAccountCustomizationRequest {
941
907
  Namespace?: string;
942
908
  /**
943
909
  * <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>
910
+ * these to an Amazon Web Services account and a QuickSight namespace. </p>
945
911
  * <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
946
912
  * to the midnight theme: <code>"AccountCustomization": { "DefaultTheme":
947
913
  * "arn:aws:quicksight::aws:theme/MIDNIGHT" }</code>. Or, you can add a custom theme by
@@ -1009,12 +975,6 @@ export interface ResourceUnavailableException extends __SmithyException, $Metada
1009
975
  */
1010
976
  RequestId?: string;
1011
977
  }
1012
- export declare namespace ResourceUnavailableException {
1013
- /**
1014
- * @internal
1015
- */
1016
- const filterSensitiveLog: (obj: ResourceUnavailableException) => any;
1017
- }
1018
978
  /**
1019
979
  * <p>A date-time parameter.</p>
1020
980
  */
@@ -1133,7 +1093,7 @@ export interface ResourcePermission {
1133
1093
  * <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
1134
1094
  * </li>
1135
1095
  * <li>
1136
- * <p>The ARN of an Amazon Web Services account root: This is an IAMARN rather than a Amazon QuickSight
1096
+ * <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
1137
1097
  * ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
1138
1098
  * (This is less common.) </p>
1139
1099
  * </li>
@@ -1141,7 +1101,7 @@ export interface ResourcePermission {
1141
1101
  */
1142
1102
  Principal: string | undefined;
1143
1103
  /**
1144
- * <p>The IAMaction to grant or revoke permissions on.</p>
1104
+ * <p>The IAM action to grant or revoke permissions on.</p>
1145
1105
  */
1146
1106
  Actions: string[] | undefined;
1147
1107
  }
@@ -1245,12 +1205,6 @@ export interface UnsupportedUserEditionException extends __SmithyException, $Met
1245
1205
  */
1246
1206
  RequestId?: string;
1247
1207
  }
1248
- export declare namespace UnsupportedUserEditionException {
1249
- /**
1250
- * @internal
1251
- */
1252
- const filterSensitiveLog: (obj: UnsupportedUserEditionException) => any;
1253
- }
1254
1208
  /**
1255
1209
  * <p>A transform operation that creates calculated columns. Columns created in one such
1256
1210
  * operation form a lexical closure.</p>
@@ -1364,7 +1318,7 @@ export interface CreateDashboardRequest {
1364
1318
  */
1365
1319
  AwsAccountId: string | undefined;
1366
1320
  /**
1367
- * <p>The ID for the dashboard, also added to the IAMpolicy.</p>
1321
+ * <p>The ID for the dashboard, also added to the IAM policy.</p>
1368
1322
  */
1369
1323
  DashboardId: string | undefined;
1370
1324
  /**
@@ -1379,7 +1333,7 @@ export interface CreateDashboardRequest {
1379
1333
  Parameters?: _Parameters;
1380
1334
  /**
1381
1335
  * <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
1336
+ * for granting permissions by providing a list of IAM action information for each
1383
1337
  * principal ARN. </p>
1384
1338
  *
1385
1339
  * <p>To specify no permissions, omit the permissions list.</p>
@@ -1390,7 +1344,10 @@ export interface CreateDashboardRequest {
1390
1344
  * <code>SourceEntity</code>, you specify the type of object you're using as source. You
1391
1345
  * can only create a dashboard from a template, so you use a <code>SourceTemplate</code>
1392
1346
  * 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
1347
+ * to a template by using the <code>
1348
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
1349
+ * </code>
1350
+ * API operation. For
1394
1351
  * <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
1395
1352
  * template. The <code>SourceTemplate</code>ARN can contain any Amazon Web Services account and any
1396
1353
  * Amazon QuickSight-supported Amazon Web Services Region. </p>
@@ -2204,7 +2161,7 @@ export interface CreateDataSetRequest {
2204
2161
  RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
2205
2162
  /**
2206
2163
  * <p>A set of one or more definitions of a <code>
2207
- * <a>ColumnLevelPermissionRule</a>
2164
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
2208
2165
  * </code>.</p>
2209
2166
  */
2210
2167
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
@@ -2273,11 +2230,24 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
2273
2230
  */
2274
2231
  RequestId?: string;
2275
2232
  }
2276
- export declare namespace LimitExceededException {
2233
+ /**
2234
+ * <p>The required parameters for connecting to an Exasol data source.</p>
2235
+ */
2236
+ export interface ExasolParameters {
2237
+ /**
2238
+ * <p>The hostname or IP address of the Exasol data source.</p>
2239
+ */
2240
+ Host: string | undefined;
2241
+ /**
2242
+ * <p>The port for the Exasol data source.</p>
2243
+ */
2244
+ Port: number | undefined;
2245
+ }
2246
+ export declare namespace ExasolParameters {
2277
2247
  /**
2278
2248
  * @internal
2279
2249
  */
2280
- const filterSensitiveLog: (obj: LimitExceededException) => any;
2250
+ const filterSensitiveLog: (obj: ExasolParameters) => any;
2281
2251
  }
2282
2252
  /**
2283
2253
  * <p>The parameters for Jira.</p>
@@ -2620,7 +2590,7 @@ export declare namespace TwitterParameters {
2620
2590
  * This is a variant type structure. For this structure to be valid, only one of the
2621
2591
  * attributes can be non-null.</p>
2622
2592
  */
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;
2593
+ 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
2594
  export declare namespace DataSourceParameters {
2625
2595
  /**
2626
2596
  * <p>The parameters for OpenSearch.</p>
@@ -2647,6 +2617,7 @@ export declare namespace DataSourceParameters {
2647
2617
  TeradataParameters?: never;
2648
2618
  TwitterParameters?: never;
2649
2619
  AmazonOpenSearchParameters?: never;
2620
+ ExasolParameters?: never;
2650
2621
  $unknown?: never;
2651
2622
  }
2652
2623
  /**
@@ -2674,6 +2645,7 @@ export declare namespace DataSourceParameters {
2674
2645
  TeradataParameters?: never;
2675
2646
  TwitterParameters?: never;
2676
2647
  AmazonOpenSearchParameters?: never;
2648
+ ExasolParameters?: never;
2677
2649
  $unknown?: never;
2678
2650
  }
2679
2651
  /**
@@ -2701,6 +2673,7 @@ export declare namespace DataSourceParameters {
2701
2673
  TeradataParameters?: never;
2702
2674
  TwitterParameters?: never;
2703
2675
  AmazonOpenSearchParameters?: never;
2676
+ ExasolParameters?: never;
2704
2677
  $unknown?: never;
2705
2678
  }
2706
2679
  /**
@@ -2728,6 +2701,7 @@ export declare namespace DataSourceParameters {
2728
2701
  TeradataParameters?: never;
2729
2702
  TwitterParameters?: never;
2730
2703
  AmazonOpenSearchParameters?: never;
2704
+ ExasolParameters?: never;
2731
2705
  $unknown?: never;
2732
2706
  }
2733
2707
  /**
@@ -2755,6 +2729,7 @@ export declare namespace DataSourceParameters {
2755
2729
  TeradataParameters?: never;
2756
2730
  TwitterParameters?: never;
2757
2731
  AmazonOpenSearchParameters?: never;
2732
+ ExasolParameters?: never;
2758
2733
  $unknown?: never;
2759
2734
  }
2760
2735
  /**
@@ -2782,6 +2757,7 @@ export declare namespace DataSourceParameters {
2782
2757
  TeradataParameters?: never;
2783
2758
  TwitterParameters?: never;
2784
2759
  AmazonOpenSearchParameters?: never;
2760
+ ExasolParameters?: never;
2785
2761
  $unknown?: never;
2786
2762
  }
2787
2763
  /**
@@ -2809,6 +2785,7 @@ export declare namespace DataSourceParameters {
2809
2785
  TeradataParameters?: never;
2810
2786
  TwitterParameters?: never;
2811
2787
  AmazonOpenSearchParameters?: never;
2788
+ ExasolParameters?: never;
2812
2789
  $unknown?: never;
2813
2790
  }
2814
2791
  /**
@@ -2836,6 +2813,7 @@ export declare namespace DataSourceParameters {
2836
2813
  TeradataParameters?: never;
2837
2814
  TwitterParameters?: never;
2838
2815
  AmazonOpenSearchParameters?: never;
2816
+ ExasolParameters?: never;
2839
2817
  $unknown?: never;
2840
2818
  }
2841
2819
  /**
@@ -2863,6 +2841,7 @@ export declare namespace DataSourceParameters {
2863
2841
  TeradataParameters?: never;
2864
2842
  TwitterParameters?: never;
2865
2843
  AmazonOpenSearchParameters?: never;
2844
+ ExasolParameters?: never;
2866
2845
  $unknown?: never;
2867
2846
  }
2868
2847
  /**
@@ -2890,6 +2869,7 @@ export declare namespace DataSourceParameters {
2890
2869
  TeradataParameters?: never;
2891
2870
  TwitterParameters?: never;
2892
2871
  AmazonOpenSearchParameters?: never;
2872
+ ExasolParameters?: never;
2893
2873
  $unknown?: never;
2894
2874
  }
2895
2875
  /**
@@ -2917,6 +2897,7 @@ export declare namespace DataSourceParameters {
2917
2897
  TeradataParameters?: never;
2918
2898
  TwitterParameters?: never;
2919
2899
  AmazonOpenSearchParameters?: never;
2900
+ ExasolParameters?: never;
2920
2901
  $unknown?: never;
2921
2902
  }
2922
2903
  /**
@@ -2944,6 +2925,7 @@ export declare namespace DataSourceParameters {
2944
2925
  TeradataParameters?: never;
2945
2926
  TwitterParameters?: never;
2946
2927
  AmazonOpenSearchParameters?: never;
2928
+ ExasolParameters?: never;
2947
2929
  $unknown?: never;
2948
2930
  }
2949
2931
  /**
@@ -2971,6 +2953,7 @@ export declare namespace DataSourceParameters {
2971
2953
  TeradataParameters?: never;
2972
2954
  TwitterParameters?: never;
2973
2955
  AmazonOpenSearchParameters?: never;
2956
+ ExasolParameters?: never;
2974
2957
  $unknown?: never;
2975
2958
  }
2976
2959
  /**
@@ -2998,6 +2981,7 @@ export declare namespace DataSourceParameters {
2998
2981
  TeradataParameters?: never;
2999
2982
  TwitterParameters?: never;
3000
2983
  AmazonOpenSearchParameters?: never;
2984
+ ExasolParameters?: never;
3001
2985
  $unknown?: never;
3002
2986
  }
3003
2987
  /**
@@ -3025,6 +3009,7 @@ export declare namespace DataSourceParameters {
3025
3009
  TeradataParameters?: never;
3026
3010
  TwitterParameters?: never;
3027
3011
  AmazonOpenSearchParameters?: never;
3012
+ ExasolParameters?: never;
3028
3013
  $unknown?: never;
3029
3014
  }
3030
3015
  /**
@@ -3052,6 +3037,7 @@ export declare namespace DataSourceParameters {
3052
3037
  TeradataParameters?: never;
3053
3038
  TwitterParameters?: never;
3054
3039
  AmazonOpenSearchParameters?: never;
3040
+ ExasolParameters?: never;
3055
3041
  $unknown?: never;
3056
3042
  }
3057
3043
  /**
@@ -3079,6 +3065,7 @@ export declare namespace DataSourceParameters {
3079
3065
  TeradataParameters?: never;
3080
3066
  TwitterParameters?: never;
3081
3067
  AmazonOpenSearchParameters?: never;
3068
+ ExasolParameters?: never;
3082
3069
  $unknown?: never;
3083
3070
  }
3084
3071
  /**
@@ -3106,6 +3093,7 @@ export declare namespace DataSourceParameters {
3106
3093
  TeradataParameters?: never;
3107
3094
  TwitterParameters?: never;
3108
3095
  AmazonOpenSearchParameters?: never;
3096
+ ExasolParameters?: never;
3109
3097
  $unknown?: never;
3110
3098
  }
3111
3099
  /**
@@ -3133,6 +3121,7 @@ export declare namespace DataSourceParameters {
3133
3121
  TeradataParameters: TeradataParameters;
3134
3122
  TwitterParameters?: never;
3135
3123
  AmazonOpenSearchParameters?: never;
3124
+ ExasolParameters?: never;
3136
3125
  $unknown?: never;
3137
3126
  }
3138
3127
  /**
@@ -3160,8 +3149,12 @@ export declare namespace DataSourceParameters {
3160
3149
  TeradataParameters?: never;
3161
3150
  TwitterParameters: TwitterParameters;
3162
3151
  AmazonOpenSearchParameters?: never;
3152
+ ExasolParameters?: never;
3163
3153
  $unknown?: never;
3164
3154
  }
3155
+ /**
3156
+ * <p>The parameters for OpenSearch.</p>
3157
+ */
3165
3158
  interface AmazonOpenSearchParametersMember {
3166
3159
  AmazonElasticsearchParameters?: never;
3167
3160
  AthenaParameters?: never;
@@ -3184,6 +3177,35 @@ export declare namespace DataSourceParameters {
3184
3177
  TeradataParameters?: never;
3185
3178
  TwitterParameters?: never;
3186
3179
  AmazonOpenSearchParameters: AmazonOpenSearchParameters;
3180
+ ExasolParameters?: never;
3181
+ $unknown?: never;
3182
+ }
3183
+ /**
3184
+ * <p>The parameters for Exasol.</p>
3185
+ */
3186
+ interface ExasolParametersMember {
3187
+ AmazonElasticsearchParameters?: never;
3188
+ AthenaParameters?: never;
3189
+ AuroraParameters?: never;
3190
+ AuroraPostgreSqlParameters?: never;
3191
+ AwsIotAnalyticsParameters?: never;
3192
+ JiraParameters?: never;
3193
+ MariaDbParameters?: never;
3194
+ MySqlParameters?: never;
3195
+ OracleParameters?: never;
3196
+ PostgreSqlParameters?: never;
3197
+ PrestoParameters?: never;
3198
+ RdsParameters?: never;
3199
+ RedshiftParameters?: never;
3200
+ S3Parameters?: never;
3201
+ ServiceNowParameters?: never;
3202
+ SnowflakeParameters?: never;
3203
+ SparkParameters?: never;
3204
+ SqlServerParameters?: never;
3205
+ TeradataParameters?: never;
3206
+ TwitterParameters?: never;
3207
+ AmazonOpenSearchParameters?: never;
3208
+ ExasolParameters: ExasolParameters;
3187
3209
  $unknown?: never;
3188
3210
  }
3189
3211
  interface $UnknownMember {
@@ -3208,6 +3230,7 @@ export declare namespace DataSourceParameters {
3208
3230
  TeradataParameters?: never;
3209
3231
  TwitterParameters?: never;
3210
3232
  AmazonOpenSearchParameters?: never;
3233
+ ExasolParameters?: never;
3211
3234
  $unknown: [string, any];
3212
3235
  }
3213
3236
  interface Visitor<T> {
@@ -3232,6 +3255,7 @@ export declare namespace DataSourceParameters {
3232
3255
  TeradataParameters: (value: TeradataParameters) => T;
3233
3256
  TwitterParameters: (value: TwitterParameters) => T;
3234
3257
  AmazonOpenSearchParameters: (value: AmazonOpenSearchParameters) => T;
3258
+ ExasolParameters: (value: ExasolParameters) => T;
3235
3259
  _: (name: string, value: any) => T;
3236
3260
  }
3237
3261
  const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
@@ -3277,7 +3301,10 @@ export declare namespace CredentialPair {
3277
3301
  */
3278
3302
  export interface DataSourceCredentials {
3279
3303
  /**
3280
- * <p>Credential pair. For more information, see <a>CredentialPair</a>.</p>
3304
+ * <p>Credential pair. For more information, see
3305
+ * <code>
3306
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html">CredentialPair</a>
3307
+ * </code>.</p>
3281
3308
  */
3282
3309
  CredentialPair?: CredentialPair;
3283
3310
  /**
@@ -3318,6 +3345,7 @@ export declare enum DataSourceType {
3318
3345
  AURORA = "AURORA",
3319
3346
  AURORA_POSTGRESQL = "AURORA_POSTGRESQL",
3320
3347
  AWS_IOT_ANALYTICS = "AWS_IOT_ANALYTICS",
3348
+ EXASOL = "EXASOL",
3321
3349
  GITHUB = "GITHUB",
3322
3350
  JIRA = "JIRA",
3323
3351
  MARIADB = "MARIADB",
@@ -3436,11 +3464,11 @@ export declare enum FolderType {
3436
3464
  }
3437
3465
  export interface CreateFolderRequest {
3438
3466
  /**
3439
- * <p>The AWS Account ID.</p>
3467
+ * <p>The ID for the Amazon Web Services account where you want to create the folder.</p>
3440
3468
  */
3441
3469
  AwsAccountId: string | undefined;
3442
3470
  /**
3443
- * <p>The folder ID.</p>
3471
+ * <p>The ID of the folder.</p>
3444
3472
  */
3445
3473
  FolderId: string | undefined;
3446
3474
  /**
@@ -3453,13 +3481,13 @@ export interface CreateFolderRequest {
3453
3481
  FolderType?: FolderType | string;
3454
3482
  /**
3455
3483
  * <p>The Amazon Resource Name (ARN) for the parent folder.</p>
3456
- * <p>
3484
+ * <p>
3457
3485
  * <code>ParentFolderArn</code> can be null. An empty <code>parentFolderArn</code> creates a root-level folder.</p>
3458
3486
  */
3459
3487
  ParentFolderArn?: string;
3460
3488
  /**
3461
3489
  * <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>
3490
+ * <p>To specify no permissions, omit <code>Permissions</code>.</p>
3463
3491
  */
3464
3492
  Permissions?: ResourcePermission[];
3465
3493
  /**
@@ -3475,7 +3503,7 @@ export declare namespace CreateFolderRequest {
3475
3503
  }
3476
3504
  export interface CreateFolderResponse {
3477
3505
  /**
3478
- * <p>The status of the newly created folder. If succeeded, the status is <code>SC_OK (200)</code>.</p>
3506
+ * <p>The HTTP status of the request.</p>
3479
3507
  */
3480
3508
  Status?: number;
3481
3509
  /**
@@ -3504,11 +3532,11 @@ export declare enum MemberType {
3504
3532
  }
3505
3533
  export interface CreateFolderMembershipRequest {
3506
3534
  /**
3507
- * <p>The AWS Account ID.</p>
3535
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
3508
3536
  */
3509
3537
  AwsAccountId: string | undefined;
3510
3538
  /**
3511
- * <p>The folder ID.</p>
3539
+ * <p>The ID of the folder.</p>
3512
3540
  */
3513
3541
  FolderId: string | undefined;
3514
3542
  /**
@@ -3527,15 +3555,15 @@ export declare namespace CreateFolderMembershipRequest {
3527
3555
  const filterSensitiveLog: (obj: CreateFolderMembershipRequest) => any;
3528
3556
  }
3529
3557
  /**
3530
- * <p>An asset in a folder, such as a dashboard, analysis, or dataset.</p>
3558
+ * <p>An asset in a Amazon QuickSight folder, such as a dashboard, analysis, or dataset.</p>
3531
3559
  */
3532
3560
  export interface FolderMember {
3533
3561
  /**
3534
- * <p>The ID of the asset.</p>
3562
+ * <p>The ID of an asset in the folder.</p>
3535
3563
  */
3536
3564
  MemberId?: string;
3537
3565
  /**
3538
- * <p>The type of the asset.</p>
3566
+ * <p>The type of asset that it is.</p>
3539
3567
  */
3540
3568
  MemberType?: MemberType | string;
3541
3569
  }
@@ -3547,7 +3575,7 @@ export declare namespace FolderMember {
3547
3575
  }
3548
3576
  export interface CreateFolderMembershipResponse {
3549
3577
  /**
3550
- * <p>The status of the folder membership. If succeeded, the status is <code>SC_OK (200)</code>.</p>
3578
+ * <p>The HTTP status of the request.</p>
3551
3579
  */
3552
3580
  Status?: number;
3553
3581
  /**
@@ -3555,7 +3583,7 @@ export interface CreateFolderMembershipResponse {
3555
3583
  */
3556
3584
  FolderMember?: FolderMember;
3557
3585
  /**
3558
- * <p>The request ID.</p>
3586
+ * <p>The Amazon Web Services request ID for this operation.</p>
3559
3587
  */
3560
3588
  RequestId?: string;
3561
3589
  }
@@ -3656,12 +3684,6 @@ export interface PreconditionNotMetException extends __SmithyException, $Metadat
3656
3684
  */
3657
3685
  RequestId?: string;
3658
3686
  }
3659
- export declare namespace PreconditionNotMetException {
3660
- /**
3661
- * @internal
3662
- */
3663
- const filterSensitiveLog: (obj: PreconditionNotMetException) => any;
3664
- }
3665
3687
  export interface CreateGroupMembershipRequest {
3666
3688
  /**
3667
3689
  * <p>The name of the user that you want to add to the group membership.</p>
@@ -3729,7 +3751,7 @@ export declare namespace CreateGroupMembershipResponse {
3729
3751
  }
3730
3752
  export interface CreateIAMPolicyAssignmentRequest {
3731
3753
  /**
3732
- * <p>The ID of the Amazon Web Services account where you want to assign an IAMpolicy to Amazon QuickSight users or
3754
+ * <p>The ID of the Amazon Web Services account where you want to assign an IAM policy to Amazon QuickSight users or
3733
3755
  * groups.</p>
3734
3756
  */
3735
3757
  AwsAccountId: string | undefined;
@@ -3758,7 +3780,7 @@ export interface CreateIAMPolicyAssignmentRequest {
3758
3780
  */
3759
3781
  AssignmentStatus: AssignmentStatus | string | undefined;
3760
3782
  /**
3761
- * <p>The ARN for the IAMpolicy to apply to the Amazon QuickSight users and groups
3783
+ * <p>The ARN for the IAM policy to apply to the Amazon QuickSight users and groups
3762
3784
  * specified in this assignment.</p>
3763
3785
  */
3764
3786
  PolicyArn?: string;
@@ -3809,11 +3831,11 @@ export interface CreateIAMPolicyAssignmentResponse {
3809
3831
  */
3810
3832
  AssignmentStatus?: AssignmentStatus | string;
3811
3833
  /**
3812
- * <p>The ARN for the IAMpolicy that is applied to the Amazon QuickSight users and groups specified in this assignment.</p>
3834
+ * <p>The ARN for the IAM policy that is applied to the Amazon QuickSight users and groups specified in this assignment.</p>
3813
3835
  */
3814
3836
  PolicyArn?: string;
3815
3837
  /**
3816
- * <p>The Amazon QuickSight users, groups, or both that the IAMpolicy is assigned to.</p>
3838
+ * <p>The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.</p>
3817
3839
  */
3818
3840
  Identities?: {
3819
3841
  [key: string]: string[];
@@ -4421,7 +4443,7 @@ export interface CreateThemeRequest {
4421
4443
  * <p>The ID of the theme that a custom theme will inherit from. All themes inherit from one of
4422
4444
  * the starting themes defined by Amazon QuickSight. For a list of the starting themes, use
4423
4445
  * <code>ListThemes</code> or choose <b>Themes</b> from
4424
- * within a Amazon QuickSight analysis. </p>
4446
+ * within an analysis. </p>
4425
4447
  */
4426
4448
  BaseThemeId: string | undefined;
4427
4449
  /**
@@ -4874,7 +4896,7 @@ export interface DataSet {
4874
4896
  RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
4875
4897
  /**
4876
4898
  * <p>A set of one or more definitions of a <code>
4877
- * <a>ColumnLevelPermissionRule</a>
4899
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
4878
4900
  * </code>.</p>
4879
4901
  */
4880
4902
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
@@ -5293,11 +5315,11 @@ export declare namespace DeleteDataSourceResponse {
5293
5315
  }
5294
5316
  export interface DeleteFolderRequest {
5295
5317
  /**
5296
- * <p>The AWS Account ID for the folder.</p>
5318
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
5297
5319
  */
5298
5320
  AwsAccountId: string | undefined;
5299
5321
  /**
5300
- * <p>The folder ID.</p>
5322
+ * <p>The ID of the folder.</p>
5301
5323
  */
5302
5324
  FolderId: string | undefined;
5303
5325
  }
@@ -5309,7 +5331,7 @@ export declare namespace DeleteFolderRequest {
5309
5331
  }
5310
5332
  export interface DeleteFolderResponse {
5311
5333
  /**
5312
- * <p>The status of deleting the folder. If succeeded, the status is <code>SC_OK (200)</code>.</p>
5334
+ * <p>The HTTP status of the request.</p>
5313
5335
  */
5314
5336
  Status?: number;
5315
5337
  /**
@@ -5317,11 +5339,11 @@ export interface DeleteFolderResponse {
5317
5339
  */
5318
5340
  Arn?: string;
5319
5341
  /**
5320
- * <p>The folder ID.</p>
5342
+ * <p>The ID of the folder.</p>
5321
5343
  */
5322
5344
  FolderId?: string;
5323
5345
  /**
5324
- * <p>The request ID.</p>
5346
+ * <p>The Amazon Web Services request ID for this operation.</p>
5325
5347
  */
5326
5348
  RequestId?: string;
5327
5349
  }
@@ -5333,7 +5355,7 @@ export declare namespace DeleteFolderResponse {
5333
5355
  }
5334
5356
  export interface DeleteFolderMembershipRequest {
5335
5357
  /**
5336
- * <p>The AWS Account ID.</p>
5358
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
5337
5359
  */
5338
5360
  AwsAccountId: string | undefined;
5339
5361
  /**
@@ -5358,11 +5380,11 @@ export declare namespace DeleteFolderMembershipRequest {
5358
5380
  }
5359
5381
  export interface DeleteFolderMembershipResponse {
5360
5382
  /**
5361
- * <p>The status of deleting the asset. If succeeded, the status is <code>SC_OK (200)</code>.</p>
5383
+ * <p>The HTTP status of the request.</p>
5362
5384
  */
5363
5385
  Status?: number;
5364
5386
  /**
5365
- * <p>The request ID.</p>
5387
+ * <p>The Amazon Web Services request ID for this operation.</p>
5366
5388
  */
5367
5389
  RequestId?: string;
5368
5390
  }
@@ -5452,7 +5474,7 @@ export declare namespace DeleteGroupMembershipResponse {
5452
5474
  }
5453
5475
  export interface DeleteIAMPolicyAssignmentRequest {
5454
5476
  /**
5455
- * <p>The Amazon Web Services account ID where you want to delete the IAMpolicy assignment.</p>
5477
+ * <p>The Amazon Web Services account ID where you want to delete the IAM policy assignment.</p>
5456
5478
  */
5457
5479
  AwsAccountId: string | undefined;
5458
5480
  /**
@@ -5865,8 +5887,8 @@ export interface DescribeAccountSettingsResponse {
5865
5887
  /**
5866
5888
  * <p>The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon
5867
5889
  * 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
5890
+ * Amazon QuickSight subscription. In the QuickSight console, the Amazon QuickSight subscription is sometimes
5891
+ * referred to as a QuickSight "account" even though it's technically not an account
5870
5892
  * by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The
5871
5893
  * edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.</p>
5872
5894
  */
@@ -6026,7 +6048,7 @@ export interface DescribeDashboardPermissionsRequest {
6026
6048
  */
6027
6049
  AwsAccountId: string | undefined;
6028
6050
  /**
6029
- * <p>The ID for the dashboard, also added to the IAMpolicy.</p>
6051
+ * <p>The ID for the dashboard, also added to the IAM policy.</p>
6030
6052
  */
6031
6053
  DashboardId: string | undefined;
6032
6054
  }
@@ -6036,6 +6058,21 @@ export declare namespace DescribeDashboardPermissionsRequest {
6036
6058
  */
6037
6059
  const filterSensitiveLog: (obj: DescribeDashboardPermissionsRequest) => any;
6038
6060
  }
6061
+ /**
6062
+ * <p>A structure that contains the configuration of a shareable link to the dashboard.</p>
6063
+ */
6064
+ export interface LinkSharingConfiguration {
6065
+ /**
6066
+ * <p>A structure that contains the permissions of a shareable link.</p>
6067
+ */
6068
+ Permissions?: ResourcePermission[];
6069
+ }
6070
+ export declare namespace LinkSharingConfiguration {
6071
+ /**
6072
+ * @internal
6073
+ */
6074
+ const filterSensitiveLog: (obj: LinkSharingConfiguration) => any;
6075
+ }
6039
6076
  export interface DescribeDashboardPermissionsResponse {
6040
6077
  /**
6041
6078
  * <p>The ID for the dashboard.</p>
@@ -6057,6 +6094,13 @@ export interface DescribeDashboardPermissionsResponse {
6057
6094
  * <p>The Amazon Web Services request ID for this operation.</p>
6058
6095
  */
6059
6096
  RequestId?: string;
6097
+ /**
6098
+ * <p>A structure that contains the configuration of a shareable link that grants access to
6099
+ * the dashboard. Your users can use the link to view and interact with the dashboard, if
6100
+ * the dashboard has been shared with them. For more information about sharing dashboards,
6101
+ * see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sharing-a-dashboard.html">Sharing Dashboards</a>.</p>
6102
+ */
6103
+ LinkSharingConfiguration?: LinkSharingConfiguration;
6060
6104
  }
6061
6105
  export declare namespace DescribeDashboardPermissionsResponse {
6062
6106
  /**
@@ -6226,11 +6270,11 @@ export declare namespace DescribeDataSourcePermissionsResponse {
6226
6270
  }
6227
6271
  export interface DescribeFolderRequest {
6228
6272
  /**
6229
- * <p>The AWS account ID.</p>
6273
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
6230
6274
  */
6231
6275
  AwsAccountId: string | undefined;
6232
6276
  /**
6233
- * <p>The folder ID.</p>
6277
+ * <p>The ID of the folder.</p>
6234
6278
  */
6235
6279
  FolderId: string | undefined;
6236
6280
  }
@@ -6241,15 +6285,15 @@ export declare namespace DescribeFolderRequest {
6241
6285
  const filterSensitiveLog: (obj: DescribeFolderRequest) => any;
6242
6286
  }
6243
6287
  /**
6244
- * <p>A folder.</p>
6288
+ * <p>A folder in Amazon QuickSight.</p>
6245
6289
  */
6246
6290
  export interface Folder {
6247
6291
  /**
6248
- * <p>The folder ID.</p>
6292
+ * <p>The ID of the folder.</p>
6249
6293
  */
6250
6294
  FolderId?: string;
6251
6295
  /**
6252
- * <p>The folder Amazon Resource Name (ARN).</p>
6296
+ * <p>The Amazon Resource Name (ARN) for the folder.</p>
6253
6297
  */
6254
6298
  Arn?: string;
6255
6299
  /**
@@ -6257,11 +6301,11 @@ export interface Folder {
6257
6301
  */
6258
6302
  Name?: string;
6259
6303
  /**
6260
- * <p>The type of the folder.</p>
6304
+ * <p>The type of folder it is.</p>
6261
6305
  */
6262
6306
  FolderType?: FolderType | string;
6263
6307
  /**
6264
- * <p>An array of ancestor folder ARN strings.</p>
6308
+ * <p>An array of ancestor ARN strings for the folder.</p>
6265
6309
  */
6266
6310
  FolderPath?: string[];
6267
6311
  /**
@@ -6281,7 +6325,7 @@ export declare namespace Folder {
6281
6325
  }
6282
6326
  export interface DescribeFolderResponse {
6283
6327
  /**
6284
- * <p>The status. If succeeded, the status is <code>SC_OK (200)</code>.</p>
6328
+ * <p>The HTTP status of the request.</p>
6285
6329
  */
6286
6330
  Status?: number;
6287
6331
  /**
@@ -6289,7 +6333,7 @@ export interface DescribeFolderResponse {
6289
6333
  */
6290
6334
  Folder?: Folder;
6291
6335
  /**
6292
- * <p>The request ID.</p>
6336
+ * <p>The Amazon Web Services request ID for this operation.</p>
6293
6337
  */
6294
6338
  RequestId?: string;
6295
6339
  }
@@ -6301,11 +6345,11 @@ export declare namespace DescribeFolderResponse {
6301
6345
  }
6302
6346
  export interface DescribeFolderPermissionsRequest {
6303
6347
  /**
6304
- * <p>The AWS Account ID.</p>
6348
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
6305
6349
  */
6306
6350
  AwsAccountId: string | undefined;
6307
6351
  /**
6308
- * <p>The folder ID.</p>
6352
+ * <p>The ID of the folder.</p>
6309
6353
  */
6310
6354
  FolderId: string | undefined;
6311
6355
  }
@@ -6317,11 +6361,11 @@ export declare namespace DescribeFolderPermissionsRequest {
6317
6361
  }
6318
6362
  export interface DescribeFolderPermissionsResponse {
6319
6363
  /**
6320
- * <p>The status. If succeeded, the status is <code>SC_OK</code>.</p>
6364
+ * <p>The HTTP status of the request.</p>
6321
6365
  */
6322
6366
  Status?: number;
6323
6367
  /**
6324
- * <p>The folder ID.</p>
6368
+ * <p>The ID of the folder.</p>
6325
6369
  */
6326
6370
  FolderId?: string;
6327
6371
  /**
@@ -6333,7 +6377,7 @@ export interface DescribeFolderPermissionsResponse {
6333
6377
  */
6334
6378
  Permissions?: ResourcePermission[];
6335
6379
  /**
6336
- * <p>The request ID.</p>
6380
+ * <p>The Amazon Web Services request ID for this operation.</p>
6337
6381
  */
6338
6382
  RequestId?: string;
6339
6383
  }
@@ -6345,11 +6389,11 @@ export declare namespace DescribeFolderPermissionsResponse {
6345
6389
  }
6346
6390
  export interface DescribeFolderResolvedPermissionsRequest {
6347
6391
  /**
6348
- * <p>The AWS account ID.</p>
6392
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
6349
6393
  */
6350
6394
  AwsAccountId: string | undefined;
6351
6395
  /**
6352
- * <p>The folder ID.</p>
6396
+ * <p>The ID of the folder.</p>
6353
6397
  */
6354
6398
  FolderId: string | undefined;
6355
6399
  }
@@ -6361,24 +6405,23 @@ export declare namespace DescribeFolderResolvedPermissionsRequest {
6361
6405
  }
6362
6406
  export interface DescribeFolderResolvedPermissionsResponse {
6363
6407
  /**
6364
- * <p>The status. If succeeded, the status is <code>SC_OK</code>
6365
- * </p>
6408
+ * <p>The HTTP status of the request.</p>
6366
6409
  */
6367
6410
  Status?: number;
6368
6411
  /**
6369
- * <p>The folder ID.</p>
6412
+ * <p>The ID of the folder.</p>
6370
6413
  */
6371
6414
  FolderId?: string;
6372
6415
  /**
6373
- * <p>The Amazon Resource Name (ARN).</p>
6416
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
6374
6417
  */
6375
6418
  Arn?: string;
6376
6419
  /**
6377
- * <p>Information about the permissions on the dashboard.</p>
6420
+ * <p>Information about the permissions for the folder.</p>
6378
6421
  */
6379
6422
  Permissions?: ResourcePermission[];
6380
6423
  /**
6381
- * <p>The request ID.</p>
6424
+ * <p>The Amazon Web Services request ID for this operation.</p>
6382
6425
  */
6383
6426
  RequestId?: string;
6384
6427
  }
@@ -6466,7 +6509,7 @@ export interface IAMPolicyAssignment {
6466
6509
  */
6467
6510
  AssignmentName?: string;
6468
6511
  /**
6469
- * <p>The Amazon Resource Name (ARN) for the IAMpolicy.</p>
6512
+ * <p>The Amazon Resource Name (ARN) for the IAM policy.</p>
6470
6513
  */
6471
6514
  PolicyArn?: string;
6472
6515
  /**
@@ -6488,7 +6531,7 @@ export declare namespace IAMPolicyAssignment {
6488
6531
  }
6489
6532
  export interface DescribeIAMPolicyAssignmentResponse {
6490
6533
  /**
6491
- * <p>Information describing the IAMpolicy assignment.</p>
6534
+ * <p>Information describing the IAM policy assignment.</p>
6492
6535
  */
6493
6536
  IAMPolicyAssignment?: IAMPolicyAssignment;
6494
6537
  /**
@@ -6518,12 +6561,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
6518
6561
  */
6519
6562
  RequestId?: string;
6520
6563
  }
6521
- export declare namespace InvalidNextTokenException {
6522
- /**
6523
- * @internal
6524
- */
6525
- const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
6526
- }
6527
6564
  export interface DescribeIngestionRequest {
6528
6565
  /**
6529
6566
  * <p>The Amazon Web Services account ID.</p>
@@ -6739,7 +6776,7 @@ export declare namespace DescribeIngestionResponse {
6739
6776
  }
6740
6777
  export interface DescribeIpRestrictionRequest {
6741
6778
  /**
6742
- * <p>Your AWS account ID.</p>
6779
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
6743
6780
  */
6744
6781
  AwsAccountId: string | undefined;
6745
6782
  }
@@ -6751,25 +6788,25 @@ export declare namespace DescribeIpRestrictionRequest {
6751
6788
  }
6752
6789
  export interface DescribeIpRestrictionResponse {
6753
6790
  /**
6754
- * <p>Your AWS account ID.</p>
6791
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
6755
6792
  */
6756
6793
  AwsAccountId?: string;
6757
6794
  /**
6758
- * <p>Describes the IP rules with CIDR range and description.</p>
6795
+ * <p>A map that describes the IP rules with CIDR range and description.</p>
6759
6796
  */
6760
6797
  IpRestrictionRuleMap?: {
6761
6798
  [key: string]: string;
6762
6799
  };
6763
6800
  /**
6764
- * <p>Whether or not IP rules are enabled.</p>
6801
+ * <p>A value that specifies whether IP rules are turned on.</p>
6765
6802
  */
6766
6803
  Enabled?: boolean;
6767
6804
  /**
6768
- * <p>The ID of the describe request.</p>
6805
+ * <p>The Amazon Web Services request ID for this operation.</p>
6769
6806
  */
6770
6807
  RequestId?: string;
6771
6808
  /**
6772
- * <p>The status of a set of IP restrictions. A successful request returns a 200 status code.</p>
6809
+ * <p>The HTTP status of the request. </p>
6773
6810
  */
6774
6811
  Status?: number;
6775
6812
  }
@@ -7398,105 +7435,3 @@ export declare enum IdentityType {
7398
7435
  IAM = "IAM",
7399
7436
  QUICKSIGHT = "QUICKSIGHT"
7400
7437
  }
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
- }