@aws-sdk/client-quicksight 3.696.0 → 3.705.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 (239) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2218 -750
  3. package/dist-es/QuickSight.js +22 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
  5. package/dist-es/commands/CreateAnalysisCommand.js +1 -1
  6. package/dist-es/commands/CreateDashboardCommand.js +1 -1
  7. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  8. package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
  9. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
  10. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
  11. package/dist-es/commands/DescribeDashboardCommand.js +2 -1
  12. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  13. package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
  14. package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
  15. package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
  16. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  17. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  18. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  19. package/dist-es/commands/DescribeTemplateCommand.js +2 -1
  20. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  21. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
  22. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  23. package/dist-es/commands/SearchTopicsCommand.js +22 -0
  24. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  25. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  26. package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
  27. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  28. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  29. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  30. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  31. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  32. package/dist-es/commands/UpdateTopicCommand.js +1 -1
  33. package/dist-es/commands/index.js +11 -0
  34. package/dist-es/models/index.js +1 -0
  35. package/dist-es/models/models_0.js +72 -82
  36. package/dist-es/models/models_1.js +102 -132
  37. package/dist-es/models/models_2.js +137 -193
  38. package/dist-es/models/models_3.js +205 -112
  39. package/dist-es/models/models_4.js +185 -49
  40. package/dist-es/models/models_5.js +50 -0
  41. package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +1044 -12
  44. package/dist-types/QuickSight.d.ts +77 -0
  45. package/dist-types/QuickSightClient.d.ts +13 -2
  46. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
  50. package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
  53. package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
  54. package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
  55. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  56. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
  58. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
  59. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
  67. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
  68. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
  72. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  78. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
  85. package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  87. package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
  88. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
  89. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  90. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
  92. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  93. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  94. package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
  95. package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
  96. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  97. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
  102. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
  106. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  111. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
  116. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  121. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
  126. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  133. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +11 -0
  137. package/dist-types/models/index.d.ts +1 -0
  138. package/dist-types/models/models_0.d.ts +487 -546
  139. package/dist-types/models/models_1.d.ts +1748 -1766
  140. package/dist-types/models/models_2.d.ts +4413 -4505
  141. package/dist-types/models/models_3.d.ts +4169 -4324
  142. package/dist-types/models/models_4.d.ts +3851 -3830
  143. package/dist-types/models/models_5.d.ts +2394 -0
  144. package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
  145. package/dist-types/pagination/index.d.ts +1 -0
  146. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  147. package/dist-types/ts3.4/QuickSight.d.ts +235 -0
  148. package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
  149. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  157. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  187. package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
  188. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  191. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  203. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  229. package/dist-types/ts3.4/models/index.d.ts +1 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +142 -156
  231. package/dist-types/ts3.4/models/models_1.d.ts +324 -356
  232. package/dist-types/ts3.4/models/models_2.d.ts +428 -418
  233. package/dist-types/ts3.4/models/models_3.d.ts +453 -503
  234. package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
  235. package/dist-types/ts3.4/models/models_5.d.ts +596 -0
  236. package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  238. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  239. package/package.json +4 -4
@@ -2,9 +2,9 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
2
2
  import { requestBuilder as rb } from "@smithy/core";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { AccessDeniedException, } from "../models/models_0";
5
- import { ConcurrentUpdatingException, ConflictException, InternalFailureException, InternalServerException, InvalidParameterValueException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceNotFoundException, ResourceUnavailableException, ThrottlingException, UnsupportedUserEditionException, } from "../models/models_2";
6
- import { CustomerManagedKeyUnavailableException, InvalidNextTokenException, TransformOperation, } from "../models/models_3";
7
- import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
5
+ import { ConflictException, InternalFailureException, InvalidParameterValueException, ResourceExistsException, ResourceNotFoundException, ThrottlingException, } from "../models/models_2";
6
+ import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
7
+ import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, InvalidNextTokenException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
8
8
  import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
9
9
  export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
10
10
  const b = rb(input, context);
