@aws-sdk/client-quicksight 3.777.0 → 3.782.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 (82) hide show
  1. package/dist-cjs/index.js +191 -164
  2. package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
  3. package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
  4. package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
  5. package/dist-es/models/models_0.js +4 -29
  6. package/dist-es/models/models_1.js +30 -30
  7. package/dist-es/models/models_2.js +43 -51
  8. package/dist-es/models/models_3.js +55 -6
  9. package/dist-es/models/models_4.js +0 -10
  10. package/dist-es/models/models_5.js +10 -0
  11. package/dist-es/protocols/Aws_restJson1.js +5 -2
  12. package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
  14. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
  29. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
  30. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
  34. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
  35. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
  36. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
  38. package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
  39. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
  40. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
  41. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  42. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
  43. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  44. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
  50. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
  52. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
  53. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  54. package/dist-types/models/models_0.d.ts +103 -149
  55. package/dist-types/models/models_1.d.ts +144 -154
  56. package/dist-types/models/models_2.d.ts +315 -320
  57. package/dist-types/models/models_3.d.ts +373 -373
  58. package/dist-types/models/models_4.d.ts +390 -438
  59. package/dist-types/models/models_5.d.ts +429 -4
  60. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/models/models_0.d.ts +29 -44
  77. package/dist-types/ts3.4/models/models_1.d.ts +46 -57
  78. package/dist-types/ts3.4/models/models_2.d.ts +104 -109
  79. package/dist-types/ts3.4/models/models_3.d.ts +117 -102
  80. package/dist-types/ts3.4/models/models_4.d.ts +89 -106
  81. package/dist-types/ts3.4/models/models_5.d.ts +111 -3
  82. package/package.json +5 -5
