@aws-sdk/client-quicksight 3.326.0 → 3.328.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 (187) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateAnalysisCommand.d.ts +56 -4
  67. package/dist-types/commands/CreateDashboardCommand.d.ts +56 -4
  68. package/dist-types/commands/CreateDataSetCommand.d.ts +63 -0
  69. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +5 -4
  70. package/dist-types/commands/CreateTemplateCommand.d.ts +56 -4
  71. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  72. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  73. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  74. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  75. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  76. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  77. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +56 -4
  78. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +56 -4
  79. package/dist-types/commands/DescribeDataSetCommand.d.ts +64 -1
  80. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +3 -2
  90. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +57 -5
  97. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  102. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  103. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  104. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  105. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  107. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
  108. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -1
  109. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -3
  110. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  111. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  112. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateAnalysisCommand.d.ts +56 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +56 -4
  116. package/dist-types/commands/UpdateDataSetCommand.d.ts +63 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -4
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +4 -1
  119. package/dist-types/commands/UpdateTemplateCommand.d.ts +56 -4
  120. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  121. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  122. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  123. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  124. package/dist-types/commands/index.d.ts +18 -0
  125. package/dist-types/models/models_0.d.ts +43 -91
  126. package/dist-types/models/models_1.d.ts +210 -281
  127. package/dist-types/models/models_2.d.ts +2375 -2163
  128. package/dist-types/models/models_3.d.ts +2468 -54
  129. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  130. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  131. package/dist-types/pagination/index.d.ts +2 -0
  132. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  133. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  134. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  135. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  138. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  140. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  141. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  143. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  166. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  173. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  174. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  175. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  176. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  178. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  180. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  181. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  182. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  183. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  184. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  186. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  187. package/package.json +8 -8
@@ -18,6 +18,9 @@ import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } fro
18
18
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
19
19
  import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
20
20
  import { CreateThemeCommandInput, CreateThemeCommandOutput } from "./commands/CreateThemeCommand";
21
+ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
22
+ import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "./commands/CreateTopicRefreshScheduleCommand";
23
+ import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "./commands/CreateVPCConnectionCommand";
21
24
  import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "./commands/DeleteAccountCustomizationCommand";
22
25
  import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
23
26
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
@@ -36,8 +39,11 @@ import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } fro
36
39
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
37
40
  import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
38
41
  import { DeleteThemeCommandInput, DeleteThemeCommandOutput } from "./commands/DeleteThemeCommand";
42
+ import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
43
+ import { DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput } from "./commands/DeleteTopicRefreshScheduleCommand";
39
44
  import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput } from "./commands/DeleteUserByPrincipalIdCommand";
40
45
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
46
+ import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "./commands/DeleteVPCConnectionCommand";
41
47
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "./commands/DescribeAccountCustomizationCommand";
42
48
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
43
49
  import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
@@ -69,7 +75,12 @@ import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCom
69
75
  import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "./commands/DescribeThemeAliasCommand";
70
76
  import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "./commands/DescribeThemeCommand";
71
77
  import { DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput } from "./commands/DescribeThemePermissionsCommand";