@@ -448,6 +448,7 @@ export const se_CreateTopicCommand = async (input, context) => {
448
448
  b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
449
449
  let body;
450
450
  body = JSON.stringify(take(input, {
451
+ FolderArns: (_) => _json(_),
451
452
  Tags: (_) => _json(_),
452
453
  Topic: (_) => _json(_),
453
454
  TopicId: [],
@@ -599,6 +600,18 @@ export const se_DeleteDataSourceCommand = async (input, context) => {
599
600
  b.m("DELETE").h(headers).b(body);
600
601
  return b.build();
601
602
  };
603
+ export const se_DeleteDefaultQBusinessApplicationCommand = async (input, context) => {
604
+ const b = rb(input, context);
605
+ const headers = {};
606
+ b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
607
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
608
+ const query = map({
609
+ [_n]: [, input[_N]],
610
+ });
611
+ let body;
612
+ b.m("DELETE").h(headers).q(query).b(body);
613
+ return b.build();
614
+ };
602
615
  export const se_DeleteFolderCommand = async (input, context) => {
603
616
  const b = rb(input, context);
604
617
  const headers = {};
@@ -1004,6 +1017,15 @@ export const se_DescribeDashboardSnapshotJobResultCommand = async (input, contex
1004
1017
  b.m("GET").h(headers).b(body);
1005
1018
  return b.build();
1006
1019
  };
1020
+ export const se_DescribeDashboardsQAConfigurationCommand = async (input, context) => {
1021
+ const b = rb(input, context);
1022
+ const headers = {};
1023
+ b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
1024
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
1025
+ let body;
1026
+ b.m("GET").h(headers).b(body);
1027
+ return b.build();
1028
+ };
1007
1029
  export const se_DescribeDataSetCommand = async (input, context) => {
1008
1030
  const b = rb(input, context);
1009
1031
  const headers = {};
@@ -1054,6 +1076,18 @@ export const se_DescribeDataSourcePermissionsCommand = async (input, context) =>
1054
1076
  b.m("GET").h(headers).b(body);
1055
1077
  return b.build();
1056
1078
  };
1079
+ export const se_DescribeDefaultQBusinessApplicationCommand = async (input, context) => {
1080
+ const b = rb(input, context);
1081
+ const headers = {};
1082
+ b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
1083
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
1084
+ const query = map({
1085
+ [_n]: [, input[_N]],
1086
+ });
1087
+ let body;
1088
+ b.m("GET").h(headers).q(query).b(body);
1089
+ return b.build();
1090
+ };
1057
1091
  export const se_DescribeFolderCommand = async (input, context) => {
1058
1092
  const b = rb(input, context);
1059
1093
  const headers = {};
@@ -1179,6 +1213,15 @@ export const se_DescribeQPersonalizationConfigurationCommand = async (input, con
1179
1213
  b.m("GET").h(headers).b(body);
1180
1214
  return b.build();
1181
1215
  };
1216
+ export const se_DescribeQuickSightQSearchConfigurationCommand = async (input, context) => {
1217
+ const b = rb(input, context);
1218
+ const headers = {};
1219
+ b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
1220
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
1221
+ let body;
1222
+ b.m("GET").h(headers).b(body);
1223
+ return b.build();
1224
+ };
1182
1225
  export const se_DescribeRefreshScheduleCommand = async (input, context) => {
1183
1226
  const b = rb(input, context);
1184
1227
  const headers = {};
@@ -1384,6 +1427,22 @@ export const se_GenerateEmbedUrlForRegisteredUserCommand = async (input, context
1384
1427
  b.m("POST").h(headers).b(body);
1385
1428
  return b.build();
1386
1429
  };
1430
+ export const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = async (input, context) => {
1431
+ const b = rb(input, context);
1432
+ const headers = {
1433
+ "content-type": "application/json",
1434
+ };
1435
+ b.bp("/accounts/{AwsAccountId}/embed-url/registered-user-with-identity");
1436
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
1437
+ let body;
1438
+ body = JSON.stringify(take(input, {
1439
+ AllowedDomains: (_) => _json(_),
1440
+ ExperienceConfiguration: (_) => _json(_),
1441
+ SessionLifetimeInMinutes: [],
1442
+ }));
1443
+ b.m("POST").h(headers).b(body);
1444
+ return b.build();
1445
+ };
1387
1446
  export const se_GetDashboardEmbedUrlCommand = async (input, context) => {
1388
1447
  const b = rb(input, context);
1389
1448
  const headers = {};
@@ -1868,6 +1927,23 @@ export const se_ListVPCConnectionsCommand = async (input, context) => {
1868
1927
  b.m("GET").h(headers).q(query).b(body);
1869
1928
  return b.build();
1870
1929
  };
1930
+ export const se_PredictQAResultsCommand = async (input, context) => {
1931
+ const b = rb(input, context);
1932
+ const headers = {
1933
+ "content-type": "application/json",
1934
+ };
1935
+ b.bp("/accounts/{AwsAccountId}/qa/predict");
1936
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
1937
+ let body;
1938
+ body = JSON.stringify(take(input, {
1939
+ IncludeGeneratedAnswer: [],
1940
+ IncludeQuickSightQIndex: [],
1941
+ MaxTopicsToConsider: [],
1942
+ QueryText: [],
1943
+ }));
1944
+ b.m("POST").h(headers).b(body);
1945
+ return b.build();
1946
+ };
1871
1947
  export const se_PutDataSetRefreshPropertiesCommand = async (input, context) => {
1872
1948
  const b = rb(input, context);
1873
1949
  const headers = {
@@ -2020,6 +2096,22 @@ export const se_SearchGroupsCommand = async (input, context) => {
2020
2096
  b.m("POST").h(headers).q(query).b(body);
2021
2097
  return b.build();
2022
2098
  };
2099
+ export const se_SearchTopicsCommand = async (input, context) => {
2100
+ const b = rb(input, context);
2101
+ const headers = {
2102
+ "content-type": "application/json",
2103
+ };
2104
+ b.bp("/accounts/{AwsAccountId}/search/topics");
2105
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2106
+ let body;
2107
+ body = JSON.stringify(take(input, {
2108
+ Filters: (_) => _json(_),
2109
+ MaxResults: [],
2110
+ NextToken: [],
2111
+ }));
2112
+ b.m("POST").h(headers).b(body);
2113
+ return b.build();
2114
+ };
2023
2115
  export const se_StartAssetBundleExportJobCommand = async (input, context) => {
2024
2116
  const b = rb(input, context);
2025
2117
  const headers = {
@@ -2186,6 +2278,18 @@ export const se_UpdateAnalysisPermissionsCommand = async (input, context) => {
2186
2278
  b.m("PUT").h(headers).b(body);
2187
2279
  return b.build();
2188
2280
  };
2281
+ export const se_UpdateApplicationWithTokenExchangeGrantCommand = async (input, context) => {
2282
+ const b = rb(input, context);
2283
+ const headers = {};
2284
+ b.bp("/accounts/{AwsAccountId}/application-with-token-exchange-grant");
2285
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2286
+ const query = map({
2287
+ [_n]: [, __expectNonNull(input[_N], `Namespace`)],
2288
+ });
2289
+ let body;
2290
+ b.m("PUT").h(headers).q(query).b(body);
2291
+ return b.build();
2292
+ };
2189
2293
  export const se_UpdateBrandCommand = async (input, context) => {
2190
2294
  const b = rb(input, context);
2191
2295
  const headers = {
@@ -2311,6 +2415,20 @@ export const se_UpdateDashboardPublishedVersionCommand = async (input, context)
2311
2415
  b.m("PUT").h(headers).b(body);
2312
2416
  return b.build();
2313
2417
  };
2418
+ export const se_UpdateDashboardsQAConfigurationCommand = async (input, context) => {
2419
+ const b = rb(input, context);
2420
+ const headers = {
2421
+ "content-type": "application/json",
2422
+ };
2423
+ b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
2424
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2425
+ let body;
2426
+ body = JSON.stringify(take(input, {
2427
+ DashboardsQAStatus: [],
2428
+ }));
2429
+ b.m("PUT").h(headers).b(body);
2430
+ return b.build();
2431
+ };
2314
2432
  export const se_UpdateDataSetCommand = async (input, context) => {
2315
2433
  const b = rb(input, context);
2316
2434
  const headers = {
@@ -2387,6 +2505,23 @@ export const se_UpdateDataSourcePermissionsCommand = async (input, context) => {
2387
2505
  b.m("POST").h(headers).b(body);
2388
2506
  return b.build();
2389
2507
  };
2508
+ export const se_UpdateDefaultQBusinessApplicationCommand = async (input, context) => {
2509
+ const b = rb(input, context);
2510
+ const headers = {
2511
+ "content-type": "application/json",
2512
+ };
2513
+ b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
2514
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2515
+ const query = map({
2516
+ [_n]: [, input[_N]],
2517
+ });
2518
+ let body;
2519
+ body = JSON.stringify(take(input, {
2520
+ ApplicationId: [],
2521
+ }));
2522
+ b.m("PUT").h(headers).q(query).b(body);
2523
+ return b.build();
2524
+ };
2390
2525
  export const se_UpdateFolderCommand = async (input, context) => {
2391
2526
  const b = rb(input, context);
2392
2527
  const headers = {
@@ -2526,6 +2661,20 @@ export const se_UpdateQPersonalizationConfigurationCommand = async (input, conte
2526
2661
  b.m("PUT").h(headers).b(body);
2527
2662
  return b.build();
2528
2663
  };
2664
+ export const se_UpdateQuickSightQSearchConfigurationCommand = async (input, context) => {
2665
+ const b = rb(input, context);
2666
+ const headers = {
2667
+ "content-type": "application/json",
2668
+ };
2669
+ b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
2670
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2671
+ let body;
2672
+ body = JSON.stringify(take(input, {
2673
+ QSearchStatus: [],
2674
+ }));
2675
+ b.m("PUT").h(headers).b(body);
2676
+ return b.build();
2677
+ };
2529
2678
  export const se_UpdateRefreshScheduleCommand = async (input, context) => {
2530
2679
  const b = rb(input, context);
2531
2680
  const headers = {
@@ -3472,6 +3621,23 @@ export const de_DeleteDataSourceCommand = async (output, context) => {
3472
3621
  });
3473
3622
  return contents;
3474
3623
  };
3624
+ export const de_DeleteDefaultQBusinessApplicationCommand = async (output, context) => {
3625
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3626
+ return de_CommandError(output, context);
3627
+ }
3628
+ const contents = map({
3629
+ $metadata: deserializeMetadata(output),
3630
+ });
3631
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3632
+ const doc = take(data, {
3633
+ RequestId: __expectString,
3634
+ });
3635
+ Object.assign(contents, doc);
3636
+ map(contents, {
3637
+ Status: [, output.statusCode],
3638
+ });
3639
+ return contents;
3640
+ };
3475
3641
  export const de_DeleteFolderCommand = async (output, context) => {
3476
3642
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3477
3643
  return de_CommandError(output, context);
@@ -4188,6 +4354,24 @@ export const de_DescribeDashboardSnapshotJobResultCommand = async (output, conte
4188
4354
  });
4189
4355
  return contents;
4190
4356
  };
4357
+ export const de_DescribeDashboardsQAConfigurationCommand = async (output, context) => {
4358
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4359
+ return de_CommandError(output, context);
4360
+ }
4361
+ const contents = map({
4362
+ $metadata: deserializeMetadata(output),
4363
+ });
4364
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4365
+ const doc = take(data, {
4366
+ DashboardsQAStatus: __expectString,
4367
+ RequestId: __expectString,
4368
+ });
4369
+ Object.assign(contents, doc);
4370
+ map(contents, {
4371
+ Status: [, output.statusCode],
4372
+ });
4373
+ return contents;
4374
+ };
4191
4375
  export const de_DescribeDataSetCommand = async (output, context) => {
4192
4376
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4193
4377
  return de_CommandError(output, context);
@@ -4282,6 +4466,24 @@ export const de_DescribeDataSourcePermissionsCommand = async (output, context) =
4282
4466
  });
4283
4467
  return contents;
4284
4468
  };
4469
+ export const de_DescribeDefaultQBusinessApplicationCommand = async (output, context) => {
4470
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4471
+ return de_CommandError(output, context);
4472
+ }
4473
+ const contents = map({
4474
+ $metadata: deserializeMetadata(output),
4475
+ });
4476
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4477
+ const doc = take(data, {
4478
+ ApplicationId: __expectString,
4479
+ RequestId: __expectString,
4480
+ });
4481
+ Object.assign(contents, doc);
4482
+ map(contents, {
4483
+ Status: [, output.statusCode],
4484
+ });
4485
+ return contents;
4486
+ };
4285
4487
  export const de_DescribeFolderCommand = async (output, context) => {
4286
4488
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4287
4489
  return de_CommandError(output, context);
@@ -4489,6 +4691,24 @@ export const de_DescribeQPersonalizationConfigurationCommand = async (output, co
4489
4691
  });
4490
4692
  return contents;
4491
4693
  };
4694
+ export const de_DescribeQuickSightQSearchConfigurationCommand = async (output, context) => {
4695
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4696
+ return de_CommandError(output, context);
4697
+ }
4698
+ const contents = map({
4699
+ $metadata: deserializeMetadata(output),
4700
+ });
4701
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4702
+ const doc = take(data, {
4703
+ QSearchStatus: __expectString,
4704
+ RequestId: __expectString,
4705
+ });
4706
+ Object.assign(contents, doc);
4707
+ map(contents, {
4708
+ Status: [, output.statusCode],
4709
+ });
4710
+ return contents;
4711
+ };
4492
4712
  export const de_DescribeRefreshScheduleCommand = async (output, context) => {
4493
4713
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4494
4714
  return de_CommandError(output, context);
@@ -4809,6 +5029,24 @@ export const de_GenerateEmbedUrlForRegisteredUserCommand = async (output, contex
4809
5029
  });
4810
5030
  return contents;
4811
5031
  };
5032
+ export const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = async (output, context) => {
5033
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5034
+ return de_CommandError(output, context);
5035
+ }
5036
+ const contents = map({
5037
+ $metadata: deserializeMetadata(output),
5038
+ });
5039
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
5040
+ const doc = take(data, {
5041
+ EmbedUrl: __expectString,
5042
+ RequestId: __expectString,
5043
+ });
5044
+ Object.assign(contents, doc);
5045
+ map(contents, {
5046
+ Status: [, output.statusCode],
5047
+ });
5048
+ return contents;
5049
+ };
4812
5050
  export const de_GetDashboardEmbedUrlCommand = async (output, context) => {
4813
5051
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4814
5052
  return de_CommandError(output, context);
@@ -5487,6 +5725,25 @@ export const de_ListVPCConnectionsCommand = async (output, context) => {
5487
5725
  });
5488
5726
  return contents;
5489
5727
  };
5728
+ export const de_PredictQAResultsCommand = async (output, context) => {
5729
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5730
+ return de_CommandError(output, context);
5731
+ }
5732
+ const contents = map({
5733
+ $metadata: deserializeMetadata(output),
5734
+ });
5735
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
5736
+ const doc = take(data, {
5737
+ AdditionalResults: _json,
5738
+ PrimaryResult: _json,
5739
+ RequestId: __expectString,
5740
+ });
5741
+ Object.assign(contents, doc);
5742
+ map(contents, {
5743
+ Status: [, output.statusCode],
5744
+ });
5745
+ return contents;
5746
+ };
5490
5747
  export const de_PutDataSetRefreshPropertiesCommand = async (output, context) => {
5491
5748
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5492
5749
  return de_CommandError(output, context);
@@ -5657,6 +5914,25 @@ export const de_SearchGroupsCommand = async (output, context) => {
5657
5914
  });
5658
5915
  return contents;
5659
5916
  };
5917
+ export const de_SearchTopicsCommand = async (output, context) => {
5918
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5919
+ return de_CommandError(output, context);
5920
+ }
5921
+ const contents = map({
5922
+ $metadata: deserializeMetadata(output),
5923
+ });
5924
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
5925
+ const doc = take(data, {
5926
+ NextToken: __expectString,
5927
+ RequestId: __expectString,
5928
+ TopicSummaryList: _json,
5929
+ });
5930
+ Object.assign(contents, doc);
5931
+ map(contents, {
5932
+ Status: [, output.statusCode],
5933
+ });
5934
+ return contents;
5935
+ };
5660
5936
  export const de_StartAssetBundleExportJobCommand = async (output, context) => {
5661
5937
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5662
5938
  return de_CommandError(output, context);
@@ -5843,6 +6119,23 @@ export const de_UpdateAnalysisPermissionsCommand = async (output, context) => {
5843
6119
  });
5844
6120
  return contents;
5845
6121
  };
6122
+ export const de_UpdateApplicationWithTokenExchangeGrantCommand = async (output, context) => {
6123
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6124
+ return de_CommandError(output, context);
6125
+ }
6126
+ const contents = map({
6127
+ $metadata: deserializeMetadata(output),
6128
+ });
6129
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
6130
+ const doc = take(data, {
6131
+ RequestId: __expectString,
6132
+ });
6133
+ Object.assign(contents, doc);
6134
+ map(contents, {
6135
+ Status: [, output.statusCode],
6136
+ });
6137
+ return contents;
6138
+ };
5846
6139
  export const de_UpdateBrandCommand = async (output, context) => {
5847
6140
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5848
6141
  return de_CommandError(output, context);
@@ -5983,7 +6276,7 @@ export const de_UpdateDashboardPublishedVersionCommand = async (output, context)
5983
6276
  });
