@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
|
@@ -108,4 +108,15 @@ declare const SearchDataSetsCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class SearchDataSetsCommand extends SearchDataSetsCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: SearchDataSetsRequest;
|
|
115
|
+
output: SearchDataSetsResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: SearchDataSetsCommandInput;
|
|
119
|
+
output: SearchDataSetsCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -99,4 +99,15 @@ declare const SearchDataSourcesCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class SearchDataSourcesCommand extends SearchDataSourcesCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: SearchDataSourcesRequest;
|
|
106
|
+
output: SearchDataSourcesResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: SearchDataSourcesCommandInput;
|
|
110
|
+
output: SearchDataSourcesCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -109,4 +109,15 @@ declare const SearchFoldersCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class SearchFoldersCommand extends SearchFoldersCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: SearchFoldersRequest;
|
|
116
|
+
output: SearchFoldersResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: SearchFoldersCommandInput;
|
|
120
|
+
output: SearchFoldersCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -104,4 +104,15 @@ declare const SearchGroupsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class SearchGroupsCommand extends SearchGroupsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: SearchGroupsRequest;
|
|
111
|
+
output: SearchGroupsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: SearchGroupsCommandInput;
|
|
115
|
+
output: SearchGroupsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -161,4 +161,15 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class StartAssetBundleExportJobCommand extends StartAssetBundleExportJobCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: StartAssetBundleExportJobRequest;
|
|
168
|
+
output: StartAssetBundleExportJobResponse;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: StartAssetBundleExportJobCommandInput;
|
|
172
|
+
output: StartAssetBundleExportJobCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -443,4 +443,15 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
443
443
|
* @public
|
|
444
444
|
*/
|
|
445
445
|
export declare class StartAssetBundleImportJobCommand extends StartAssetBundleImportJobCommand_base {
|
|
446
|
+
/** @internal type navigation helper, not in runtime. */
|
|
447
|
+
protected static __types: {
|
|
448
|
+
api: {
|
|
449
|
+
input: StartAssetBundleImportJobRequest;
|
|
450
|
+
output: StartAssetBundleImportJobResponse;
|
|
451
|
+
};
|
|
452
|
+
sdk: {
|
|
453
|
+
input: StartAssetBundleImportJobCommandInput;
|
|
454
|
+
output: StartAssetBundleImportJobCommandOutput;
|
|
455
|
+
};
|
|
456
|
+
};
|
|
446
457
|
}
|
|
@@ -239,4 +239,15 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
239
239
|
* @public
|
|
240
240
|
*/
|
|
241
241
|
export declare class StartDashboardSnapshotJobCommand extends StartDashboardSnapshotJobCommand_base {
|
|
242
|
+
/** @internal type navigation helper, not in runtime. */
|
|
243
|
+
protected static __types: {
|
|
244
|
+
api: {
|
|
245
|
+
input: StartDashboardSnapshotJobRequest;
|
|
246
|
+
output: StartDashboardSnapshotJobResponse;
|
|
247
|
+
};
|
|
248
|
+
sdk: {
|
|
249
|
+
input: StartDashboardSnapshotJobCommandInput;
|
|
250
|
+
output: StartDashboardSnapshotJobCommandOutput;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
242
253
|
}
|
|
@@ -104,4 +104,15 @@ declare const TagResourceCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: TagResourceRequest;
|
|
111
|
+
output: TagResourceResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: TagResourceCommandInput;
|
|
115
|
+
output: TagResourceCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -79,4 +79,15 @@ declare const UntagResourceCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UntagResourceRequest;
|
|
86
|
+
output: UntagResourceResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UntagResourceCommandInput;
|
|
90
|
+
output: UntagResourceCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -98,4 +98,15 @@ declare const UpdateAccountCustomizationCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class UpdateAccountCustomizationCommand extends UpdateAccountCustomizationCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: UpdateAccountCustomizationRequest;
|
|
105
|
+
output: UpdateAccountCustomizationResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: UpdateAccountCustomizationCommandInput;
|
|
109
|
+
output: UpdateAccountCustomizationCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateAccountSettingsRequest;
|
|
89
|
+
output: UpdateAccountSettingsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateAccountSettingsCommandInput;
|
|
93
|
+
output: UpdateAccountSettingsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -230,6 +230,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
230
230
|
* },
|
|
231
231
|
* ],
|
|
232
232
|
* },
|
|
233
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
233
234
|
* },
|
|
234
235
|
* TextField: { // ParameterTextFieldControl
|
|
235
236
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -318,6 +319,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
318
319
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
319
320
|
* },
|
|
320
321
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
322
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
321
323
|
* },
|
|
322
324
|
* List: { // FilterListControl
|
|
323
325
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -376,6 +378,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
376
378
|
* },
|
|
377
379
|
* ],
|
|
378
380
|
* },
|
|
381
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
379
382
|
* },
|
|
380
383
|
* TextField: { // FilterTextFieldControl
|
|
381
384
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -424,6 +427,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
424
427
|
* DateTimeFormat: "STRING_VALUE",
|
|
425
428
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
426
429
|
* },
|
|
430
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
427
431
|
* },
|
|
428
432
|
* CrossSheet: { // FilterCrossSheetControl
|
|
429
433
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -4525,6 +4529,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4525
4529
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4526
4530
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4527
4531
|
* },
|
|
4532
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4528
4533
|
* },
|
|
4529
4534
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4530
4535
|
* DisplayOptions: {
|
|
@@ -4554,6 +4559,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4554
4559
|
* SelectableValues: {
|
|
4555
4560
|
* Values: "<ParameterSelectableValueList>",
|
|
4556
4561
|
* },
|
|
4562
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4557
4563
|
* },
|
|
4558
4564
|
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4559
4565
|
* DisplayOptions: {
|
|
@@ -4588,6 +4594,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4588
4594
|
* DateTimeFormat: "STRING_VALUE",
|
|
4589
4595
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4590
4596
|
* },
|
|
4597
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4591
4598
|
* },
|
|
4592
4599
|
* },
|
|
4593
4600
|
* },
|
|
@@ -4620,6 +4627,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4620
4627
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4621
4628
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4622
4629
|
* },
|
|
4630
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4623
4631
|
* },
|
|
4624
4632
|
* DefaultListOptions: {
|
|
4625
4633
|
* DisplayOptions: {
|
|
@@ -4643,6 +4651,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4643
4651
|
* },
|
|
4644
4652
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4645
4653
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4654
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4646
4655
|
* },
|
|
4647
4656
|
* DefaultTextFieldOptions: {
|
|
4648
4657
|
* DisplayOptions: {
|
|
@@ -4675,6 +4684,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4675
4684
|
* DateTimeFormat: "STRING_VALUE",
|
|
4676
4685
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4677
4686
|
* },
|
|
4687
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4678
4688
|
* },
|
|
4679
4689
|
* },
|
|
4680
4690
|
* },
|
|
@@ -4700,6 +4710,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4700
4710
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4701
4711
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4702
4712
|
* },
|
|
4713
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4703
4714
|
* },
|
|
4704
4715
|
* DefaultListOptions: {
|
|
4705
4716
|
* DisplayOptions: {
|
|
@@ -4721,6 +4732,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4721
4732
|
* },
|
|
4722
4733
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4723
4734
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4735
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4724
4736
|
* },
|
|
4725
4737
|
* DefaultTextFieldOptions: {
|
|
4726
4738
|
* DisplayOptions: {
|
|
@@ -4753,6 +4765,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4753
4765
|
* DateTimeFormat: "STRING_VALUE",
|
|
4754
4766
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4755
4767
|
* },
|
|
4768
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4756
4769
|
* },
|
|
4757
4770
|
* },
|
|
4758
4771
|
* },
|
|
@@ -4773,6 +4786,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4773
4786
|
* DefaultDateTimePickerOptions: {
|
|
4774
4787
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4775
4788
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4789
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4776
4790
|
* },
|
|
4777
4791
|
* DefaultListOptions: {
|
|
4778
4792
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4783,6 +4797,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4783
4797
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4784
4798
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4785
4799
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4800
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4786
4801
|
* },
|
|
4787
4802
|
* DefaultTextFieldOptions: {
|
|
4788
4803
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4804,6 +4819,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4804
4819
|
* DateTimeFormat: "STRING_VALUE",
|
|
4805
4820
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4806
4821
|
* },
|
|
4822
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4807
4823
|
* },
|
|
4808
4824
|
* },
|
|
4809
4825
|
* },
|
|
@@ -4836,6 +4852,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4836
4852
|
* DefaultDateTimePickerOptions: {
|
|
4837
4853
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4838
4854
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4855
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4839
4856
|
* },
|
|
4840
4857
|
* DefaultListOptions: {
|
|
4841
4858
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4846,6 +4863,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4846
4863
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4847
4864
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4848
4865
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4866
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4849
4867
|
* },
|
|
4850
4868
|
* DefaultTextFieldOptions: {
|
|
4851
4869
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4863,6 +4881,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4863
4881
|
* },
|
|
4864
4882
|
* DefaultRelativeDateTimeOptions: {
|
|
4865
4883
|
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4884
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4866
4885
|
* },
|
|
4867
4886
|
* },
|
|
4868
4887
|
* },
|
|
@@ -5067,4 +5086,15 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
5067
5086
|
* @public
|
|
5068
5087
|
*/
|
|
5069
5088
|
export declare class UpdateAnalysisCommand extends UpdateAnalysisCommand_base {
|
|
5089
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5090
|
+
protected static __types: {
|
|
5091
|
+
api: {
|
|
5092
|
+
input: UpdateAnalysisRequest;
|
|
5093
|
+
output: UpdateAnalysisResponse;
|
|
5094
|
+
};
|
|
5095
|
+
sdk: {
|
|
5096
|
+
input: UpdateAnalysisCommandInput;
|
|
5097
|
+
output: UpdateAnalysisCommandOutput;
|
|
5098
|
+
};
|
|
5099
|
+
};
|
|
5070
5100
|
}
|
|
@@ -109,4 +109,15 @@ declare const UpdateAnalysisPermissionsCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class UpdateAnalysisPermissionsCommand extends UpdateAnalysisPermissionsCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: UpdateAnalysisPermissionsRequest;
|
|
116
|
+
output: UpdateAnalysisPermissionsResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: UpdateAnalysisPermissionsCommandInput;
|
|
120
|
+
output: UpdateAnalysisPermissionsCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -275,6 +275,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
275
275
|
* },
|
|
276
276
|
* ],
|
|
277
277
|
* },
|
|
278
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
278
279
|
* },
|
|
279
280
|
* TextField: { // ParameterTextFieldControl
|
|
280
281
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -363,6 +364,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
363
364
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
364
365
|
* },
|
|
365
366
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
367
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
366
368
|
* },
|
|
367
369
|
* List: { // FilterListControl
|
|
368
370
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -421,6 +423,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
421
423
|
* },
|
|
422
424
|
* ],
|
|
423
425
|
* },
|
|
426
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
424
427
|
* },
|
|
425
428
|
* TextField: { // FilterTextFieldControl
|
|
426
429
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -469,6 +472,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
469
472
|
* DateTimeFormat: "STRING_VALUE",
|
|
470
473
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
471
474
|
* },
|
|
475
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
472
476
|
* },
|
|
473
477
|
* CrossSheet: { // FilterCrossSheetControl
|
|
474
478
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -4568,6 +4572,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4568
4572
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4569
4573
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4570
4574
|
* },
|
|
4575
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4571
4576
|
* },
|
|
4572
4577
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4573
4578
|
* DisplayOptions: {
|
|
@@ -4597,6 +4602,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4597
4602
|
* SelectableValues: {
|
|
4598
4603
|
* Values: "<ParameterSelectableValueList>",
|
|
4599
4604
|
* },
|
|
4605
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4600
4606
|
* },
|
|
4601
4607
|
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4602
4608
|
* DisplayOptions: {
|
|
@@ -4631,6 +4637,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4631
4637
|
* DateTimeFormat: "STRING_VALUE",
|
|
4632
4638
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4633
4639
|
* },
|
|
4640
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4634
4641
|
* },
|
|
4635
4642
|
* },
|
|
4636
4643
|
* },
|
|
@@ -4663,6 +4670,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4663
4670
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4664
4671
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4665
4672
|
* },
|
|
4673
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4666
4674
|
* },
|
|
4667
4675
|
* DefaultListOptions: {
|
|
4668
4676
|
* DisplayOptions: {
|
|
@@ -4686,6 +4694,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4686
4694
|
* },
|
|
4687
4695
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4688
4696
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4697
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4689
4698
|
* },
|
|
4690
4699
|
* DefaultTextFieldOptions: {
|
|
4691
4700
|
* DisplayOptions: {
|
|
@@ -4718,6 +4727,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4718
4727
|
* DateTimeFormat: "STRING_VALUE",
|
|
4719
4728
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4720
4729
|
* },
|
|
4730
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4721
4731
|
* },
|
|
4722
4732
|
* },
|
|
4723
4733
|
* },
|
|
@@ -4743,6 +4753,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4743
4753
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4744
4754
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4745
4755
|
* },
|
|
4756
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4746
4757
|
* },
|
|
4747
4758
|
* DefaultListOptions: {
|
|
4748
4759
|
* DisplayOptions: {
|
|
@@ -4764,6 +4775,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4764
4775
|
* },
|
|
4765
4776
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4766
4777
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4778
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4767
4779
|
* },
|
|
4768
4780
|
* DefaultTextFieldOptions: {
|
|
4769
4781
|
* DisplayOptions: {
|
|
@@ -4796,6 +4808,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4796
4808
|
* DateTimeFormat: "STRING_VALUE",
|
|
4797
4809
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4798
4810
|
* },
|
|
4811
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4799
4812
|
* },
|
|
4800
4813
|
* },
|
|
4801
4814
|
* },
|
|
@@ -4816,6 +4829,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4816
4829
|
* DefaultDateTimePickerOptions: {
|
|
4817
4830
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4818
4831
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4832
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4819
4833
|
* },
|
|
4820
4834
|
* DefaultListOptions: {
|
|
4821
4835
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4826,6 +4840,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4826
4840
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4827
4841
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4828
4842
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4843
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4829
4844
|
* },
|
|
4830
4845
|
* DefaultTextFieldOptions: {
|
|
4831
4846
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4847,6 +4862,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4847
4862
|
* DateTimeFormat: "STRING_VALUE",
|
|
4848
4863
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4849
4864
|
* },
|
|
4865
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4850
4866
|
* },
|
|
4851
4867
|
* },
|
|
4852
4868
|
* },
|
|
@@ -4879,6 +4895,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4879
4895
|
* DefaultDateTimePickerOptions: {
|
|
4880
4896
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4881
4897
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4898
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4882
4899
|
* },
|
|
4883
4900
|
* DefaultListOptions: {
|
|
4884
4901
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4889,6 +4906,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4889
4906
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4890
4907
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4891
4908
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4909
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4892
4910
|
* },
|
|
4893
4911
|
* DefaultTextFieldOptions: {
|
|
4894
4912
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4906,6 +4924,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4906
4924
|
* },
|
|
4907
4925
|
* DefaultRelativeDateTimeOptions: {
|
|
4908
4926
|
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4927
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4909
4928
|
* },
|
|
4910
4929
|
* },
|
|
4911
4930
|
* },
|
|
@@ -5108,4 +5127,15 @@ declare const UpdateDashboardCommand_base: {
|
|
|
5108
5127
|
* @public
|
|
5109
5128
|
*/
|
|
5110
5129
|
export declare class UpdateDashboardCommand extends UpdateDashboardCommand_base {
|
|
5130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5131
|
+
protected static __types: {
|
|
5132
|
+
api: {
|
|
5133
|
+
input: UpdateDashboardRequest;
|
|
5134
|
+
output: UpdateDashboardResponse;
|
|
5135
|
+
};
|
|
5136
|
+
sdk: {
|
|
5137
|
+
input: UpdateDashboardCommandInput;
|
|
5138
|
+
output: UpdateDashboardCommandOutput;
|
|
5139
|
+
};
|
|
5140
|
+
};
|
|
5111
5141
|
}
|
|
@@ -93,4 +93,15 @@ declare const UpdateDashboardLinksCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class UpdateDashboardLinksCommand extends UpdateDashboardLinksCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: UpdateDashboardLinksRequest;
|
|
100
|
+
output: UpdateDashboardLinksResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: UpdateDashboardLinksCommandInput;
|
|
104
|
+
output: UpdateDashboardLinksCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -135,4 +135,15 @@ declare const UpdateDashboardPermissionsCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class UpdateDashboardPermissionsCommand extends UpdateDashboardPermissionsCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: UpdateDashboardPermissionsRequest;
|
|
142
|
+
output: UpdateDashboardPermissionsResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: UpdateDashboardPermissionsCommandInput;
|
|
146
|
+
output: UpdateDashboardPermissionsCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateDashboardPublishedVersionCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateDashboardPublishedVersionCommand extends UpdateDashboardPublishedVersionCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateDashboardPublishedVersionRequest;
|
|
90
|
+
output: UpdateDashboardPublishedVersionResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateDashboardPublishedVersionCommandInput;
|
|
94
|
+
output: UpdateDashboardPublishedVersionCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -329,4 +329,15 @@ declare const UpdateDataSetCommand_base: {
|
|
|
329
329
|
* @public
|
|
330
330
|
*/
|
|
331
331
|
export declare class UpdateDataSetCommand extends UpdateDataSetCommand_base {
|
|
332
|
+
/** @internal type navigation helper, not in runtime. */
|
|
333
|
+
protected static __types: {
|
|
334
|
+
api: {
|
|
335
|
+
input: UpdateDataSetRequest;
|
|
336
|
+
output: UpdateDataSetResponse;
|
|
337
|
+
};
|
|
338
|
+
sdk: {
|
|
339
|
+
input: UpdateDataSetCommandInput;
|
|
340
|
+
output: UpdateDataSetCommandOutput;
|
|
341
|
+
};
|
|
342
|
+
};
|
|
332
343
|
}
|
|
@@ -99,4 +99,15 @@ declare const UpdateDataSetPermissionsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class UpdateDataSetPermissionsCommand extends UpdateDataSetPermissionsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: UpdateDataSetPermissionsRequest;
|
|
106
|
+
output: UpdateDataSetPermissionsResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: UpdateDataSetPermissionsCommandInput;
|
|
110
|
+
output: UpdateDataSetPermissionsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -365,4 +365,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
365
365
|
* @public
|
|
366
366
|
*/
|
|
367
367
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
368
|
+
/** @internal type navigation helper, not in runtime. */
|
|
369
|
+
protected static __types: {
|
|
370
|
+
api: {
|
|
371
|
+
input: UpdateDataSourceRequest;
|
|
372
|
+
output: UpdateDataSourceResponse;
|
|
373
|
+
};
|
|
374
|
+
sdk: {
|
|
375
|
+
input: UpdateDataSourceCommandInput;
|
|
376
|
+
output: UpdateDataSourceCommandOutput;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
368
379
|
}
|
|
@@ -98,4 +98,15 @@ declare const UpdateDataSourcePermissionsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class UpdateDataSourcePermissionsCommand extends UpdateDataSourcePermissionsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: UpdateDataSourcePermissionsRequest;
|
|
105
|
+
output: UpdateDataSourcePermissionsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: UpdateDataSourcePermissionsCommandInput;
|
|
109
|
+
output: UpdateDataSourcePermissionsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -92,4 +92,15 @@ declare const UpdateFolderCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: UpdateFolderRequest;
|
|
99
|
+
output: UpdateFolderResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: UpdateFolderCommandInput;
|
|
103
|
+
output: UpdateFolderCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|