@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
@@ -1,9 +1,158 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTemplateRequestFilterSensitiveLog = exports.UpdateDataSourceRequestFilterSensitiveLog = exports.UpdateDataSetRequestFilterSensitiveLog = exports.UpdateDashboardRequestFilterSensitiveLog = exports.UpdateAnalysisRequestFilterSensitiveLog = exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = void 0;
3
+ exports.UpdateTopicRequestFilterSensitiveLog = exports.UpdateTemplateRequestFilterSensitiveLog = exports.UpdateDataSourceRequestFilterSensitiveLog = exports.UpdateDataSetRequestFilterSensitiveLog = exports.UpdateDashboardRequestFilterSensitiveLog = exports.UpdateAnalysisRequestFilterSensitiveLog = exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.DescribeTopicResponseFilterSensitiveLog = exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.NetworkInterfaceStatus = exports.UserRole = exports.IdentityType = exports.TopicRefreshStatus = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
5
  const models_2_1 = require("./models_2");
6
6
  const QuickSightServiceException_1 = require("./QuickSightServiceException");
7
+ class InvalidNextTokenException extends QuickSightServiceException_1.QuickSightServiceException {
8
+ constructor(opts) {
9
+ super({
10
+ name: "InvalidNextTokenException",
11
+ $fault: "client",
12
+ ...opts,
13
+ });
14
+ this.name = "InvalidNextTokenException";
15
+ this.$fault = "client";
16
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
17
+ this.Message = opts.Message;
18
+ this.RequestId = opts.RequestId;
19
+ }
20
+ }
21
+ exports.InvalidNextTokenException = InvalidNextTokenException;
22
+ exports.IngestionErrorType = {
23
+ ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
24
+ CONNECTION_FAILURE: "CONNECTION_FAILURE",
25
+ CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
26
+ CUSTOMER_ERROR: "CUSTOMER_ERROR",
27
+ DATA_SET_DELETED: "DATA_SET_DELETED",
28
+ DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
29
+ DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
30
+ DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
31
+ DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
32
+ DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
33
+ DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
34
+ DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
35
+ ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
36
+ FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
37
+ FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
38
+ IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
39
+ INGESTION_CANCELED: "INGESTION_CANCELED",
40
+ INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
41
+ INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
42
+ INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
43
+ INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
44
+ INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
45
+ IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
46
+ IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
47
+ OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
48
+ PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
49
+ PERMISSION_DENIED: "PERMISSION_DENIED",
50
+ PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
51
+ QUERY_TIMEOUT: "QUERY_TIMEOUT",
52
+ REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
53
+ ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
54
+ S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
55
+ S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
56
+ S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
57
+ SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
58
+ SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
59
+ SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
60
+ SQL_EXCEPTION: "SQL_EXCEPTION",
61
+ SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
62
+ SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
63
+ SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
64
+ SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
65
+ SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
66
+ UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
67
+ UNROUTABLE_HOST: "UNROUTABLE_HOST",
68
+ };
69
+ exports.IngestionRequestSource = {
70
+ MANUAL: "MANUAL",
71
+ SCHEDULED: "SCHEDULED",
72
+ };
73
+ exports.IngestionRequestType = {
74
+ EDIT: "EDIT",
75
+ FULL_REFRESH: "FULL_REFRESH",
76
+ INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
77
+ INITIAL_INGESTION: "INITIAL_INGESTION",
78
+ };
79
+ exports.NamespaceErrorType = {
80
+ INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
81
+ PERMISSION_DENIED: "PERMISSION_DENIED",
82
+ };
83
+ exports.TemplateErrorType = {
84
+ ACCESS_DENIED: "ACCESS_DENIED",
85
+ DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
86
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
87
+ SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
88
+ };
89
+ exports.ThemeType = {
90
+ ALL: "ALL",
91
+ CUSTOM: "CUSTOM",
92
+ QUICKSIGHT: "QUICKSIGHT",
93
+ };
94
+ exports.ThemeErrorType = {
95
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
96
+ };
97
+ exports.TopicRefreshStatus = {
98
+ CANCELLED: "CANCELLED",
99
+ COMPLETED: "COMPLETED",
100
+ FAILED: "FAILED",
101
+ INITIALIZED: "INITIALIZED",
102
+ RUNNING: "RUNNING",
103
+ };
104
+ exports.IdentityType = {
105
+ IAM: "IAM",
106
+ QUICKSIGHT: "QUICKSIGHT",
107
+ };
108
+ exports.UserRole = {
109
+ ADMIN: "ADMIN",
110
+ AUTHOR: "AUTHOR",
111
+ READER: "READER",
112
+ RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
113
+ RESTRICTED_READER: "RESTRICTED_READER",
114
+ };
115
+ exports.NetworkInterfaceStatus = {
116
+ ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED",
117
+ AVAILABLE: "AVAILABLE",
118
+ CREATING: "CREATING",
119
+ CREATION_FAILED: "CREATION_FAILED",
120
+ DELETED: "DELETED",
121
+ DELETING: "DELETING",
122
+ DELETION_FAILED: "DELETION_FAILED",
123
+ DELETION_SCHEDULED: "DELETION_SCHEDULED",
124
+ UPDATE_FAILED: "UPDATE_FAILED",
125
+ UPDATING: "UPDATING",
126
+ };
127
+ class DomainNotWhitelistedException extends QuickSightServiceException_1.QuickSightServiceException {
128
+ constructor(opts) {
129
+ super({
130
+ name: "DomainNotWhitelistedException",
131
+ $fault: "client",
132
+ ...opts,
133
+ });
134
+ this.name = "DomainNotWhitelistedException";
135
+ this.$fault = "client";
136
+ Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
137
+ this.Message = opts.Message;
138
+ this.RequestId = opts.RequestId;
139
+ }
140
+ }
141
+ exports.DomainNotWhitelistedException = DomainNotWhitelistedException;
142
+ exports.EmbeddingIdentityType = {
143
+ ANONYMOUS: "ANONYMOUS",
144
+ IAM: "IAM",
145
+ QUICKSIGHT: "QUICKSIGHT",
146
+ };
147
+ exports.FolderFilterAttribute = {
148
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
149
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
150
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
151
+ FOLDER_NAME: "FOLDER_NAME",
152
+ PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN",
153
+ QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
154
+ QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
155
+ };
7
156
  class SessionLifetimeInMinutesInvalidException extends QuickSightServiceException_1.QuickSightServiceException {
8
157
  constructor(opts) {
9
158
  super({
@@ -85,6 +234,19 @@ class InvalidRequestException extends QuickSightServiceException_1.QuickSightSer
85
234
  }
86
235
  }
87
236
  exports.InvalidRequestException = InvalidRequestException;
237
+ const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
238
+ ...obj,
239
+ ...(obj.DataSet && { DataSet: (0, models_2_1.DataSetFilterSensitiveLog)(obj.DataSet) }),
240
+ });
241
+ exports.DescribeDataSetResponseFilterSensitiveLog = DescribeDataSetResponseFilterSensitiveLog;
242
+ const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
243
+ ...obj,
244
+ });
245
+ exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = DescribeTemplateDefinitionResponseFilterSensitiveLog;
246
+ const DescribeTopicResponseFilterSensitiveLog = (obj) => ({
247
+ ...obj,
248
+ });
249
+ exports.DescribeTopicResponseFilterSensitiveLog = DescribeTopicResponseFilterSensitiveLog;
88
250
  const SessionTagFilterSensitiveLog = (obj) => ({
89
251
  ...obj,
90
252
  ...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
@@ -148,3 +310,7 @@ const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
148
310
  ...obj,
149
311
  });
