@aws-sdk/client-quicksight 3.454.0 → 3.460.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 (50) hide show
  1. package/README.md +191 -167
  2. package/dist-cjs/QuickSight.js +6 -0
  3. package/dist-cjs/commands/DeleteIdentityPropagationConfigCommand.js +51 -0
  4. package/dist-cjs/commands/ListIdentityPropagationConfigsCommand.js +51 -0
  5. package/dist-cjs/commands/UpdateIdentityPropagationConfigCommand.js +51 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_2.js +6 -20
  8. package/dist-cjs/models/models_3.js +20 -3
  9. package/dist-cjs/protocols/Aws_restJson1.js +222 -7
  10. package/dist-es/QuickSight.js +6 -0
  11. package/dist-es/commands/DeleteIdentityPropagationConfigCommand.js +47 -0
  12. package/dist-es/commands/ListIdentityPropagationConfigsCommand.js +47 -0
  13. package/dist-es/commands/UpdateIdentityPropagationConfigCommand.js +47 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/models/models_2.js +3 -16
  16. package/dist-es/models/models_3.js +17 -1
  17. package/dist-es/protocols/Aws_restJson1.js +209 -0
  18. package/dist-types/QuickSight.d.ts +21 -0
  19. package/dist-types/QuickSightClient.d.ts +5 -2
  20. package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +94 -0
  22. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +3 -0
  23. package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -0
  24. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -0
  25. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +104 -0
  26. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  29. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +3 -0
  30. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +97 -0
  32. package/dist-types/commands/index.d.ts +3 -0
  33. package/dist-types/models/models_2.d.ts +44 -50
  34. package/dist-types/models/models_3.d.ts +124 -191
  35. package/dist-types/models/models_4.d.ts +228 -1
  36. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  37. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  38. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  39. package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +42 -0
  40. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +42 -0
  41. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +42 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  46. package/dist-types/ts3.4/models/models_2.d.ts +12 -22
  47. package/dist-types/ts3.4/models/models_3.d.ts +43 -48
  48. package/dist-types/ts3.4/models/models_4.d.ts +55 -0
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  50. package/package.json +12 -12
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
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;
3
+ 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_DeleteIdentityPropagationConfigCommand = 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_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 = exports.se_DescribeAccountSettingsCommand = void 0;
5
+ 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_ListIdentityPropagationConfigsCommand = exports.se_ListIAMPolicyAssignmentsForUserCommand = exports.se_ListIAMPolicyAssignmentsCommand = exports.se_ListGroupsCommand = exports.se_ListGroupMembershipsCommand = exports.se_ListFoldersCommand = exports.se_ListFolderMembersCommand = exports.se_ListDataSourcesCommand = exports.se_ListDataSetsCommand = void 0;
6
+ 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_UpdateIdentityPropagationConfigCommand = exports.se_UpdateIAMPolicyAssignmentCommand = exports.se_UpdateGroupCommand = exports.se_UpdateFolderPermissionsCommand = exports.se_UpdateFolderCommand = void 0;
7
+ 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_DeleteIdentityPropagationConfigCommand = exports.de_DeleteIAMPolicyAssignmentCommand = exports.de_DeleteGroupMembershipCommand = exports.de_DeleteGroupCommand = exports.de_DeleteFolderMembershipCommand = exports.de_DeleteFolderCommand = void 0;
8
+ 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_ListIdentityPropagationConfigsCommand = 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 = exports.de_DescribeThemeAliasCommand = exports.de_DescribeThemeCommand = exports.de_DescribeTemplatePermissionsCommand = exports.de_DescribeTemplateDefinitionCommand = 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_UpdateIdentityPropagationConfigCommand = 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 = exports.de_StartAssetBundleExportJobCommand = exports.de_SearchGroupsCommand = exports.de_SearchFoldersCommand = exports.de_SearchDataSourcesCommand = exports.de_SearchDataSetsCommand = 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");
@@ -882,6 +882,25 @@ const se_DeleteIAMPolicyAssignmentCommand = async (input, context) => {
882
882
  });
883
883
  };
884
884
  exports.se_DeleteIAMPolicyAssignmentCommand = se_DeleteIAMPolicyAssignmentCommand;