5984
6277
  return contents;
5985
6278
  };
5986
- export const de_UpdateDataSetCommand = async (output, context) => {
6279
+ export const de_UpdateDashboardsQAConfigurationCommand = async (output, context) => {
5987
6280
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5988
6281
  return de_CommandError(output, context);
5989
6282
  }
@@ -5992,10 +6285,7 @@ export const de_UpdateDataSetCommand = async (output, context) => {
5992
6285
  });
5993
6286
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
5994
6287
  const doc = take(data, {
5995
- Arn: __expectString,
5996
- DataSetId: __expectString,
5997
- IngestionArn: __expectString,
5998
- IngestionId: __expectString,
6288
+ DashboardsQAStatus: __expectString,
5999
6289
  RequestId: __expectString,
6000
6290
  });
6001
6291
  Object.assign(contents, doc);
@@ -6004,7 +6294,28 @@ export const de_UpdateDataSetCommand = async (output, context) => {
6004
6294
  });
6005
6295
  return contents;
6006
6296
  };
6007
- export const de_UpdateDataSetPermissionsCommand = async (output, context) => {
6297
+ export const de_UpdateDataSetCommand = async (output, context) => {
6298
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6299
+ return de_CommandError(output, context);
6300
+ }
6301
+ const contents = map({
6302
+ $metadata: deserializeMetadata(output),
6303
+ });
6304
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
6305
+ const doc = take(data, {
6306
+ Arn: __expectString,
6307
+ DataSetId: __expectString,
6308
+ IngestionArn: __expectString,
6309
+ IngestionId: __expectString,
6310
+ RequestId: __expectString,
6311
+ });
6312
+ Object.assign(contents, doc);
6313
+ map(contents, {
6314
+ Status: [, output.statusCode],
6315
+ });
6316
+ return contents;
6317
+ };
6318
+ export const de_UpdateDataSetPermissionsCommand = async (output, context) => {
6008
6319
  if (output.statusCode !== 200 && output.statusCode >= 300) {
6009
6320
  return de_CommandError(output, context);
6010
6321
  }
@@ -6062,6 +6373,23 @@ export const de_UpdateDataSourcePermissionsCommand = async (output, context) =>
6062
6373
  });
6063
6374
  return contents;
6064
6375
  };
6376
+ export const de_UpdateDefaultQBusinessApplicationCommand = async (output, context) => {
6377
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6378
+ return de_CommandError(output, context);
6379
+ }
6380
+ const contents = map({
6381
+ $metadata: deserializeMetadata(output),
6382
+ });
6383
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
6384
+ const doc = take(data, {
6385
+ RequestId: __expectString,
6386
+ });
6387
+ Object.assign(contents, doc);
6388
+ map(contents, {
6389
+ Status: [, output.statusCode],
6390
+ });
6391
+ return contents;
6392
+ };
6065
6393
  export const de_UpdateFolderCommand = async (output, context) => {
6066
6394
  if (output.statusCode !== 200 && output.statusCode >= 300) {
6067
6395
  return de_CommandError(output, context);
@@ -6225,6 +6553,24 @@ export const de_UpdateQPersonalizationConfigurationCommand = async (output, cont
6225
6553
  });
6226
6554
  return contents;
6227
6555
  };
6556
+ export const de_UpdateQuickSightQSearchConfigurationCommand = async (output, context) => {
6557
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6558
+ return de_CommandError(output, context);
6559
+ }
6560
+ const contents = map({
6561
+ $metadata: deserializeMetadata(output),
6562
+ });
6563
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
6564
+ const doc = take(data, {
6565
+ QSearchStatus: __expectString,
6566
+ RequestId: __expectString,
6567
+ });
6568
+ Object.assign(contents, doc);
6569
+ map(contents, {
6570
+ Status: [, output.statusCode],
6571
+ });
6572
+ return contents;
6573
+ };
6228
6574
  export const de_UpdateRefreshScheduleCommand = async (output, context) => {
6229
6575
  if (output.statusCode !== 200 && output.statusCode >= 300) {
6230
6576
  return de_CommandError(output, context);
@@ -6920,6 +7266,7 @@ const se_AnalysisDefinition = (input, context) => {
6920
7266
  ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
6921
7267
  QueryExecutionOptions: _json,
6922
7268
  Sheets: (_) => se_SheetDefinitionList(_, context),
7269
+ StaticFiles: _json,
6923
7270
  });
6924
7271
  };
6925
7272
  const se_ArcAxisConfiguration = (input, context) => {
@@ -7075,6 +7422,7 @@ const se_BarChartVisual = (input, context) => {
7075
7422
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
7076
7423
  Subtitle: _json,
7077
7424
  Title: _json,
7425
+ VisualContentAltText: [],
7078
7426
  VisualId: [],
7079
7427
  });
7080
7428
  };
@@ -7188,6 +7536,7 @@ const se_BoxPlotVisual = (input, context) => {
7188
7536
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
7189
7537
  Subtitle: _json,
7190
7538
  Title: _json,
7539
+ VisualContentAltText: [],
7191
7540
  VisualId: [],
7192
7541
  });
7193
7542
  };
@@ -7300,6 +7649,7 @@ const se_ComboChartVisual = (input, context) => {
7300
7649
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
7301
7650
  Subtitle: _json,
7302
7651
  Title: _json,
7652
+ VisualContentAltText: [],
7303
7653
  VisualId: [],
7304
7654
  });
7305
7655
  };
@@ -7365,6 +7715,7 @@ const se_CustomContentVisual = (input, context) => {
7365
7715
  DataSetIdentifier: [],
7366
7716
  Subtitle: _json,
7367
7717
  Title: _json,
7718
+ VisualContentAltText: [],
7368
7719
  VisualId: [],
7369
7720
  });
7370
7721
  };
@@ -7392,6 +7743,7 @@ const se_DashboardVersionDefinition = (input, context) => {
7392
7743
  Options: _json,
7393
7744
  ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
7394
7745
  Sheets: (_) => se_SheetDefinitionList(_, context),
7746
+ StaticFiles: _json,
7395
7747
  });
7396
7748
  };
7397
7749
  const se_DataColor = (input, context) => {
@@ -7693,6 +8045,7 @@ const se_FilledMapVisual = (input, context) => {
7693
8045
  ConditionalFormatting: (_) => se_FilledMapConditionalFormatting(_, context),
7694
8046
  Subtitle: _json,
7695
8047
  Title: _json,
8048
+ VisualContentAltText: [],
7696
8049
  VisualId: [],
7697
8050
  });
7698
8051
  };
@@ -7839,6 +8192,7 @@ const se_FunnelChartVisual = (input, context) => {
7839
8192
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
7840
8193
  Subtitle: _json,
7841
8194
  Title: _json,
8195
+ VisualContentAltText: [],
7842
8196
  VisualId: [],
7843
8197
  });
7844
8198
  };
@@ -7904,9 +8258,38 @@ const se_GaugeChartVisual = (input, context) => {
7904
8258
  ConditionalFormatting: (_) => se_GaugeChartConditionalFormatting(_, context),
7905
8259
  Subtitle: _json,
7906
8260
  Title: _json,
8261
+ VisualContentAltText: [],
7907
8262
  VisualId: [],
7908
8263
  });
7909
8264
  };