@@ -1,8 +1,6 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import {
3
3
  AccountCustomization,
4
- AccountInfo,
5
- AccountSettings,
6
4
  AdHocFilteringOption,
7
5
  AnalysisDefaults,
8
6
  AssetOptions,
@@ -31,18 +29,6 @@ import {
31
29
  BrandDefinition,
32
30
  BrandDetail,
33
31
  CalculatedColumn,
34
- Capabilities,
35
- CastColumnTypeOperation,
36
- CategoryFilterFunction,
37
- CategoryFilterType,
38
- CellValueSynonym,
39
- CollectiveConstant,
40
- ColumnDataRole,
41
- ColumnDataSubType,
42
- ColumnDataType,
43
- ColumnDescription,
44
- ColumnGroup,
45
- ColumnGroupSchema,
46
32
  ConstantType,
47
33
  DataSetReference,
48
34
  DataSourceParameters,
@@ -59,6 +45,109 @@ import {
59
45
  VpcConnectionProperties,
60
46
  } from "./models_2";
61
47
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
48
+ export declare class ResourceExistsException extends __BaseException {
49
+ readonly name: "ResourceExistsException";
50
+ readonly $fault: "client";
51
+ Message?: string | undefined;
52
+ ResourceType?: ExceptionResourceType | undefined;
53
+ RequestId?: string | undefined;
54
+ constructor(
55
+ opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
56
+ );
57
+ }
58
+ export declare const CapabilityState: {
59
+ readonly DENY: "DENY";
60
+ };
61
+ export type CapabilityState =
62
+ (typeof CapabilityState)[keyof typeof CapabilityState];
63
+ export interface Capabilities {
64
+ ExportToCsv?: CapabilityState | undefined;
65
+ ExportToExcel?: CapabilityState | undefined;
66
+ CreateAndUpdateThemes?: CapabilityState | undefined;
67
+ AddOrRunAnomalyDetectionForAnalyses?: CapabilityState | undefined;
68
+ ShareAnalyses?: CapabilityState | undefined;
69
+ CreateAndUpdateDatasets?: CapabilityState | undefined;
70
+ ShareDatasets?: CapabilityState | undefined;
71
+ SubscribeDashboardEmailReports?: CapabilityState | undefined;
72
+ CreateAndUpdateDashboardEmailReports?: CapabilityState | undefined;
73
+ ShareDashboards?: CapabilityState | undefined;
74
+ CreateAndUpdateThresholdAlerts?: CapabilityState | undefined;
75
+ RenameSharedFolders?: CapabilityState | undefined;
76
+ CreateSharedFolders?: CapabilityState | undefined;
77
+ CreateAndUpdateDataSources?: CapabilityState | undefined;
78
+ ShareDataSources?: CapabilityState | undefined;
79
+ ViewAccountSPICECapacity?: CapabilityState | undefined;
80
+ CreateSPICEDataset?: CapabilityState | undefined;
81
+ }
82
+ export declare const ColumnDataType: {
83
+ readonly DATETIME: "DATETIME";
84
+ readonly DECIMAL: "DECIMAL";
85
+ readonly INTEGER: "INTEGER";
86
+ readonly STRING: "STRING";
87
+ };
88
+ export type ColumnDataType =
89
+ (typeof ColumnDataType)[keyof typeof ColumnDataType];
90
+ export declare const ColumnDataSubType: {
91
+ readonly FIXED: "FIXED";
92
+ readonly FLOAT: "FLOAT";
93
+ };
94
+ export type ColumnDataSubType =
95
+ (typeof ColumnDataSubType)[keyof typeof ColumnDataSubType];
96
+ export interface CastColumnTypeOperation {
97
+ ColumnName: string | undefined;
98
+ NewColumnType: ColumnDataType | undefined;
99
+ SubType?: ColumnDataSubType | undefined;
100
+ Format?: string | undefined;
101
+ }
102
+ export declare const CategoryFilterFunction: {
103
+ readonly CONTAINS: "CONTAINS";
104
+ readonly EXACT: "EXACT";
105
+ };
106
+ export type CategoryFilterFunction =
107
+ (typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
108
+ export declare const CategoryFilterType: {
109
+ readonly CUSTOM_FILTER: "CUSTOM_FILTER";
110
+ readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
111
+ readonly FILTER_LIST: "FILTER_LIST";
112
+ };
113
+ export type CategoryFilterType =
114
+ (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
115
+ export interface CellValueSynonym {
116
+ CellValue?: string | undefined;
117
+ Synonyms?: string[] | undefined;
118
+ }
119
+ export interface CollectiveConstant {
120
+ ValueList?: string[] | undefined;
121
+ }
122
+ export declare const ColumnDataRole: {
123
+ readonly DIMENSION: "DIMENSION";
124
+ readonly MEASURE: "MEASURE";
125
+ };
126
+ export type ColumnDataRole =
127
+ (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
128
+ export interface ColumnDescription {
129
+ Text?: string | undefined;
130
+ }
131
+ export declare const GeoSpatialCountryCode: {
132
+ readonly US: "US";
133
+ };
134
+ export type GeoSpatialCountryCode =
135
+ (typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
136
+ export interface GeoSpatialColumnGroup {
137
+ Name: string | undefined;
138
+ CountryCode?: GeoSpatialCountryCode | undefined;
139
+ Columns: string[] | undefined;
140
+ }
141
+ export interface ColumnGroup {
142
+ GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
143
+ }
144
+ export interface ColumnGroupColumnSchema {
145
+ Name?: string | undefined;
146
+ }
147
+ export interface ColumnGroupSchema {
148
+ Name?: string | undefined;
149
+ ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
150
+ }
62
151
  export interface ColumnLevelPermissionRule {
63
152
  Principals?: string[] | undefined;
64
153
  ColumnNames?: string[] | undefined;
@@ -308,6 +397,9 @@ export interface DataPointMenuLabelOption {
308
397
  export interface DataPointTooltipOption {
309
398
  AvailabilityStatus?: DashboardBehavior | undefined;
310
399
  }
400
+ export interface DataQAEnabledOption {
401
+ AvailabilityStatus?: DashboardBehavior | undefined;
402
+ }
311
403
  export interface ExportToCSVOption {
312
404
  AvailabilityStatus?: DashboardBehavior | undefined;
313
405
  }
@@ -349,6 +441,7 @@ export interface DashboardPublishOptions {
349
441
  DataPointDrillUpDownOption?: DataPointDrillUpDownOption | undefined;
350
442
  DataPointMenuLabelOption?: DataPointMenuLabelOption | undefined;
351
443
  DataPointTooltipOption?: DataPointTooltipOption | undefined;
444
+ DataQAEnabledOption?: DataQAEnabledOption | undefined;
352
445
  }
353
446
  export interface DashboardVersionDefinition {
354
447
  DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
@@ -775,6 +868,10 @@ export interface RowLevelPermissionTagConfiguration {
775
868
  TagRules: RowLevelPermissionTagRule[] | undefined;
776
869
  TagRuleConfigurations?: string[][] | undefined;
777
870
  }
871
+ export declare const DataSetUseAs: {
872
+ readonly RLS_RULES: "RLS_RULES";
873
+ };
874
+ export type DataSetUseAs = (typeof DataSetUseAs)[keyof typeof DataSetUseAs];
778
875
  export interface CreateDataSetRequest {
779
876
  AwsAccountId: string | undefined;
780
877
  DataSetId: string | undefined;
@@ -795,6 +892,7 @@ export interface CreateDataSetRequest {
795
892
  DatasetParameters?: DatasetParameter[] | undefined;
796
893
  FolderArns?: string[] | undefined;
797
894
  PerformanceConfiguration?: PerformanceConfiguration | undefined;
895
+ UseAs?: DataSetUseAs | undefined;
798
896
  }
799
897
  export interface CreateDataSetResponse {
800
898
  Arn?: string | undefined;
@@ -1691,6 +1789,7 @@ export interface DataSet {
1691
1789
  DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
1692
1790
  DatasetParameters?: DatasetParameter[] | undefined;
1693
1791
  PerformanceConfiguration?: PerformanceConfiguration | undefined;
1792
+ UseAs?: DataSetUseAs | undefined;
1694
1793
  }
1695
1794
  export declare const DataSetFilterAttribute: {
1696
1795
  readonly DATASET_NAME: "DATASET_NAME";
@@ -1702,27 +1801,6 @@ export declare const DataSetFilterAttribute: {
1702
1801
  };
1703
1802
  export type DataSetFilterAttribute =
1704
1803
  (typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
1705
- export declare const LookbackWindowSizeUnit: {
1706
- readonly DAY: "DAY";
1707
- readonly HOUR: "HOUR";
1708
- readonly WEEK: "WEEK";
1709
- };
1710
- export type LookbackWindowSizeUnit =
1711
- (typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
1712
- export interface LookbackWindow {
1713
- ColumnName: string | undefined;
1714
- Size: number | undefined;
1715
- SizeUnit: LookbackWindowSizeUnit | undefined;
1716
- }
1717
- export interface IncrementalRefresh {
1718
- LookbackWindow: LookbackWindow | undefined;
1719
- }
1720
- export interface RefreshConfiguration {
1721
- IncrementalRefresh: IncrementalRefresh | undefined;
1722
- }
1723
- export interface DataSetRefreshProperties {
1724
- RefreshConfiguration: RefreshConfiguration | undefined;
1725
- }
1726
1804
  export interface DataSetSearchFilter {
1727
1805
  Operator: FilterOperator | undefined;
1728
1806
  Name: DataSetFilterAttribute | undefined;
@@ -1738,6 +1816,7 @@ export interface DataSetSummary {
1738
1816
  RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
1739
1817
  RowLevelPermissionTagConfigurationApplied?: boolean | undefined;
1740
1818
  ColumnLevelPermissionRulesApplied?: boolean | undefined;
1819
+ UseAs?: DataSetUseAs | undefined;
1741
1820
  }
1742
1821
  export declare const DataSourceErrorInfoType: {
1743
1822
  readonly ACCESS_DENIED: "ACCESS_DENIED";
@@ -2056,73 +2135,9 @@ export interface DeleteUserRequest {
2056
2135
  AwsAccountId: string | undefined;
2057
2136
  Namespace: string | undefined;
2058
2137
  }
2059
- export interface DeleteUserResponse {
2060
- RequestId?: string | undefined;
2061
- Status?: number | undefined;
2062
- }
2063
- export interface DeleteUserByPrincipalIdRequest {
2064
- PrincipalId: string | undefined;
2065
- AwsAccountId: string | undefined;
2066
- Namespace: string | undefined;
2067
- }
2068
- export interface DeleteUserByPrincipalIdResponse {
2069
- RequestId?: string | undefined;
2070
- Status?: number | undefined;
2071
- }
2072
- export interface DeleteUserCustomPermissionRequest {
2073
- UserName: string | undefined;
2074
- AwsAccountId: string | undefined;
2075
- Namespace: string | undefined;
2076
- }
2077
- export interface DeleteUserCustomPermissionResponse {
2078
- RequestId?: string | undefined;
2079
- Status?: number | undefined;
2080
- }
2081
- export interface DeleteVPCConnectionRequest {
2082
- AwsAccountId: string | undefined;
2083
- VPCConnectionId: string | undefined;
2084
- }
2085
- export interface DeleteVPCConnectionResponse {
2086
- Arn?: string | undefined;
2087
- VPCConnectionId?: string | undefined;
2088
- DeletionStatus?: VPCConnectionResourceStatus | undefined;
2089
- AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
2090
- RequestId?: string | undefined;
2091
- Status?: number | undefined;
2092
- }
2093
- export interface DescribeAccountCustomizationRequest {
2094
- AwsAccountId: string | undefined;
2095
- Namespace?: string | undefined;
2096
- Resolved?: boolean | undefined;
2097
- }
2098
- export interface DescribeAccountCustomizationResponse {
2099
- Arn?: string | undefined;
2100
- AwsAccountId?: string | undefined;
2101
- Namespace?: string | undefined;
2102
- AccountCustomization?: AccountCustomization | undefined;
2103
- RequestId?: string | undefined;
2104
- Status?: number | undefined;
2105
- }
2106
- export interface DescribeAccountSettingsRequest {
2107
- AwsAccountId: string | undefined;
2108
- }
2109
- export interface DescribeAccountSettingsResponse {
2110
- AccountSettings?: AccountSettings | undefined;
2111
- RequestId?: string | undefined;
2112
- Status?: number | undefined;
2113
- }
2114
- export interface DescribeAccountSubscriptionRequest {
2115
- AwsAccountId: string | undefined;
2116
- }
2117
- export interface DescribeAccountSubscriptionResponse {
2118
- AccountInfo?: AccountInfo | undefined;
2119
- Status?: number | undefined;
2120
- RequestId?: string | undefined;
2121
- }
2122
- export interface DescribeAnalysisRequest {
2123
- AwsAccountId: string | undefined;
2124
- AnalysisId: string | undefined;
2125
- }
2138
+ export declare const ColumnDescriptionFilterSensitiveLog: (
2139
+ obj: ColumnDescription
2140
+ ) => any;
2126
2141
  export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
2127
2142
  export declare const DateTimeParameterFilterSensitiveLog: (
2128
2143
  obj: DateTimeParameter
@@ -1,7 +1,11 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import {
3
3
  AccountCustomization,
4
+ AccountInfo,
5
+ AccountSettings,
4
6
  ActiveIAMPolicyAssignment,
7
+ AmazonQInQuickSightConsoleConfigurations,
8
+ AmazonQInQuickSightDashboardConfigurations,
5
9
  Analysis,
6
10
  AnalysisError,
7
11
  Entity,
@@ -11,7 +15,6 @@ import {
11
15
  import {
12
16
  AnalysisDefinition,
13
17
  AnalysisSearchFilter,
14
- AnalysisSourceEntity,
15
18
  AnalysisSummary,
16
19
  AnonymousUserEmbeddingExperienceConfiguration,
17
20
  AnonymousUserSnapshotJobResult,
@@ -40,6 +43,7 @@ import {
40
43
  BrandDetail,
41
44
  BrandSummary,
42
45
  DashboardVisualId,
46
+ DataSetRefreshProperties,
43
47
  FilterOperator,
44
48
  SharedViewConfigurations,
45
49
  SnapshotFile,
@@ -60,7 +64,6 @@ import {
60
64
  DashboardVisualResult,
61
65
  DataSet,
62
66
  DataSetConfiguration,
63
- DataSetRefreshProperties,
64
67
  DataSetSearchFilter,
65
68
  DataSetSummary,
66
69
  DataSource,
@@ -84,11 +87,77 @@ import {
84
87
  TopicDetails,
85
88
  TopicRefreshSchedule,
86
89
  TopicUserExperienceVersion,
87
- ValidationStrategy,
88
90
  VPCConnectionAvailabilityStatus,
89
91
  VPCConnectionResourceStatus,
90
92
  } from "./models_3";
91
93
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
94
+ export interface DeleteUserResponse {
95
+ RequestId?: string | undefined;
96
+ Status?: number | undefined;
97
+ }
98
+ export interface DeleteUserByPrincipalIdRequest {
99
+ PrincipalId: string | undefined;
100
+ AwsAccountId: string | undefined;
101
+ Namespace: string | undefined;
102
+ }
103
+ export interface DeleteUserByPrincipalIdResponse {
104
+ RequestId?: string | undefined;
105
+ Status?: number | undefined;
106
+ }
107
+ export interface DeleteUserCustomPermissionRequest {
108
+ UserName: string | undefined;
109
+ AwsAccountId: string | undefined;
110
+ Namespace: string | undefined;
111
+ }
112
+ export interface DeleteUserCustomPermissionResponse {
113
+ RequestId?: string | undefined;
114
+ Status?: number | undefined;
115
+ }
116
+ export interface DeleteVPCConnectionRequest {
117
+ AwsAccountId: string | undefined;
118
+ VPCConnectionId: string | undefined;
119
+ }
120
+ export interface DeleteVPCConnectionResponse {
121
+ Arn?: string | undefined;
122
+ VPCConnectionId?: string | undefined;
123
+ DeletionStatus?: VPCConnectionResourceStatus | undefined;
124
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
125
+ RequestId?: string | undefined;
126
+ Status?: number | undefined;
127
+ }
128
+ export interface DescribeAccountCustomizationRequest {
129
+ AwsAccountId: string | undefined;
130
+ Namespace?: string | undefined;
131
+ Resolved?: boolean | undefined;
132
+ }
133
+ export interface DescribeAccountCustomizationResponse {
134
+ Arn?: string | undefined;
135
+ AwsAccountId?: string | undefined;
136
+ Namespace?: string | undefined;
137
+ AccountCustomization?: AccountCustomization | undefined;
138
+ RequestId?: string | undefined;
139
+ Status?: number | undefined;
140
+ }
141
+ export interface DescribeAccountSettingsRequest {
142
+ AwsAccountId: string | undefined;
143
+ }
144
+ export interface DescribeAccountSettingsResponse {
145
+ AccountSettings?: AccountSettings | undefined;
146
+ RequestId?: string | undefined;
147
+ Status?: number | undefined;
148
+ }
149
+ export interface DescribeAccountSubscriptionRequest {
150
+ AwsAccountId: string | undefined;
151
+ }
152
+ export interface DescribeAccountSubscriptionResponse {
153
+ AccountInfo?: AccountInfo | undefined;
154
+ Status?: number | undefined;
155
+ RequestId?: string | undefined;
156
+ }
157
+ export interface DescribeAnalysisRequest {
158
+ AwsAccountId: string | undefined;
159
+ AnalysisId: string | undefined;
160
+ }
92
161
  export interface DescribeAnalysisResponse {
93
162
  Analysis?: Analysis | undefined;
94
163
  Status?: number | undefined;
@@ -1084,13 +1153,26 @@ export declare class UnsupportedPricingPlanException extends __BaseException {
1084
1153
  >
1085
1154
  );
1086
1155
  }
1156
+ export interface RecentSnapshotsConfigurations {
1157
+ Enabled: boolean | undefined;
1158
+ }
1159
+ export interface SchedulesConfigurations {
1160
+ Enabled: boolean | undefined;
1161
+ }
1087
1162
  export interface StatePersistenceConfigurations {
1088
1163
  Enabled: boolean | undefined;
1089
1164
  }
1165
+ export interface ThresholdAlertsConfigurations {
1166
+ Enabled: boolean | undefined;
1167
+ }
1090
1168
  export interface RegisteredUserDashboardFeatureConfigurations {
1091
1169
  StatePersistence?: StatePersistenceConfigurations | undefined;
1092
1170
  SharedView?: SharedViewConfigurations | undefined;
1093
1171
  Bookmarks?: BookmarksConfigurations | undefined;
1172
+ AmazonQInQuickSight?: AmazonQInQuickSightDashboardConfigurations | undefined;
1173
+ Schedules?: SchedulesConfigurations | undefined;
1174
+ RecentSnapshots?: RecentSnapshotsConfigurations | undefined;
1175
+ ThresholdAlerts?: ThresholdAlertsConfigurations | undefined;
1094
1176
  }
1095
1177
  export interface RegisteredUserDashboardEmbeddingConfiguration {
1096
1178
  InitialDashboardId: string | undefined;
@@ -1110,6 +1192,10 @@ export interface RegisteredUserQSearchBarEmbeddingConfiguration {
1110
1192
  export interface RegisteredUserConsoleFeatureConfigurations {
1111
1193
  StatePersistence?: StatePersistenceConfigurations | undefined;
1112
1194
  SharedView?: SharedViewConfigurations | undefined;
1195
+ AmazonQInQuickSight?: AmazonQInQuickSightConsoleConfigurations | undefined;
1196
+ Schedules?: SchedulesConfigurations | undefined;
1197
+ RecentSnapshots?: RecentSnapshotsConfigurations | undefined;
1198
+ ThresholdAlerts?: ThresholdAlertsConfigurations | undefined;
1113
1199
  }
1114
1200
  export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
1115
1201
  InitialPath?: string | undefined;
@@ -1895,100 +1981,6 @@ export interface StartAssetBundleImportJobResponse {
1895
1981
  export interface SnapshotAnonymousUser {
1896
1982
  RowLevelPermissionTags?: SessionTag[] | undefined;
1897
1983
  }
1898
- export interface SnapshotUserConfiguration {
1899
- AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
1900
- }
1901
- export interface StartDashboardSnapshotJobRequest {
1902
- AwsAccountId: string | undefined;
1903
- DashboardId: string | undefined;
1904
- SnapshotJobId: string | undefined;
1905
- UserConfiguration: SnapshotUserConfiguration | undefined;
1906
- SnapshotConfiguration: SnapshotConfiguration | undefined;
1907
- }
1908
- export interface StartDashboardSnapshotJobResponse {
1909
- Arn?: string | undefined;
1910
- SnapshotJobId?: string | undefined;
1911
- RequestId?: string | undefined;
1912
- Status?: number | undefined;
1913
- }
1914
- export interface StartDashboardSnapshotJobScheduleRequest {
1915
- AwsAccountId: string | undefined;
1916
- DashboardId: string | undefined;
1917
- ScheduleId: string | undefined;
1918
- }
1919
- export interface StartDashboardSnapshotJobScheduleResponse {
1920
- RequestId?: string | undefined;
1921
- Status?: number | undefined;
1922
- }
1923
- export interface TagResourceRequest {
1924
- ResourceArn: string | undefined;
1925
- Tags: Tag[] | undefined;
1926
- }
1927
- export interface TagResourceResponse {
1928
- RequestId?: string | undefined;
1929
- Status?: number | undefined;
1930
- }
1931
- export interface UntagResourceRequest {
1932
- ResourceArn: string | undefined;
1933
- TagKeys: string[] | undefined;
1934
- }
1935
- export interface UntagResourceResponse {
1936
- RequestId?: string | undefined;
1937
- Status?: number | undefined;
1938
- }
1939
- export interface UpdateAccountCustomizationRequest {
1940
- AwsAccountId: string | undefined;
1941
- Namespace?: string | undefined;
1942
- AccountCustomization: AccountCustomization | undefined;
1943
- }
1944
- export interface UpdateAccountCustomizationResponse {
1945
- Arn?: string | undefined;
1946
- AwsAccountId?: string | undefined;
1947
- Namespace?: string | undefined;
1948
- AccountCustomization?: AccountCustomization | undefined;
1949
- RequestId?: string | undefined;
1950
- Status?: number | undefined;
1951
- }
1952
- export interface UpdateAccountSettingsRequest {
1953
- AwsAccountId: string | undefined;
1954
- DefaultNamespace: string | undefined;
1955
- NotificationEmail?: string | undefined;
1956
- TerminationProtectionEnabled?: boolean | undefined;
1957
- }
1958
- export interface UpdateAccountSettingsResponse {
1959
- RequestId?: string | undefined;
1960
- Status?: number | undefined;
1961
- }
1962
- export interface UpdateAnalysisRequest {
1963
- AwsAccountId: string | undefined;
1964
- AnalysisId: string | undefined;
1965
- Name: string | undefined;
1966
- Parameters?: _Parameters | undefined;
1967
- SourceEntity?: AnalysisSourceEntity | undefined;
1968
- ThemeArn?: string | undefined;
1969
- Definition?: AnalysisDefinition | undefined;
1970
- ValidationStrategy?: ValidationStrategy | undefined;
1971
- }
1972
- export interface UpdateAnalysisResponse {
1973
- Arn?: string | undefined;
1974
- AnalysisId?: string | undefined;
1975
- UpdateStatus?: ResourceStatus | undefined;
1976
- Status?: number | undefined;
1977
- RequestId?: string | undefined;
1978
- }
1979
- export interface UpdateAnalysisPermissionsRequest {
1980
- AwsAccountId: string | undefined;
1981
- AnalysisId: string | undefined;
1982
- GrantPermissions?: ResourcePermission[] | undefined;
1983
- RevokePermissions?: ResourcePermission[] | undefined;
1984
- }
1985
- export interface UpdateAnalysisPermissionsResponse {
1986
- AnalysisArn?: string | undefined;
1987
- AnalysisId?: string | undefined;
1988
- Permissions?: ResourcePermission[] | undefined;
1989
- RequestId?: string | undefined;
1990
- Status?: number | undefined;
1991
- }
1992
1984
  export declare const DescribeAnalysisResponseFilterSensitiveLog: (
1993
1985
  obj: DescribeAnalysisResponse
1994
1986
  ) => any;
@@ -2070,12 +2062,3 @@ export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
2070
2062
  export declare const SnapshotAnonymousUserFilterSensitiveLog: (
2071
2063
  obj: SnapshotAnonymousUser
2072
2064
  ) => any;
2073
- export declare const SnapshotUserConfigurationFilterSensitiveLog: (
2074
- obj: SnapshotUserConfiguration
2075
- ) => any;
2076
- export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
2077
- obj: StartDashboardSnapshotJobRequest
2078
- ) => any;
2079
- export declare const UpdateAnalysisRequestFilterSensitiveLog: (
2080
- obj: UpdateAnalysisRequest
2081
- ) => any;
@@ -1,13 +1,14 @@
1
- import { ResourceStatus } from "./models_0";
1
+ import { AccountCustomization, ResourceStatus } from "./models_0";
2
2
  import {
3
+ AnalysisDefinition,
4
+ AnalysisSourceEntity,
3
5
  AssignmentStatus,
4
6
  BrandDefinition,
5
7
  BrandDetail,
6
- Capabilities,
7
- ColumnGroup,
8
8
  DataSourceParameters,
9
9
  ServiceType,
10
10
  SslProperties,
11
+ Tag,
11
12
  TopicIR,
12
13
  TopicTemplate,
13
14
  VisualRole,
@@ -15,6 +16,8 @@ import {
15
16
  } from "./models_2";
16
17
  import {
17
18
  _Parameters,
19
+ Capabilities,
20
+ ColumnGroup,
18
21
  ColumnLevelPermissionRule,
19
22
  DashboardPublishOptions,
20
23
  DashboardSourceEntity,
@@ -52,9 +55,105 @@ import {
52
55
  PurchaseMode,
53
56
  QSearchStatus,
54
57
  RegisteredCustomerManagedKey,
58
+ SnapshotAnonymousUser,
59
+ SnapshotConfiguration,
55
60
  User,
56
61
  UserRole,
57
62
  } from "./models_4";
63
+ export interface SnapshotUserConfiguration {
64
+ AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
65
+ }
66
+ export interface StartDashboardSnapshotJobRequest {
67
+ AwsAccountId: string | undefined;
68
+ DashboardId: string | undefined;
69
+ SnapshotJobId: string | undefined;
70
+ UserConfiguration: SnapshotUserConfiguration | undefined;
71
+ SnapshotConfiguration: SnapshotConfiguration | undefined;
72
+ }
73
+ export interface StartDashboardSnapshotJobResponse {
74
+ Arn?: string | undefined;
75
+ SnapshotJobId?: string | undefined;
76
+ RequestId?: string | undefined;
77
+ Status?: number | undefined;
78
+ }
79
+ export interface StartDashboardSnapshotJobScheduleRequest {
80
+ AwsAccountId: string | undefined;
81
+ DashboardId: string | undefined;
82
+ ScheduleId: string | undefined;
83
+ }
84
+ export interface StartDashboardSnapshotJobScheduleResponse {
85
+ RequestId?: string | undefined;
86
+ Status?: number | undefined;
87
+ }
88
+ export interface TagResourceRequest {
89
+ ResourceArn: string | undefined;
90
+ Tags: Tag[] | undefined;
91
+ }
92
+ export interface TagResourceResponse {
93
+ RequestId?: string | undefined;
94
+ Status?: number | undefined;
95
+ }
96
+ export interface UntagResourceRequest {
97
+ ResourceArn: string | undefined;
98
+ TagKeys: string[] | undefined;
99
+ }
100
+ export interface UntagResourceResponse {
101
+ RequestId?: string | undefined;
102
+ Status?: number | undefined;
103
+ }
104
+ export interface UpdateAccountCustomizationRequest {
105
+ AwsAccountId: string | undefined;
106
+ Namespace?: string | undefined;
107
+ AccountCustomization: AccountCustomization | undefined;
108
+ }
109
+ export interface UpdateAccountCustomizationResponse {
110
+ Arn?: string | undefined;
111
+ AwsAccountId?: string | undefined;
112
+ Namespace?: string | undefined;
113
+ AccountCustomization?: AccountCustomization | undefined;
114
+ RequestId?: string | undefined;
115
+ Status?: number | undefined;
116
+ }
117
+ export interface UpdateAccountSettingsRequest {
118
+ AwsAccountId: string | undefined;
119
+ DefaultNamespace: string | undefined;
120
+ NotificationEmail?: string | undefined;
121
+ TerminationProtectionEnabled?: boolean | undefined;
122
+ }
123
+ export interface UpdateAccountSettingsResponse {
124
+ RequestId?: string | undefined;
125
+ Status?: number | undefined;
126
+ }
127
+ export interface UpdateAnalysisRequest {
128
+ AwsAccountId: string | undefined;
129
+ AnalysisId: string | undefined;
130
+ Name: string | undefined;
131
+ Parameters?: _Parameters | undefined;
132
+ SourceEntity?: AnalysisSourceEntity | undefined;
133
+ ThemeArn?: string | undefined;
134
+ Definition?: AnalysisDefinition | undefined;
135
+ ValidationStrategy?: ValidationStrategy | undefined;
136
+ }
137
+ export interface UpdateAnalysisResponse {
138
+ Arn?: string | undefined;
139
+ AnalysisId?: string | undefined;
140
+ UpdateStatus?: ResourceStatus | undefined;
141
+ Status?: number | undefined;
142
+ RequestId?: string | undefined;
143
+ }
144
+ export interface UpdateAnalysisPermissionsRequest {
145
+ AwsAccountId: string | undefined;
146
+ AnalysisId: string | undefined;
147
+ GrantPermissions?: ResourcePermission[] | undefined;
148
+ RevokePermissions?: ResourcePermission[] | undefined;
149
+ }
150
+ export interface UpdateAnalysisPermissionsResponse {
151
+ AnalysisArn?: string | undefined;
152
+ AnalysisId?: string | undefined;
153
+ Permissions?: ResourcePermission[] | undefined;
154
+ RequestId?: string | undefined;
155
+ Status?: number | undefined;
156
+ }
58
157
  export interface UpdateApplicationWithTokenExchangeGrantRequest {
59
158
  AwsAccountId: string | undefined;
60
159
  Namespace: string | undefined;
@@ -581,6 +680,15 @@ export interface ListTopicReviewedAnswersResponse {
581
680
  Status?: number | undefined;
582
681
  RequestId?: string | undefined;
583
682
  }
683
+ export declare const SnapshotUserConfigurationFilterSensitiveLog: (
684
+ obj: SnapshotUserConfiguration
685
+ ) => any;
686
+ export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
687
+ obj: StartDashboardSnapshotJobRequest
688
+ ) => any;
689
+ export declare const UpdateAnalysisRequestFilterSensitiveLog: (
690
+ obj: UpdateAnalysisRequest
691
+ ) => any;
584
692
  export declare const UpdateDashboardRequestFilterSensitiveLog: (
585
693
  obj: UpdateDashboardRequest
586
694
  ) => any;