885
+ const se_DeleteIdentityPropagationConfigCommand = async (input, context) => {
886
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
887
+ const headers = {};
888
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
889
+ "/accounts/{AwsAccountId}/identity-propagation-config/{Service}";
890
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
891
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Service", () => input.Service, "{Service}", false);
892
+ let body;
893
+ return new protocol_http_1.HttpRequest({
894
+ protocol,
895
+ hostname,
896
+ port,
897
+ method: "DELETE",
898
+ headers,
899
+ path: resolvedPath,
900
+ body,
901
+ });
902
+ };
903
+ exports.se_DeleteIdentityPropagationConfigCommand = se_DeleteIdentityPropagationConfigCommand;
885
904
  const se_DeleteNamespaceCommand = async (input, context) => {
886
905
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
887
906
  const headers = {};
@@ -2411,6 +2430,29 @@ const se_ListIAMPolicyAssignmentsForUserCommand = async (input, context) => {
2411
2430
  });
2412
2431
  };
2413
2432
  exports.se_ListIAMPolicyAssignmentsForUserCommand = se_ListIAMPolicyAssignmentsForUserCommand;
2433
+ const se_ListIdentityPropagationConfigsCommand = async (input, context) => {
2434
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2435
+ const headers = {};
2436
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
2437
+ "/accounts/{AwsAccountId}/identity-propagation-config";
2438
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
2439
+ const query = (0, smithy_client_1.map)({
2440
+ "max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
2441
+ "next-token": [, input.NextToken],
2442
+ });
2443
+ let body;
2444
+ return new protocol_http_1.HttpRequest({
2445
+ protocol,
2446
+ hostname,
2447
+ port,
2448
+ method: "GET",
2449
+ headers,
2450
+ path: resolvedPath,
2451
+ query,
2452
+ body,
2453
+ });
2454
+ };
2455
+ exports.se_ListIdentityPropagationConfigsCommand = se_ListIdentityPropagationConfigsCommand;
2414
2456
  const se_ListIngestionsCommand = async (input, context) => {
2415
2457
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2416
2458
  const headers = {};
@@ -3525,6 +3567,30 @@ const se_UpdateIAMPolicyAssignmentCommand = async (input, context) => {
3525
3567
  });
3526
3568
  };
3527
3569
  exports.se_UpdateIAMPolicyAssignmentCommand = se_UpdateIAMPolicyAssignmentCommand;
3570
+ const se_UpdateIdentityPropagationConfigCommand = async (input, context) => {
3571
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
3572
+ const headers = {
3573
+ "content-type": "application/json",
3574
+ };
3575
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
3576
+ "/accounts/{AwsAccountId}/identity-propagation-config/{Service}";
3577
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
3578
+ resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Service", () => input.Service, "{Service}", false);
3579
+ let body;
3580
+ body = JSON.stringify((0, smithy_client_1.take)(input, {
3581
+ AuthorizedTargets: (_) => (0, smithy_client_1._json)(_),
3582
+ }));
3583
+ return new protocol_http_1.HttpRequest({
3584
+ protocol,
3585
+ hostname,
3586
+ port,
3587
+ method: "POST",
3588
+ headers,
3589
+ path: resolvedPath,
3590
+ body,
3591
+ });
3592
+ };
3593
+ exports.se_UpdateIdentityPropagationConfigCommand = se_UpdateIdentityPropagationConfigCommand;
3528
3594
  const se_UpdateIpRestrictionCommand = async (input, context) => {
3529
3595
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
3530
3596
  const headers = {
@@ -5957,6 +6023,55 @@ const de_DeleteIAMPolicyAssignmentCommandError = async (output, context) => {
5957
6023
  });
5958
6024
  }
5959
6025
  };
6026
+ const de_DeleteIdentityPropagationConfigCommand = async (output, context) => {
6027
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6028
+ return de_DeleteIdentityPropagationConfigCommandError(output, context);
6029
+ }
6030
+ const contents = (0, smithy_client_1.map)({
6031
+ $metadata: deserializeMetadata(output),
6032
+ });
6033
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
6034
+ const doc = (0, smithy_client_1.take)(data, {
6035
+ RequestId: smithy_client_1.expectString,
6036
+ });
6037
+ Object.assign(contents, doc);
6038
+ (0, smithy_client_1.map)(contents, {
6039
+ Status: [, output.statusCode],
6040
+ });
6041
+ return contents;
6042
+ };
6043
+ exports.de_DeleteIdentityPropagationConfigCommand = de_DeleteIdentityPropagationConfigCommand;
6044
+ const de_DeleteIdentityPropagationConfigCommandError = async (output, context) => {
6045
+ const parsedOutput = {
6046
+ ...output,
6047
+ body: await parseErrorBody(output.body, context),
6048
+ };
6049
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
6050
+ switch (errorCode) {
6051
+ case "AccessDeniedException":
6052
+ case "com.amazonaws.quicksight#AccessDeniedException":
6053
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
6054
+ case "InternalFailureException":
6055
+ case "com.amazonaws.quicksight#InternalFailureException":
6056
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
6057
+ case "InvalidParameterValueException":
6058
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
6059
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
6060
+ case "ResourceNotFoundException":
6061
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
6062
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
6063
+ case "ThrottlingException":
6064
+ case "com.amazonaws.quicksight#ThrottlingException":
6065
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
6066
+ default:
6067
+ const parsedBody = parsedOutput.body;
6068
+ return throwDefaultError({
6069
+ output,
6070
+ parsedBody,
6071
+ errorCode,
6072
+ });
6073
+ }
6074
+ };
5960
6075
  const de_DeleteNamespaceCommand = async (output, context) => {
5961
6076
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5962
6077
  return de_DeleteNamespaceCommandError(output, context);
@@ -9940,6 +10055,57 @@ const de_ListIAMPolicyAssignmentsForUserCommandError = async (output, context) =
9940
10055
  });
9941
10056
  }
9942
10057
  };
10058
+ const de_ListIdentityPropagationConfigsCommand = async (output, context) => {
10059
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
10060
+ return de_ListIdentityPropagationConfigsCommandError(output, context);
10061
+ }
10062
+ const contents = (0, smithy_client_1.map)({
10063
+ $metadata: deserializeMetadata(output),
10064
+ });
10065
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
10066
+ const doc = (0, smithy_client_1.take)(data, {
10067
+ NextToken: smithy_client_1.expectString,
10068
+ RequestId: smithy_client_1.expectString,
10069
+ Services: smithy_client_1._json,
10070
+ });
10071
+ Object.assign(contents, doc);
10072
+ (0, smithy_client_1.map)(contents, {
10073
+ Status: [, output.statusCode],
10074
+ });
10075
+ return contents;
10076
+ };
10077
+ exports.de_ListIdentityPropagationConfigsCommand = de_ListIdentityPropagationConfigsCommand;
10078
+ const de_ListIdentityPropagationConfigsCommandError = async (output, context) => {
10079
+ const parsedOutput = {
10080
+ ...output,
10081
+ body: await parseErrorBody(output.body, context),
10082
+ };
10083
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
10084
+ switch (errorCode) {
10085
+ case "AccessDeniedException":
10086
+ case "com.amazonaws.quicksight#AccessDeniedException":
10087
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
10088
+ case "InternalFailureException":
10089
+ case "com.amazonaws.quicksight#InternalFailureException":
10090
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
10091
+ case "InvalidParameterValueException":
10092
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
10093
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
10094
+ case "ResourceNotFoundException":
10095
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
10096
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
10097
+ case "ThrottlingException":
10098
+ case "com.amazonaws.quicksight#ThrottlingException":
10099
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
10100
+ default:
10101
+ const parsedBody = parsedOutput.body;
10102
+ return throwDefaultError({
10103
+ output,
10104
+ parsedBody,
10105
+ errorCode,
10106
+ });
10107
+ }
10108
+ };
9943
10109
  const de_ListIngestionsCommand = async (output, context) => {
9944
10110
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9945
10111
  return de_ListIngestionsCommandError(output, context);
@@ -12479,6 +12645,55 @@ const de_UpdateIAMPolicyAssignmentCommandError = async (output, context) => {
12479
12645
  });
12480
12646
  }
12481
12647
  };