78
+ import { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "./commands/DescribeTopicCommand";
79
+ import { DescribeTopicPermissionsCommandInput, DescribeTopicPermissionsCommandOutput } from "./commands/DescribeTopicPermissionsCommand";
80
+ import { DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput } from "./commands/DescribeTopicRefreshCommand";
81
+ import { DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput } from "./commands/DescribeTopicRefreshScheduleCommand";
72
82
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
83
+ import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "./commands/DescribeVPCConnectionCommand";
73
84
  import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "./commands/GenerateEmbedUrlForAnonymousUserCommand";
74
85
  import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
75
86
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
@@ -95,8 +106,11 @@ import { ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput } f
95
106
  import { ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput } from "./commands/ListThemeAliasesCommand";
96
107
  import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/ListThemesCommand";
97
108
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "./commands/ListThemeVersionsCommand";
109
+ import { ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput } from "./commands/ListTopicRefreshSchedulesCommand";
110
+ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
98
111
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
99
112
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
113
+ import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "./commands/ListVPCConnectionsCommand";
100
114
  import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
101
115
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
102
116
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
@@ -132,7 +146,11 @@ import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommand
132
146
  import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "./commands/UpdateThemeAliasCommand";
133
147
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
134
148
  import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "./commands/UpdateThemePermissionsCommand";
149
+ import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
150
+ import { UpdateTopicPermissionsCommandInput, UpdateTopicPermissionsCommandOutput } from "./commands/UpdateTopicPermissionsCommand";
151
+ import { UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput } from "./commands/UpdateTopicRefreshScheduleCommand";
135
152
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
153
+ import { UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput } from "./commands/UpdateVPCConnectionCommand";
136
154
  import { QuickSightClient } from "./QuickSightClient";
137
155
  export interface QuickSight {
138
156
  /**
@@ -249,6 +267,24 @@ export interface QuickSight {
249
267
  createThemeAlias(args: CreateThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateThemeAliasCommandOutput>;
250
268
  createThemeAlias(args: CreateThemeAliasCommandInput, cb: (err: any, data?: CreateThemeAliasCommandOutput) => void): void;
251
269
  createThemeAlias(args: CreateThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThemeAliasCommandOutput) => void): void;
270
+ /**
271
+ * @see {@link CreateTopicCommand}
272
+ */
273
+ createTopic(args: CreateTopicCommandInput, options?: __HttpHandlerOptions): Promise<CreateTopicCommandOutput>;
274
+ createTopic(args: CreateTopicCommandInput, cb: (err: any, data?: CreateTopicCommandOutput) => void): void;
275
+ createTopic(args: CreateTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTopicCommandOutput) => void): void;
276
+ /**
277
+ * @see {@link CreateTopicRefreshScheduleCommand}
278
+ */
279
+ createTopicRefreshSchedule(args: CreateTopicRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreateTopicRefreshScheduleCommandOutput>;
280
+ createTopicRefreshSchedule(args: CreateTopicRefreshScheduleCommandInput, cb: (err: any, data?: CreateTopicRefreshScheduleCommandOutput) => void): void;
281
+ createTopicRefreshSchedule(args: CreateTopicRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTopicRefreshScheduleCommandOutput) => void): void;
282
+ /**
283
+ * @see {@link CreateVPCConnectionCommand}
284
+ */
285
+ createVPCConnection(args: CreateVPCConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateVPCConnectionCommandOutput>;
286
+ createVPCConnection(args: CreateVPCConnectionCommandInput, cb: (err: any, data?: CreateVPCConnectionCommandOutput) => void): void;
287
+ createVPCConnection(args: CreateVPCConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVPCConnectionCommandOutput) => void): void;
252
288
  /**
253
289
  * @see {@link DeleteAccountCustomizationCommand}
254
290
  */
@@ -357,6 +393,18 @@ export interface QuickSight {
357
393
  deleteThemeAlias(args: DeleteThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThemeAliasCommandOutput>;
358
394
  deleteThemeAlias(args: DeleteThemeAliasCommandInput, cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void): void;
359
395
  deleteThemeAlias(args: DeleteThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void): void;
396
+ /**
397
+ * @see {@link DeleteTopicCommand}
398
+ */
399
+ deleteTopic(args: DeleteTopicCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTopicCommandOutput>;
400
+ deleteTopic(args: DeleteTopicCommandInput, cb: (err: any, data?: DeleteTopicCommandOutput) => void): void;
401
+ deleteTopic(args: DeleteTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTopicCommandOutput) => void): void;
402
+ /**
403
+ * @see {@link DeleteTopicRefreshScheduleCommand}
404
+ */
405
+ deleteTopicRefreshSchedule(args: DeleteTopicRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTopicRefreshScheduleCommandOutput>;
406
+ deleteTopicRefreshSchedule(args: DeleteTopicRefreshScheduleCommandInput, cb: (err: any, data?: DeleteTopicRefreshScheduleCommandOutput) => void): void;
407
+ deleteTopicRefreshSchedule(args: DeleteTopicRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTopicRefreshScheduleCommandOutput) => void): void;
360
408
  /**
361
409
  * @see {@link DeleteUserCommand}
362
410
  */
@@ -369,6 +417,12 @@ export interface QuickSight {
369
417
  deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserByPrincipalIdCommandOutput>;
370
418
  deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void): void;
371
419
  deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void): void;
420
+ /**
421
+ * @see {@link DeleteVPCConnectionCommand}
422
+ */
423
+ deleteVPCConnection(args: DeleteVPCConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVPCConnectionCommandOutput>;
424
+ deleteVPCConnection(args: DeleteVPCConnectionCommandInput, cb: (err: any, data?: DeleteVPCConnectionCommandOutput) => void): void;
425
+ deleteVPCConnection(args: DeleteVPCConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVPCConnectionCommandOutput) => void): void;
372
426
  /**
373
427
  * @see {@link DescribeAccountCustomizationCommand}
374
428
  */
@@ -555,12 +609,42 @@ export interface QuickSight {
555
609
  describeThemePermissions(args: DescribeThemePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemePermissionsCommandOutput>;
556
610
  describeThemePermissions(args: DescribeThemePermissionsCommandInput, cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void): void;
557
611
  describeThemePermissions(args: DescribeThemePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void): void;
612
+ /**
613
+ * @see {@link DescribeTopicCommand}
614
+ */
615
+ describeTopic(args: DescribeTopicCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTopicCommandOutput>;
616
+ describeTopic(args: DescribeTopicCommandInput, cb: (err: any, data?: DescribeTopicCommandOutput) => void): void;
617
+ describeTopic(args: DescribeTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicCommandOutput) => void): void;
618
+ /**
619
+ * @see {@link DescribeTopicPermissionsCommand}
620
+ */
621
+ describeTopicPermissions(args: DescribeTopicPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTopicPermissionsCommandOutput>;
622
+ describeTopicPermissions(args: DescribeTopicPermissionsCommandInput, cb: (err: any, data?: DescribeTopicPermissionsCommandOutput) => void): void;
623
+ describeTopicPermissions(args: DescribeTopicPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicPermissionsCommandOutput) => void): void;
624
+ /**
625
+ * @see {@link DescribeTopicRefreshCommand}
626
+ */
627
+ describeTopicRefresh(args: DescribeTopicRefreshCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTopicRefreshCommandOutput>;
628
+ describeTopicRefresh(args: DescribeTopicRefreshCommandInput, cb: (err: any, data?: DescribeTopicRefreshCommandOutput) => void): void;
629
+ describeTopicRefresh(args: DescribeTopicRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicRefreshCommandOutput) => void): void;
630
+ /**
631
+ * @see {@link DescribeTopicRefreshScheduleCommand}
632
+ */
633
+ describeTopicRefreshSchedule(args: DescribeTopicRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTopicRefreshScheduleCommandOutput>;
634
+ describeTopicRefreshSchedule(args: DescribeTopicRefreshScheduleCommandInput, cb: (err: any, data?: DescribeTopicRefreshScheduleCommandOutput) => void): void;
635
+ describeTopicRefreshSchedule(args: DescribeTopicRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicRefreshScheduleCommandOutput) => void): void;
558
636
  /**
559
637
  * @see {@link DescribeUserCommand}
560
638
  */
561
639
  describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
562
640
  describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
563
641
  describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
642
+ /**
643
+ * @see {@link DescribeVPCConnectionCommand}
644
+ */
645
+ describeVPCConnection(args: DescribeVPCConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVPCConnectionCommandOutput>;
646
+ describeVPCConnection(args: DescribeVPCConnectionCommandInput, cb: (err: any, data?: DescribeVPCConnectionCommandOutput) => void): void;
647
+ describeVPCConnection(args: DescribeVPCConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVPCConnectionCommandOutput) => void): void;
564
648
  /**
565
649
  * @see {@link GenerateEmbedUrlForAnonymousUserCommand}
566
650
  */
@@ -711,6 +795,18 @@ export interface QuickSight {
711
795
  listThemeVersions(args: ListThemeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListThemeVersionsCommandOutput>;
712
796
  listThemeVersions(args: ListThemeVersionsCommandInput, cb: (err: any, data?: ListThemeVersionsCommandOutput) => void): void;
713
797
  listThemeVersions(args: ListThemeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemeVersionsCommandOutput) => void): void;
798
+ /**
799
+ * @see {@link ListTopicRefreshSchedulesCommand}
800
+ */
801
+ listTopicRefreshSchedules(args: ListTopicRefreshSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicRefreshSchedulesCommandOutput>;
802
+ listTopicRefreshSchedules(args: ListTopicRefreshSchedulesCommandInput, cb: (err: any, data?: ListTopicRefreshSchedulesCommandOutput) => void): void;
803
+ listTopicRefreshSchedules(args: ListTopicRefreshSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicRefreshSchedulesCommandOutput) => void): void;
804
+ /**
805
+ * @see {@link ListTopicsCommand}
806
+ */
807
+ listTopics(args: ListTopicsCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicsCommandOutput>;
808
+ listTopics(args: ListTopicsCommandInput, cb: (err: any, data?: ListTopicsCommandOutput) => void): void;
809
+ listTopics(args: ListTopicsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicsCommandOutput) => void): void;
714
810
  /**
715
811
  * @see {@link ListUserGroupsCommand}
716
812
  */
@@ -723,6 +819,12 @@ export interface QuickSight {
723
819
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
724
820
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
725
821
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
822
+ /**
823
+ * @see {@link ListVPCConnectionsCommand}
824
+ */
825
+ listVPCConnections(args: ListVPCConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVPCConnectionsCommandOutput>;
826
+ listVPCConnections(args: ListVPCConnectionsCommandInput, cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void): void;
827
+ listVPCConnections(args: ListVPCConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void): void;
726
828
  /**
727
829
  * @see {@link PutDataSetRefreshPropertiesCommand}
728
830
  */
@@ -933,12 +1035,36 @@ export interface QuickSight {
933
1035
  updateThemePermissions(args: UpdateThemePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThemePermissionsCommandOutput>;
934
1036
  updateThemePermissions(args: UpdateThemePermissionsCommandInput, cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void): void;
935
1037
  updateThemePermissions(args: UpdateThemePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void): void;
1038
+ /**
1039
+ * @see {@link UpdateTopicCommand}
1040
+ */
1041
+ updateTopic(args: UpdateTopicCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTopicCommandOutput>;
1042
+ updateTopic(args: UpdateTopicCommandInput, cb: (err: any, data?: UpdateTopicCommandOutput) => void): void;
1043
+ updateTopic(args: UpdateTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTopicCommandOutput) => void): void;
1044
+ /**
1045
+ * @see {@link UpdateTopicPermissionsCommand}
1046
+ */
1047
+ updateTopicPermissions(args: UpdateTopicPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTopicPermissionsCommandOutput>;
1048
+ updateTopicPermissions(args: UpdateTopicPermissionsCommandInput, cb: (err: any, data?: UpdateTopicPermissionsCommandOutput) => void): void;
1049
+ updateTopicPermissions(args: UpdateTopicPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTopicPermissionsCommandOutput) => void): void;
1050
+ /**
1051
+ * @see {@link UpdateTopicRefreshScheduleCommand}
1052
+ */
1053
+ updateTopicRefreshSchedule(args: UpdateTopicRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTopicRefreshScheduleCommandOutput>;
1054
+ updateTopicRefreshSchedule(args: UpdateTopicRefreshScheduleCommandInput, cb: (err: any, data?: UpdateTopicRefreshScheduleCommandOutput) => void): void;
1055
+ updateTopicRefreshSchedule(args: UpdateTopicRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTopicRefreshScheduleCommandOutput) => void): void;
936
1056
  /**
937
1057
  * @see {@link UpdateUserCommand}
938
1058
  */
939
1059
  updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
940
1060
  updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
941
1061
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
1062
+ /**
1063
+ * @see {@link UpdateVPCConnectionCommand}
1064
+ */
1065
+ updateVPCConnection(args: UpdateVPCConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVPCConnectionCommandOutput>;
1066
+ updateVPCConnection(args: UpdateVPCConnectionCommandInput, cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void): void;
1067
+ updateVPCConnection(args: UpdateVPCConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void): void;
942
1068
  }
943
1069
  /**
944
1070
  * @public
@@ -26,6 +26,9 @@ import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } fro
26
26
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
27
27
  import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
28
28
  import { CreateThemeCommandInput, CreateThemeCommandOutput } from "./commands/CreateThemeCommand";
29
+ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
30
+ import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "./commands/CreateTopicRefreshScheduleCommand";
31
+ import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "./commands/CreateVPCConnectionCommand";
29
32
  import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "./commands/DeleteAccountCustomizationCommand";
30
33
  import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
31
34
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
@@ -44,8 +47,11 @@ import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } fro
44
47
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
45
48
  import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
46
49
  import { DeleteThemeCommandInput, DeleteThemeCommandOutput } from "./commands/DeleteThemeCommand";
50
+ import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
51
+ import { DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput } from "./commands/DeleteTopicRefreshScheduleCommand";
47
52
  import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput } from "./commands/DeleteUserByPrincipalIdCommand";
48
53
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
54
+ import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "./commands/DeleteVPCConnectionCommand";
49
55
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "./commands/DescribeAccountCustomizationCommand";
50
56
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
51
57
  import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
@@ -77,7 +83,12 @@ import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCom
77
83
  import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "./commands/DescribeThemeAliasCommand";
78
84
  import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "./commands/DescribeThemeCommand";
79
85
  import { DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput } from "./commands/DescribeThemePermissionsCommand";
86
+ import { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "./commands/DescribeTopicCommand";
87
+ import { DescribeTopicPermissionsCommandInput, DescribeTopicPermissionsCommandOutput } from "./commands/DescribeTopicPermissionsCommand";
88
+ import { DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput } from "./commands/DescribeTopicRefreshCommand";
89
+ import { DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput } from "./commands/DescribeTopicRefreshScheduleCommand";
80
90
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
91
+ import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "./commands/DescribeVPCConnectionCommand";
81
92
  import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "./commands/GenerateEmbedUrlForAnonymousUserCommand";
82
93
  import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
83
94
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
@@ -103,8 +114,11 @@ import { ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput } f
103
114
  import { ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput } from "./commands/ListThemeAliasesCommand";
104
115
  import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/ListThemesCommand";
105
116
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "./commands/ListThemeVersionsCommand";
117
+ import { ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput } from "./commands/ListTopicRefreshSchedulesCommand";
118
+ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
106
119
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
107
120
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
121
+ import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "./commands/ListVPCConnectionsCommand";
108
122
  import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
109
123
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
110
124
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
@@ -140,16 +154,20 @@ import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommand
140
154
  import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "./commands/UpdateThemeAliasCommand";
141
155
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
142
156
  import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "./commands/UpdateThemePermissionsCommand";
157
+ import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
158
+ import { UpdateTopicPermissionsCommandInput, UpdateTopicPermissionsCommandOutput } from "./commands/UpdateTopicPermissionsCommand";
159
+ import { UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput } from "./commands/UpdateTopicRefreshScheduleCommand";
143
160
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
161
+ import { UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput } from "./commands/UpdateVPCConnectionCommand";
144
162
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
145
163
  /**
146
164
  * @public
147
165
  */
148
- export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
166
+ export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
149
167
  /**
150
168
  * @public
151
169
  */
152
- export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
170
+ export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
153
171
  /**
154
172
  * @public
155
173
  */
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_1";
4
+ import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_1";
4
+ import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1003,6 +1003,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1003
1003
  * "STRING_VALUE",
1004
1004
  * ],
1005
1005
  * SelectedFieldOptions: "ALL_FIELDS",
1006
+ * SelectedColumns: [ // CustomActionColumnList
1007
+ * "<ColumnIdentifier>",
1008
+ * ],
1006
1009
  * },
1007
1010
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
1008
1011
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1047,6 +1050,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1047
1050
  * SelectAllValueOptions: "ALL_VALUES",
1048
1051
  * SourceParameterName: "STRING_VALUE",
1049
1052
  * SourceField: "STRING_VALUE",
1053
+ * SourceColumn: "<ColumnIdentifier>",
1050
1054
  * },
1051
1055
  * },
1052
1056
  * ],
@@ -1398,6 +1402,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1398
1402
  * "STRING_VALUE",
1399
1403
  * ],
1400
1404
  * SelectedFieldOptions: "ALL_FIELDS",
1405
+ * SelectedColumns: [
1406
+ * "<ColumnIdentifier>",
1407
+ * ],
1401
1408
  * },
1402
1409
  * TargetVisualsConfiguration: {
1403
1410
  * SameSheetTargetVisualConfiguration: {
@@ -1442,6 +1449,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1442
1449
  * SelectAllValueOptions: "ALL_VALUES",
1443
1450
  * SourceParameterName: "STRING_VALUE",
1444
1451
  * SourceField: "STRING_VALUE",
1452
+ * SourceColumn: "<ColumnIdentifier>",
1445
1453
  * },
1446
1454
  * },
1447
1455
  * ],
@@ -1810,6 +1818,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1810
1818
  * LabelFontConfiguration: "<FontConfiguration>",
1811
1819
  * LabelColor: "STRING_VALUE",
1812
1820
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1821
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1813
1822
  * },
