@aws-sdk/client-quicksight 3.651.1 → 3.655.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 +8 -0
- package/dist-cjs/index.js +77 -15
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/ListFoldersForResourceCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +4 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-es/pagination/ListFoldersForResourcePaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +33 -0
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +11 -0
- package/dist-types/commands/CancelIngestionCommand.d.ts +11 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +30 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +30 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +11 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +30 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +12 -2
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +11 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +11 -0
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +11 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +11 -0
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +106 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +11 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +11 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +11 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +11 -0
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListThemesCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +11 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListUsersCommand.d.ts +11 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +11 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +11 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +11 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +11 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +11 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +11 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +11 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +11 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +30 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +30 -0
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +30 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +47 -12
- package/dist-types/models/models_1.d.ts +13 -61
- package/dist-types/models/models_2.d.ts +59 -31
- package/dist-types/models/models_3.d.ts +31 -16
- package/dist-types/models/models_4.d.ts +69 -2
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +17 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +16 -3
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -16
- package/dist-types/ts3.4/models/models_2.d.ts +19 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -5
- package/dist-types/ts3.4/models/models_4.d.ts +17 -1
- package/dist-types/ts3.4/pagination/ListFoldersForResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +35 -35
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, LegendOptions, MeasureField, NumberDisplayFormatConfiguration,
|
|
1
|
+
import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @enum
|
|
5
|
+
*/
|
|
6
|
+
export declare const OtherCategories: {
|
|
7
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
8
|
+
readonly INCLUDE: "INCLUDE";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type OtherCategories = (typeof OtherCategories)[keyof typeof OtherCategories];
|
|
2
14
|
/**
|
|
3
15
|
* <p>The limit configuration of the visual display for an axis.</p>
|
|
4
16
|
* @public
|
|
@@ -6749,62 +6761,6 @@ export interface TreeMapSortConfiguration {
|
|
|
6749
6761
|
*/
|
|
6750
6762
|
TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration;
|
|
6751
6763
|
}
|
|
6752
|
-
/**
|
|
6753
|
-
* <p>The configuration of a tree map.</p>
|
|
6754
|
-
* @public
|
|
6755
|
-
*/
|
|
6756
|
-
export interface TreeMapConfiguration {
|
|
6757
|
-
/**
|
|
6758
|
-
* <p>The field wells of the visual.</p>
|
|
6759
|
-
* @public
|
|
6760
|
-
*/
|
|
6761
|
-
FieldWells?: TreeMapFieldWells;
|
|
6762
|
-
/**
|
|
6763
|
-
* <p>The sort configuration of a tree map.</p>
|
|
6764
|
-
* @public
|
|
6765
|
-
*/
|
|
6766
|
-
SortConfiguration?: TreeMapSortConfiguration;
|
|
6767
|
-
/**
|
|
6768
|
-
* <p>The label options (label text, label visibility) of the groups that are displayed in a tree map.</p>
|
|
6769
|
-
* @public
|
|
6770
|
-
*/
|
|
6771
|
-
GroupLabelOptions?: ChartAxisLabelOptions;
|
|
6772
|
-
/**
|
|
6773
|
-
* <p>The label options (label text, label visibility) of the sizes that are displayed in a tree map.</p>
|
|
6774
|
-
* @public
|
|
6775
|
-
*/
|
|
6776
|
-
SizeLabelOptions?: ChartAxisLabelOptions;
|
|
6777
|
-
/**
|
|
6778
|
-
* <p>The label options (label text, label visibility) for the colors displayed in a tree map.</p>
|
|
6779
|
-
* @public
|
|
6780
|
-
*/
|
|
6781
|
-
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
6782
|
-
/**
|
|
6783
|
-
* <p>The color options (gradient color, point of divergence) of a tree map.</p>
|
|
6784
|
-
* @public
|
|
6785
|
-
*/
|
|
6786
|
-
ColorScale?: ColorScale;
|
|
6787
|
-
/**
|
|
6788
|
-
* <p>The legend display setup of the visual.</p>
|
|
6789
|
-
* @public
|
|
6790
|
-
*/
|
|
6791
|
-
Legend?: LegendOptions;
|
|
6792
|
-
/**
|
|
6793
|
-
* <p>The options that determine if visual data labels are displayed.</p>
|
|
6794
|
-
* @public
|
|
6795
|
-
*/
|
|
6796
|
-
DataLabels?: DataLabelOptions;
|
|
6797
|
-
/**
|
|
6798
|
-
* <p>The tooltip display setup of the visual.</p>
|
|
6799
|
-
* @public
|
|
6800
|
-
*/
|
|
6801
|
-
Tooltip?: TooltipOptions;
|
|
6802
|
-
/**
|
|
6803
|
-
* <p>The general visual interactions setup for a visual.</p>
|
|
6804
|
-
* @public
|
|
6805
|
-
*/
|
|
6806
|
-
Interactions?: VisualInteractionOptions;
|
|
6807
|
-
}
|
|
6808
6764
|
/**
|
|
6809
6765
|
* @internal
|
|
6810
6766
|
*/
|
|
@@ -7321,7 +7277,3 @@ export declare const TreeMapAggregatedFieldWellsFilterSensitiveLog: (obj: TreeMa
|
|
|
7321
7277
|
* @internal
|
|
7322
7278
|
*/
|
|
7323
7279
|
export declare const TreeMapFieldWellsFilterSensitiveLog: (obj: TreeMapFieldWells) => any;
|
|
7324
|
-
/**
|
|
7325
|
-
* @internal
|
|
7326
|
-
*/
|
|
7327
|
-
export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfiguration) => any;
|
|
@@ -1,7 +1,63 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AdHocFilteringOption, AggFunction, AggregationPartitionBy, AggType, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DashboardBehavior, DataLabelOptions, DataSetIdentifierDeclaration, DimensionField, Edition, FilterControl, FilterGroup, Layout, LegendOptions, MeasureField, NumberScale, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, TimeGranularity, TopicTimeGranularity, VisualCustomAction, VisualInteractionOptions, VisualMenuOption } from "./models_0";
|
|
3
|
-
import { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LineChartVisual, PieChartVisual, PivotTableVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual,
|
|
3
|
+
import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LineChartVisual, PieChartVisual, PivotTableVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TooltipOptions, TreeMapFieldWells, TreeMapSortConfiguration, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* <p>The configuration of a tree map.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface TreeMapConfiguration {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The field wells of the visual.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
FieldWells?: TreeMapFieldWells;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The sort configuration of a tree map.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
SortConfiguration?: TreeMapSortConfiguration;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The label options (label text, label visibility) of the groups that are displayed in a tree map.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
GroupLabelOptions?: ChartAxisLabelOptions;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The label options (label text, label visibility) of the sizes that are displayed in a tree map.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
SizeLabelOptions?: ChartAxisLabelOptions;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The label options (label text, label visibility) for the colors displayed in a tree map.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The color options (gradient color, point of divergence) of a tree map.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
ColorScale?: ColorScale;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The legend display setup of the visual.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Legend?: LegendOptions;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The options that determine if visual data labels are displayed.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
DataLabels?: DataLabelOptions;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The tooltip display setup of the visual.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
Tooltip?: TooltipOptions;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The general visual interactions setup for a visual.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
Interactions?: VisualInteractionOptions;
|
|
60
|
+
}
|
|
5
61
|
/**
|
|
6
62
|
* <p>A tree map.</p>
|
|
7
63
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html">Using tree maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
@@ -7494,33 +7550,9 @@ export interface CredentialPair {
|
|
|
7494
7550
|
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
7495
7551
|
}
|
|
7496
7552
|
/**
|
|
7497
|
-
*
|
|
7498
|
-
* valid, only one of the attributes can be non-null.</p>
|
|
7499
|
-
* @public
|
|
7553
|
+
* @internal
|
|
7500
7554
|
*/
|
|
7501
|
-
export
|
|
7502
|
-
/**
|
|
7503
|
-
* <p>Credential pair. For more information, see
|
|
7504
|
-
* <code>
|
|
7505
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html">CredentialPair</a>
|
|
7506
|
-
* </code>.</p>
|
|
7507
|
-
* @public
|
|
7508
|
-
*/
|
|
7509
|
-
CredentialPair?: CredentialPair;
|
|
7510
|
-
/**
|
|
7511
|
-
* <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
|
|
7512
|
-
* want to use. When <code>CopySourceArn</code> is not null, the credential pair from the
|
|
7513
|
-
* data source in the ARN is used as the credentials for the
|
|
7514
|
-
* <code>DataSourceCredentials</code> structure.</p>
|
|
7515
|
-
* @public
|
|
7516
|
-
*/
|
|
7517
|
-
CopySourceArn?: string;
|
|
7518
|
-
/**
|
|
7519
|
-
* <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
|
|
7520
|
-
* @public
|
|
7521
|
-
*/
|
|
7522
|
-
SecretArn?: string;
|
|
7523
|
-
}
|
|
7555
|
+
export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfiguration) => any;
|
|
7524
7556
|
/**
|
|
7525
7557
|
* @internal
|
|
7526
7558
|
*/
|
|
@@ -7689,7 +7721,3 @@ export declare const RowLevelPermissionTagConfigurationFilterSensitiveLog: (obj:
|
|
|
7689
7721
|
* @internal
|
|
7690
7722
|
*/
|
|
7691
7723
|
export declare const CreateDataSetRequestFilterSensitiveLog: (obj: CreateDataSetRequest) => any;
|
|
7692
|
-
/**
|
|
7693
|
-
* @internal
|
|
7694
|
-
*/
|
|
7695
|
-
export declare const DataSourceCredentialsFilterSensitiveLog: (obj: DataSourceCredentials) => any;
|
|
@@ -1,7 +1,35 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TopicTimeGranularity } from "./models_0";
|
|
3
|
-
import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration,
|
|
3
|
+
import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, CredentialPair, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration, DataSourceParameters, DisplayFormat, DisplayFormatOptions, FieldFolder, FilterClass, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SheetDefinition, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Data source credentials. This is a variant type structure. For this structure to be
|
|
7
|
+
* valid, only one of the attributes can be non-null.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DataSourceCredentials {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Credential pair. For more information, see
|
|
13
|
+
* <code>
|
|
14
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html">CredentialPair</a>
|
|
15
|
+
* </code>.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
CredentialPair?: CredentialPair;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
|
|
21
|
+
* want to use. When <code>CopySourceArn</code> is not null, the credential pair from the
|
|
22
|
+
* data source in the ARN is used as the credentials for the
|
|
23
|
+
* <code>DataSourceCredentials</code> structure.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
CopySourceArn?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
SecretArn?: string;
|
|
32
|
+
}
|
|
5
33
|
/**
|
|
6
34
|
* @public
|
|
7
35
|
* @enum
|
|
@@ -8049,22 +8077,9 @@ export interface DescribeUserResponse {
|
|
|
8049
8077
|
Status?: number;
|
|
8050
8078
|
}
|
|
8051
8079
|
/**
|
|
8052
|
-
* @
|
|
8080
|
+
* @internal
|
|
8053
8081
|
*/
|
|
8054
|
-
export
|
|
8055
|
-
/**
|
|
8056
|
-
* <p>The Amazon Web Services account ID of the account that contains the VPC connection that
|
|
8057
|
-
* you want described.</p>
|
|
8058
|
-
* @public
|
|
8059
|
-
*/
|
|
8060
|
-
AwsAccountId: string | undefined;
|
|
8061
|
-
/**
|
|
8062
|
-
* <p>The ID of the VPC connection that
|
|
8063
|
-
* you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.</p>
|
|
8064
|
-
* @public
|
|
8065
|
-
*/
|
|
8066
|
-
VPCConnectionId: string | undefined;
|
|
8067
|
-
}
|
|
8082
|
+
export declare const DataSourceCredentialsFilterSensitiveLog: (obj: DataSourceCredentials) => any;
|
|
8068
8083
|
/**
|
|
8069
8084
|
* @internal
|
|
8070
8085
|
*/
|
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
|
|
3
|
-
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration,
|
|
4
|
-
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityType, Ingestion, NamespaceInfoV2, RefreshSchedule, RegisteredCustomerManagedKey, Role, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
3
|
+
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
4
|
+
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityType, Ingestion, NamespaceInfoV2, RefreshSchedule, RegisteredCustomerManagedKey, Role, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeVPCConnectionRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The Amazon Web Services account ID of the account that contains the VPC connection that
|
|
12
|
+
* you want described.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
AwsAccountId: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The ID of the VPC connection that
|
|
18
|
+
* you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
VPCConnectionId: string | undefined;
|
|
22
|
+
}
|
|
6
23
|
/**
|
|
7
24
|
* @public
|
|
8
25
|
* @enum
|
|
@@ -1487,6 +1504,56 @@ export interface ListFoldersResponse {
|
|
|
1487
1504
|
*/
|
|
1488
1505
|
RequestId?: string;
|
|
1489
1506
|
}
|
|
1507
|
+
/**
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1510
|
+
export interface ListFoldersForResourceRequest {
|
|
1511
|
+
/**
|
|
1512
|
+
* <p>The ID for the Amazon Web Services account that contains the resource.</p>
|
|
1513
|
+
* @public
|
|
1514
|
+
*/
|
|
1515
|
+
AwsAccountId: string | undefined;
|
|
1516
|
+
/**
|
|
1517
|
+
* <p>The Amazon Resource Name (ARN) the resource whose folders you need to list.</p>
|
|
1518
|
+
* @public
|
|
1519
|
+
*/
|
|
1520
|
+
ResourceArn: string | undefined;
|
|
1521
|
+
/**
|
|
1522
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1525
|
+
NextToken?: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
1528
|
+
* @public
|
|
1529
|
+
*/
|
|
1530
|
+
MaxResults?: number;
|
|
1531
|
+
}
|
|
1532
|
+
/**
|
|
1533
|
+
* @public
|
|
1534
|
+
*/
|
|
1535
|
+
export interface ListFoldersForResourceResponse {
|
|
1536
|
+
/**
|
|
1537
|
+
* <p>The HTTP status of the request.</p>
|
|
1538
|
+
* @public
|
|
1539
|
+
*/
|
|
1540
|
+
Status?: number;
|
|
1541
|
+
/**
|
|
1542
|
+
* <p>A list that contains the Amazon Resource Names (ARNs) of all folders that the resource is a member of.</p>
|
|
1543
|
+
* @public
|
|
1544
|
+
*/
|
|
1545
|
+
Folders?: string[];
|
|
1546
|
+
/**
|
|
1547
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1548
|
+
* @public
|
|
1549
|
+
*/
|
|
1550
|
+
NextToken?: string;
|
|
1551
|
+
/**
|
|
1552
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
RequestId?: string;
|
|
1556
|
+
}
|
|
1490
1557
|
/**
|
|
1491
1558
|
* @public
|
|
1492
1559
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "../commands/ListFoldersForResourceCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListFoldersForResource: (config: QuickSightPaginationConfiguration, input: ListFoldersForResourceCommandInput, ...rest: any[]) => Paginator<ListFoldersForResourceCommandOutput>;
|
|
@@ -9,6 +9,7 @@ export * from "./ListDashboardsPaginator";
|
|
|
9
9
|
export * from "./ListDataSetsPaginator";
|
|
10
10
|
export * from "./ListDataSourcesPaginator";
|
|
11
11
|
export * from "./ListFolderMembersPaginator";
|
|
12
|
+
export * from "./ListFoldersForResourcePaginator";
|
|
12
13
|
export * from "./ListFoldersPaginator";
|
|
13
14
|
export * from "./ListGroupMembershipsPaginator";
|
|
14
15
|
export * from "./ListGroupsPaginator";
|
|
@@ -107,6 +107,7 @@ import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands
|
|
|
107
107
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
108
108
|
import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "../commands/ListFolderMembersCommand";
|
|
109
109
|
import { ListFoldersCommandInput, ListFoldersCommandOutput } from "../commands/ListFoldersCommand";
|
|
110
|
+
import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "../commands/ListFoldersForResourceCommand";
|
|
110
111
|
import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } from "../commands/ListGroupMembershipsCommand";
|
|
111
112
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
112
113
|
import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "../commands/ListIAMPolicyAssignmentsCommand";
|
|
@@ -605,6 +606,10 @@ export declare const se_ListFolderMembersCommand: (input: ListFolderMembersComma
|
|
|
605
606
|
* serializeAws_restJson1ListFoldersCommand
|
|
606
607
|
*/
|
|
607
608
|
export declare const se_ListFoldersCommand: (input: ListFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
609
|
+
/**
|
|
610
|
+
* serializeAws_restJson1ListFoldersForResourceCommand
|
|
611
|
+
*/
|
|
612
|
+
export declare const se_ListFoldersForResourceCommand: (input: ListFoldersForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
608
613
|
/**
|
|
609
614
|
* serializeAws_restJson1ListGroupMembershipsCommand
|
|
610
615
|
*/
|
|
@@ -1313,6 +1318,10 @@ export declare const de_ListFolderMembersCommand: (output: __HttpResponse, conte
|
|
|
1313
1318
|
* deserializeAws_restJson1ListFoldersCommand
|
|
1314
1319
|
*/
|
|
1315
1320
|
export declare const de_ListFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersCommandOutput>;
|
|
1321
|
+
/**
|
|
1322
|
+
* deserializeAws_restJson1ListFoldersForResourceCommand
|
|
1323
|
+
*/
|
|
1324
|
+
export declare const de_ListFoldersForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersForResourceCommandOutput>;
|
|
1316
1325
|
/**
|
|
1317
1326
|
* deserializeAws_restJson1ListGroupMembershipsCommand
|
|
1318
1327
|
*/
|
|
@@ -427,6 +427,10 @@ import {
|
|
|
427
427
|
ListFoldersCommandInput,
|
|
428
428
|
ListFoldersCommandOutput,
|
|
429
429
|
} from "./commands/ListFoldersCommand";
|
|
430
|
+
import {
|
|
431
|
+
ListFoldersForResourceCommandInput,
|
|
432
|
+
ListFoldersForResourceCommandOutput,
|
|
433
|
+
} from "./commands/ListFoldersForResourceCommand";
|
|
430
434
|
import {
|
|
431
435
|
ListGroupMembershipsCommandInput,
|
|
432
436
|
ListGroupMembershipsCommandOutput,
|
|
@@ -2118,6 +2122,19 @@ export interface QuickSight {
|
|
|
2118
2122
|
options: __HttpHandlerOptions,
|
|
2119
2123
|
cb: (err: any, data?: ListFoldersCommandOutput) => void
|
|
2120
2124
|
): void;
|
|
2125
|
+
listFoldersForResource(
|
|
2126
|
+
args: ListFoldersForResourceCommandInput,
|
|
2127
|
+
options?: __HttpHandlerOptions
|
|
2128
|
+
): Promise<ListFoldersForResourceCommandOutput>;
|
|
2129
|
+
listFoldersForResource(
|
|
2130
|
+
args: ListFoldersForResourceCommandInput,
|
|
2131
|
+
cb: (err: any, data?: ListFoldersForResourceCommandOutput) => void
|
|
2132
|
+
): void;
|
|
2133
|
+
listFoldersForResource(
|
|
2134
|
+
args: ListFoldersForResourceCommandInput,
|
|
2135
|
+
options: __HttpHandlerOptions,
|
|
2136
|
+
cb: (err: any, data?: ListFoldersForResourceCommandOutput) => void
|
|
2137
|
+
): void;
|
|
2121
2138
|
listGroupMemberships(
|
|
2122
2139
|
args: ListGroupMembershipsCommandInput,
|
|
2123
2140
|
options?: __HttpHandlerOptions
|
|
@@ -473,6 +473,10 @@ import {
|
|
|
473
473
|
ListFoldersCommandInput,
|
|
474
474
|
ListFoldersCommandOutput,
|
|
475
475
|
} from "./commands/ListFoldersCommand";
|
|
476
|
+
import {
|
|
477
|
+
ListFoldersForResourceCommandInput,
|
|
478
|
+
ListFoldersForResourceCommandOutput,
|
|
479
|
+
} from "./commands/ListFoldersForResourceCommand";
|
|
476
480
|
import {
|
|
477
481
|
ListGroupMembershipsCommandInput,
|
|
478
482
|
ListGroupMembershipsCommandOutput,
|
|
@@ -868,6 +872,7 @@ export type ServiceInputTypes =
|
|
|
868
872
|
| ListDataSourcesCommandInput
|
|
869
873
|
| ListFolderMembersCommandInput
|
|
870
874
|
| ListFoldersCommandInput
|
|
875
|
+
| ListFoldersForResourceCommandInput
|
|
871
876
|
| ListGroupMembershipsCommandInput
|
|
872
877
|
| ListGroupsCommandInput
|
|
873
878
|
| ListIAMPolicyAssignmentsCommandInput
|
|
@@ -1046,6 +1051,7 @@ export type ServiceOutputTypes =
|
|
|
1046
1051
|
| ListDataSourcesCommandOutput
|
|
1047
1052
|
| ListFolderMembersCommandOutput
|
|
1048
1053
|
| ListFoldersCommandOutput
|
|
1054
|
+
| ListFoldersForResourceCommandOutput
|
|
1049
1055
|
| ListGroupMembershipsCommandOutput
|
|
1050
1056
|
| ListGroupsCommandOutput
|
|
1051
1057
|
| ListIAMPolicyAssignmentsCommandOutput
|
|
@@ -35,4 +35,15 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
35
35
|
>;
|
|
36
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
37
|
};
|
|
38
|
-
export declare class BatchCreateTopicReviewedAnswerCommand extends BatchCreateTopicReviewedAnswerCommand_base {
|
|
38
|
+
export declare class BatchCreateTopicReviewedAnswerCommand extends BatchCreateTopicReviewedAnswerCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: BatchCreateTopicReviewedAnswerRequest;
|
|
42
|
+
output: BatchCreateTopicReviewedAnswerResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: BatchCreateTopicReviewedAnswerCommandInput;
|
|
46
|
+
output: BatchCreateTopicReviewedAnswerCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchDeleteTopicReviewedAnswerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base {
|
|
40
|
+
export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDeleteTopicReviewedAnswerRequest;
|
|
44
|
+
output: BatchDeleteTopicReviewedAnswerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDeleteTopicReviewedAnswerCommandInput;
|
|
48
|
+
output: BatchDeleteTopicReviewedAnswerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CancelIngestionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CancelIngestionCommand extends CancelIngestionCommand_base {
|
|
39
|
+
export declare class CancelIngestionCommand extends CancelIngestionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CancelIngestionRequest;
|
|
43
|
+
output: CancelIngestionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CancelIngestionCommandInput;
|
|
47
|
+
output: CancelIngestionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAccountCustomizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAccountCustomizationCommand extends CreateAccountCustomizationCommand_base {
|
|
40
|
+
export declare class CreateAccountCustomizationCommand extends CreateAccountCustomizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAccountCustomizationRequest;
|
|
44
|
+
output: CreateAccountCustomizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAccountCustomizationCommandInput;
|
|
48
|
+
output: CreateAccountCustomizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAccountSubscriptionCommand extends CreateAccountSubscriptionCommand_base {
|
|
40
|
+
export declare class CreateAccountSubscriptionCommand extends CreateAccountSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAccountSubscriptionRequest;
|
|
44
|
+
output: CreateAccountSubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAccountSubscriptionCommandInput;
|
|
48
|
+
output: CreateAccountSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateAnalysisCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateAnalysisCommand extends CreateAnalysisCommand_base {
|
|
39
|
+
export declare class CreateAnalysisCommand extends CreateAnalysisCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateAnalysisRequest;
|
|
43
|
+
output: CreateAnalysisResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateAnalysisCommandInput;
|
|
47
|
+
output: CreateAnalysisCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDashboardCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
|
|
39
|
+
export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDashboardRequest;
|
|
43
|
+
output: CreateDashboardResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDashboardCommandInput;
|
|
47
|
+
output: CreateDashboardCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDataSetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDataSetCommand extends CreateDataSetCommand_base {
|
|
39
|
+
export declare class CreateDataSetCommand extends CreateDataSetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDataSetRequest;
|
|
43
|
+
output: CreateDataSetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDataSetCommandInput;
|
|
47
|
+
output: CreateDataSetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
39
|
+
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDataSourceRequest;
|
|
43
|
+
output: CreateDataSourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDataSourceCommandInput;
|
|
47
|
+
output: CreateDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFolderCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
36
|
+
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFolderRequest;
|
|
40
|
+
output: CreateFolderResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFolderCommandInput;
|
|
44
|
+
output: CreateFolderCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateFolderMembershipCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateFolderMembershipCommand extends CreateFolderMembershipCommand_base {
|
|
40
|
+
export declare class CreateFolderMembershipCommand extends CreateFolderMembershipCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateFolderMembershipRequest;
|
|
44
|
+
output: CreateFolderMembershipResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateFolderMembershipCommandInput;
|
|
48
|
+
output: CreateFolderMembershipCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|