12648
+ const de_UpdateIdentityPropagationConfigCommand = async (output, context) => {
12649
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
12650
+ return de_UpdateIdentityPropagationConfigCommandError(output, context);
12651
+ }
12652
+ const contents = (0, smithy_client_1.map)({
12653
+ $metadata: deserializeMetadata(output),
12654
+ });
12655
+ const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
12656
+ const doc = (0, smithy_client_1.take)(data, {
12657
+ RequestId: smithy_client_1.expectString,
12658
+ });
12659
+ Object.assign(contents, doc);
12660
+ (0, smithy_client_1.map)(contents, {
12661
+ Status: [, output.statusCode],
12662
+ });
12663
+ return contents;
12664
+ };
12665
+ exports.de_UpdateIdentityPropagationConfigCommand = de_UpdateIdentityPropagationConfigCommand;
12666
+ const de_UpdateIdentityPropagationConfigCommandError = async (output, context) => {
12667
+ const parsedOutput = {
12668
+ ...output,
12669
+ body: await parseErrorBody(output.body, context),
12670
+ };
12671
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
12672
+ switch (errorCode) {
12673
+ case "AccessDeniedException":
12674
+ case "com.amazonaws.quicksight#AccessDeniedException":
12675
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
12676
+ case "InternalFailureException":
12677
+ case "com.amazonaws.quicksight#InternalFailureException":
12678
+ throw await de_InternalFailureExceptionRes(parsedOutput, context);
12679
+ case "InvalidParameterValueException":
12680
+ case "com.amazonaws.quicksight#InvalidParameterValueException":
12681
+ throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
12682
+ case "ResourceNotFoundException":
12683
+ case "com.amazonaws.quicksight#ResourceNotFoundException":
12684
+ throw await de_ResourceNotFoundExceptionRes(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
+ };
12482
12697
  const de_UpdateIpRestrictionCommand = async (output, context) => {
12483
12698
  if (output.statusCode !== 200 && output.statusCode >= 300) {
12484
12699
  return de_UpdateIpRestrictionCommandError(output, context);
@@ -34,6 +34,7 @@ import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershi
34
34
  import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
35
35
  import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipCommand";
36
36
  import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
37
+ import { DeleteIdentityPropagationConfigCommand, } from "./commands/DeleteIdentityPropagationConfigCommand";
37
38
  import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
38
39
  import { DeleteRefreshScheduleCommand, } from "./commands/DeleteRefreshScheduleCommand";
39
40
  import { DeleteRoleCustomPermissionCommand, } from "./commands/DeleteRoleCustomPermissionCommand";
@@ -106,6 +107,7 @@ import { ListGroupMembershipsCommand, } from "./commands/ListGroupMembershipsCom
106
107
  import { ListGroupsCommand } from "./commands/ListGroupsCommand";
107
108
  import { ListIAMPolicyAssignmentsCommand, } from "./commands/ListIAMPolicyAssignmentsCommand";
108
109
  import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
110
+ import { ListIdentityPropagationConfigsCommand, } from "./commands/ListIdentityPropagationConfigsCommand";
109
111
  import { ListIngestionsCommand, } from "./commands/ListIngestionsCommand";
110
112
  import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
111
113
  import { ListRefreshSchedulesCommand, } from "./commands/ListRefreshSchedulesCommand";
@@ -151,6 +153,7 @@ import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
151
153
  import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
152
154
  import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
153
155
  import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAssignmentCommand";
156
+ import { UpdateIdentityPropagationConfigCommand, } from "./commands/UpdateIdentityPropagationConfigCommand";
154
157
  import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
155
158
  import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
156
159
  import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleCommand";
@@ -203,6 +206,7 @@ const commands = {
203
206
  DeleteGroupCommand,
204
207
  DeleteGroupMembershipCommand,
205
208
  DeleteIAMPolicyAssignmentCommand,
209
+ DeleteIdentityPropagationConfigCommand,
206
210
  DeleteNamespaceCommand,
207
211
  DeleteRefreshScheduleCommand,
208
212
  DeleteRoleCustomPermissionCommand,
@@ -275,6 +279,7 @@ const commands = {
275
279
  ListGroupsCommand,
276
280
  ListIAMPolicyAssignmentsCommand,
277
281
  ListIAMPolicyAssignmentsForUserCommand,
282
+ ListIdentityPropagationConfigsCommand,
278
283
  ListIngestionsCommand,
279
284
  ListNamespacesCommand,
280
285
  ListRefreshSchedulesCommand,
@@ -320,6 +325,7 @@ const commands = {
320
325
  UpdateFolderPermissionsCommand,
321
326
  UpdateGroupCommand,
322
327
  UpdateIAMPolicyAssignmentCommand,
328
+ UpdateIdentityPropagationConfigCommand,
323
329
  UpdateIpRestrictionCommand,
324
330
  UpdatePublicSharingSettingsCommand,
325
331
  UpdateRefreshScheduleCommand,
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DeleteIdentityPropagationConfigCommand, se_DeleteIdentityPropagationConfigCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteIdentityPropagationConfigCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentityPropagationConfigCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "DeleteIdentityPropagationConfigCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "DeleteIdentityPropagationConfig",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DeleteIdentityPropagationConfigCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DeleteIdentityPropagationConfigCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListIdentityPropagationConfigsCommand, se_ListIdentityPropagationConfigsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListIdentityPropagationConfigsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListIdentityPropagationConfigsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "ListIdentityPropagationConfigsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "ListIdentityPropagationConfigs",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListIdentityPropagationConfigsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListIdentityPropagationConfigsCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_UpdateIdentityPropagationConfigCommand, se_UpdateIdentityPropagationConfigCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateIdentityPropagationConfigCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateIdentityPropagationConfigCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "UpdateIdentityPropagationConfigCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "UpdateIdentityPropagationConfig",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_UpdateIdentityPropagationConfigCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_UpdateIdentityPropagationConfigCommand(output, context);
46
+ }
47
+ }
@@ -33,6 +33,7 @@ export * from "./DeleteFolderMembershipCommand";
33
33
  export * from "./DeleteGroupCommand";
34
34
  export * from "./DeleteGroupMembershipCommand";
35
35
  export * from "./DeleteIAMPolicyAssignmentCommand";
36
+ export * from "./DeleteIdentityPropagationConfigCommand";
36
37
  export * from "./DeleteNamespaceCommand";
37
38
  export * from "./DeleteRefreshScheduleCommand";
38
39
  export * from "./DeleteRoleCustomPermissionCommand";
@@ -105,6 +106,7 @@ export * from "./ListGroupMembershipsCommand";
105
106
  export * from "./ListGroupsCommand";
106
107
  export * from "./ListIAMPolicyAssignmentsCommand";
107
108
  export * from "./ListIAMPolicyAssignmentsForUserCommand";
109
+ export * from "./ListIdentityPropagationConfigsCommand";
108
110
  export * from "./ListIngestionsCommand";
109
111
  export * from "./ListNamespacesCommand";
110
112
  export * from "./ListRefreshSchedulesCommand";
@@ -150,6 +152,7 @@ export * from "./UpdateFolderCommand";
150
152
  export * from "./UpdateFolderPermissionsCommand";
151
153
  export * from "./UpdateGroupCommand";
152
154
  export * from "./UpdateIAMPolicyAssignmentCommand";
155
+ export * from "./UpdateIdentityPropagationConfigCommand";
153
156
  export * from "./UpdateIpRestrictionCommand";
154
157
  export * from "./UpdatePublicSharingSettingsCommand";
155
158
  export * from "./UpdateRefreshScheduleCommand";
@@ -145,6 +145,9 @@ export const AuthenticationMethodOption = {
145
145
  IAM_IDENTITY_CENTER: "IAM_IDENTITY_CENTER",
146
146
  IAM_ONLY: "IAM_ONLY",
147
147
  };
148
+ export const ServiceType = {
149
+ REDSHIFT: "REDSHIFT",
150
+ };
148
151
  export const AuthorSpecifiedAggregation = {
149
152
  AVERAGE: "AVERAGE",
150
153
  COUNT: "COUNT",
@@ -595,18 +598,6 @@ export const TopicTimeGranularity = {
595
598
  WEEK: "WEEK",
596
599
  YEAR: "YEAR",
597
600
  };
598
- export const FilterClass = {
599
- CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
600
- ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
601
- NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER",
602
- };
603
- export const NamedFilterType = {
604
- CATEGORY_FILTER: "CATEGORY_FILTER",
605
- DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
606
- NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
607
- NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
608
- RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
609
- };
610
601
  export const SnapshotJobS3ResultFilterSensitiveLog = (obj) => ({
611
602
  ...obj,
612
603
  ...(obj.S3Uri && { S3Uri: SENSITIVE_STRING }),
@@ -803,7 +794,3 @@ export const TopicCategoryFilterFilterSensitiveLog = (obj) => ({
803
794
  export const TopicRangeFilterConstantFilterSensitiveLog = (obj) => ({
804
795
  ...obj,
805
796
  });
806
- export const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
807
- ...obj,
808
- ...(obj.Constant && { Constant: SENSITIVE_STRING }),
809
- });
@@ -1,6 +1,18 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, TopicCalculatedFieldFilterSensitiveLog, TopicCategoryFilterFilterSensitiveLog, TopicColumnFilterSensitiveLog, TopicDateRangeFilterFilterSensitiveLog, } from "./models_2";
2
+ import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, TopicCalculatedFieldFilterSensitiveLog, TopicCategoryFilterFilterSensitiveLog, TopicColumnFilterSensitiveLog, } from "./models_2";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+ export const FilterClass = {
5
+ CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
6
+ ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
7
+ NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER",
8
+ };
9
+ export const NamedFilterType = {
10
+ CATEGORY_FILTER: "CATEGORY_FILTER",
11
+ DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
12
+ NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
13
+ NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
14
+ RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
15
+ };
4
16
  export const NamedFilterAggType = {
5
17
  AVERAGE: "AVERAGE",
6
18
  COUNT: "COUNT",
@@ -348,6 +360,10 @@ export class InvalidRequestException extends __BaseException {
348
360
  this.RequestId = opts.RequestId;
349
361
  }
350
362
  }
363
+ export const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
364
+ ...obj,
365
+ ...(obj.Constant && { Constant: SENSITIVE_STRING }),
366
+ });
351
367
  export const TopicSingularFilterConstantFilterSensitiveLog = (obj) => ({
352
368
  ...obj,
353
369
  });