1814
1823
  * Tooltip: { // TooltipOptions
1815
1824
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1843,7 +1852,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1843
1852
  * },
1844
1853
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1845
1854
  * Column: "<ColumnIdentifier>", // required
1846
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1855
+ * MeasureAggregationFunction: "<AggregationFunction>",
1847
1856
  * Calculation: "<NumericalAggregationFunction>", // required
1848
1857
  * },
1849
1858
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1890,6 +1899,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1890
1899
  * "STRING_VALUE",
1891
1900
  * ],
1892
1901
  * SelectedFieldOptions: "ALL_FIELDS",
1902
+ * SelectedColumns: [
1903
+ * "<ColumnIdentifier>",
1904
+ * ],
1893
1905
  * },
1894
1906
  * TargetVisualsConfiguration: {
1895
1907
  * SameSheetTargetVisualConfiguration: {
@@ -1934,6 +1946,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1934
1946
  * SelectAllValueOptions: "ALL_VALUES",
1935
1947
  * SourceParameterName: "STRING_VALUE",
1936
1948
  * SourceField: "STRING_VALUE",
1949
+ * SourceColumn: "<ColumnIdentifier>",
1937
1950
  * },
1938
1951
  * },
1939
1952
  * ],
@@ -2169,6 +2182,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2169
2182
  * "STRING_VALUE",
