@aws-sdk/client-quicksight 3.332.0 → 3.337.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 (145) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
  5. package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
  7. package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
  8. package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
  9. package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
  10. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/index.js +1 -0
  13. package/dist-cjs/models/models_1.js +64 -159
  14. package/dist-cjs/models/models_2.js +240 -63
  15. package/dist-cjs/models/models_3.js +20 -1
  16. package/dist-cjs/models/models_4.js +2 -0
  17. package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
  18. package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +2 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +566 -13
  21. package/dist-es/QuickSight.js +12 -0
  22. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
  24. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
  25. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  26. package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
  27. package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
  28. package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
  29. package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
  30. package/dist-es/commands/index.js +6 -0
  31. package/dist-es/models/index.js +1 -0
  32. package/dist-es/models/models_1.js +58 -149
  33. package/dist-es/models/models_2.js +228 -59
  34. package/dist-es/models/models_3.js +16 -1
  35. package/dist-es/models/models_4.js +1 -0
  36. package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
  37. package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +2 -0
  39. package/dist-es/protocols/Aws_restJson1.js +544 -3
  40. package/dist-types/QuickSight.d.ts +42 -0
  41. package/dist-types/QuickSightClient.d.ts +11 -4
  42. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
  44. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
  45. package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
  46. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  47. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
  62. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
  64. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
  65. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
  67. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
  69. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
  70. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
  71. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
  72. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
  73. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
  74. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
  75. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
  76. package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  81. package/dist-types/commands/index.d.ts +6 -0
  82. package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
  83. package/dist-types/models/index.d.ts +1 -0
  84. package/dist-types/models/models_1.d.ts +326 -339
  85. package/dist-types/models/models_2.d.ts +4908 -5140
  86. package/dist-types/models/models_3.d.ts +1611 -609
  87. package/dist-types/models/models_4.d.ts +315 -0
  88. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/index.d.ts +2 -0
  91. package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
  92. package/dist-types/runtimeConfig.browser.d.ts +12 -12
  93. package/dist-types/runtimeConfig.d.ts +9 -9
  94. package/dist-types/runtimeConfig.native.d.ts +13 -13
  95. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  96. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  97. package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
  98. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
  118. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
  123. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
  125. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  131. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
  132. package/dist-types/ts3.4/models/index.d.ts +1 -0
  133. package/dist-types/ts3.4/models/models_1.d.ts +189 -209
  134. package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
  135. package/dist-types/ts3.4/models/models_3.d.ts +339 -72
  136. package/dist-types/ts3.4/models/models_4.d.ts +74 -0
  137. package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  140. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
  141. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  142. package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  143. package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  144. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  145. package/package.json +30 -29