8265
+ const se_GeospatialCategoricalColor = (input, context) => {
8266
+ return take(input, {
8267
+ CategoryDataColors: _json,
8268
+ DefaultOpacity: __serializeFloat,
8269
+ NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
8270
+ NullDataVisibility: [],
8271
+ });
8272
+ };
8273
+ const se_GeospatialCircleRadius = (input, context) => {
8274
+ return take(input, {
8275
+ Radius: __serializeFloat,
8276
+ });
8277
+ };
8278
+ const se_GeospatialCircleSymbolStyle = (input, context) => {
8279
+ return take(input, {
8280
+ CircleRadius: (_) => se_GeospatialCircleRadius(_, context),
8281
+ FillColor: (_) => se_GeospatialColor(_, context),
8282
+ StrokeColor: (_) => se_GeospatialColor(_, context),
8283
+ StrokeWidth: (_) => se_GeospatialLineWidth(_, context),
8284
+ });
8285
+ };
8286
+ const se_GeospatialColor = (input, context) => {
8287
+ return take(input, {
8288
+ Categorical: (_) => se_GeospatialCategoricalColor(_, context),
8289
+ Gradient: (_) => se_GeospatialGradientColor(_, context),
8290
+ Solid: _json,
8291
+ });
8292
+ };
7910
8293
  const se_GeospatialCoordinateBounds = (input, context) => {
7911
8294
  return take(input, {
7912
8295
  East: __serializeFloat,
@@ -7915,6 +8298,97 @@ const se_GeospatialCoordinateBounds = (input, context) => {
7915
8298
  West: __serializeFloat,
7916
8299
  });
7917
8300
  };
8301
+ const se_GeospatialGradientColor = (input, context) => {
8302
+ return take(input, {
8303
+ DefaultOpacity: __serializeFloat,
8304
+ NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
8305
+ NullDataVisibility: [],
8306
+ StepColors: (_) => se_GeospatialGradientStepColorList(_, context),
8307
+ });
8308
+ };
8309
+ const se_GeospatialGradientStepColor = (input, context) => {
8310
+ return take(input, {
8311
+ Color: [],
8312
+ DataValue: __serializeFloat,
8313
+ });
8314
+ };
8315
+ const se_GeospatialGradientStepColorList = (input, context) => {
8316
+ return input
8317
+ .filter((e) => e != null)
8318
+ .map((entry) => {
8319
+ return se_GeospatialGradientStepColor(entry, context);
8320
+ });
8321
+ };
8322
+ const se_GeospatialLayerColorField = (input, context) => {
8323
+ return take(input, {
8324
+ ColorDimensionsFields: _json,
8325
+ ColorValuesFields: (_) => se_GeospatialLayerMeasureFieldList(_, context),
8326
+ });
8327
+ };
8328
+ const se_GeospatialLayerDefinition = (input, context) => {
8329
+ return take(input, {
8330
+ LineLayer: (_) => se_GeospatialLineLayer(_, context),
8331
+ PointLayer: (_) => se_GeospatialPointLayer(_, context),
8332
+ PolygonLayer: (_) => se_GeospatialPolygonLayer(_, context),
8333
+ });
8334
+ };
8335
+ const se_GeospatialLayerItem = (input, context) => {
8336
+ return take(input, {
8337
+ Actions: (_) => se_LayerCustomActionList(_, context),
8338
+ DataSource: _json,
8339
+ JoinDefinition: (_) => se_GeospatialLayerJoinDefinition(_, context),
8340
+ Label: [],
8341
+ LayerDefinition: (_) => se_GeospatialLayerDefinition(_, context),
8342
+ LayerId: [],
8343
+ LayerType: [],
8344
+ Tooltip: (_) => se_TooltipOptions(_, context),
8345
+ Visibility: [],
8346
+ });
8347
+ };
8348
+ const se_GeospatialLayerJoinDefinition = (input, context) => {
8349
+ return take(input, {
8350
+ ColorField: (_) => se_GeospatialLayerColorField(_, context),
8351
+ DatasetKeyField: _json,
8352
+ ShapeKeyField: [],
8353
+ });
8354
+ };
8355
+ const se_GeospatialLayerMapConfiguration = (input, context) => {
8356
+ return take(input, {
8357
+ Interactions: _json,
8358
+ Legend: _json,
8359
+ MapLayers: (_) => se_GeospatialMapLayerList(_, context),
8360
+ MapState: (_) => se_GeospatialMapState(_, context),
8361
+ MapStyle: _json,
8362
+ });
8363
+ };
8364
+ const se_GeospatialLayerMeasureFieldList = (input, context) => {
8365
+ return input
8366
+ .filter((e) => e != null)
8367
+ .map((entry) => {
8368
+ return se_MeasureField(entry, context);
8369
+ });
8370
+ };
8371
+ const se_GeospatialLineLayer = (input, context) => {
8372
+ return take(input, {
8373
+ Style: (_) => se_GeospatialLineStyle(_, context),
8374
+ });
8375
+ };
8376
+ const se_GeospatialLineStyle = (input, context) => {
8377
+ return take(input, {
8378
+ LineSymbolStyle: (_) => se_GeospatialLineSymbolStyle(_, context),
8379
+ });
8380
+ };
8381
+ const se_GeospatialLineSymbolStyle = (input, context) => {
8382
+ return take(input, {
8383
+ FillColor: (_) => se_GeospatialColor(_, context),
8384
+ LineWidth: (_) => se_GeospatialLineWidth(_, context),
8385
+ });
8386
+ };
8387
+ const se_GeospatialLineWidth = (input, context) => {
8388
+ return take(input, {
8389
+ LineWidth: __serializeFloat,
8390
+ });
8391
+ };
7918
8392
  const se_GeospatialMapAggregatedFieldWells = (input, context) => {
7919
8393
  return take(input, {
7920
8394
  Colors: _json,
@@ -7939,6 +8413,19 @@ const se_GeospatialMapFieldWells = (input, context) => {
7939
8413
  GeospatialMapAggregatedFieldWells: (_) => se_GeospatialMapAggregatedFieldWells(_, context),
7940
8414
  });
7941
8415
  };
8416
+ const se_GeospatialMapLayerList = (input, context) => {
8417
+ return input
8418
+ .filter((e) => e != null)
8419
+ .map((entry) => {
8420
+ return se_GeospatialLayerItem(entry, context);
8421
+ });
8422
+ };
8423
+ const se_GeospatialMapState = (input, context) => {
8424
+ return take(input, {
8425
+ Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
8426
+ MapNavigation: [],
8427
+ });
8428
+ };
7942
8429
  const se_GeospatialMapVisual = (input, context) => {
7943
8430
  return take(input, {
7944
8431
  Actions: (_) => se_VisualCustomActionList(_, context),
@@ -7946,9 +8433,49 @@ const se_GeospatialMapVisual = (input, context) => {
7946
8433
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
7947
8434
  Subtitle: _json,
7948
8435
  Title: _json,
8436
+ VisualContentAltText: [],
7949
8437
  VisualId: [],
7950
8438
  });
7951
8439
  };
8440
+ const se_GeospatialNullDataSettings = (input, context) => {
8441
+ return take(input, {
8442
+ SymbolStyle: (_) => se_GeospatialNullSymbolStyle(_, context),
8443
+ });
8444
+ };
8445
+ const se_GeospatialNullSymbolStyle = (input, context) => {
8446
+ return take(input, {
8447
+ FillColor: [],
8448
+ StrokeColor: [],
8449
+ StrokeWidth: __serializeFloat,
8450
+ });
8451
+ };
8452
+ const se_GeospatialPointLayer = (input, context) => {
8453
+ return take(input, {
8454
+ Style: (_) => se_GeospatialPointStyle(_, context),
8455
+ });
8456
+ };
8457
+ const se_GeospatialPointStyle = (input, context) => {
8458
+ return take(input, {
8459
+ CircleSymbolStyle: (_) => se_GeospatialCircleSymbolStyle(_, context),
8460
+ });
8461
+ };
8462
+ const se_GeospatialPolygonLayer = (input, context) => {
8463
+ return take(input, {
8464
+ Style: (_) => se_GeospatialPolygonStyle(_, context),
8465
+ });
8466
+ };
8467
+ const se_GeospatialPolygonStyle = (input, context) => {
8468
+ return take(input, {
8469
+ PolygonSymbolStyle: (_) => se_GeospatialPolygonSymbolStyle(_, context),
8470
+ });
8471
+ };
8472
+ const se_GeospatialPolygonSymbolStyle = (input, context) => {
8473
+ return take(input, {
8474
+ FillColor: (_) => se_GeospatialColor(_, context),
8475
+ StrokeColor: (_) => se_GeospatialColor(_, context),
8476
+ StrokeWidth: (_) => se_GeospatialLineWidth(_, context),
8477
+ });
8478
+ };
7952
8479
  const se_GeospatialWindowOptions = (input, context) => {
7953
8480
  return take(input, {
7954
8481
  Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
@@ -8030,6 +8557,7 @@ const se_HeatMapVisual = (input, context) => {
8030
8557
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
8031
8558
  Subtitle: _json,
8032
8559
  Title: _json,
8560
+ VisualContentAltText: [],
8033
8561
  VisualId: [],
8034
8562
  });
8035
8563
  };
@@ -8077,9 +8605,40 @@ const se_HistogramVisual = (input, context) => {
8077
8605
  ChartConfiguration: (_) => se_HistogramConfiguration(_, context),
8078
8606
  Subtitle: _json,
8079
8607
  Title: _json,
8608
+ VisualContentAltText: [],
8080
8609
  VisualId: [],
8081
8610
  });
8082
8611
  };
8612
+ const se_ImageCustomAction = (input, context) => {
8613
+ return take(input, {
8614
+ ActionOperations: (_) => se_ImageCustomActionOperationList(_, context),
8615
+ CustomActionId: [],
8616
+ Name: [],
8617
+ Status: [],
8618
+ Trigger: [],
8619
+ });
8620
+ };
8621
+ const se_ImageCustomActionList = (input, context) => {
8622
+ return input
8623
+ .filter((e) => e != null)
8624
+ .map((entry) => {
8625
+ return se_ImageCustomAction(entry, context);
8626
+ });
8627
+ };
8628
+ const se_ImageCustomActionOperation = (input, context) => {
8629
+ return take(input, {
8630
+ NavigationOperation: _json,
8631
+ SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
8632
+ URLOperation: _json,
8633
+ });
8634
+ };
8635
+ const se_ImageCustomActionOperationList = (input, context) => {
8636
+ return input
8637
+ .filter((e) => e != null)
8638
+ .map((entry) => {
8639
+ return se_ImageCustomActionOperation(entry, context);
8640
+ });
8641
+ };
8083
8642
  const se_InnerFilter = (input, context) => {
8084
8643
  return take(input, {
8085
8644
  CategoryInnerFilter: (_) => se_CategoryInnerFilter(_, context),
@@ -8099,6 +8658,7 @@ const se_InsightVisual = (input, context) => {
8099
8658
  InsightConfiguration: (_) => se_InsightConfiguration(_, context),
8100
8659
  Subtitle: _json,
8101
8660
  Title: _json,
8661
+ VisualContentAltText: [],
8102
8662
  VisualId: [],
8103
8663
  });
8104
8664
  };
@@ -8173,6 +8733,48 @@ const se_KPIVisual = (input, context) => {
8173
8733
  ConditionalFormatting: (_) => se_KPIConditionalFormatting(_, context),
8174
8734
  Subtitle: _json,
8175
8735
  Title: _json,
8736
+ VisualContentAltText: [],
8737
+ VisualId: [],
8738
+ });
8739
+ };
8740
+ const se_LayerCustomAction = (input, context) => {
8741
+ return take(input, {
8742
+ ActionOperations: (_) => se_LayerCustomActionOperationList(_, context),
8743
+ CustomActionId: [],
8744
+ Name: [],
8745
+ Status: [],
8746
+ Trigger: [],
8747
+ });
8748
+ };
8749
+ const se_LayerCustomActionList = (input, context) => {
8750
+ return input
8751
+ .filter((e) => e != null)
8752
+ .map((entry) => {
8753
+ return se_LayerCustomAction(entry, context);
8754
+ });
8755
+ };
8756
+ const se_LayerCustomActionOperation = (input, context) => {
8757
+ return take(input, {
8758
+ FilterOperation: _json,
8759
+ NavigationOperation: _json,
8760
+ SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
8761
+ URLOperation: _json,
8762
+ });
8763
+ };
8764
+ const se_LayerCustomActionOperationList = (input, context) => {
8765
+ return input
8766
+ .filter((e) => e != null)
8767
+ .map((entry) => {
8768
+ return se_LayerCustomActionOperation(entry, context);
8769
+ });
8770
+ };
8771
+ const se_LayerMapVisual = (input, context) => {
8772
+ return take(input, {
8773
+ ChartConfiguration: (_) => se_GeospatialLayerMapConfiguration(_, context),
8774
+ DataSetIdentifier: [],
8775
+ Subtitle: _json,
8776
+ Title: _json,
8777
+ VisualContentAltText: [],
8176
8778
  VisualId: [],
8177
8779
  });
8178
8780
  };
@@ -8249,6 +8851,7 @@ const se_LineChartVisual = (input, context) => {
8249
8851
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
8250
8852
  Subtitle: _json,
8251
8853
  Title: _json,
8854
+ VisualContentAltText: [],
8252
8855
  VisualId: [],
8253
8856
  });