2170
2183
  * ],
2171
2184
  * SelectedFieldOptions: "ALL_FIELDS",
2185
+ * SelectedColumns: [
2186
+ * "<ColumnIdentifier>",
2187
+ * ],
2172
2188
  * },
2173
2189
  * TargetVisualsConfiguration: {
2174
2190
  * SameSheetTargetVisualConfiguration: {
@@ -2213,6 +2229,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2213
2229
  * SelectAllValueOptions: "ALL_VALUES",
2214
2230
  * SourceParameterName: "STRING_VALUE",
2215
2231
  * SourceField: "STRING_VALUE",
2232
+ * SourceColumn: "<ColumnIdentifier>",
2216
2233
  * },
2217
2234
  * },
2218
2235
  * ],
@@ -2419,6 +2436,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2419
2436
  * LabelFontConfiguration: "<FontConfiguration>",
2420
2437
  * LabelColor: "STRING_VALUE",
2421
2438
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2439
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2422
2440
  * },
2423
2441
  * Tooltip: {
2424
2442
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2476,6 +2494,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2476
2494
  * "STRING_VALUE",
2477
2495
  * ],
2478
2496
  * SelectedFieldOptions: "ALL_FIELDS",
2497
+ * SelectedColumns: [
2498
+ * "<ColumnIdentifier>",
2499
+ * ],
2479
2500
  * },
