@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
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListTopics(config: QuickSightPaginationConfiguration, input: ListTopicsCommandInput, ...additionalArguments: any): Paginator<ListTopicsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListVPCConnections(config: QuickSightPaginationConfiguration, input: ListVPCConnectionsCommandInput, ...additionalArguments: any): Paginator<ListVPCConnectionsCommandOutput>;
@@ -11,6 +11,8 @@ export * from "./ListTemplateVersionsPaginator";
11
11
  export * from "./ListTemplatesPaginator";
12
12
  export * from "./ListThemeVersionsPaginator";
13
13
  export * from "./ListThemesPaginator";
14
+ export * from "./ListTopicsPaginator";
15
+ export * from "./ListVPCConnectionsPaginator";
14
16
  export * from "./SearchAnalysesPaginator";
15
17
  export * from "./SearchDashboardsPaginator";
16
18
  export * from "./SearchDataSetsPaginator";
@@ -19,6 +19,9 @@ import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } fro
19
19
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
20
20
  import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "../commands/CreateThemeAliasCommand";
21
21
  import { CreateThemeCommandInput, CreateThemeCommandOutput } from "../commands/CreateThemeCommand";
22
+ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "../commands/CreateTopicCommand";
23
+ import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "../commands/CreateTopicRefreshScheduleCommand";
24
+ import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "../commands/CreateVPCConnectionCommand";
22
25
  import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "../commands/DeleteAccountCustomizationCommand";
23
26
  import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "../commands/DeleteAccountSubscriptionCommand";
24
27
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
@@ -37,8 +40,11 @@ import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } fro
37
40
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
38
41
  import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "../commands/DeleteThemeAliasCommand";
39
42
  import { DeleteThemeCommandInput, DeleteThemeCommandOutput } from "../commands/DeleteThemeCommand";
43
+ import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "../commands/DeleteTopicCommand";
44
+ import { DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput } from "../commands/DeleteTopicRefreshScheduleCommand";
40
45
  import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput } from "../commands/DeleteUserByPrincipalIdCommand";
41
46
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
47
+ import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "../commands/DeleteVPCConnectionCommand";
42
48
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "../commands/DescribeAccountCustomizationCommand";
43
49
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
44
50
  import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
@@ -70,7 +76,12 @@ import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCom
70
76
  import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "../commands/DescribeThemeAliasCommand";
71
77
  import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "../commands/DescribeThemeCommand";
72
78
  import { DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput } from "../commands/DescribeThemePermissionsCommand";
