@aws-sdk/client-quicksight 3.906.0 → 3.908.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/README.md +106 -2
- package/dist-cjs/index.js +1454 -359
- package/dist-es/QuickSight.js +26 -0
- package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
- package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
- package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
- package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
- package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
- package/dist-es/commands/ListFlowsCommand.js +22 -0
- package/dist-es/commands/PredictQAResultsCommand.js +1 -1
- package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
- package/dist-es/commands/SearchFlowsCommand.js +22 -0
- package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
- package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +143 -93
- package/dist-es/models/models_1.js +86 -50
- package/dist-es/models/models_2.js +169 -161
- package/dist-es/models/models_3.js +172 -0
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +44 -3
- package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListFlowsPaginator.js +4 -0
- package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +502 -2
- package/dist-types/QuickSight.d.ts +93 -2
- package/dist-types/QuickSightClient.d.ts +17 -4
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
- package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
- package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
- package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
- 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/DescribeKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
- package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
- package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListThemesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
- package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
- package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +10 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3714 -3674
- package/dist-types/models/models_1.d.ts +3770 -3698
- package/dist-types/models/models_2.d.ts +2474 -1883
- package/dist-types/models/models_3.d.ts +4585 -4312
- package/dist-types/models/models_4.d.ts +3844 -4136
- package/dist-types/models/models_5.d.ts +2234 -127
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/QuickSight.d.ts +227 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.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/DeleteActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.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/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.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/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -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/ListIdentityPropagationConfigsCommand.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/ListRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.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/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicsCommand.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/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.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/SearchActionConnectorsCommand.d.ts +51 -0
- 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/SearchFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +311 -174
- package/dist-types/ts3.4/models/models_1.d.ts +170 -158
- package/dist-types/ts3.4/models/models_2.d.ts +661 -307
- package/dist-types/ts3.4/models/models_3.d.ts +352 -217
- package/dist-types/ts3.4/models/models_4.d.ts +330 -396
- package/dist-types/ts3.4/models/models_5.d.ts +502 -8
- package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +15 -15
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DescribeActionConnectorPermissionsRequest, DescribeActionConnectorPermissionsResponse } from "../models/models_4";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeActionConnectorPermissionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeActionConnectorPermissionsCommandInput extends DescribeActionConnectorPermissionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeActionConnectorPermissionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeActionConnectorPermissionsCommandOutput extends DescribeActionConnectorPermissionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeActionConnectorPermissionsCommand_base: {
|
|
25
|
+
new (input: DescribeActionConnectorPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActionConnectorPermissionsCommandInput, DescribeActionConnectorPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeActionConnectorPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActionConnectorPermissionsCommandInput, DescribeActionConnectorPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves the permissions configuration for an action connector, showing which users, groups, and namespaces have access and what operations they can perform.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, DescribeActionConnectorPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, DescribeActionConnectorPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
37
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
38
|
+
* const client = new QuickSightClient(config);
|
|
39
|
+
* const input = { // DescribeActionConnectorPermissionsRequest
|
|
40
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
41
|
+
* ActionConnectorId: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DescribeActionConnectorPermissionsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeActionConnectorPermissionsResponse
|
|
46
|
+
* // Arn: "STRING_VALUE",
|
|
47
|
+
* // ActionConnectorId: "STRING_VALUE",
|
|
48
|
+
* // Permissions: [ // ResourcePermissionList
|
|
49
|
+
* // { // ResourcePermission
|
|
50
|
+
* // Principal: "STRING_VALUE", // required
|
|
51
|
+
* // Actions: [ // ActionList // required
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // RequestId: "STRING_VALUE",
|
|
57
|
+
* // Status: Number("int"),
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param DescribeActionConnectorPermissionsCommandInput - {@link DescribeActionConnectorPermissionsCommandInput}
|
|
63
|
+
* @returns {@link DescribeActionConnectorPermissionsCommandOutput}
|
|
64
|
+
* @see {@link DescribeActionConnectorPermissionsCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link DescribeActionConnectorPermissionsCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
70
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
71
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
72
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
75
|
+
* <p>An internal failure occurred.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
78
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
+
* <p>One or more resources can't be found.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
84
|
+
* <p>Access is throttled.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link QuickSightServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class DescribeActionConnectorPermissionsCommand extends DescribeActionConnectorPermissionsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeActionConnectorPermissionsRequest;
|
|
97
|
+
output: DescribeActionConnectorPermissionsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeActionConnectorPermissionsCommandInput;
|
|
101
|
+
output: DescribeActionConnectorPermissionsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -166,7 +166,7 @@ declare const DescribeAnalysisCommand_base: {
|
|
|
166
166
|
* @throws {@link AccessDeniedException} (client fault)
|
|
167
167
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
168
168
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
169
|
-
* account is authorized to use the Amazon
|
|
169
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
170
170
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
171
171
|
*
|
|
172
172
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -182,9 +182,9 @@ declare const DescribeAnalysisCommand_base: {
|
|
|
182
182
|
* <p>Access is throttled.</p>
|
|
183
183
|
*
|
|
184
184
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
185
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
185
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
186
186
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
187
|
-
*
|
|
187
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
188
188
|
* capability is available in every edition.</p>
|
|
189
189
|
*
|
|
190
190
|
* @throws {@link QuickSightServiceException}
|
|
@@ -5494,7 +5494,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5494
5494
|
* @throws {@link AccessDeniedException} (client fault)
|
|
5495
5495
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
5496
5496
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
5497
|
-
* account is authorized to use the Amazon
|
|
5497
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
5498
5498
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
5499
5499
|
*
|
|
5500
5500
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -5516,9 +5516,9 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5516
5516
|
* <p>Access is throttled.</p>
|
|
5517
5517
|
*
|
|
5518
5518
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5519
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
5519
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
5520
5520
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5521
|
-
*
|
|
5521
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5522
5522
|
* capability is available in every edition.</p>
|
|
5523
5523
|
*
|
|
5524
5524
|
* @throws {@link QuickSightServiceException}
|
|
@@ -78,9 +78,9 @@ declare const DescribeAnalysisPermissionsCommand_base: {
|
|
|
78
78
|
* <p>Access is throttled.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
81
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
81
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
82
82
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
83
|
-
*
|
|
83
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
84
84
|
* capability is available in every edition.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link QuickSightServiceException}
|
|
@@ -28,7 +28,10 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes an existing export job.</p>
|
|
31
|
-
* <p>Poll job descriptions after a job starts to know the status of the job. When a job
|
|
31
|
+
* <p>Poll job descriptions after a job starts to know the status of the job. When a job
|
|
32
|
+
* succeeds, a URL is provided to download the exported assets' data from. Download URLs
|
|
33
|
+
* are valid for five minutes after they are generated. You can call the
|
|
34
|
+
* <code>DescribeAssetBundleExportJob</code> API for a new download URL as needed.</p>
|
|
32
35
|
* <p>Job descriptions are available for 14 days after the job starts.</p>
|
|
33
36
|
* @example
|
|
34
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -164,9 +167,9 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
164
167
|
* <p>Access is throttled.</p>
|
|
165
168
|
*
|
|
166
169
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
167
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
170
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
168
171
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
169
|
-
*
|
|
172
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
170
173
|
* capability is available in every edition.</p>
|
|
171
174
|
*
|
|
172
175
|
* @throws {@link QuickSightServiceException}
|
|
@@ -28,7 +28,8 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes an existing import job.</p>
|
|
31
|
-
* <p>Poll job descriptions after starting a job to know when it has succeeded or failed. Job
|
|
31
|
+
* <p>Poll job descriptions after starting a job to know when it has succeeded or failed. Job
|
|
32
|
+
* descriptions are available for 14 days after job starts.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -179,6 +180,11 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
179
180
|
* // },
|
|
180
181
|
* // RoleArn: "STRING_VALUE",
|
|
181
182
|
* // },
|
|
183
|
+
* // S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
|
|
184
|
+
* // RoleArn: "STRING_VALUE",
|
|
185
|
+
* // BucketUrl: "STRING_VALUE", // required
|
|
186
|
+
* // MetadataFilesLocation: "STRING_VALUE",
|
|
187
|
+
* // },
|
|
182
188
|
* // ServiceNowParameters: { // ServiceNowParameters
|
|
183
189
|
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
184
190
|
* // },
|
|
@@ -261,6 +267,22 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
261
267
|
* // CustomConnectionParameters: { // CustomConnectionParameters
|
|
262
268
|
* // ConnectionType: "STRING_VALUE",
|
|
263
269
|
* // },
|
|
270
|
+
* // WebCrawlerParameters: { // WebCrawlerParameters
|
|
271
|
+
* // WebCrawlerAuthType: "NO_AUTH" || "BASIC_AUTH" || "FORM" || "SAML", // required
|
|
272
|
+
* // UsernameFieldXpath: "STRING_VALUE",
|
|
273
|
+
* // PasswordFieldXpath: "STRING_VALUE",
|
|
274
|
+
* // UsernameButtonXpath: "STRING_VALUE",
|
|
275
|
+
* // PasswordButtonXpath: "STRING_VALUE",
|
|
276
|
+
* // LoginPageUrl: "STRING_VALUE",
|
|
277
|
+
* // WebProxyHostName: "STRING_VALUE",
|
|
278
|
+
* // WebProxyPortNumber: Number("int"),
|
|
279
|
+
* // },
|
|
280
|
+
* // ConfluenceParameters: { // ConfluenceParameters
|
|
281
|
+
* // ConfluenceUrl: "STRING_VALUE", // required
|
|
282
|
+
* // },
|
|
283
|
+
* // QBusinessParameters: { // QBusinessParameters
|
|
284
|
+
* // ApplicationArn: "STRING_VALUE", // required
|
|
285
|
+
* // },
|
|
264
286
|
* // },
|
|
265
287
|
* // VpcConnectionProperties: {
|
|
266
288
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
@@ -509,9 +531,9 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
509
531
|
* <p>Access is throttled.</p>
|
|
510
532
|
*
|
|
511
533
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
512
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
534
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
513
535
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
514
|
-
*
|
|
536
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
515
537
|
* capability is available in every edition.</p>
|
|
516
538
|
*
|
|
517
539
|
* @throws {@link QuickSightServiceException}
|
|
@@ -57,7 +57,7 @@ declare const DescribeBrandAssignmentCommand_base: {
|
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
58
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
59
59
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
60
|
-
* account is authorized to use the Amazon
|
|
60
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
61
61
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -132,6 +132,12 @@ declare const DescribeBrandCommand_base: {
|
|
|
132
132
|
* // Warning: "<Palette>",
|
|
133
133
|
* // Danger: "<Palette>",
|
|
134
134
|
* // },
|
|
135
|
+
* // ContextualAccentPalette: { // ContextualAccentPalette
|
|
136
|
+
* // Connection: "<Palette>",
|
|
137
|
+
* // Visualization: "<Palette>",
|
|
138
|
+
* // Insight: "<Palette>",
|
|
139
|
+
* // Automation: "<Palette>",
|
|
140
|
+
* // },
|
|
135
141
|
* // BrandElementStyle: { // BrandElementStyle
|
|
136
142
|
* // NavbarStyle: { // NavbarStyle
|
|
137
143
|
* // GlobalNavbar: "<Palette>",
|
|
@@ -168,7 +174,7 @@ declare const DescribeBrandCommand_base: {
|
|
|
168
174
|
* @throws {@link AccessDeniedException} (client fault)
|
|
169
175
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
170
176
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
171
|
-
* account is authorized to use the Amazon
|
|
177
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
172
178
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
173
179
|
*
|
|
174
180
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -131,6 +131,12 @@ declare const DescribeBrandPublishedVersionCommand_base: {
|
|
|
131
131
|
* // Warning: "<Palette>",
|
|
132
132
|
* // Danger: "<Palette>",
|
|
133
133
|
* // },
|
|
134
|
+
* // ContextualAccentPalette: { // ContextualAccentPalette
|
|
135
|
+
* // Connection: "<Palette>",
|
|
136
|
+
* // Visualization: "<Palette>",
|
|
137
|
+
* // Insight: "<Palette>",
|
|
138
|
+
* // Automation: "<Palette>",
|
|
139
|
+
* // },
|
|
134
140
|
* // BrandElementStyle: { // BrandElementStyle
|
|
135
141
|
* // NavbarStyle: { // NavbarStyle
|
|
136
142
|
* // GlobalNavbar: "<Palette>",
|
|
@@ -167,7 +173,7 @@ declare const DescribeBrandPublishedVersionCommand_base: {
|
|
|
167
173
|
* @throws {@link AccessDeniedException} (client fault)
|
|
168
174
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
169
175
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
170
|
-
* account is authorized to use the Amazon
|
|
176
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
171
177
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
172
178
|
*
|
|
173
179
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -73,6 +73,18 @@ declare const DescribeCustomPermissionsCommand_base: {
|
|
|
73
73
|
* // IncludeContentInScheduledReportsEmail: "DENY",
|
|
74
74
|
* // Dashboard: "DENY",
|
|
75
75
|
* // Analysis: "DENY",
|
|
76
|
+
* // Automate: "DENY",
|
|
77
|
+
* // Flow: "DENY",
|
|
78
|
+
* // PublishWithoutApproval: "DENY",
|
|
79
|
+
* // UseBedrockModels: "DENY",
|
|
80
|
+
* // PerformFlowUiTask: "DENY",
|
|
81
|
+
* // UseAgentWebSearch: "DENY",
|
|
82
|
+
* // KnowledgeBase: "DENY",
|
|
83
|
+
* // Action: "DENY",
|
|
84
|
+
* // Space: "DENY",
|
|
85
|
+
* // ChatAgent: "DENY",
|
|
86
|
+
* // CreateChatAgents: "DENY",
|
|
87
|
+
* // Research: "DENY",
|
|
76
88
|
* // },
|
|
77
89
|
* // },
|
|
78
90
|
* // RequestId: "STRING_VALUE",
|
|
@@ -89,7 +101,7 @@ declare const DescribeCustomPermissionsCommand_base: {
|
|
|
89
101
|
* @throws {@link AccessDeniedException} (client fault)
|
|
90
102
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
91
103
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
92
|
-
* account is authorized to use the Amazon
|
|
104
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
93
105
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
94
106
|
*
|
|
95
107
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -179,7 +179,7 @@ declare const DescribeDashboardCommand_base: {
|
|
|
179
179
|
* @throws {@link AccessDeniedException} (client fault)
|
|
180
180
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
181
181
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
182
|
-
* account is authorized to use the Amazon
|
|
182
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
183
183
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
184
184
|
*
|
|
185
185
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -195,9 +195,9 @@ declare const DescribeDashboardCommand_base: {
|
|
|
195
195
|
* <p>Access is throttled.</p>
|
|
196
196
|
*
|
|
197
197
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
198
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
198
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
199
199
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
200
|
-
*
|
|
200
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
201
201
|
* capability is available in every edition.</p>
|
|
202
202
|
*
|
|
203
203
|
* @throws {@link QuickSightServiceException}
|
|
@@ -29,12 +29,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Provides a detailed description of the definition of a dashboard.</p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>If you do not need to know details about the content of a dashboard, for instance
|
|
33
|
-
* are trying to check the status of a recently created or updated dashboard,
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboard.html">
|
|
32
|
+
* <p>If you do not need to know details about the content of a dashboard, for instance
|
|
33
|
+
* if you are trying to check the status of a recently created or updated dashboard,
|
|
34
|
+
* use the <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboard.html">
|
|
35
35
|
* <code>DescribeDashboard</code>
|
|
36
|
-
* </a> instead.
|
|
37
|
-
* </p>
|
|
36
|
+
* </a> instead. </p>
|
|
38
37
|
* </note>
|
|
39
38
|
* @example
|
|
40
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -5517,6 +5516,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5517
5516
|
* // DataQAEnabledOption: { // DataQAEnabledOption
|
|
5518
5517
|
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5519
5518
|
* // },
|
|
5519
|
+
* // QuickSuiteActionsOption: { // QuickSuiteActionsOption
|
|
5520
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5521
|
+
* // },
|
|
5520
5522
|
* // ExecutiveSummaryOption: { // ExecutiveSummaryOption
|
|
5521
5523
|
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5522
5524
|
* // },
|
|
@@ -5537,7 +5539,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5537
5539
|
* @throws {@link AccessDeniedException} (client fault)
|
|
5538
5540
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
5539
5541
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
5540
|
-
* account is authorized to use the Amazon
|
|
5542
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
5541
5543
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
5542
5544
|
*
|
|
5543
5545
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -5559,9 +5561,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5559
5561
|
* <p>Access is throttled.</p>
|
|
5560
5562
|
*
|
|
5561
5563
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5562
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
5564
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
5563
5565
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5564
|
-
*
|
|
5566
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5565
5567
|
* capability is available in every edition.</p>
|
|
5566
5568
|
*
|
|
5567
5569
|
* @throws {@link QuickSightServiceException}
|
|
@@ -88,9 +88,9 @@ declare const DescribeDashboardPermissionsCommand_base: {
|
|
|
88
88
|
* <p>Access is throttled.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
91
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
91
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
92
92
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
93
|
-
*
|
|
93
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
94
94
|
* capability is available in every edition.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link QuickSightServiceException}
|
|
@@ -141,7 +141,7 @@ declare const DescribeDashboardSnapshotJobCommand_base: {
|
|
|
141
141
|
* @throws {@link AccessDeniedException} (client fault)
|
|
142
142
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
143
143
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
144
|
-
* account is authorized to use the Amazon
|
|
144
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
145
145
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
146
146
|
*
|
|
147
147
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -154,9 +154,9 @@ declare const DescribeDashboardSnapshotJobCommand_base: {
|
|
|
154
154
|
* <p>Access is throttled.</p>
|
|
155
155
|
*
|
|
156
156
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
157
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
157
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
158
158
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
159
|
-
*
|
|
159
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
160
160
|
* capability is available in every edition.</p>
|
|
161
161
|
*
|
|
162
162
|
* @throws {@link QuickSightServiceException}
|
|
@@ -111,7 +111,7 @@ declare const DescribeDashboardSnapshotJobResultCommand_base: {
|
|
|
111
111
|
* @throws {@link AccessDeniedException} (client fault)
|
|
112
112
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
113
113
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
114
|
-
* account is authorized to use the Amazon
|
|
114
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
115
115
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -130,9 +130,9 @@ declare const DescribeDashboardSnapshotJobResultCommand_base: {
|
|
|
130
130
|
* <p>Access is throttled.</p>
|
|
131
131
|
*
|
|
132
132
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
133
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
133
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
134
134
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
135
|
-
*
|
|
135
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
136
136
|
* capability is available in every edition.</p>
|
|
137
137
|
*
|
|
138
138
|
* @throws {@link QuickSightServiceException}
|
|
@@ -58,7 +58,7 @@ declare const DescribeDashboardsQAConfigurationCommand_base: {
|
|
|
58
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
59
59
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
60
60
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
61
|
-
* account is authorized to use the Amazon
|
|
61
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
62
62
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -27,7 +27,8 @@ declare const DescribeDataSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes a dataset. This operation doesn't support datasets that include uploaded
|
|
30
|
+
* <p>Describes a dataset. This operation doesn't support datasets that include uploaded
|
|
31
|
+
* files as a source.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -319,7 +320,7 @@ declare const DescribeDataSetCommand_base: {
|
|
|
319
320
|
* @throws {@link AccessDeniedException} (client fault)
|
|
320
321
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
321
322
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
322
|
-
* account is authorized to use the Amazon
|
|
323
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
323
324
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
324
325
|
*
|
|
325
326
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -28,7 +28,8 @@ declare const DescribeDataSetPermissionsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes the permissions on a dataset.</p>
|
|
31
|
-
* <p>The permissions resource is
|
|
31
|
+
* <p>The permissions resource is
|
|
32
|
+
* <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -69,7 +70,7 @@ declare const DescribeDataSetPermissionsCommand_base: {
|
|
|
69
70
|
* @throws {@link AccessDeniedException} (client fault)
|
|
70
71
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
71
72
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
72
|
-
* account is authorized to use the Amazon
|
|
73
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
73
74
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
74
75
|
*
|
|
75
76
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -74,7 +74,7 @@ declare const DescribeDataSetRefreshPropertiesCommand_base: {
|
|
|
74
74
|
* @throws {@link AccessDeniedException} (client fault)
|
|
75
75
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
76
76
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
77
|
-
* account is authorized to use the Amazon
|
|
77
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
78
78
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -47,7 +47,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // DataSourceId: "STRING_VALUE",
|
|
49
49
|
* // Name: "STRING_VALUE",
|
|
50
|
-
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS",
|
|
50
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS",
|
|
51
51
|
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
52
52
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
53
53
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -132,6 +132,11 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
132
132
|
* // },
|
|
133
133
|
* // RoleArn: "STRING_VALUE",
|
|
134
134
|
* // },
|
|
135
|
+
* // S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
|
|
136
|
+
* // RoleArn: "STRING_VALUE",
|
|
137
|
+
* // BucketUrl: "STRING_VALUE", // required
|
|
138
|
+
* // MetadataFilesLocation: "STRING_VALUE",
|
|
139
|
+
* // },
|
|
135
140
|
* // ServiceNowParameters: { // ServiceNowParameters
|
|
136
141
|
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
137
142
|
* // },
|
|
@@ -214,6 +219,22 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
214
219
|
* // CustomConnectionParameters: { // CustomConnectionParameters
|
|
215
220
|
* // ConnectionType: "STRING_VALUE",
|
|
216
221
|
* // },
|
|
222
|
+
* // WebCrawlerParameters: { // WebCrawlerParameters
|
|
223
|
+
* // WebCrawlerAuthType: "NO_AUTH" || "BASIC_AUTH" || "FORM" || "SAML", // required
|
|
224
|
+
* // UsernameFieldXpath: "STRING_VALUE",
|
|
225
|
+
* // PasswordFieldXpath: "STRING_VALUE",
|
|
226
|
+
* // UsernameButtonXpath: "STRING_VALUE",
|
|
227
|
+
* // PasswordButtonXpath: "STRING_VALUE",
|
|
228
|
+
* // LoginPageUrl: "STRING_VALUE",
|
|
229
|
+
* // WebProxyHostName: "STRING_VALUE",
|
|
230
|
+
* // WebProxyPortNumber: Number("int"),
|
|
231
|
+
* // },
|
|
232
|
+
* // ConfluenceParameters: { // ConfluenceParameters
|
|
233
|
+
* // ConfluenceUrl: "STRING_VALUE", // required
|
|
234
|
+
* // },
|
|
235
|
+
* // QBusinessParameters: { // QBusinessParameters
|
|
236
|
+
* // ApplicationArn: "STRING_VALUE", // required
|
|
237
|
+
* // },
|
|
217
238
|
* // },
|
|
218
239
|
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
219
240
|
* // {// Union: only one key present
|
|
@@ -297,6 +318,11 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
297
318
|
* // },
|
|
298
319
|
* // RoleArn: "STRING_VALUE",
|
|
299
320
|
* // },
|
|
321
|
+
* // S3KnowledgeBaseParameters: {
|
|
322
|
+
* // RoleArn: "STRING_VALUE",
|
|
323
|
+
* // BucketUrl: "STRING_VALUE", // required
|
|
324
|
+
* // MetadataFilesLocation: "STRING_VALUE",
|
|
325
|
+
* // },
|
|
300
326
|
* // ServiceNowParameters: {
|
|
301
327
|
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
302
328
|
* // },
|
|
@@ -379,6 +405,22 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
379
405
|
* // CustomConnectionParameters: {
|
|
380
406
|
* // ConnectionType: "STRING_VALUE",
|
|
381
407
|
* // },
|
|
408
|
+
* // WebCrawlerParameters: {
|
|
409
|
+
* // WebCrawlerAuthType: "NO_AUTH" || "BASIC_AUTH" || "FORM" || "SAML", // required
|
|
410
|
+
* // UsernameFieldXpath: "STRING_VALUE",
|
|
411
|
+
* // PasswordFieldXpath: "STRING_VALUE",
|
|
412
|
+
* // UsernameButtonXpath: "STRING_VALUE",
|
|
413
|
+
* // PasswordButtonXpath: "STRING_VALUE",
|
|
414
|
+
* // LoginPageUrl: "STRING_VALUE",
|
|
415
|
+
* // WebProxyHostName: "STRING_VALUE",
|
|
416
|
+
* // WebProxyPortNumber: Number("int"),
|
|
417
|
+
* // },
|
|
418
|
+
* // ConfluenceParameters: {
|
|
419
|
+
* // ConfluenceUrl: "STRING_VALUE", // required
|
|
420
|
+
* // },
|
|
421
|
+
* // QBusinessParameters: {
|
|
422
|
+
* // ApplicationArn: "STRING_VALUE", // required
|
|
423
|
+
* // },
|
|
382
424
|
* // },
|
|
383
425
|
* // ],
|
|
384
426
|
* // VpcConnectionProperties: "<VpcConnectionProperties>",
|
|
@@ -406,7 +448,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
406
448
|
* @throws {@link AccessDeniedException} (client fault)
|
|
407
449
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
408
450
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
409
|
-
* account is authorized to use the Amazon
|
|
451
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
410
452
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
411
453
|
*
|
|
412
454
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -68,7 +68,7 @@ declare const DescribeDataSourcePermissionsCommand_base: {
|
|
|
68
68
|
* @throws {@link AccessDeniedException} (client fault)
|
|
69
69
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
70
70
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
71
|
-
* account is authorized to use the Amazon
|
|
71
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
72
72
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link InternalFailureException} (server fault)
|