2480
2501
  * TargetVisualsConfiguration: {
2481
2502
  * SameSheetTargetVisualConfiguration: {
@@ -2520,6 +2541,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2520
2541
  * SelectAllValueOptions: "ALL_VALUES",
2521
2542
  * SourceParameterName: "STRING_VALUE",
2522
2543
  * SourceField: "STRING_VALUE",
2544
+ * SourceColumn: "<ColumnIdentifier>",
2523
2545
  * },
2524
2546
  * },
2525
2547
  * ],
@@ -2613,6 +2635,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2613
2635
  * LabelFontConfiguration: "<FontConfiguration>",
2614
2636
  * LabelColor: "STRING_VALUE",
2615
2637
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2638
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2616
2639
  * },
2617
2640
  * TooltipOptions: {
2618
2641
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2978,6 +3001,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2978
3001
  * LabelFontConfiguration: "<FontConfiguration>",
2979
3002
  * LabelColor: "STRING_VALUE",
2980
3003
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3004
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2981
3005
  * },
2982
3006
  * ReferenceLines: [
2983
3007
  * {
@@ -2988,7 +3012,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2988
3012
  * },
2989
3013
  * DynamicConfiguration: {
2990
3014
  * Column: "<ColumnIdentifier>", // required
2991
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3015
+ * MeasureAggregationFunction: "<AggregationFunction>",
2992
3016
  * Calculation: "<NumericalAggregationFunction>", // required
2993
3017
  * },
2994
3018
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3155,6 +3179,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3155
3179
  * LabelFontConfiguration: "<FontConfiguration>",
3156
3180
  * LabelColor: "STRING_VALUE",
3157
3181
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3182
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3158
3183
  * },
