@aws-sdk/client-quicksight 3.451.0 → 3.453.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 (112) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
  9. package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
  10. package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/models_0.js +10 -10
  13. package/dist-cjs/models/models_2.js +17 -104
  14. package/dist-cjs/models/models_3.js +112 -1
  15. package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +1 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +488 -10
  18. package/dist-es/QuickSight.js +12 -0
  19. package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
  20. package/dist-es/commands/CreateTopicCommand.js +1 -1
  21. package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
  22. package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  24. package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
  25. package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
  26. package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/models/models_0.js +9 -9
  29. package/dist-es/models/models_2.js +14 -94
  30. package/dist-es/models/models_3.js +102 -1
  31. package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +1 -0
  33. package/dist-es/protocols/Aws_restJson1.js +469 -3
  34. package/dist-types/QuickSight.d.ts +42 -0
  35. package/dist-types/QuickSightClient.d.ts +8 -2
  36. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  37. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  38. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
  39. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
  43. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
  44. package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
  45. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
  46. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
  47. package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
  50. package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
  51. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
  52. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  53. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
  54. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
  61. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  62. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  64. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  65. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  66. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
  67. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  68. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
  69. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  71. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
  72. package/dist-types/commands/index.d.ts +6 -0
  73. package/dist-types/models/models_0.d.ts +33 -38
  74. package/dist-types/models/models_2.d.ts +573 -773
  75. package/dist-types/models/models_3.d.ts +3973 -4050
  76. package/dist-types/models/models_4.d.ts +1012 -4
  77. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  80. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  81. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
  103. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +14 -15
  106. package/dist-types/ts3.4/models/models_2.d.ts +177 -206
  107. package/dist-types/ts3.4/models/models_3.d.ts +264 -201
  108. package/dist-types/ts3.4/models/models_4.d.ts +229 -4
  109. package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  111. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  112. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.se_DescribeAnalysisDefinitionCommand = exports.se_DescribeAnalysisCommand = exports.se_DescribeAccountSubscriptionCommand = exports.se_DescribeAccountSettingsCommand = exports.se_DescribeAccountCustomizationCommand = exports.se_DeleteVPCConnectionCommand = exports.se_DeleteUserByPrincipalIdCommand = exports.se_DeleteUserCommand = exports.se_DeleteTopicRefreshScheduleCommand = exports.se_DeleteTopicCommand = exports.se_DeleteThemeAliasCommand = exports.se_DeleteThemeCommand = exports.se_DeleteTemplateAliasCommand = exports.se_DeleteTemplateCommand = exports.se_DeleteRefreshScheduleCommand = exports.se_DeleteNamespaceCommand = exports.se_DeleteIAMPolicyAssignmentCommand = exports.se_DeleteGroupMembershipCommand = exports.se_DeleteGroupCommand = exports.se_DeleteFolderMembershipCommand = exports.se_DeleteFolderCommand = exports.se_DeleteDataSourceCommand = exports.se_DeleteDataSetRefreshPropertiesCommand = exports.se_DeleteDataSetCommand = exports.se_DeleteDashboardCommand = exports.se_DeleteAnalysisCommand = exports.se_DeleteAccountSubscriptionCommand = exports.se_DeleteAccountCustomizationCommand = exports.se_CreateVPCConnectionCommand = exports.se_CreateTopicRefreshScheduleCommand = exports.se_CreateTopicCommand = exports.se_CreateThemeAliasCommand = exports.se_CreateThemeCommand = exports.se_CreateTemplateAliasCommand = exports.se_CreateTemplateCommand = exports.se_CreateRefreshScheduleCommand = exports.se_CreateNamespaceCommand = exports.se_CreateIngestionCommand = exports.se_CreateIAMPolicyAssignmentCommand = exports.se_CreateGroupMembershipCommand = exports.se_CreateGroupCommand = exports.se_CreateFolderMembershipCommand = exports.se_CreateFolderCommand = exports.se_CreateDataSourceCommand = exports.se_CreateDataSetCommand = exports.se_CreateDashboardCommand = exports.se_CreateAnalysisCommand = exports.se_CreateAccountSubscriptionCommand = exports.se_CreateAccountCustomizationCommand = exports.se_CancelIngestionCommand = void 0;