@@ -1,29 +1,12 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { AccountCustomization, ActiveIAMPolicyAssignment, Entity, ResourceStatus, Sheet } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardVisualId, FilterOperator } from "./models_1";
4
- import { _Parameters, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSet, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, DataSourceSearchFilter, DataSourceSummary, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
2
+ import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
+ import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, DashboardVisualId, FilterOperator } from "./models_1";
4
+ import { _Parameters, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSet, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, DataSourceSearchFilter, DataSourceSummary, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LogicalTable, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
6
  /**
7
7
  * @public
8
8
  */
9
- export interface DescribeDataSetRequest {
10
- /**
11
- * <p>The Amazon Web Services account ID.</p>
12
- */
13
- AwsAccountId: string | undefined;
14
- /**
15
- * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
16
- */
17
- DataSetId: string | undefined;
18
- }
19
- /**
20
- * @public
21
- */
22
- export interface DescribeDataSetResponse {
23
- /**
24
- * <p>Information on the dataset.</p>
25
- */
26
- DataSet?: DataSet;
9
+ export interface DeleteNamespaceResponse {
27
10
  /**
28
11
  * <p>The Amazon Web Services request ID for this operation.</p>
29
12
  */
@@ -36,130 +19,154 @@ export interface DescribeDataSetResponse {
36
19
  /**
37
20
  * @public
38
21
  */
39
- export interface DescribeDataSetPermissionsRequest {
22
+ export interface DeleteRefreshScheduleRequest {
23
+ /**
24
+ * <p>The ID of the dataset.</p>
25
+ */
26
+ DataSetId: string | undefined;
40
27
  /**
41
28
  * <p>The Amazon Web Services account ID.</p>
42
29
  */
43
30
  AwsAccountId: string | undefined;
44
31
  /**
45
- * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
32
+ * <p>The ID of the refresh schedule.</p>
46
33
  */
47
- DataSetId: string | undefined;
34
+ ScheduleId: string | undefined;
48
35
  }
49
36
  /**
50
37
  * @public
51
38
  */
52
- export interface DescribeDataSetPermissionsResponse {
53
- /**
54
- * <p>The Amazon Resource Name (ARN) of the dataset.</p>
55
- */
56
- DataSetArn?: string;
39
+ export interface DeleteRefreshScheduleResponse {
57
40
  /**
58
- * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
59
- */
60
- DataSetId?: string;
61
- /**
62
- * <p>A list of resource permissions on the dataset.</p>
41
+ * <p>The HTTP status of the request.</p>
63
42
  */
64
- Permissions?: ResourcePermission[];
43
+ Status?: number;
65
44
  /**
66
45
  * <p>The Amazon Web Services request ID for this operation.</p>
67
46
  */
68
47
  RequestId?: string;
69
48
  /**
70
- * <p>The HTTP status of the request.</p>
49
+ * <p>The ID of the refresh schedule.</p>
71
50
  */
72
- Status?: number;
51
+ ScheduleId?: string;
52
+ /**
53
+ * <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
54
+ */
55
+ Arn?: string;
73
56
  }
74
57
  /**
75
58
  * @public
76
59
  */
77
- export interface DescribeDataSetRefreshPropertiesRequest {
60
+ export interface DeleteTemplateRequest {
78
61
  /**
79
- * <p>The Amazon Web Services account ID.</p>
62
+ * <p>The ID of the Amazon Web Services account that contains the template that you're deleting.</p>
80
63
  */
81
64
  AwsAccountId: string | undefined;
82
65
  /**
83
- * <p>The ID of the dataset.</p>
66
+ * <p>An ID for the template you want to delete.</p>
84
67
  */
85
- DataSetId: string | undefined;
68
+ TemplateId: string | undefined;
69
+ /**
70
+ * <p>Specifies the version of the template that you want to delete.
71
+ * If you don't provide a version number, <code>DeleteTemplate</code> deletes all versions of the template.
72
+ * </p>
73
+ */
74
+ VersionNumber?: number;
86
75
  }
87
76
  /**
88
77
  * @public
89
78
  */
90
- export interface DescribeDataSetRefreshPropertiesResponse {
79
+ export interface DeleteTemplateResponse {
91
80
  /**
92
81
  * <p>The Amazon Web Services request ID for this operation.</p>
93
82
  */
94
83
  RequestId?: string;
95
84
  /**
96
- * <p>The HTTP status of the request.</p>
85
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
97
86
  */
98
- Status?: number;
87
+ Arn?: string;
99
88
  /**
100
- * <p>The dataset refresh properties.</p>
89
+ * <p>An ID for the template.</p>
101
90
  */
102
- DataSetRefreshProperties?: DataSetRefreshProperties;
91
+ TemplateId?: string;
92
+ /**
93
+ * <p>The HTTP status of the request.</p>
94
+ */
95
+ Status?: number;
103
96
  }
104
97
  /**
105
98
  * @public
106
99
  */
107
- export interface DescribeDataSourceRequest {
100
+ export interface DeleteTemplateAliasRequest {
108
101
  /**
109
- * <p>The Amazon Web Services account ID.</p>
102
+ * <p>The ID of the Amazon Web Services account that contains the item to delete.</p>
110
103
  */
111
104
  AwsAccountId: string | undefined;
112
105
  /**
113
- * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
106
+ * <p>The ID for the template that the specified alias is for.</p>
114
107
  */
115
- DataSourceId: string | undefined;
108
+ TemplateId: string | undefined;
109
+ /**
110
+ * <p>The name for the template alias. To delete a specific alias, you delete the version that the
111
+ * alias points to. You can specify the alias name, or specify the latest version of the
112
+ * template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
113
+ * parameter. </p>
114
+ */
115
+ AliasName: string | undefined;
116
116
  }
117
117
  /**
118
118
  * @public
119
119
  */
120
- export interface DescribeDataSourceResponse {
120
+ export interface DeleteTemplateAliasResponse {
121
121
  /**
122
- * <p>The information on the data source.</p>
122
+ * <p>The HTTP status of the request.</p>
123
123
  */
124
- DataSource?: DataSource;
124
+ Status?: number;
125
125
  /**
126
- * <p>The Amazon Web Services request ID for this operation.</p>
126
+ * <p>An ID for the template associated with the deletion.</p>
127
127
  */
128
- RequestId?: string;
128
+ TemplateId?: string;
129
129
  /**
130
- * <p>The HTTP status of the request.</p>
130
+ * <p>The name for the template alias.</p>
131
131
  */
132
- Status?: number;
132
+ AliasName?: string;
133
+ /**
134
+ * <p>The Amazon Resource Name (ARN) of the template you want to delete.</p>
135
+ */
136
+ Arn?: string;
137
+ /**
138
+ * <p>The Amazon Web Services request ID for this operation.</p>
139
+ */
140
+ RequestId?: string;
133
141
  }
134
142
  /**
135
143
  * @public
136
144
  */
137
- export interface DescribeDataSourcePermissionsRequest {
145
+ export interface DeleteThemeRequest {
138
146
  /**
139
- * <p>The Amazon Web Services account ID.</p>
147
+ * <p>The ID of the Amazon Web Services account that contains the theme that you're deleting.</p>
140
148
  */
141
149
  AwsAccountId: string | undefined;
142
150
  /**
143
- * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
151
+ * <p>An ID for the theme that you want to delete.</p>
144
152
  */
145
- DataSourceId: string | undefined;
153
+ ThemeId: string | undefined;
154
+ /**
155
+ * <p>The version of the theme that you want to delete. </p>
156
+ * <p>
157
+ * <b>Note:</b> If you don't provide a version number, you're
158
+ * using this call to <code>DeleteTheme</code> to delete all versions of the theme.</p>
159
+ */
160
+ VersionNumber?: number;
146
161
  }
147
162
  /**
148
163
  * @public
149
164
  */
150
- export interface DescribeDataSourcePermissionsResponse {
151
- /**
152
- * <p>The Amazon Resource Name (ARN) of the data source.</p>
153
- */
154
- DataSourceArn?: string;
155
- /**
156
- * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
157
- */
158
- DataSourceId?: string;
165
+ export interface DeleteThemeResponse {
159
166
  /**
160
- * <p>A list of resource permissions on the data source.</p>
167
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
161
168
  */
162
- Permissions?: ResourcePermission[];
169
+ Arn?: string;
163
170
  /**
164
171
  * <p>The Amazon Web Services request ID for this operation.</p>
165
172
  */
@@ -168,142 +175,125 @@ export interface DescribeDataSourcePermissionsResponse {
168
175
  * <p>The HTTP status of the request.</p>
169
176
  */
170
177
  Status?: number;
178
+ /**
179
+ * <p>An ID for the theme.</p>
180
+ */
181
+ ThemeId?: string;
171
182
  }
172
183
  /**
173
184
  * @public
174
185
  */
175
- export interface DescribeFolderRequest {
186
+ export interface DeleteThemeAliasRequest {
176
187
  /**
177
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
188
+ * <p>The ID of the Amazon Web Services account that contains the theme alias to delete.</p>
178
189
  */
179
190
  AwsAccountId: string | undefined;
180
191
  /**
181
- * <p>The ID of the folder.</p>
192
+ * <p>The ID for the theme that the specified alias is for.</p>
182
193
  */
183
- FolderId: string | undefined;
194
+ ThemeId: string | undefined;
195
+ /**
196
+ * <p>The unique name for the theme alias to delete.</p>
197
+ */
198
+ AliasName: string | undefined;
184
199
  }
185
200
  /**
186
201
  * @public
187
- * <p>A folder in Amazon QuickSight.</p>
188
202
  */
189
- export interface Folder {
203
+ export interface DeleteThemeAliasResponse {
190
204
  /**
191
- * <p>The ID of the folder.</p>
205
+ * <p>The name for the theme alias.</p>
192
206
  */
193
- FolderId?: string;
207
+ AliasName?: string;
194
208
  /**
195
- * <p>The Amazon Resource Name (ARN) for the folder.</p>
209
+ * <p>The Amazon Resource Name (ARN) of the theme resource using the deleted alias.</p>
196
210
  */
197
211
  Arn?: string;
198
212
  /**
199
- * <p>A display name for the folder.</p>
200
- */
201
- Name?: string;
202
- /**
203
- * <p>The type of folder it is.</p>
204
- */
205
- FolderType?: FolderType | string;
206
- /**
207
- * <p>An array of ancestor ARN strings for the folder.</p>
208
- */
209
- FolderPath?: string[];
210
- /**
211
- * <p>The time that the folder was created.</p>
212
- */
213
- CreatedTime?: Date;
214
- /**
215
- * <p>The time that the folder was last updated.</p>
213
+ * <p>The Amazon Web Services request ID for this operation.</p>
216
214
  */
217
- LastUpdatedTime?: Date;
218
- }
219
- /**
220
- * @public
221
- */
222
- export interface DescribeFolderResponse {
215
+ RequestId?: string;
223
216
  /**
224
217
  * <p>The HTTP status of the request.</p>
225
218
  */
226
219
  Status?: number;
227
220
  /**
228
- * <p>Information about the folder.</p>
229
- */
230
- Folder?: Folder;
231
- /**
232
- * <p>The Amazon Web Services request ID for this operation.</p>
221
+ * <p>An ID for the theme associated with the deletion.</p>
233
222
  */
234
- RequestId?: string;
223
+ ThemeId?: string;
235
224
  }
236
225
  /**
237
226
  * @public
238
227
  */
239
- export interface DescribeFolderPermissionsRequest {
228
+ export interface DeleteTopicRequest {
240
229
  /**
241
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
230
+ * <p>The ID of the Amazon Web Services account that contains the topic that you want to
231
+ * delete.</p>
242
232
  */
243
233
  AwsAccountId: string | undefined;
244
234
  /**
245
- * <p>The ID of the folder.</p>
235
+ * <p>The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
246
236
  */
247
- FolderId: string | undefined;
237
+ TopicId: string | undefined;
248
238
  }
249
239
  /**
250
240
  * @public
251
241
  */
252
- export interface DescribeFolderPermissionsResponse {
253
- /**
254
- * <p>The HTTP status of the request.</p>
255
- */
256
- Status?: number;
242
+ export interface DeleteTopicResponse {
257
243
  /**
258
- * <p>The ID of the folder.</p>
259
- */
260
- FolderId?: string;
261
- /**
262
- * <p>The Amazon Resource Name (ARN) for the folder.</p>
244
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
263
245
  */
264
246
  Arn?: string;
265
247
  /**
266
- * <p>Information about the permissions on the folder.</p>
248
+ * <p>The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
267
249
  */
268
- Permissions?: ResourcePermission[];
250
+ TopicId?: string;
269
251
  /**
270
252
  * <p>The Amazon Web Services request ID for this operation.</p>
271
253
  */
272
254
  RequestId?: string;
255
+ /**
256
+ * <p>The HTTP status of the request.</p>
257
+ */
258
+ Status?: number;
273
259
  }
274
260
  /**
275
261
  * @public
276
262
  */
277
- export interface DescribeFolderResolvedPermissionsRequest {
263
+ export interface DeleteTopicRefreshScheduleRequest {
278
264
  /**
279
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
265
+ * <p>The Amazon Web Services account ID.</p>
280
266
  */
281
267
  AwsAccountId: string | undefined;
282
268
  /**
283
- * <p>The ID of the folder.</p>
269
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
284
270
  */
285
- FolderId: string | undefined;
271
+ TopicId: string | undefined;
272
+ /**
273
+ * <p>The ID of the dataset.</p>
274
+ */
275
+ DatasetId: string | undefined;
286
276
  }
287
277
  /**
288
278
  * @public
289
279
  */
290
- export interface DescribeFolderResolvedPermissionsResponse {
280
+ export interface DeleteTopicRefreshScheduleResponse {
291
281
  /**
292
- * <p>The HTTP status of the request.</p>
282
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
293
283
  */
294
- Status?: number;
284
+ TopicId?: string;
295
285
  /**
296
- * <p>The ID of the folder.</p>
286
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
297
287
  */
298
- FolderId?: string;
288
+ TopicArn?: string;
299
289
  /**
300
- * <p>The Amazon Resource Name (ARN) of the folder.</p>
290
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
301
291
  */
302
- Arn?: string;
292
+ DatasetArn?: string;
303
293
  /**
304
- * <p>Information about the permissions for the folder.</p>
294
+ * <p>The HTTP status of the request.</p>
305
295
  */
306
- Permissions?: ResourcePermission[];
296
+ Status?: number;
307
297
  /**
308
298
  * <p>The Amazon Web Services request ID for this operation.</p>
309
299
  */
@@ -312,29 +302,25 @@ export interface DescribeFolderResolvedPermissionsResponse {
312
302
  /**
313
303
  * @public
314
304
  */
315
- export interface DescribeGroupRequest {
305
+ export interface DeleteUserRequest {
316
306
  /**
317
- * <p>The name of the group that you want to describe.</p>
307
+ * <p>The name of the user that you want to delete.</p>
318
308
  */
319
- GroupName: string | undefined;
309
+ UserName: string | undefined;
320
310
  /**
321
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
311
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
322
312
  * Amazon Web Services account that contains your Amazon QuickSight account.</p>
323
313
  */
324
314
  AwsAccountId: string | undefined;
325
315
  /**
326
- * <p>The namespace of the group that you want described.</p>
316
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
327
317
  */
328
318
  Namespace: string | undefined;
329
319
  }
330
320
  /**
331
321
  * @public
332
322
  */
333
- export interface DescribeGroupResponse {
334
- /**
335
- * <p>The name of the group.</p>
336
- */
337
- Group?: Group;
323
+ export interface DeleteUserResponse {
338
324
  /**
339
325
  * <p>The Amazon Web Services request ID for this operation.</p>
340
326
  */
@@ -346,35 +332,27 @@ export interface DescribeGroupResponse {
346
332
  }
347
333
  /**
348
334
  * @public
335
+ * <p></p>
349
336
  */
350
- export interface DescribeGroupMembershipRequest {
351
- /**
352
- * <p>The user name of the user that you want to search for.</p>
353
- */
354
- MemberName: string | undefined;
337
+ export interface DeleteUserByPrincipalIdRequest {
355
338
  /**
356
- * <p>The name of the group that you want to search.</p>
339
+ * <p>The principal ID of the user.</p>
357
340
  */
358
- GroupName: string | undefined;
341
+ PrincipalId: string | undefined;
359
342
  /**
360
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
361
- * Amazon Web Services account that contains your Amazon QuickSight account.</p>
343
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
344
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
362
345
  */
363
346
  AwsAccountId: string | undefined;
364
347
  /**
365
- * <p>The namespace that includes the group you are searching within.</p>
348
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
366
349
  */
367
350
  Namespace: string | undefined;
368
351
  }
369
352
  /**
370
353
  * @public
371
354
  */
372
- export interface DescribeGroupMembershipResponse {
373
- /**
374
- * <p>A member of an Amazon QuickSight group. Currently, group members must be users. Groups
375
- * can't be members of another group. .</p>
376
- */
377
- GroupMember?: GroupMember;
355
+ export interface DeleteUserByPrincipalIdResponse {
378
356
  /**
379
357
  * <p>The Amazon Web Services request ID for this operation.</p>
380
358
  */
@@ -387,14 +365,1122 @@ export interface DescribeGroupMembershipResponse {
387
365
  /**
388
366
  * @public
389
367
  */
390
- export interface DescribeIAMPolicyAssignmentRequest {
368
+ export interface DeleteVPCConnectionRequest {
391
369
  /**
392
- * <p>The ID of the Amazon Web Services account that contains the assignment that you want to
393
- * describe.</p>
370
+ * <p>The Amazon Web Services account ID of the account where you want to delete a VPC
371
+ * connection.</p>
394
372
  */
395
373
  AwsAccountId: string | undefined;
396
374
  /**
397
- * <p>The name of the assignment, also called a rule.</p>
375
+ * <p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
376
+ * Amazon Web Services account.</p>
377
+ */
378
+ VPCConnectionId: string | undefined;
379
+ }
380
+ /**
381
+ * @public
382
+ */
383
+ export interface DeleteVPCConnectionResponse {
384
+ /**
385
+ * <p>The Amazon Resource Name (ARN) of the deleted VPC connection.</p>
386
+ */
387
+ Arn?: string;
388
+ /**
389
+ * <p>The ID of the VPC connection that
390
+ * you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
391
+ * Amazon Web Services account.</p>
392
+ */
393
+ VPCConnectionId?: string;
394
+ /**
395
+ * <p>The deletion status of the VPC connection.</p>
396
+ */
397
+ DeletionStatus?: VPCConnectionResourceStatus | string;
398
+ /**
399
+ * <p>The availability status of the VPC connection.</p>
400
+ */
401
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
402
+ /**
403
+ * <p>The Amazon Web Services request ID for this operation.</p>
404
+ */
405
+ RequestId?: string;
406
+ /**
407
+ * <p>The HTTP status of the request.</p>
408
+ */
409
+ Status?: number;
410
+ }
411
+ /**
412
+ * @public
413
+ */
414
+ export interface DescribeAccountCustomizationRequest {
415
+ /**
416
+ * <p>The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations
417
+ * for.</p>
418
+ */
419
+ AwsAccountId: string | undefined;
420
+ /**
421
+ * <p>The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations
422
+ * for.</p>
423
+ */
424
+ Namespace?: string;
425
+ /**
426
+ * <p>The <code>Resolved</code> flag works with the other parameters to determine which view
427
+ * of Amazon QuickSight customizations is returned. You can add this flag to your command to use
428
+ * the same view that Amazon QuickSight uses to identify which customizations to apply to the
429
+ * console. Omit this flag, or set it to <code>no-resolved</code>, to reveal customizations
430
+ * that are configured at different levels. </p>
431
+ */
432
+ Resolved?: boolean;
433
+ }
434
+ /**
435
+ * @public
436
+ */
437
+ export interface DescribeAccountCustomizationResponse {
438
+ /**
439
+ * <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.</p>
440
+ */
441
+ Arn?: string;
442
+ /**
443
+ * <p>The ID for the Amazon Web Services account that you're describing.</p>
444
+ */
445
+ AwsAccountId?: string;
446
+ /**
447
+ * <p>The Amazon QuickSight namespace that you're describing. </p>
448
+ */
449
+ Namespace?: string;
450
+ /**
451
+ * <p>The Amazon QuickSight customizations that exist in the current Amazon Web Services Region. </p>
452
+ */
453
+ AccountCustomization?: AccountCustomization;
454
+ /**
455
+ * <p>The Amazon Web Services request ID for this operation.</p>
456
+ */
457
+ RequestId?: string;
458
+ /**
459
+ * <p>The HTTP status of the request.</p>
460
+ */
461
+ Status?: number;
462
+ }
463
+ /**
464
+ * @public
465
+ */
466
+ export interface DescribeAccountSettingsRequest {
467
+ /**
468
+ * <p>The ID for the Amazon Web Services account that contains the settings that you want to list.</p>
469
+ */
470
+ AwsAccountId: string | undefined;
471
+ }
472
+ /**
473
+ * @public
474
+ */
475
+ export interface DescribeAccountSettingsResponse {
476
+ /**
477
+ * <p>The Amazon QuickSight settings for this Amazon Web Services account. This information
478
+ * includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or
479
+ * Enterprise) and the notification email for the Amazon QuickSight subscription. </p>
480
+ * <p>In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to
481
+ * as a QuickSight "account" even though it's technically not an account by
482
+ * itself. Instead, it's a subscription to the Amazon QuickSight service for your
483
+ * Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.</p>
484
+ */
485
+ AccountSettings?: AccountSettings;
486
+ /**
487
+ * <p>The Amazon Web Services request ID for this operation.</p>
488
+ */
489
+ RequestId?: string;
490
+ /**
491
+ * <p>The HTTP status of the request.</p>
492
+ */
493
+ Status?: number;
494
+ }
495
+ /**
496
+ * @public
497
+ */
498
+ export interface DescribeAccountSubscriptionRequest {
499
+ /**
500
+ * <p>The Amazon Web Services account ID associated with your Amazon QuickSight account.</p>
501
+ */
502
+ AwsAccountId: string | undefined;
503
+ }
504
+ /**
505
+ * @public
506
+ */
507
+ export interface DescribeAccountSubscriptionResponse {
508
+ /**
509
+ * <p>A structure that contains the following elements:</p>
510
+ * <ul>
511
+ * <li>
512
+ * <p>Your Amazon QuickSight account name.</p>
513
+ * </li>
514
+ * <li>
515
+ * <p>The edition of Amazon QuickSight that your account is using.</p>
516
+ * </li>
517
+ * <li>
518
+ * <p>The notification email address that is associated with the Amazon QuickSight
519
+ * account.
520
+ * </p>
521
+ * </li>
522
+ * <li>
523
+ * <p>The authentication type of the Amazon QuickSight account.</p>
524
+ * </li>
525
+ * <li>
526
+ * <p>The status of the Amazon QuickSight account's subscription.</p>
527
+ * </li>
528
+ * </ul>
529
+ */
530
+ AccountInfo?: AccountInfo;
531
+ /**
532
+ * <p>The HTTP status of the request.</p>
533
+ */
534
+ Status?: number;
535
+ /**
536
+ * <p>The Amazon Web Services request ID for this operation.</p>
537
+ */
538
+ RequestId?: string;
539
+ }
540
+ /**
541
+ * @public
542
+ */
543
+ export interface DescribeAnalysisRequest {
544
+ /**
545
+ * <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
546
+ * Amazon Web Services account that the analysis is in.</p>
547
+ */
548
+ AwsAccountId: string | undefined;
549
+ /**
550
+ * <p>The ID of the analysis that you're describing. The ID is part of the URL of the
551
+ * analysis.</p>
552
+ */
553
+ AnalysisId: string | undefined;
554
+ }
555
+ /**
556
+ * @public
557
+ */
558
+ export interface DescribeAnalysisResponse {
559
+ /**
560
+ * <p>A metadata structure that contains summary information for the analysis that you're
561
+ * describing.</p>
562
+ */
563
+ Analysis?: Analysis;
564
+ /**
565
+ * <p>The HTTP status of the request.</p>
566
+ */
567
+ Status?: number;
568
+ /**
569
+ * <p>The Amazon Web Services request ID for this operation.</p>
570
+ */
571
+ RequestId?: string;
572
+ }
573
+ /**
574
+ * @public
575
+ */
576
+ export interface DescribeAnalysisDefinitionRequest {
577
+ /**
578
+ * <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
579
+ * Amazon Web Services account that the analysis is in.</p>
580
+ */
581
+ AwsAccountId: string | undefined;
582
+ /**
583
+ * <p>The ID of the analysis that you're describing. The ID is part of the URL of the
584
+ * analysis.</p>
585
+ */
586
+ AnalysisId: string | undefined;
587
+ }
588
+ /**
589
+ * @public
590
+ */
591
+ export interface DescribeAnalysisDefinitionResponse {
592
+ /**
593
+ * <p>The ID of the analysis described.</p>
594
+ */
595
+ AnalysisId?: string;
596
+ /**
597
+ * <p>The descriptive name of the analysis.</p>
598
+ */
599
+ Name?: string;
600
+ /**
601
+ * <p>Errors associated with the analysis.</p>
602
+ */
603
+ Errors?: AnalysisError[];
604
+ /**
605
+ * <p>Status associated with the analysis.</p>
606
+ * <ul>
607
+ * <li>
608
+ * <p>
609
+ * <code>CREATION_IN_PROGRESS</code>
610
+ * </p>
611
+ * </li>
612
+ * <li>
613
+ * <p>
614
+ * <code>CREATION_SUCCESSFUL</code>
615
+ * </p>
616
+ * </li>
617
+ * <li>
618
+ * <p>
619
+ * <code>CREATION_FAILED</code>
620
+ * </p>
621
+ * </li>
622
+ * <li>
623
+ * <p>
624
+ * <code>UPDATE_IN_PROGRESS</code>
625
+ * </p>
626
+ * </li>
627
+ * <li>
628
+ * <p>
629
+ * <code>UPDATE_SUCCESSFUL</code>
630
+ * </p>
631
+ * </li>
632
+ * <li>
633
+ * <p>
634
+ * <code>UPDATE_FAILED</code>
635
+ * </p>
636
+ * </li>
637
+ * <li>
638
+ * <p>
639
+ * <code>DELETED</code>
640
+ * </p>
641
+ * </li>
642
+ * </ul>
643
+ */
644
+ ResourceStatus?: ResourceStatus | string;
645
+ /**
646
+ * <p>The ARN of the theme of the analysis.</p>
647
+ */
648
+ ThemeArn?: string;
649
+ /**
650
+ * <p>The definition of an analysis.</p>
651
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
652
+ */
653
+ Definition?: AnalysisDefinition;
654
+ /**
655
+ * <p>The HTTP status of the request.</p>
656
+ */
657
+ Status?: number;
658
+ /**
659
+ * <p>The Amazon Web Services request ID for this operation.</p>
660
+ */
661
+ RequestId?: string;
662
+ }
663
+ /**
664
+ * @public
665
+ */
666
+ export interface DescribeAnalysisPermissionsRequest {
667
+ /**
668
+ * <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
669
+ * describing. You must be using the Amazon Web Services account that the analysis is in.</p>
670
+ */
671
+ AwsAccountId: string | undefined;
672
+ /**
673
+ * <p>The ID of the analysis whose permissions you're describing. The ID is part of the
674
+ * analysis URL.</p>
675
+ */
676
+ AnalysisId: string | undefined;
677
+ }
678
+ /**
679
+ * @public
680
+ */
681
+ export interface DescribeAnalysisPermissionsResponse {
682
+ /**
683
+ * <p>The ID of the analysis whose permissions you're describing.</p>
684
+ */
685
+ AnalysisId?: string;
686
+ /**
687
+ * <p>The Amazon Resource Name (ARN) of the analysis whose permissions you're
688
+ * describing.</p>
689
+ */
690
+ AnalysisArn?: string;
691
+ /**
692
+ * <p>A structure that describes the principals and the resource-level permissions on an
693
+ * analysis.</p>
694
+ */
695
+ Permissions?: ResourcePermission[];
696
+ /**
697
+ * <p>The HTTP status of the request.</p>
698
+ */
699
+ Status?: number;
700
+ /**
701
+ * <p>The Amazon Web Services request ID for this operation.</p>
702
+ */
703
+ RequestId?: string;
704
+ }
705
+ /**
706
+ * @public
707
+ */
708
+ export interface DescribeAssetBundleExportJobRequest {
709
+ /**
710
+ * <p>The ID of the Amazon Web Services account the export job is executed in. </p>
711
+ */
712
+ AwsAccountId: string | undefined;
713
+ /**
714
+ * <p>The ID of the job that you want described. The job ID is set when you start a new job with a <code>StartAssetBundleExportJob</code> API call.</p>
715
+ */
716
+ AssetBundleExportJobId: string | undefined;
717
+ }
718
+ /**
719
+ * @public
720
+ */
721
+ export interface DescribeAssetBundleExportJobResponse {
722
+ /**
723
+ * <p>Indicates tha status of a job through its queueing and execution.</p>
724
+ * <p>Poll this <code>DescribeAssetBundleExportApi</code> until <code>JobStatus</code> is either <code>SUCCESSFUL</code> or <code>FAILED</code>.</p>
725
+ */
726
+ JobStatus?: AssetBundleExportJobStatus | string;
727
+ /**
728
+ * <p>The URL to download the exported asset bundle data from.</p>
729
+ * <p>This URL is available only after the job has succeeded. This URL is valid for 5 minutes after issuance. Call <code>DescribeAssetBundleExportJob</code> again for a fresh URL if needed.</p>
730
+ * <p>The downloaded asset bundle is a zip file named <code>assetbundle-\{jobId\}.qs</code>. The file has a <code>.qs</code> extension.</p>
731
+ * <p>This URL can't be used in a <code>StartAssetBundleImportJob</code> API call and should only be used for download purposes.</p>
732
+ */
733
+ DownloadUrl?: string;
734
+ /**
735
+ * <p>An array of error records that describes any failures that occurred during the export job processing.</p>
736
+ * <p>Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.</p>
737
+ */
738
+ Errors?: AssetBundleExportJobError[];
739
+ /**
740
+ * <p>The Amazon Resource Name (ARN) for the export job.</p>
741
+ */
742
+ Arn?: string;
743
+ /**
744
+ * <p>The time that the export job was created.</p>
745
+ */
746
+ CreatedTime?: Date;
747
+ /**
748
+ * <p>The ID of the job. The job ID is set when you start a new job with a <code>StartAssetBundleExportJob</code> API call.</p>
749
+ */
750
+ AssetBundleExportJobId?: string;
751
+ /**
752
+ * <p>The ID of the Amazon Web Services account that the export job was executed in. </p>
753
+ */
754
+ AwsAccountId?: string;
755
+ /**
756
+ * <p>A list of resource ARNs that exported with the job.</p>
757
+ */
758
+ ResourceArns?: string[];
759
+ /**
760
+ * <p>The include dependencies flag.</p>
761
+ */
762
+ IncludeAllDependencies?: boolean;
763
+ /**
764
+ * <p>The format of the export.</p>
765
+ */
766
+ ExportFormat?: AssetBundleExportFormat | string;
767
+ /**
768
+ * <p>The CloudFormation override property configuration for the export job.</p>
769
+ */
770
+ CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
771
+ /**
772
+ * <p>The Amazon Web Services request ID for this operation.</p>
773
+ */
774
+ RequestId?: string;
775
+ /**
776
+ * <p>The HTTP status of the response.</p>
777
+ */
778
+ Status?: number;
779
+ }
780
+ /**
781
+ * @public
782
+ */
783
+ export interface DescribeAssetBundleImportJobRequest {
784
+ /**
785
+ * <p>The ID of the Amazon Web Services account the import job was executed in. </p>
786
+ */
787
+ AwsAccountId: string | undefined;
788
+ /**
789
+ * <p>The ID of the job. The job ID is set when you start a new job with a <code>StartAssetBundleImportJob</code> API call.</p>
790
+ */
791
+ AssetBundleImportJobId: string | undefined;
792
+ }
793
+ /**
794
+ * @public
795
+ */
796
+ export interface DescribeAssetBundleImportJobResponse {
797
+ /**
798
+ * <p>Indicates tha status of a job through its queueing and execution.</p>
799
+ * <p>Poll this <code>DescribeAssetBundleImport</code> API until <code>JobStatus</code> returns one of the following values.</p>
800
+ * <ul>
801
+ * <li>
802
+ * <p>
803
+ * <code>SUCCESSFUL</code>
804
+ * </p>
805
+ * </li>
806
+ * <li>
807
+ * <p>
808
+ * <code>FAILED</code>
809
+ * </p>
810
+ * </li>
811
+ * <li>
812
+ * <p>
813
+ * <code>FAILED_ROLLBACK_COMPLETED</code>
814
+ * </p>
815
+ * </li>
816
+ * <li>
817
+ * <p>
818
+ * <code>FAILED_ROLLBACK_ERROR</code>
819
+ * </p>
820
+ * </li>
821
+ * </ul>
822
+ */
823
+ JobStatus?: AssetBundleImportJobStatus | string;
824
+ /**
825
+ * <p>An array of error records that describes any failures that occurred during the export job processing.</p>
826
+ * <p>Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.</p>
827
+ */
828
+ Errors?: AssetBundleImportJobError[];
829
+ /**
830
+ * <p>An array of error records that describes any failures that occurred while an import job was attempting a rollback.</p>
831
+ * <p>Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.</p>
832
+ */
833
+ RollbackErrors?: AssetBundleImportJobError[];
834
+ /**
835
+ * <p>The Amazon Resource Name (ARN) for the import job.</p>
836
+ */
837
+ Arn?: string;
838
+ /**
839
+ * <p>The time that the import job was created.</p>
840
+ */
841
+ CreatedTime?: Date;
842
+ /**
843
+ * <p>The ID of the job. The job ID is set when you start a new job with a <code>StartAssetBundleImportJob</code> API call.</p>
844
+ */
845
+ AssetBundleImportJobId?: string;
846
+ /**
847
+ * <p>The ID of the Amazon Web Services account the import job was executed in. </p>
848
+ */
849
+ AwsAccountId?: string;
850
+ /**
851
+ * <p>The source of the asset bundle zip file that contains the data that is imported by the job.</p>
852
+ */
853
+ AssetBundleImportSource?: AssetBundleImportSourceDescription;
854
+ /**
855
+ * <p>Optional overrides to be applied to the resource configuration before import.</p>
856
+ */
857
+ OverrideParameters?: AssetBundleImportJobOverrideParameters;
858
+ /**
859
+ * <p>The failure action for the import job.</p>
860
+ */
861
+ FailureAction?: AssetBundleImportFailureAction | string;
862
+ /**
863
+ * <p>The Amazon Web Services request ID for this operation.</p>
864
+ */
865
+ RequestId?: string;
866
+ /**
867
+ * <p>The HTTP status of the response.</p>
868
+ */
869
+ Status?: number;
870
+ }
871
+ /**
872
+ * @public
873
+ */
874
+ export interface DescribeDashboardRequest {
875
+ /**
876
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
877
+ * describing.</p>
878
+ */
879
+ AwsAccountId: string | undefined;
880
+ /**
881
+ * <p>The ID for the dashboard.</p>
882
+ */
883
+ DashboardId: string | undefined;
884
+ /**
885
+ * <p>The version number for the dashboard. If a version number isn't passed, the
886
+ * latest published dashboard version is described. </p>
887
+ */
888
+ VersionNumber?: number;
889
+ /**
890
+ * <p>The alias name.</p>
891
+ */
892
+ AliasName?: string;
893
+ }
894
+ /**
895
+ * @public
896
+ */
897
+ export interface DescribeDashboardResponse {
898
+ /**
899
+ * <p>Information about the dashboard.</p>
900
+ */
901
+ Dashboard?: Dashboard;
902
+ /**
903
+ * <p>The HTTP status of this request.</p>
904
+ */
905
+ Status?: number;
906
+ /**
907
+ * <p>The Amazon Web Services request ID for this operation.</p>
908
+ */
909
+ RequestId?: string;
910
+ }
911
+ /**
912
+ * @public
913
+ */
914
+ export interface DescribeDashboardDefinitionRequest {
915
+ /**
916
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
917
+ * describing.</p>
918
+ */
919
+ AwsAccountId: string | undefined;
920
+ /**
921
+ * <p>The ID for the dashboard.</p>
922
+ */
923
+ DashboardId: string | undefined;
924
+ /**
925
+ * <p>The version number for the dashboard. If a version number isn't passed, the
926
+ * latest published dashboard version is described. </p>
927
+ */
928
+ VersionNumber?: number;
929
+ /**
930
+ * <p>The alias name.</p>
931
+ */
932
+ AliasName?: string;
933
+ }
934
+ /**
935
+ * @public
936
+ */
937
+ export interface DescribeDashboardDefinitionResponse {
938
+ /**
939
+ * <p>The ID of the dashboard described.</p>
940
+ */
941
+ DashboardId?: string;
942
+ /**
943
+ * <p>Errors associated with this dashboard version.</p>
944
+ */
945
+ Errors?: DashboardError[];
946
+ /**
947
+ * <p>The display name of the dashboard.</p>
948
+ */
949
+ Name?: string;
950
+ /**
951
+ * <p>Status associated with the dashboard version.</p>
952
+ * <ul>
953
+ * <li>
954
+ * <p>
955
+ * <code>CREATION_IN_PROGRESS</code>
956
+ * </p>
957
+ * </li>
958
+ * <li>
959
+ * <p>
960
+ * <code>CREATION_SUCCESSFUL</code>
961
+ * </p>
962
+ * </li>
963
+ * <li>
964
+ * <p>
965
+ * <code>CREATION_FAILED</code>
966
+ * </p>
967
+ * </li>
968
+ * <li>
969
+ * <p>
970
+ * <code>UPDATE_IN_PROGRESS</code>
971
+ * </p>
972
+ * </li>
973
+ * <li>
974
+ * <p>
975
+ * <code>UPDATE_SUCCESSFUL</code>
976
+ * </p>
977
+ * </li>
978
+ * <li>
979
+ * <p>
980
+ * <code>UPDATE_FAILED</code>
981
+ * </p>
982
+ * </li>
983
+ * <li>
984
+ * <p>
985
+ * <code>DELETED</code>
986
+ * </p>
987
+ * </li>
988
+ * </ul>
989
+ */
990
+ ResourceStatus?: ResourceStatus | string;
991
+ /**
992
+ * <p>The ARN of the theme of the dashboard.</p>
993
+ */
994
+ ThemeArn?: string;
995
+ /**
996
+ * <p>The definition of a dashboard.</p>
997
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
998
+ */
999
+ Definition?: DashboardVersionDefinition;
1000
+ /**
1001
+ * <p>The HTTP status of the request.</p>
1002
+ */
1003
+ Status?: number;
1004
+ /**
1005
+ * <p>The Amazon Web Services request ID for this operation.</p>
1006
+ */
1007
+ RequestId?: string;
1008
+ /**
1009
+ * <p>Options for publishing the dashboard:</p>
1010
+ * <ul>
1011
+ * <li>
1012
+ * <p>
1013
+ * <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
1014
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
1015
+ * set to <code>DISABLED</code>, Amazon QuickSight disables the left filter pane on the
1016
+ * published dashboard, which can be used for ad hoc (one-time) filtering. This
1017
+ * option is <code>ENABLED</code> by default. </p>
1018
+ * </li>
1019
+ * <li>
1020
+ * <p>
1021
+ * <code>AvailabilityStatus</code> for <code>ExportToCSVOption</code> - This
1022
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. The visual
1023
+ * option to export data to .CSV format isn't enabled when this is set to
1024
+ * <code>DISABLED</code>. This option is <code>ENABLED</code> by default. </p>
1025
+ * </li>
1026
+ * <li>
1027
+ * <p>
1028
+ * <code>VisibilityState</code> for <code>SheetControlsOption</code> - This
1029
+ * visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
1030
+ * This option is <code>COLLAPSED</code> by default. </p>
1031
+ * </li>
1032
+ * </ul>
1033
+ */
1034
+ DashboardPublishOptions?: DashboardPublishOptions;
1035
+ }
1036
+ /**
1037
+ * @public
1038
+ */
1039
+ export interface DescribeDashboardPermissionsRequest {
1040
+ /**
1041
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're describing
1042
+ * permissions for.</p>
1043
+ */
1044
+ AwsAccountId: string | undefined;
1045
+ /**
1046
+ * <p>The ID for the dashboard, also added to the IAM policy.</p>
1047
+ */
1048
+ DashboardId: string | undefined;
1049
+ }
1050
+ /**
1051
+ * @public
1052
+ * <p>A structure that contains the configuration of a shareable link to the dashboard.</p>
1053
+ */
1054
+ export interface LinkSharingConfiguration {
1055
+ /**
1056
+ * <p>A structure that contains the permissions of a shareable link.</p>
1057
+ */
1058
+ Permissions?: ResourcePermission[];
1059
+ }
1060
+ /**
1061
+ * @public
1062
+ */
1063
+ export interface DescribeDashboardPermissionsResponse {
1064
+ /**
1065
+ * <p>The ID for the dashboard.</p>
1066
+ */
1067
+ DashboardId?: string;
1068
+ /**
1069
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
1070
+ */
1071
+ DashboardArn?: string;
1072
+ /**
1073
+ * <p>A structure that contains the permissions for the dashboard.</p>
1074
+ */
1075
+ Permissions?: ResourcePermission[];
1076
+ /**
1077
+ * <p>The HTTP status of the request.</p>
1078
+ */
1079
+ Status?: number;
1080
+ /**
1081
+ * <p>The Amazon Web Services request ID for this operation.</p>
1082
+ */
1083
+ RequestId?: string;
1084
+ /**
1085
+ * <p>A structure that contains the configuration of a shareable link that grants access to
1086
+ * the dashboard. Your users can use the link to view and interact with the dashboard, if
1087
+ * the dashboard has been shared with them. For more information about sharing dashboards,
1088
+ * see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sharing-a-dashboard.html">Sharing Dashboards</a>.</p>
1089
+ */
1090
+ LinkSharingConfiguration?: LinkSharingConfiguration;
1091
+ }
1092
+ /**
1093
+ * @public
1094
+ */
1095
+ export interface DescribeDataSetRequest {
1096
+ /**
1097
+ * <p>The Amazon Web Services account ID.</p>
1098
+ */
1099
+ AwsAccountId: string | undefined;
1100
+ /**
1101
+ * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1102
+ */
1103
+ DataSetId: string | undefined;
1104
+ }
1105
+ /**
1106
+ * @public
1107
+ */
1108
+ export interface DescribeDataSetResponse {
1109
+ /**
1110
+ * <p>Information on the dataset.</p>
1111
+ */
1112
+ DataSet?: DataSet;
1113
+ /**
1114
+ * <p>The Amazon Web Services request ID for this operation.</p>
1115
+ */
1116
+ RequestId?: string;
1117
+ /**
1118
+ * <p>The HTTP status of the request.</p>
1119
+ */
1120
+ Status?: number;
1121
+ }
1122
+ /**
1123
+ * @public
1124
+ */
1125
+ export interface DescribeDataSetPermissionsRequest {
1126
+ /**
1127
+ * <p>The Amazon Web Services account ID.</p>
1128
+ */
1129
+ AwsAccountId: string | undefined;
1130
+ /**
1131
+ * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1132
+ */
1133
+ DataSetId: string | undefined;
1134
+ }
1135
+ /**
1136
+ * @public
1137
+ */
1138
+ export interface DescribeDataSetPermissionsResponse {
1139
+ /**
1140
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
1141
+ */
1142
+ DataSetArn?: string;
1143
+ /**
1144
+ * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1145
+ */
1146
+ DataSetId?: string;
1147
+ /**
1148
+ * <p>A list of resource permissions on the dataset.</p>
1149
+ */
1150
+ Permissions?: ResourcePermission[];
1151
+ /**
1152
+ * <p>The Amazon Web Services request ID for this operation.</p>
1153
+ */
1154
+ RequestId?: string;
1155
+ /**
1156
+ * <p>The HTTP status of the request.</p>
1157
+ */
1158
+ Status?: number;
1159
+ }
1160
+ /**
1161
+ * @public
1162
+ */
1163
+ export interface DescribeDataSetRefreshPropertiesRequest {
1164
+ /**
1165
+ * <p>The Amazon Web Services account ID.</p>
1166
+ */
1167
+ AwsAccountId: string | undefined;
1168
+ /**
1169
+ * <p>The ID of the dataset.</p>
1170
+ */
1171
+ DataSetId: string | undefined;
1172
+ }
1173
+ /**
1174
+ * @public
1175
+ */
1176
+ export interface DescribeDataSetRefreshPropertiesResponse {
1177
+ /**
1178
+ * <p>The Amazon Web Services request ID for this operation.</p>
1179
+ */
1180
+ RequestId?: string;
1181
+ /**
1182
+ * <p>The HTTP status of the request.</p>
1183
+ */
1184
+ Status?: number;
1185
+ /**
1186
+ * <p>The dataset refresh properties.</p>
1187
+ */
1188
+ DataSetRefreshProperties?: DataSetRefreshProperties;
1189
+ }
1190
+ /**
1191
+ * @public
1192
+ */
1193
+ export interface DescribeDataSourceRequest {
1194
+ /**
1195
+ * <p>The Amazon Web Services account ID.</p>
1196
+ */
1197
+ AwsAccountId: string | undefined;
1198
+ /**
1199
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1200
+ */
1201
+ DataSourceId: string | undefined;
1202
+ }
1203
+ /**
1204
+ * @public
1205
+ */
1206
+ export interface DescribeDataSourceResponse {
1207
+ /**
1208
+ * <p>The information on the data source.</p>
1209
+ */
1210
+ DataSource?: DataSource;
1211
+ /**
1212
+ * <p>The Amazon Web Services request ID for this operation.</p>
1213
+ */
1214
+ RequestId?: string;
1215
+ /**
1216
+ * <p>The HTTP status of the request.</p>
1217
+ */
1218
+ Status?: number;
1219
+ }
1220
+ /**
1221
+ * @public
1222
+ */
1223
+ export interface DescribeDataSourcePermissionsRequest {
1224
+ /**
1225
+ * <p>The Amazon Web Services account ID.</p>
1226
+ */
1227
+ AwsAccountId: string | undefined;
1228
+ /**
1229
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1230
+ */
1231
+ DataSourceId: string | undefined;
1232
+ }
1233
+ /**
1234
+ * @public
1235
+ */
1236
+ export interface DescribeDataSourcePermissionsResponse {
1237
+ /**
1238
+ * <p>The Amazon Resource Name (ARN) of the data source.</p>
1239
+ */
1240
+ DataSourceArn?: string;
1241
+ /**
1242
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1243
+ */
1244
+ DataSourceId?: string;
1245
+ /**
1246
+ * <p>A list of resource permissions on the data source.</p>
1247
+ */
1248
+ Permissions?: ResourcePermission[];
1249
+ /**
1250
+ * <p>The Amazon Web Services request ID for this operation.</p>
1251
+ */
1252
+ RequestId?: string;
1253
+ /**
1254
+ * <p>The HTTP status of the request.</p>
1255
+ */
1256
+ Status?: number;
1257
+ }
1258
+ /**
1259
+ * @public
1260
+ */
1261
+ export interface DescribeFolderRequest {
1262
+ /**
1263
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
1264
+ */
1265
+ AwsAccountId: string | undefined;
1266
+ /**
1267
+ * <p>The ID of the folder.</p>
1268
+ */
1269
+ FolderId: string | undefined;
1270
+ }
1271
+ /**
1272
+ * @public
1273
+ * <p>A folder in Amazon QuickSight.</p>
1274
+ */
1275
+ export interface Folder {
1276
+ /**
1277
+ * <p>The ID of the folder.</p>
1278
+ */
1279
+ FolderId?: string;
1280
+ /**
1281
+ * <p>The Amazon Resource Name (ARN) for the folder.</p>
1282
+ */
1283
+ Arn?: string;
1284
+ /**
1285
+ * <p>A display name for the folder.</p>
1286
+ */
1287
+ Name?: string;
1288
+ /**
1289
+ * <p>The type of folder it is.</p>
1290
+ */
1291
+ FolderType?: FolderType | string;
1292
+ /**
1293
+ * <p>An array of ancestor ARN strings for the folder.</p>
1294
+ */
1295
+ FolderPath?: string[];
1296
+ /**
1297
+ * <p>The time that the folder was created.</p>
1298
+ */
1299
+ CreatedTime?: Date;
1300
+ /**
1301
+ * <p>The time that the folder was last updated.</p>
1302
+ */
1303
+ LastUpdatedTime?: Date;
1304
+ }
1305
+ /**
1306
+ * @public
1307
+ */
1308
+ export interface DescribeFolderResponse {
1309
+ /**
1310
+ * <p>The HTTP status of the request.</p>
1311
+ */
1312
+ Status?: number;
1313
+ /**
1314
+ * <p>Information about the folder.</p>
1315
+ */
1316
+ Folder?: Folder;
1317
+ /**
1318
+ * <p>The Amazon Web Services request ID for this operation.</p>
1319
+ */
1320
+ RequestId?: string;
1321
+ }
1322
+ /**
1323
+ * @public
1324
+ */
1325
+ export interface DescribeFolderPermissionsRequest {
1326
+ /**
1327
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
1328
+ */
1329
+ AwsAccountId: string | undefined;
1330
+ /**
1331
+ * <p>The ID of the folder.</p>
1332
+ */
1333
+ FolderId: string | undefined;
1334
+ }
1335
+ /**
1336
+ * @public
1337
+ */
1338
+ export interface DescribeFolderPermissionsResponse {
1339
+ /**
1340
+ * <p>The HTTP status of the request.</p>
1341
+ */
1342
+ Status?: number;
1343
+ /**
1344
+ * <p>The ID of the folder.</p>
1345
+ */
1346
+ FolderId?: string;
1347
+ /**
1348
+ * <p>The Amazon Resource Name (ARN) for the folder.</p>
1349
+ */
1350
+ Arn?: string;
1351
+ /**
1352
+ * <p>Information about the permissions on the folder.</p>
1353
+ */
1354
+ Permissions?: ResourcePermission[];
1355
+ /**
1356
+ * <p>The Amazon Web Services request ID for this operation.</p>
1357
+ */
1358
+ RequestId?: string;
1359
+ }
1360
+ /**
1361
+ * @public
1362
+ */
1363
+ export interface DescribeFolderResolvedPermissionsRequest {
1364
+ /**
1365
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
1366
+ */
1367
+ AwsAccountId: string | undefined;
1368
+ /**
1369
+ * <p>The ID of the folder.</p>
1370
+ */
1371
+ FolderId: string | undefined;
1372
+ }
1373
+ /**
1374
+ * @public
1375
+ */
1376
+ export interface DescribeFolderResolvedPermissionsResponse {
1377
+ /**
1378
+ * <p>The HTTP status of the request.</p>
1379
+ */
1380
+ Status?: number;
1381
+ /**
1382
+ * <p>The ID of the folder.</p>
1383
+ */
1384
+ FolderId?: string;
1385
+ /**
1386
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
1387
+ */
1388
+ Arn?: string;
1389
+ /**
1390
+ * <p>Information about the permissions for the folder.</p>
1391
+ */
1392
+ Permissions?: ResourcePermission[];
1393
+ /**
1394
+ * <p>The Amazon Web Services request ID for this operation.</p>
1395
+ */
1396
+ RequestId?: string;
1397
+ }
1398
+ /**
1399
+ * @public
1400
+ */
1401
+ export interface DescribeGroupRequest {
1402
+ /**
1403
+ * <p>The name of the group that you want to describe.</p>
1404
+ */
1405
+ GroupName: string | undefined;
1406
+ /**
1407
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
1408
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
1409
+ */
1410
+ AwsAccountId: string | undefined;
1411
+ /**
1412
+ * <p>The namespace of the group that you want described.</p>
1413
+ */
1414
+ Namespace: string | undefined;
1415
+ }
1416
+ /**
1417
+ * @public
1418
+ */
1419
+ export interface DescribeGroupResponse {
1420
+ /**
1421
+ * <p>The name of the group.</p>
1422
+ */
1423
+ Group?: Group;
1424
+ /**
1425
+ * <p>The Amazon Web Services request ID for this operation.</p>
1426
+ */
1427
+ RequestId?: string;
1428
+ /**
1429
+ * <p>The HTTP status of the request.</p>
1430
+ */
1431
+ Status?: number;
1432
+ }
1433
+ /**
1434
+ * @public
1435
+ */
1436
+ export interface DescribeGroupMembershipRequest {
1437
+ /**
1438
+ * <p>The user name of the user that you want to search for.</p>
1439
+ */
1440
+ MemberName: string | undefined;
1441
+ /**
1442
+ * <p>The name of the group that you want to search.</p>
1443
+ */
1444
+ GroupName: string | undefined;
1445
+ /**
1446
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
1447
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
1448
+ */
1449
+ AwsAccountId: string | undefined;
1450
+ /**
1451
+ * <p>The namespace that includes the group you are searching within.</p>
1452
+ */
1453
+ Namespace: string | undefined;
1454
+ }
1455
+ /**
1456
+ * @public
1457
+ */
1458
+ export interface DescribeGroupMembershipResponse {
1459
+ /**
1460
+ * <p>A member of an Amazon QuickSight group. Currently, group members must be users. Groups
1461
+ * can't be members of another group. .</p>
1462
+ */
1463
+ GroupMember?: GroupMember;
1464
+ /**
1465
+ * <p>The Amazon Web Services request ID for this operation.</p>
1466
+ */
1467
+ RequestId?: string;
1468
+ /**
1469
+ * <p>The HTTP status of the request.</p>
1470
+ */
1471
+ Status?: number;
1472
+ }
1473
+ /**
1474
+ * @public
1475
+ */
1476
+ export interface DescribeIAMPolicyAssignmentRequest {
1477
+ /**
1478
+ * <p>The ID of the Amazon Web Services account that contains the assignment that you want to
1479
+ * describe.</p>
1480
+ */
1481
+ AwsAccountId: string | undefined;
1482
+ /**
1483
+ * <p>The name of the assignment, also called a rule.</p>
398
1484
  */
399
1485
  AssignmentName: string | undefined;
400
1486
  /**
@@ -2743,6 +3829,82 @@ export interface ListAnalysesResponse {
2743
3829
  */
2744
3830
  RequestId?: string;
2745
3831
  }
3832
+ /**
3833
+ * @public
3834
+ */
3835
+ export interface ListAssetBundleExportJobsRequest {
3836
+ /**
3837
+ * <p>The ID of the Amazon Web Services account that the export jobs were executed in. </p>
3838
+ */
3839
+ AwsAccountId: string | undefined;
3840
+ /**
3841
+ * <p>The token for the next set of results, or null if there are no more results.</p>
3842
+ */
3843
+ NextToken?: string;
3844
+ /**
3845
+ * <p>The maximum number of results to be returned per request.</p>
3846
+ */
3847
+ MaxResults?: number;
3848
+ }
3849
+ /**
3850
+ * @public
3851
+ */
3852
+ export interface ListAssetBundleExportJobsResponse {
3853
+ /**
3854
+ * <p>A list of export job summaries.</p>
3855
+ */
3856
+ AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[];
3857
+ /**
3858
+ * <p>The token for the next set of results, or null if there are no more results.</p>
3859
+ */
3860
+ NextToken?: string;
3861
+ /**
3862
+ * <p>The Amazon Web Services request ID for this operation.</p>
3863
+ */
3864
+ RequestId?: string;
3865
+ /**
3866
+ * <p>The HTTP status of the request.</p>
3867
+ */
3868
+ Status?: number;
3869
+ }
3870
+ /**
3871
+ * @public
3872
+ */
3873
+ export interface ListAssetBundleImportJobsRequest {
3874
+ /**
3875
+ * <p>The ID of the Amazon Web Services account that the import jobs were executed in.</p>
3876
+ */
3877
+ AwsAccountId: string | undefined;
3878
+ /**
3879
+ * <p>The token for the next set of results, or null if there are no more results.</p>
3880
+ */
3881
+ NextToken?: string;
3882
+ /**
3883
+ * <p>The maximum number of results to be returned per request.</p>
3884
+ */
3885
+ MaxResults?: number;
3886
+ }
3887
+ /**
3888
+ * @public
3889
+ */
3890
+ export interface ListAssetBundleImportJobsResponse {
3891
+ /**
3892
+ * <p>A list of import job summaries.</p>
3893
+ */
3894
+ AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[];
3895
+ /**
3896
+ * <p>The token for the next set of results, or null if there are no more results.</p>
3897
+ */
3898
+ NextToken?: string;
3899
+ /**
3900
+ * <p>The Amazon Web Services request ID for this operation.</p>
3901
+ */
3902
+ RequestId?: string;
3903
+ /**
3904
+ * <p>The HTTP status of the response.</p>
3905
+ */
3906
+ Status?: number;
3907
+ }
2746
3908
  /**
2747
3909
  * @public
2748
3910
  */
@@ -4414,66 +5576,203 @@ export interface SearchFoldersRequest {
4414
5576
  */
4415
5577
  export interface SearchFoldersResponse {
4416
5578
  /**
4417
- * <p>The HTTP status of the request.</p>
5579
+ * <p>The HTTP status of the request.</p>
5580
+ */
5581
+ Status?: number;
5582
+ /**
5583
+ * <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
5584
+ */
5585
+ FolderSummaryList?: FolderSummary[];
5586
+ /**
5587
+ * <p>The token for the next set of results, or null if there are no more results.</p>
5588
+ */
5589
+ NextToken?: string;
5590
+ /**
5591
+ * <p>The Amazon Web Services request ID for this operation.</p>
5592
+ */
5593
+ RequestId?: string;
5594
+ }
5595
+ /**
5596
+ * @public
5597
+ */
5598
+ export interface SearchGroupsRequest {
5599
+ /**
5600
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
5601
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
5602
+ */
5603
+ AwsAccountId: string | undefined;
5604
+ /**
5605
+ * <p>A pagination token that can be used in a subsequent request.</p>
5606
+ */
5607
+ NextToken?: string;
5608
+ /**
5609
+ * <p>The maximum number of results to return from this request.</p>
5610
+ */
5611
+ MaxResults?: number;
5612
+ /**
5613
+ * <p>The namespace that you want to search.</p>
5614
+ */
5615
+ Namespace: string | undefined;
5616
+ /**
5617
+ * <p>The structure for the search filters that you want to apply to your search.</p>
5618
+ */
5619
+ Filters: GroupSearchFilter[] | undefined;
5620
+ }
5621
+ /**
5622
+ * @public
5623
+ */
5624
+ export interface SearchGroupsResponse {
5625
+ /**
5626
+ * <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
5627
+ */
5628
+ GroupList?: Group[];
5629
+ /**
5630
+ * <p>A pagination token that can be used in a subsequent request.</p>
5631
+ */
5632
+ NextToken?: string;
5633
+ /**
5634
+ * <p>The Amazon Web Services request ID for this operation.</p>
5635
+ */
5636
+ RequestId?: string;
5637
+ /**
5638
+ * <p>The HTTP status of the request.</p>
5639
+ */
5640
+ Status?: number;
5641
+ }
5642
+ /**
5643
+ * @public
5644
+ */
5645
+ export interface StartAssetBundleExportJobRequest {
5646
+ /**
5647
+ * <p>The ID of the Amazon Web Services account to export assets from.</p>
5648
+ */
5649
+ AwsAccountId: string | undefined;
5650
+ /**
5651
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
5652
+ */
5653
+ AssetBundleExportJobId: string | undefined;
5654
+ /**
5655
+ * <p>An array of resource ARNs to export. The following resources are supported.</p>
5656
+ * <ul>
5657
+ * <li>
5658
+ * <p>
5659
+ * <code>Analysis</code>
5660
+ * </p>
5661
+ * </li>
5662
+ * <li>
5663
+ * <p>
5664
+ * <code>Dashboard</code>
5665
+ * </p>
5666
+ * </li>
5667
+ * <li>
5668
+ * <p>
5669
+ * <code>DataSet</code>
5670
+ * </p>
5671
+ * </li>
5672
+ * <li>
5673
+ * <p>
5674
+ * <code>DataSource</code>
5675
+ * </p>
5676
+ * </li>
5677
+ * <li>
5678
+ * <p>
5679
+ * <code>RefreshSchedule</code>
5680
+ * </p>
5681
+ * </li>
5682
+ * <li>
5683
+ * <p>
5684
+ * <code>Theme</code>
5685
+ * </p>
5686
+ * </li>
5687
+ * <li>
5688
+ * <p>
5689
+ * <code>VPCConnection</code>
5690
+ * </p>
5691
+ * </li>
5692
+ * </ul>
5693
+ * <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>
5694
+ */
5695
+ ResourceArns: string[] | undefined;
5696
+ /**
5697
+ * <p>A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job. For example, say you provided a Dashboard ARN to the <code>ResourceArns</code> parameter. If you set <code>IncludeAllDependencies</code> to <code>TRUE</code>, any theme, dataset, and dataource resource that is a dependency of the dashboard is also exported.</p>
5698
+ */
5699
+ IncludeAllDependencies?: boolean;
5700
+ /**
5701
+ * <p>The export data format.</p>
5702
+ */
5703
+ ExportFormat: AssetBundleExportFormat | string | undefined;
5704
+ /**
5705
+ * <p>An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.</p>
5706
+ * <p>Use this field if the <code>ExportFormat</code> field of a <code>StartAssetBundleExportJobRequest</code> API call is set to <code>CLOUDFORMATION_JSON</code>.</p>
5707
+ */
5708
+ CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
5709
+ }
5710
+ /**
5711
+ * @public
5712
+ */
5713
+ export interface StartAssetBundleExportJobResponse {
5714
+ /**
5715
+ * <p>The Amazon Resource Name (ARN) for the export job.</p>
4418
5716
  */
4419
- Status?: number;
5717
+ Arn?: string;
4420
5718
  /**
4421
- * <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
5719
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
4422
5720
  */
4423
- FolderSummaryList?: FolderSummary[];
5721
+ AssetBundleExportJobId?: string;
4424
5722
  /**
4425
- * <p>The token for the next set of results, or null if there are no more results.</p>
5723
+ * <p>The Amazon Web Services response ID for this operation.</p>
4426
5724
  */
4427
- NextToken?: string;
5725
+ RequestId?: string;
4428
5726
  /**
4429
- * <p>The Amazon Web Services request ID for this operation.</p>
5727
+ * <p>The HTTP status of the response.</p>
4430
5728
  */
4431
- RequestId?: string;
5729
+ Status?: number;
4432
5730
  }
4433
5731
  /**
4434
5732
  * @public
4435
5733
  */
4436
- export interface SearchGroupsRequest {
5734
+ export interface StartAssetBundleImportJobRequest {
4437
5735
  /**
4438
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
4439
- * Amazon Web Services account that contains your Amazon QuickSight account.</p>
5736
+ * <p>The ID of the Amazon Web Services account to import assets into. </p>
4440
5737
  */
4441
5738
  AwsAccountId: string | undefined;
4442
5739
  /**
4443
- * <p>A pagination token that can be used in a subsequent request.</p>
5740
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
4444
5741
  */
4445
- NextToken?: string;
5742
+ AssetBundleImportJobId: string | undefined;
4446
5743
  /**
4447
- * <p>The maximum number of results to return from this request.</p>
5744
+ * <p>The source of the asset bundle zip file that contains the data that you want to import.</p>
4448
5745
  */
4449
- MaxResults?: number;
5746
+ AssetBundleImportSource: AssetBundleImportSource | undefined;
4450
5747
  /**
4451
- * <p>The namespace that you want to search.</p>
5748
+ * <p>Optional overrides to be applied to the resource configuration before import.</p>
4452
5749
  */
4453
- Namespace: string | undefined;
5750
+ OverrideParameters?: AssetBundleImportJobOverrideParameters;
4454
5751
  /**
4455
- * <p>The structure for the search filters that you want to apply to your search.</p>
5752
+ * <p>The failure action for the import job.</p>
5753
+ * <p>If you choose <code>ROLLBACK</code>, failed import jobs will attempt to undo any asset changes caused by the failed job.</p>
5754
+ * <p>If you choose <code>DO_NOTHING</code>, failed import jobs will not attempt to roll back any asset changes caused by the failed job, possibly leaving the Amazon QuickSight account in an inconsistent state.</p>
4456
5755
  */
4457
- Filters: GroupSearchFilter[] | undefined;
5756
+ FailureAction?: AssetBundleImportFailureAction | string;
4458
5757
  }
4459
5758
  /**
4460
5759
  * @public
4461
5760
  */
4462
- export interface SearchGroupsResponse {
5761
+ export interface StartAssetBundleImportJobResponse {
4463
5762
  /**
4464
- * <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
5763
+ * <p>The Amazon Resource Name (ARN) for the import job.</p>
4465
5764
  */
4466
- GroupList?: Group[];
5765
+ Arn?: string;
4467
5766
  /**
4468
- * <p>A pagination token that can be used in a subsequent request.</p>
5767
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
4469
5768
  */
4470
- NextToken?: string;
5769
+ AssetBundleImportJobId?: string;
4471
5770
  /**
4472
- * <p>The Amazon Web Services request ID for this operation.</p>
5771
+ * <p>The Amazon Web Services response ID for this operation.</p>
4473
5772
  */
4474
5773
  RequestId?: string;
4475
5774
  /**
4476
- * <p>The HTTP status of the request.</p>
5775
+ * <p>The HTTP status of the response.</p>
4477
5776
  */
4478
5777
  Status?: number;
4479
5778
  }
@@ -5597,346 +6896,125 @@ export interface UpdateTemplateAliasRequest {
5597
6896
  */
5598
6897
  AliasName: string | undefined;
5599
6898
  /**
5600
- * <p>The version number of the template.</p>
5601
- */
5602
- TemplateVersionNumber: number | undefined;
5603
- }
5604
- /**
5605
- * @public
5606
- */
5607
- export interface UpdateTemplateAliasResponse {
5608
- /**
5609
- * <p>The template alias.</p>
5610
- */
5611
- TemplateAlias?: TemplateAlias;
5612
- /**
5613
- * <p>The HTTP status of the request.</p>
5614
- */
5615
- Status?: number;
5616
- /**
5617
- * <p>The Amazon Web Services request ID for this operation.</p>
5618
- */
5619
- RequestId?: string;
5620
- }
5621
- /**
5622
- * @public
5623
- */
5624
- export interface UpdateTemplatePermissionsRequest {
5625
- /**
5626
- * <p>The ID of the Amazon Web Services account that contains the template.</p>
5627
- */
5628
- AwsAccountId: string | undefined;
5629
- /**
5630
- * <p>The ID for the template.</p>
5631
- */
5632
- TemplateId: string | undefined;
5633
- /**
5634
- * <p>A list of resource permissions to be granted on the template. </p>
5635
- */
5636
- GrantPermissions?: ResourcePermission[];
5637
- /**
5638
- * <p>A list of resource permissions to be revoked from the template. </p>
5639
- */
5640
- RevokePermissions?: ResourcePermission[];
5641
- }
5642
- /**
5643
- * @public
5644
- */
5645
- export interface UpdateTemplatePermissionsResponse {
5646
- /**
5647
- * <p>The ID for the template.</p>
5648
- */
5649
- TemplateId?: string;
5650
- /**
5651
- * <p>The Amazon Resource Name (ARN) of the template.</p>
5652
- */
5653
- TemplateArn?: string;
5654
- /**
5655
- * <p>A list of resource permissions to be set on the template.</p>
5656
- */
5657
- Permissions?: ResourcePermission[];
5658
- /**
5659
- * <p>The Amazon Web Services request ID for this operation.</p>
5660
- */
5661
- RequestId?: string;
5662
- /**
5663
- * <p>The HTTP status of the request.</p>
5664
- */
5665
- Status?: number;
5666
- }
5667
- /**
5668
- * @public
5669
- */
5670
- export interface UpdateThemeRequest {
5671
- /**
5672
- * <p>The ID of the Amazon Web Services account that contains the theme that you're updating.</p>
5673
- */
5674
- AwsAccountId: string | undefined;
5675
- /**
5676
- * <p>The ID for the theme.</p>
5677
- */
5678
- ThemeId: string | undefined;
5679
- /**
5680
- * <p>The name for the theme.</p>
5681
- */
5682
- Name?: string;
5683
- /**
5684
- * <p>The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
5685
- * All themes initially inherit from a default Amazon QuickSight theme.</p>
5686
- */
5687
- BaseThemeId: string | undefined;
5688
- /**
5689
- * <p>A description of the theme version that you're updating Every time that you call
5690
- * <code>UpdateTheme</code>, you create a new version of the theme. Each version of the
5691
- * theme maintains a description of the version in <code>VersionDescription</code>.</p>
5692
- */
5693
- VersionDescription?: string;
5694
- /**
5695
- * <p>The theme configuration, which contains the theme display properties.</p>
5696
- */
5697
- Configuration?: ThemeConfiguration;
5698
- }
5699
- /**
5700
- * @public
5701
- */
5702
- export interface UpdateThemeResponse {
5703
- /**
5704
- * <p>The ID for the theme.</p>
5705
- */
5706
- ThemeId?: string;
5707
- /**
5708
- * <p>The Amazon Resource Name (ARN) for the theme.</p>
5709
- */
5710
- Arn?: string;
5711
- /**
5712
- * <p>The Amazon Resource Name (ARN) for the new version of the theme.</p>
5713
- */
5714
- VersionArn?: string;
5715
- /**
5716
- * <p>The creation status of the theme.</p>
5717
- */
5718
- CreationStatus?: ResourceStatus | string;
5719
- /**
5720
- * <p>The HTTP status of the request.</p>
5721
- */
5722
- Status?: number;
5723
- /**
5724
- * <p>The Amazon Web Services request ID for this operation.</p>
5725
- */
5726
- RequestId?: string;
5727
- }
5728
- /**
5729
- * @public
5730
- */
5731
- export interface UpdateThemeAliasRequest {
5732
- /**
5733
- * <p>The ID of the Amazon Web Services account that contains the theme alias that you're updating.</p>
5734
- */
5735
- AwsAccountId: string | undefined;
5736
- /**
5737
- * <p>The ID for the theme.</p>
5738
- */
5739
- ThemeId: string | undefined;
5740
- /**
5741
- * <p>The name of the theme alias that you want to update.</p>
5742
- */
5743
- AliasName: string | undefined;
5744
- /**
5745
- * <p>The version number of the theme that the alias should reference.</p>
5746
- */
5747
- ThemeVersionNumber: number | undefined;
5748
- }
5749
- /**
5750
- * @public
5751
- */
5752
- export interface UpdateThemeAliasResponse {
5753
- /**
5754
- * <p>Information about the theme alias.</p>
5755
- */
5756
- ThemeAlias?: ThemeAlias;
5757
- /**
5758
- * <p>The HTTP status of the request.</p>
5759
- */
5760
- Status?: number;
5761
- /**
5762
- * <p>The Amazon Web Services request ID for this operation.</p>
5763
- */
5764
- RequestId?: string;
5765
- }
5766
- /**
5767
- * @public
5768
- */
5769
- export interface UpdateThemePermissionsRequest {
5770
- /**
5771
- * <p>The ID of the Amazon Web Services account that contains the theme.</p>
5772
- */
5773
- AwsAccountId: string | undefined;
5774
- /**
5775
- * <p>The ID for the theme.</p>
5776
- */
5777
- ThemeId: string | undefined;
5778
- /**
5779
- * <p>A list of resource permissions to be granted for the theme.</p>
5780
- */
5781
- GrantPermissions?: ResourcePermission[];
5782
- /**
5783
- * <p>A list of resource permissions to be revoked from the theme.</p>
5784
- */
5785
- RevokePermissions?: ResourcePermission[];
5786
- }
5787
- /**
5788
- * @public
5789
- */
5790
- export interface UpdateThemePermissionsResponse {
5791
- /**
5792
- * <p>The ID for the theme.</p>
5793
- */
5794
- ThemeId?: string;
5795
- /**
5796
- * <p>The Amazon Resource Name (ARN) of the theme.</p>
5797
- */
5798
- ThemeArn?: string;
5799
- /**
5800
- * <p>The resulting list of resource permissions for the theme.</p>
5801
- */
5802
- Permissions?: ResourcePermission[];
5803
- /**
5804
- * <p>The Amazon Web Services request ID for this operation.</p>
5805
- */
5806
- RequestId?: string;
5807
- /**
5808
- * <p>The HTTP status of the request.</p>
5809
- */
5810
- Status?: number;
5811
- }
5812
- /**
5813
- * @public
5814
- */
5815
- export interface UpdateTopicRequest {
5816
- /**
5817
- * <p>The ID of the Amazon Web Services account that contains the topic that you want to
5818
- * update.</p>
5819
- */
5820
- AwsAccountId: string | undefined;
5821
- /**
5822
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
5823
- */
5824
- TopicId: string | undefined;
5825
- /**
5826
- * <p>The definition of the topic that you want to update.</p>
6899
+ * <p>The version number of the template.</p>
5827
6900
  */
5828
- Topic: TopicDetails | undefined;
6901
+ TemplateVersionNumber: number | undefined;
5829
6902
  }
5830
6903
  /**
5831
6904
  * @public
5832
6905
  */
5833
- export interface UpdateTopicResponse {
5834
- /**
5835
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
5836
- */
5837
- TopicId?: string;
6906
+ export interface UpdateTemplateAliasResponse {
5838
6907
  /**
5839
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
6908
+ * <p>The template alias.</p>
5840
6909
  */
5841
- Arn?: string;
6910
+ TemplateAlias?: TemplateAlias;
5842
6911
  /**
5843
- * <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
6912
+ * <p>The HTTP status of the request.</p>
5844
6913
  */
5845
- RefreshArn?: string;
6914
+ Status?: number;
5846
6915
  /**
5847
6916
  * <p>The Amazon Web Services request ID for this operation.</p>
5848
6917
  */
5849
6918
  RequestId?: string;
5850
- /**
5851
- * <p>The HTTP status of the request.</p>
5852
- */
5853
- Status?: number;
5854
6919
  }
5855
6920
  /**
5856
6921
  * @public
5857
6922
  */
5858
- export interface UpdateTopicPermissionsRequest {
6923
+ export interface UpdateTemplatePermissionsRequest {
5859
6924
  /**
5860
- * <p>The ID of the Amazon Web Services account that contains the topic that you want to update
5861
- * the permissions for.</p>
6925
+ * <p>The ID of the Amazon Web Services account that contains the template.</p>
5862
6926
  */
5863
6927
  AwsAccountId: string | undefined;
5864
6928
  /**
5865
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
6929
+ * <p>The ID for the template.</p>
5866
6930
  */
5867
- TopicId: string | undefined;
6931
+ TemplateId: string | undefined;
5868
6932
  /**
5869
- * <p>The resource permissions that you want to grant to the topic.</p>
6933
+ * <p>A list of resource permissions to be granted on the template. </p>
5870
6934
  */
5871
6935
  GrantPermissions?: ResourcePermission[];
5872
6936
  /**
5873
- * <p>The resource permissions that you want to revoke from the topic.</p>
6937
+ * <p>A list of resource permissions to be revoked from the template. </p>
5874
6938
  */
5875
6939
  RevokePermissions?: ResourcePermission[];
5876
6940
  }
5877
6941
  /**
5878
6942
  * @public
5879
6943
  */
5880
- export interface UpdateTopicPermissionsResponse {
6944
+ export interface UpdateTemplatePermissionsResponse {
5881
6945
  /**
5882
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
6946
+ * <p>The ID for the template.</p>
5883
6947
  */
5884
- TopicId?: string;
6948
+ TemplateId?: string;
5885
6949
  /**
5886
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
6950
+ * <p>The Amazon Resource Name (ARN) of the template.</p>
5887
6951
  */
5888
- TopicArn?: string;
6952
+ TemplateArn?: string;
5889
6953
  /**
5890
- * <p>A list of resource permissions on the topic.</p>
6954
+ * <p>A list of resource permissions to be set on the template.</p>
5891
6955
  */
5892
6956
  Permissions?: ResourcePermission[];
5893
- /**
5894
- * <p>The HTTP status of the request.</p>
5895
- */
5896
- Status?: number;
5897
6957
  /**
5898
6958
  * <p>The Amazon Web Services request ID for this operation.</p>
5899
6959
  */
5900
6960
  RequestId?: string;
6961
+ /**
6962
+ * <p>The HTTP status of the request.</p>
6963
+ */
6964
+ Status?: number;
5901
6965
  }
5902
6966
  /**
5903
6967
  * @public
5904
6968
  */
5905
- export interface UpdateTopicRefreshScheduleRequest {
6969
+ export interface UpdateThemeRequest {
5906
6970
  /**
5907
- * <p>The ID of the Amazon Web Services account that contains the topic whose refresh schedule
5908
- * you want to update.</p>
6971
+ * <p>The ID of the Amazon Web Services account that contains the theme that you're updating.</p>
5909
6972
  */
5910
6973
  AwsAccountId: string | undefined;
5911
6974
  /**
5912
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
6975
+ * <p>The ID for the theme.</p>
5913
6976
  */
5914
- TopicId: string | undefined;
6977
+ ThemeId: string | undefined;
5915
6978
  /**
5916
- * <p>The ID of the dataset.</p>
6979
+ * <p>The name for the theme.</p>
5917
6980
  */
5918
- DatasetId: string | undefined;
6981
+ Name?: string;
5919
6982
  /**
5920
- * <p>The definition of a refresh schedule.</p>
6983
+ * <p>The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
6984
+ * All themes initially inherit from a default Amazon QuickSight theme.</p>
6985
+ */
6986
+ BaseThemeId: string | undefined;
6987
+ /**
6988
+ * <p>A description of the theme version that you're updating Every time that you call
6989
+ * <code>UpdateTheme</code>, you create a new version of the theme. Each version of the
6990
+ * theme maintains a description of the version in <code>VersionDescription</code>.</p>
6991
+ */
6992
+ VersionDescription?: string;
6993
+ /**
6994
+ * <p>The theme configuration, which contains the theme display properties.</p>
5921
6995
  */
5922
- RefreshSchedule: TopicRefreshSchedule | undefined;
6996
+ Configuration?: ThemeConfiguration;
5923
6997
  }
5924
6998
  /**
5925
6999
  * @public
5926
7000
  */
5927
- export interface UpdateTopicRefreshScheduleResponse {
7001
+ export interface UpdateThemeResponse {
5928
7002
  /**
5929
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7003
+ * <p>The ID for the theme.</p>
5930
7004
  */
5931
- TopicId?: string;
7005
+ ThemeId?: string;
5932
7006
  /**
5933
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
7007
+ * <p>The Amazon Resource Name (ARN) for the theme.</p>
5934
7008
  */
5935
- TopicArn?: string;
7009
+ Arn?: string;
5936
7010
  /**
5937
- * <p>The Amazon Resource Name (ARN) of the dataset.</p>
7011
+ * <p>The Amazon Resource Name (ARN) for the new version of the theme.</p>
5938
7012
  */
5939
- DatasetArn?: string;
7013
+ VersionArn?: string;
7014
+ /**
7015
+ * <p>The creation status of the theme.</p>
7016
+ */
7017
+ CreationStatus?: ResourceStatus | string;
5940
7018
  /**
5941
7019
  * <p>The HTTP status of the request.</p>
5942
7020
  */
@@ -5949,188 +7027,78 @@ export interface UpdateTopicRefreshScheduleResponse {
5949
7027
  /**
5950
7028
  * @public
5951
7029
  */
5952
- export interface UpdateUserRequest {
5953
- /**
5954
- * <p>The Amazon QuickSight user name that you want to update.</p>
5955
- */
5956
- UserName: string | undefined;
7030
+ export interface UpdateThemeAliasRequest {
5957
7031
  /**
5958
- * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
5959
- * Amazon Web Services account that contains your Amazon QuickSight account.</p>
7032
+ * <p>The ID of the Amazon Web Services account that contains the theme alias that you're updating.</p>
5960
7033
  */
5961
7034
  AwsAccountId: string | undefined;
5962
7035
  /**
5963
- * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
5964
- */
5965
- Namespace: string | undefined;
5966
- /**
5967
- * <p>The email address of the user that you want to update.</p>
5968
- */
5969
- Email: string | undefined;
5970
- /**
5971
- * <p>The Amazon QuickSight role of the user. The role can be one of the
5972
- * following default security cohorts:</p>
5973
- * <ul>
5974
- * <li>
5975
- * <p>
5976
- * <code>READER</code>: A user who has read-only access to dashboards.</p>
5977
- * </li>
5978
- * <li>
5979
- * <p>
5980
- * <code>AUTHOR</code>: A user who can create data sources, datasets, analyses, and
5981
- * dashboards.</p>
5982
- * </li>
5983
- * <li>
5984
- * <p>
5985
- * <code>ADMIN</code>: A user who is an author, who can also manage Amazon QuickSight
5986
- * settings.</p>
5987
- * </li>
5988
- * </ul>
5989
- * <p>The name of the Amazon QuickSight role is invisible to the user except for the console
5990
- * screens dealing with permissions.</p>
5991
- */
5992
- Role: UserRole | string | undefined;
5993
- /**
5994
- * <p>(Enterprise edition only) The name of the custom permissions profile that you want to
5995
- * assign to this user. Customized permissions allows you to control a user's access by
5996
- * restricting access the following operations:</p>
5997
- * <ul>
5998
- * <li>
5999
- * <p>Create and update data sources</p>
6000
- * </li>
6001
- * <li>
6002
- * <p>Create and update datasets</p>
6003
- * </li>
6004
- * <li>
6005
- * <p>Create and update email reports</p>
6006
- * </li>
6007
- * <li>
6008
- * <p>Subscribe to email reports</p>
6009
- * </li>
6010
- * </ul>
6011
- * <p>A set of custom permissions includes any combination of these restrictions. Currently,
6012
- * you need to create the profile names for custom permission sets by using the Amazon QuickSight
6013
- * console. Then, you use the <code>RegisterUser</code> API operation to assign the named set of
6014
- * permissions to a Amazon QuickSight user. </p>
6015
- * <p>Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they
6016
- * override the permissions typically granted by assigning Amazon QuickSight users to one of the
6017
- * default security cohorts in Amazon QuickSight (admin, author, reader).</p>
6018
- * <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
6019
- */
6020
- CustomPermissionsName?: string;
6021
- /**
6022
- * <p>A flag that you use to indicate that you want to remove all custom permissions
6023
- * from this user. Using this parameter resets the user to the state
6024
- * it was in before a custom permissions profile was applied. This parameter defaults to
6025
- * NULL and it doesn't accept any other value.</p>
6026
- */
6027
- UnapplyCustomPermissions?: boolean;
6028
- /**
6029
- * <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
6030
- * <ul>
6031
- * <li>
6032
- * <p>
6033
- * <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the <code>COGNITO</code> provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.</p>
6034
- * </li>
6035
- * <li>
6036
- * <p>
6037
- * <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider. When choosing <code>CUSTOM_OIDC</code> type, use the <code>CustomFederationProviderUrl</code> parameter to provide the custom OIDC provider URL.</p>
6038
- * </li>
6039
- * <li>
6040
- * <p>
6041
- * <code>NONE</code>: This clears all the previously saved external login information for a user. Use the
6042
- * <code>
6043
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeUser.html">DescribeUser</a>
6044
- * </code>
6045
- * API operation to check the external login information.</p>
6046
- * </li>
6047
- * </ul>
7036
+ * <p>The ID for the theme.</p>
6048
7037
  */
6049
- ExternalLoginFederationProviderType?: string;
7038
+ ThemeId: string | undefined;
6050
7039
  /**
6051
- * <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
6052
- * into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
6053
- * only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
7040
+ * <p>The name of the theme alias that you want to update.</p>
6054
7041
  */
6055
- CustomFederationProviderUrl?: string;
7042
+ AliasName: string | undefined;
6056
7043
  /**
6057
- * <p>The identity ID for a user in the external login provider.</p>
7044
+ * <p>The version number of the theme that the alias should reference.</p>
6058
7045
  */
6059
- ExternalLoginId?: string;
7046
+ ThemeVersionNumber: number | undefined;
6060
7047
  }
6061
7048
  /**
6062
7049
  * @public
6063
7050
  */
6064
- export interface UpdateUserResponse {
6065
- /**
6066
- * <p>The Amazon QuickSight user.</p>
6067
- */
6068
- User?: User;
7051
+ export interface UpdateThemeAliasResponse {
6069
7052
  /**
6070
- * <p>The Amazon Web Services request ID for this operation.</p>
7053
+ * <p>Information about the theme alias.</p>
6071
7054
  */
6072
- RequestId?: string;
7055
+ ThemeAlias?: ThemeAlias;
6073
7056
  /**
6074
7057
  * <p>The HTTP status of the request.</p>
6075
7058
  */
6076
7059
  Status?: number;
7060
+ /**
7061
+ * <p>The Amazon Web Services request ID for this operation.</p>
7062
+ */
7063
+ RequestId?: string;
6077
7064
  }
6078
7065
  /**
6079
7066
  * @public
6080
7067
  */
6081
- export interface UpdateVPCConnectionRequest {
7068
+ export interface UpdateThemePermissionsRequest {
6082
7069
  /**
6083
- * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
6084
- * you want to update.</p>
7070
+ * <p>The ID of the Amazon Web Services account that contains the theme.</p>
6085
7071
  */
6086
7072
  AwsAccountId: string | undefined;
6087
7073
  /**
6088
- * <p>The ID of the VPC connection that
6089
- * you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
6090
- * Amazon Web Services account.</p>
6091
- */
6092
- VPCConnectionId: string | undefined;
6093
- /**
6094
- * <p>The display name for the VPC connection.</p>
6095
- */
6096
- Name: string | undefined;
6097
- /**
6098
- * <p>A list of subnet IDs for the VPC connection.</p>
6099
- */
6100
- SubnetIds: string[] | undefined;
6101
- /**
6102
- * <p>A list of security group IDs for the VPC connection.</p>
7074
+ * <p>The ID for the theme.</p>
6103
7075
  */
6104
- SecurityGroupIds: string[] | undefined;
7076
+ ThemeId: string | undefined;
6105
7077
  /**
6106
- * <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
7078
+ * <p>A list of resource permissions to be granted for the theme.</p>
6107
7079
  */
6108
- DnsResolvers?: string[];
7080
+ GrantPermissions?: ResourcePermission[];
6109
7081
  /**
6110
- * <p>An IAM role associated with the VPC connection.</p>
7082
+ * <p>A list of resource permissions to be revoked from the theme.</p>
6111
7083
  */
6112
- RoleArn: string | undefined;
7084
+ RevokePermissions?: ResourcePermission[];
6113
7085
  }
6114
7086
  /**
6115
7087
  * @public
6116
7088
  */
6117
- export interface UpdateVPCConnectionResponse {
6118
- /**
6119
- * <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
6120
- */
6121
- Arn?: string;
7089
+ export interface UpdateThemePermissionsResponse {
6122
7090
  /**
6123
- * <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
7091
+ * <p>The ID for the theme.</p>
6124
7092
  */
6125
- VPCConnectionId?: string;
7093
+ ThemeId?: string;
6126
7094
  /**
6127
- * <p>The update status of the VPC connection's last update.</p>
7095
+ * <p>The Amazon Resource Name (ARN) of the theme.</p>
6128
7096
  */
6129
- UpdateStatus?: VPCConnectionResourceStatus | string;
7097
+ ThemeArn?: string;
6130
7098
  /**
6131
- * <p>The availability status of the VPC connection.</p>
7099
+ * <p>The resulting list of resource permissions for the theme.</p>
6132
7100
  */
6133
- AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
7101
+ Permissions?: ResourcePermission[];
6134
7102
  /**
6135
7103
  * <p>The Amazon Web Services request ID for this operation.</p>
6136
7104
  */
@@ -6140,6 +7108,36 @@ export interface UpdateVPCConnectionResponse {
6140
7108
  */
6141
7109
  Status?: number;
6142
7110
  }
7111
+ /**
7112
+ * @public
7113
+ */
7114
+ export interface UpdateTopicRequest {
7115
+ /**
7116
+ * <p>The ID of the Amazon Web Services account that contains the topic that you want to
7117
+ * update.</p>
7118
+ */
7119
+ AwsAccountId: string | undefined;
7120
+ /**
7121
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7122
+ */
7123
+ TopicId: string | undefined;
7124
+ /**
7125
+ * <p>The definition of the topic that you want to update.</p>
7126
+ */
7127
+ Topic: TopicDetails | undefined;
7128
+ }
7129
+ /**
7130
+ * @internal
7131
+ */
7132
+ export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (obj: DescribeAnalysisDefinitionResponse) => any;
7133
+ /**
7134
+ * @internal
7135
+ */
7136
+ export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (obj: DescribeAssetBundleImportJobResponse) => any;
7137
+ /**
7138
+ * @internal
7139
+ */
7140
+ export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (obj: DescribeDashboardDefinitionResponse) => any;
6143
7141
  /**
6144
7142
  * @internal
6145
7143
  */
@@ -6176,6 +7174,10 @@ export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (obj: GetDa
6176
7174
  * @internal
6177
7175
  */
6178
7176
  export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (obj: GetSessionEmbedUrlResponse) => any;
7177
+ /**
7178
+ * @internal
7179
+ */
7180
+ export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: StartAssetBundleImportJobRequest) => any;
6179
7181
  /**
6180
7182
  * @internal
6181
7183
  */