3159
3184
  * Tooltip: {
3160
3185
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3400,11 +3425,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3400
3425
  * YAxis: "<MeasureFieldList>",
3401
3426
  * Category: "<DimensionFieldList>",
3402
3427
  * Size: "<MeasureFieldList>",
3428
+ * Label: "<DimensionFieldList>",
3403
3429
  * },
3404
3430
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3405
3431
  * XAxis: "<DimensionFieldList>",
3406
3432
  * YAxis: "<DimensionFieldList>",
3407
3433
  * Size: "<MeasureFieldList>",
3434
+ * Category: "<DimensionFieldList>",
3435
+ * Label: "<DimensionFieldList>",
3408
3436
  * },
3409
3437
  * },
3410
3438
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3459,7 +3487,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3459
3487
  * },
3460
3488
  * DynamicConfiguration: {
3461
3489
  * Column: "<ColumnIdentifier>", // required
3462
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3490
+ * MeasureAggregationFunction: "<AggregationFunction>",
3463
3491
  * Calculation: "<NumericalAggregationFunction>", // required
3464
3492
  * },
3465
3493
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3532,7 +3560,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3532
3560
  * },
3533
3561
  * DynamicConfiguration: {
3534
3562
  * Column: "<ColumnIdentifier>", // required
3535
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3563
+ * MeasureAggregationFunction: "<AggregationFunction>",
3536
3564
  * Calculation: "<NumericalAggregationFunction>", // required
3537
3565
  * },