4
- exports.se_ListGroupMembershipsCommand = exports.se_ListFoldersCommand = exports.se_ListFolderMembersCommand = exports.se_ListDataSourcesCommand = exports.se_ListDataSetsCommand = exports.se_ListDashboardVersionsCommand = exports.se_ListDashboardsCommand = exports.se_ListAssetBundleImportJobsCommand = exports.se_ListAssetBundleExportJobsCommand = exports.se_ListAnalysesCommand = exports.se_GetSessionEmbedUrlCommand = exports.se_GetDashboardEmbedUrlCommand = exports.se_GenerateEmbedUrlForRegisteredUserCommand = exports.se_GenerateEmbedUrlForAnonymousUserCommand = exports.se_DescribeVPCConnectionCommand = exports.se_DescribeUserCommand = exports.se_DescribeTopicRefreshScheduleCommand = exports.se_DescribeTopicRefreshCommand = exports.se_DescribeTopicPermissionsCommand = exports.se_DescribeTopicCommand = exports.se_DescribeThemePermissionsCommand = exports.se_DescribeThemeAliasCommand = exports.se_DescribeThemeCommand = exports.se_DescribeTemplatePermissionsCommand = exports.se_DescribeTemplateDefinitionCommand = exports.se_DescribeTemplateAliasCommand = exports.se_DescribeTemplateCommand = exports.se_DescribeRefreshScheduleCommand = exports.se_DescribeNamespaceCommand = exports.se_DescribeIpRestrictionCommand = exports.se_DescribeIngestionCommand = exports.se_DescribeIAMPolicyAssignmentCommand = exports.se_DescribeGroupMembershipCommand = exports.se_DescribeGroupCommand = exports.se_DescribeFolderResolvedPermissionsCommand = exports.se_DescribeFolderPermissionsCommand = exports.se_DescribeFolderCommand = exports.se_DescribeDataSourcePermissionsCommand = exports.se_DescribeDataSourceCommand = exports.se_DescribeDataSetRefreshPropertiesCommand = exports.se_DescribeDataSetPermissionsCommand = exports.se_DescribeDataSetCommand = exports.se_DescribeDashboardSnapshotJobResultCommand = exports.se_DescribeDashboardSnapshotJobCommand = exports.se_DescribeDashboardPermissionsCommand = exports.se_DescribeDashboardDefinitionCommand = exports.se_DescribeDashboardCommand = exports.se_DescribeAssetBundleImportJobCommand = exports.se_DescribeAssetBundleExportJobCommand = exports.se_DescribeAnalysisPermissionsCommand = void 0;
5
- exports.se_UpdateRefreshScheduleCommand = exports.se_UpdatePublicSharingSettingsCommand = exports.se_UpdateIpRestrictionCommand = exports.se_UpdateIAMPolicyAssignmentCommand = exports.se_UpdateGroupCommand = exports.se_UpdateFolderPermissionsCommand = exports.se_UpdateFolderCommand = exports.se_UpdateDataSourcePermissionsCommand = exports.se_UpdateDataSourceCommand = exports.se_UpdateDataSetPermissionsCommand = exports.se_UpdateDataSetCommand = exports.se_UpdateDashboardPublishedVersionCommand = exports.se_UpdateDashboardPermissionsCommand = exports.se_UpdateDashboardCommand = exports.se_UpdateAnalysisPermissionsCommand = exports.se_UpdateAnalysisCommand = exports.se_UpdateAccountSettingsCommand = exports.se_UpdateAccountCustomizationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StartDashboardSnapshotJobCommand = exports.se_StartAssetBundleImportJobCommand = exports.se_StartAssetBundleExportJobCommand = exports.se_SearchGroupsCommand = exports.se_SearchFoldersCommand = exports.se_SearchDataSourcesCommand = exports.se_SearchDataSetsCommand = exports.se_SearchDashboardsCommand = exports.se_SearchAnalysesCommand = exports.se_RestoreAnalysisCommand = exports.se_RegisterUserCommand = exports.se_PutDataSetRefreshPropertiesCommand = exports.se_ListVPCConnectionsCommand = exports.se_ListUsersCommand = exports.se_ListUserGroupsCommand = exports.se_ListTopicsCommand = exports.se_ListTopicRefreshSchedulesCommand = exports.se_ListThemeVersionsCommand = exports.se_ListThemesCommand = exports.se_ListThemeAliasesCommand = exports.se_ListTemplateVersionsCommand = exports.se_ListTemplatesCommand = exports.se_ListTemplateAliasesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRefreshSchedulesCommand = exports.se_ListNamespacesCommand = exports.se_ListIngestionsCommand = exports.se_ListIAMPolicyAssignmentsForUserCommand = exports.se_ListIAMPolicyAssignmentsCommand = exports.se_ListGroupsCommand = void 0;
6
- exports.de_DeleteThemeCommand = exports.de_DeleteTemplateAliasCommand = exports.de_DeleteTemplateCommand = exports.de_DeleteRefreshScheduleCommand = exports.de_DeleteNamespaceCommand = exports.de_DeleteIAMPolicyAssignmentCommand = exports.de_DeleteGroupMembershipCommand = exports.de_DeleteGroupCommand = exports.de_DeleteFolderMembershipCommand = exports.de_DeleteFolderCommand = exports.de_DeleteDataSourceCommand = exports.de_DeleteDataSetRefreshPropertiesCommand = exports.de_DeleteDataSetCommand = exports.de_DeleteDashboardCommand = exports.de_DeleteAnalysisCommand = exports.de_DeleteAccountSubscriptionCommand = exports.de_DeleteAccountCustomizationCommand = exports.de_CreateVPCConnectionCommand = exports.de_CreateTopicRefreshScheduleCommand = exports.de_CreateTopicCommand = exports.de_CreateThemeAliasCommand = exports.de_CreateThemeCommand = exports.de_CreateTemplateAliasCommand = exports.de_CreateTemplateCommand = exports.de_CreateRefreshScheduleCommand = exports.de_CreateNamespaceCommand = exports.de_CreateIngestionCommand = exports.de_CreateIAMPolicyAssignmentCommand = exports.de_CreateGroupMembershipCommand = exports.de_CreateGroupCommand = exports.de_CreateFolderMembershipCommand = exports.de_CreateFolderCommand = exports.de_CreateDataSourceCommand = exports.de_CreateDataSetCommand = exports.de_CreateDashboardCommand = exports.de_CreateAnalysisCommand = exports.de_CreateAccountSubscriptionCommand = exports.de_CreateAccountCustomizationCommand = exports.de_CancelIngestionCommand = exports.se_UpdateVPCConnectionCommand = exports.se_UpdateUserCommand = exports.se_UpdateTopicRefreshScheduleCommand = exports.se_UpdateTopicPermissionsCommand = exports.se_UpdateTopicCommand = exports.se_UpdateThemePermissionsCommand = exports.se_UpdateThemeAliasCommand = exports.se_UpdateThemeCommand = exports.se_UpdateTemplatePermissionsCommand = exports.se_UpdateTemplateAliasCommand = exports.se_UpdateTemplateCommand = void 0;
7
- exports.de_GetDashboardEmbedUrlCommand = exports.de_GenerateEmbedUrlForRegisteredUserCommand = exports.de_GenerateEmbedUrlForAnonymousUserCommand = exports.de_DescribeVPCConnectionCommand = exports.de_DescribeUserCommand = exports.de_DescribeTopicRefreshScheduleCommand = exports.de_DescribeTopicRefreshCommand = exports.de_DescribeTopicPermissionsCommand = exports.de_DescribeTopicCommand = exports.de_DescribeThemePermissionsCommand = exports.de_DescribeThemeAliasCommand = exports.de_DescribeThemeCommand = exports.de_DescribeTemplatePermissionsCommand = exports.de_DescribeTemplateDefinitionCommand = exports.de_DescribeTemplateAliasCommand = exports.de_DescribeTemplateCommand = exports.de_DescribeRefreshScheduleCommand = exports.de_DescribeNamespaceCommand = exports.de_DescribeIpRestrictionCommand = exports.de_DescribeIngestionCommand = exports.de_DescribeIAMPolicyAssignmentCommand = exports.de_DescribeGroupMembershipCommand = exports.de_DescribeGroupCommand = exports.de_DescribeFolderResolvedPermissionsCommand = exports.de_DescribeFolderPermissionsCommand = exports.de_DescribeFolderCommand = exports.de_DescribeDataSourcePermissionsCommand = exports.de_DescribeDataSourceCommand = exports.de_DescribeDataSetRefreshPropertiesCommand = exports.de_DescribeDataSetPermissionsCommand = exports.de_DescribeDataSetCommand = exports.de_DescribeDashboardSnapshotJobResultCommand = exports.de_DescribeDashboardSnapshotJobCommand = exports.de_DescribeDashboardPermissionsCommand = exports.de_DescribeDashboardDefinitionCommand = exports.de_DescribeDashboardCommand = exports.de_DescribeAssetBundleImportJobCommand = exports.de_DescribeAssetBundleExportJobCommand = exports.de_DescribeAnalysisPermissionsCommand = exports.de_DescribeAnalysisDefinitionCommand = exports.de_DescribeAnalysisCommand = exports.de_DescribeAccountSubscriptionCommand = exports.de_DescribeAccountSettingsCommand = exports.de_DescribeAccountCustomizationCommand = exports.de_DeleteVPCConnectionCommand = exports.de_DeleteUserByPrincipalIdCommand = exports.de_DeleteUserCommand = exports.de_DeleteTopicRefreshScheduleCommand = exports.de_DeleteTopicCommand = exports.de_DeleteThemeAliasCommand = void 0;
8
- exports.de_UpdateDashboardPublishedVersionCommand = exports.de_UpdateDashboardPermissionsCommand = exports.de_UpdateDashboardCommand = exports.de_UpdateAnalysisPermissionsCommand = exports.de_UpdateAnalysisCommand = exports.de_UpdateAccountSettingsCommand = exports.de_UpdateAccountCustomizationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StartDashboardSnapshotJobCommand = exports.de_StartAssetBundleImportJobCommand = exports.de_StartAssetBundleExportJobCommand = exports.de_SearchGroupsCommand = exports.de_SearchFoldersCommand = exports.de_SearchDataSourcesCommand = exports.de_SearchDataSetsCommand = exports.de_SearchDashboardsCommand = exports.de_SearchAnalysesCommand = exports.de_RestoreAnalysisCommand = exports.de_RegisterUserCommand = exports.de_PutDataSetRefreshPropertiesCommand = exports.de_ListVPCConnectionsCommand = exports.de_ListUsersCommand = exports.de_ListUserGroupsCommand = exports.de_ListTopicsCommand = exports.de_ListTopicRefreshSchedulesCommand = exports.de_ListThemeVersionsCommand = exports.de_ListThemesCommand = exports.de_ListThemeAliasesCommand = exports.de_ListTemplateVersionsCommand = exports.de_ListTemplatesCommand = exports.de_ListTemplateAliasesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRefreshSchedulesCommand = exports.de_ListNamespacesCommand = exports.de_ListIngestionsCommand = exports.de_ListIAMPolicyAssignmentsForUserCommand = exports.de_ListIAMPolicyAssignmentsCommand = exports.de_ListGroupsCommand = exports.de_ListGroupMembershipsCommand = exports.de_ListFoldersCommand = exports.de_ListFolderMembersCommand = exports.de_ListDataSourcesCommand = exports.de_ListDataSetsCommand = exports.de_ListDashboardVersionsCommand = exports.de_ListDashboardsCommand = exports.de_ListAssetBundleImportJobsCommand = exports.de_ListAssetBundleExportJobsCommand = exports.de_ListAnalysesCommand = exports.de_GetSessionEmbedUrlCommand = void 0;
9
- exports.de_UpdateVPCConnectionCommand = exports.de_UpdateUserCommand = exports.de_UpdateTopicRefreshScheduleCommand = exports.de_UpdateTopicPermissionsCommand = exports.de_UpdateTopicCommand = exports.de_UpdateThemePermissionsCommand = exports.de_UpdateThemeAliasCommand = exports.de_UpdateThemeCommand = exports.de_UpdateTemplatePermissionsCommand = exports.de_UpdateTemplateAliasCommand = exports.de_UpdateTemplateCommand = exports.de_UpdateRefreshScheduleCommand = exports.de_UpdatePublicSharingSettingsCommand = exports.de_UpdateIpRestrictionCommand = exports.de_UpdateIAMPolicyAssignmentCommand = exports.de_UpdateGroupCommand = exports.de_UpdateFolderPermissionsCommand = exports.de_UpdateFolderCommand = exports.de_UpdateDataSourcePermissionsCommand = exports.de_UpdateDataSourceCommand = exports.de_UpdateDataSetPermissionsCommand = exports.de_UpdateDataSetCommand = void 0;
3
+ exports.se_DescribeAccountSettingsCommand = exports.se_DescribeAccountCustomizationCommand = exports.se_DeleteVPCConnectionCommand = exports.se_DeleteUserByPrincipalIdCommand = exports.se_DeleteUserCommand = exports.se_DeleteTopicRefreshScheduleCommand = exports.se_DeleteTopicCommand = exports.se_DeleteThemeAliasCommand = exports.se_DeleteThemeCommand = exports.se_DeleteTemplateAliasCommand = exports.se_DeleteTemplateCommand = exports.se_DeleteRoleMembershipCommand = exports.se_DeleteRoleCustomPermissionCommand = exports.se_DeleteRefreshScheduleCommand = exports.se_DeleteNamespaceCommand = exports.se_DeleteIAMPolicyAssignmentCommand = exports.se_DeleteGroupMembershipCommand = exports.se_DeleteGroupCommand = exports.se_DeleteFolderMembershipCommand = exports.se_DeleteFolderCommand = exports.se_DeleteDataSourceCommand = exports.se_DeleteDataSetRefreshPropertiesCommand = exports.se_DeleteDataSetCommand = exports.se_DeleteDashboardCommand = exports.se_DeleteAnalysisCommand = exports.se_DeleteAccountSubscriptionCommand = exports.se_DeleteAccountCustomizationCommand = exports.se_CreateVPCConnectionCommand = exports.se_CreateTopicRefreshScheduleCommand = exports.se_CreateTopicCommand = exports.se_CreateThemeAliasCommand = exports.se_CreateThemeCommand = exports.se_CreateTemplateAliasCommand = exports.se_CreateTemplateCommand = exports.se_CreateRoleMembershipCommand = exports.se_CreateRefreshScheduleCommand = exports.se_CreateNamespaceCommand = exports.se_CreateIngestionCommand = exports.se_CreateIAMPolicyAssignmentCommand = exports.se_CreateGroupMembershipCommand = exports.se_CreateGroupCommand = exports.se_CreateFolderMembershipCommand = exports.se_CreateFolderCommand = exports.se_CreateDataSourceCommand = exports.se_CreateDataSetCommand = exports.se_CreateDashboardCommand = exports.se_CreateAnalysisCommand = exports.se_CreateAccountSubscriptionCommand = exports.se_CreateAccountCustomizationCommand = exports.se_CancelIngestionCommand = void 0;
4
+ exports.se_ListDataSetsCommand = exports.se_ListDashboardVersionsCommand = exports.se_ListDashboardsCommand = exports.se_ListAssetBundleImportJobsCommand = exports.se_ListAssetBundleExportJobsCommand = exports.se_ListAnalysesCommand = exports.se_GetSessionEmbedUrlCommand = exports.se_GetDashboardEmbedUrlCommand = exports.se_GenerateEmbedUrlForRegisteredUserCommand = exports.se_GenerateEmbedUrlForAnonymousUserCommand = exports.se_DescribeVPCConnectionCommand = exports.se_DescribeUserCommand = exports.se_DescribeTopicRefreshScheduleCommand = exports.se_DescribeTopicRefreshCommand = exports.se_DescribeTopicPermissionsCommand = exports.se_DescribeTopicCommand = exports.se_DescribeThemePermissionsCommand = exports.se_DescribeThemeAliasCommand = exports.se_DescribeThemeCommand = exports.se_DescribeTemplatePermissionsCommand = exports.se_DescribeTemplateDefinitionCommand = exports.se_DescribeTemplateAliasCommand = exports.se_DescribeTemplateCommand = exports.se_DescribeRoleCustomPermissionCommand = exports.se_DescribeRefreshScheduleCommand = exports.se_DescribeNamespaceCommand = exports.se_DescribeIpRestrictionCommand = exports.se_DescribeIngestionCommand = exports.se_DescribeIAMPolicyAssignmentCommand = exports.se_DescribeGroupMembershipCommand = exports.se_DescribeGroupCommand = exports.se_DescribeFolderResolvedPermissionsCommand = exports.se_DescribeFolderPermissionsCommand = exports.se_DescribeFolderCommand = exports.se_DescribeDataSourcePermissionsCommand = exports.se_DescribeDataSourceCommand = exports.se_DescribeDataSetRefreshPropertiesCommand = exports.se_DescribeDataSetPermissionsCommand = exports.se_DescribeDataSetCommand = exports.se_DescribeDashboardSnapshotJobResultCommand = exports.se_DescribeDashboardSnapshotJobCommand = exports.se_DescribeDashboardPermissionsCommand = exports.se_DescribeDashboardDefinitionCommand = exports.se_DescribeDashboardCommand = exports.se_DescribeAssetBundleImportJobCommand = exports.se_DescribeAssetBundleExportJobCommand = exports.se_DescribeAnalysisPermissionsCommand = exports.se_DescribeAnalysisDefinitionCommand = exports.se_DescribeAnalysisCommand = exports.se_DescribeAccountSubscriptionCommand = void 0;
5
+ exports.se_UpdateFolderPermissionsCommand = exports.se_UpdateFolderCommand = exports.se_UpdateDataSourcePermissionsCommand = exports.se_UpdateDataSourceCommand = exports.se_UpdateDataSetPermissionsCommand = exports.se_UpdateDataSetCommand = exports.se_UpdateDashboardPublishedVersionCommand = exports.se_UpdateDashboardPermissionsCommand = exports.se_UpdateDashboardCommand = exports.se_UpdateAnalysisPermissionsCommand = exports.se_UpdateAnalysisCommand = exports.se_UpdateAccountSettingsCommand = exports.se_UpdateAccountCustomizationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StartDashboardSnapshotJobCommand = exports.se_StartAssetBundleImportJobCommand = exports.se_StartAssetBundleExportJobCommand = exports.se_SearchGroupsCommand = exports.se_SearchFoldersCommand = exports.se_SearchDataSourcesCommand = exports.se_SearchDataSetsCommand = exports.se_SearchDashboardsCommand = exports.se_SearchAnalysesCommand = exports.se_RestoreAnalysisCommand = exports.se_RegisterUserCommand = exports.se_PutDataSetRefreshPropertiesCommand = exports.se_ListVPCConnectionsCommand = exports.se_ListUsersCommand = exports.se_ListUserGroupsCommand = exports.se_ListTopicsCommand = exports.se_ListTopicRefreshSchedulesCommand = exports.se_ListThemeVersionsCommand = exports.se_ListThemesCommand = exports.se_ListThemeAliasesCommand = exports.se_ListTemplateVersionsCommand = exports.se_ListTemplatesCommand = exports.se_ListTemplateAliasesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRoleMembershipsCommand = exports.se_ListRefreshSchedulesCommand = exports.se_ListNamespacesCommand = exports.se_ListIngestionsCommand = exports.se_ListIAMPolicyAssignmentsForUserCommand = exports.se_ListIAMPolicyAssignmentsCommand = exports.se_ListGroupsCommand = exports.se_ListGroupMembershipsCommand = exports.se_ListFoldersCommand = exports.se_ListFolderMembersCommand = exports.se_ListDataSourcesCommand = void 0;
6
+ exports.de_DeleteGroupCommand = exports.de_DeleteFolderMembershipCommand = exports.de_DeleteFolderCommand = exports.de_DeleteDataSourceCommand = exports.de_DeleteDataSetRefreshPropertiesCommand = exports.de_DeleteDataSetCommand = exports.de_DeleteDashboardCommand = exports.de_DeleteAnalysisCommand = exports.de_DeleteAccountSubscriptionCommand = exports.de_DeleteAccountCustomizationCommand = exports.de_CreateVPCConnectionCommand = exports.de_CreateTopicRefreshScheduleCommand = exports.de_CreateTopicCommand = exports.de_CreateThemeAliasCommand = exports.de_CreateThemeCommand = exports.de_CreateTemplateAliasCommand = exports.de_CreateTemplateCommand = exports.de_CreateRoleMembershipCommand = exports.de_CreateRefreshScheduleCommand = exports.de_CreateNamespaceCommand = exports.de_CreateIngestionCommand = exports.de_CreateIAMPolicyAssignmentCommand = exports.de_CreateGroupMembershipCommand = exports.de_CreateGroupCommand = exports.de_CreateFolderMembershipCommand = exports.de_CreateFolderCommand = exports.de_CreateDataSourceCommand = exports.de_CreateDataSetCommand = exports.de_CreateDashboardCommand = exports.de_CreateAnalysisCommand = exports.de_CreateAccountSubscriptionCommand = exports.de_CreateAccountCustomizationCommand = exports.de_CancelIngestionCommand = exports.se_UpdateVPCConnectionCommand = exports.se_UpdateUserCommand = exports.se_UpdateTopicRefreshScheduleCommand = exports.se_UpdateTopicPermissionsCommand = exports.se_UpdateTopicCommand = exports.se_UpdateThemePermissionsCommand = exports.se_UpdateThemeAliasCommand = exports.se_UpdateThemeCommand = exports.se_UpdateTemplatePermissionsCommand = exports.se_UpdateTemplateAliasCommand = exports.se_UpdateTemplateCommand = exports.se_UpdateRoleCustomPermissionCommand = exports.se_UpdateRefreshScheduleCommand = exports.se_UpdatePublicSharingSettingsCommand = exports.se_UpdateIpRestrictionCommand = exports.se_UpdateIAMPolicyAssignmentCommand = exports.se_UpdateGroupCommand = void 0;
7
+ exports.de_DescribeThemeAliasCommand = exports.de_DescribeThemeCommand = exports.de_DescribeTemplatePermissionsCommand = exports.de_DescribeTemplateDefinitionCommand = exports.de_DescribeTemplateAliasCommand = exports.de_DescribeTemplateCommand = exports.de_DescribeRoleCustomPermissionCommand = exports.de_DescribeRefreshScheduleCommand = exports.de_DescribeNamespaceCommand = exports.de_DescribeIpRestrictionCommand = exports.de_DescribeIngestionCommand = exports.de_DescribeIAMPolicyAssignmentCommand = exports.de_DescribeGroupMembershipCommand = exports.de_DescribeGroupCommand = exports.de_DescribeFolderResolvedPermissionsCommand = exports.de_DescribeFolderPermissionsCommand = exports.de_DescribeFolderCommand = exports.de_DescribeDataSourcePermissionsCommand = exports.de_DescribeDataSourceCommand = exports.de_DescribeDataSetRefreshPropertiesCommand = exports.de_DescribeDataSetPermissionsCommand = exports.de_DescribeDataSetCommand = exports.de_DescribeDashboardSnapshotJobResultCommand = exports.de_DescribeDashboardSnapshotJobCommand = exports.de_DescribeDashboardPermissionsCommand = exports.de_DescribeDashboardDefinitionCommand = exports.de_DescribeDashboardCommand = exports.de_DescribeAssetBundleImportJobCommand = exports.de_DescribeAssetBundleExportJobCommand = exports.de_DescribeAnalysisPermissionsCommand = exports.de_DescribeAnalysisDefinitionCommand = exports.de_DescribeAnalysisCommand = exports.de_DescribeAccountSubscriptionCommand = exports.de_DescribeAccountSettingsCommand = exports.de_DescribeAccountCustomizationCommand = exports.de_DeleteVPCConnectionCommand = exports.de_DeleteUserByPrincipalIdCommand = exports.de_DeleteUserCommand = exports.de_DeleteTopicRefreshScheduleCommand = exports.de_DeleteTopicCommand = exports.de_DeleteThemeAliasCommand = exports.de_DeleteThemeCommand = exports.de_DeleteTemplateAliasCommand = exports.de_DeleteTemplateCommand = exports.de_DeleteRoleMembershipCommand = exports.de_DeleteRoleCustomPermissionCommand = exports.de_DeleteRefreshScheduleCommand = exports.de_DeleteNamespaceCommand = exports.de_DeleteIAMPolicyAssignmentCommand = exports.de_DeleteGroupMembershipCommand = void 0;
8
+ exports.de_StartAssetBundleExportJobCommand = exports.de_SearchGroupsCommand = exports.de_SearchFoldersCommand = exports.de_SearchDataSourcesCommand = exports.de_SearchDataSetsCommand = exports.de_SearchDashboardsCommand = exports.de_SearchAnalysesCommand = exports.de_RestoreAnalysisCommand = exports.de_RegisterUserCommand = exports.de_PutDataSetRefreshPropertiesCommand = exports.de_ListVPCConnectionsCommand = exports.de_ListUsersCommand = exports.de_ListUserGroupsCommand = exports.de_ListTopicsCommand = exports.de_ListTopicRefreshSchedulesCommand = exports.de_ListThemeVersionsCommand = exports.de_ListThemesCommand = exports.de_ListThemeAliasesCommand = exports.de_ListTemplateVersionsCommand = exports.de_ListTemplatesCommand = exports.de_ListTemplateAliasesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRoleMembershipsCommand = exports.de_ListRefreshSchedulesCommand = exports.de_ListNamespacesCommand = exports.de_ListIngestionsCommand = exports.de_ListIAMPolicyAssignmentsForUserCommand = exports.de_ListIAMPolicyAssignmentsCommand = exports.de_ListGroupsCommand = exports.de_ListGroupMembershipsCommand = exports.de_ListFoldersCommand = exports.de_ListFolderMembersCommand = exports.de_ListDataSourcesCommand = exports.de_ListDataSetsCommand = exports.de_ListDashboardVersionsCommand = exports.de_ListDashboardsCommand = exports.de_ListAssetBundleImportJobsCommand = exports.de_ListAssetBundleExportJobsCommand = exports.de_ListAnalysesCommand = exports.de_GetSessionEmbedUrlCommand = exports.de_GetDashboardEmbedUrlCommand = exports.de_GenerateEmbedUrlForRegisteredUserCommand = exports.de_GenerateEmbedUrlForAnonymousUserCommand = exports.de_DescribeVPCConnectionCommand = exports.de_DescribeUserCommand = exports.de_DescribeTopicRefreshScheduleCommand = exports.de_DescribeTopicRefreshCommand = exports.de_DescribeTopicPermissionsCommand = exports.de_DescribeTopicCommand = exports.de_DescribeThemePermissionsCommand = void 0;
9
+ exports.de_UpdateVPCConnectionCommand = exports.de_UpdateUserCommand = exports.de_UpdateTopicRefreshScheduleCommand = exports.de_UpdateTopicPermissionsCommand = exports.de_UpdateTopicCommand = exports.de_UpdateThemePermissionsCommand = exports.de_UpdateThemeAliasCommand = exports.de_UpdateThemeCommand = exports.de_UpdateTemplatePermissionsCommand = exports.de_UpdateTemplateAliasCommand = exports.de_UpdateTemplateCommand = exports.de_UpdateRoleCustomPermissionCommand = exports.de_UpdateRefreshScheduleCommand = exports.de_UpdatePublicSharingSettingsCommand = exports.de_UpdateIpRestrictionCommand = exports.de_UpdateIAMPolicyAssignmentCommand = exports.de_UpdateGroupCommand = exports.de_UpdateFolderPermissionsCommand = exports.de_UpdateFolderCommand = exports.de_UpdateDataSourcePermissionsCommand = exports.de_UpdateDataSourceCommand = exports.de_UpdateDataSetPermissionsCommand = exports.de_UpdateDataSetCommand = exports.de_UpdateDashboardPublishedVersionCommand = exports.de_UpdateDashboardPermissionsCommand = exports.de_UpdateDashboardCommand = exports.de_UpdateAnalysisPermissionsCommand = exports.de_UpdateAnalysisCommand = exports.de_UpdateAccountSettingsCommand = exports.de_UpdateAccountCustomizationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StartDashboardSnapshotJobCommand = exports.de_StartAssetBundleImportJobCommand = void 0;
10
10
  const core_1 = require("@aws-sdk/core");