79
+ import { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "../commands/DescribeTopicCommand";
80
+ import { DescribeTopicPermissionsCommandInput, DescribeTopicPermissionsCommandOutput } from "../commands/DescribeTopicPermissionsCommand";
81
+ import { DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput } from "../commands/DescribeTopicRefreshCommand";
82
+ import { DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput } from "../commands/DescribeTopicRefreshScheduleCommand";
73
83
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
84
+ import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "../commands/DescribeVPCConnectionCommand";
74
85
  import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "../commands/GenerateEmbedUrlForAnonymousUserCommand";
75
86
  import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
76
87
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
@@ -96,8 +107,11 @@ import { ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput } f
96
107
  import { ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput } from "../commands/ListThemeAliasesCommand";
97
108
  import { ListThemesCommandInput, ListThemesCommandOutput } from "../commands/ListThemesCommand";
98
109
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "../commands/ListThemeVersionsCommand";
110
+ import { ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput } from "../commands/ListTopicRefreshSchedulesCommand";
111
+ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
99
112
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
100
113
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
114
+ import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
101
115
  import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
102
116
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
103
117
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
@@ -133,7 +147,11 @@ import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommand
133
147
  import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "../commands/UpdateThemeAliasCommand";
134
148
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "../commands/UpdateThemeCommand";
135
149
  import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "../commands/UpdateThemePermissionsCommand";
150
+ import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "../commands/UpdateTopicCommand";
151
+ import { UpdateTopicPermissionsCommandInput, UpdateTopicPermissionsCommandOutput } from "../commands/UpdateTopicPermissionsCommand";
152
+ import { UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput } from "../commands/UpdateTopicRefreshScheduleCommand";
136
153
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
154
+ import { UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput } from "../commands/UpdateVPCConnectionCommand";
137
155
  /**
138
156
  * serializeAws_restJson1CancelIngestionCommand
139
157
  */
@@ -210,6 +228,18 @@ export declare const se_CreateThemeCommand: (input: CreateThemeCommandInput, con
210
228
  * serializeAws_restJson1CreateThemeAliasCommand
211
229
  */
212
230
  export declare const se_CreateThemeAliasCommand: (input: CreateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_restJson1CreateTopicCommand
233
+ */
234
+ export declare const se_CreateTopicCommand: (input: CreateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_restJson1CreateTopicRefreshScheduleCommand
237
+ */
238
+ export declare const se_CreateTopicRefreshScheduleCommand: (input: CreateTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_restJson1CreateVPCConnectionCommand
241
+ */
242
+ export declare const se_CreateVPCConnectionCommand: (input: CreateVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
243
  /**
214
244
  * serializeAws_restJson1DeleteAccountCustomizationCommand
215
245
  */
@@ -282,6 +312,14 @@ export declare const se_DeleteThemeCommand: (input: DeleteThemeCommandInput, con
282
312
  * serializeAws_restJson1DeleteThemeAliasCommand
283
313
  */
284
314
  export declare const se_DeleteThemeAliasCommand: (input: DeleteThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
+ /**
316
+ * serializeAws_restJson1DeleteTopicCommand
317
+ */
318
+ export declare const se_DeleteTopicCommand: (input: DeleteTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
+ /**
320
+ * serializeAws_restJson1DeleteTopicRefreshScheduleCommand
321
+ */
322
+ export declare const se_DeleteTopicRefreshScheduleCommand: (input: DeleteTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
323
  /**
286
324
  * serializeAws_restJson1DeleteUserCommand
287
325
  */
@@ -290,6 +328,10 @@ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, conte
290
328
  * serializeAws_restJson1DeleteUserByPrincipalIdCommand
291
329
  */
292
330
  export declare const se_DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
+ /**
332
+ * serializeAws_restJson1DeleteVPCConnectionCommand
333
+ */
334
+ export declare const se_DeleteVPCConnectionCommand: (input: DeleteVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
335
  /**
294
336
  * serializeAws_restJson1DescribeAccountCustomizationCommand
295
337
  */
@@ -414,10 +456,30 @@ export declare const se_DescribeThemeAliasCommand: (input: DescribeThemeAliasCom
414
456
  * serializeAws_restJson1DescribeThemePermissionsCommand
415
457
  */
416
458
  export declare const se_DescribeThemePermissionsCommand: (input: DescribeThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
459
+ /**
460
+ * serializeAws_restJson1DescribeTopicCommand
461
+ */
462
+ export declare const se_DescribeTopicCommand: (input: DescribeTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
463
+ /**
464
+ * serializeAws_restJson1DescribeTopicPermissionsCommand
465
+ */
466
+ export declare const se_DescribeTopicPermissionsCommand: (input: DescribeTopicPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
467
+ /**
468
+ * serializeAws_restJson1DescribeTopicRefreshCommand
469
+ */
470
+ export declare const se_DescribeTopicRefreshCommand: (input: DescribeTopicRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
471
+ /**
472
+ * serializeAws_restJson1DescribeTopicRefreshScheduleCommand
473
+ */
474
+ export declare const se_DescribeTopicRefreshScheduleCommand: (input: DescribeTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
417
475
  /**
418
476
  * serializeAws_restJson1DescribeUserCommand
419
477
  */
420
478
  export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
479
+ /**
480
+ * serializeAws_restJson1DescribeVPCConnectionCommand
481
+ */
482
+ export declare const se_DescribeVPCConnectionCommand: (input: DescribeVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
421
483
  /**
422
484
  * serializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
423
485
  */
@@ -518,6 +580,14 @@ export declare const se_ListThemesCommand: (input: ListThemesCommandInput, conte
518
580
  * serializeAws_restJson1ListThemeVersionsCommand
519
581
  */
520
582
  export declare const se_ListThemeVersionsCommand: (input: ListThemeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
583
+ /**
584
+ * serializeAws_restJson1ListTopicRefreshSchedulesCommand
585
+ */
586
+ export declare const se_ListTopicRefreshSchedulesCommand: (input: ListTopicRefreshSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
587
+ /**
588
+ * serializeAws_restJson1ListTopicsCommand
589
+ */
590
+ export declare const se_ListTopicsCommand: (input: ListTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
521
591
  /**
522
592
  * serializeAws_restJson1ListUserGroupsCommand
523
593
  */
@@ -526,6 +596,10 @@ export declare const se_ListUserGroupsCommand: (input: ListUserGroupsCommandInpu
526
596
  * serializeAws_restJson1ListUsersCommand
527
597
  */
528
598
  export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
599
+ /**
600
+ * serializeAws_restJson1ListVPCConnectionsCommand
601
+ */
602
+ export declare const se_ListVPCConnectionsCommand: (input: ListVPCConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
529
603
  /**
530
604
  * serializeAws_restJson1PutDataSetRefreshPropertiesCommand
531
605
  */
@@ -666,10 +740,26 @@ export declare const se_UpdateThemeAliasCommand: (input: UpdateThemeAliasCommand
666
740
  * serializeAws_restJson1UpdateThemePermissionsCommand
667
741
  */
668
742
  export declare const se_UpdateThemePermissionsCommand: (input: UpdateThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
743
+ /**
744
+ * serializeAws_restJson1UpdateTopicCommand
745
+ */
746
+ export declare const se_UpdateTopicCommand: (input: UpdateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
747
+ /**
748
+ * serializeAws_restJson1UpdateTopicPermissionsCommand
749
+ */
750
+ export declare const se_UpdateTopicPermissionsCommand: (input: UpdateTopicPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
751
+ /**
752
+ * serializeAws_restJson1UpdateTopicRefreshScheduleCommand
753
+ */
754
+ export declare const se_UpdateTopicRefreshScheduleCommand: (input: UpdateTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
669
755
  /**
670
756
  * serializeAws_restJson1UpdateUserCommand
671
757
  */
672
758
  export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
759
+ /**
760
+ * serializeAws_restJson1UpdateVPCConnectionCommand
761
+ */
762
+ export declare const se_UpdateVPCConnectionCommand: (input: UpdateVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
673
763
  /**
674
764
  * deserializeAws_restJson1CancelIngestionCommand
675
765
  */
@@ -746,6 +836,18 @@ export declare const de_CreateThemeCommand: (output: __HttpResponse, context: __
746
836
  * deserializeAws_restJson1CreateThemeAliasCommand
747
837
  */
748
838
  export declare const de_CreateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeAliasCommandOutput>;
839
+ /**
840
+ * deserializeAws_restJson1CreateTopicCommand
841
+ */
842
+ export declare const de_CreateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicCommandOutput>;
843
+ /**
844
+ * deserializeAws_restJson1CreateTopicRefreshScheduleCommand
845
+ */
846
+ export declare const de_CreateTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicRefreshScheduleCommandOutput>;
847
+ /**
848
+ * deserializeAws_restJson1CreateVPCConnectionCommand
849
+ */
850
+ export declare const de_CreateVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCConnectionCommandOutput>;
749
851
  /**
750
852
  * deserializeAws_restJson1DeleteAccountCustomizationCommand
751
853
  */
@@ -818,6 +920,14 @@ export declare const de_DeleteThemeCommand: (output: __HttpResponse, context: __
818
920
  * deserializeAws_restJson1DeleteThemeAliasCommand
819
921
  */
820
922
  export declare const de_DeleteThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeAliasCommandOutput>;
923
+ /**
924
+ * deserializeAws_restJson1DeleteTopicCommand
925
+ */
926
+ export declare const de_DeleteTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicCommandOutput>;
927
+ /**
928
+ * deserializeAws_restJson1DeleteTopicRefreshScheduleCommand
929
+ */
930
+ export declare const de_DeleteTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicRefreshScheduleCommandOutput>;
821
931
  /**
822
932
  * deserializeAws_restJson1DeleteUserCommand
823
933
  */
@@ -826,6 +936,10 @@ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __S
826
936
  * deserializeAws_restJson1DeleteUserByPrincipalIdCommand
827
937
  */
828
938
  export declare const de_DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
939
+ /**
940
+ * deserializeAws_restJson1DeleteVPCConnectionCommand
941
+ */
942
+ export declare const de_DeleteVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCConnectionCommandOutput>;
829
943
  /**
830
944
  * deserializeAws_restJson1DescribeAccountCustomizationCommand
831
945
  */
@@ -950,10 +1064,30 @@ export declare const de_DescribeThemeAliasCommand: (output: __HttpResponse, cont
950
1064
  * deserializeAws_restJson1DescribeThemePermissionsCommand
951
1065
  */
952
1066
  export declare const de_DescribeThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemePermissionsCommandOutput>;
1067
+ /**
1068
+ * deserializeAws_restJson1DescribeTopicCommand
1069
+ */
1070
+ export declare const de_DescribeTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicCommandOutput>;
1071
+ /**
1072
+ * deserializeAws_restJson1DescribeTopicPermissionsCommand
1073
+ */
1074
+ export declare const de_DescribeTopicPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicPermissionsCommandOutput>;
1075
+ /**
1076
+ * deserializeAws_restJson1DescribeTopicRefreshCommand
1077
+ */
1078
+ export declare const de_DescribeTopicRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicRefreshCommandOutput>;
1079
+ /**
1080
+ * deserializeAws_restJson1DescribeTopicRefreshScheduleCommand
1081
+ */
1082
+ export declare const de_DescribeTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicRefreshScheduleCommandOutput>;
953
1083
  /**
954
1084
  * deserializeAws_restJson1DescribeUserCommand
955
1085
  */
956
1086
  export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
1087
+ /**
1088
+ * deserializeAws_restJson1DescribeVPCConnectionCommand
1089
+ */
1090
+ export declare const de_DescribeVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVPCConnectionCommandOutput>;
957
1091
  /**
958
1092
  * deserializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
959
1093
  */
@@ -1054,6 +1188,14 @@ export declare const de_ListThemesCommand: (output: __HttpResponse, context: __S
1054
1188
  * deserializeAws_restJson1ListThemeVersionsCommand
1055
1189
  */
1056
1190
  export declare const de_ListThemeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeVersionsCommandOutput>;
1191
+ /**
1192
+ * deserializeAws_restJson1ListTopicRefreshSchedulesCommand
1193
+ */
1194
+ export declare const de_ListTopicRefreshSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicRefreshSchedulesCommandOutput>;
1195
+ /**
1196
+ * deserializeAws_restJson1ListTopicsCommand
1197
+ */
1198
+ export declare const de_ListTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsCommandOutput>;
1057
1199
  /**
1058
1200
  * deserializeAws_restJson1ListUserGroupsCommand
1059
1201
  */
@@ -1062,6 +1204,10 @@ export declare const de_ListUserGroupsCommand: (output: __HttpResponse, context:
1062
1204
  * deserializeAws_restJson1ListUsersCommand
1063
1205
  */
1064
1206
  export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
1207
+ /**
1208
+ * deserializeAws_restJson1ListVPCConnectionsCommand
1209
+ */
1210
+ export declare const de_ListVPCConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCConnectionsCommandOutput>;
1065
1211
  /**
1066
1212
  * deserializeAws_restJson1PutDataSetRefreshPropertiesCommand
1067
1213
  */
@@ -1202,7 +1348,23 @@ export declare const de_UpdateThemeAliasCommand: (output: __HttpResponse, contex
1202
1348
  * deserializeAws_restJson1UpdateThemePermissionsCommand
1203
1349
  */
1204
1350
  export declare const de_UpdateThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemePermissionsCommandOutput>;
1351
+ /**
1352
+ * deserializeAws_restJson1UpdateTopicCommand
1353
+ */
1354
+ export declare const de_UpdateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTopicCommandOutput>;
1355
+ /**
1356
+ * deserializeAws_restJson1UpdateTopicPermissionsCommand
1357
+ */
1358
+ export declare const de_UpdateTopicPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTopicPermissionsCommandOutput>;
1359
+ /**
1360
+ * deserializeAws_restJson1UpdateTopicRefreshScheduleCommand
1361
+ */
1362
+ export declare const de_UpdateTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTopicRefreshScheduleCommandOutput>;
1205
1363
  /**
1206
1364
  * deserializeAws_restJson1UpdateUserCommand
1207
1365
  */
1208
1366
  export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
1367
+ /**
1368
+ * deserializeAws_restJson1UpdateVPCConnectionCommand
1369
+ */
1370
+ export declare const de_UpdateVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVPCConnectionCommandOutput>;