@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
|
@@ -0,0 +1,1042 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AccountCustomization,
|
|
3
|
+
ActiveIAMPolicyAssignment,
|
|
4
|
+
ResourceStatus,
|
|
5
|
+
} from "./models_0";
|
|
6
|
+
import {
|
|
7
|
+
_Parameters,
|
|
8
|
+
AnalysisDefinition,
|
|
9
|
+
AnalysisSearchFilter,
|
|
10
|
+
AnalysisSourceEntity,
|
|
11
|
+
AnalysisSummary,
|
|
12
|
+
AssignmentStatus,
|
|
13
|
+
ColumnGroup,
|
|
14
|
+
ColumnLevelPermissionRule,
|
|
15
|
+
ResourcePermission,
|
|
16
|
+
Tag,
|
|
17
|
+
} from "./models_1";
|
|
18
|
+
import {
|
|
19
|
+
DashboardPublishOptions,
|
|
20
|
+
DashboardSearchFilter,
|
|
21
|
+
DashboardSourceEntity,
|
|
22
|
+
DashboardSummary,
|
|
23
|
+
DashboardVersionDefinition,
|
|
24
|
+
DataSetImportMode,
|
|
25
|
+
DataSetSearchFilter,
|
|
26
|
+
DataSetSummary,
|
|
27
|
+
DataSetUsageConfiguration,
|
|
28
|
+
DataSourceCredentials,
|
|
29
|
+
DataSourceParameters,
|
|
30
|
+
DataSourceSearchFilter,
|
|
31
|
+
DataSourceSummary,
|
|
32
|
+
FieldFolder,
|
|
33
|
+
FolderSearchFilter,
|
|
34
|
+
FolderSummary,
|
|
35
|
+
Group,
|
|
36
|
+
GroupMember,
|
|
37
|
+
GroupSearchFilter,
|
|
38
|
+
IAMPolicyAssignmentSummary,
|
|
39
|
+
IdentityType,
|
|
40
|
+
Ingestion,
|
|
41
|
+
LinkSharingConfiguration,
|
|
42
|
+
LogicalTable,
|
|
43
|
+
MemberIdArnPair,
|
|
44
|
+
NamespaceInfoV2,
|
|
45
|
+
PhysicalTable,
|
|
46
|
+
RowLevelPermissionDataSet,
|
|
47
|
+
RowLevelPermissionTagConfiguration,
|
|
48
|
+
SslProperties,
|
|
49
|
+
TemplateAlias,
|
|
50
|
+
TemplateSourceEntity,
|
|
51
|
+
TemplateVersionDefinition,
|
|
52
|
+
ThemeAlias,
|
|
53
|
+
ThemeConfiguration,
|
|
54
|
+
ThemeType,
|
|
55
|
+
User,
|
|
56
|
+
UserRole,
|
|
57
|
+
VpcConnectionProperties,
|
|
58
|
+
} from "./models_2";
|
|
59
|
+
export interface ListFolderMembersResponse {
|
|
60
|
+
Status?: number;
|
|
61
|
+
FolderMemberList?: MemberIdArnPair[];
|
|
62
|
+
NextToken?: string;
|
|
63
|
+
RequestId?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface ListFoldersRequest {
|
|
66
|
+
AwsAccountId: string | undefined;
|
|
67
|
+
NextToken?: string;
|
|
68
|
+
MaxResults?: number;
|
|
69
|
+
}
|
|
70
|
+
export interface ListFoldersResponse {
|
|
71
|
+
Status?: number;
|
|
72
|
+
FolderSummaryList?: FolderSummary[];
|
|
73
|
+
NextToken?: string;
|
|
74
|
+
RequestId?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface ListGroupMembershipsRequest {
|
|
77
|
+
GroupName: string | undefined;
|
|
78
|
+
NextToken?: string;
|
|
79
|
+
MaxResults?: number;
|
|
80
|
+
AwsAccountId: string | undefined;
|
|
81
|
+
Namespace: string | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface ListGroupMembershipsResponse {
|
|
84
|
+
GroupMemberList?: GroupMember[];
|
|
85
|
+
NextToken?: string;
|
|
86
|
+
RequestId?: string;
|
|
87
|
+
Status?: number;
|
|
88
|
+
}
|
|
89
|
+
export interface ListGroupsRequest {
|
|
90
|
+
AwsAccountId: string | undefined;
|
|
91
|
+
NextToken?: string;
|
|
92
|
+
MaxResults?: number;
|
|
93
|
+
Namespace: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface ListGroupsResponse {
|
|
96
|
+
GroupList?: Group[];
|
|
97
|
+
NextToken?: string;
|
|
98
|
+
RequestId?: string;
|
|
99
|
+
Status?: number;
|
|
100
|
+
}
|
|
101
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
102
|
+
AwsAccountId: string | undefined;
|
|
103
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
104
|
+
Namespace: string | undefined;
|
|
105
|
+
NextToken?: string;
|
|
106
|
+
MaxResults?: number;
|
|
107
|
+
}
|
|
108
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
109
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
|
|
110
|
+
NextToken?: string;
|
|
111
|
+
RequestId?: string;
|
|
112
|
+
Status?: number;
|
|
113
|
+
}
|
|
114
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
115
|
+
AwsAccountId: string | undefined;
|
|
116
|
+
UserName: string | undefined;
|
|
117
|
+
NextToken?: string;
|
|
118
|
+
MaxResults?: number;
|
|
119
|
+
Namespace: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
122
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[];
|
|
123
|
+
RequestId?: string;
|
|
124
|
+
NextToken?: string;
|
|
125
|
+
Status?: number;
|
|
126
|
+
}
|
|
127
|
+
export interface ListIngestionsRequest {
|
|
128
|
+
DataSetId: string | undefined;
|
|
129
|
+
NextToken?: string;
|
|
130
|
+
AwsAccountId: string | undefined;
|
|
131
|
+
MaxResults?: number;
|
|
132
|
+
}
|
|
133
|
+
export interface ListIngestionsResponse {
|
|
134
|
+
Ingestions?: Ingestion[];
|
|
135
|
+
NextToken?: string;
|
|
136
|
+
RequestId?: string;
|
|
137
|
+
Status?: number;
|
|
138
|
+
}
|
|
139
|
+
export interface ListNamespacesRequest {
|
|
140
|
+
AwsAccountId: string | undefined;
|
|
141
|
+
NextToken?: string;
|
|
142
|
+
MaxResults?: number;
|
|
143
|
+
}
|
|
144
|
+
export interface ListNamespacesResponse {
|
|
145
|
+
Namespaces?: NamespaceInfoV2[];
|
|
146
|
+
NextToken?: string;
|
|
147
|
+
RequestId?: string;
|
|
148
|
+
Status?: number;
|
|
149
|
+
}
|
|
150
|
+
export interface ListTagsForResourceRequest {
|
|
151
|
+
ResourceArn: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface ListTagsForResourceResponse {
|
|
154
|
+
Tags?: Tag[];
|
|
155
|
+
RequestId?: string;
|
|
156
|
+
Status?: number;
|
|
157
|
+
}
|
|
158
|
+
export interface ListTemplateAliasesRequest {
|
|
159
|
+
AwsAccountId: string | undefined;
|
|
160
|
+
TemplateId: string | undefined;
|
|
161
|
+
NextToken?: string;
|
|
162
|
+
MaxResults?: number;
|
|
163
|
+
}
|
|
164
|
+
export interface ListTemplateAliasesResponse {
|
|
165
|
+
TemplateAliasList?: TemplateAlias[];
|
|
166
|
+
Status?: number;
|
|
167
|
+
RequestId?: string;
|
|
168
|
+
NextToken?: string;
|
|
169
|
+
}
|
|
170
|
+
export interface ListTemplatesRequest {
|
|
171
|
+
AwsAccountId: string | undefined;
|
|
172
|
+
NextToken?: string;
|
|
173
|
+
MaxResults?: number;
|
|
174
|
+
}
|
|
175
|
+
export interface TemplateSummary {
|
|
176
|
+
Arn?: string;
|
|
177
|
+
TemplateId?: string;
|
|
178
|
+
Name?: string;
|
|
179
|
+
LatestVersionNumber?: number;
|
|
180
|
+
CreatedTime?: Date;
|
|
181
|
+
LastUpdatedTime?: Date;
|
|
182
|
+
}
|
|
183
|
+
export interface ListTemplatesResponse {
|
|
184
|
+
TemplateSummaryList?: TemplateSummary[];
|
|
185
|
+
NextToken?: string;
|
|
186
|
+
Status?: number;
|
|
187
|
+
RequestId?: string;
|
|
188
|
+
}
|
|
189
|
+
export interface ListTemplateVersionsRequest {
|
|
190
|
+
AwsAccountId: string | undefined;
|
|
191
|
+
TemplateId: string | undefined;
|
|
192
|
+
NextToken?: string;
|
|
193
|
+
MaxResults?: number;
|
|
194
|
+
}
|
|
195
|
+
export interface TemplateVersionSummary {
|
|
196
|
+
Arn?: string;
|
|
197
|
+
VersionNumber?: number;
|
|
198
|
+
CreatedTime?: Date;
|
|
199
|
+
Status?: ResourceStatus | string;
|
|
200
|
+
Description?: string;
|
|
201
|
+
}
|
|
202
|
+
export interface ListTemplateVersionsResponse {
|
|
203
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[];
|
|
204
|
+
NextToken?: string;
|
|
205
|
+
Status?: number;
|
|
206
|
+
RequestId?: string;
|
|
207
|
+
}
|
|
208
|
+
export interface ListThemeAliasesRequest {
|
|
209
|
+
AwsAccountId: string | undefined;
|
|
210
|
+
ThemeId: string | undefined;
|
|
211
|
+
NextToken?: string;
|
|
212
|
+
MaxResults?: number;
|
|
213
|
+
}
|
|
214
|
+
export interface ListThemeAliasesResponse {
|
|
215
|
+
ThemeAliasList?: ThemeAlias[];
|
|
216
|
+
Status?: number;
|
|
217
|
+
RequestId?: string;
|
|
218
|
+
NextToken?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface ListThemesRequest {
|
|
221
|
+
AwsAccountId: string | undefined;
|
|
222
|
+
NextToken?: string;
|
|
223
|
+
MaxResults?: number;
|
|
224
|
+
Type?: ThemeType | string;
|
|
225
|
+
}
|
|
226
|
+
export interface ThemeSummary {
|
|
227
|
+
Arn?: string;
|
|
228
|
+
Name?: string;
|
|
229
|
+
ThemeId?: string;
|
|
230
|
+
LatestVersionNumber?: number;
|
|
231
|
+
CreatedTime?: Date;
|
|
232
|
+
LastUpdatedTime?: Date;
|
|
233
|
+
}
|
|
234
|
+
export interface ListThemesResponse {
|
|
235
|
+
ThemeSummaryList?: ThemeSummary[];
|
|
236
|
+
NextToken?: string;
|
|
237
|
+
Status?: number;
|
|
238
|
+
RequestId?: string;
|
|
239
|
+
}
|
|
240
|
+
export interface ListThemeVersionsRequest {
|
|
241
|
+
AwsAccountId: string | undefined;
|
|
242
|
+
ThemeId: string | undefined;
|
|
243
|
+
NextToken?: string;
|
|
244
|
+
MaxResults?: number;
|
|
245
|
+
}
|
|
246
|
+
export interface ThemeVersionSummary {
|
|
247
|
+
VersionNumber?: number;
|
|
248
|
+
Arn?: string;
|
|
249
|
+
Description?: string;
|
|
250
|
+
CreatedTime?: Date;
|
|
251
|
+
Status?: ResourceStatus | string;
|
|
252
|
+
}
|
|
253
|
+
export interface ListThemeVersionsResponse {
|
|
254
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[];
|
|
255
|
+
NextToken?: string;
|
|
256
|
+
Status?: number;
|
|
257
|
+
RequestId?: string;
|
|
258
|
+
}
|
|
259
|
+
export interface ListUserGroupsRequest {
|
|
260
|
+
UserName: string | undefined;
|
|
261
|
+
AwsAccountId: string | undefined;
|
|
262
|
+
Namespace: string | undefined;
|
|
263
|
+
NextToken?: string;
|
|
264
|
+
MaxResults?: number;
|
|
265
|
+
}
|
|
266
|
+
export interface ListUserGroupsResponse {
|
|
267
|
+
GroupList?: Group[];
|
|
268
|
+
NextToken?: string;
|
|
269
|
+
RequestId?: string;
|
|
270
|
+
Status?: number;
|
|
271
|
+
}
|
|
272
|
+
export interface ListUsersRequest {
|
|
273
|
+
AwsAccountId: string | undefined;
|
|
274
|
+
NextToken?: string;
|
|
275
|
+
MaxResults?: number;
|
|
276
|
+
Namespace: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface ListUsersResponse {
|
|
279
|
+
UserList?: User[];
|
|
280
|
+
NextToken?: string;
|
|
281
|
+
RequestId?: string;
|
|
282
|
+
Status?: number;
|
|
283
|
+
}
|
|
284
|
+
export interface RegisterUserRequest {
|
|
285
|
+
IdentityType: IdentityType | string | undefined;
|
|
286
|
+
Email: string | undefined;
|
|
287
|
+
UserRole: UserRole | string | undefined;
|
|
288
|
+
IamArn?: string;
|
|
289
|
+
SessionName?: string;
|
|
290
|
+
AwsAccountId: string | undefined;
|
|
291
|
+
Namespace: string | undefined;
|
|
292
|
+
UserName?: string;
|
|
293
|
+
CustomPermissionsName?: string;
|
|
294
|
+
ExternalLoginFederationProviderType?: string;
|
|
295
|
+
CustomFederationProviderUrl?: string;
|
|
296
|
+
ExternalLoginId?: string;
|
|
297
|
+
}
|
|
298
|
+
export interface RegisterUserResponse {
|
|
299
|
+
User?: User;
|
|
300
|
+
UserInvitationUrl?: string;
|
|
301
|
+
RequestId?: string;
|
|
302
|
+
Status?: number;
|
|
303
|
+
}
|
|
304
|
+
export interface RestoreAnalysisRequest {
|
|
305
|
+
AwsAccountId: string | undefined;
|
|
306
|
+
AnalysisId: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface RestoreAnalysisResponse {
|
|
309
|
+
Status?: number;
|
|
310
|
+
Arn?: string;
|
|
311
|
+
AnalysisId?: string;
|
|
312
|
+
RequestId?: string;
|
|
313
|
+
}
|
|
314
|
+
export interface SearchAnalysesRequest {
|
|
315
|
+
AwsAccountId: string | undefined;
|
|
316
|
+
Filters: AnalysisSearchFilter[] | undefined;
|
|
317
|
+
NextToken?: string;
|
|
318
|
+
MaxResults?: number;
|
|
319
|
+
}
|
|
320
|
+
export interface SearchAnalysesResponse {
|
|
321
|
+
AnalysisSummaryList?: AnalysisSummary[];
|
|
322
|
+
NextToken?: string;
|
|
323
|
+
Status?: number;
|
|
324
|
+
RequestId?: string;
|
|
325
|
+
}
|
|
326
|
+
export interface SearchDashboardsRequest {
|
|
327
|
+
AwsAccountId: string | undefined;
|
|
328
|
+
Filters: DashboardSearchFilter[] | undefined;
|
|
329
|
+
NextToken?: string;
|
|
330
|
+
MaxResults?: number;
|
|
331
|
+
}
|
|
332
|
+
export interface SearchDashboardsResponse {
|
|
333
|
+
DashboardSummaryList?: DashboardSummary[];
|
|
334
|
+
NextToken?: string;
|
|
335
|
+
Status?: number;
|
|
336
|
+
RequestId?: string;
|
|
337
|
+
}
|
|
338
|
+
export interface SearchDataSetsRequest {
|
|
339
|
+
AwsAccountId: string | undefined;
|
|
340
|
+
Filters: DataSetSearchFilter[] | undefined;
|
|
341
|
+
NextToken?: string;
|
|
342
|
+
MaxResults?: number;
|
|
343
|
+
}
|
|
344
|
+
export interface SearchDataSetsResponse {
|
|
345
|
+
DataSetSummaries?: DataSetSummary[];
|
|
346
|
+
NextToken?: string;
|
|
347
|
+
Status?: number;
|
|
348
|
+
RequestId?: string;
|
|
349
|
+
}
|
|
350
|
+
export interface SearchDataSourcesRequest {
|
|
351
|
+
AwsAccountId: string | undefined;
|
|
352
|
+
Filters: DataSourceSearchFilter[] | undefined;
|
|
353
|
+
NextToken?: string;
|
|
354
|
+
MaxResults?: number;
|
|
355
|
+
}
|
|
356
|
+
export interface SearchDataSourcesResponse {
|
|
357
|
+
DataSourceSummaries?: DataSourceSummary[];
|
|
358
|
+
NextToken?: string;
|
|
359
|
+
Status?: number;
|
|
360
|
+
RequestId?: string;
|
|
361
|
+
}
|
|
362
|
+
export interface SearchFoldersRequest {
|
|
363
|
+
AwsAccountId: string | undefined;
|
|
364
|
+
Filters: FolderSearchFilter[] | undefined;
|
|
365
|
+
NextToken?: string;
|
|
366
|
+
MaxResults?: number;
|
|
367
|
+
}
|
|
368
|
+
export interface SearchFoldersResponse {
|
|
369
|
+
Status?: number;
|
|
370
|
+
FolderSummaryList?: FolderSummary[];
|
|
371
|
+
NextToken?: string;
|
|
372
|
+
RequestId?: string;
|
|
373
|
+
}
|
|
374
|
+
export interface SearchGroupsRequest {
|
|
375
|
+
AwsAccountId: string | undefined;
|
|
376
|
+
NextToken?: string;
|
|
377
|
+
MaxResults?: number;
|
|
378
|
+
Namespace: string | undefined;
|
|
379
|
+
Filters: GroupSearchFilter[] | undefined;
|
|
380
|
+
}
|
|
381
|
+
export interface SearchGroupsResponse {
|
|
382
|
+
GroupList?: Group[];
|
|
383
|
+
NextToken?: string;
|
|
384
|
+
RequestId?: string;
|
|
385
|
+
Status?: number;
|
|
386
|
+
}
|
|
387
|
+
export interface TagResourceRequest {
|
|
388
|
+
ResourceArn: string | undefined;
|
|
389
|
+
Tags: Tag[] | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface TagResourceResponse {
|
|
392
|
+
RequestId?: string;
|
|
393
|
+
Status?: number;
|
|
394
|
+
}
|
|
395
|
+
export interface UntagResourceRequest {
|
|
396
|
+
ResourceArn: string | undefined;
|
|
397
|
+
TagKeys: string[] | undefined;
|
|
398
|
+
}
|
|
399
|
+
export interface UntagResourceResponse {
|
|
400
|
+
RequestId?: string;
|
|
401
|
+
Status?: number;
|
|
402
|
+
}
|
|
403
|
+
export interface UpdateAccountCustomizationRequest {
|
|
404
|
+
AwsAccountId: string | undefined;
|
|
405
|
+
Namespace?: string;
|
|
406
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface UpdateAccountCustomizationResponse {
|
|
409
|
+
Arn?: string;
|
|
410
|
+
AwsAccountId?: string;
|
|
411
|
+
Namespace?: string;
|
|
412
|
+
AccountCustomization?: AccountCustomization;
|
|
413
|
+
RequestId?: string;
|
|
414
|
+
Status?: number;
|
|
415
|
+
}
|
|
416
|
+
export interface UpdateAccountSettingsRequest {
|
|
417
|
+
AwsAccountId: string | undefined;
|
|
418
|
+
DefaultNamespace: string | undefined;
|
|
419
|
+
NotificationEmail?: string;
|
|
420
|
+
TerminationProtectionEnabled?: boolean;
|
|
421
|
+
}
|
|
422
|
+
export interface UpdateAccountSettingsResponse {
|
|
423
|
+
RequestId?: string;
|
|
424
|
+
Status?: number;
|
|
425
|
+
}
|
|
426
|
+
export interface UpdateAnalysisRequest {
|
|
427
|
+
AwsAccountId: string | undefined;
|
|
428
|
+
AnalysisId: string | undefined;
|
|
429
|
+
Name: string | undefined;
|
|
430
|
+
Parameters?: _Parameters;
|
|
431
|
+
SourceEntity?: AnalysisSourceEntity;
|
|
432
|
+
ThemeArn?: string;
|
|
433
|
+
Definition?: AnalysisDefinition;
|
|
434
|
+
}
|
|
435
|
+
export interface UpdateAnalysisResponse {
|
|
436
|
+
Arn?: string;
|
|
437
|
+
AnalysisId?: string;
|
|
438
|
+
UpdateStatus?: ResourceStatus | string;
|
|
439
|
+
Status?: number;
|
|
440
|
+
RequestId?: string;
|
|
441
|
+
}
|
|
442
|
+
export interface UpdateAnalysisPermissionsRequest {
|
|
443
|
+
AwsAccountId: string | undefined;
|
|
444
|
+
AnalysisId: string | undefined;
|
|
445
|
+
GrantPermissions?: ResourcePermission[];
|
|
446
|
+
RevokePermissions?: ResourcePermission[];
|
|
447
|
+
}
|
|
448
|
+
export interface UpdateAnalysisPermissionsResponse {
|
|
449
|
+
AnalysisArn?: string;
|
|
450
|
+
AnalysisId?: string;
|
|
451
|
+
Permissions?: ResourcePermission[];
|
|
452
|
+
RequestId?: string;
|
|
453
|
+
Status?: number;
|
|
454
|
+
}
|
|
455
|
+
export interface UpdateDashboardRequest {
|
|
456
|
+
AwsAccountId: string | undefined;
|
|
457
|
+
DashboardId: string | undefined;
|
|
458
|
+
Name: string | undefined;
|
|
459
|
+
SourceEntity?: DashboardSourceEntity;
|
|
460
|
+
Parameters?: _Parameters;
|
|
461
|
+
VersionDescription?: string;
|
|
462
|
+
DashboardPublishOptions?: DashboardPublishOptions;
|
|
463
|
+
ThemeArn?: string;
|
|
464
|
+
Definition?: DashboardVersionDefinition;
|
|
465
|
+
}
|
|
466
|
+
export interface UpdateDashboardResponse {
|
|
467
|
+
Arn?: string;
|
|
468
|
+
VersionArn?: string;
|
|
469
|
+
DashboardId?: string;
|
|
470
|
+
CreationStatus?: ResourceStatus | string;
|
|
471
|
+
Status?: number;
|
|
472
|
+
RequestId?: string;
|
|
473
|
+
}
|
|
474
|
+
export interface UpdateDashboardPermissionsRequest {
|
|
475
|
+
AwsAccountId: string | undefined;
|
|
476
|
+
DashboardId: string | undefined;
|
|
477
|
+
GrantPermissions?: ResourcePermission[];
|
|
478
|
+
RevokePermissions?: ResourcePermission[];
|
|
479
|
+
GrantLinkPermissions?: ResourcePermission[];
|
|
480
|
+
RevokeLinkPermissions?: ResourcePermission[];
|
|
481
|
+
}
|
|
482
|
+
export interface UpdateDashboardPermissionsResponse {
|
|
483
|
+
DashboardArn?: string;
|
|
484
|
+
DashboardId?: string;
|
|
485
|
+
Permissions?: ResourcePermission[];
|
|
486
|
+
RequestId?: string;
|
|
487
|
+
Status?: number;
|
|
488
|
+
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
489
|
+
}
|
|
490
|
+
export interface UpdateDashboardPublishedVersionRequest {
|
|
491
|
+
AwsAccountId: string | undefined;
|
|
492
|
+
DashboardId: string | undefined;
|
|
493
|
+
VersionNumber: number | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface UpdateDashboardPublishedVersionResponse {
|
|
496
|
+
DashboardId?: string;
|
|
497
|
+
DashboardArn?: string;
|
|
498
|
+
Status?: number;
|
|
499
|
+
RequestId?: string;
|
|
500
|
+
}
|
|
501
|
+
export interface UpdateDataSetRequest {
|
|
502
|
+
AwsAccountId: string | undefined;
|
|
503
|
+
DataSetId: string | undefined;
|
|
504
|
+
Name: string | undefined;
|
|
505
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
506
|
+
LogicalTableMap?: Record<string, LogicalTable>;
|
|
507
|
+
ImportMode: DataSetImportMode | string | undefined;
|
|
508
|
+
ColumnGroups?: ColumnGroup[];
|
|
509
|
+
FieldFolders?: Record<string, FieldFolder>;
|
|
510
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
|
|
511
|
+
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
|
|
512
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
513
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
514
|
+
}
|
|
515
|
+
export interface UpdateDataSetResponse {
|
|
516
|
+
Arn?: string;
|
|
517
|
+
DataSetId?: string;
|
|
518
|
+
IngestionArn?: string;
|
|
519
|
+
IngestionId?: string;
|
|
520
|
+
RequestId?: string;
|
|
521
|
+
Status?: number;
|
|
522
|
+
}
|
|
523
|
+
export interface UpdateDataSetPermissionsRequest {
|
|
524
|
+
AwsAccountId: string | undefined;
|
|
525
|
+
DataSetId: string | undefined;
|
|
526
|
+
GrantPermissions?: ResourcePermission[];
|
|
527
|
+
RevokePermissions?: ResourcePermission[];
|
|
528
|
+
}
|
|
529
|
+
export interface UpdateDataSetPermissionsResponse {
|
|
530
|
+
DataSetArn?: string;
|
|
531
|
+
DataSetId?: string;
|
|
532
|
+
RequestId?: string;
|
|
533
|
+
Status?: number;
|
|
534
|
+
}
|
|
535
|
+
export interface UpdateDataSourceRequest {
|
|
536
|
+
AwsAccountId: string | undefined;
|
|
537
|
+
DataSourceId: string | undefined;
|
|
538
|
+
Name: string | undefined;
|
|
539
|
+
DataSourceParameters?: DataSourceParameters;
|
|
540
|
+
Credentials?: DataSourceCredentials;
|
|
541
|
+
VpcConnectionProperties?: VpcConnectionProperties;
|
|
542
|
+
SslProperties?: SslProperties;
|
|
543
|
+
}
|
|
544
|
+
export interface UpdateDataSourceResponse {
|
|
545
|
+
Arn?: string;
|
|
546
|
+
DataSourceId?: string;
|
|
547
|
+
UpdateStatus?: ResourceStatus | string;
|
|
548
|
+
RequestId?: string;
|
|
549
|
+
Status?: number;
|
|
550
|
+
}
|
|
551
|
+
export interface UpdateDataSourcePermissionsRequest {
|
|
552
|
+
AwsAccountId: string | undefined;
|
|
553
|
+
DataSourceId: string | undefined;
|
|
554
|
+
GrantPermissions?: ResourcePermission[];
|
|
555
|
+
RevokePermissions?: ResourcePermission[];
|
|
556
|
+
}
|
|
557
|
+
export interface UpdateDataSourcePermissionsResponse {
|
|
558
|
+
DataSourceArn?: string;
|
|
559
|
+
DataSourceId?: string;
|
|
560
|
+
RequestId?: string;
|
|
561
|
+
Status?: number;
|
|
562
|
+
}
|
|
563
|
+
export interface UpdateFolderRequest {
|
|
564
|
+
AwsAccountId: string | undefined;
|
|
565
|
+
FolderId: string | undefined;
|
|
566
|
+
Name: string | undefined;
|
|
567
|
+
}
|
|
568
|
+
export interface UpdateFolderResponse {
|
|
569
|
+
Status?: number;
|
|
570
|
+
Arn?: string;
|
|
571
|
+
FolderId?: string;
|
|
572
|
+
RequestId?: string;
|
|
573
|
+
}
|
|
574
|
+
export interface UpdateFolderPermissionsRequest {
|
|
575
|
+
AwsAccountId: string | undefined;
|
|
576
|
+
FolderId: string | undefined;
|
|
577
|
+
GrantPermissions?: ResourcePermission[];
|
|
578
|
+
RevokePermissions?: ResourcePermission[];
|
|
579
|
+
}
|
|
580
|
+
export interface UpdateFolderPermissionsResponse {
|
|
581
|
+
Status?: number;
|
|
582
|
+
Arn?: string;
|
|
583
|
+
FolderId?: string;
|
|
584
|
+
Permissions?: ResourcePermission[];
|
|
585
|
+
RequestId?: string;
|
|
586
|
+
}
|
|
587
|
+
export interface UpdateGroupRequest {
|
|
588
|
+
GroupName: string | undefined;
|
|
589
|
+
Description?: string;
|
|
590
|
+
AwsAccountId: string | undefined;
|
|
591
|
+
Namespace: string | undefined;
|
|
592
|
+
}
|
|
593
|
+
export interface UpdateGroupResponse {
|
|
594
|
+
Group?: Group;
|
|
595
|
+
RequestId?: string;
|
|
596
|
+
Status?: number;
|
|
597
|
+
}
|
|
598
|
+
export interface UpdateIAMPolicyAssignmentRequest {
|
|
599
|
+
AwsAccountId: string | undefined;
|
|
600
|
+
AssignmentName: string | undefined;
|
|
601
|
+
Namespace: string | undefined;
|
|
602
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
603
|
+
PolicyArn?: string;
|
|
604
|
+
Identities?: Record<string, string[]>;
|
|
605
|
+
}
|
|
606
|
+
export interface UpdateIAMPolicyAssignmentResponse {
|
|
607
|
+
AssignmentName?: string;
|
|
608
|
+
AssignmentId?: string;
|
|
609
|
+
PolicyArn?: string;
|
|
610
|
+
Identities?: Record<string, string[]>;
|
|
611
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
612
|
+
RequestId?: string;
|
|
613
|
+
Status?: number;
|
|
614
|
+
}
|
|
615
|
+
export interface UpdateIpRestrictionRequest {
|
|
616
|
+
AwsAccountId: string | undefined;
|
|
617
|
+
IpRestrictionRuleMap?: Record<string, string>;
|
|
618
|
+
Enabled?: boolean;
|
|
619
|
+
}
|
|
620
|
+
export interface UpdateIpRestrictionResponse {
|
|
621
|
+
AwsAccountId?: string;
|
|
622
|
+
RequestId?: string;
|
|
623
|
+
Status?: number;
|
|
624
|
+
}
|
|
625
|
+
export interface UpdatePublicSharingSettingsRequest {
|
|
626
|
+
AwsAccountId: string | undefined;
|
|
627
|
+
PublicSharingEnabled?: boolean;
|
|
628
|
+
}
|
|
629
|
+
export interface UpdatePublicSharingSettingsResponse {
|
|
630
|
+
RequestId?: string;
|
|
631
|
+
Status?: number;
|
|
632
|
+
}
|
|
633
|
+
export interface UpdateTemplateRequest {
|
|
634
|
+
AwsAccountId: string | undefined;
|
|
635
|
+
TemplateId: string | undefined;
|
|
636
|
+
SourceEntity?: TemplateSourceEntity;
|
|
637
|
+
VersionDescription?: string;
|
|
638
|
+
Name?: string;
|
|
639
|
+
Definition?: TemplateVersionDefinition;
|
|
640
|
+
}
|
|
641
|
+
export interface UpdateTemplateResponse {
|
|
642
|
+
TemplateId?: string;
|
|
643
|
+
Arn?: string;
|
|
644
|
+
VersionArn?: string;
|
|
645
|
+
CreationStatus?: ResourceStatus | string;
|
|
646
|
+
Status?: number;
|
|
647
|
+
RequestId?: string;
|
|
648
|
+
}
|
|
649
|
+
export interface UpdateTemplateAliasRequest {
|
|
650
|
+
AwsAccountId: string | undefined;
|
|
651
|
+
TemplateId: string | undefined;
|
|
652
|
+
AliasName: string | undefined;
|
|
653
|
+
TemplateVersionNumber: number | undefined;
|
|
654
|
+
}
|
|
655
|
+
export interface UpdateTemplateAliasResponse {
|
|
656
|
+
TemplateAlias?: TemplateAlias;
|
|
657
|
+
Status?: number;
|
|
658
|
+
RequestId?: string;
|
|
659
|
+
}
|
|
660
|
+
export interface UpdateTemplatePermissionsRequest {
|
|
661
|
+
AwsAccountId: string | undefined;
|
|
662
|
+
TemplateId: string | undefined;
|
|
663
|
+
GrantPermissions?: ResourcePermission[];
|
|
664
|
+
RevokePermissions?: ResourcePermission[];
|
|
665
|
+
}
|
|
666
|
+
export interface UpdateTemplatePermissionsResponse {
|
|
667
|
+
TemplateId?: string;
|
|
668
|
+
TemplateArn?: string;
|
|
669
|
+
Permissions?: ResourcePermission[];
|
|
670
|
+
RequestId?: string;
|
|
671
|
+
Status?: number;
|
|
672
|
+
}
|
|
673
|
+
export interface UpdateThemeRequest {
|
|
674
|
+
AwsAccountId: string | undefined;
|
|
675
|
+
ThemeId: string | undefined;
|
|
676
|
+
Name?: string;
|
|
677
|
+
BaseThemeId: string | undefined;
|
|
678
|
+
VersionDescription?: string;
|
|
679
|
+
Configuration?: ThemeConfiguration;
|
|
680
|
+
}
|
|
681
|
+
export interface UpdateThemeResponse {
|
|
682
|
+
ThemeId?: string;
|
|
683
|
+
Arn?: string;
|
|
684
|
+
VersionArn?: string;
|
|
685
|
+
CreationStatus?: ResourceStatus | string;
|
|
686
|
+
Status?: number;
|
|
687
|
+
RequestId?: string;
|
|
688
|
+
}
|
|
689
|
+
export interface UpdateThemeAliasRequest {
|
|
690
|
+
AwsAccountId: string | undefined;
|
|
691
|
+
ThemeId: string | undefined;
|
|
692
|
+
AliasName: string | undefined;
|
|
693
|
+
ThemeVersionNumber: number | undefined;
|
|
694
|
+
}
|
|
695
|
+
export interface UpdateThemeAliasResponse {
|
|
696
|
+
ThemeAlias?: ThemeAlias;
|
|
697
|
+
Status?: number;
|
|
698
|
+
RequestId?: string;
|
|
699
|
+
}
|
|
700
|
+
export interface UpdateThemePermissionsRequest {
|
|
701
|
+
AwsAccountId: string | undefined;
|
|
702
|
+
ThemeId: string | undefined;
|
|
703
|
+
GrantPermissions?: ResourcePermission[];
|
|
704
|
+
RevokePermissions?: ResourcePermission[];
|
|
705
|
+
}
|
|
706
|
+
export interface UpdateThemePermissionsResponse {
|
|
707
|
+
ThemeId?: string;
|
|
708
|
+
ThemeArn?: string;
|
|
709
|
+
Permissions?: ResourcePermission[];
|
|
710
|
+
RequestId?: string;
|
|
711
|
+
Status?: number;
|
|
712
|
+
}
|
|
713
|
+
export interface UpdateUserRequest {
|
|
714
|
+
UserName: string | undefined;
|
|
715
|
+
AwsAccountId: string | undefined;
|
|
716
|
+
Namespace: string | undefined;
|
|
717
|
+
Email: string | undefined;
|
|
718
|
+
Role: UserRole | string | undefined;
|
|
719
|
+
CustomPermissionsName?: string;
|
|
720
|
+
UnapplyCustomPermissions?: boolean;
|
|
721
|
+
ExternalLoginFederationProviderType?: string;
|
|
722
|
+
CustomFederationProviderUrl?: string;
|
|
723
|
+
ExternalLoginId?: string;
|
|
724
|
+
}
|
|
725
|
+
export interface UpdateUserResponse {
|
|
726
|
+
User?: User;
|
|
727
|
+
RequestId?: string;
|
|
728
|
+
Status?: number;
|
|
729
|
+
}
|
|
730
|
+
export declare const ListFolderMembersResponseFilterSensitiveLog: (
|
|
731
|
+
obj: ListFolderMembersResponse
|
|
732
|
+
) => any;
|
|
733
|
+
export declare const ListFoldersRequestFilterSensitiveLog: (
|
|
734
|
+
obj: ListFoldersRequest
|
|
735
|
+
) => any;
|
|
736
|
+
export declare const ListFoldersResponseFilterSensitiveLog: (
|
|
737
|
+
obj: ListFoldersResponse
|
|
738
|
+
) => any;
|
|
739
|
+
export declare const ListGroupMembershipsRequestFilterSensitiveLog: (
|
|
740
|
+
obj: ListGroupMembershipsRequest
|
|
741
|
+
) => any;
|
|
742
|
+
export declare const ListGroupMembershipsResponseFilterSensitiveLog: (
|
|
743
|
+
obj: ListGroupMembershipsResponse
|
|
744
|
+
) => any;
|
|
745
|
+
export declare const ListGroupsRequestFilterSensitiveLog: (
|
|
746
|
+
obj: ListGroupsRequest
|
|
747
|
+
) => any;
|
|
748
|
+
export declare const ListGroupsResponseFilterSensitiveLog: (
|
|
749
|
+
obj: ListGroupsResponse
|
|
750
|
+
) => any;
|
|
751
|
+
export declare const ListIAMPolicyAssignmentsRequestFilterSensitiveLog: (
|
|
752
|
+
obj: ListIAMPolicyAssignmentsRequest
|
|
753
|
+
) => any;
|
|
754
|
+
export declare const ListIAMPolicyAssignmentsResponseFilterSensitiveLog: (
|
|
755
|
+
obj: ListIAMPolicyAssignmentsResponse
|
|
756
|
+
) => any;
|
|
757
|
+
export declare const ListIAMPolicyAssignmentsForUserRequestFilterSensitiveLog: (
|
|
758
|
+
obj: ListIAMPolicyAssignmentsForUserRequest
|
|
759
|
+
) => any;
|
|
760
|
+
export declare const ListIAMPolicyAssignmentsForUserResponseFilterSensitiveLog: (
|
|
761
|
+
obj: ListIAMPolicyAssignmentsForUserResponse
|
|
762
|
+
) => any;
|
|
763
|
+
export declare const ListIngestionsRequestFilterSensitiveLog: (
|
|
764
|
+
obj: ListIngestionsRequest
|
|
765
|
+
) => any;
|
|
766
|
+
export declare const ListIngestionsResponseFilterSensitiveLog: (
|
|
767
|
+
obj: ListIngestionsResponse
|
|
768
|
+
) => any;
|
|
769
|
+
export declare const ListNamespacesRequestFilterSensitiveLog: (
|
|
770
|
+
obj: ListNamespacesRequest
|
|
771
|
+
) => any;
|
|
772
|
+
export declare const ListNamespacesResponseFilterSensitiveLog: (
|
|
773
|
+
obj: ListNamespacesResponse
|
|
774
|
+
) => any;
|
|
775
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
776
|
+
obj: ListTagsForResourceRequest
|
|
777
|
+
) => any;
|
|
778
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
779
|
+
obj: ListTagsForResourceResponse
|
|
780
|
+
) => any;
|
|
781
|
+
export declare const ListTemplateAliasesRequestFilterSensitiveLog: (
|
|
782
|
+
obj: ListTemplateAliasesRequest
|
|
783
|
+
) => any;
|
|
784
|
+
export declare const ListTemplateAliasesResponseFilterSensitiveLog: (
|
|
785
|
+
obj: ListTemplateAliasesResponse
|
|
786
|
+
) => any;
|
|
787
|
+
export declare const ListTemplatesRequestFilterSensitiveLog: (
|
|
788
|
+
obj: ListTemplatesRequest
|
|
789
|
+
) => any;
|
|
790
|
+
export declare const TemplateSummaryFilterSensitiveLog: (
|
|
791
|
+
obj: TemplateSummary
|
|
792
|
+
) => any;
|
|
793
|
+
export declare const ListTemplatesResponseFilterSensitiveLog: (
|
|
794
|
+
obj: ListTemplatesResponse
|
|
795
|
+
) => any;
|
|
796
|
+
export declare const ListTemplateVersionsRequestFilterSensitiveLog: (
|
|
797
|
+
obj: ListTemplateVersionsRequest
|
|
798
|
+
) => any;
|
|
799
|
+
export declare const TemplateVersionSummaryFilterSensitiveLog: (
|
|
800
|
+
obj: TemplateVersionSummary
|
|
801
|
+
) => any;
|
|
802
|
+
export declare const ListTemplateVersionsResponseFilterSensitiveLog: (
|
|
803
|
+
obj: ListTemplateVersionsResponse
|
|
804
|
+
) => any;
|
|
805
|
+
export declare const ListThemeAliasesRequestFilterSensitiveLog: (
|
|
806
|
+
obj: ListThemeAliasesRequest
|
|
807
|
+
) => any;
|
|
808
|
+
export declare const ListThemeAliasesResponseFilterSensitiveLog: (
|
|
809
|
+
obj: ListThemeAliasesResponse
|
|
810
|
+
) => any;
|
|
811
|
+
export declare const ListThemesRequestFilterSensitiveLog: (
|
|
812
|
+
obj: ListThemesRequest
|
|
813
|
+
) => any;
|
|
814
|
+
export declare const ThemeSummaryFilterSensitiveLog: (obj: ThemeSummary) => any;
|
|
815
|
+
export declare const ListThemesResponseFilterSensitiveLog: (
|
|
816
|
+
obj: ListThemesResponse
|
|
817
|
+
) => any;
|
|
818
|
+
export declare const ListThemeVersionsRequestFilterSensitiveLog: (
|
|
819
|
+
obj: ListThemeVersionsRequest
|
|
820
|
+
) => any;
|
|
821
|
+
export declare const ThemeVersionSummaryFilterSensitiveLog: (
|
|
822
|
+
obj: ThemeVersionSummary
|
|
823
|
+
) => any;
|
|
824
|
+
export declare const ListThemeVersionsResponseFilterSensitiveLog: (
|
|
825
|
+
obj: ListThemeVersionsResponse
|
|
826
|
+
) => any;
|
|
827
|
+
export declare const ListUserGroupsRequestFilterSensitiveLog: (
|
|
828
|
+
obj: ListUserGroupsRequest
|
|
829
|
+
) => any;
|
|
830
|
+
export declare const ListUserGroupsResponseFilterSensitiveLog: (
|
|
831
|
+
obj: ListUserGroupsResponse
|
|
832
|
+
) => any;
|
|
833
|
+
export declare const ListUsersRequestFilterSensitiveLog: (
|
|
834
|
+
obj: ListUsersRequest
|
|
835
|
+
) => any;
|
|
836
|
+
export declare const ListUsersResponseFilterSensitiveLog: (
|
|
837
|
+
obj: ListUsersResponse
|
|
838
|
+
) => any;
|
|
839
|
+
export declare const RegisterUserRequestFilterSensitiveLog: (
|
|
840
|
+
obj: RegisterUserRequest
|
|
841
|
+
) => any;
|
|
842
|
+
export declare const RegisterUserResponseFilterSensitiveLog: (
|
|
843
|
+
obj: RegisterUserResponse
|
|
844
|
+
) => any;
|
|
845
|
+
export declare const RestoreAnalysisRequestFilterSensitiveLog: (
|
|
846
|
+
obj: RestoreAnalysisRequest
|
|
847
|
+
) => any;
|
|
848
|
+
export declare const RestoreAnalysisResponseFilterSensitiveLog: (
|
|
849
|
+
obj: RestoreAnalysisResponse
|
|
850
|
+
) => any;
|
|
851
|
+
export declare const SearchAnalysesRequestFilterSensitiveLog: (
|
|
852
|
+
obj: SearchAnalysesRequest
|
|
853
|
+
) => any;
|
|
854
|
+
export declare const SearchAnalysesResponseFilterSensitiveLog: (
|
|
855
|
+
obj: SearchAnalysesResponse
|
|
856
|
+
) => any;
|
|
857
|
+
export declare const SearchDashboardsRequestFilterSensitiveLog: (
|
|
858
|
+
obj: SearchDashboardsRequest
|
|
859
|
+
) => any;
|
|
860
|
+
export declare const SearchDashboardsResponseFilterSensitiveLog: (
|
|
861
|
+
obj: SearchDashboardsResponse
|
|
862
|
+
) => any;
|
|
863
|
+
export declare const SearchDataSetsRequestFilterSensitiveLog: (
|
|
864
|
+
obj: SearchDataSetsRequest
|
|
865
|
+
) => any;
|
|
866
|
+
export declare const SearchDataSetsResponseFilterSensitiveLog: (
|
|
867
|
+
obj: SearchDataSetsResponse
|
|
868
|
+
) => any;
|
|
869
|
+
export declare const SearchDataSourcesRequestFilterSensitiveLog: (
|
|
870
|
+
obj: SearchDataSourcesRequest
|
|
871
|
+
) => any;
|
|
872
|
+
export declare const SearchDataSourcesResponseFilterSensitiveLog: (
|
|
873
|
+
obj: SearchDataSourcesResponse
|
|
874
|
+
) => any;
|
|
875
|
+
export declare const SearchFoldersRequestFilterSensitiveLog: (
|
|
876
|
+
obj: SearchFoldersRequest
|
|
877
|
+
) => any;
|
|
878
|
+
export declare const SearchFoldersResponseFilterSensitiveLog: (
|
|
879
|
+
obj: SearchFoldersResponse
|
|
880
|
+
) => any;
|
|
881
|
+
export declare const SearchGroupsRequestFilterSensitiveLog: (
|
|
882
|
+
obj: SearchGroupsRequest
|
|
883
|
+
) => any;
|
|
884
|
+
export declare const SearchGroupsResponseFilterSensitiveLog: (
|
|
885
|
+
obj: SearchGroupsResponse
|
|
886
|
+
) => any;
|
|
887
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
888
|
+
obj: TagResourceRequest
|
|
889
|
+
) => any;
|
|
890
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
891
|
+
obj: TagResourceResponse
|
|
892
|
+
) => any;
|
|
893
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
894
|
+
obj: UntagResourceRequest
|
|
895
|
+
) => any;
|
|
896
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
897
|
+
obj: UntagResourceResponse
|
|
898
|
+
) => any;
|
|
899
|
+
export declare const UpdateAccountCustomizationRequestFilterSensitiveLog: (
|
|
900
|
+
obj: UpdateAccountCustomizationRequest
|
|
901
|
+
) => any;
|
|
902
|
+
export declare const UpdateAccountCustomizationResponseFilterSensitiveLog: (
|
|
903
|
+
obj: UpdateAccountCustomizationResponse
|
|
904
|
+
) => any;
|
|
905
|
+
export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (
|
|
906
|
+
obj: UpdateAccountSettingsRequest
|
|
907
|
+
) => any;
|
|
908
|
+
export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (
|
|
909
|
+
obj: UpdateAccountSettingsResponse
|
|
910
|
+
) => any;
|
|
911
|
+
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
912
|
+
obj: UpdateAnalysisRequest
|
|
913
|
+
) => any;
|
|
914
|
+
export declare const UpdateAnalysisResponseFilterSensitiveLog: (
|
|
915
|
+
obj: UpdateAnalysisResponse
|
|
916
|
+
) => any;
|
|
917
|
+
export declare const UpdateAnalysisPermissionsRequestFilterSensitiveLog: (
|
|
918
|
+
obj: UpdateAnalysisPermissionsRequest
|
|
919
|
+
) => any;
|
|
920
|
+
export declare const UpdateAnalysisPermissionsResponseFilterSensitiveLog: (
|
|
921
|
+
obj: UpdateAnalysisPermissionsResponse
|
|
922
|
+
) => any;
|
|
923
|
+
export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
924
|
+
obj: UpdateDashboardRequest
|
|
925
|
+
) => any;
|
|
926
|
+
export declare const UpdateDashboardResponseFilterSensitiveLog: (
|
|
927
|
+
obj: UpdateDashboardResponse
|
|
928
|
+
) => any;
|
|
929
|
+
export declare const UpdateDashboardPermissionsRequestFilterSensitiveLog: (
|
|
930
|
+
obj: UpdateDashboardPermissionsRequest
|
|
931
|
+
) => any;
|
|
932
|
+
export declare const UpdateDashboardPermissionsResponseFilterSensitiveLog: (
|
|
933
|
+
obj: UpdateDashboardPermissionsResponse
|
|
934
|
+
) => any;
|
|
935
|
+
export declare const UpdateDashboardPublishedVersionRequestFilterSensitiveLog: (
|
|
936
|
+
obj: UpdateDashboardPublishedVersionRequest
|
|
937
|
+
) => any;
|
|
938
|
+
export declare const UpdateDashboardPublishedVersionResponseFilterSensitiveLog: (
|
|
939
|
+
obj: UpdateDashboardPublishedVersionResponse
|
|
940
|
+
) => any;
|
|
941
|
+
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
942
|
+
obj: UpdateDataSetRequest
|
|
943
|
+
) => any;
|
|
944
|
+
export declare const UpdateDataSetResponseFilterSensitiveLog: (
|
|
945
|
+
obj: UpdateDataSetResponse
|
|
946
|
+
) => any;
|
|
947
|
+
export declare const UpdateDataSetPermissionsRequestFilterSensitiveLog: (
|
|
948
|
+
obj: UpdateDataSetPermissionsRequest
|
|
949
|
+
) => any;
|
|
950
|
+
export declare const UpdateDataSetPermissionsResponseFilterSensitiveLog: (
|
|
951
|
+
obj: UpdateDataSetPermissionsResponse
|
|
952
|
+
) => any;
|
|
953
|
+
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
954
|
+
obj: UpdateDataSourceRequest
|
|
955
|
+
) => any;
|
|
956
|
+
export declare const UpdateDataSourceResponseFilterSensitiveLog: (
|
|
957
|
+
obj: UpdateDataSourceResponse
|
|
958
|
+
) => any;
|
|
959
|
+
export declare const UpdateDataSourcePermissionsRequestFilterSensitiveLog: (
|
|
960
|
+
obj: UpdateDataSourcePermissionsRequest
|
|
961
|
+
) => any;
|
|
962
|
+
export declare const UpdateDataSourcePermissionsResponseFilterSensitiveLog: (
|
|
963
|
+
obj: UpdateDataSourcePermissionsResponse
|
|
964
|
+
) => any;
|
|
965
|
+
export declare const UpdateFolderRequestFilterSensitiveLog: (
|
|
966
|
+
obj: UpdateFolderRequest
|
|
967
|
+
) => any;
|
|
968
|
+
export declare const UpdateFolderResponseFilterSensitiveLog: (
|
|
969
|
+
obj: UpdateFolderResponse
|
|
970
|
+
) => any;
|
|
971
|
+
export declare const UpdateFolderPermissionsRequestFilterSensitiveLog: (
|
|
972
|
+
obj: UpdateFolderPermissionsRequest
|
|
973
|
+
) => any;
|
|
974
|
+
export declare const UpdateFolderPermissionsResponseFilterSensitiveLog: (
|
|
975
|
+
obj: UpdateFolderPermissionsResponse
|
|
976
|
+
) => any;
|
|
977
|
+
export declare const UpdateGroupRequestFilterSensitiveLog: (
|
|
978
|
+
obj: UpdateGroupRequest
|
|
979
|
+
) => any;
|
|
980
|
+
export declare const UpdateGroupResponseFilterSensitiveLog: (
|
|
981
|
+
obj: UpdateGroupResponse
|
|
982
|
+
) => any;
|
|
983
|
+
export declare const UpdateIAMPolicyAssignmentRequestFilterSensitiveLog: (
|
|
984
|
+
obj: UpdateIAMPolicyAssignmentRequest
|
|
985
|
+
) => any;
|
|
986
|
+
export declare const UpdateIAMPolicyAssignmentResponseFilterSensitiveLog: (
|
|
987
|
+
obj: UpdateIAMPolicyAssignmentResponse
|
|
988
|
+
) => any;
|
|
989
|
+
export declare const UpdateIpRestrictionRequestFilterSensitiveLog: (
|
|
990
|
+
obj: UpdateIpRestrictionRequest
|
|
991
|
+
) => any;
|
|
992
|
+
export declare const UpdateIpRestrictionResponseFilterSensitiveLog: (
|
|
993
|
+
obj: UpdateIpRestrictionResponse
|
|
994
|
+
) => any;
|
|
995
|
+
export declare const UpdatePublicSharingSettingsRequestFilterSensitiveLog: (
|
|
996
|
+
obj: UpdatePublicSharingSettingsRequest
|
|
997
|
+
) => any;
|
|
998
|
+
export declare const UpdatePublicSharingSettingsResponseFilterSensitiveLog: (
|
|
999
|
+
obj: UpdatePublicSharingSettingsResponse
|
|
1000
|
+
) => any;
|
|
1001
|
+
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
1002
|
+
obj: UpdateTemplateRequest
|
|
1003
|
+
) => any;
|
|
1004
|
+
export declare const UpdateTemplateResponseFilterSensitiveLog: (
|
|
1005
|
+
obj: UpdateTemplateResponse
|
|
1006
|
+
) => any;
|
|
1007
|
+
export declare const UpdateTemplateAliasRequestFilterSensitiveLog: (
|
|
1008
|
+
obj: UpdateTemplateAliasRequest
|
|
1009
|
+
) => any;
|
|
1010
|
+
export declare const UpdateTemplateAliasResponseFilterSensitiveLog: (
|
|
1011
|
+
obj: UpdateTemplateAliasResponse
|
|
1012
|
+
) => any;
|
|
1013
|
+
export declare const UpdateTemplatePermissionsRequestFilterSensitiveLog: (
|
|
1014
|
+
obj: UpdateTemplatePermissionsRequest
|
|
1015
|
+
) => any;
|
|
1016
|
+
export declare const UpdateTemplatePermissionsResponseFilterSensitiveLog: (
|
|
1017
|
+
obj: UpdateTemplatePermissionsResponse
|
|
1018
|
+
) => any;
|
|
1019
|
+
export declare const UpdateThemeRequestFilterSensitiveLog: (
|
|
1020
|
+
obj: UpdateThemeRequest
|
|
1021
|
+
) => any;
|
|
1022
|
+
export declare const UpdateThemeResponseFilterSensitiveLog: (
|
|
1023
|
+
obj: UpdateThemeResponse
|
|
1024
|
+
) => any;
|
|
1025
|
+
export declare const UpdateThemeAliasRequestFilterSensitiveLog: (
|
|
1026
|
+
obj: UpdateThemeAliasRequest
|
|
1027
|
+
) => any;
|
|
1028
|
+
export declare const UpdateThemeAliasResponseFilterSensitiveLog: (
|
|
1029
|
+
obj: UpdateThemeAliasResponse
|
|
1030
|
+
) => any;
|
|
1031
|
+
export declare const UpdateThemePermissionsRequestFilterSensitiveLog: (
|
|
1032
|
+
obj: UpdateThemePermissionsRequest
|
|
1033
|
+
) => any;
|
|
1034
|
+
export declare const UpdateThemePermissionsResponseFilterSensitiveLog: (
|
|
1035
|
+
obj: UpdateThemePermissionsResponse
|
|
1036
|
+
) => any;
|
|
1037
|
+
export declare const UpdateUserRequestFilterSensitiveLog: (
|
|
1038
|
+
obj: UpdateUserRequest
|
|
1039
|
+
) => any;
|
|
1040
|
+
export declare const UpdateUserResponseFilterSensitiveLog: (
|
|
1041
|
+
obj: UpdateUserResponse
|
|
1042
|
+
) => any;
|