11
11
  const protocol_http_1 = require("@smithy/protocol-http");
12
12
  const smithy_client_1 = require("@smithy/smithy-client");
@@ -142,6 +142,7 @@ const se_CreateDashboardCommand = async (input, context) => {
142
142
  DashboardPublishOptions: (_) => (0, smithy_client_1._json)(_),
143
143
  Definition: (_) => se_DashboardVersionDefinition(_, context),
144
144
  FolderArns: (_) => (0, smithy_client_1._json)(_),
145
+ LinkSharingConfiguration: (_) => (0, smithy_client_1._json)(_),
145
146
  Name: [],
146
147
  Parameters: (_) => se__Parameters(_, context),
147
148
  Permissions: (_) => (0, smithy_client_1._json)(_),
@@ -425,6 +426,27 @@ const se_CreateRefreshScheduleCommand = async (input, context) => {
425
426
  });
426
427
  };
427
428
  exports.se_CreateRefreshScheduleCommand = se_CreateRefreshScheduleCommand;
429
+ const se_CreateRoleMembershipCommand = async (input, context) => {
430
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
431
+ const headers = {};
432
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
433
+ "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}";
434
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "MemberName", () => input.MemberName, "{MemberName}", false);
435
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
436
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Namespace", () => input.Namespace, "{Namespace}", false);
437
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Role", () => input.Role, "{Role}", false);
438
+ let body;
439
+ return new protocol_http_1.HttpRequest({
440
+ protocol,
441
+ hostname,
442
+ port,
443
+ method: "POST",
444
+ headers,
445
+ path: resolvedPath,
446
+ body,
447
+ });
448
+ };
449
+ exports.se_CreateRoleMembershipCommand = se_CreateRoleMembershipCommand;
428
450
  const se_CreateTemplateCommand = async (input, context) => {
429
451
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
430
452
  const headers = {
@@ -899,6 +921,47 @@ const se_DeleteRefreshScheduleCommand = async (input, context) => {
899
921
  });
900
922
  };
