@aws-sdk/client-quicksight 3.904.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 +22805 -22423
- 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
|
@@ -27,9 +27,9 @@ declare const CreateTemplateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing
|
|
30
|
+
* <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing Quick Sight analysis or template. You can use the resulting
|
|
31
31
|
* template to create additional dashboards, templates, or analyses.</p>
|
|
32
|
-
* <p>A <i>template</i> is an entity in
|
|
32
|
+
* <p>A <i>template</i> is an entity in Quick Sight that encapsulates the metadata
|
|
33
33
|
* required to create an analysis and that you can use to create s dashboard. A template adds
|
|
34
34
|
* a layer of abstraction by using placeholders to replace the dataset associated with the
|
|
35
35
|
* analysis. You can use templates to create dashboards by replacing dataset placeholders
|
|
@@ -5533,7 +5533,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
5533
5533
|
* @throws {@link AccessDeniedException} (client fault)
|
|
5534
5534
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
5535
5535
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
5536
|
-
* account is authorized to use the Amazon
|
|
5536
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
5537
5537
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
5538
5538
|
*
|
|
5539
5539
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -5558,9 +5558,9 @@ declare const CreateTemplateCommand_base: {
|
|
|
5558
5558
|
* <p>Access is throttled.</p>
|
|
5559
5559
|
*
|
|
5560
5560
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5561
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
5561
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
5562
5562
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5563
|
-
*
|
|
5563
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5564
5564
|
* capability is available in every edition.</p>
|
|
5565
5565
|
*
|
|
5566
5566
|
* @throws {@link QuickSightServiceException}
|
|
@@ -84,9 +84,9 @@ declare const CreateThemeAliasCommand_base: {
|
|
|
84
84
|
* <p>Access is throttled.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
87
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
87
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
88
88
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
89
|
-
*
|
|
89
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
90
90
|
* capability is available in every edition.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
@@ -30,7 +30,7 @@ declare const CreateThemeCommand_base: {
|
|
|
30
30
|
* <p>Creates a theme.</p>
|
|
31
31
|
* <p>A <i>theme</i> is set of configuration options for color and layout.
|
|
32
32
|
* Themes apply to analyses and dashboards. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html">Using
|
|
33
|
-
* Themes in Amazon
|
|
33
|
+
* Themes in Amazon Quick Sight</a> in the <i>Amazon Quick Sight User Guide</i>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -133,7 +133,7 @@ declare const CreateThemeCommand_base: {
|
|
|
133
133
|
* @throws {@link AccessDeniedException} (client fault)
|
|
134
134
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
135
135
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
136
|
-
* account is authorized to use the Amazon
|
|
136
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
137
137
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
138
138
|
*
|
|
139
139
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -155,9 +155,9 @@ declare const CreateThemeCommand_base: {
|
|
|
155
155
|
* <p>Access is throttled.</p>
|
|
156
156
|
*
|
|
157
157
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
158
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
158
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
159
159
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
160
|
-
*
|
|
160
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
161
161
|
* capability is available in every edition.</p>
|
|
162
162
|
*
|
|
163
163
|
* @throws {@link QuickSightServiceException}
|
|
@@ -332,7 +332,7 @@ declare const CreateTopicCommand_base: {
|
|
|
332
332
|
* @throws {@link AccessDeniedException} (client fault)
|
|
333
333
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
334
334
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
335
|
-
* account is authorized to use the Amazon
|
|
335
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
336
336
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
337
337
|
*
|
|
338
338
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -71,7 +71,7 @@ declare const CreateTopicRefreshScheduleCommand_base: {
|
|
|
71
71
|
* @throws {@link AccessDeniedException} (client fault)
|
|
72
72
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
73
73
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
74
|
-
* account is authorized to use the Amazon
|
|
74
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
75
75
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -79,7 +79,7 @@ declare const CreateVPCConnectionCommand_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 ConflictException} (client fault)
|
|
@@ -101,9 +101,9 @@ declare const CreateVPCConnectionCommand_base: {
|
|
|
101
101
|
* <p>Access is throttled.</p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
104
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
104
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
105
105
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
106
|
-
*
|
|
106
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
107
107
|
* capability is available in every edition.</p>
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link QuickSightServiceException}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteAccountCustomPermissionRequest, DeleteAccountCustomPermissionResponse } from "../models/
|
|
3
|
+
import { DeleteAccountCustomPermissionRequest, DeleteAccountCustomPermissionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -57,7 +57,7 @@ declare const DeleteAccountCustomPermissionCommand_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 InternalFailureException} (server fault)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/
|
|
3
|
+
import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -28,7 +28,7 @@ declare const DeleteAccountCustomizationCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>This API permanently deletes all
|
|
31
|
+
* <p>This API permanently deletes all Quick Sight customizations for the specified Amazon Web Services account and namespace. When you delete account customizations:</p>
|
|
32
32
|
* <ul>
|
|
33
33
|
* <li>
|
|
34
34
|
* <p>All customizations are removed including themes, branding, and visual settings</p>
|
|
@@ -37,13 +37,13 @@ declare const DeleteAccountCustomizationCommand_base: {
|
|
|
37
37
|
* <p>This action cannot be undone through the API</p>
|
|
38
38
|
* </li>
|
|
39
39
|
* <li>
|
|
40
|
-
* <p>Users will see default
|
|
40
|
+
* <p>Users will see default Quick Sight styling after customizations are deleted</p>
|
|
41
41
|
* </li>
|
|
42
42
|
* </ul>
|
|
43
43
|
* <p>
|
|
44
44
|
* <b>Before proceeding:</b> Ensure you have backups of any custom themes or branding elements you may want to recreate.</p>
|
|
45
45
|
* </important>
|
|
46
|
-
* <p>Deletes all Amazon
|
|
46
|
+
* <p>Deletes all Amazon Quick Sight customizations for the specified Amazon Web Services account and Quick Sight namespace.</p>
|
|
47
47
|
* @example
|
|
48
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
49
|
* ```javascript
|
|
@@ -74,7 +74,7 @@ declare const DeleteAccountCustomizationCommand_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 ConflictException} (client fault)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/
|
|
3
|
+
import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -28,10 +28,10 @@ declare const DeleteAccountSubscriptionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>Deleting your
|
|
31
|
+
* <p>Deleting your Quick Sight account subscription has permanent, irreversible consequences across all Amazon Web Services regions:</p>
|
|
32
32
|
* <ul>
|
|
33
33
|
* <li>
|
|
34
|
-
* <p>Global deletion – Running this operation from any single region will delete your
|
|
34
|
+
* <p>Global deletion – Running this operation from any single region will delete your Quick Sight account and all data in every Amazon Web Services region where you have Quick Sight resources.</p>
|
|
35
35
|
* </li>
|
|
36
36
|
* <li>
|
|
37
37
|
* <p>Complete data loss – All dashboards, analyses, datasets, data sources, and custom visuals will be permanently deleted across all regions.</p>
|
|
@@ -43,16 +43,16 @@ declare const DeleteAccountSubscriptionCommand_base: {
|
|
|
43
43
|
* <p>Shared resources removed – All shared dashboards, folders, and resources will become inaccessible to other users and external recipients.</p>
|
|
44
44
|
* </li>
|
|
45
45
|
* <li>
|
|
46
|
-
* <p>User access terminated – All
|
|
46
|
+
* <p>User access terminated – All Quick Sight users in your account will lose access immediately, including authors, readers, and administrators.</p>
|
|
47
47
|
* </li>
|
|
48
48
|
* <li>
|
|
49
49
|
* <p>
|
|
50
|
-
* <b>No recovery possible</b> – Once deleted, your
|
|
50
|
+
* <b>No recovery possible</b> – Once deleted, your Quick Sight account and all associated data cannot be restored.</p>
|
|
51
51
|
* </li>
|
|
52
52
|
* </ul>
|
|
53
53
|
* <p>Consider exporting critical dashboards and data before proceeding with account deletion.</p>
|
|
54
54
|
* </important>
|
|
55
|
-
* <p>Use the <code>DeleteAccountSubscription</code> operation to delete an
|
|
55
|
+
* <p>Use the <code>DeleteAccountSubscription</code> operation to delete an Quick Sight account. This operation will result in an error message if you have configured your account termination protection settings to <code>True</code>. To change this setting and delete your account, call the <code>UpdateAccountSettings</code> API and set the value of the <code>TerminationProtectionEnabled</code> parameter to <code>False</code>, then make another call to the <code>DeleteAccountSubscription</code> API.</p>
|
|
56
56
|
* @example
|
|
57
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
58
|
* ```javascript
|
|
@@ -82,7 +82,7 @@ declare const DeleteAccountSubscriptionCommand_base: {
|
|
|
82
82
|
* @throws {@link AccessDeniedException} (client fault)
|
|
83
83
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
84
84
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
85
|
-
* account is authorized to use the Amazon
|
|
85
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
86
86
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteActionConnectorRequest, DeleteActionConnectorResponse } 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 DeleteActionConnectorCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteActionConnectorCommandInput extends DeleteActionConnectorRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteActionConnectorCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteActionConnectorCommandOutput extends DeleteActionConnectorResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteActionConnectorCommand_base: {
|
|
25
|
+
new (input: DeleteActionConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActionConnectorCommandInput, DeleteActionConnectorCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteActionConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActionConnectorCommandInput, DeleteActionConnectorCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Hard deletes an action connector, making it unrecoverable. This operation removes the connector and all its associated configurations. Any resources currently using this action connector will no longer be able to perform actions through it.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, DeleteActionConnectorCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, DeleteActionConnectorCommand } = 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 = { // DeleteActionConnectorRequest
|
|
40
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
41
|
+
* ActionConnectorId: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DeleteActionConnectorCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // DeleteActionConnectorResponse
|
|
46
|
+
* // Arn: "STRING_VALUE",
|
|
47
|
+
* // ActionConnectorId: "STRING_VALUE",
|
|
48
|
+
* // RequestId: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param DeleteActionConnectorCommandInput - {@link DeleteActionConnectorCommandInput}
|
|
55
|
+
* @returns {@link DeleteActionConnectorCommandOutput}
|
|
56
|
+
* @see {@link DeleteActionConnectorCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link DeleteActionConnectorCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
64
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
67
|
+
* <p>An internal failure occurred.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
70
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>One or more resources can't be found.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>Access is throttled.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link QuickSightServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class DeleteActionConnectorCommand extends DeleteActionConnectorCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteActionConnectorRequest;
|
|
89
|
+
output: DeleteActionConnectorResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteActionConnectorCommandInput;
|
|
93
|
+
output: DeleteActionConnectorCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/
|
|
3
|
+
import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,16 +27,16 @@ declare const DeleteAnalysisCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an analysis from Amazon
|
|
30
|
+
* <p>Deletes an analysis from Amazon Quick Sight. You can optionally include a recovery window during
|
|
31
31
|
* which you can restore the analysis. If you don't specify a recovery window value, the
|
|
32
|
-
* operation defaults to 30 days.
|
|
32
|
+
* operation defaults to 30 days. Amazon Quick Sight attaches a <code>DeletionTime</code> stamp to
|
|
33
33
|
* the response that specifies the end of the recovery window. At the end of the recovery
|
|
34
|
-
* window,
|
|
34
|
+
* window, Amazon Quick Sight deletes the analysis permanently.</p>
|
|
35
35
|
* <p>At any time before recovery window ends, you can use the <code>RestoreAnalysis</code>
|
|
36
36
|
* API operation to remove the <code>DeletionTime</code> stamp and cancel the deletion of
|
|
37
37
|
* the analysis. The analysis remains visible in the API until it's deleted, so you can
|
|
38
38
|
* describe it but you can't make a template from it.</p>
|
|
39
|
-
* <p>An analysis that's scheduled for deletion isn't accessible in the
|
|
39
|
+
* <p>An analysis that's scheduled for deletion isn't accessible in the Amazon Quick Sight console.
|
|
40
40
|
* To access it in the console, restore it. Deleting an analysis doesn't delete the
|
|
41
41
|
* dashboards that you publish from it.</p>
|
|
42
42
|
* @example
|
|
@@ -87,9 +87,9 @@ declare const DeleteAnalysisCommand_base: {
|
|
|
87
87
|
* <p>Access is throttled.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
90
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
90
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
91
91
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
92
|
-
*
|
|
92
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
93
93
|
* capability is available in every edition.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link QuickSightServiceException}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteBrandAssignmentRequest, DeleteBrandAssignmentResponse } from "../models/
|
|
3
|
+
import { DeleteBrandAssignmentRequest, DeleteBrandAssignmentResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -56,7 +56,7 @@ declare const DeleteBrandAssignmentCommand_base: {
|
|
|
56
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
57
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
58
58
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
59
|
-
* account is authorized to use the Amazon
|
|
59
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
60
60
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteBrandRequest, DeleteBrandResponse } from "../models/
|
|
3
|
+
import { DeleteBrandRequest, DeleteBrandResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -28,7 +28,7 @@ declare const DeleteBrandCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>This API permanently deletes the specified
|
|
31
|
+
* <p>This API permanently deletes the specified Quick Sight brand. When you delete a brand:</p>
|
|
32
32
|
* <ul>
|
|
33
33
|
* <li>
|
|
34
34
|
* <p>The brand and all its associated branding elements are permanently removed</p>
|
|
@@ -43,7 +43,7 @@ declare const DeleteBrandCommand_base: {
|
|
|
43
43
|
* <p>
|
|
44
44
|
* <b>Before proceeding:</b> Verify that the brand is no longer needed and consider the impact on any applications currently using this brand.</p>
|
|
45
45
|
* </important>
|
|
46
|
-
* <p>Deletes an
|
|
46
|
+
* <p>Deletes an Quick Sight brand.</p>
|
|
47
47
|
* @example
|
|
48
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
49
|
* ```javascript
|
|
@@ -73,7 +73,7 @@ declare const DeleteBrandCommand_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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteCustomPermissionsRequest, DeleteCustomPermissionsResponse } from "../models/
|
|
3
|
+
import { DeleteCustomPermissionsRequest, DeleteCustomPermissionsResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -59,7 +59,7 @@ declare const DeleteCustomPermissionsCommand_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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/
|
|
3
|
+
import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -74,9 +74,9 @@ declare const DeleteDashboardCommand_base: {
|
|
|
74
74
|
* <p>Access is throttled.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
77
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
77
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
78
78
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
79
|
-
*
|
|
79
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
80
80
|
* capability is available in every edition.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/
|
|
3
|
+
import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -60,7 +60,7 @@ declare const DeleteDataSetCommand_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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/
|
|
3
|
+
import { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -58,7 +58,7 @@ declare const DeleteDataSetRefreshPropertiesCommand_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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/
|
|
3
|
+
import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,8 +27,8 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the data source permanently. This operation breaks
|
|
31
|
-
*
|
|
30
|
+
* <p>Deletes the data source permanently. This operation breaks all the datasets that
|
|
31
|
+
* reference the deleted data source.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -61,7 +61,7 @@ declare const DeleteDataSourceCommand_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 InternalFailureException} (server fault)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteDefaultQBusinessApplicationRequest, DeleteDefaultQBusinessApplicationResponse } from "../models/
|
|
3
|
+
import { DeleteDefaultQBusinessApplicationRequest, DeleteDefaultQBusinessApplicationResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,7 +27,7 @@ declare const DeleteDefaultQBusinessApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a linked Amazon Q Business application from an
|
|
30
|
+
* <p>Deletes a linked Amazon Q Business application from an 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 DeleteDefaultQBusinessApplicationCommand_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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteFolderRequest, DeleteFolderResponse } from "../models/
|
|
3
|
+
import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -60,7 +60,7 @@ declare const DeleteFolderCommand_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)
|
|
@@ -82,9 +82,9 @@ declare const DeleteFolderCommand_base: {
|
|
|
82
82
|
* <p>Access is throttled.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
85
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
85
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
86
86
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
87
|
-
*
|
|
87
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
88
88
|
* capability is available in every edition.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link QuickSightServiceException}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/
|
|
3
|
+
import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -60,7 +60,7 @@ declare const DeleteFolderMembershipCommand_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)
|
|
@@ -76,9 +76,9 @@ declare const DeleteFolderMembershipCommand_base: {
|
|
|
76
76
|
* <p>Access is throttled.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
79
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
79
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
80
80
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
81
|
-
*
|
|
81
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
82
82
|
* capability is available in every edition.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|