8254
8857
  };
@@ -8511,6 +9114,7 @@ const se_PieChartVisual = (input, context) => {
8511
9114
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
8512
9115
  Subtitle: _json,
8513
9116
  Title: _json,
9117
+ VisualContentAltText: [],
8514
9118
  VisualId: [],
8515
9119
  });
8516
9120
  };
@@ -8601,9 +9205,53 @@ const se_PivotTableVisual = (input, context) => {
8601
9205
  ConditionalFormatting: (_) => se_PivotTableConditionalFormatting(_, context),
8602
9206
  Subtitle: _json,
8603
9207
  Title: _json,
9208
+ VisualContentAltText: [],
8604
9209
  VisualId: [],
8605
9210
  });
8606
9211
  };
9212
+ const se_PluginVisual = (input, context) => {
9213
+ return take(input, {
9214
+ ChartConfiguration: (_) => se_PluginVisualConfiguration(_, context),
9215
+ PluginArn: [],
9216
+ Subtitle: _json,
9217
+ Title: _json,
9218
+ VisualContentAltText: [],
9219
+ VisualId: [],
9220
+ });
9221
+ };
9222
+ const se_PluginVisualConfiguration = (input, context) => {
9223
+ return take(input, {
9224
+ FieldWells: (_) => se_PluginVisualFieldWells(_, context),
9225
+ SortConfiguration: (_) => se_PluginVisualSortConfiguration(_, context),
9226
+ VisualOptions: _json,
9227
+ });
9228
+ };
9229
+ const se_PluginVisualFieldWell = (input, context) => {
9230
+ return take(input, {
9231
+ AxisName: [],
9232
+ Dimensions: _json,
9233
+ Measures: (_) => se_MeasureFieldList(_, context),
9234
+ Unaggregated: _json,
9235
+ });
9236
+ };
9237
+ const se_PluginVisualFieldWells = (input, context) => {
9238
+ return input
9239
+ .filter((e) => e != null)
9240
+ .map((entry) => {
9241
+ return se_PluginVisualFieldWell(entry, context);
9242
+ });
9243
+ };
9244
+ const se_PluginVisualSortConfiguration = (input, context) => {
9245
+ return take(input, {
9246
+ PluginVisualTableQuerySort: (_) => se_PluginVisualTableQuerySort(_, context),
9247
+ });
9248
+ };
9249
+ const se_PluginVisualTableQuerySort = (input, context) => {
9250
+ return take(input, {
9251
+ ItemsLimitConfiguration: _json,
9252
+ RowSort: (_) => se_RowSortList(_, context),
9253
+ });
9254
+ };
8607
9255
  const se_PredefinedHierarchy = (input, context) => {
8608
9256
  return take(input, {
8609
9257
  Columns: _json,
@@ -8665,6 +9313,7 @@ const se_RadarChartVisual = (input, context) => {
8665
9313
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
8666
9314
  Subtitle: _json,
8667
9315
  Title: _json,
9316
+ VisualContentAltText: [],
8668
9317
  VisualId: [],
8669
9318
  });
8670
9319
  };
@@ -8767,6 +9416,7 @@ const se_SankeyDiagramVisual = (input, context) => {
8767
9416
  ChartConfiguration: (_) => se_SankeyDiagramChartConfiguration(_, context),
8768
9417
  Subtitle: _json,
8769
9418
  Title: _json,
9419
+ VisualContentAltText: [],
8770
9420
  VisualId: [],
8771
9421
  });
8772
9422
  };
@@ -8816,6 +9466,7 @@ const se_ScatterPlotVisual = (input, context) => {
8816
9466
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
8817
9467
  Subtitle: _json,
8818
9468
  Title: _json,
9469
+ VisualContentAltText: [],
8819
9470
  VisualId: [],
8820
9471
  });
8821
9472
  };
@@ -8870,6 +9521,7 @@ const se_SheetDefinition = (input, context) => {
8870
9521
  ContentType: [],
8871
9522
  Description: [],
8872
9523
  FilterControls: (_) => se_FilterControlList(_, context),
9524
+ Images: (_) => se_SheetImageList(_, context),
8873
9525
  Layouts: (_) => se_LayoutList(_, context),
8874
9526
  Name: [],
8875
9527
  ParameterControls: (_) => se_ParameterControlList(_, context),
@@ -8887,6 +9539,24 @@ const se_SheetDefinitionList = (input, context) => {
8887
9539
  return se_SheetDefinition(entry, context);
8888
9540
  });
8889
9541
  };
9542
+ const se_SheetImage = (input, context) => {
9543
+ return take(input, {
9544
+ Actions: (_) => se_ImageCustomActionList(_, context),
9545
+ ImageContentAltText: [],
9546
+ Interactions: _json,
9547
+ Scaling: _json,
9548
+ SheetImageId: [],
9549
+ Source: _json,
9550
+ Tooltip: _json,
9551
+ });
9552
+ };
9553
+ const se_SheetImageList = (input, context) => {
9554
+ return input
9555
+ .filter((e) => e != null)
9556
+ .map((entry) => {
9557
+ return se_SheetImage(entry, context);
9558
+ });
9559
+ };
8890
9560
  const se_SnapshotConfiguration = (input, context) => {
8891
9561
  return take(input, {
8892
9562
  DestinationConfiguration: _json,
@@ -8961,6 +9631,7 @@ const se_TableVisual = (input, context) => {
8961
9631
  ConditionalFormatting: (_) => se_TableConditionalFormatting(_, context),
8962
9632
  Subtitle: _json,
8963
9633
  Title: _json,
9634
+ VisualContentAltText: [],
8964
9635
  VisualId: [],
8965
9636
  });
8966
9637
  };
@@ -8975,6 +9646,7 @@ const se_TemplateVersionDefinition = (input, context) => {
8975
9646
  ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
8976
9647
  QueryExecutionOptions: _json,
8977
9648
  Sheets: (_) => se_SheetDefinitionList(_, context),
9649
+ StaticFiles: _json,
8978
9650
  });
8979
9651
  };
8980
9652
  const se_TextConditionalFormat = (input, context) => {
@@ -9187,6 +9859,7 @@ const se_TreeMapVisual = (input, context) => {
9187
9859
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
9188
9860
  Subtitle: _json,
9189
9861
  Title: _json,
9862
+ VisualContentAltText: [],
9190
9863
  VisualId: [],
9191
9864
  });
9192
9865
  };