901
923
  exports.se_DeleteRefreshScheduleCommand = se_DeleteRefreshScheduleCommand;
924
+ const se_DeleteRoleCustomPermissionCommand = async (input, context) => {
925
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
926
+ const headers = {};
927
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
928
+ "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission";
929
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Role", () => input.Role, "{Role}", false);
930
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
931
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Namespace", () => input.Namespace, "{Namespace}", false);
932
+ let body;
933
+ return new protocol_http_1.HttpRequest({
934
+ protocol,
935
+ hostname,
936
+ port,
937
+ method: "DELETE",
938
+ headers,
939
+ path: resolvedPath,
940
+ body,
941
+ });
942
+ };
943
+ exports.se_DeleteRoleCustomPermissionCommand = se_DeleteRoleCustomPermissionCommand;
944
+ const se_DeleteRoleMembershipCommand = async (input, context) => {
945
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
946
+ const headers = {};
947
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
948
+ "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}";
949
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "MemberName", () => input.MemberName, "{MemberName}", false);
950
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Role", () => input.Role, "{Role}", false);
951
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
952
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Namespace", () => input.Namespace, "{Namespace}", false);
953
+ let body;
954
+ return new protocol_http_1.HttpRequest({
955
+ protocol,
956
+ hostname,
957
+ port,
958
+ method: "DELETE",
959
+ headers,
960
+ path: resolvedPath,
961
+ body,
962
+ });
963
+ };
964
+ exports.se_DeleteRoleMembershipCommand = se_DeleteRoleMembershipCommand;
902
965
  const se_DeleteTemplateCommand = async (input, context) => {
903
966
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
904
967
  const headers = {};
@@ -1640,6 +1703,26 @@ const se_DescribeRefreshScheduleCommand = async (input, context) => {
1640
1703
  });
