@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
|
@@ -93,4 +93,15 @@ declare const ListDashboardVersionsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListDashboardVersionsCommand extends ListDashboardVersionsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListDashboardVersionsRequest;
|
|
100
|
+
output: ListDashboardVersionsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListDashboardVersionsCommandInput;
|
|
104
|
+
output: ListDashboardVersionsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListDashboardsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListDashboardsCommand extends ListDashboardsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListDashboardsRequest;
|
|
94
|
+
output: ListDashboardsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListDashboardsCommandInput;
|
|
98
|
+
output: ListDashboardsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListDataSetsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListDataSetsRequest;
|
|
106
|
+
output: ListDataSetsResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListDataSetsCommandInput;
|
|
110
|
+
output: ListDataSetsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -365,4 +365,15 @@ declare const ListDataSourcesCommand_base: {
|
|
|
365
365
|
* @public
|
|
366
366
|
*/
|
|
367
367
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
368
|
+
/** @internal type navigation helper, not in runtime. */
|
|
369
|
+
protected static __types: {
|
|
370
|
+
api: {
|
|
371
|
+
input: ListDataSourcesRequest;
|
|
372
|
+
output: ListDataSourcesResponse;
|
|
373
|
+
};
|
|
374
|
+
sdk: {
|
|
375
|
+
input: ListDataSourcesCommandInput;
|
|
376
|
+
output: ListDataSourcesCommandOutput;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
368
379
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListFolderMembersCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListFolderMembersCommand extends ListFolderMembersCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListFolderMembersRequest;
|
|
102
|
+
output: ListFolderMembersResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListFolderMembersCommandInput;
|
|
106
|
+
output: ListFolderMembersCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListFoldersCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListFoldersCommand extends ListFoldersCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListFoldersRequest;
|
|
106
|
+
output: ListFoldersResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListFoldersCommandInput;
|
|
110
|
+
output: ListFoldersCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListFoldersForResourceRequest, ListFoldersForResourceResponse } from "../models/models_4";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListFoldersForResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListFoldersForResourceCommandInput extends ListFoldersForResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListFoldersForResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListFoldersForResourceCommandOutput extends ListFoldersForResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListFoldersForResourceCommand_base: {
|
|
25
|
+
new (input: ListFoldersForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListFoldersForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>List all folders that a resource is a member of.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, ListFoldersForResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, ListFoldersForResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
|
+
* const client = new QuickSightClient(config);
|
|
37
|
+
* const input = { // ListFoldersForResourceRequest
|
|
38
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
39
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListFoldersForResourceCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListFoldersForResourceResponse
|
|
46
|
+
* // Status: Number("int"),
|
|
47
|
+
* // Folders: [ // FoldersForResourceArnList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // NextToken: "STRING_VALUE",
|
|
51
|
+
* // RequestId: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param ListFoldersForResourceCommandInput - {@link ListFoldersForResourceCommandInput}
|
|
57
|
+
* @returns {@link ListFoldersForResourceCommandOutput}
|
|
58
|
+
* @see {@link ListFoldersForResourceCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link ListFoldersForResourceCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
64
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
65
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
66
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
69
|
+
* <p>An internal failure occurred.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
72
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
75
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>One or more resources can't be found.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p>Access is throttled.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
84
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
85
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
86
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
87
|
+
* capability is available in every edition.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link QuickSightServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
91
|
+
*
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export declare class ListFoldersForResourceCommand extends ListFoldersForResourceCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListFoldersForResourceRequest;
|
|
99
|
+
output: ListFoldersForResourceResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListFoldersForResourceCommandInput;
|
|
103
|
+
output: ListFoldersForResourceCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
}
|
|
@@ -96,4 +96,15 @@ declare const ListGroupMembershipsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListGroupMembershipsCommand extends ListGroupMembershipsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ListGroupMembershipsRequest;
|
|
103
|
+
output: ListGroupMembershipsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ListGroupMembershipsCommandInput;
|
|
107
|
+
output: ListGroupMembershipsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListGroupsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListGroupsCommand extends ListGroupsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListGroupsRequest;
|
|
104
|
+
output: ListGroupsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListGroupsCommandInput;
|
|
108
|
+
output: ListGroupsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListIAMPolicyAssignmentsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListIAMPolicyAssignmentsCommand extends ListIAMPolicyAssignmentsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListIAMPolicyAssignmentsRequest;
|
|
99
|
+
output: ListIAMPolicyAssignmentsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListIAMPolicyAssignmentsCommandInput;
|
|
103
|
+
output: ListIAMPolicyAssignmentsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListIAMPolicyAssignmentsForUserCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListIAMPolicyAssignmentsForUserCommand extends ListIAMPolicyAssignmentsForUserCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListIAMPolicyAssignmentsForUserRequest;
|
|
107
|
+
output: ListIAMPolicyAssignmentsForUserResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListIAMPolicyAssignmentsForUserCommandInput;
|
|
111
|
+
output: ListIAMPolicyAssignmentsForUserCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListIdentityPropagationConfigsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListIdentityPropagationConfigsCommand extends ListIdentityPropagationConfigsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListIdentityPropagationConfigsRequest;
|
|
95
|
+
output: ListIdentityPropagationConfigsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListIdentityPropagationConfigsCommandInput;
|
|
99
|
+
output: ListIdentityPropagationConfigsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -111,4 +111,15 @@ declare const ListIngestionsCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ListIngestionsCommand extends ListIngestionsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ListIngestionsRequest;
|
|
118
|
+
output: ListIngestionsResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ListIngestionsCommandInput;
|
|
122
|
+
output: ListIngestionsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -101,4 +101,15 @@ declare const ListNamespacesCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: ListNamespacesRequest;
|
|
108
|
+
output: ListNamespacesResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: ListNamespacesCommandInput;
|
|
112
|
+
output: ListNamespacesCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListRefreshSchedulesCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListRefreshSchedulesCommand extends ListRefreshSchedulesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListRefreshSchedulesRequest;
|
|
104
|
+
output: ListRefreshSchedulesResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListRefreshSchedulesCommandInput;
|
|
108
|
+
output: ListRefreshSchedulesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -96,4 +96,15 @@ declare const ListRoleMembershipsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListRoleMembershipsCommand extends ListRoleMembershipsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ListRoleMembershipsRequest;
|
|
103
|
+
output: ListRoleMembershipsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ListRoleMembershipsCommandInput;
|
|
107
|
+
output: ListRoleMembershipsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListTagsForResourceRequest;
|
|
89
|
+
output: ListTagsForResourceResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListTagsForResourceCommandInput;
|
|
93
|
+
output: ListTagsForResourceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListTemplateAliasesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListTemplateAliasesCommand extends ListTemplateAliasesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListTemplateAliasesRequest;
|
|
94
|
+
output: ListTemplateAliasesResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListTemplateAliasesCommandInput;
|
|
98
|
+
output: ListTemplateAliasesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListTemplateVersionsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListTemplateVersionsCommand extends ListTemplateVersionsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListTemplateVersionsRequest;
|
|
99
|
+
output: ListTemplateVersionsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListTemplateVersionsCommandInput;
|
|
103
|
+
output: ListTemplateVersionsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListTemplatesCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListTemplatesRequest;
|
|
99
|
+
output: ListTemplatesResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListTemplatesCommandInput;
|
|
103
|
+
output: ListTemplatesCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListThemeAliasesCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListThemeAliasesCommand extends ListThemeAliasesCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListThemeAliasesRequest;
|
|
100
|
+
output: ListThemeAliasesResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListThemeAliasesCommandInput;
|
|
104
|
+
output: ListThemeAliasesCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListThemeVersionsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListThemeVersionsCommand extends ListThemeVersionsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListThemeVersionsRequest;
|
|
105
|
+
output: ListThemeVersionsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListThemeVersionsCommandInput;
|
|
109
|
+
output: ListThemeVersionsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListThemesCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListThemesCommand extends ListThemesCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListThemesRequest;
|
|
106
|
+
output: ListThemesResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListThemesCommandInput;
|
|
110
|
+
output: ListThemesCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListTopicRefreshSchedulesCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListTopicRefreshSchedulesCommand extends ListTopicRefreshSchedulesCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListTopicRefreshSchedulesRequest;
|
|
110
|
+
output: ListTopicRefreshSchedulesResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListTopicRefreshSchedulesCommandInput;
|
|
114
|
+
output: ListTopicRefreshSchedulesCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -553,4 +553,15 @@ declare const ListTopicReviewedAnswersCommand_base: {
|
|
|
553
553
|
* @public
|
|
554
554
|
*/
|
|
555
555
|
export declare class ListTopicReviewedAnswersCommand extends ListTopicReviewedAnswersCommand_base {
|
|
556
|
+
/** @internal type navigation helper, not in runtime. */
|
|
557
|
+
protected static __types: {
|
|
558
|
+
api: {
|
|
559
|
+
input: ListTopicReviewedAnswersRequest;
|
|
560
|
+
output: ListTopicReviewedAnswersResponse;
|
|
561
|
+
};
|
|
562
|
+
sdk: {
|
|
563
|
+
input: ListTopicReviewedAnswersCommandInput;
|
|
564
|
+
output: ListTopicReviewedAnswersCommandOutput;
|
|
565
|
+
};
|
|
566
|
+
};
|
|
556
567
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListTopicsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListTopicsCommand extends ListTopicsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListTopicsRequest;
|
|
94
|
+
output: ListTopicsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListTopicsCommandInput;
|
|
98
|
+
output: ListTopicsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListUserGroupsCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListUserGroupsCommand extends ListUserGroupsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListUserGroupsRequest;
|
|
102
|
+
output: ListUserGroupsResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListUserGroupsCommandInput;
|
|
106
|
+
output: ListUserGroupsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListUsersCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListUsersRequest;
|
|
111
|
+
output: ListUsersResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListUsersCommandInput;
|
|
115
|
+
output: ListUsersCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -114,4 +114,15 @@ declare const ListVPCConnectionsCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class ListVPCConnectionsCommand extends ListVPCConnectionsCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: ListVPCConnectionsRequest;
|
|
121
|
+
output: ListVPCConnectionsResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: ListVPCConnectionsCommandInput;
|
|
125
|
+
output: ListVPCConnectionsCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -97,4 +97,15 @@ declare const PutDataSetRefreshPropertiesCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class PutDataSetRefreshPropertiesCommand extends PutDataSetRefreshPropertiesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: PutDataSetRefreshPropertiesRequest;
|
|
104
|
+
output: PutDataSetRefreshPropertiesResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: PutDataSetRefreshPropertiesCommandInput;
|
|
108
|
+
output: PutDataSetRefreshPropertiesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -119,4 +119,15 @@ declare const RegisterUserCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class RegisterUserCommand extends RegisterUserCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: RegisterUserRequest;
|
|
126
|
+
output: RegisterUserResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: RegisterUserCommandInput;
|
|
130
|
+
output: RegisterUserCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -82,4 +82,15 @@ declare const RestoreAnalysisCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class RestoreAnalysisCommand extends RestoreAnalysisCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: RestoreAnalysisRequest;
|
|
89
|
+
output: RestoreAnalysisResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: RestoreAnalysisCommandInput;
|
|
93
|
+
output: RestoreAnalysisCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -102,4 +102,15 @@ declare const SearchAnalysesCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class SearchAnalysesCommand extends SearchAnalysesCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: SearchAnalysesRequest;
|
|
109
|
+
output: SearchAnalysesResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: SearchAnalysesCommandInput;
|
|
113
|
+
output: SearchAnalysesCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -103,4 +103,15 @@ declare const SearchDashboardsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class SearchDashboardsCommand extends SearchDashboardsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: SearchDashboardsRequest;
|
|
110
|
+
output: SearchDashboardsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: SearchDashboardsCommandInput;
|
|
114
|
+
output: SearchDashboardsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|