@@ -9210,9 +9883,11 @@ const se_Visual = (input, context) => {
9210
9883
  HistogramVisual: (_) => se_HistogramVisual(_, context),
9211
9884
  InsightVisual: (_) => se_InsightVisual(_, context),
9212
9885
  KPIVisual: (_) => se_KPIVisual(_, context),
9886
+ LayerMapVisual: (_) => se_LayerMapVisual(_, context),
9213
9887
  LineChartVisual: (_) => se_LineChartVisual(_, context),
9214
9888
  PieChartVisual: (_) => se_PieChartVisual(_, context),
9215
9889
  PivotTableVisual: (_) => se_PivotTableVisual(_, context),
9890
+ PluginVisual: (_) => se_PluginVisual(_, context),
9216
9891
  RadarChartVisual: (_) => se_RadarChartVisual(_, context),
9217
9892
  SankeyDiagramVisual: (_) => se_SankeyDiagramVisual(_, context),
9218
9893
  ScatterPlotVisual: (_) => se_ScatterPlotVisual(_, context),
@@ -9301,6 +9976,7 @@ const se_WaterfallVisual = (input, context) => {
9301
9976
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
9302
9977
  Subtitle: _json,
9303
9978
  Title: _json,
9979
+ VisualContentAltText: [],
9304
9980
  VisualId: [],
9305
9981
  });
9306
9982
  };
@@ -9357,6 +10033,7 @@ const se_WordCloudVisual = (input, context) => {
9357
10033
  ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
9358
10034
  Subtitle: _json,
9359
10035
  Title: _json,
10036
+ VisualContentAltText: [],
9360
10037
  VisualId: [],
9361
10038
  });
9362
10039
  };
@@ -9392,7 +10069,7 @@ const de_Analysis = (output, context) => {
9392
10069
  Errors: _json,
9393
10070
  LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9394
10071
  Name: __expectString,
9395
- Sheets: _json,
10072
+ Sheets: (_) => de_SheetList(_, context),
9396
10073
  Status: __expectString,
9397
10074
  ThemeArn: __expectString,
9398
10075
  });
@@ -9408,6 +10085,7 @@ const de_AnalysisDefinition = (output, context) => {
9408
10085
  ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
9409
10086
  QueryExecutionOptions: _json,
9410
10087
  Sheets: (_) => de_SheetDefinitionList(_, context),
10088
+ StaticFiles: _json,
9411
10089
  });
9412
10090
  };
9413
10091
  const de_AnalysisSummary = (output, context) => {
@@ -9613,6 +10291,7 @@ const de_BarChartVisual = (output, context) => {
9613
10291
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
9614
10292
  Subtitle: _json,
9615
10293
  Title: _json,
10294
+ VisualContentAltText: __expectString,
9616
10295
  VisualId: __expectString,
9617
10296
  });
9618
10297
  };
@@ -9730,6 +10409,7 @@ const de_BoxPlotVisual = (output, context) => {
9730
10409
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
9731
10410
  Subtitle: _json,
9732
10411
  Title: _json,
10412
+ VisualContentAltText: __expectString,
9733
10413
  VisualId: __expectString,
9734
10414
  });
9735
10415
  };
@@ -9876,6 +10556,7 @@ const de_ComboChartVisual = (output, context) => {
9876
10556
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
9877
10557
  Subtitle: _json,
9878
10558
  Title: _json,
10559
+ VisualContentAltText: __expectString,
9879
10560
  VisualId: __expectString,
9880
10561
  });
9881
10562
  };
@@ -9925,6 +10606,7 @@ const de_CustomContentVisual = (output, context) => {
9925
10606
  DataSetIdentifier: __expectString,
9926
10607
  Subtitle: _json,
9927
10608
  Title: _json,
10609
+ VisualContentAltText: __expectString,
9928
10610
  VisualId: __expectString,
9929
10611
  });
9930
10612
  };
@@ -9980,7 +10662,7 @@ const de_DashboardVersion = (output, context) => {
9980
10662
  DataSetArns: _json,
9981
10663
  Description: __expectString,
9982
10664
  Errors: _json,
9983
- Sheets: _json,
10665
+ Sheets: (_) => de_SheetList(_, context),
9984
10666
  SourceEntityArn: __expectString,
9985
10667
  Status: __expectString,
9986
10668
  ThemeArn: __expectString,
@@ -9997,6 +10679,7 @@ const de_DashboardVersionDefinition = (output, context) => {
9997
10679
  Options: _json,
9998
10680
  ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
9999
10681
  Sheets: (_) => de_SheetDefinitionList(_, context),
10682
+ StaticFiles: _json,
10000
10683
  });
10001
10684
  };
10002
10685
  const de_DashboardVersionSummary = (output, context) => {
@@ -10412,6 +11095,7 @@ const de_FilledMapVisual = (output, context) => {
10412
11095
  ConditionalFormatting: (_) => de_FilledMapConditionalFormatting(_, context),
10413
11096
  Subtitle: _json,
10414
11097
  Title: _json,
11098
+ VisualContentAltText: __expectString,
10415
11099
  VisualId: __expectString,
10416
11100
  });
10417
11101
  };
@@ -10594,6 +11278,7 @@ const de_FunnelChartVisual = (output, context) => {
10594
11278
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
10595
11279
  Subtitle: _json,
10596
11280
  Title: _json,
11281
+ VisualContentAltText: __expectString,
10597
11282
  VisualId: __expectString,
10598
11283
  });
10599
11284
  };
@@ -10660,9 +11345,38 @@ const de_GaugeChartVisual = (output, context) => {
10660
11345
  ConditionalFormatting: (_) => de_GaugeChartConditionalFormatting(_, context),
10661
11346
  Subtitle: _json,
10662
11347
  Title: _json,
11348
+ VisualContentAltText: __expectString,
10663
11349
  VisualId: __expectString,
10664
11350
  });
10665
11351
  };
