@aws-sdk/client-quicksight 3.451.0 → 3.454.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 (112) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
  9. package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
  10. package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/models_0.js +10 -10
  13. package/dist-cjs/models/models_2.js +17 -104
  14. package/dist-cjs/models/models_3.js +112 -1
  15. package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +1 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +488 -10
  18. package/dist-es/QuickSight.js +12 -0
  19. package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
  20. package/dist-es/commands/CreateTopicCommand.js +1 -1
  21. package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
  22. package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  24. package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
  25. package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
  26. package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/models/models_0.js +9 -9
  29. package/dist-es/models/models_2.js +14 -94
  30. package/dist-es/models/models_3.js +102 -1
  31. package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +1 -0
  33. package/dist-es/protocols/Aws_restJson1.js +469 -3
  34. package/dist-types/QuickSight.d.ts +42 -0
  35. package/dist-types/QuickSightClient.d.ts +8 -2
  36. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  37. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  38. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
  39. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
  43. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
  44. package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
  45. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
  46. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
  47. package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
  50. package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
  51. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
  52. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  53. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
  54. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
  61. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  62. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  64. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  65. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  66. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
  67. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  68. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
  69. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  71. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
  72. package/dist-types/commands/index.d.ts +6 -0
  73. package/dist-types/models/models_0.d.ts +33 -38
  74. package/dist-types/models/models_2.d.ts +573 -773
  75. package/dist-types/models/models_3.d.ts +3973 -4050
  76. package/dist-types/models/models_4.d.ts +1012 -4
  77. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  80. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  81. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
  103. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +14 -15
  106. package/dist-types/ts3.4/models/models_2.d.ts +177 -206
  107. package/dist-types/ts3.4/models/models_3.d.ts +264 -201
  108. package/dist-types/ts3.4/models/models_4.d.ts +229 -4
  109. package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  111. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  112. package/package.json +2 -2
@@ -6,14 +6,12 @@ import {
6
6
  ActiveIAMPolicyAssignment,
7
7
  Analysis,
8
8
  AnalysisError,
9
- AssetOptions,
10
9
  Entity,
11
10
  ResourceStatus,
12
11
  Sheet,
13
12
  } from "./models_0";
