@aws-sdk/client-quicksight 3.906.0 → 3.907.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 +6 -6
|
@@ -76,7 +76,7 @@ declare const UpdateDataSourcePermissionsCommand_base: {
|
|
|
76
76
|
* @throws {@link AccessDeniedException} (client fault)
|
|
77
77
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
78
78
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
79
|
-
* account is authorized to use the Amazon
|
|
79
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
80
80
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -27,7 +27,7 @@ declare const UpdateDefaultQBusinessApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a Amazon Q Business application that is linked to a
|
|
30
|
+
* <p>Updates a Amazon Q Business application that is linked to a Quick Sight account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -59,7 +59,7 @@ declare const UpdateDefaultQBusinessApplicationCommand_base: {
|
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
60
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
61
61
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
62
|
-
* account is authorized to use the Amazon
|
|
62
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
63
63
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateFlowPermissionsInput, UpdateFlowPermissionsOutput } from "../models/models_5";
|
|
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 UpdateFlowPermissionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateFlowPermissionsCommandInput extends UpdateFlowPermissionsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateFlowPermissionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateFlowPermissionsCommandOutput extends UpdateFlowPermissionsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateFlowPermissionsCommand_base: {
|
|
25
|
+
new (input: UpdateFlowPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowPermissionsCommandInput, UpdateFlowPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFlowPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowPermissionsCommandInput, UpdateFlowPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates permissions against principals on a flow.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, UpdateFlowPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, UpdateFlowPermissionsCommand } = 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 = { // UpdateFlowPermissionsInput
|
|
40
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
41
|
+
* FlowId: "STRING_VALUE", // required
|
|
42
|
+
* GrantPermissions: [ // UpdateFlowPermissionsInputGrantPermissionsList
|
|
43
|
+
* { // Permission
|
|
44
|
+
* Actions: [ // ActionsList // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* Principal: "STRING_VALUE", // required
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* RevokePermissions: [ // UpdateFlowPermissionsInputRevokePermissionsList
|
|
51
|
+
* {
|
|
52
|
+
* Actions: [ // required
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* Principal: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* };
|
|
59
|
+
* const command = new UpdateFlowPermissionsCommand(input);
|
|
60
|
+
* const response = await client.send(command);
|
|
61
|
+
* // { // UpdateFlowPermissionsOutput
|
|
62
|
+
* // Status: Number("int"),
|
|
63
|
+
* // Arn: "STRING_VALUE", // required
|
|
64
|
+
* // Permissions: [ // PermissionsList // required
|
|
65
|
+
* // { // Permission
|
|
66
|
+
* // Actions: [ // ActionsList // required
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // Principal: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // RequestId: "STRING_VALUE", // required
|
|
73
|
+
* // FlowId: "STRING_VALUE", // required
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param UpdateFlowPermissionsCommandInput - {@link UpdateFlowPermissionsCommandInput}
|
|
79
|
+
* @returns {@link UpdateFlowPermissionsCommandOutput}
|
|
80
|
+
* @see {@link UpdateFlowPermissionsCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link UpdateFlowPermissionsCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
86
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
87
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
88
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
91
|
+
* <p>An internal failure occurred.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
94
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
97
|
+
* <p>Access is throttled.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link QuickSightServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class UpdateFlowPermissionsCommand extends UpdateFlowPermissionsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateFlowPermissionsInput;
|
|
110
|
+
output: UpdateFlowPermissionsOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateFlowPermissionsCommandInput;
|
|
114
|
+
output: UpdateFlowPermissionsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -61,7 +61,7 @@ declare const UpdateFolderCommand_base: {
|
|
|
61
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
62
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
63
63
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
64
|
-
* account is authorized to use the Amazon
|
|
64
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
65
65
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -83,9 +83,9 @@ declare const UpdateFolderCommand_base: {
|
|
|
83
83
|
* <p>Access is throttled.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
86
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
86
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
87
87
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
88
|
-
*
|
|
88
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
89
89
|
* capability is available in every edition.</p>
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link QuickSightServiceException}
|
|
@@ -84,7 +84,7 @@ declare const UpdateFolderPermissionsCommand_base: {
|
|
|
84
84
|
* @throws {@link AccessDeniedException} (client fault)
|
|
85
85
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
86
86
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
87
|
-
* account is authorized to use the Amazon
|
|
87
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
88
88
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -103,9 +103,9 @@ declare const UpdateFolderPermissionsCommand_base: {
|
|
|
103
103
|
* <p>Access is throttled.</p>
|
|
104
104
|
*
|
|
105
105
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
106
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
106
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
107
107
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
108
|
-
*
|
|
108
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
109
109
|
* capability is available in every edition.</p>
|
|
110
110
|
*
|
|
111
111
|
* @throws {@link QuickSightServiceException}
|
|
@@ -66,7 +66,7 @@ declare const UpdateGroupCommand_base: {
|
|
|
66
66
|
* @throws {@link AccessDeniedException} (client fault)
|
|
67
67
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
68
68
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
69
|
-
* account is authorized to use the Amazon
|
|
69
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
70
70
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -77,7 +77,7 @@ declare const UpdateIAMPolicyAssignmentCommand_base: {
|
|
|
77
77
|
* @throws {@link AccessDeniedException} (client fault)
|
|
78
78
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
79
79
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
80
|
-
* account is authorized to use the Amazon
|
|
80
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
81
81
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ConcurrentUpdatingException} (server fault)
|
|
@@ -27,8 +27,8 @@ declare const UpdateIdentityPropagationConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds or updates services and authorized targets to configure what the
|
|
31
|
-
* <p>This operation is only supported for
|
|
30
|
+
* <p>Adds or updates services and authorized targets to configure what the Quick Sight IAM Identity Center application can access.</p>
|
|
31
|
+
* <p>This operation is only supported for Quick Sight accounts using IAM Identity Center</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -62,7 +62,7 @@ declare const UpdateIdentityPropagationConfigCommand_base: {
|
|
|
62
62
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
63
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
64
64
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
65
|
-
* account is authorized to use the Amazon
|
|
65
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
66
66
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -68,7 +68,7 @@ declare const UpdateIpRestrictionCommand_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)
|
|
@@ -27,7 +27,7 @@ declare const UpdateKeyRegistrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a customer managed key in a
|
|
30
|
+
* <p>Updates a customer managed key in a Quick Sight account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -76,7 +76,7 @@ declare const UpdateKeyRegistrationCommand_base: {
|
|
|
76
76
|
* @throws {@link AccessDeniedException} (client fault)
|
|
77
77
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
78
78
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
79
|
-
* account is authorized to use the Amazon
|
|
79
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
80
80
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -28,26 +28,29 @@ declare const UpdatePublicSharingSettingsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>This API controls public sharing settings for your entire
|
|
31
|
+
* <p>This API controls public sharing settings for your entire Quick Sight account, affecting
|
|
32
|
+
* data security and access. When you enable public sharing:</p>
|
|
32
33
|
* <ul>
|
|
33
34
|
* <li>
|
|
34
35
|
* <p>Dashboards can be shared publicly</p>
|
|
35
36
|
* </li>
|
|
36
37
|
* <li>
|
|
37
|
-
* <p>This setting affects your entire Amazon Web Services account and all
|
|
38
|
+
* <p>This setting affects your entire Amazon Web Services account and all Quick Sight
|
|
39
|
+
* users</p>
|
|
38
40
|
* </li>
|
|
39
41
|
* </ul>
|
|
40
42
|
* <p>
|
|
41
|
-
* <b>Before proceeding:</b> Ensure you understand the
|
|
43
|
+
* <b>Before proceeding:</b> Ensure you understand the
|
|
44
|
+
* security implications and have proper IAM permissions
|
|
45
|
+
* configured.</p>
|
|
42
46
|
* </important>
|
|
43
47
|
* <p>Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn off the
|
|
44
|
-
* public sharing settings of an
|
|
45
|
-
* <p>To use this operation, turn on session capacity pricing for your
|
|
48
|
+
* public sharing settings of an Amazon Quick Sight dashboard.</p>
|
|
49
|
+
* <p>To use this operation, turn on session capacity pricing for your Amazon Quick Sight
|
|
46
50
|
* account.</p>
|
|
47
|
-
* <p>Before you can turn on public sharing on your account, make sure to give public
|
|
48
|
-
* permissions to an administrative user in the Identity and Access Management (IAM)
|
|
49
|
-
*
|
|
50
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html">Using QuickSight with IAM</a> in the <i>QuickSight
|
|
51
|
+
* <p>Before you can turn on public sharing on your account, make sure to give public
|
|
52
|
+
* sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon
|
|
53
|
+
* Quick Sight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html">Using QuickSight with IAM</a> in the <i>Amazon Quick Sight
|
|
51
54
|
* User Guide</i>.</p>
|
|
52
55
|
* @example
|
|
53
56
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,7 +82,7 @@ declare const UpdatePublicSharingSettingsCommand_base: {
|
|
|
79
82
|
* @throws {@link AccessDeniedException} (client fault)
|
|
80
83
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
81
84
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
82
|
-
* account is authorized to use the Amazon
|
|
85
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
83
86
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
84
87
|
*
|
|
85
88
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -95,10 +98,10 @@ declare const UpdatePublicSharingSettingsCommand_base: {
|
|
|
95
98
|
* <p>Access is throttled.</p>
|
|
96
99
|
*
|
|
97
100
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
98
|
-
* <p>This error indicates that you are calling an embedding operation in Amazon
|
|
101
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
|
|
99
102
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
100
|
-
* for anonymous users, a
|
|
101
|
-
* can do this on the <b>Manage
|
|
103
|
+
* for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
|
|
104
|
+
* can do this on the <b>Manage Quick Suite</b> page. </p>
|
|
102
105
|
* <p>After capacity pricing is added, you can use the
|
|
103
106
|
* <code>
|
|
104
107
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -59,7 +59,7 @@ declare const UpdateQPersonalizationConfigurationCommand_base: {
|
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
60
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
61
61
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
62
|
-
* account is authorized to use the Amazon
|
|
62
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
63
63
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -27,7 +27,7 @@ declare const UpdateQuickSightQSearchConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the state of a
|
|
30
|
+
* <p>Updates the state of a Quick Sight Q Search configuration.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -59,7 +59,7 @@ declare const UpdateQuickSightQSearchConfigurationCommand_base: {
|
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
60
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
61
61
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
62
|
-
* account is authorized to use the Amazon
|
|
62
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
63
63
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -75,7 +75,7 @@ declare const UpdateRefreshScheduleCommand_base: {
|
|
|
75
75
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
76
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
77
77
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
78
|
-
* account is authorized to use the Amazon
|
|
78
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
79
79
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -60,7 +60,7 @@ declare const UpdateRoleCustomPermissionCommand_base: {
|
|
|
60
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
61
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
62
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
-
* account is authorized to use the Amazon
|
|
63
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
64
64
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -27,7 +27,7 @@ declare const UpdateSPICECapacityConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the SPICE capacity configuration for a
|
|
30
|
+
* <p>Updates the SPICE capacity configuration for a Quick Sight account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -58,7 +58,7 @@ declare const UpdateSPICECapacityConfigurationCommand_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 InternalFailureException} (server fault)
|
|
@@ -75,9 +75,9 @@ declare const UpdateTemplateAliasCommand_base: {
|
|
|
75
75
|
* <p>Access is throttled.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
78
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
78
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
79
79
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
80
|
-
*
|
|
80
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
81
81
|
* capability is available in every edition.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a template from an existing Amazon
|
|
30
|
+
* <p>Updates a template from an existing Amazon Quick Sight analysis or another template.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -5531,9 +5531,9 @@ declare const UpdateTemplateCommand_base: {
|
|
|
5531
5531
|
* <p>Access is throttled.</p>
|
|
5532
5532
|
*
|
|
5533
5533
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5534
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
5534
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
5535
5535
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5536
|
-
*
|
|
5536
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5537
5537
|
* capability is available in every edition.</p>
|
|
5538
5538
|
*
|
|
5539
5539
|
* @throws {@link QuickSightServiceException}
|
|
@@ -100,9 +100,9 @@ declare const UpdateTemplatePermissionsCommand_base: {
|
|
|
100
100
|
* <p>Access is throttled.</p>
|
|
101
101
|
*
|
|
102
102
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
103
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
103
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
104
104
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
105
|
-
*
|
|
105
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
106
106
|
* capability is available in every edition.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link QuickSightServiceException}
|
|
@@ -81,9 +81,9 @@ declare const UpdateThemeAliasCommand_base: {
|
|
|
81
81
|
* <p>Access is throttled.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
84
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
84
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
85
85
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
86
|
-
*
|
|
86
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
87
87
|
* capability is available in every edition.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link QuickSightServiceException}
|
|
@@ -116,7 +116,7 @@ declare const UpdateThemeCommand_base: {
|
|
|
116
116
|
* @throws {@link AccessDeniedException} (client fault)
|
|
117
117
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
118
118
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
119
|
-
* account is authorized to use the Amazon
|
|
119
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
120
120
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
121
121
|
*
|
|
122
122
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -138,9 +138,9 @@ declare const UpdateThemeCommand_base: {
|
|
|
138
138
|
* <p>Access is throttled.</p>
|
|
139
139
|
*
|
|
140
140
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
141
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
141
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
142
142
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
143
|
-
*
|
|
143
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
144
144
|
* capability is available in every edition.</p>
|
|
145
145
|
*
|
|
146
146
|
* @throws {@link QuickSightServiceException}
|
|
@@ -177,7 +177,7 @@ declare const UpdateThemePermissionsCommand_base: {
|
|
|
177
177
|
* @throws {@link AccessDeniedException} (client fault)
|
|
178
178
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
179
179
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
180
|
-
* account is authorized to use the Amazon
|
|
180
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
181
181
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
182
182
|
*
|
|
183
183
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -196,9 +196,9 @@ declare const UpdateThemePermissionsCommand_base: {
|
|
|
196
196
|
* <p>Access is throttled.</p>
|
|
197
197
|
*
|
|
198
198
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
199
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
199
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
200
200
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
201
|
-
*
|
|
201
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
202
202
|
* capability is available in every edition.</p>
|
|
203
203
|
*
|
|
204
204
|
* @throws {@link QuickSightServiceException}
|
|
@@ -323,7 +323,7 @@ declare const UpdateTopicCommand_base: {
|
|
|
323
323
|
* @throws {@link AccessDeniedException} (client fault)
|
|
324
324
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
325
325
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
326
|
-
* account is authorized to use the Amazon
|
|
326
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
327
327
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
328
328
|
*
|
|
329
329
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -84,7 +84,7 @@ declare const UpdateTopicPermissionsCommand_base: {
|
|
|
84
84
|
* @throws {@link AccessDeniedException} (client fault)
|
|
85
85
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
86
86
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
87
|
-
* account is authorized to use the Amazon
|
|
87
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
88
88
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -106,9 +106,9 @@ declare const UpdateTopicPermissionsCommand_base: {
|
|
|
106
106
|
* <p>Access is throttled.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
109
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
109
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
110
110
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
111
|
-
*
|
|
111
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
112
112
|
* capability is available in every edition.</p>
|
|
113
113
|
*
|
|
114
114
|
* @throws {@link QuickSightServiceException}
|
|
@@ -70,7 +70,7 @@ declare const UpdateTopicRefreshScheduleCommand_base: {
|
|
|
70
70
|
* @throws {@link AccessDeniedException} (client fault)
|
|
71
71
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
72
72
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
73
|
-
* account is authorized to use the Amazon
|
|
73
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
74
74
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -27,7 +27,7 @@ declare const UpdateUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an Amazon
|
|
30
|
+
* <p>Updates an Amazon Quick Sight user.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -79,7 +79,7 @@ declare const UpdateUserCommand_base: {
|
|
|
79
79
|
* @throws {@link AccessDeniedException} (client fault)
|
|
80
80
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
81
81
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
82
|
-
* account is authorized to use the Amazon
|
|
82
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
83
83
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -60,7 +60,7 @@ declare const UpdateUserCustomPermissionCommand_base: {
|
|
|
60
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
61
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
62
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
-
* account is authorized to use the Amazon
|
|
63
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
64
64
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -73,7 +73,7 @@ declare const UpdateVPCConnectionCommand_base: {
|
|
|
73
73
|
* @throws {@link AccessDeniedException} (client fault)
|
|
74
74
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
75
75
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
76
|
-
* account is authorized to use the Amazon
|
|
76
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
77
77
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -95,9 +95,9 @@ declare const UpdateVPCConnectionCommand_base: {
|
|
|
95
95
|
* <p>Access is throttled.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
98
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
98
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
99
99
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
100
|
-
*
|
|
100
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
101
101
|
* capability is available in every edition.</p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link QuickSightServiceException}
|