1641
1704
  };
1642
1705
  exports.se_DescribeRefreshScheduleCommand = se_DescribeRefreshScheduleCommand;
1706
+ const se_DescribeRoleCustomPermissionCommand = async (input, context) => {
1707
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1708
+ const headers = {};
1709
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
1710
+ "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission";
1711
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Role", () => input.Role, "{Role}", false);
1712
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
1713
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Namespace", () => input.Namespace, "{Namespace}", false);
1714
+ let body;
1715
+ return new protocol_http_1.HttpRequest({
1716
+ protocol,
1717
+ hostname,
1718
+ port,
1719
+ method: "GET",
1720
+ headers,
1721
+ path: resolvedPath,
1722
+ body,
1723
+ });
1724
+ };
1725
+ exports.se_DescribeRoleCustomPermissionCommand = se_DescribeRoleCustomPermissionCommand;
1643
1726
  const se_DescribeTemplateCommand = async (input, context) => {
1644
1727
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1645
1728
  const headers = {};
@@ -2393,6 +2476,31 @@ const se_ListRefreshSchedulesCommand = async (input, context) => {
2393
2476
  });
2394
2477
  };
2395
2478
  exports.se_ListRefreshSchedulesCommand = se_ListRefreshSchedulesCommand;
2479
+ const se_ListRoleMembershipsCommand = async (input, context) => {
2480
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2481
+ const headers = {};
2482
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
2483
+ "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members";
2484
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Role", () => input.Role, "{Role}", false);
2485
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2486
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Namespace", () => input.Namespace, "{Namespace}", false);
2487
+ const query = (0, smithy_client_1.map)({
2488
+ "next-token": [, input.NextToken],
2489
+ "max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
2490
+ });
2491
+ let body;
2492
+ return new protocol_http_1.HttpRequest({
2493
+ protocol,
2494
+ hostname,
2495
+ port,
2496
+ method: "GET",
2497
+ headers,
2498
+ path: resolvedPath,
2499
+ query,
2500
+ body,
2501
+ });
2502
+ };
2503
+ exports.se_ListRoleMembershipsCommand = se_ListRoleMembershipsCommand;
2396
2504
  const se_ListTagsForResourceCommand = async (input, context) => {
2397
2505
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2398
2506
  const headers = {};
@@ -2905,7 +3013,10 @@ const se_StartAssetBundleExportJobCommand = async (input, context) => {
2905
3013
  CloudFormationOverridePropertyConfiguration: (_) => (0, smithy_client_1._json)(_),
2906
3014
  ExportFormat: [],
2907
3015
  IncludeAllDependencies: [],
3016
+ IncludePermissions: [],
3017
+ IncludeTags: [],
2908
3018
  ResourceArns: (_) => (0, smithy_client_1._json)(_),
3019
+ ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
2909
3020
  }));
