@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
package/README.md
CHANGED
|
@@ -1063,6 +1063,14 @@ ListFolders
|
|
|
1063
1063
|
|
|
1064
1064
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListFoldersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListFoldersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListFoldersCommandOutput/)
|
|
1065
1065
|
|
|
1066
|
+
</details>
|
|
1067
|
+
<details>
|
|
1068
|
+
<summary>
|
|
1069
|
+
ListFoldersForResource
|
|
1070
|
+
</summary>
|
|
1071
|
+
|
|
1072
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListFoldersForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListFoldersForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListFoldersForResourceCommandOutput/)
|
|
1073
|
+
|
|
1066
1074
|
</details>
|
|
1067
1075
|
<details>
|
|
1068
1076
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -97,6 +97,7 @@ __export(src_exports, {
|
|
|
97
97
|
ComboChartConfigurationFilterSensitiveLog: () => ComboChartConfigurationFilterSensitiveLog,
|
|
98
98
|
ComboChartFieldWellsFilterSensitiveLog: () => ComboChartFieldWellsFilterSensitiveLog,
|
|
99
99
|
ComboChartVisualFilterSensitiveLog: () => ComboChartVisualFilterSensitiveLog,
|
|
100
|
+
CommitMode: () => CommitMode,
|
|
100
101
|
ComparisonConfigurationFilterSensitiveLog: () => ComparisonConfigurationFilterSensitiveLog,
|
|
101
102
|
ComparisonFormatConfigurationFilterSensitiveLog: () => ComparisonFormatConfigurationFilterSensitiveLog,
|
|
102
103
|
ComparisonMethod: () => ComparisonMethod,
|
|
@@ -405,6 +406,7 @@ __export(src_exports, {
|
|
|
405
406
|
ListDataSourcesCommand: () => ListDataSourcesCommand,
|
|
406
407
|
ListFolderMembersCommand: () => ListFolderMembersCommand,
|
|
407
408
|
ListFoldersCommand: () => ListFoldersCommand,
|
|
409
|
+
ListFoldersForResourceCommand: () => ListFoldersForResourceCommand,
|
|
408
410
|
ListGroupMembershipsCommand: () => ListGroupMembershipsCommand,
|
|
409
411
|
ListGroupsCommand: () => ListGroupsCommand,
|
|
410
412
|
ListIAMPolicyAssignmentsCommand: () => ListIAMPolicyAssignmentsCommand,
|
|
@@ -754,6 +756,7 @@ __export(src_exports, {
|
|
|
754
756
|
paginateListDataSources: () => paginateListDataSources,
|
|
755
757
|
paginateListFolderMembers: () => paginateListFolderMembers,
|
|
756
758
|
paginateListFolders: () => paginateListFolders,
|
|
759
|
+
paginateListFoldersForResource: () => paginateListFoldersForResource,
|
|
757
760
|
paginateListGroupMemberships: () => paginateListGroupMemberships,
|
|
758
761
|
paginateListGroups: () => paginateListGroups,
|
|
759
762
|
paginateListIAMPolicyAssignments: () => paginateListIAMPolicyAssignments,
|
|
@@ -1145,6 +1148,10 @@ var FilterNullOption = {
|
|
|
1145
1148
|
var CategoryFilterSelectAllOptions = {
|
|
1146
1149
|
FILTER_ALL_VALUES: "FILTER_ALL_VALUES"
|
|
1147
1150
|
};
|
|
1151
|
+
var CommitMode = {
|
|
1152
|
+
AUTO: "AUTO",
|
|
1153
|
+
MANUAL: "MANUAL"
|
|
1154
|
+
};
|
|
1148
1155
|
var FontDecoration = {
|
|
1149
1156
|
NONE: "NONE",
|
|
1150
1157
|
UNDERLINE: "UNDERLINE"
|
|
@@ -1327,10 +1334,6 @@ var SmallMultiplesAxisScale = {
|
|
|
1327
1334
|
INDEPENDENT: "INDEPENDENT",
|
|
1328
1335
|
SHARED: "SHARED"
|
|
1329
1336
|
};
|
|
1330
|
-
var OtherCategories = {
|
|
1331
|
-
EXCLUDE: "EXCLUDE",
|
|
1332
|
-
INCLUDE: "INCLUDE"
|
|
1333
|
-
};
|
|
1334
1337
|
var CalculatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1335
1338
|
...obj,
|
|
1336
1339
|
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1717,6 +1720,10 @@ var ReferenceLineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1717
1720
|
|
|
1718
1721
|
// src/models/models_1.ts
|
|
1719
1722
|
|
|
1723
|
+
var OtherCategories = {
|
|
1724
|
+
EXCLUDE: "EXCLUDE",
|
|
1725
|
+
INCLUDE: "INCLUDE"
|
|
1726
|
+
};
|
|
1720
1727
|
var TooltipTarget = {
|
|
1721
1728
|
BAR: "BAR",
|
|
1722
1729
|
BOTH: "BOTH",
|
|
@@ -2596,10 +2603,6 @@ var TreeMapAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
2596
2603
|
var TreeMapFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2597
2604
|
...obj
|
|
2598
2605
|
}), "TreeMapFieldWellsFilterSensitiveLog");
|
|
2599
|
-
var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2600
|
-
...obj,
|
|
2601
|
-
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
2602
|
-
}), "TreeMapConfigurationFilterSensitiveLog");
|
|
2603
2606
|
|
|
2604
2607
|
// src/models/models_2.ts
|
|
2605
2608
|
var WordCloudCloudLayout = {
|
|
@@ -3262,6 +3265,10 @@ var Status = {
|
|
|
3262
3265
|
DISABLED: "DISABLED",
|
|
3263
3266
|
ENABLED: "ENABLED"
|
|
3264
3267
|
};
|
|
3268
|
+
var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3269
|
+
...obj,
|
|
3270
|
+
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
3271
|
+
}), "TreeMapConfigurationFilterSensitiveLog");
|
|
3265
3272
|
var TreeMapVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3266
3273
|
...obj
|
|
3267
3274
|
}), "TreeMapVisualFilterSensitiveLog");
|
|
@@ -3492,10 +3499,6 @@ var CreateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3492
3499
|
)
|
|
3493
3500
|
}
|
|
3494
3501
|
}), "CreateDataSetRequestFilterSensitiveLog");
|
|
3495
|
-
var DataSourceCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3496
|
-
...obj,
|
|
3497
|
-
...obj.CredentialPair && { CredentialPair: obj.CredentialPair }
|
|
3498
|
-
}), "DataSourceCredentialsFilterSensitiveLog");
|
|
3499
3502
|
|
|
3500
3503
|
// src/models/models_4.ts
|
|
3501
3504
|
var NetworkInterfaceStatus = {
|
|
@@ -4132,6 +4135,10 @@ var UserRole = {
|
|
|
4132
4135
|
RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
|
|
4133
4136
|
RESTRICTED_READER: "RESTRICTED_READER"
|
|
4134
4137
|
};
|
|
4138
|
+
var DataSourceCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4139
|
+
...obj,
|
|
4140
|
+
...obj.CredentialPair && { CredentialPair: obj.CredentialPair }
|
|
4141
|
+
}), "DataSourceCredentialsFilterSensitiveLog");
|
|
4135
4142
|
var CreateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4136
4143
|
...obj,
|
|
4137
4144
|
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
@@ -5745,6 +5752,20 @@ var se_ListFoldersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5745
5752
|
b.m("GET").h(headers).q(query).b(body);
|
|
5746
5753
|
return b.build();
|
|
5747
5754
|
}, "se_ListFoldersCommand");
|
|
5755
|
+
var se_ListFoldersForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5756
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5757
|
+
const headers = {};
|
|
5758
|
+
b.bp("/accounts/{AwsAccountId}/resource/{ResourceArn}/folders");
|
|
5759
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5760
|
+
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
|
|
5761
|
+
const query = (0, import_smithy_client.map)({
|
|
5762
|
+
[_nt]: [, input[_NT]],
|
|
5763
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
5764
|
+
});
|
|
5765
|
+
let body;
|
|
5766
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
5767
|
+
return b.build();
|
|
5768
|
+
}, "se_ListFoldersForResourceCommand");
|
|
5748
5769
|
var se_ListGroupMembershipsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5749
5770
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5750
5771
|
const headers = {};
|
|
@@ -8993,6 +9014,25 @@ var de_ListFoldersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8993
9014
|
});
|
|
8994
9015
|
return contents;
|
|
8995
9016
|
}, "de_ListFoldersCommand");
|
|
9017
|
+
var de_ListFoldersForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9018
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9019
|
+
return de_CommandError(output, context);
|
|
9020
|
+
}
|
|
9021
|
+
const contents = (0, import_smithy_client.map)({
|
|
9022
|
+
$metadata: deserializeMetadata(output)
|
|
9023
|
+
});
|
|
9024
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9025
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9026
|
+
Folders: import_smithy_client._json,
|
|
9027
|
+
NextToken: import_smithy_client.expectString,
|
|
9028
|
+
RequestId: import_smithy_client.expectString
|
|
9029
|
+
});
|
|
9030
|
+
Object.assign(contents, doc);
|
|
9031
|
+
(0, import_smithy_client.map)(contents, {
|
|
9032
|
+
Status: [, output.statusCode]
|
|
9033
|
+
});
|
|
9034
|
+
return contents;
|
|
9035
|
+
}, "de_ListFoldersForResourceCommand");
|
|
8996
9036
|
var de_ListGroupMembershipsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8997
9037
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8998
9038
|
return de_CommandError(output, context);
|
|
@@ -17451,6 +17491,20 @@ var _ListFoldersCommand = class _ListFoldersCommand extends import_smithy_client
|
|
|
17451
17491
|
__name(_ListFoldersCommand, "ListFoldersCommand");
|
|
17452
17492
|
var ListFoldersCommand = _ListFoldersCommand;
|
|
17453
17493
|
|
|
17494
|
+
// src/commands/ListFoldersForResourceCommand.ts
|
|
17495
|
+
|
|
17496
|
+
|
|
17497
|
+
|
|
17498
|
+
var _ListFoldersForResourceCommand = class _ListFoldersForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
17499
|
+
return [
|
|
17500
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17501
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17502
|
+
];
|
|
17503
|
+
}).s("QuickSight_20180401", "ListFoldersForResource", {}).n("QuickSightClient", "ListFoldersForResourceCommand").f(void 0, void 0).ser(se_ListFoldersForResourceCommand).de(de_ListFoldersForResourceCommand).build() {
|
|
17504
|
+
};
|
|
17505
|
+
__name(_ListFoldersForResourceCommand, "ListFoldersForResourceCommand");
|
|
17506
|
+
var ListFoldersForResourceCommand = _ListFoldersForResourceCommand;
|
|
17507
|
+
|
|
17454
17508
|
// src/commands/ListGroupMembershipsCommand.ts
|
|
17455
17509
|
|
|
17456
17510
|
|
|
@@ -18540,6 +18594,7 @@ var commands = {
|
|
|
18540
18594
|
ListDataSourcesCommand,
|
|
18541
18595
|
ListFolderMembersCommand,
|
|
18542
18596
|
ListFoldersCommand,
|
|
18597
|
+
ListFoldersForResourceCommand,
|
|
18543
18598
|
ListGroupMembershipsCommand,
|
|
18544
18599
|
ListGroupsCommand,
|
|
18545
18600
|
ListIAMPolicyAssignmentsCommand,
|
|
@@ -18657,6 +18712,10 @@ var paginateListDataSources = (0, import_core.createPaginator)(QuickSightClient,
|
|
|
18657
18712
|
|
|
18658
18713
|
var paginateListFolderMembers = (0, import_core.createPaginator)(QuickSightClient, ListFolderMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
18659
18714
|
|
|
18715
|
+
// src/pagination/ListFoldersForResourcePaginator.ts
|
|
18716
|
+
|
|
18717
|
+
var paginateListFoldersForResource = (0, import_core.createPaginator)(QuickSightClient, ListFoldersForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
18718
|
+
|
|
18660
18719
|
// src/pagination/ListFoldersPaginator.ts
|
|
18661
18720
|
|
|
18662
18721
|
var paginateListFolders = (0, import_core.createPaginator)(QuickSightClient, ListFoldersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -18863,6 +18922,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18863
18922
|
ListDataSourcesCommand,
|
|
18864
18923
|
ListFolderMembersCommand,
|
|
18865
18924
|
ListFoldersCommand,
|
|
18925
|
+
ListFoldersForResourceCommand,
|
|
18866
18926
|
ListGroupMembershipsCommand,
|
|
18867
18927
|
ListGroupsCommand,
|
|
18868
18928
|
ListIAMPolicyAssignmentsCommand,
|
|
@@ -18943,6 +19003,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18943
19003
|
paginateListDataSets,
|
|
18944
19004
|
paginateListDataSources,
|
|
18945
19005
|
paginateListFolderMembers,
|
|
19006
|
+
paginateListFoldersForResource,
|
|
18946
19007
|
paginateListFolders,
|
|
18947
19008
|
paginateListGroupMemberships,
|
|
18948
19009
|
paginateListGroups,
|
|
@@ -18993,6 +19054,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18993
19054
|
CategoryFilterMatchOperator,
|
|
18994
19055
|
FilterNullOption,
|
|
18995
19056
|
CategoryFilterSelectAllOptions,
|
|
19057
|
+
CommitMode,
|
|
18996
19058
|
FontDecoration,
|
|
18997
19059
|
RelativeFontSize,
|
|
18998
19060
|
FontStyle,
|
|
@@ -19033,7 +19095,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19033
19095
|
HorizontalTextAlignment,
|
|
19034
19096
|
SmallMultiplesAxisPlacement,
|
|
19035
19097
|
SmallMultiplesAxisScale,
|
|
19036
|
-
OtherCategories,
|
|
19037
19098
|
CalculatedFieldFilterSensitiveLog,
|
|
19038
19099
|
CustomColorFilterSensitiveLog,
|
|
19039
19100
|
ColorsConfigurationFilterSensitiveLog,
|
|
@@ -19103,6 +19164,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19103
19164
|
ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
19104
19165
|
ReferenceLineLabelConfigurationFilterSensitiveLog,
|
|
19105
19166
|
ReferenceLineFilterSensitiveLog,
|
|
19167
|
+
OtherCategories,
|
|
19106
19168
|
TooltipTarget,
|
|
19107
19169
|
TooltipTitleType,
|
|
19108
19170
|
SelectedTooltipType,
|
|
@@ -19281,7 +19343,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19281
19343
|
TableVisualFilterSensitiveLog,
|
|
19282
19344
|
TreeMapAggregatedFieldWellsFilterSensitiveLog,
|
|
19283
19345
|
TreeMapFieldWellsFilterSensitiveLog,
|
|
19284
|
-
TreeMapConfigurationFilterSensitiveLog,
|
|
19285
19346
|
WordCloudCloudLayout,
|
|
19286
19347
|
WordCloudWordCasing,
|
|
19287
19348
|
WordCloudWordOrientation,
|
|
@@ -19359,6 +19420,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19359
19420
|
RowLevelPermissionFormatVersion,
|
|
19360
19421
|
RowLevelPermissionPolicy,
|
|
19361
19422
|
Status,
|
|
19423
|
+
TreeMapConfigurationFilterSensitiveLog,
|
|
19362
19424
|
TreeMapVisualFilterSensitiveLog,
|
|
19363
19425
|
WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
|
|
19364
19426
|
WaterfallChartFieldWellsFilterSensitiveLog,
|
|
@@ -19401,7 +19463,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19401
19463
|
RowLevelPermissionTagRuleFilterSensitiveLog,
|
|
19402
19464
|
RowLevelPermissionTagConfigurationFilterSensitiveLog,
|
|
19403
19465
|
CreateDataSetRequestFilterSensitiveLog,
|
|
19404
|
-
DataSourceCredentialsFilterSensitiveLog,
|
|
19405
19466
|
DataSourceType,
|
|
19406
19467
|
CustomerManagedKeyUnavailableException,
|
|
19407
19468
|
FolderType,
|
|
@@ -19443,6 +19504,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19443
19504
|
TopicRefreshStatus,
|
|
19444
19505
|
IdentityType,
|
|
19445
19506
|
UserRole,
|
|
19507
|
+
DataSourceCredentialsFilterSensitiveLog,
|
|
19446
19508
|
CreateDataSourceRequestFilterSensitiveLog,
|
|
19447
19509
|
TemplateVersionDefinitionFilterSensitiveLog,
|
|
19448
19510
|
CreateTemplateRequestFilterSensitiveLog,
|
package/dist-es/QuickSight.js
CHANGED
|
@@ -106,6 +106,7 @@ import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
|
|
|
106
106
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
107
107
|
import { ListFolderMembersCommand, } from "./commands/ListFolderMembersCommand";
|
|
108
108
|
import { ListFoldersCommand } from "./commands/ListFoldersCommand";
|
|
109
|
+
import { ListFoldersForResourceCommand, } from "./commands/ListFoldersForResourceCommand";
|
|
109
110
|
import { ListGroupMembershipsCommand, } from "./commands/ListGroupMembershipsCommand";
|
|
110
111
|
import { ListGroupsCommand } from "./commands/ListGroupsCommand";
|
|
111
112
|
import { ListIAMPolicyAssignmentsCommand, } from "./commands/ListIAMPolicyAssignmentsCommand";
|
|
@@ -285,6 +286,7 @@ const commands = {
|
|
|
285
286
|
ListDataSourcesCommand,
|
|
286
287
|
ListFolderMembersCommand,
|
|
287
288
|
ListFoldersCommand,
|
|
289
|
+
ListFoldersForResourceCommand,
|
|
288
290
|
ListGroupMembershipsCommand,
|
|
289
291
|
ListGroupsCommand,
|
|
290
292
|
ListIAMPolicyAssignmentsCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListFoldersForResourceCommand, se_ListFoldersForResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListFoldersForResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "ListFoldersForResource", {})
|
|
17
|
+
.n("QuickSightClient", "ListFoldersForResourceCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListFoldersForResourceCommand)
|
|
20
|
+
.de(de_ListFoldersForResourceCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -105,6 +105,7 @@ export * from "./ListDataSetsCommand";
|
|
|
105
105
|
export * from "./ListDataSourcesCommand";
|
|
106
106
|
export * from "./ListFolderMembersCommand";
|
|
107
107
|
export * from "./ListFoldersCommand";
|
|
108
|
+
export * from "./ListFoldersForResourceCommand";
|
|
108
109
|
export * from "./ListGroupMembershipsCommand";
|
|
109
110
|
export * from "./ListGroupsCommand";
|
|
110
111
|
export * from "./ListIAMPolicyAssignmentsCommand";
|
|
@@ -192,6 +192,10 @@ export const FilterNullOption = {
|
|
|
192
192
|
export const CategoryFilterSelectAllOptions = {
|
|
193
193
|
FILTER_ALL_VALUES: "FILTER_ALL_VALUES",
|
|
194
194
|
};
|
|
195
|
+
export const CommitMode = {
|
|
196
|
+
AUTO: "AUTO",
|
|
197
|
+
MANUAL: "MANUAL",
|
|
198
|
+
};
|
|
195
199
|
export const FontDecoration = {
|
|
196
200
|
NONE: "NONE",
|
|
197
201
|
UNDERLINE: "UNDERLINE",
|
|
@@ -374,10 +378,6 @@ export const SmallMultiplesAxisScale = {
|
|
|
374
378
|
INDEPENDENT: "INDEPENDENT",
|
|
375
379
|
SHARED: "SHARED",
|
|
376
380
|
};
|
|
377
|
-
export const OtherCategories = {
|
|
378
|
-
EXCLUDE: "EXCLUDE",
|
|
379
|
-
INCLUDE: "INCLUDE",
|
|
380
|
-
};
|
|
381
381
|
export const CalculatedFieldFilterSensitiveLog = (obj) => ({
|
|
382
382
|
...obj,
|
|
383
383
|
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const OtherCategories = {
|
|
4
|
+
EXCLUDE: "EXCLUDE",
|
|
5
|
+
INCLUDE: "INCLUDE",
|
|
6
|
+
};
|
|
3
7
|
export const TooltipTarget = {
|
|
4
8
|
BAR: "BAR",
|
|
5
9
|
BOTH: "BOTH",
|
|
@@ -863,7 +867,3 @@ export const TreeMapAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
|
863
867
|
export const TreeMapFieldWellsFilterSensitiveLog = (obj) => ({
|
|
864
868
|
...obj,
|
|
865
869
|
});
|
|
866
|
-
export const TreeMapConfigurationFilterSensitiveLog = (obj) => ({
|
|
867
|
-
...obj,
|
|
868
|
-
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
869
|
-
});
|
|
@@ -607,6 +607,10 @@ export const Status = {
|
|
|
607
607
|
DISABLED: "DISABLED",
|
|
608
608
|
ENABLED: "ENABLED",
|
|
609
609
|
};
|
|
610
|
+
export const TreeMapConfigurationFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
613
|
+
});
|
|
610
614
|
export const TreeMapVisualFilterSensitiveLog = (obj) => ({
|
|
611
615
|
...obj,
|
|
612
616
|
});
|
|
@@ -827,7 +831,3 @@ export const CreateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
|
827
831
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
828
832
|
}),
|
|
829
833
|
});
|
|
830
|
-
export const DataSourceCredentialsFilterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
...(obj.CredentialPair && { CredentialPair: obj.CredentialPair }),
|
|
833
|
-
});
|
|
@@ -367,6 +367,10 @@ export const UserRole = {
|
|
|
367
367
|
RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
|
|
368
368
|
RESTRICTED_READER: "RESTRICTED_READER",
|
|
369
369
|
};
|
|
370
|
+
export const DataSourceCredentialsFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
...(obj.CredentialPair && { CredentialPair: obj.CredentialPair }),
|
|
373
|
+
});
|
|
370
374
|
export const CreateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
371
375
|
...obj,
|
|
372
376
|
...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListFoldersForResourceCommand, } from "../commands/ListFoldersForResourceCommand";
|
|
3
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
4
|
+
export const paginateListFoldersForResource = createPaginator(QuickSightClient, ListFoldersForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -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";
|
|
@@ -1414,6 +1414,20 @@ export const se_ListFoldersCommand = async (input, context) => {
|
|
|
1414
1414
|
b.m("GET").h(headers).q(query).b(body);
|
|
1415
1415
|
return b.build();
|
|
1416
1416
|
};
|
|
1417
|
+
export const se_ListFoldersForResourceCommand = async (input, context) => {
|
|
1418
|
+
const b = rb(input, context);
|
|
1419
|
+
const headers = {};
|
|
1420
|
+
b.bp("/accounts/{AwsAccountId}/resource/{ResourceArn}/folders");
|
|
1421
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1422
|
+
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
|
|
1423
|
+
const query = map({
|
|
1424
|
+
[_nt]: [, input[_NT]],
|
|
1425
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1426
|
+
});
|
|
1427
|
+
let body;
|
|
1428
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1429
|
+
return b.build();
|
|
1430
|
+
};
|
|
1417
1431
|
export const se_ListGroupMembershipsCommand = async (input, context) => {
|
|
1418
1432
|
const b = rb(input, context);
|
|
1419
1433
|
const headers = {};
|
|
@@ -4572,6 +4586,25 @@ export const de_ListFoldersCommand = async (output, context) => {
|
|
|
4572
4586
|
});
|
|
4573
4587
|
return contents;
|
|
4574
4588
|
};
|
|
4589
|
+
export const de_ListFoldersForResourceCommand = async (output, context) => {
|
|
4590
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4591
|
+
return de_CommandError(output, context);
|
|
4592
|
+
}
|
|
4593
|
+
const contents = map({
|
|
4594
|
+
$metadata: deserializeMetadata(output),
|
|
4595
|
+
});
|
|
4596
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4597
|
+
const doc = take(data, {
|
|
4598
|
+
Folders: _json,
|
|
4599
|
+
NextToken: __expectString,
|
|
4600
|
+
RequestId: __expectString,
|
|
4601
|
+
});
|
|
4602
|
+
Object.assign(contents, doc);
|
|
4603
|
+
map(contents, {
|
|
4604
|
+
Status: [, output.statusCode],
|
|
4605
|
+
});
|
|
4606
|
+
return contents;
|
|
4607
|
+
};
|
|
4575
4608
|
export const de_ListGroupMembershipsCommand = async (output, context) => {
|
|
4576
4609
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4577
4610
|
return de_CommandError(output, context);
|
|
@@ -106,6 +106,7 @@ import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "./commands/
|
|
|
106
106
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
107
107
|
import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "./commands/ListFolderMembersCommand";
|
|
108
108
|
import { ListFoldersCommandInput, ListFoldersCommandOutput } from "./commands/ListFoldersCommand";
|
|
109
|
+
import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "./commands/ListFoldersForResourceCommand";
|
|
109
110
|
import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } from "./commands/ListGroupMembershipsCommand";
|
|
110
111
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
111
112
|
import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "./commands/ListIAMPolicyAssignmentsCommand";
|
|
@@ -820,6 +821,12 @@ export interface QuickSight {
|
|
|
820
821
|
listFolders(args: ListFoldersCommandInput, options?: __HttpHandlerOptions): Promise<ListFoldersCommandOutput>;
|
|
821
822
|
listFolders(args: ListFoldersCommandInput, cb: (err: any, data?: ListFoldersCommandOutput) => void): void;
|
|
822
823
|
listFolders(args: ListFoldersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFoldersCommandOutput) => void): void;
|
|
824
|
+
/**
|
|
825
|
+
* @see {@link ListFoldersForResourceCommand}
|
|
826
|
+
*/
|
|
827
|
+
listFoldersForResource(args: ListFoldersForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListFoldersForResourceCommandOutput>;
|
|
828
|
+
listFoldersForResource(args: ListFoldersForResourceCommandInput, cb: (err: any, data?: ListFoldersForResourceCommandOutput) => void): void;
|
|
829
|
+
listFoldersForResource(args: ListFoldersForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFoldersForResourceCommandOutput) => void): void;
|
|
823
830
|
/**
|
|
824
831
|
* @see {@link ListGroupMembershipsCommand}
|
|
825
832
|
*/
|
|
@@ -114,6 +114,7 @@ import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "./commands/
|
|
|
114
114
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
115
115
|
import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "./commands/ListFolderMembersCommand";
|
|
116
116
|
import { ListFoldersCommandInput, ListFoldersCommandOutput } from "./commands/ListFoldersCommand";
|
|
117
|
+
import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "./commands/ListFoldersForResourceCommand";
|
|
117
118
|
import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } from "./commands/ListGroupMembershipsCommand";
|
|
118
119
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
119
120
|
import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "./commands/ListIAMPolicyAssignmentsCommand";
|
|
@@ -190,11 +191,11 @@ export { __Client };
|
|
|
190
191
|
/**
|
|
191
192
|
* @public
|
|
192
193
|
*/
|
|
193
|
-
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
194
|
+
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
194
195
|
/**
|
|
195
196
|
* @public
|
|
196
197
|
*/
|
|
197
|
-
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
198
|
+
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
198
199
|
/**
|
|
199
200
|
* @public
|
|
200
201
|
*/
|
|
@@ -564,4 +564,15 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
564
564
|
* @public
|
|
565
565
|
*/
|
|
566
566
|
export declare class BatchCreateTopicReviewedAnswerCommand extends BatchCreateTopicReviewedAnswerCommand_base {
|
|
567
|
+
/** @internal type navigation helper, not in runtime. */
|
|
568
|
+
protected static __types: {
|
|
569
|
+
api: {
|
|
570
|
+
input: BatchCreateTopicReviewedAnswerRequest;
|
|
571
|
+
output: BatchCreateTopicReviewedAnswerResponse;
|
|
572
|
+
};
|
|
573
|
+
sdk: {
|
|
574
|
+
input: BatchCreateTopicReviewedAnswerCommandInput;
|
|
575
|
+
output: BatchCreateTopicReviewedAnswerCommandOutput;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
567
578
|
}
|
|
@@ -96,4 +96,15 @@ declare const BatchDeleteTopicReviewedAnswerCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: BatchDeleteTopicReviewedAnswerRequest;
|
|
103
|
+
output: BatchDeleteTopicReviewedAnswerResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: BatchDeleteTopicReviewedAnswerCommandInput;
|
|
107
|
+
output: BatchDeleteTopicReviewedAnswerCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -83,4 +83,15 @@ declare const CancelIngestionCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class CancelIngestionCommand extends CancelIngestionCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: CancelIngestionRequest;
|
|
90
|
+
output: CancelIngestionResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: CancelIngestionCommandInput;
|
|
94
|
+
output: CancelIngestionCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -125,4 +125,15 @@ declare const CreateAccountCustomizationCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class CreateAccountCustomizationCommand extends CreateAccountCustomizationCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: CreateAccountCustomizationRequest;
|
|
132
|
+
output: CreateAccountCustomizationResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: CreateAccountCustomizationCommandInput;
|
|
136
|
+
output: CreateAccountCustomizationCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -143,4 +143,15 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class CreateAccountSubscriptionCommand extends CreateAccountSubscriptionCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: CreateAccountSubscriptionRequest;
|
|
150
|
+
output: CreateAccountSubscriptionResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: CreateAccountSubscriptionCommandInput;
|
|
154
|
+
output: CreateAccountSubscriptionCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|