150
312
  exports.UpdateTemplateRequestFilterSensitiveLog = UpdateTemplateRequestFilterSensitiveLog;
313
+ const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
314
+ ...obj,
315
+ });
316
+ exports.UpdateTopicRequestFilterSensitiveLog = UpdateTopicRequestFilterSensitiveLog;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListTopics = void 0;
4
+ const ListTopicsCommand_1 = require("../commands/ListTopicsCommand");
5
+ const QuickSightClient_1 = require("../QuickSightClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListTopicsCommand_1.ListTopicsCommand(input), ...args);
8
+ };
9
+ async function* paginateListTopics(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof QuickSightClient_1.QuickSightClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected QuickSight | QuickSightClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListTopics = paginateListTopics;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListVPCConnections = void 0;
4
+ const ListVPCConnectionsCommand_1 = require("../commands/ListVPCConnectionsCommand");
5
+ const QuickSightClient_1 = require("../QuickSightClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListVPCConnectionsCommand_1.ListVPCConnectionsCommand(input), ...args);
8
+ };
9
+ async function* paginateListVPCConnections(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof QuickSightClient_1.QuickSightClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected QuickSight | QuickSightClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListVPCConnections = paginateListVPCConnections;
@@ -14,6 +14,8 @@ tslib_1.__exportStar(require("./ListTemplateVersionsPaginator"), exports);
14
14
  tslib_1.__exportStar(require("./ListTemplatesPaginator"), exports);
15
15
  tslib_1.__exportStar(require("./ListThemeVersionsPaginator"), exports);
16
16
  tslib_1.__exportStar(require("./ListThemesPaginator"), exports);
17
+ tslib_1.__exportStar(require("./ListTopicsPaginator"), exports);
18
+ tslib_1.__exportStar(require("./ListVPCConnectionsPaginator"), exports);
17
19
  tslib_1.__exportStar(require("./SearchAnalysesPaginator"), exports);
18
20
  tslib_1.__exportStar(require("./SearchDashboardsPaginator"), exports);
19
21
  tslib_1.__exportStar(require("./SearchDataSetsPaginator"), exports);