@aws-sdk/client-quicksight 3.1019.0 → 3.1020.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 (59) hide show
  1. package/dist-es/QuickSight.js +21 -21
  2. package/dist-types/QuickSight.d.ts +230 -230
  3. package/dist-types/QuickSightClient.d.ts +233 -233
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/errors.d.ts +1 -1
  7. package/dist-types/models/models_0.d.ts +1 -1
  8. package/dist-types/models/models_1.d.ts +2 -2
  9. package/dist-types/models/models_2.d.ts +3 -3
  10. package/dist-types/models/models_3.d.ts +3 -3
  11. package/dist-types/models/models_4.d.ts +4 -4
  12. package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
  46. package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
  51. package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
  53. package/dist-types/ts3.4/QuickSightClient.d.ts +2 -3
  54. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  55. package/dist-types/ts3.4/models/models_1.d.ts +9 -9
  56. package/dist-types/ts3.4/models/models_2.d.ts +11 -11
  57. package/dist-types/ts3.4/models/models_3.d.ts +21 -21
  58. package/dist-types/ts3.4/models/models_4.d.ts +26 -26
  59. package/package.json +13 -13
@@ -6,14 +6,14 @@ import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCust
6
6
  import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
7
7
  import { CreateActionConnectorCommand, } from "./commands/CreateActionConnectorCommand";
8
8
  import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
9
- import { CreateBrandCommand } from "./commands/CreateBrandCommand";
9
+ import { CreateBrandCommand, } from "./commands/CreateBrandCommand";
10
10
  import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
11
11
  import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
12
12
  import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
13
13
  import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
14
14
  import { CreateFolderCommand, } from "./commands/CreateFolderCommand";
15
15
  import { CreateFolderMembershipCommand, } from "./commands/CreateFolderMembershipCommand";
16
- import { CreateGroupCommand } from "./commands/CreateGroupCommand";
16
+ import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
17
17
  import { CreateGroupMembershipCommand, } from "./commands/CreateGroupMembershipCommand";
18
18
  import { CreateIAMPolicyAssignmentCommand, } from "./commands/CreateIAMPolicyAssignmentCommand";
19
19
  import { CreateIngestionCommand, } from "./commands/CreateIngestionCommand";
@@ -23,8 +23,8 @@ import { CreateRoleMembershipCommand, } from "./commands/CreateRoleMembershipCom
23
23
  import { CreateTemplateAliasCommand, } from "./commands/CreateTemplateAliasCommand";
24
24
  import { CreateTemplateCommand, } from "./commands/CreateTemplateCommand";
25
25
  import { CreateThemeAliasCommand, } from "./commands/CreateThemeAliasCommand";
26
- import { CreateThemeCommand } from "./commands/CreateThemeCommand";
27
- import { CreateTopicCommand } from "./commands/CreateTopicCommand";
26
+ import { CreateThemeCommand, } from "./commands/CreateThemeCommand";
27
+ import { CreateTopicCommand, } from "./commands/CreateTopicCommand";
28
28
  import { CreateTopicRefreshScheduleCommand, } from "./commands/CreateTopicRefreshScheduleCommand";
29
29
  import { CreateVPCConnectionCommand, } from "./commands/CreateVPCConnectionCommand";
30
30
  import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCustomizationCommand";
@@ -33,7 +33,7 @@ import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubsc
33
33
  import { DeleteActionConnectorCommand, } from "./commands/DeleteActionConnectorCommand";
34
34
  import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
35
35
  import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
36
- import { DeleteBrandCommand } from "./commands/DeleteBrandCommand";
36
+ import { DeleteBrandCommand, } from "./commands/DeleteBrandCommand";
37
37
  import { DeleteCustomPermissionsCommand, } from "./commands/DeleteCustomPermissionsCommand";
38
38
  import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
39
39
  import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
@@ -42,7 +42,7 @@ import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
42
42
  import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
43
43
  import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
44
44
  import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
45
- import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
45
+ import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
46
46
  import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipCommand";
47
47
  import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