3538
3566
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4063,6 +4091,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4063
4091
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4064
4092
  * CustomValue: "STRING_VALUE",
4065
4093
  * },
4094
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4095
+ * { // MappedDataSetParameter
4096
+ * DataSetIdentifier: "STRING_VALUE", // required
4097
+ * DataSetParameterName: "STRING_VALUE", // required
4098
+ * },
4099
+ * ],
4066
4100
  * },
4067
4101
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4068
4102
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4079,6 +4113,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4079
4113
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4080
4114
  * CustomValue: Number("double"),
4081
4115
  * },
4116
+ * MappedDataSetParameters: [
4117
+ * {
4118
+ * DataSetIdentifier: "STRING_VALUE", // required
4119
+ * DataSetParameterName: "STRING_VALUE", // required
4120
+ * },
4121
+ * ],
4082
4122
  * },
4083
4123
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4084
4124
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4095,6 +4135,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4095
4135
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4096
4136
  * CustomValue: Number("long"),
4097
4137
  * },
4138
+ * MappedDataSetParameters: [
4139
+ * {
4140
+ * DataSetIdentifier: "STRING_VALUE", // required
4141
+ * DataSetParameterName: "STRING_VALUE", // required
4142
+ * },
4143
+ * ],
4098
4144
  * },
4099
4145
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4100
4146
  * Name: "STRING_VALUE", // required
@@ -4115,6 +4161,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4115
4161
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4116
4162
  * CustomValue: new Date("TIMESTAMP"),
4117
4163
  * },
4164
+ * MappedDataSetParameters: [
4165
+ * {
4166
+ * DataSetIdentifier: "STRING_VALUE", // required
4167
+ * DataSetParameterName: "STRING_VALUE", // required
4168
+ * },
4169
+ * ],
4118
4170
  * },
4119
4171
  * },
4120
4172
  * ],