@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
|
@@ -27,7 +27,7 @@ declare const DescribeDefaultQBusinessApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes a Amazon Q Business application that is linked to an
|
|
30
|
+
* <p>Describes a Amazon Q Business application that is linked to 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
|
|
@@ -59,7 +59,7 @@ declare const DescribeDefaultQBusinessApplicationCommand_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 InternalFailureException} (server fault)
|
|
@@ -70,7 +70,7 @@ declare const DescribeFolderCommand_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 InternalFailureException} (server fault)
|
|
@@ -86,9 +86,9 @@ declare const DescribeFolderCommand_base: {
|
|
|
86
86
|
* <p>Access is throttled.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
89
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
89
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
90
90
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
91
|
-
*
|
|
91
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
92
92
|
* capability is available in every edition.</p>
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link QuickSightServiceException}
|
|
@@ -72,7 +72,7 @@ declare const DescribeFolderPermissionsCommand_base: {
|
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
73
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
74
74
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
75
|
-
* account is authorized to use the Amazon
|
|
75
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
76
76
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -91,9 +91,9 @@ declare const DescribeFolderPermissionsCommand_base: {
|
|
|
91
91
|
* <p>Access is throttled.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
94
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
94
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
95
95
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
96
|
-
*
|
|
96
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
97
97
|
* capability is available in every edition.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link QuickSightServiceException}
|
|
@@ -72,7 +72,7 @@ declare const DescribeFolderResolvedPermissionsCommand_base: {
|
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
73
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
74
74
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
75
|
-
* account is authorized to use the Amazon
|
|
75
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
76
76
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -91,9 +91,9 @@ declare const DescribeFolderResolvedPermissionsCommand_base: {
|
|
|
91
91
|
* <p>Access is throttled.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
94
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
94
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
95
95
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
96
|
-
*
|
|
96
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
97
97
|
* capability is available in every edition.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const DescribeGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns an Amazon
|
|
30
|
+
* <p>Returns an Amazon Quick Sight group's description and Amazon Resource Name (ARN). </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -65,7 +65,7 @@ declare const DescribeGroupCommand_base: {
|
|
|
65
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
66
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
67
67
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
68
|
-
* account is authorized to use the Amazon
|
|
68
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
69
69
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -66,7 +66,7 @@ declare const DescribeGroupMembershipCommand_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)
|
|
@@ -72,7 +72,7 @@ declare const DescribeIAMPolicyAssignmentCommand_base: {
|
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
73
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
74
74
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
75
|
-
* account is authorized to use the Amazon
|
|
75
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
76
76
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -82,7 +82,7 @@ declare const DescribeIngestionCommand_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)
|
|
@@ -68,7 +68,7 @@ declare const DescribeIpRestrictionCommand_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 DescribeKeyRegistrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes all customer managed key registrations in a
|
|
30
|
+
* <p>Describes all customer managed key registrations 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
|
|
@@ -69,7 +69,7 @@ declare const DescribeKeyRegistrationCommand_base: {
|
|
|
69
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
70
70
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
71
71
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
72
|
-
* account is authorized to use the Amazon
|
|
72
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
73
73
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -71,7 +71,7 @@ declare const DescribeNamespaceCommand_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 InternalFailureException} (server fault)
|
|
@@ -58,7 +58,7 @@ declare const DescribeQPersonalizationConfigurationCommand_base: {
|
|
|
58
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
59
59
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
60
60
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
61
|
-
* account is authorized to use the Amazon
|
|
61
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
62
62
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -27,7 +27,7 @@ declare const DescribeQuickSightQSearchConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the state of a
|
|
30
|
+
* <p>Describes 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
|
|
@@ -58,7 +58,7 @@ declare const DescribeQuickSightQSearchConfigurationCommand_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)
|
|
@@ -75,7 +75,7 @@ declare const DescribeRefreshScheduleCommand_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 DescribeRoleCustomPermissionCommand_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)
|
|
@@ -71,9 +71,9 @@ declare const DescribeTemplateAliasCommand_base: {
|
|
|
71
71
|
* <p>Access is throttled.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
74
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
74
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
75
75
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
76
|
-
*
|
|
76
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
77
77
|
* capability is available in every edition.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link QuickSightServiceException}
|
|
@@ -195,7 +195,7 @@ declare const DescribeTemplateCommand_base: {
|
|
|
195
195
|
* @throws {@link AccessDeniedException} (client fault)
|
|
196
196
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
197
197
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
198
|
-
* account is authorized to use the Amazon
|
|
198
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
199
199
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
200
200
|
*
|
|
201
201
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -217,9 +217,9 @@ declare const DescribeTemplateCommand_base: {
|
|
|
217
217
|
* <p>Access is throttled.</p>
|
|
218
218
|
*
|
|
219
219
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
220
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
220
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
221
221
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
222
|
-
*
|
|
222
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
223
223
|
* capability is available in every edition.</p>
|
|
224
224
|
*
|
|
225
225
|
* @throws {@link QuickSightServiceException}
|
|
@@ -5514,7 +5514,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5514
5514
|
* @throws {@link AccessDeniedException} (client fault)
|
|
5515
5515
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
5516
5516
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
5517
|
-
* account is authorized to use the Amazon
|
|
5517
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
5518
5518
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
5519
5519
|
*
|
|
5520
5520
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -5536,9 +5536,9 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5536
5536
|
* <p>Access is throttled.</p>
|
|
5537
5537
|
*
|
|
5538
5538
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5539
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
5539
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
5540
5540
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5541
|
-
*
|
|
5541
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5542
5542
|
* capability is available in every edition.</p>
|
|
5543
5543
|
*
|
|
5544
5544
|
* @throws {@link QuickSightServiceException}
|
|
@@ -81,9 +81,9 @@ declare const DescribeTemplatePermissionsCommand_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}
|
|
@@ -77,9 +77,9 @@ declare const DescribeThemeAliasCommand_base: {
|
|
|
77
77
|
* <p>Access is throttled.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
80
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
80
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
81
81
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
82
|
-
*
|
|
82
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
83
83
|
* capability is available in every edition.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link QuickSightServiceException}
|
|
@@ -133,7 +133,7 @@ declare const DescribeThemeCommand_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)
|
|
@@ -152,9 +152,9 @@ declare const DescribeThemeCommand_base: {
|
|
|
152
152
|
* <p>Access is throttled.</p>
|
|
153
153
|
*
|
|
154
154
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
155
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
155
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
156
156
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
157
|
-
*
|
|
157
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
158
158
|
* capability is available in every edition.</p>
|
|
159
159
|
*
|
|
160
160
|
* @throws {@link QuickSightServiceException}
|
|
@@ -68,7 +68,7 @@ declare const DescribeThemePermissionsCommand_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)
|
|
@@ -84,9 +84,9 @@ declare const DescribeThemePermissionsCommand_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}
|
|
@@ -322,7 +322,7 @@ declare const DescribeTopicCommand_base: {
|
|
|
322
322
|
* @throws {@link AccessDeniedException} (client fault)
|
|
323
323
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
324
324
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
325
|
-
* account is authorized to use the Amazon
|
|
325
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
326
326
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
327
327
|
*
|
|
328
328
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -68,7 +68,7 @@ declare const DescribeTopicPermissionsCommand_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)
|
|
@@ -64,7 +64,7 @@ declare const DescribeTopicRefreshCommand_base: {
|
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
65
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
66
66
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
67
|
-
* account is authorized to use the Amazon
|
|
67
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
68
68
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -70,7 +70,7 @@ declare const DescribeTopicRefreshScheduleCommand_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)
|
|
@@ -72,7 +72,7 @@ declare const DescribeUserCommand_base: {
|
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
73
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
74
74
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
75
|
-
* account is authorized to use the Amazon
|
|
75
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
76
76
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -84,7 +84,7 @@ declare const DescribeVPCConnectionCommand_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)
|
|
@@ -100,9 +100,9 @@ declare const DescribeVPCConnectionCommand_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}
|
|
@@ -27,24 +27,32 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or
|
|
30
|
+
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or
|
|
31
|
+
* visual in your website, without having to register any reader users. Before you use this
|
|
32
|
+
* action, make sure that you have configured the dashboards and permissions.</p>
|
|
31
33
|
* <p>The following rules apply to the generated URL:</p>
|
|
32
34
|
* <ul>
|
|
33
35
|
* <li>
|
|
34
|
-
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is
|
|
36
|
+
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is
|
|
37
|
+
* generated. Once redeemed within this period, it cannot be re-used again.</p>
|
|
35
38
|
* </li>
|
|
36
39
|
* <li>
|
|
37
|
-
* <p>The URL validity period should not be confused with the actual session
|
|
40
|
+
* <p>The URL validity period should not be confused with the actual session
|
|
41
|
+
* lifetime that can be customized using the <code>
|
|
38
42
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
|
|
39
|
-
* </code> parameter. The resulting user
|
|
43
|
+
* </code> parameter. The resulting user
|
|
44
|
+
* session is valid for 15 minutes (minimum) to 10 hours (maximum). The default
|
|
45
|
+
* session duration is 10 hours.</p>
|
|
40
46
|
* </li>
|
|
41
47
|
* <li>
|
|
42
48
|
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
43
49
|
* </li>
|
|
44
50
|
* </ul>
|
|
45
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
|
|
46
|
-
* Guide</i>.</p>
|
|
47
|
-
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
51
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
|
|
52
|
+
* the <i>Amazon QuickSight User Guide</i>.</p>
|
|
53
|
+
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
54
|
+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight
|
|
55
|
+
* Developer Portal</a>.</p>
|
|
48
56
|
* @example
|
|
49
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
58
|
* ```javascript
|
|
@@ -119,7 +127,7 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
119
127
|
* @throws {@link AccessDeniedException} (client fault)
|
|
120
128
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
121
129
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
122
|
-
* account is authorized to use the Amazon
|
|
130
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
123
131
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
124
132
|
*
|
|
125
133
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -139,10 +147,10 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
139
147
|
* <p>Access is throttled.</p>
|
|
140
148
|
*
|
|
141
149
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
142
|
-
* <p>This error indicates that you are calling an embedding operation in Amazon
|
|
150
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
|
|
143
151
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
144
|
-
* for anonymous users, a
|
|
145
|
-
* can do this on the <b>Manage
|
|
152
|
+
* for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
|
|
153
|
+
* can do this on the <b>Manage Quick Suite</b> page. </p>
|
|
146
154
|
* <p>After capacity pricing is added, you can use the
|
|
147
155
|
* <code>
|
|
148
156
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -150,9 +158,9 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
150
158
|
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
151
159
|
*
|
|
152
160
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
153
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
161
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
154
162
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
155
|
-
*
|
|
163
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
156
164
|
* capability is available in every edition.</p>
|
|
157
165
|
*
|
|
158
166
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,27 +27,32 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience
|
|
31
|
-
* Before you use this action, make sure that you have
|
|
30
|
+
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience
|
|
31
|
+
* in your website. This action can be used for any type of user registered in an Amazon QuickSight account. Before you use this action, make sure that you have
|
|
32
|
+
* configured the relevant Amazon QuickSight resource and permissions.</p>
|
|
32
33
|
* <p>The following rules apply to the generated URL:</p>
|
|
33
34
|
* <ul>
|
|
34
35
|
* <li>
|
|
35
|
-
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is
|
|
36
|
+
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is
|
|
37
|
+
* generated. Once redeemed within this period, it cannot be re-used again.</p>
|
|
36
38
|
* </li>
|
|
37
39
|
* <li>
|
|
38
|
-
* <p>The URL validity period should not be confused with the actual session
|
|
39
|
-
*
|
|
40
|
+
* <p>The URL validity period should not be confused with the actual session
|
|
41
|
+
* lifetime that can be customized using the <code>
|
|
40
42
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html#QS-GenerateEmbedUrlForRegisteredUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
|
|
41
43
|
* </code> parameter.</p>
|
|
42
|
-
* <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours
|
|
44
|
+
* <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours
|
|
45
|
+
* (maximum). The default session duration is 10 hours.</p>
|
|
43
46
|
* </li>
|
|
44
47
|
* <li>
|
|
45
48
|
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
46
49
|
* </li>
|
|
47
50
|
* </ul>
|
|
48
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
|
|
49
|
-
* Guide</i>.</p>
|
|
50
|
-
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
51
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
|
|
52
|
+
* the <i>Amazon QuickSight User Guide</i>.</p>
|
|
53
|
+
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
54
|
+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight
|
|
55
|
+
* Developer Portal</a>.</p>
|
|
51
56
|
* @example
|
|
52
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
53
58
|
* ```javascript
|
|
@@ -160,7 +165,7 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
160
165
|
* @throws {@link AccessDeniedException} (client fault)
|
|
161
166
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
162
167
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
163
|
-
* account is authorized to use the Amazon
|
|
168
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
164
169
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
165
170
|
*
|
|
166
171
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -185,10 +190,10 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
185
190
|
* <p>Access is throttled.</p>
|
|
186
191
|
*
|
|
187
192
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
188
|
-
* <p>This error indicates that you are calling an embedding operation in Amazon
|
|
193
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
|
|
189
194
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
190
|
-
* for anonymous users, a
|
|
191
|
-
* can do this on the <b>Manage
|
|
195
|
+
* for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
|
|
196
|
+
* can do this on the <b>Manage Quick Suite</b> page. </p>
|
|
192
197
|
* <p>After capacity pricing is added, you can use the
|
|
193
198
|
* <code>
|
|
194
199
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -196,9 +201,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
196
201
|
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
197
202
|
*
|
|
198
203
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
199
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
204
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
200
205
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
201
|
-
*
|
|
206
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
202
207
|
* capability is available in every edition.</p>
|
|
203
208
|
*
|
|
204
209
|
* @throws {@link QuickSightServiceException}
|