48
48
  import { DeleteIdentityPropagationConfigCommand, } from "./commands/DeleteIdentityPropagationConfigCommand";
@@ -53,11 +53,11 @@ import { DeleteRoleMembershipCommand, } from "./commands/DeleteRoleMembershipCom
53
53
  import { DeleteTemplateAliasCommand, } from "./commands/DeleteTemplateAliasCommand";
54
54
  import { DeleteTemplateCommand, } from "./commands/DeleteTemplateCommand";
55
55
  import { DeleteThemeAliasCommand, } from "./commands/DeleteThemeAliasCommand";
56
- import { DeleteThemeCommand } from "./commands/DeleteThemeCommand";
57
- import { DeleteTopicCommand } from "./commands/DeleteTopicCommand";
56
+ import { DeleteThemeCommand, } from "./commands/DeleteThemeCommand";
57
+ import { DeleteTopicCommand, } from "./commands/DeleteTopicCommand";
58
58
  import { DeleteTopicRefreshScheduleCommand, } from "./commands/DeleteTopicRefreshScheduleCommand";
59
59
  import { DeleteUserByPrincipalIdCommand, } from "./commands/DeleteUserByPrincipalIdCommand";
60
- import { DeleteUserCommand } from "./commands/DeleteUserCommand";
60
+ import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
61
61
  import { DeleteUserCustomPermissionCommand, } from "./commands/DeleteUserCustomPermissionCommand";
62
62
  import { DeleteVPCConnectionCommand, } from "./commands/DeleteVPCConnectionCommand";
63
63
  import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccountCustomizationCommand";
@@ -127,7 +127,7 @@ import { ListActionConnectorsCommand, } from "./commands/ListActionConnectorsCom
127
127
  import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
128
128
  import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
129
129
  import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
130
- import { ListBrandsCommand } from "./commands/ListBrandsCommand";
130
+ import { ListBrandsCommand, } from "./commands/ListBrandsCommand";
131
131
  import { ListCustomPermissionsCommand, } from "./commands/ListCustomPermissionsCommand";
132
132
  import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
133
133
  import { ListDashboardVersionsCommand, } from "./commands/ListDashboardVersionsCommand";
@@ -135,10 +135,10 @@ import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
135
135
  import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
136
136
  import { ListFlowsCommand } from "./commands/ListFlowsCommand";
137
137
  import { ListFolderMembersCommand, } from "./commands/ListFolderMembersCommand";
138
- import { ListFoldersCommand } from "./commands/ListFoldersCommand";
138
+ import { ListFoldersCommand, } from "./commands/ListFoldersCommand";
139
139
  import { ListFoldersForResourceCommand, } from "./commands/ListFoldersForResourceCommand";
140
140
  import { ListGroupMembershipsCommand, } from "./commands/ListGroupMembershipsCommand";
141
- import { ListGroupsCommand } from "./commands/ListGroupsCommand";
141
+ import { ListGroupsCommand, } from "./commands/ListGroupsCommand";
142
142
  import { ListIAMPolicyAssignmentsCommand, } from "./commands/ListIAMPolicyAssignmentsCommand";
143
143
  import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
144
144
  import { ListIdentityPropagationConfigsCommand, } from "./commands/ListIdentityPropagationConfigsCommand";
@@ -152,11 +152,11 @@ import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesComma
152
152
  import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
153
153
  import { ListTemplateVersionsCommand, } from "./commands/ListTemplateVersionsCommand";
154
154
  import { ListThemeAliasesCommand, } from "./commands/ListThemeAliasesCommand";
155
- import { ListThemesCommand } from "./commands/ListThemesCommand";
155
+ import { ListThemesCommand, } from "./commands/ListThemesCommand";
156
156
  import { ListThemeVersionsCommand, } from "./commands/ListThemeVersionsCommand";
157
157
  import { ListTopicRefreshSchedulesCommand, } from "./commands/ListTopicRefreshSchedulesCommand";
158
158
  import { ListTopicReviewedAnswersCommand, } from "./commands/ListTopicReviewedAnswersCommand";
