@aws-sdk/client-quicksight 3.218.0 → 3.219.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.
- package/dist-cjs/QuickSight.js +45 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSetCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/CreateIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DescribeIngestionCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateCommand.js +3 -4
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +3 -3
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/ListAnalysesCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/ListFolderMembersCommand.js +4 -3
- package/dist-cjs/commands/ListFoldersCommand.js +3 -3
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-cjs/commands/ListGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-cjs/commands/ListIngestionsCommand.js +3 -3
- package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListThemesCommand.js +3 -3
- package/dist-cjs/commands/ListUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListUsersCommand.js +3 -3
- package/dist-cjs/commands/RegisterUserCommand.js +3 -3
- package/dist-cjs/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-cjs/commands/SearchAnalysesCommand.js +3 -3
- package/dist-cjs/commands/SearchDashboardsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSetsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/SearchFoldersCommand.js +3 -3
- package/dist-cjs/commands/SearchGroupsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateUserCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/index.js +2 -0
- package/dist-cjs/models/models_0.js +988 -1194
- package/dist-cjs/models/models_1.js +1290 -405
- package/dist-cjs/models/models_2.js +1676 -0
- package/dist-cjs/models/models_3.js +443 -0
- package/dist-cjs/protocols/Aws_restJson1.js +12237 -1573
- package/dist-es/QuickSight.js +45 -0
- package/dist-es/commands/CancelIngestionCommand.js +1 -1
- package/dist-es/commands/CreateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/CreateDataSetCommand.js +1 -1
- package/dist-es/commands/CreateDataSourceCommand.js +1 -1
- package/dist-es/commands/CreateFolderCommand.js +1 -1
- package/dist-es/commands/CreateFolderMembershipCommand.js +1 -1
- package/dist-es/commands/CreateGroupCommand.js +1 -1
- package/dist-es/commands/CreateGroupMembershipCommand.js +1 -1
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/CreateIngestionCommand.js +1 -1
- package/dist-es/commands/CreateNamespaceCommand.js +1 -1
- package/dist-es/commands/CreateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/CreateThemeAliasCommand.js +1 -1
- package/dist-es/commands/CreateThemeCommand.js +1 -1
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DeleteAnalysisCommand.js +1 -1
- package/dist-es/commands/DeleteDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDataSetCommand.js +1 -1
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteFolderCommand.js +1 -1
- package/dist-es/commands/DeleteFolderMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteGroupCommand.js +1 -1
- package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateCommand.js +1 -1
- package/dist-es/commands/DeleteThemeAliasCommand.js +1 -1
- package/dist-es/commands/DeleteThemeCommand.js +1 -1
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +1 -1
- package/dist-es/commands/DeleteUserCommand.js +1 -1
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSettingsCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourceCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderCommand.js +1 -1
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeGroupCommand.js +1 -1
- package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DescribeIngestionCommand.js +1 -1
- package/dist-es/commands/DescribeIpRestrictionCommand.js +1 -1
- package/dist-es/commands/DescribeNamespaceCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +1 -2
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
- package/dist-es/commands/DescribeThemeCommand.js +1 -1
- package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListAnalysesCommand.js +1 -1
- package/dist-es/commands/ListDashboardVersionsCommand.js +1 -1
- package/dist-es/commands/ListDashboardsCommand.js +1 -1
- package/dist-es/commands/ListDataSetsCommand.js +1 -1
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListFolderMembersCommand.js +2 -1
- package/dist-es/commands/ListFoldersCommand.js +1 -1
- package/dist-es/commands/ListGroupMembershipsCommand.js +1 -1
- package/dist-es/commands/ListGroupsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
- package/dist-es/commands/ListIngestionsCommand.js +1 -1
- package/dist-es/commands/ListNamespacesCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/ListTemplateAliasesCommand.js +1 -1
- package/dist-es/commands/ListTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/ListTemplatesCommand.js +1 -1
- package/dist-es/commands/ListThemeAliasesCommand.js +1 -1
- package/dist-es/commands/ListThemeVersionsCommand.js +1 -1
- package/dist-es/commands/ListThemesCommand.js +1 -1
- package/dist-es/commands/ListUserGroupsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/RegisterUserCommand.js +1 -1
- package/dist-es/commands/RestoreAnalysisCommand.js +1 -1
- package/dist-es/commands/SearchAnalysesCommand.js +1 -1
- package/dist-es/commands/SearchDashboardsCommand.js +1 -1
- package/dist-es/commands/SearchDataSetsCommand.js +1 -1
- package/dist-es/commands/SearchDataSourcesCommand.js +1 -1
- package/dist-es/commands/SearchFoldersCommand.js +1 -1
- package/dist-es/commands/SearchGroupsCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateFolderCommand.js +1 -1
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateGroupCommand.js +1 -1
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/UpdateIpRestrictionCommand.js +1 -1
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateThemeAliasCommand.js +1 -1
- package/dist-es/commands/UpdateThemeCommand.js +1 -1
- package/dist-es/commands/UpdateThemePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateUserCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +750 -933
- package/dist-es/models/models_1.js +1034 -242
- package/dist-es/models/models_2.js +1401 -0
- package/dist-es/models/models_3.js +333 -0
- package/dist-es/protocols/Aws_restJson1.js +12190 -1533
- package/dist-types/QuickSight.d.ts +122 -83
- package/dist-types/QuickSightClient.d.ts +6 -3
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -6
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +2 -3
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +15 -15
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +8 -8
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +9 -9
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +10 -10
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +7 -7
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +3488 -4527
- package/dist-types/models/models_1.d.ts +4346 -2387
- package/dist-types/models/models_2.d.ts +7741 -0
- package/dist-types/models/models_3.d.ts +2803 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1833 -2873
- package/dist-types/ts3.4/models/models_1.d.ts +2153 -1310
- package/dist-types/ts3.4/models/models_2.d.ts +3375 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1042 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateDataSetPermissionsCommandInput extends UpdateDataSetPermissionsRequest {
|
|
7
7
|
}
|
|
@@ -9,7 +9,7 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates the permissions on a dataset.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/
|
|
4
|
+
import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateDataSourcePermissionsCommandInput extends UpdateDataSourcePermissionsRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateFolderRequest, UpdateFolderResponse } from "../models/
|
|
4
|
+
import { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateFolderCommandInput extends UpdateFolderRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateFolderPermissionsCommandInput extends UpdateFolderPermissionsRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/
|
|
4
|
+
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateGroupCommandInput extends UpdateGroupRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/
|
|
4
|
+
import { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateIAMPolicyAssignmentCommandInput extends UpdateIAMPolicyAssignmentRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/
|
|
4
|
+
import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateIpRestrictionCommandInput extends UpdateIpRestrictionRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/
|
|
4
|
+
import { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdatePublicSharingSettingsCommandInput extends UpdatePublicSharingSettingsRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/
|
|
4
|
+
import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateTemplateAliasCommandInput extends UpdateTemplateAliasRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/
|
|
4
|
+
import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateTemplatePermissionsCommandInput extends UpdateTemplatePermissionsRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateThemeAliasRequest, UpdateThemeAliasResponse } from "../models/
|
|
4
|
+
import { UpdateThemeAliasRequest, UpdateThemeAliasResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateThemeAliasCommandInput extends UpdateThemeAliasRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/
|
|
4
|
+
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateThemeCommandInput extends UpdateThemeRequest {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateThemePermissionsCommandInput extends UpdateThemePermissionsRequest {
|
|
7
7
|
}
|
|
@@ -10,12 +10,12 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates the resource permissions for a theme. Permissions apply to the action to grant or
|
|
12
12
|
* revoke permissions on, for example <code>"quicksight:DescribeTheme"</code>.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>Theme permissions apply in groupings. Valid groupings include the following for the three
|
|
14
14
|
* levels of permissions, which are user, owner, or no permissions: </p>
|
|
15
|
-
*
|
|
15
|
+
* <ul>
|
|
16
16
|
* <li>
|
|
17
17
|
* <p>User</p>
|
|
18
|
-
*
|
|
18
|
+
* <ul>
|
|
19
19
|
* <li>
|
|
20
20
|
* <p>
|
|
21
21
|
* <code>"quicksight:DescribeTheme"</code>
|
|
@@ -37,10 +37,10 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
37
37
|
* </p>
|
|
38
38
|
* </li>
|
|
39
39
|
* </ul>
|
|
40
|
-
*
|
|
40
|
+
* </li>
|
|
41
41
|
* <li>
|
|
42
42
|
* <p>Owner</p>
|
|
43
|
-
*
|
|
43
|
+
* <ul>
|
|
44
44
|
* <li>
|
|
45
45
|
* <p>
|
|
46
46
|
* <code>"quicksight:DescribeTheme"</code>
|
|
@@ -97,7 +97,7 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
97
97
|
* </p>
|
|
98
98
|
* </li>
|
|
99
99
|
* </ul>
|
|
100
|
-
*
|
|
100
|
+
* </li>
|
|
101
101
|
* <li>
|
|
102
102
|
* <p>To specify no permissions, omit the permissions list.</p>
|
|
103
103
|
* </li>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateUserRequest, UpdateUserResponse } from "../models/
|
|
4
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
7
7
|
}
|
|
@@ -38,8 +38,10 @@ export * from "./DescribeAccountCustomizationCommand";
|
|
|
38
38
|
export * from "./DescribeAccountSettingsCommand";
|
|
39
39
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
40
40
|
export * from "./DescribeAnalysisCommand";
|
|
41
|
+
export * from "./DescribeAnalysisDefinitionCommand";
|
|
41
42
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
42
43
|
export * from "./DescribeDashboardCommand";
|
|
44
|
+
export * from "./DescribeDashboardDefinitionCommand";
|
|
43
45
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
44
46
|
export * from "./DescribeDataSetCommand";
|
|
45
47
|
export * from "./DescribeDataSetPermissionsCommand";
|
|
@@ -56,6 +58,7 @@ export * from "./DescribeIpRestrictionCommand";
|
|
|
56
58
|
export * from "./DescribeNamespaceCommand";
|
|
57
59
|
export * from "./DescribeTemplateAliasCommand";
|
|
58
60
|
export * from "./DescribeTemplateCommand";
|
|
61
|
+
export * from "./DescribeTemplateDefinitionCommand";
|
|
59
62
|
export * from "./DescribeTemplatePermissionsCommand";
|
|
60
63
|
export * from "./DescribeThemeAliasCommand";
|
|
61
64
|
export * from "./DescribeThemeCommand";
|