@aws-sdk/client-quicksight 3.216.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 -1570
- 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 +12212 -1552
- 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 +3 -3
|
@@ -40,8 +40,10 @@ import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationC
|
|
|
40
40
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
|
|
41
41
|
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
|
|
42
42
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
|
|
43
|
+
import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "../commands/DescribeAnalysisDefinitionCommand";
|
|
43
44
|
import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
|
|
44
45
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
|
|
46
|
+
import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "../commands/DescribeDashboardDefinitionCommand";
|
|
45
47
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
|
|
46
48
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "../commands/DescribeDataSetCommand";
|
|
47
49
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "../commands/DescribeDataSetPermissionsCommand";
|
|
@@ -58,6 +60,7 @@ import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput }
|
|
|
58
60
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
|
|
59
61
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "../commands/DescribeTemplateAliasCommand";
|
|
60
62
|
import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "../commands/DescribeTemplateCommand";
|
|
63
|
+
import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "../commands/DescribeTemplateDefinitionCommand";
|
|
61
64
|
import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput } from "../commands/DescribeTemplatePermissionsCommand";
|
|
62
65
|
import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "../commands/DescribeThemeAliasCommand";
|
|
63
66
|
import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "../commands/DescribeThemeCommand";
|
|
@@ -163,8 +166,10 @@ export declare const serializeAws_restJson1DescribeAccountCustomizationCommand:
|
|
|
163
166
|
export declare const serializeAws_restJson1DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
167
|
export declare const serializeAws_restJson1DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
168
|
export declare const serializeAws_restJson1DescribeAnalysisCommand: (input: DescribeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
export declare const serializeAws_restJson1DescribeAnalysisDefinitionCommand: (input: DescribeAnalysisDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
170
|
export declare const serializeAws_restJson1DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
171
|
export declare const serializeAws_restJson1DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
export declare const serializeAws_restJson1DescribeDashboardDefinitionCommand: (input: DescribeDashboardDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
173
|
export declare const serializeAws_restJson1DescribeDashboardPermissionsCommand: (input: DescribeDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
174
|
export declare const serializeAws_restJson1DescribeDataSetCommand: (input: DescribeDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
175
|
export declare const serializeAws_restJson1DescribeDataSetPermissionsCommand: (input: DescribeDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -181,6 +186,7 @@ export declare const serializeAws_restJson1DescribeIpRestrictionCommand: (input:
|
|
|
181
186
|
export declare const serializeAws_restJson1DescribeNamespaceCommand: (input: DescribeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
187
|
export declare const serializeAws_restJson1DescribeTemplateCommand: (input: DescribeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
188
|
export declare const serializeAws_restJson1DescribeTemplateAliasCommand: (input: DescribeTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
export declare const serializeAws_restJson1DescribeTemplateDefinitionCommand: (input: DescribeTemplateDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
190
|
export declare const serializeAws_restJson1DescribeTemplatePermissionsCommand: (input: DescribeTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
191
|
export declare const serializeAws_restJson1DescribeThemeCommand: (input: DescribeThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
192
|
export declare const serializeAws_restJson1DescribeThemeAliasCommand: (input: DescribeThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -286,8 +292,10 @@ export declare const deserializeAws_restJson1DescribeAccountCustomizationCommand
|
|
|
286
292
|
export declare const deserializeAws_restJson1DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
|
|
287
293
|
export declare const deserializeAws_restJson1DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
288
294
|
export declare const deserializeAws_restJson1DescribeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisCommandOutput>;
|
|
295
|
+
export declare const deserializeAws_restJson1DescribeAnalysisDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisDefinitionCommandOutput>;
|
|
289
296
|
export declare const deserializeAws_restJson1DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
290
297
|
export declare const deserializeAws_restJson1DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_restJson1DescribeDashboardDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardDefinitionCommandOutput>;
|
|
291
299
|
export declare const deserializeAws_restJson1DescribeDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
292
300
|
export declare const deserializeAws_restJson1DescribeDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetCommandOutput>;
|
|
293
301
|
export declare const deserializeAws_restJson1DescribeDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
@@ -304,6 +312,7 @@ export declare const deserializeAws_restJson1DescribeIpRestrictionCommand: (outp
|
|
|
304
312
|
export declare const deserializeAws_restJson1DescribeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNamespaceCommandOutput>;
|
|
305
313
|
export declare const deserializeAws_restJson1DescribeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateCommandOutput>;
|
|
306
314
|
export declare const deserializeAws_restJson1DescribeTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateAliasCommandOutput>;
|
|
315
|
+
export declare const deserializeAws_restJson1DescribeTemplateDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateDefinitionCommandOutput>;
|
|
307
316
|
export declare const deserializeAws_restJson1DescribeTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplatePermissionsCommandOutput>;
|
|
308
317
|
export declare const deserializeAws_restJson1DescribeThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeCommandOutput>;
|
|
309
318
|
export declare const deserializeAws_restJson1DescribeThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeAliasCommandOutput>;
|
|
@@ -159,6 +159,10 @@ import {
|
|
|
159
159
|
DescribeAnalysisCommandInput,
|
|
160
160
|
DescribeAnalysisCommandOutput,
|
|
161
161
|
} from "./commands/DescribeAnalysisCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeAnalysisDefinitionCommandInput,
|
|
164
|
+
DescribeAnalysisDefinitionCommandOutput,
|
|
165
|
+
} from "./commands/DescribeAnalysisDefinitionCommand";
|
|
162
166
|
import {
|
|
163
167
|
DescribeAnalysisPermissionsCommandInput,
|
|
164
168
|
DescribeAnalysisPermissionsCommandOutput,
|
|
@@ -167,6 +171,10 @@ import {
|
|
|
167
171
|
DescribeDashboardCommandInput,
|
|
168
172
|
DescribeDashboardCommandOutput,
|
|
169
173
|
} from "./commands/DescribeDashboardCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeDashboardDefinitionCommandInput,
|
|
176
|
+
DescribeDashboardDefinitionCommandOutput,
|
|
177
|
+
} from "./commands/DescribeDashboardDefinitionCommand";
|
|
170
178
|
import {
|
|
171
179
|
DescribeDashboardPermissionsCommandInput,
|
|
172
180
|
DescribeDashboardPermissionsCommandOutput,
|
|
@@ -231,6 +239,10 @@ import {
|
|
|
231
239
|
DescribeTemplateCommandInput,
|
|
232
240
|
DescribeTemplateCommandOutput,
|
|
233
241
|
} from "./commands/DescribeTemplateCommand";
|
|
242
|
+
import {
|
|
243
|
+
DescribeTemplateDefinitionCommandInput,
|
|
244
|
+
DescribeTemplateDefinitionCommandOutput,
|
|
245
|
+
} from "./commands/DescribeTemplateDefinitionCommand";
|
|
234
246
|
import {
|
|
235
247
|
DescribeTemplatePermissionsCommandInput,
|
|
236
248
|
DescribeTemplatePermissionsCommandOutput,
|
|
@@ -1013,6 +1025,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1013
1025
|
options: __HttpHandlerOptions,
|
|
1014
1026
|
cb: (err: any, data?: DescribeAnalysisCommandOutput) => void
|
|
1015
1027
|
): void;
|
|
1028
|
+
describeAnalysisDefinition(
|
|
1029
|
+
args: DescribeAnalysisDefinitionCommandInput,
|
|
1030
|
+
options?: __HttpHandlerOptions
|
|
1031
|
+
): Promise<DescribeAnalysisDefinitionCommandOutput>;
|
|
1032
|
+
describeAnalysisDefinition(
|
|
1033
|
+
args: DescribeAnalysisDefinitionCommandInput,
|
|
1034
|
+
cb: (err: any, data?: DescribeAnalysisDefinitionCommandOutput) => void
|
|
1035
|
+
): void;
|
|
1036
|
+
describeAnalysisDefinition(
|
|
1037
|
+
args: DescribeAnalysisDefinitionCommandInput,
|
|
1038
|
+
options: __HttpHandlerOptions,
|
|
1039
|
+
cb: (err: any, data?: DescribeAnalysisDefinitionCommandOutput) => void
|
|
1040
|
+
): void;
|
|
1016
1041
|
describeAnalysisPermissions(
|
|
1017
1042
|
args: DescribeAnalysisPermissionsCommandInput,
|
|
1018
1043
|
options?: __HttpHandlerOptions
|
|
@@ -1039,6 +1064,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1039
1064
|
options: __HttpHandlerOptions,
|
|
1040
1065
|
cb: (err: any, data?: DescribeDashboardCommandOutput) => void
|
|
1041
1066
|
): void;
|
|
1067
|
+
describeDashboardDefinition(
|
|
1068
|
+
args: DescribeDashboardDefinitionCommandInput,
|
|
1069
|
+
options?: __HttpHandlerOptions
|
|
1070
|
+
): Promise<DescribeDashboardDefinitionCommandOutput>;
|
|
1071
|
+
describeDashboardDefinition(
|
|
1072
|
+
args: DescribeDashboardDefinitionCommandInput,
|
|
1073
|
+
cb: (err: any, data?: DescribeDashboardDefinitionCommandOutput) => void
|
|
1074
|
+
): void;
|
|
1075
|
+
describeDashboardDefinition(
|
|
1076
|
+
args: DescribeDashboardDefinitionCommandInput,
|
|
1077
|
+
options: __HttpHandlerOptions,
|
|
1078
|
+
cb: (err: any, data?: DescribeDashboardDefinitionCommandOutput) => void
|
|
1079
|
+
): void;
|
|
1042
1080
|
describeDashboardPermissions(
|
|
1043
1081
|
args: DescribeDashboardPermissionsCommandInput,
|
|
1044
1082
|
options?: __HttpHandlerOptions
|
|
@@ -1253,6 +1291,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1253
1291
|
options: __HttpHandlerOptions,
|
|
1254
1292
|
cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void
|
|
1255
1293
|
): void;
|
|
1294
|
+
describeTemplateDefinition(
|
|
1295
|
+
args: DescribeTemplateDefinitionCommandInput,
|
|
1296
|
+
options?: __HttpHandlerOptions
|
|
1297
|
+
): Promise<DescribeTemplateDefinitionCommandOutput>;
|
|
1298
|
+
describeTemplateDefinition(
|
|
1299
|
+
args: DescribeTemplateDefinitionCommandInput,
|
|
1300
|
+
cb: (err: any, data?: DescribeTemplateDefinitionCommandOutput) => void
|
|
1301
|
+
): void;
|
|
1302
|
+
describeTemplateDefinition(
|
|
1303
|
+
args: DescribeTemplateDefinitionCommandInput,
|
|
1304
|
+
options: __HttpHandlerOptions,
|
|
1305
|
+
cb: (err: any, data?: DescribeTemplateDefinitionCommandOutput) => void
|
|
1306
|
+
): void;
|
|
1256
1307
|
describeTemplatePermissions(
|
|
1257
1308
|
args: DescribeTemplatePermissionsCommandInput,
|
|
1258
1309
|
options?: __HttpHandlerOptions
|
|
@@ -203,6 +203,10 @@ import {
|
|
|
203
203
|
DescribeAnalysisCommandInput,
|
|
204
204
|
DescribeAnalysisCommandOutput,
|
|
205
205
|
} from "./commands/DescribeAnalysisCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribeAnalysisDefinitionCommandInput,
|
|
208
|
+
DescribeAnalysisDefinitionCommandOutput,
|
|
209
|
+
} from "./commands/DescribeAnalysisDefinitionCommand";
|
|
206
210
|
import {
|
|
207
211
|
DescribeAnalysisPermissionsCommandInput,
|
|
208
212
|
DescribeAnalysisPermissionsCommandOutput,
|
|
@@ -211,6 +215,10 @@ import {
|
|
|
211
215
|
DescribeDashboardCommandInput,
|
|
212
216
|
DescribeDashboardCommandOutput,
|
|
213
217
|
} from "./commands/DescribeDashboardCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeDashboardDefinitionCommandInput,
|
|
220
|
+
DescribeDashboardDefinitionCommandOutput,
|
|
221
|
+
} from "./commands/DescribeDashboardDefinitionCommand";
|
|
214
222
|
import {
|
|
215
223
|
DescribeDashboardPermissionsCommandInput,
|
|
216
224
|
DescribeDashboardPermissionsCommandOutput,
|
|
@@ -275,6 +283,10 @@ import {
|
|
|
275
283
|
DescribeTemplateCommandInput,
|
|
276
284
|
DescribeTemplateCommandOutput,
|
|
277
285
|
} from "./commands/DescribeTemplateCommand";
|
|
286
|
+
import {
|
|
287
|
+
DescribeTemplateDefinitionCommandInput,
|
|
288
|
+
DescribeTemplateDefinitionCommandOutput,
|
|
289
|
+
} from "./commands/DescribeTemplateDefinitionCommand";
|
|
278
290
|
import {
|
|
279
291
|
DescribeTemplatePermissionsCommandInput,
|
|
280
292
|
DescribeTemplatePermissionsCommandOutput,
|
|
@@ -581,8 +593,10 @@ export declare type ServiceInputTypes =
|
|
|
581
593
|
| DescribeAccountSettingsCommandInput
|
|
582
594
|
| DescribeAccountSubscriptionCommandInput
|
|
583
595
|
| DescribeAnalysisCommandInput
|
|
596
|
+
| DescribeAnalysisDefinitionCommandInput
|
|
584
597
|
| DescribeAnalysisPermissionsCommandInput
|
|
585
598
|
| DescribeDashboardCommandInput
|
|
599
|
+
| DescribeDashboardDefinitionCommandInput
|
|
586
600
|
| DescribeDashboardPermissionsCommandInput
|
|
587
601
|
| DescribeDataSetCommandInput
|
|
588
602
|
| DescribeDataSetPermissionsCommandInput
|
|
@@ -599,6 +613,7 @@ export declare type ServiceInputTypes =
|
|
|
599
613
|
| DescribeNamespaceCommandInput
|
|
600
614
|
| DescribeTemplateAliasCommandInput
|
|
601
615
|
| DescribeTemplateCommandInput
|
|
616
|
+
| DescribeTemplateDefinitionCommandInput
|
|
602
617
|
| DescribeTemplatePermissionsCommandInput
|
|
603
618
|
| DescribeThemeAliasCommandInput
|
|
604
619
|
| DescribeThemeCommandInput
|
|
@@ -705,8 +720,10 @@ export declare type ServiceOutputTypes =
|
|
|
705
720
|
| DescribeAccountSettingsCommandOutput
|
|
706
721
|
| DescribeAccountSubscriptionCommandOutput
|
|
707
722
|
| DescribeAnalysisCommandOutput
|
|
723
|
+
| DescribeAnalysisDefinitionCommandOutput
|
|
708
724
|
| DescribeAnalysisPermissionsCommandOutput
|
|
709
725
|
| DescribeDashboardCommandOutput
|
|
726
|
+
| DescribeDashboardDefinitionCommandOutput
|
|
710
727
|
| DescribeDashboardPermissionsCommandOutput
|
|
711
728
|
| DescribeDataSetCommandOutput
|
|
712
729
|
| DescribeDataSetPermissionsCommandOutput
|
|
@@ -723,6 +740,7 @@ export declare type ServiceOutputTypes =
|
|
|
723
740
|
| DescribeNamespaceCommandOutput
|
|
724
741
|
| DescribeTemplateAliasCommandOutput
|
|
725
742
|
| DescribeTemplateCommandOutput
|
|
743
|
+
| DescribeTemplateDefinitionCommandOutput
|
|
726
744
|
| DescribeTemplatePermissionsCommandOutput
|
|
727
745
|
| DescribeThemeAliasCommandOutput
|
|
728
746
|
| DescribeThemeCommandOutput
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { CreateFolderRequest, CreateFolderResponse } from "../models/
|
|
9
|
+
import { CreateFolderRequest, CreateFolderResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { CreateGroupRequest, CreateGroupResponse } from "../models/
|
|
9
|
+
import { CreateGroupRequest, CreateGroupResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { CreateThemeRequest, CreateThemeResponse } from "../models/
|
|
9
|
+
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteFolderRequest, DeleteFolderResponse } from "../models/
|
|
9
|
+
import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteGroupRequest, DeleteGroupResponse } from "../models/
|
|
9
|
+
import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/
|
|
9
|
+
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteUserRequest, DeleteUserResponse } from "../models/
|
|
9
|
+
import { DeleteUserRequest, DeleteUserResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|