2910
3021
  return new protocol_http_1.HttpRequest({
2911
3022
  protocol,
@@ -2932,6 +3043,9 @@ const se_StartAssetBundleImportJobCommand = async (input, context) => {
2932
3043
  AssetBundleImportSource: (_) => se_AssetBundleImportSource(_, context),
2933
3044
  FailureAction: [],
2934
3045
  OverrideParameters: (_) => se_AssetBundleImportJobOverrideParameters(_, context),
3046
+ OverridePermissions: (_) => (0, smithy_client_1._json)(_),
3047
+ OverrideTags: (_) => (0, smithy_client_1._json)(_),
3048
+ OverrideValidationStrategy: (_) => (0, smithy_client_1._json)(_),
2935
3049
  }));
2936
3050
  return new protocol_http_1.HttpRequest({
2937
3051
  protocol,
@@ -3481,6 +3595,31 @@ const se_UpdateRefreshScheduleCommand = async (input, context) => {
3481
3595
  });
3482
3596
  };
3483
3597
  exports.se_UpdateRefreshScheduleCommand = se_UpdateRefreshScheduleCommand;
3598
+ const se_UpdateRoleCustomPermissionCommand = async (input, context) => {
3599
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
3600
+ const headers = {
3601
+ "content-type": "application/json",
3602
+ };
3603
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
3604
+ "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission";
3605
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Role", () => input.Role, "{Role}", false);
3606
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
3607
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Namespace", () => input.Namespace, "{Namespace}", false);
3608
+ let body;
3609
+ body = JSON.stringify((0, smithy_client_1.take)(input, {
3610
+ CustomPermissionsName: [],
3611
+ }));
3612
+ return new protocol_http_1.HttpRequest({
3613
+ protocol,
3614
+ hostname,
3615
+ port,
3616
+ method: "PUT",
3617
+ headers,
3618
+ path: resolvedPath,
3619
+ body,
3620
+ });
3621
+ };
3622
+ exports.se_UpdateRoleCustomPermissionCommand = se_UpdateRoleCustomPermissionCommand;
3484
3623
  const se_UpdateTemplateCommand = async (input, context) => {
3485
3624
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
3486
3625
  const headers = {
@@ -4679,6 +4818,61 @@ const de_CreateRefreshScheduleCommandError = async (output, context) => {
4679
4818
  });
4680
4819
  }
4681
4820
  };
4821
+ const de_CreateRoleMembershipCommand = async (output, context) => {
4822
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4823
+ return de_CreateRoleMembershipCommandError(output, context);
4824
+ }
4825
+ const contents = (0, smithy_client_1.map)({
4826
+ $metadata: deserializeMetadata(output),
4827
+ });
4828
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
4829
+ const doc = (0, smithy_client_1.take)(data, {
4830
+ RequestId: smithy_client_1.expectString,
4831
+ });
4832
+ Object.assign(contents, doc);
4833
+ (0, smithy_client_1.map)(contents, {
4834
+ Status: [, output.statusCode],
4835
+ });
4836
+ return contents;
4837
+ };
4838
+ exports.de_CreateRoleMembershipCommand = de_CreateRoleMembershipCommand;
4839
+ const de_CreateRoleMembershipCommandError = async (output, context) => {
4840
+ const parsedOutput = {
4841
+ ...output,
4842
+ body: await parseErrorBody(output.body, context),
4843
+ };
4844
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
4845
+ switch (errorCode) {
4846
+ case "AccessDeniedException":
4847
+ case "com.amazonaws.quicksight#AccessDeniedException":
4848
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
4849
+ case "InternalFailureException":
4850
+ case "com.amazonaws.quicksight#InternalFailureException":
4851
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
4852
+ case "InvalidParameterValueException":
4853
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
4854
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
4855
+ case "PreconditionNotMetException":
4856
+ case "com.amazonaws.quicksight#PreconditionNotMetException":
4857
+ throw await de_PreconditionNotMetExceptionRes(parsedOutput, context);
4858
+ case "ResourceNotFoundException":
4859
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
4860
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
4861
+ case "ResourceUnavailableException":
4862
+ case "com.amazonaws.quicksight#ResourceUnavailableException":
4863
+ throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
4864
+ case "ThrottlingException":
4865
+ case "com.amazonaws.quicksight#ThrottlingException":
4866
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
4867
+ default:
4868
+ const parsedBody = parsedOutput.body;
4869
+ return throwDefaultError({
4870
+ output,
4871
+ parsedBody,
4872
+ errorCode,
4873
+ });
4874
+ }
4875
+ };
4682
4876
  const de_CreateTemplateCommand = async (output, context) => {
4683
4877
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4684
4878
  return de_CreateTemplateCommandError(output, context);
@@ -5872,6 +6066,114 @@ const de_DeleteRefreshScheduleCommandError = async (output, context) => {
5872
6066
  });
5873
6067
  }
5874
6068
  };
