@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
|
@@ -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 { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/
|
|
3
|
+
import { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -84,9 +84,9 @@ declare const ListThemeAliasesCommand_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}
|
|
@@ -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 { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/
|
|
3
|
+
import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -70,7 +70,7 @@ declare const ListThemeVersionsCommand_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)
|
|
@@ -89,9 +89,9 @@ declare const ListThemeVersionsCommand_base: {
|
|
|
89
89
|
* <p>Access is throttled.</p>
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
92
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
92
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
93
93
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
94
|
-
*
|
|
94
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
95
95
|
* capability is available in every edition.</p>
|
|
96
96
|
*
|
|
97
97
|
* @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 { ListThemesRequest, ListThemesResponse } from "../models/
|
|
3
|
+
import { ListThemesRequest, ListThemesResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -71,7 +71,7 @@ declare const ListThemesCommand_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)
|
|
@@ -90,9 +90,9 @@ declare const ListThemesCommand_base: {
|
|
|
90
90
|
* <p>Access is throttled.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
93
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
93
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
94
94
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
95
|
-
*
|
|
95
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
96
96
|
* capability is available in every edition.</p>
|
|
97
97
|
*
|
|
98
98
|
* @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 { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } from "../models/
|
|
3
|
+
import { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -75,7 +75,7 @@ declare const ListTopicRefreshSchedulesCommand_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 ConflictException} (client fault)
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTopicReviewedAnswersRequest } from "../models/
|
|
4
|
-
import { ListTopicReviewedAnswersResponse } from "../models/models_5";
|
|
3
|
+
import { ListTopicReviewedAnswersRequest, ListTopicReviewedAnswersResponse } from "../models/models_5";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -535,7 +534,7 @@ declare const ListTopicReviewedAnswersCommand_base: {
|
|
|
535
534
|
* @throws {@link AccessDeniedException} (client fault)
|
|
536
535
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
537
536
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
538
|
-
* account is authorized to use the Amazon
|
|
537
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
539
538
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
540
539
|
*
|
|
541
540
|
* @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 { ListTopicsRequest, ListTopicsResponse } from "../models/
|
|
3
|
+
import { ListTopicsRequest, ListTopicsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -68,7 +68,7 @@ declare const ListTopicsCommand_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)
|
|
@@ -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 { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/
|
|
3
|
+
import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,7 +27,7 @@ declare const ListUserGroupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the Amazon
|
|
30
|
+
* <p>Lists the Amazon Quick Sight groups that an Amazon Quick Sight user is a member of.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -70,7 +70,7 @@ declare const ListUserGroupsCommand_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)
|
|
@@ -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 { ListUsersRequest, ListUsersResponse } from "../models/
|
|
3
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,7 +27,7 @@ declare const ListUsersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of all of the Amazon
|
|
30
|
+
* <p>Returns a list of all of the Amazon Quick Sight users belonging to this account. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -76,7 +76,7 @@ declare const ListUsersCommand_base: {
|
|
|
76
76
|
* @throws {@link AccessDeniedException} (client fault)
|
|
77
77
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
78
78
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
79
|
-
* account is authorized to use the Amazon
|
|
79
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
80
80
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -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 { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/
|
|
3
|
+
import { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -89,7 +89,7 @@ declare const ListVPCConnectionsCommand_base: {
|
|
|
89
89
|
* @throws {@link AccessDeniedException} (client fault)
|
|
90
90
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
91
91
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
92
|
-
* account is authorized to use the Amazon
|
|
92
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
93
93
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -105,9 +105,9 @@ declare const ListVPCConnectionsCommand_base: {
|
|
|
105
105
|
* <p>Access is throttled.</p>
|
|
106
106
|
*
|
|
107
107
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
108
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
108
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
109
109
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
110
|
-
*
|
|
110
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
111
111
|
* capability is available in every edition.</p>
|
|
112
112
|
*
|
|
113
113
|
* @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 { PredictQAResultsRequest, PredictQAResultsResponse } from "../models/
|
|
3
|
+
import { PredictQAResultsRequest, PredictQAResultsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -111,7 +111,7 @@ declare const PredictQAResultsCommand_base: {
|
|
|
111
111
|
* @throws {@link AccessDeniedException} (client fault)
|
|
112
112
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
113
113
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
114
|
-
* account is authorized to use the Amazon
|
|
114
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
115
115
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -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 { PutDataSetRefreshPropertiesRequest, PutDataSetRefreshPropertiesResponse } from "../models/
|
|
3
|
+
import { PutDataSetRefreshPropertiesRequest, PutDataSetRefreshPropertiesResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -74,7 +74,7 @@ declare const PutDataSetRefreshPropertiesCommand_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 { RegisterUserRequest, RegisterUserResponse } from "../models/
|
|
3
|
+
import { RegisterUserRequest, RegisterUserResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,7 +27,7 @@ declare const RegisterUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an Amazon
|
|
30
|
+
* <p>Creates an Amazon Quick Sight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Quick Sight API, Quick Sight generates a registration URL. The user accesses this registration URL to create their account. Quick Sight doesn't send a registration email to users who are registered from the Quick Sight API. If you want new users to receive a registration email, then add those users in the Quick Sight console. For more information on registering a new user in the Quick Sight console, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users"> Inviting users to access Quick Sight</a>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -88,7 +88,7 @@ declare const RegisterUserCommand_base: {
|
|
|
88
88
|
* @throws {@link AccessDeniedException} (client fault)
|
|
89
89
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
90
90
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
91
|
-
* account is authorized to use the Amazon
|
|
91
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
92
92
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
93
93
|
*
|
|
94
94
|
* @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 { RestoreAnalysisRequest, RestoreAnalysisResponse } from "../models/
|
|
3
|
+
import { RestoreAnalysisRequest, RestoreAnalysisResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -83,9 +83,9 @@ declare const RestoreAnalysisCommand_base: {
|
|
|
83
83
|
* <p>Access is throttled.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
86
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
86
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
87
87
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
88
|
-
*
|
|
88
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
89
89
|
* capability is available in every edition.</p>
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link QuickSightServiceException}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { SearchActionConnectorsRequest, SearchActionConnectorsResponse } from "../models/models_5";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SearchActionConnectorsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SearchActionConnectorsCommandInput extends SearchActionConnectorsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SearchActionConnectorsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SearchActionConnectorsCommandOutput extends SearchActionConnectorsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SearchActionConnectorsCommand_base: {
|
|
25
|
+
new (input: SearchActionConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchActionConnectorsCommandInput, SearchActionConnectorsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchActionConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchActionConnectorsCommandInput, SearchActionConnectorsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Searches for action connectors in the specified Amazon Web Services account using filters. You can search by connector name, type, or user permissions.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, SearchActionConnectorsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, SearchActionConnectorsCommand } = 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 = { // SearchActionConnectorsRequest
|
|
40
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* Filters: [ // ActionConnectorSearchFilterList // required
|
|
44
|
+
* { // ActionConnectorSearchFilter
|
|
45
|
+
* Name: "ACTION_CONNECTOR_NAME" || "ACTION_CONNECTOR_TYPE" || "QUICKSIGHT_OWNER" || "QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", // required
|
|
46
|
+
* Operator: "StringEquals" || "StringLike", // required
|
|
47
|
+
* Value: "STRING_VALUE", // required
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* };
|
|
51
|
+
* const command = new SearchActionConnectorsCommand(input);
|
|
52
|
+
* const response = await client.send(command);
|
|
53
|
+
* // { // SearchActionConnectorsResponse
|
|
54
|
+
* // NextToken: "STRING_VALUE",
|
|
55
|
+
* // RequestId: "STRING_VALUE",
|
|
56
|
+
* // Status: Number("int"),
|
|
57
|
+
* // ActionConnectorSummaries: [ // ActionConnectorSummaryList
|
|
58
|
+
* // { // ActionConnectorSummary
|
|
59
|
+
* // Arn: "STRING_VALUE", // required
|
|
60
|
+
* // ActionConnectorId: "STRING_VALUE", // required
|
|
61
|
+
* // Type: "GENERIC_HTTP" || "SERVICENOW_NOW_PLATFORM" || "SALESFORCE_CRM" || "MICROSOFT_OUTLOOK" || "PAGERDUTY_ADVANCE" || "JIRA_CLOUD" || "ATLASSIAN_CONFLUENCE" || "AMAZON_S3" || "AMAZON_BEDROCK_AGENT_RUNTIME" || "AMAZON_BEDROCK_RUNTIME" || "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME" || "AMAZON_TEXTRACT" || "AMAZON_COMPREHEND" || "AMAZON_COMPREHEND_MEDICAL" || "MICROSOFT_ONEDRIVE" || "MICROSOFT_SHAREPOINT" || "MICROSOFT_TEAMS" || "SAP_BUSINESSPARTNER" || "SAP_PRODUCTMASTERDATA" || "SAP_PHYSICALINVENTORY" || "SAP_BILLOFMATERIALS" || "SAP_MATERIALSTOCK" || "ZENDESK_SUITE" || "SMARTSHEET" || "SLACK" || "ASANA" || "BAMBOO_HR", // required
|
|
62
|
+
* // Name: "STRING_VALUE", // required
|
|
63
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"), // required
|
|
65
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
66
|
+
* // Error: { // ActionConnectorError
|
|
67
|
+
* // Message: "STRING_VALUE",
|
|
68
|
+
* // Type: "INTERNAL_FAILURE",
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @param SearchActionConnectorsCommandInput - {@link SearchActionConnectorsCommandInput}
|
|
77
|
+
* @returns {@link SearchActionConnectorsCommandOutput}
|
|
78
|
+
* @see {@link SearchActionConnectorsCommandInput} for command's `input` shape.
|
|
79
|
+
* @see {@link SearchActionConnectorsCommandOutput} for command's `response` shape.
|
|
80
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
83
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
84
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
85
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
86
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
89
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
92
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
95
|
+
* <p>Access is throttled.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link QuickSightServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class SearchActionConnectorsCommand extends SearchActionConnectorsCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: SearchActionConnectorsRequest;
|
|
108
|
+
output: SearchActionConnectorsResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: SearchActionConnectorsCommandInput;
|
|
112
|
+
output: SearchActionConnectorsCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -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 { SearchAnalysesRequest, SearchAnalysesResponse } from "../models/
|
|
3
|
+
import { SearchAnalysesRequest, SearchAnalysesResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -93,9 +93,9 @@ declare const SearchAnalysesCommand_base: {
|
|
|
93
93
|
* <p>Access is throttled.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
96
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
96
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
97
97
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
98
|
-
*
|
|
98
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
99
99
|
* capability is available in every edition.</p>
|
|
100
100
|
*
|
|
101
101
|
* @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 { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/
|
|
3
|
+
import { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -29,7 +29,8 @@ declare const SearchDashboardsCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Searches for dashboards that belong to a user. </p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
32
|
+
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
33
|
+
* reflect very recent updates and changes.</p>
|
|
33
34
|
* </note>
|
|
34
35
|
* @example
|
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,9 +95,9 @@ declare const SearchDashboardsCommand_base: {
|
|
|
94
95
|
* <p>Access is throttled.</p>
|
|
95
96
|
*
|
|
96
97
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
97
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
98
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
98
99
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
99
|
-
*
|
|
100
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
100
101
|
* capability is available in every edition.</p>
|
|
101
102
|
*
|
|
102
103
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,8 @@ declare const SearchDataSetsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use the <code>SearchDataSets</code> operation to search for datasets that belong to an
|
|
30
|
+
* <p>Use the <code>SearchDataSets</code> operation to search for datasets that belong to an
|
|
31
|
+
* account.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -87,7 +88,7 @@ declare const SearchDataSetsCommand_base: {
|
|
|
87
88
|
* @throws {@link AccessDeniedException} (client fault)
|
|
88
89
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
89
90
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
90
|
-
* account is authorized to use the Amazon
|
|
91
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
91
92
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
92
93
|
*
|
|
93
94
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -27,7 +27,8 @@ declare const SearchDataSourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use the <code>SearchDataSources</code> operation to search for data sources that
|
|
30
|
+
* <p>Use the <code>SearchDataSources</code> operation to search for data sources that
|
|
31
|
+
* belong to an account.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -56,7 +57,7 @@ declare const SearchDataSourcesCommand_base: {
|
|
|
56
57
|
* // Arn: "STRING_VALUE",
|
|
57
58
|
* // DataSourceId: "STRING_VALUE",
|
|
58
59
|
* // Name: "STRING_VALUE",
|
|
59
|
-
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS",
|
|
60
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS",
|
|
60
61
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
61
62
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
62
63
|
* // },
|
|
@@ -77,7 +78,7 @@ declare const SearchDataSourcesCommand_base: {
|
|
|
77
78
|
* @throws {@link AccessDeniedException} (client fault)
|
|
78
79
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
79
80
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
80
|
-
* account is authorized to use the Amazon
|
|
81
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
81
82
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
82
83
|
*
|
|
83
84
|
* @throws {@link InternalFailureException} (server fault)
|