@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
|
@@ -90,4 +90,15 @@ declare const DeleteVPCConnectionCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteVPCConnectionCommand extends DeleteVPCConnectionCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteVPCConnectionRequest;
|
|
97
|
+
output: DeleteVPCConnectionResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteVPCConnectionCommandInput;
|
|
101
|
+
output: DeleteVPCConnectionCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -144,4 +144,15 @@ declare const DescribeAccountCustomizationCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class DescribeAccountCustomizationCommand extends DescribeAccountCustomizationCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: DescribeAccountCustomizationRequest;
|
|
151
|
+
output: DescribeAccountCustomizationResponse;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: DescribeAccountCustomizationCommandInput;
|
|
155
|
+
output: DescribeAccountCustomizationCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|
|
@@ -88,4 +88,15 @@ declare const DescribeAccountSettingsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DescribeAccountSettingsCommand extends DescribeAccountSettingsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DescribeAccountSettingsRequest;
|
|
95
|
+
output: DescribeAccountSettingsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DescribeAccountSettingsCommandInput;
|
|
99
|
+
output: DescribeAccountSettingsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeAccountSubscriptionCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeAccountSubscriptionCommand extends DescribeAccountSubscriptionCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeAccountSubscriptionRequest;
|
|
94
|
+
output: DescribeAccountSubscriptionResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeAccountSubscriptionCommandInput;
|
|
98
|
+
output: DescribeAccountSubscriptionCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -112,4 +112,15 @@ declare const DescribeAnalysisCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class DescribeAnalysisCommand extends DescribeAnalysisCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: DescribeAnalysisRequest;
|
|
119
|
+
output: DescribeAnalysisResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: DescribeAnalysisCommandInput;
|
|
123
|
+
output: DescribeAnalysisCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -210,6 +210,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
210
210
|
* // },
|
|
211
211
|
* // ],
|
|
212
212
|
* // },
|
|
213
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
213
214
|
* // },
|
|
214
215
|
* // TextField: { // ParameterTextFieldControl
|
|
215
216
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
@@ -298,6 +299,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
298
299
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
299
300
|
* // },
|
|
300
301
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
302
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
301
303
|
* // },
|
|
302
304
|
* // List: { // FilterListControl
|
|
303
305
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -356,6 +358,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
356
358
|
* // },
|
|
357
359
|
* // ],
|
|
358
360
|
* // },
|
|
361
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
359
362
|
* // },
|
|
360
363
|
* // TextField: { // FilterTextFieldControl
|
|
361
364
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -404,6 +407,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
404
407
|
* // DateTimeFormat: "STRING_VALUE",
|
|
405
408
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
406
409
|
* // },
|
|
410
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
407
411
|
* // },
|
|
408
412
|
* // CrossSheet: { // FilterCrossSheetControl
|
|
409
413
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -4505,6 +4509,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4505
4509
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4506
4510
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4507
4511
|
* // },
|
|
4512
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4508
4513
|
* // },
|
|
4509
4514
|
* // DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4510
4515
|
* // DisplayOptions: {
|
|
@@ -4534,6 +4539,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4534
4539
|
* // SelectableValues: {
|
|
4535
4540
|
* // Values: "<ParameterSelectableValueList>",
|
|
4536
4541
|
* // },
|
|
4542
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4537
4543
|
* // },
|
|
4538
4544
|
* // DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4539
4545
|
* // DisplayOptions: {
|
|
@@ -4568,6 +4574,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4568
4574
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4569
4575
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4570
4576
|
* // },
|
|
4577
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4571
4578
|
* // },
|
|
4572
4579
|
* // },
|
|
4573
4580
|
* // },
|
|
@@ -4600,6 +4607,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4600
4607
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4601
4608
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4602
4609
|
* // },
|
|
4610
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4603
4611
|
* // },
|
|
4604
4612
|
* // DefaultListOptions: {
|
|
4605
4613
|
* // DisplayOptions: {
|
|
@@ -4623,6 +4631,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4623
4631
|
* // },
|
|
4624
4632
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4625
4633
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4634
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4626
4635
|
* // },
|
|
4627
4636
|
* // DefaultTextFieldOptions: {
|
|
4628
4637
|
* // DisplayOptions: {
|
|
@@ -4655,6 +4664,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4655
4664
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4656
4665
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4657
4666
|
* // },
|
|
4667
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4658
4668
|
* // },
|
|
4659
4669
|
* // },
|
|
4660
4670
|
* // },
|
|
@@ -4680,6 +4690,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4680
4690
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4681
4691
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4682
4692
|
* // },
|
|
4693
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4683
4694
|
* // },
|
|
4684
4695
|
* // DefaultListOptions: {
|
|
4685
4696
|
* // DisplayOptions: {
|
|
@@ -4701,6 +4712,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4701
4712
|
* // },
|
|
4702
4713
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4703
4714
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4715
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4704
4716
|
* // },
|
|
4705
4717
|
* // DefaultTextFieldOptions: {
|
|
4706
4718
|
* // DisplayOptions: {
|
|
@@ -4733,6 +4745,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4733
4745
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4734
4746
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4735
4747
|
* // },
|
|
4748
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4736
4749
|
* // },
|
|
4737
4750
|
* // },
|
|
4738
4751
|
* // },
|
|
@@ -4753,6 +4766,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4753
4766
|
* // DefaultDateTimePickerOptions: {
|
|
4754
4767
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4755
4768
|
* // DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4769
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4756
4770
|
* // },
|
|
4757
4771
|
* // DefaultListOptions: {
|
|
4758
4772
|
* // DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4763,6 +4777,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4763
4777
|
* // DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4764
4778
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4765
4779
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4780
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4766
4781
|
* // },
|
|
4767
4782
|
* // DefaultTextFieldOptions: {
|
|
4768
4783
|
* // DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4784,6 +4799,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4784
4799
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4785
4800
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4786
4801
|
* // },
|
|
4802
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4787
4803
|
* // },
|
|
4788
4804
|
* // },
|
|
4789
4805
|
* // },
|
|
@@ -4816,6 +4832,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4816
4832
|
* // DefaultDateTimePickerOptions: {
|
|
4817
4833
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4818
4834
|
* // DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4835
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4819
4836
|
* // },
|
|
4820
4837
|
* // DefaultListOptions: {
|
|
4821
4838
|
* // DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4826,6 +4843,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4826
4843
|
* // DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4827
4844
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4828
4845
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4846
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4829
4847
|
* // },
|
|
4830
4848
|
* // DefaultTextFieldOptions: {
|
|
4831
4849
|
* // DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4843,6 +4861,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4843
4861
|
* // },
|
|
4844
4862
|
* // DefaultRelativeDateTimeOptions: {
|
|
4845
4863
|
* // DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4864
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4846
4865
|
* // },
|
|
4847
4866
|
* // },
|
|
4848
4867
|
* // },
|
|
@@ -5043,4 +5062,15 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5043
5062
|
* @public
|
|
5044
5063
|
*/
|
|
5045
5064
|
export declare class DescribeAnalysisDefinitionCommand extends DescribeAnalysisDefinitionCommand_base {
|
|
5065
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5066
|
+
protected static __types: {
|
|
5067
|
+
api: {
|
|
5068
|
+
input: DescribeAnalysisDefinitionRequest;
|
|
5069
|
+
output: DescribeAnalysisDefinitionResponse;
|
|
5070
|
+
};
|
|
5071
|
+
sdk: {
|
|
5072
|
+
input: DescribeAnalysisDefinitionCommandInput;
|
|
5073
|
+
output: DescribeAnalysisDefinitionCommandOutput;
|
|
5074
|
+
};
|
|
5075
|
+
};
|
|
5046
5076
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeAnalysisPermissionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeAnalysisPermissionsCommand extends DescribeAnalysisPermissionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeAnalysisPermissionsRequest;
|
|
94
|
+
output: DescribeAnalysisPermissionsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeAnalysisPermissionsCommandInput;
|
|
98
|
+
output: DescribeAnalysisPermissionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -163,4 +163,15 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class DescribeAssetBundleExportJobCommand extends DescribeAssetBundleExportJobCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: DescribeAssetBundleExportJobRequest;
|
|
170
|
+
output: DescribeAssetBundleExportJobResponse;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: DescribeAssetBundleExportJobCommandInput;
|
|
174
|
+
output: DescribeAssetBundleExportJobCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -450,4 +450,15 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
450
450
|
* @public
|
|
451
451
|
*/
|
|
452
452
|
export declare class DescribeAssetBundleImportJobCommand extends DescribeAssetBundleImportJobCommand_base {
|
|
453
|
+
/** @internal type navigation helper, not in runtime. */
|
|
454
|
+
protected static __types: {
|
|
455
|
+
api: {
|
|
456
|
+
input: DescribeAssetBundleImportJobRequest;
|
|
457
|
+
output: DescribeAssetBundleImportJobResponse;
|
|
458
|
+
};
|
|
459
|
+
sdk: {
|
|
460
|
+
input: DescribeAssetBundleImportJobCommandInput;
|
|
461
|
+
output: DescribeAssetBundleImportJobCommandOutput;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
453
464
|
}
|
|
@@ -125,4 +125,15 @@ declare const DescribeDashboardCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class DescribeDashboardCommand extends DescribeDashboardCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: DescribeDashboardRequest;
|
|
132
|
+
output: DescribeDashboardResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: DescribeDashboardCommandInput;
|
|
136
|
+
output: DescribeDashboardCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -212,6 +212,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
212
212
|
* // },
|
|
213
213
|
* // ],
|
|
214
214
|
* // },
|
|
215
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
215
216
|
* // },
|
|
216
217
|
* // TextField: { // ParameterTextFieldControl
|
|
217
218
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
@@ -300,6 +301,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
300
301
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
301
302
|
* // },
|
|
302
303
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
304
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
303
305
|
* // },
|
|
304
306
|
* // List: { // FilterListControl
|
|
305
307
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -358,6 +360,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
358
360
|
* // },
|
|
359
361
|
* // ],
|
|
360
362
|
* // },
|
|
363
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
361
364
|
* // },
|
|
362
365
|
* // TextField: { // FilterTextFieldControl
|
|
363
366
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -406,6 +409,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
406
409
|
* // DateTimeFormat: "STRING_VALUE",
|
|
407
410
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
408
411
|
* // },
|
|
412
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
409
413
|
* // },
|
|
410
414
|
* // CrossSheet: { // FilterCrossSheetControl
|
|
411
415
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -4507,6 +4511,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4507
4511
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4508
4512
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4509
4513
|
* // },
|
|
4514
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4510
4515
|
* // },
|
|
4511
4516
|
* // DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4512
4517
|
* // DisplayOptions: {
|
|
@@ -4536,6 +4541,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4536
4541
|
* // SelectableValues: {
|
|
4537
4542
|
* // Values: "<ParameterSelectableValueList>",
|
|
4538
4543
|
* // },
|
|
4544
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4539
4545
|
* // },
|
|
4540
4546
|
* // DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4541
4547
|
* // DisplayOptions: {
|
|
@@ -4570,6 +4576,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4570
4576
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4571
4577
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4572
4578
|
* // },
|
|
4579
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4573
4580
|
* // },
|
|
4574
4581
|
* // },
|
|
4575
4582
|
* // },
|
|
@@ -4602,6 +4609,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4602
4609
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4603
4610
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4604
4611
|
* // },
|
|
4612
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4605
4613
|
* // },
|
|
4606
4614
|
* // DefaultListOptions: {
|
|
4607
4615
|
* // DisplayOptions: {
|
|
@@ -4625,6 +4633,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4625
4633
|
* // },
|
|
4626
4634
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4627
4635
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4636
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4628
4637
|
* // },
|
|
4629
4638
|
* // DefaultTextFieldOptions: {
|
|
4630
4639
|
* // DisplayOptions: {
|
|
@@ -4657,6 +4666,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4657
4666
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4658
4667
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4659
4668
|
* // },
|
|
4669
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4660
4670
|
* // },
|
|
4661
4671
|
* // },
|
|
4662
4672
|
* // },
|
|
@@ -4682,6 +4692,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4682
4692
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4683
4693
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4684
4694
|
* // },
|
|
4695
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4685
4696
|
* // },
|
|
4686
4697
|
* // DefaultListOptions: {
|
|
4687
4698
|
* // DisplayOptions: {
|
|
@@ -4703,6 +4714,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4703
4714
|
* // },
|
|
4704
4715
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4705
4716
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4717
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4706
4718
|
* // },
|
|
4707
4719
|
* // DefaultTextFieldOptions: {
|
|
4708
4720
|
* // DisplayOptions: {
|
|
@@ -4735,6 +4747,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4735
4747
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4736
4748
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4737
4749
|
* // },
|
|
4750
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4738
4751
|
* // },
|
|
4739
4752
|
* // },
|
|
4740
4753
|
* // },
|
|
@@ -4755,6 +4768,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4755
4768
|
* // DefaultDateTimePickerOptions: {
|
|
4756
4769
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4757
4770
|
* // DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4771
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4758
4772
|
* // },
|
|
4759
4773
|
* // DefaultListOptions: {
|
|
4760
4774
|
* // DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4765,6 +4779,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4765
4779
|
* // DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4766
4780
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4767
4781
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4782
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4768
4783
|
* // },
|
|
4769
4784
|
* // DefaultTextFieldOptions: {
|
|
4770
4785
|
* // DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4786,6 +4801,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4786
4801
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4787
4802
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4788
4803
|
* // },
|
|
4804
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4789
4805
|
* // },
|
|
4790
4806
|
* // },
|
|
4791
4807
|
* // },
|
|
@@ -4818,6 +4834,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4818
4834
|
* // DefaultDateTimePickerOptions: {
|
|
4819
4835
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4820
4836
|
* // DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4837
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4821
4838
|
* // },
|
|
4822
4839
|
* // DefaultListOptions: {
|
|
4823
4840
|
* // DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4828,6 +4845,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4828
4845
|
* // DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4829
4846
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4830
4847
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4848
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4831
4849
|
* // },
|
|
4832
4850
|
* // DefaultTextFieldOptions: {
|
|
4833
4851
|
* // DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4845,6 +4863,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4845
4863
|
* // },
|
|
4846
4864
|
* // DefaultRelativeDateTimeOptions: {
|
|
4847
4865
|
* // DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4866
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4848
4867
|
* // },
|
|
4849
4868
|
* // },
|
|
4850
4869
|
* // },
|
|
@@ -5077,4 +5096,15 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5077
5096
|
* @public
|
|
5078
5097
|
*/
|
|
5079
5098
|
export declare class DescribeDashboardDefinitionCommand extends DescribeDashboardDefinitionCommand_base {
|
|
5099
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5100
|
+
protected static __types: {
|
|
5101
|
+
api: {
|
|
5102
|
+
input: DescribeDashboardDefinitionRequest;
|
|
5103
|
+
output: DescribeDashboardDefinitionResponse;
|
|
5104
|
+
};
|
|
5105
|
+
sdk: {
|
|
5106
|
+
input: DescribeDashboardDefinitionCommandInput;
|
|
5107
|
+
output: DescribeDashboardDefinitionCommandOutput;
|
|
5108
|
+
};
|
|
5109
|
+
};
|
|
5080
5110
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribeDashboardPermissionsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeDashboardPermissionsCommand extends DescribeDashboardPermissionsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeDashboardPermissionsRequest;
|
|
104
|
+
output: DescribeDashboardPermissionsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeDashboardPermissionsCommandInput;
|
|
108
|
+
output: DescribeDashboardPermissionsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -163,4 +163,15 @@ declare const DescribeDashboardSnapshotJobCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class DescribeDashboardSnapshotJobCommand extends DescribeDashboardSnapshotJobCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: DescribeDashboardSnapshotJobRequest;
|
|
170
|
+
output: DescribeDashboardSnapshotJobResponse;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: DescribeDashboardSnapshotJobCommandInput;
|
|
174
|
+
output: DescribeDashboardSnapshotJobCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -139,4 +139,15 @@ declare const DescribeDashboardSnapshotJobResultCommand_base: {
|
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
141
|
export declare class DescribeDashboardSnapshotJobResultCommand extends DescribeDashboardSnapshotJobResultCommand_base {
|
|
142
|
+
/** @internal type navigation helper, not in runtime. */
|
|
143
|
+
protected static __types: {
|
|
144
|
+
api: {
|
|
145
|
+
input: DescribeDashboardSnapshotJobResultRequest;
|
|
146
|
+
output: DescribeDashboardSnapshotJobResultResponse;
|
|
147
|
+
};
|
|
148
|
+
sdk: {
|
|
149
|
+
input: DescribeDashboardSnapshotJobResultCommandInput;
|
|
150
|
+
output: DescribeDashboardSnapshotJobResultCommandOutput;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
142
153
|
}
|
|
@@ -328,4 +328,15 @@ declare const DescribeDataSetCommand_base: {
|
|
|
328
328
|
* @public
|
|
329
329
|
*/
|
|
330
330
|
export declare class DescribeDataSetCommand extends DescribeDataSetCommand_base {
|
|
331
|
+
/** @internal type navigation helper, not in runtime. */
|
|
332
|
+
protected static __types: {
|
|
333
|
+
api: {
|
|
334
|
+
input: DescribeDataSetRequest;
|
|
335
|
+
output: DescribeDataSetResponse;
|
|
336
|
+
};
|
|
337
|
+
sdk: {
|
|
338
|
+
input: DescribeDataSetCommandInput;
|
|
339
|
+
output: DescribeDataSetCommandOutput;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
331
342
|
}
|
|
@@ -88,4 +88,15 @@ declare const DescribeDataSetPermissionsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DescribeDataSetPermissionsCommand extends DescribeDataSetPermissionsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DescribeDataSetPermissionsRequest;
|
|
95
|
+
output: DescribeDataSetPermissionsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DescribeDataSetPermissionsCommandInput;
|
|
99
|
+
output: DescribeDataSetPermissionsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeDataSetRefreshPropertiesCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeDataSetRefreshPropertiesCommand extends DescribeDataSetRefreshPropertiesCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeDataSetRefreshPropertiesRequest;
|
|
101
|
+
output: DescribeDataSetRefreshPropertiesResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeDataSetRefreshPropertiesCommandInput;
|
|
105
|
+
output: DescribeDataSetRefreshPropertiesCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -361,4 +361,15 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
361
361
|
* @public
|
|
362
362
|
*/
|
|
363
363
|
export declare class DescribeDataSourceCommand extends DescribeDataSourceCommand_base {
|
|
364
|
+
/** @internal type navigation helper, not in runtime. */
|
|
365
|
+
protected static __types: {
|
|
366
|
+
api: {
|
|
367
|
+
input: DescribeDataSourceRequest;
|
|
368
|
+
output: DescribeDataSourceResponse;
|
|
369
|
+
};
|
|
370
|
+
sdk: {
|
|
371
|
+
input: DescribeDataSourceCommandInput;
|
|
372
|
+
output: DescribeDataSourceCommandOutput;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
364
375
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeDataSourcePermissionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeDataSourcePermissionsCommand extends DescribeDataSourcePermissionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeDataSourcePermissionsRequest;
|
|
94
|
+
output: DescribeDataSourcePermissionsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeDataSourcePermissionsCommandInput;
|
|
98
|
+
output: DescribeDataSourcePermissionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeFolderCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeFolderCommand extends DescribeFolderCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeFolderRequest;
|
|
102
|
+
output: DescribeFolderResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeFolderCommandInput;
|
|
106
|
+
output: DescribeFolderCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -100,4 +100,15 @@ declare const DescribeFolderPermissionsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DescribeFolderPermissionsCommand extends DescribeFolderPermissionsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DescribeFolderPermissionsRequest;
|
|
107
|
+
output: DescribeFolderPermissionsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DescribeFolderPermissionsCommandInput;
|
|
111
|
+
output: DescribeFolderPermissionsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|