6069
+ const de_DeleteRoleCustomPermissionCommand = async (output, context) => {
6070
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6071
+ return de_DeleteRoleCustomPermissionCommandError(output, context);
6072
+ }
6073
+ const contents = (0, smithy_client_1.map)({
6074
+ $metadata: deserializeMetadata(output),
6075
+ });
6076
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
6077
+ const doc = (0, smithy_client_1.take)(data, {
6078
+ RequestId: smithy_client_1.expectString,
6079
+ Status: smithy_client_1.expectInt32,
6080
+ });
6081
+ Object.assign(contents, doc);
6082
+ return contents;
6083
+ };
6084
+ exports.de_DeleteRoleCustomPermissionCommand = de_DeleteRoleCustomPermissionCommand;
6085
+ const de_DeleteRoleCustomPermissionCommandError = async (output, context) => {
6086
+ const parsedOutput = {
6087
+ ...output,
6088
+ body: await parseErrorBody(output.body, context),
6089
+ };
6090
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
6091
+ switch (errorCode) {
6092
+ case "AccessDeniedException":
6093
+ case "com.amazonaws.quicksight#AccessDeniedException":
6094
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
6095
+ case "InternalFailureException":
6096
+ case "com.amazonaws.quicksight#InternalFailureException":
6097
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
6098
+ case "InvalidParameterValueException":
6099
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
6100
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
6101
+ case "PreconditionNotMetException":
6102
+ case "com.amazonaws.quicksight#PreconditionNotMetException":
6103
+ throw await de_PreconditionNotMetExceptionRes(parsedOutput, context);
6104
+ case "ResourceNotFoundException":
6105
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
6106
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
6107
+ case "ResourceUnavailableException":
6108
+ case "com.amazonaws.quicksight#ResourceUnavailableException":
6109
+ throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
6110
+ case "ThrottlingException":
6111
+ case "com.amazonaws.quicksight#ThrottlingException":
6112
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
6113
+ default:
6114
+ const parsedBody = parsedOutput.body;
6115
+ return throwDefaultError({
6116
+ output,
6117
+ parsedBody,
6118
+ errorCode,
6119
+ });
6120
+ }
6121
+ };
6122
+ const de_DeleteRoleMembershipCommand = async (output, context) => {
6123
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6124
+ return de_DeleteRoleMembershipCommandError(output, context);
6125
+ }
6126
+ const contents = (0, smithy_client_1.map)({
6127
+ $metadata: deserializeMetadata(output),
6128
+ });
6129
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
6130
+ const doc = (0, smithy_client_1.take)(data, {
6131
+ RequestId: smithy_client_1.expectString,
6132
+ });
6133
+ Object.assign(contents, doc);
6134
+ (0, smithy_client_1.map)(contents, {
6135
+ Status: [, output.statusCode],
6136
+ });
6137
+ return contents;
6138
+ };
6139
+ exports.de_DeleteRoleMembershipCommand = de_DeleteRoleMembershipCommand;
6140
+ const de_DeleteRoleMembershipCommandError = async (output, context) => {
6141
+ const parsedOutput = {
6142
+ ...output,
6143
+ body: await parseErrorBody(output.body, context),
6144
+ };
6145
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
6146
+ switch (errorCode) {
6147
+ case "AccessDeniedException":
6148
+ case "com.amazonaws.quicksight#AccessDeniedException":
6149
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
6150
+ case "InternalFailureException":
6151
+ case "com.amazonaws.quicksight#InternalFailureException":
6152
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
6153
+ case "InvalidParameterValueException":
6154
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
6155
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
6156
+ case "PreconditionNotMetException":
6157
+ case "com.amazonaws.quicksight#PreconditionNotMetException":
6158
+ throw await de_PreconditionNotMetExceptionRes(parsedOutput, context);
6159
+ case "ResourceNotFoundException":
6160
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
6161
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
6162
+ case "ResourceUnavailableException":
6163
+ case "com.amazonaws.quicksight#ResourceUnavailableException":
6164
+ throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
6165
+ case "ThrottlingException":
6166
+ case "com.amazonaws.quicksight#ThrottlingException":
6167
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
6168
+ default:
6169
+ const parsedBody = parsedOutput.body;
6170
+ return throwDefaultError({
6171
+ output,
6172
+ parsedBody,
6173
+ errorCode,
6174
+ });
6175
+ }
6176
+ };
5875
6177
  const de_DeleteTemplateCommand = async (output, context) => {
5876
6178
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5877
6179
  return de_DeleteTemplateCommandError(output, context);
@@ -6726,9 +7028,13 @@ const de_DescribeAssetBundleExportJobCommand = async (output, context) => {
6726
7028
  Errors: smithy_client_1._json,
6727
7029
  ExportFormat: smithy_client_1.expectString,
6728
7030
  IncludeAllDependencies: smithy_client_1.expectBoolean,
7031
+ IncludePermissions: smithy_client_1.expectBoolean,
7032
+ IncludeTags: smithy_client_1.expectBoolean,
6729
7033
  JobStatus: smithy_client_1.expectString,
6730
7034
  RequestId: smithy_client_1.expectString,
6731
7035
  ResourceArns: smithy_client_1._json,
7036
+ ValidationStrategy: smithy_client_1._json,
7037
+ Warnings: smithy_client_1._json,
6732
7038
  });
6733
7039
  Object.assign(contents, doc);
6734
7040
  (0, smithy_client_1.map)(contents, {
@@ -6780,6 +7086,9 @@ const de_DescribeAssetBundleImportJobCommand = async (output, context) => {
6780
7086
  FailureAction: smithy_client_1.expectString,
6781
7087
  JobStatus: smithy_client_1.expectString,
6782
7088
  OverrideParameters: (_) => de_AssetBundleImportJobOverrideParameters(_, context),
7089
+ OverridePermissions: smithy_client_1._json,
7090
+ OverrideTags: smithy_client_1._json,
7091
+ OverrideValidationStrategy: smithy_client_1._json,
6783
7092
  RequestId: smithy_client_1.expectString,
6784
7093
  RollbackErrors: smithy_client_1._json,
6785
7094
  });
@@ -7911,6 +8220,60 @@ const de_DescribeRefreshScheduleCommandError = async (output, context) => {
7911
8220
  });
7912
8221
  }
7913
8222
  };
8223
+ const de_DescribeRoleCustomPermissionCommand = async (output, context) => {
8224
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8225
+ return de_DescribeRoleCustomPermissionCommandError(output, context);
8226
+ }
8227
+ const contents = (0, smithy_client_1.map)({
8228
+ $metadata: deserializeMetadata(output),
8229
+ });
8230
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
8231
+ const doc = (0, smithy_client_1.take)(data, {
8232
+ CustomPermissionsName: smithy_client_1.expectString,
8233
+ RequestId: smithy_client_1.expectString,
8234
+ Status: smithy_client_1.expectInt32,
8235
+ });
8236
+ Object.assign(contents, doc);
8237
+ return contents;
8238
+ };
8239
+ exports.de_DescribeRoleCustomPermissionCommand = de_DescribeRoleCustomPermissionCommand;
8240
+ const de_DescribeRoleCustomPermissionCommandError = async (output, context) => {
8241
+ const parsedOutput = {
8242
+ ...output,
8243
+ body: await parseErrorBody(output.body, context),
8244
+ };
8245
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8246
+ switch (errorCode) {
8247
+ case "AccessDeniedException":
8248
+ case "com.amazonaws.quicksight#AccessDeniedException":
8249
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
8250
+ case "InternalFailureException":
8251
+ case "com.amazonaws.quicksight#InternalFailureException":
8252
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
8253
+ case "InvalidParameterValueException":
8254
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
8255
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
8256
+ case "PreconditionNotMetException":
8257
+ case "com.amazonaws.quicksight#PreconditionNotMetException":
8258
+ throw await de_PreconditionNotMetExceptionRes(parsedOutput, context);
8259
+ case "ResourceNotFoundException":
8260
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
8261
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
8262
+ case "ResourceUnavailableException":
8263
+ case "com.amazonaws.quicksight#ResourceUnavailableException":
8264
+ throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
8265
+ case "ThrottlingException":
8266
+ case "com.amazonaws.quicksight#ThrottlingException":
8267
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
8268
+ default:
8269
+ const parsedBody = parsedOutput.body;
8270
+ return throwDefaultError({
8271
+ output,
8272
+ parsedBody,
8273
+ errorCode,
8274
+ });
8275
+ }
8276
+ };
7914
8277
  const de_DescribeTemplateCommand = async (output, context) => {
7915
8278
  if (output.statusCode !== 200 && output.statusCode >= 300) {
7916
8279
  return de_DescribeTemplateCommandError(output, context);
@@ -9747,6 +10110,69 @@ const de_ListRefreshSchedulesCommandError = async (output, context) => {
9747
10110
  });
9748
10111
  }