11352
+ const de_GeospatialCategoricalColor = (output, context) => {
11353
+ return take(output, {
11354
+ CategoryDataColors: _json,
11355
+ DefaultOpacity: __limitedParseDouble,
11356
+ NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
11357
+ NullDataVisibility: __expectString,
11358
+ });
11359
+ };
11360
+ const de_GeospatialCircleRadius = (output, context) => {
11361
+ return take(output, {
11362
+ Radius: __limitedParseDouble,
11363
+ });
11364
+ };
11365
+ const de_GeospatialCircleSymbolStyle = (output, context) => {
11366
+ return take(output, {
11367
+ CircleRadius: (_) => de_GeospatialCircleRadius(_, context),
11368
+ FillColor: (_) => de_GeospatialColor(_, context),
11369
+ StrokeColor: (_) => de_GeospatialColor(_, context),
11370
+ StrokeWidth: (_) => de_GeospatialLineWidth(_, context),
11371
+ });
11372
+ };
11373
+ const de_GeospatialColor = (output, context) => {
11374
+ return take(output, {
11375
+ Categorical: (_) => de_GeospatialCategoricalColor(_, context),
11376
+ Gradient: (_) => de_GeospatialGradientColor(_, context),
11377
+ Solid: _json,
11378
+ });
11379
+ };
10666
11380
  const de_GeospatialCoordinateBounds = (output, context) => {
10667
11381
  return take(output, {
10668
11382
  East: __limitedParseDouble,
@@ -10671,6 +11385,99 @@ const de_GeospatialCoordinateBounds = (output, context) => {
10671
11385
  West: __limitedParseDouble,
10672
11386
  });
10673
11387
  };
11388
+ const de_GeospatialGradientColor = (output, context) => {
11389
+ return take(output, {
11390
+ DefaultOpacity: __limitedParseDouble,
11391
+ NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
11392
+ NullDataVisibility: __expectString,
11393
+ StepColors: (_) => de_GeospatialGradientStepColorList(_, context),
11394
+ });
11395
+ };
11396
+ const de_GeospatialGradientStepColor = (output, context) => {
11397
+ return take(output, {
11398
+ Color: __expectString,
11399
+ DataValue: __limitedParseDouble,
11400
+ });
11401
+ };
11402
+ const de_GeospatialGradientStepColorList = (output, context) => {
11403
+ const retVal = (output || [])
11404
+ .filter((e) => e != null)
11405
+ .map((entry) => {
11406
+ return de_GeospatialGradientStepColor(entry, context);
11407
+ });
11408
+ return retVal;
11409
+ };
11410
+ const de_GeospatialLayerColorField = (output, context) => {
11411
+ return take(output, {
11412
+ ColorDimensionsFields: _json,
11413
+ ColorValuesFields: (_) => de_GeospatialLayerMeasureFieldList(_, context),
11414
+ });
11415
+ };
11416
+ const de_GeospatialLayerDefinition = (output, context) => {
11417
+ return take(output, {
11418
+ LineLayer: (_) => de_GeospatialLineLayer(_, context),
11419
+ PointLayer: (_) => de_GeospatialPointLayer(_, context),
11420
+ PolygonLayer: (_) => de_GeospatialPolygonLayer(_, context),
11421
+ });
11422
+ };
11423
+ const de_GeospatialLayerItem = (output, context) => {
11424
+ return take(output, {
11425
+ Actions: (_) => de_LayerCustomActionList(_, context),
11426
+ DataSource: _json,
11427
+ JoinDefinition: (_) => de_GeospatialLayerJoinDefinition(_, context),
11428
+ Label: __expectString,
11429
+ LayerDefinition: (_) => de_GeospatialLayerDefinition(_, context),
11430
+ LayerId: __expectString,
11431
+ LayerType: __expectString,
11432
+ Tooltip: (_) => de_TooltipOptions(_, context),
11433
+ Visibility: __expectString,
11434
+ });
11435
+ };
11436
+ const de_GeospatialLayerJoinDefinition = (output, context) => {
11437
+ return take(output, {
11438
+ ColorField: (_) => de_GeospatialLayerColorField(_, context),
11439
+ DatasetKeyField: _json,
11440
+ ShapeKeyField: __expectString,
11441
+ });
11442
+ };
11443
+ const de_GeospatialLayerMapConfiguration = (output, context) => {
11444
+ return take(output, {
11445
+ Interactions: _json,
11446
+ Legend: _json,
11447
+ MapLayers: (_) => de_GeospatialMapLayerList(_, context),
11448
+ MapState: (_) => de_GeospatialMapState(_, context),
11449
+ MapStyle: _json,
11450
+ });
11451
+ };
11452
+ const de_GeospatialLayerMeasureFieldList = (output, context) => {
11453
+ const retVal = (output || [])
11454
+ .filter((e) => e != null)
11455
+ .map((entry) => {
11456
+ return de_MeasureField(entry, context);
11457
+ });
11458
+ return retVal;
11459
+ };
11460
+ const de_GeospatialLineLayer = (output, context) => {
11461
+ return take(output, {
11462
+ Style: (_) => de_GeospatialLineStyle(_, context),
11463
+ });
11464
+ };
11465
+ const de_GeospatialLineStyle = (output, context) => {
11466
+ return take(output, {
11467
+ LineSymbolStyle: (_) => de_GeospatialLineSymbolStyle(_, context),
11468
+ });
11469
+ };
11470
+ const de_GeospatialLineSymbolStyle = (output, context) => {
11471
+ return take(output, {
11472
+ FillColor: (_) => de_GeospatialColor(_, context),
11473
+ LineWidth: (_) => de_GeospatialLineWidth(_, context),
11474
+ });
11475
+ };
11476
+ const de_GeospatialLineWidth = (output, context) => {
11477
+ return take(output, {
11478
+ LineWidth: __limitedParseDouble,
11479
+ });
11480
+ };
10674
11481
  const de_GeospatialMapAggregatedFieldWells = (output, context) => {
10675
11482
  return take(output, {
10676
11483
  Colors: _json,
@@ -10695,6 +11502,20 @@ const de_GeospatialMapFieldWells = (output, context) => {
10695
11502
  GeospatialMapAggregatedFieldWells: (_) => de_GeospatialMapAggregatedFieldWells(_, context),
10696
11503
  });
10697
11504
  };
11505
+ const de_GeospatialMapLayerList = (output, context) => {
11506
+ const retVal = (output || [])
11507
+ .filter((e) => e != null)
11508
+ .map((entry) => {
11509
+ return de_GeospatialLayerItem(entry, context);
11510
+ });
11511
+ return retVal;
11512
+ };
11513
+ const de_GeospatialMapState = (output, context) => {
11514
+ return take(output, {
11515
+ Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
11516
+ MapNavigation: __expectString,
11517
+ });
11518
+ };
10698
11519
  const de_GeospatialMapVisual = (output, context) => {
10699
11520
  return take(output, {
10700
11521
  Actions: (_) => de_VisualCustomActionList(_, context),
@@ -10702,9 +11523,49 @@ const de_GeospatialMapVisual = (output, context) => {
10702
11523
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
10703
11524
  Subtitle: _json,
10704
11525
  Title: _json,
11526
+ VisualContentAltText: __expectString,
10705
11527
  VisualId: __expectString,
10706
11528
  });
10707
11529
  };
11530
+ const de_GeospatialNullDataSettings = (output, context) => {
11531
+ return take(output, {
11532
+ SymbolStyle: (_) => de_GeospatialNullSymbolStyle(_, context),
11533
+ });
11534
+ };
11535
+ const de_GeospatialNullSymbolStyle = (output, context) => {
11536
+ return take(output, {
11537
+ FillColor: __expectString,
11538
+ StrokeColor: __expectString,
11539
+ StrokeWidth: __limitedParseDouble,
11540
+ });
11541
+ };
11542
+ const de_GeospatialPointLayer = (output, context) => {
11543
+ return take(output, {
11544
+ Style: (_) => de_GeospatialPointStyle(_, context),
11545
+ });
11546
+ };
11547
+ const de_GeospatialPointStyle = (output, context) => {
11548
+ return take(output, {
11549
+ CircleSymbolStyle: (_) => de_GeospatialCircleSymbolStyle(_, context),
11550
+ });
11551
+ };
11552
+ const de_GeospatialPolygonLayer = (output, context) => {
11553
+ return take(output, {
11554
+ Style: (_) => de_GeospatialPolygonStyle(_, context),
11555
+ });
11556
+ };
11557
+ const de_GeospatialPolygonStyle = (output, context) => {
11558
+ return take(output, {
11559
+ PolygonSymbolStyle: (_) => de_GeospatialPolygonSymbolStyle(_, context),
11560
+ });
11561
+ };
11562
+ const de_GeospatialPolygonSymbolStyle = (output, context) => {
11563
+ return take(output, {
11564
+ FillColor: (_) => de_GeospatialColor(_, context),
11565
+ StrokeColor: (_) => de_GeospatialColor(_, context),
11566
+ StrokeWidth: (_) => de_GeospatialLineWidth(_, context),
11567
+ });
11568
+ };
10708
11569
  const de_GeospatialWindowOptions = (output, context) => {
10709
11570
  return take(output, {
10710
11571
  Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
@@ -10788,6 +11649,7 @@ const de_HeatMapVisual = (output, context) => {
10788
11649
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
10789
11650
  Subtitle: _json,
10790
11651
  Title: _json,
11652
+ VisualContentAltText: __expectString,
10791
11653
  VisualId: __expectString,
10792
11654
  });
10793
11655
  };
@@ -10836,9 +11698,42 @@ const de_HistogramVisual = (output, context) => {
10836
11698
  ChartConfiguration: (_) => de_HistogramConfiguration(_, context),
10837
11699
  Subtitle: _json,
10838
11700
  Title: _json,
11701
+ VisualContentAltText: __expectString,
10839
11702
  VisualId: __expectString,
10840
11703
  });
10841
11704
  };
11705
+ const de_ImageCustomAction = (output, context) => {
11706
+ return take(output, {
11707
+ ActionOperations: (_) => de_ImageCustomActionOperationList(_, context),
11708
+ CustomActionId: __expectString,
11709
+ Name: __expectString,
11710
+ Status: __expectString,
11711
+ Trigger: __expectString,
11712
+ });
11713
+ };
11714
+ const de_ImageCustomActionList = (output, context) => {
11715
+ const retVal = (output || [])
11716
+ .filter((e) => e != null)
11717
+ .map((entry) => {
11718
+ return de_ImageCustomAction(entry, context);
11719
+ });
11720
+ return retVal;
11721
+ };
11722
+ const de_ImageCustomActionOperation = (output, context) => {
11723
+ return take(output, {
11724
+ NavigationOperation: _json,
11725
+ SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
11726
+ URLOperation: _json,
11727
+ });
11728
+ };
11729
+ const de_ImageCustomActionOperationList = (output, context) => {
11730
+ const retVal = (output || [])
11731
+ .filter((e) => e != null)
11732
+ .map((entry) => {
11733
+ return de_ImageCustomActionOperation(entry, context);
11734
+ });
11735
+ return retVal;
11736
+ };
10842
11737
  const de_Ingestion = (output, context) => {
10843
11738
  return take(output, {
10844
11739
  Arn: __expectString,
@@ -10881,6 +11776,7 @@ const de_InsightVisual = (output, context) => {
10881
11776
  InsightConfiguration: (_) => de_InsightConfiguration(_, context),
10882
11777
  Subtitle: _json,
10883
11778
  Title: _json,
11779
+ VisualContentAltText: __expectString,
10884
11780
  VisualId: __expectString,
10885
11781
  });
10886
11782
  };
@@ -10956,6 +11852,50 @@ const de_KPIVisual = (output, context) => {
10956
11852
  ConditionalFormatting: (_) => de_KPIConditionalFormatting(_, context),
10957
11853
  Subtitle: _json,
10958
11854
  Title: _json,
11855
+ VisualContentAltText: __expectString,
11856
+ VisualId: __expectString,
11857
+ });
11858
+ };
11859
+ const de_LayerCustomAction = (output, context) => {
11860
+ return take(output, {
11861
+ ActionOperations: (_) => de_LayerCustomActionOperationList(_, context),
11862
+ CustomActionId: __expectString,
11863
+ Name: __expectString,
11864
+ Status: __expectString,
11865
+ Trigger: __expectString,
11866
+ });
11867
+ };
11868
+ const de_LayerCustomActionList = (output, context) => {
11869
+ const retVal = (output || [])
11870
+ .filter((e) => e != null)
11871
+ .map((entry) => {
11872
+ return de_LayerCustomAction(entry, context);
11873
+ });
11874
+ return retVal;
11875
+ };
11876
+ const de_LayerCustomActionOperation = (output, context) => {
11877
+ return take(output, {
11878
+ FilterOperation: _json,
11879
+ NavigationOperation: _json,
11880
+ SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
11881
+ URLOperation: _json,
11882
+ });
11883
+ };
11884
+ const de_LayerCustomActionOperationList = (output, context) => {
11885
+ const retVal = (output || [])
11886
+ .filter((e) => e != null)
11887
+ .map((entry) => {
11888
+ return de_LayerCustomActionOperation(entry, context);
11889
+ });
11890
+ return retVal;
11891
+ };
11892
+ const de_LayerMapVisual = (output, context) => {
11893
+ return take(output, {
11894
+ ChartConfiguration: (_) => de_GeospatialLayerMapConfiguration(_, context),
11895
+ DataSetIdentifier: __expectString,
11896
+ Subtitle: _json,
11897
+ Title: _json,
11898
+ VisualContentAltText: __expectString,
10959
11899
  VisualId: __expectString,
10960
11900
  });
10961
11901
  };
@@ -11033,6 +11973,7 @@ const de_LineChartVisual = (output, context) => {
11033
11973
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
11034
11974
  Subtitle: _json,
11035
11975
  Title: _json,
11976
+ VisualContentAltText: __expectString,
11036
11977
  VisualId: __expectString,
11037
11978
  });