159
- import { ListTopicsCommand } from "./commands/ListTopicsCommand";
159
+ import { ListTopicsCommand, } from "./commands/ListTopicsCommand";
160
160
  import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
161
161
  import { ListUsersCommand } from "./commands/ListUsersCommand";
162
162
  import { ListVPCConnectionsCommand, } from "./commands/ListVPCConnectionsCommand";
@@ -169,7 +169,7 @@ import { SearchAnalysesCommand, } from "./commands/SearchAnalysesCommand";
169
169
  import { SearchDashboardsCommand, } from "./commands/SearchDashboardsCommand";
170
170
  import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
171
171
  import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
172
- import { SearchFlowsCommand } from "./commands/SearchFlowsCommand";
172
+ import { SearchFlowsCommand, } from "./commands/SearchFlowsCommand";
173
173
  import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
174
174
  import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
175
175
  import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
@@ -177,7 +177,7 @@ import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleEx
177
177
  import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
178
178
  import { StartDashboardSnapshotJobCommand, } from "./commands/StartDashboardSnapshotJobCommand";
179
179
  import { StartDashboardSnapshotJobScheduleCommand, } from "./commands/StartDashboardSnapshotJobScheduleCommand";
180
- import { TagResourceCommand } from "./commands/TagResourceCommand";
180
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
181
181
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
182
182
  import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
183
183
  import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountCustomPermissionCommand";
@@ -188,7 +188,7 @@ import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
188
188
  import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
189
189
  import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
190
190
  import { UpdateBrandAssignmentCommand, } from "./commands/UpdateBrandAssignmentCommand";
191
- import { UpdateBrandCommand } from "./commands/UpdateBrandCommand";
191
+ import { UpdateBrandCommand, } from "./commands/UpdateBrandCommand";
192
192
  import { UpdateBrandPublishedVersionCommand, } from "./commands/UpdateBrandPublishedVersionCommand";
193
193
  import { UpdateCustomPermissionsCommand, } from "./commands/UpdateCustomPermissionsCommand";
194
194
  import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
@@ -204,7 +204,7 @@ import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefa
204
204
  import { UpdateFlowPermissionsCommand, } from "./commands/UpdateFlowPermissionsCommand";
205
205
  import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
206
206
  import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
207
- import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
207
+ import { UpdateGroupCommand, } from "./commands/UpdateGroupCommand";
208
208
  import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAssignmentCommand";
209
209
  import { UpdateIdentityPropagationConfigCommand, } from "./commands/UpdateIdentityPropagationConfigCommand";
210
210
  import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
@@ -221,12 +221,12 @@ import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasComma
221
221
  import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
222
222
  import { UpdateTemplatePermissionsCommand, } from "./commands/UpdateTemplatePermissionsCommand";
223
223
  import { UpdateThemeAliasCommand, } from "./commands/UpdateThemeAliasCommand";
224
- import { UpdateThemeCommand } from "./commands/UpdateThemeCommand";
224
+ import { UpdateThemeCommand, } from "./commands/UpdateThemeCommand";
225
225
  import { UpdateThemePermissionsCommand, } from "./commands/UpdateThemePermissionsCommand";
226
- import { UpdateTopicCommand } from "./commands/UpdateTopicCommand";
226
+ import { UpdateTopicCommand, } from "./commands/UpdateTopicCommand";
227
227
  import { UpdateTopicPermissionsCommand, } from "./commands/UpdateTopicPermissionsCommand";
228
228
  import { UpdateTopicRefreshScheduleCommand, } from "./commands/UpdateTopicRefreshScheduleCommand";
229
- import { UpdateUserCommand } from "./commands/UpdateUserCommand";
229
+ import { UpdateUserCommand, } from "./commands/UpdateUserCommand";
230
230
  import { UpdateUserCustomPermissionCommand, } from "./commands/UpdateUserCustomPermissionCommand";
231
231
  import { UpdateVPCConnectionCommand, } from "./commands/UpdateVPCConnectionCommand";
232
232
  import { paginateDescribeFolderPermissions } from "./pagination/DescribeFolderPermissionsPaginator";