9749
10112
  };
10113
+ const de_ListRoleMembershipsCommand = async (output, context) => {
10114
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
10115
+ return de_ListRoleMembershipsCommandError(output, context);
10116
+ }
10117
+ const contents = (0, smithy_client_1.map)({
10118
+ $metadata: deserializeMetadata(output),
10119
+ });
10120
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10121
+ const doc = (0, smithy_client_1.take)(data, {
10122
+ MembersList: smithy_client_1._json,
10123
+ NextToken: smithy_client_1.expectString,
10124
+ RequestId: smithy_client_1.expectString,
10125
+ });
10126
+ Object.assign(contents, doc);
10127
+ (0, smithy_client_1.map)(contents, {
10128
+ Status: [, output.statusCode],
10129
+ });
10130
+ return contents;
10131
+ };
10132
+ exports.de_ListRoleMembershipsCommand = de_ListRoleMembershipsCommand;
10133
+ const de_ListRoleMembershipsCommandError = async (output, context) => {
10134
+ const parsedOutput = {
10135
+ ...output,
10136
+ body: await parseErrorBody(output.body, context),
10137
+ };
10138
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
10139
+ switch (errorCode) {
10140
+ case "AccessDeniedException":
10141
+ case "com.amazonaws.quicksight#AccessDeniedException":
10142
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
10143
+ case "InternalFailureException":
10144
+ case "com.amazonaws.quicksight#InternalFailureException":
10145
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
10146
+ case "InvalidNextTokenException":
10147
+ case "com.amazonaws.quicksight#InvalidNextTokenException":
10148
+ throw await de_InvalidNextTokenExceptionRes(parsedOutput, context);
10149
+ case "InvalidParameterValueException":
10150
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
10151
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
10152
+ case "LimitExceededException":
10153
+ case "com.amazonaws.quicksight#LimitExceededException":
10154
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
10155
+ case "PreconditionNotMetException":
10156
+ case "com.amazonaws.quicksight#PreconditionNotMetException":
10157
+ throw await de_PreconditionNotMetExceptionRes(parsedOutput, context);
10158
+ case "ResourceNotFoundException":
10159
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
10160
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
10161
+ case "ResourceUnavailableException":
10162
+ case "com.amazonaws.quicksight#ResourceUnavailableException":
10163
+ throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
10164
+ case "ThrottlingException":
10165
+ case "com.amazonaws.quicksight#ThrottlingException":
10166
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
10167
+ default:
10168
+ const parsedBody = parsedOutput.body;
10169
+ return throwDefaultError({
10170
+ output,
10171
+ parsedBody,
10172
+ errorCode,
10173
+ });
10174
+ }
10175
+ };
9750
10176
  const de_ListTagsForResourceCommand = async (output, context) => {
9751
10177
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9752
10178
  return de_ListTagsForResourceCommandError(output, context);
@@ -12215,6 +12641,59 @@ const de_UpdateRefreshScheduleCommandError = async (output, context) => {
12215
12641
  });
12216
12642
  }
12217
12643
  };
12644
+ const de_UpdateRoleCustomPermissionCommand = async (output, context) => {
12645
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
12646
+ return de_UpdateRoleCustomPermissionCommandError(output, context);
12647
+ }
12648
+ const contents = (0, smithy_client_1.map)({
12649
+ $metadata: deserializeMetadata(output),
12650
+ });
12651
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
12652
+ const doc = (0, smithy_client_1.take)(data, {
12653
+ RequestId: smithy_client_1.expectString,
12654
+ Status: smithy_client_1.expectInt32,
12655
+ });
12656
+ Object.assign(contents, doc);
12657
+ return contents;
12658
+ };
12659
+ exports.de_UpdateRoleCustomPermissionCommand = de_UpdateRoleCustomPermissionCommand;
12660
+ const de_UpdateRoleCustomPermissionCommandError = async (output, context) => {
12661
+ const parsedOutput = {
12662
+ ...output,
12663
+ body: await parseErrorBody(output.body, context),
12664
+ };
12665
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
12666
+ switch (errorCode) {
12667
+ case "AccessDeniedException":
12668
+ case "com.amazonaws.quicksight#AccessDeniedException":
12669
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
12670
+ case "InternalFailureException":
12671
+ case "com.amazonaws.quicksight#InternalFailureException":
12672
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
12673
+ case "InvalidParameterValueException":
12674
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
12675
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
12676
+ case "PreconditionNotMetException":
12677
+ case "com.amazonaws.quicksight#PreconditionNotMetException":
12678
+ throw await de_PreconditionNotMetExceptionRes(parsedOutput, context);
12679
+ case "ResourceNotFoundException":
12680
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
12681
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
12682
+ case "ResourceUnavailableException":
12683
+ case "com.amazonaws.quicksight#ResourceUnavailableException":
12684
+ throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
12685
+ case "ThrottlingException":
12686
+ case "com.amazonaws.quicksight#ThrottlingException":
12687
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
12688
+ default:
12689
+ const parsedBody = parsedOutput.body;
12690
+ return throwDefaultError({
12691
+ output,
12692
+ parsedBody,
12693
+ errorCode,
12694
+ });
12695
+ }
12696
+ };
12218
12697
  const de_UpdateTemplateCommand = async (output, context) => {
12219
12698
  if (output.statusCode !== 200 && output.statusCode >= 300) {
12220
12699
  return de_UpdateTemplateCommandError(output, context);
@@ -15443,7 +15922,6 @@ const de_Analysis = (output, context) => {
15443
15922
  Errors: smithy_client_1._json,
15444
15923
  LastUpdatedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15445
15924
  Name: smithy_client_1.expectString,
15446
- Options: smithy_client_1._json,
15447
15925
  Sheets: smithy_client_1._json,
15448
15926
  Status: smithy_client_1.expectString,
15449
15927
  ThemeArn: smithy_client_1.expectString,
@@ -15504,6 +15982,8 @@ const de_AssetBundleExportJobSummary = (output, context) => {
15504
15982
  CreatedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15505
15983
  ExportFormat: smithy_client_1.expectString,
15506
15984
  IncludeAllDependencies: smithy_client_1.expectBoolean,
15985
+ IncludePermissions: smithy_client_1.expectBoolean,
15986
+ IncludeTags: smithy_client_1.expectBoolean,
15507
15987
  JobStatus: smithy_client_1.expectString,
15508
15988
  });
15509
15989
  };
@@ -15915,7 +16395,6 @@ const de_DashboardVersion = (output, context) => {
15915
16395
  DataSetArns: smithy_client_1._json,
15916
16396
  Description: smithy_client_1.expectString,
15917
16397
  Errors: smithy_client_1._json,
15918
- Options: smithy_client_1._json,
15919
16398
  Sheets: smithy_client_1._json,
15920
16399
  SourceEntityArn: smithy_client_1.expectString,
15921
16400
  Status: smithy_client_1.expectString,
@@ -17664,7 +18143,6 @@ const de_TemplateVersion = (output, context) => {
17664
18143
  DataSetConfigurations: smithy_client_1._json,
17665
18144
  Description: smithy_client_1.expectString,
17666
18145
  Errors: smithy_client_1._json,
17667
- Options: smithy_client_1._json,
17668
18146
  Sheets: smithy_client_1._json,
17669
18147
  SourceEntityArn: smithy_client_1.expectString,
17670
18148
  Status: smithy_client_1.expectString,