14
13
  import {
15
14
  AnalysisDefinition,
16
- AnalysisSearchFilter,
17
15
  AnalysisSummary,
18
16
  AnonymousUserEmbeddingExperienceConfiguration,
19
17
  DashboardVisualId,
@@ -27,9 +25,14 @@ import {
27
25
  AssetBundleExportJobError,
28
26
  AssetBundleExportJobStatus,
29
27
  AssetBundleExportJobSummary,
28
+ AssetBundleExportJobValidationStrategy,
29
+ AssetBundleExportJobWarning,
30
30
  AssetBundleImportFailureAction,
31
31
  AssetBundleImportJobError,
32
32
  AssetBundleImportJobOverrideParameters,
33
+ AssetBundleImportJobOverridePermissions,
34
+ AssetBundleImportJobOverrideTags,
35
+ AssetBundleImportJobOverrideValidationStrategy,
33
36
  AssetBundleImportJobStatus,
34
37
  AssetBundleImportJobSummary,
35
38
  AssetBundleImportSourceDescription,
@@ -39,8 +42,10 @@ import {
39
42
  ColumnDataType,
40
43
  ColumnGroup,
41
44
  ColumnLevelPermissionRule,
45
+ ConstantType,
42
46
  DashboardPublishOptions,
43
47
  DashboardVersionDefinition,
48
+ DataAggregation,
44
49
  DataSetConfiguration,
45
50
  DataSetImportMode,
46
51
  DatasetParameter,
@@ -48,17 +53,21 @@ import {
48
53
  DataSourceParameters,
49
54
  DataSourceType,
50
55
  FieldFolder,
56
+ FilterClass,
51
57
  FolderType,
52
58
  Group,
53
59
  GroupMember,
54
60
  IdentityStore,
55
61
  IngestionStatus,
62
+ LinkSharingConfiguration,
56
63
  LogicalTable,
57
64
  MemberType,
65
+ NamedFilterType,
58
66
  NamespaceStatus,
59
67
  PhysicalTable,
60
68
  RefreshSchedule,
61
69
  ResourcePermission,
70
+ Role,
62
71
  RowLevelPermissionDataSet,
63
72
  RowLevelPermissionTagConfiguration,
64
73
  SharingModel,
@@ -70,11 +79,190 @@ import {
70
79
  TemplateVersionDefinition,
71
80
  ThemeAlias,
72
81
  ThemeConfiguration,
73
- TopicDetails,
74
- TopicRefreshSchedule,
82
+ TopicCalculatedField,
83
+ TopicCategoryFilter,
84
+ TopicColumn,
85
+ TopicDateRangeFilter,
86
+ TopicRangeFilterConstant,
87
+ TopicTimeGranularity,
75
88
  VpcConnectionProperties,
76
89
  } from "./models_2";
77
90
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
91
+ export declare const NamedFilterAggType: {
92
+ readonly AVERAGE: "AVERAGE";
93
+ readonly COUNT: "COUNT";
94
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
95
+ readonly MAX: "MAX";
96
+ readonly MEDIAN: "MEDIAN";
97
+ readonly MIN: "MIN";
98
+ readonly NO_AGGREGATION: "NO_AGGREGATION";
99
+ readonly STDEV: "STDEV";
100
+ readonly STDEVP: "STDEVP";
101
+ readonly SUM: "SUM";
102
+ readonly VAR: "VAR";
103
+ readonly VARP: "VARP";
104
+ };
105
+ export type NamedFilterAggType =
106
+ (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
107
+ export interface TopicSingularFilterConstant {
108
+ ConstantType?: ConstantType;
109
+ SingularConstant?: string;
110
+ }
111
+ export interface TopicNumericEqualityFilter {
112
+ Constant?: TopicSingularFilterConstant;
113
+ Aggregation?: NamedFilterAggType;
114
+ }
115
+ export interface TopicNumericRangeFilter {
116
+ Inclusive?: boolean;
117
+ Constant?: TopicRangeFilterConstant;
118
+ Aggregation?: NamedFilterAggType;
119
+ }
120
+ export declare const TopicRelativeDateFilterFunction: {
121
+ readonly LAST: "LAST";
122
+ readonly NEXT: "NEXT";
123
+ readonly NOW: "NOW";
124
+ readonly PREVIOUS: "PREVIOUS";
125
+ readonly THIS: "THIS";
126
+ };
127
+ export type TopicRelativeDateFilterFunction =
128
+ (typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
129
+ export interface TopicRelativeDateFilter {
130
+ TimeGranularity?: TopicTimeGranularity;
131
+ RelativeDateFilterFunction?: TopicRelativeDateFilterFunction;
132
+ Constant?: TopicSingularFilterConstant;
133
+ }
134
+ export interface TopicFilter {
135
+ FilterDescription?: string;
136
+ FilterClass?: FilterClass;
137
+ FilterName: string | undefined;
138
+ FilterSynonyms?: string[];
139
+ OperandFieldName: string | undefined;
140
+ FilterType?: NamedFilterType;
141
+ CategoryFilter?: TopicCategoryFilter;
142
+ NumericEqualityFilter?: TopicNumericEqualityFilter;
143
+ NumericRangeFilter?: TopicNumericRangeFilter;
144
+ DateRangeFilter?: TopicDateRangeFilter;
145
+ RelativeDateFilter?: TopicRelativeDateFilter;
146
+ }
147
+ export declare const NamedEntityAggType: {
148
+ readonly AVERAGE: "AVERAGE";
149
+ readonly COUNT: "COUNT";
150
+ readonly CUSTOM: "CUSTOM";
151
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
152
+ readonly MAX: "MAX";
153
+ readonly MEDIAN: "MEDIAN";
154
+ readonly MIN: "MIN";
155
+ readonly PERCENTILE: "PERCENTILE";
156
+ readonly STDEV: "STDEV";
157
+ readonly STDEVP: "STDEVP";
158
+ readonly SUM: "SUM";
159
+ readonly VAR: "VAR";
160
+ readonly VARP: "VARP";
161
+ };
162
+ export type NamedEntityAggType =
163
+ (typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
164
+ export interface NamedEntityDefinitionMetric {
165
+ Aggregation?: NamedEntityAggType;
166
+ AggregationFunctionParameters?: Record<string, string>;
167
+ }
168
+ export declare const PropertyRole: {
169
+ readonly ID: "ID";
170
+ readonly PRIMARY: "PRIMARY";
171
+ };
172
+ export type PropertyRole = (typeof PropertyRole)[keyof typeof PropertyRole];
173
+ export declare const PropertyUsage: {
174
+ readonly DIMENSION: "DIMENSION";
175
+ readonly INHERIT: "INHERIT";
176
+ readonly MEASURE: "MEASURE";
177
+ };
178
+ export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
179
+ export interface NamedEntityDefinition {
180
+ FieldName?: string;
181
+ PropertyName?: string;
182
+ PropertyRole?: PropertyRole;
183
+ PropertyUsage?: PropertyUsage;
184
+ Metric?: NamedEntityDefinitionMetric;
185
+ }
186
+ export interface SemanticEntityType {
187
+ TypeName?: string;
188
+ SubTypeName?: string;
189
+ TypeParameters?: Record<string, string>;
190
+ }
191
+ export interface TopicNamedEntity {
192
+ EntityName: string | undefined;
193
+ EntityDescription?: string;
194
+ EntitySynonyms?: string[];
195
+ SemanticEntityType?: SemanticEntityType;
196
+ Definition?: NamedEntityDefinition[];
197
+ }
198
+ export interface DatasetMetadata {
199
+ DatasetArn: string | undefined;
200
+ DatasetName?: string;
201
+ DatasetDescription?: string;
202
+ DataAggregation?: DataAggregation;
203
+ Filters?: TopicFilter[];
204
+ Columns?: TopicColumn[];
205
+ CalculatedFields?: TopicCalculatedField[];
206
+ NamedEntities?: TopicNamedEntity[];
207
+ }
208
+ export interface TopicDetails {
209
+ Name?: string;
210
+ Description?: string;
211
+ DataSets?: DatasetMetadata[];
212
+ }
213
+ export interface CreateTopicRequest {
214
+ AwsAccountId: string | undefined;
215
+ TopicId: string | undefined;
216
+ Topic: TopicDetails | undefined;
217
+ Tags?: Tag[];
218
+ }
219
+ export interface CreateTopicResponse {
220
+ Arn?: string;
221
+ TopicId?: string;
222
+ RefreshArn?: string;
223
+ RequestId?: string;
224
+ Status?: number;
225
+ }
226
+ export declare const TopicScheduleType: {
227
+ readonly DAILY: "DAILY";
228
+ readonly HOURLY: "HOURLY";
229
+ readonly MONTHLY: "MONTHLY";
230
+ readonly WEEKLY: "WEEKLY";
231
+ };
232
+ export type TopicScheduleType =
233
+ (typeof TopicScheduleType)[keyof typeof TopicScheduleType];
234
+ export interface TopicRefreshSchedule {
235
+ IsEnabled: boolean | undefined;
236
+ BasedOnSpiceSchedule: boolean | undefined;
237
+ StartingAt?: Date;
238
+ Timezone?: string;
239
+ RepeatAt?: string;
240
+ TopicScheduleType?: TopicScheduleType;
241
+ }
242
+ export interface CreateTopicRefreshScheduleRequest {
243
+ AwsAccountId: string | undefined;
244
+ TopicId: string | undefined;
245
+ DatasetArn: string | undefined;
246
+ DatasetName?: string;
247
+ RefreshSchedule: TopicRefreshSchedule | undefined;
248
+ }
249
+ export interface CreateTopicRefreshScheduleResponse {
250
+ TopicId?: string;
251
+ TopicArn?: string;
252
+ DatasetArn?: string;
253
+ Status?: number;
254
+ RequestId?: string;
255
+ }
256
+ export interface CreateVPCConnectionRequest {
257
+ AwsAccountId: string | undefined;
258
+ VPCConnectionId: string | undefined;
259
+ Name: string | undefined;
260
+ SubnetIds: string[] | undefined;
261
+ SecurityGroupIds: string[] | undefined;
262
+ DnsResolvers?: string[];
263
+ RoleArn: string | undefined;
264
+ Tags?: Tag[];
265
+ }
78
266
  export declare const VPCConnectionAvailabilityStatus: {
79
267
  readonly AVAILABLE: "AVAILABLE";
80
268
  readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
@@ -133,7 +321,6 @@ export interface DashboardVersion {
133
321
  Description?: string;
134
322
  ThemeArn?: string;
135
323
  Sheets?: Sheet[];
136
- Options?: AssetOptions;
137
324
  }
138
325
  export interface Dashboard {
139
326
  DashboardId?: string;
@@ -436,6 +623,25 @@ export interface DeleteRefreshScheduleResponse {
436
623
  ScheduleId?: string;
437
624
  Arn?: string;
438
625
  }
626
+ export interface DeleteRoleCustomPermissionRequest {
627
+ Role: Role | undefined;
628
+ AwsAccountId: string | undefined;
629
+ Namespace: string | undefined;
630
+ }
631
+ export interface DeleteRoleCustomPermissionResponse {
632
+ RequestId?: string;
633
+ Status?: number;
634
+ }
635
+ export interface DeleteRoleMembershipRequest {
636
+ MemberName: string | undefined;
637
+ Role: Role | undefined;
638
+ AwsAccountId: string | undefined;
639
+ Namespace: string | undefined;
640
+ }
641
+ export interface DeleteRoleMembershipResponse {
642
+ RequestId?: string;
643
+ Status?: number;
644
+ }
439
645
  export interface DeleteTemplateRequest {
440
646
  AwsAccountId: string | undefined;
441
647
  TemplateId: string | undefined;
@@ -615,6 +821,10 @@ export interface DescribeAssetBundleExportJobResponse {
615
821
  CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
616
822
  RequestId?: string;
617
823
  Status?: number;
824
+ IncludePermissions?: boolean;
825
+ IncludeTags?: boolean;
826
+ ValidationStrategy?: AssetBundleExportJobValidationStrategy;
827
+ Warnings?: AssetBundleExportJobWarning[];
618
828
  }
619
829
  export interface DescribeAssetBundleImportJobRequest {
620
830
  AwsAccountId: string | undefined;
@@ -633,6 +843,9 @@ export interface DescribeAssetBundleImportJobResponse {
633
843
  FailureAction?: AssetBundleImportFailureAction;
634
844
  RequestId?: string;
635
845
  Status?: number;
846
+ OverridePermissions?: AssetBundleImportJobOverridePermissions;
847
+ OverrideTags?: AssetBundleImportJobOverrideTags;
848
+ OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
636
849
  }
637
850
  export interface DescribeDashboardRequest {
638
851
  AwsAccountId: string | undefined;
@@ -666,9 +879,6 @@ export interface DescribeDashboardPermissionsRequest {
666
879
  AwsAccountId: string | undefined;
667
880
  DashboardId: string | undefined;
668
881
  }
669
- export interface LinkSharingConfiguration {
670
- Permissions?: ResourcePermission[];
671
- }
672
882
  export interface DescribeDashboardPermissionsResponse {
673
883
  DashboardId?: string;
674
884
  DashboardArn?: string;
@@ -1035,6 +1245,16 @@ export interface DescribeRefreshScheduleResponse {
1035
1245
  RequestId?: string;
1036
1246
  Arn?: string;
1037
1247
  }
1248
+ export interface DescribeRoleCustomPermissionRequest {
1249
+ Role: Role | undefined;
1250
+ AwsAccountId: string | undefined;
1251
+ Namespace: string | undefined;
1252
+ }
1253
+ export interface DescribeRoleCustomPermissionResponse {
1254
+ CustomPermissionsName?: string;
1255
+ RequestId?: string;
1256
+ Status?: number;
1257
+ }
1038
1258
  export interface DescribeTemplateRequest {
1039
1259
  AwsAccountId: string | undefined;
1040
1260
  TemplateId: string | undefined;
@@ -1064,7 +1284,6 @@ export interface TemplateVersion {
1064
1284
  SourceEntityArn?: string;
1065
1285
  ThemeArn?: string;
1066
1286
  Sheets?: Sheet[];
1067
- Options?: AssetOptions;
1068
1287
  }
1069
1288
  export interface Template {
1070
1289
  Arn?: string;
@@ -1720,6 +1939,19 @@ export interface ListRefreshSchedulesResponse {
1720
1939
  Status?: number;
1721
1940
  RequestId?: string;
1722
1941
  }
1942
+ export interface ListRoleMembershipsRequest {
1943
+ Role: Role | undefined;
1944
+ NextToken?: string;
1945
+ MaxResults?: number;
1946
+ AwsAccountId: string | undefined;
1947
+ Namespace: string | undefined;
1948
+ }
1949
+ export interface ListRoleMembershipsResponse {
1950
+ MembersList?: string[];
1951
+ NextToken?: string;
1952
+ RequestId?: string;
1953
+ Status?: number;
1954
+ }
1723
1955
  export interface ListTagsForResourceRequest {
1724
1956
  ResourceArn: string | undefined;
1725
1957
  }
@@ -1790,202 +2022,33 @@ export interface ListThemeAliasesResponse {
1790
2022
  RequestId?: string;
1791
2023
  NextToken?: string;
1792
2024
  }
1793
- export interface ListThemesRequest {
1794
- AwsAccountId: string | undefined;
1795
- NextToken?: string;
1796
- MaxResults?: number;
1797
- Type?: ThemeType;
1798
- }
1799
- export interface ThemeSummary {
1800
- Arn?: string;
1801
- Name?: string;
1802
- ThemeId?: string;
1803
- LatestVersionNumber?: number;
1804
- CreatedTime?: Date;
1805
- LastUpdatedTime?: Date;
1806
- }
1807
- export interface ListThemesResponse {
1808
- ThemeSummaryList?: ThemeSummary[];
1809
- NextToken?: string;
1810
- Status?: number;
1811
- RequestId?: string;
1812
- }
1813
- export interface ListThemeVersionsRequest {
1814
- AwsAccountId: string | undefined;
1815
- ThemeId: string | undefined;
1816
- NextToken?: string;
1817
- MaxResults?: number;
1818
- }
1819
- export interface ThemeVersionSummary {
1820
- VersionNumber?: number;
1821
- Arn?: string;
1822
- Description?: string;
1823
- CreatedTime?: Date;
1824
- Status?: ResourceStatus;
1825
- }
1826
- export interface ListThemeVersionsResponse {
1827
- ThemeVersionSummaryList?: ThemeVersionSummary[];
1828
- NextToken?: string;
1829
- Status?: number;
1830
- RequestId?: string;
1831
- }
1832
- export interface ListTopicRefreshSchedulesRequest {
1833
- AwsAccountId: string | undefined;
1834
- TopicId: string | undefined;
1835
- }
1836
- export interface TopicRefreshScheduleSummary {
1837
- DatasetId?: string;
1838
- DatasetArn?: string;
1839
- DatasetName?: string;
1840
- RefreshSchedule?: TopicRefreshSchedule;
1841
- }
1842
- export interface ListTopicRefreshSchedulesResponse {
1843
- TopicId?: string;
1844
- TopicArn?: string;
1845
- RefreshSchedules?: TopicRefreshScheduleSummary[];
1846
- Status?: number;
1847
- RequestId?: string;
1848
- }
1849
- export interface ListTopicsRequest {
1850
- AwsAccountId: string | undefined;
1851
- NextToken?: string;
1852
- MaxResults?: number;
1853
- }
1854
- export interface TopicSummary {
1855
- Arn?: string;
1856
- TopicId?: string;
1857
- Name?: string;
1858
- }
1859
- export interface ListTopicsResponse {
1860
- TopicsSummaries?: TopicSummary[];
1861
- NextToken?: string;
1862
- RequestId?: string;
1863
- Status?: number;
1864
- }
1865
- export interface ListUserGroupsRequest {
1866
- UserName: string | undefined;
1867
- AwsAccountId: string | undefined;
1868
- Namespace: string | undefined;
1869
- NextToken?: string;
1870
- MaxResults?: number;
1871
- }
1872
- export interface ListUserGroupsResponse {
1873
- GroupList?: Group[];
1874
- NextToken?: string;
1875
- RequestId?: string;
1876
- Status?: number;
1877
- }
1878
- export interface ListUsersRequest {
1879
- AwsAccountId: string | undefined;
1880
- NextToken?: string;
1881
- MaxResults?: number;
1882
- Namespace: string | undefined;
1883
- }
1884
- export interface ListUsersResponse {
1885
- UserList?: User[];
1886
- NextToken?: string;
1887
- RequestId?: string;
1888
- Status?: number;
1889
- }
1890
- export interface ListVPCConnectionsRequest {
1891
- AwsAccountId: string | undefined;
1892
- NextToken?: string;
1893
- MaxResults?: number;
1894
- }
1895
- export interface VPCConnectionSummary {
1896
- VPCConnectionId?: string;
1897
- Arn?: string;
1898
- Name?: string;
1899
- VPCId?: string;
1900
- SecurityGroupIds?: string[];
1901
- DnsResolvers?: string[];
1902
- Status?: VPCConnectionResourceStatus;
1903
- AvailabilityStatus?: VPCConnectionAvailabilityStatus;
1904
- NetworkInterfaces?: NetworkInterface[];
1905
- RoleArn?: string;
1906
- CreatedTime?: Date;
1907
- LastUpdatedTime?: Date;
1908
- }
1909
- export interface ListVPCConnectionsResponse {
1910
- VPCConnectionSummaries?: VPCConnectionSummary[];
1911
- NextToken?: string;
1912
- RequestId?: string;
1913
- Status?: number;
1914
- }
1915
- export interface PutDataSetRefreshPropertiesRequest {
1916
- AwsAccountId: string | undefined;
1917
- DataSetId: string | undefined;
1918
- DataSetRefreshProperties: DataSetRefreshProperties | undefined;
1919
- }
1920
- export interface PutDataSetRefreshPropertiesResponse {
1921
- RequestId?: string;
1922
- Status?: number;
1923
- }
1924
- export interface RegisterUserRequest {
1925
- IdentityType: IdentityType | undefined;
1926
- Email: string | undefined;
1927
- UserRole: UserRole | undefined;
1928
- IamArn?: string;
1929
- SessionName?: string;
1930
- AwsAccountId: string | undefined;
1931
- Namespace: string | undefined;
1932
- UserName?: string;
1933
- CustomPermissionsName?: string;
1934
- ExternalLoginFederationProviderType?: string;
1935
- CustomFederationProviderUrl?: string;
1936
- ExternalLoginId?: string;
1937
- Tags?: Tag[];
1938
- }
1939
- export interface RegisterUserResponse {
1940
- User?: User;
1941
- UserInvitationUrl?: string;
1942
- RequestId?: string;
1943
- Status?: number;
1944
- }
1945
- export interface RestoreAnalysisRequest {
1946
- AwsAccountId: string | undefined;
1947
- AnalysisId: string | undefined;
1948
- }
1949
- export interface RestoreAnalysisResponse {
1950
- Status?: number;
1951
- Arn?: string;
1952
- AnalysisId?: string;
1953
- RequestId?: string;
1954
- }
1955
- export interface SearchAnalysesRequest {
1956
- AwsAccountId: string | undefined;
1957
- Filters: AnalysisSearchFilter[] | undefined;
1958
- NextToken?: string;
1959
- MaxResults?: number;
1960
- }
1961
- export interface SearchAnalysesResponse {
1962
- AnalysisSummaryList?: AnalysisSummary[];
1963
- NextToken?: string;
1964
- Status?: number;
1965
- RequestId?: string;
1966
- }
1967
- export interface SearchDashboardsRequest {
1968
- AwsAccountId: string | undefined;
1969
- Filters: DashboardSearchFilter[] | undefined;
1970
- NextToken?: string;
1971
- MaxResults?: number;
1972
- }
1973
- export interface SearchDashboardsResponse {
1974
- DashboardSummaryList?: DashboardSummary[];
1975
- NextToken?: string;
1976
- Status?: number;
1977
- RequestId?: string;
1978
- }
1979
- export interface SearchDataSetsRequest {
1980
- AwsAccountId: string | undefined;
1981
- Filters: DataSetSearchFilter[] | undefined;
1982
- NextToken?: string;
1983
- MaxResults?: number;
1984
- }
2025
+ export declare const TopicSingularFilterConstantFilterSensitiveLog: (
2026
+ obj: TopicSingularFilterConstant
2027
+ ) => any;
2028
+ export declare const TopicNumericEqualityFilterFilterSensitiveLog: (
2029
+ obj: TopicNumericEqualityFilter
2030
+ ) => any;
2031
+ export declare const TopicNumericRangeFilterFilterSensitiveLog: (
2032
+ obj: TopicNumericRangeFilter
2033
+ ) => any;
2034
+ export declare const TopicRelativeDateFilterFilterSensitiveLog: (
2035
+ obj: TopicRelativeDateFilter
2036
+ ) => any;
2037
+ export declare const TopicFilterFilterSensitiveLog: (obj: TopicFilter) => any;
2038
+ export declare const DatasetMetadataFilterSensitiveLog: (
2039
+ obj: DatasetMetadata
2040
+ ) => any;
2041
+ export declare const TopicDetailsFilterSensitiveLog: (obj: TopicDetails) => any;
2042
+ export declare const CreateTopicRequestFilterSensitiveLog: (
2043
+ obj: CreateTopicRequest
2044
+ ) => any;
1985
2045
  export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
1986
2046
  export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
1987
2047
  obj: DescribeAnalysisDefinitionResponse
1988
2048
  ) => any;
2049
+ export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
2050
+ obj: DescribeAssetBundleExportJobResponse
2051
+ ) => any;
1989
2052
  export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (
1990
2053
  obj: DescribeAssetBundleImportJobResponse
1991
2054
  ) => any;