11038
11979
  };
@@ -11298,6 +12239,7 @@ const de_PieChartVisual = (output, context) => {
11298
12239
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
11299
12240
  Subtitle: _json,
11300
12241
  Title: _json,
12242
+ VisualContentAltText: __expectString,
11301
12243
  VisualId: __expectString,
11302
12244
  });
11303
12245
  };
@@ -11391,9 +12333,54 @@ const de_PivotTableVisual = (output, context) => {
11391
12333
  ConditionalFormatting: (_) => de_PivotTableConditionalFormatting(_, context),
11392
12334
  Subtitle: _json,
11393
12335
  Title: _json,
12336
+ VisualContentAltText: __expectString,
11394
12337
  VisualId: __expectString,
11395
12338
  });
11396
12339
  };
12340
+ const de_PluginVisual = (output, context) => {
12341
+ return take(output, {
12342
+ ChartConfiguration: (_) => de_PluginVisualConfiguration(_, context),
12343
+ PluginArn: __expectString,
12344
+ Subtitle: _json,
12345
+ Title: _json,
12346
+ VisualContentAltText: __expectString,
12347
+ VisualId: __expectString,
12348
+ });
12349
+ };
12350
+ const de_PluginVisualConfiguration = (output, context) => {
12351
+ return take(output, {
12352
+ FieldWells: (_) => de_PluginVisualFieldWells(_, context),
12353
+ SortConfiguration: (_) => de_PluginVisualSortConfiguration(_, context),
12354
+ VisualOptions: _json,
12355
+ });
12356
+ };
12357
+ const de_PluginVisualFieldWell = (output, context) => {
12358
+ return take(output, {
12359
+ AxisName: __expectString,
12360
+ Dimensions: _json,
12361
+ Measures: (_) => de_MeasureFieldList(_, context),
12362
+ Unaggregated: _json,
12363
+ });
12364
+ };
12365
+ const de_PluginVisualFieldWells = (output, context) => {
12366
+ const retVal = (output || [])
12367
+ .filter((e) => e != null)
12368
+ .map((entry) => {
12369
+ return de_PluginVisualFieldWell(entry, context);
12370
+ });
12371
+ return retVal;
12372
+ };
12373
+ const de_PluginVisualSortConfiguration = (output, context) => {
12374
+ return take(output, {
12375
+ PluginVisualTableQuerySort: (_) => de_PluginVisualTableQuerySort(_, context),
12376
+ });
12377
+ };
12378
+ const de_PluginVisualTableQuerySort = (output, context) => {
12379
+ return take(output, {
12380
+ ItemsLimitConfiguration: _json,
12381
+ RowSort: (_) => de_RowSortList(_, context),
12382
+ });
12383
+ };
11397
12384
  const de_PredefinedHierarchy = (output, context) => {
11398
12385
  return take(output, {
11399
12386
  Columns: _json,
@@ -11456,6 +12443,7 @@ const de_RadarChartVisual = (output, context) => {
11456
12443
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
11457
12444
  Subtitle: _json,
11458
12445
  Title: _json,
12446
+ VisualContentAltText: __expectString,
11459
12447
  VisualId: __expectString,
11460
12448
  });
11461
12449
  };
@@ -11568,6 +12556,7 @@ const de_SankeyDiagramVisual = (output, context) => {
11568
12556
  ChartConfiguration: (_) => de_SankeyDiagramChartConfiguration(_, context),
11569
12557
  Subtitle: _json,
11570
12558
  Title: _json,
12559
+ VisualContentAltText: __expectString,
11571
12560
  VisualId: __expectString,
11572
12561
  });
11573
12562
  };
@@ -11617,6 +12606,7 @@ const de_ScatterPlotVisual = (output, context) => {
11617
12606
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
11618
12607
  Subtitle: _json,
11619
12608
  Title: _json,
12609
+ VisualContentAltText: __expectString,
11620
12610
  VisualId: __expectString,
11621
12611
  });
11622
12612
  };
@@ -11669,11 +12659,19 @@ const de_ShapeConditionalFormat = (output, context) => {
11669
12659
  BackgroundColor: (_) => de_ConditionalFormattingColor(_, context),
11670
12660
  });
11671
12661
  };
12662
+ const de_Sheet = (output, context) => {
12663
+ return take(output, {
12664
+ Images: (_) => de_SheetImageList(_, context),
12665
+ Name: __expectString,
12666
+ SheetId: __expectString,
12667
+ });
12668
+ };
11672
12669
  const de_SheetDefinition = (output, context) => {
11673
12670
  return take(output, {
11674
12671
  ContentType: __expectString,
11675
12672
  Description: __expectString,
11676
12673
  FilterControls: (_) => de_FilterControlList(_, context),
12674
+ Images: (_) => de_SheetImageList(_, context),
11677
12675
  Layouts: (_) => de_LayoutList(_, context),
11678
12676
  Name: __expectString,
11679
12677
  ParameterControls: (_) => de_ParameterControlList(_, context),
@@ -11692,6 +12690,33 @@ const de_SheetDefinitionList = (output, context) => {
11692
12690
  });
11693
12691
  return retVal;
11694
12692
  };
12693
+ const de_SheetImage = (output, context) => {
12694
+ return take(output, {
12695
+ Actions: (_) => de_ImageCustomActionList(_, context),
12696
+ ImageContentAltText: __expectString,
12697
+ Interactions: _json,
12698
+ Scaling: _json,
12699
+ SheetImageId: __expectString,
12700
+ Source: _json,
12701
+ Tooltip: _json,
12702
+ });
12703
+ };
12704
+ const de_SheetImageList = (output, context) => {
12705
+ const retVal = (output || [])
12706
+ .filter((e) => e != null)
12707
+ .map((entry) => {
12708
+ return de_SheetImage(entry, context);
12709
+ });
12710
+ return retVal;
12711
+ };
12712
+ const de_SheetList = (output, context) => {
12713
+ const retVal = (output || [])
12714
+ .filter((e) => e != null)
12715
+ .map((entry) => {
12716
+ return de_Sheet(entry, context);
12717
+ });
12718
+ return retVal;
12719
+ };
11695
12720
  const de_SnapshotConfiguration = (output, context) => {
11696
12721
  return take(output, {
11697
12722
  DestinationConfiguration: _json,
@@ -11767,6 +12792,7 @@ const de_TableVisual = (output, context) => {
11767
12792
  ConditionalFormatting: (_) => de_TableConditionalFormatting(_, context),
11768
12793
  Subtitle: _json,
11769
12794
  Title: _json,
12795
+ VisualContentAltText: __expectString,
11770
12796
  VisualId: __expectString,
11771
12797
  });
11772
12798
  };
@@ -11804,7 +12830,7 @@ const de_TemplateVersion = (output, context) => {
11804
12830
  DataSetConfigurations: _json,
11805
12831
  Description: __expectString,
11806
12832
  Errors: _json,
11807
- Sheets: _json,
12833
+ Sheets: (_) => de_SheetList(_, context),
11808
12834
  SourceEntityArn: __expectString,
11809
12835
  Status: __expectString,
11810
12836
  ThemeArn: __expectString,
@@ -11822,6 +12848,7 @@ const de_TemplateVersionDefinition = (output, context) => {
11822
12848
  ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
11823
12849
  QueryExecutionOptions: _json,
11824
12850
  Sheets: (_) => de_SheetDefinitionList(_, context),
12851
+ StaticFiles: _json,
11825
12852
  });
11826
12853
  };
11827
12854
  const de_TemplateVersionSummary = (output, context) => {
@@ -12176,6 +13203,7 @@ const de_TreeMapVisual = (output, context) => {
12176
13203
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
12177
13204
  Subtitle: _json,
12178
13205
  Title: _json,
13206
+ VisualContentAltText: __expectString,
12179
13207
  VisualId: __expectString,
12180
13208
  });
12181
13209
  };
@@ -12199,9 +13227,11 @@ const de_Visual = (output, context) => {
12199
13227
  HistogramVisual: (_) => de_HistogramVisual(_, context),
12200
13228
  InsightVisual: (_) => de_InsightVisual(_, context),
12201
13229
  KPIVisual: (_) => de_KPIVisual(_, context),
13230
+ LayerMapVisual: (_) => de_LayerMapVisual(_, context),
12202
13231
  LineChartVisual: (_) => de_LineChartVisual(_, context),
12203
13232
  PieChartVisual: (_) => de_PieChartVisual(_, context),
12204
13233
  PivotTableVisual: (_) => de_PivotTableVisual(_, context),
13234
+ PluginVisual: (_) => de_PluginVisual(_, context),
12205
13235
  RadarChartVisual: (_) => de_RadarChartVisual(_, context),
12206
13236
  SankeyDiagramVisual: (_) => de_SankeyDiagramVisual(_, context),
12207
13237
  ScatterPlotVisual: (_) => de_ScatterPlotVisual(_, context),
@@ -12333,6 +13363,7 @@ const de_WaterfallVisual = (output, context) => {
12333
13363
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
12334
13364
  Subtitle: _json,
12335
13365
  Title: _json,
13366
+ VisualContentAltText: __expectString,
12336
13367
  VisualId: __expectString,
12337
13368
  });
12338
13369
  };
@@ -12390,6 +13421,7 @@ const de_WordCloudVisual = (output, context) => {
12390
13421
  ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
12391
13422
  Subtitle: _json,
12392
13423
  Title: _json,
13424
+ VisualContentAltText: __expectString,
12393
13425
  VisualId: __expectString,
12394
13426
  });
12395
13427
  };