@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
|
@@ -244,6 +244,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
244
244
|
* },
|
|
245
245
|
* ],
|
|
246
246
|
* },
|
|
247
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
247
248
|
* },
|
|
248
249
|
* TextField: { // ParameterTextFieldControl
|
|
249
250
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -332,6 +333,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
332
333
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
333
334
|
* },
|
|
334
335
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
336
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
335
337
|
* },
|
|
336
338
|
* List: { // FilterListControl
|
|
337
339
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -390,6 +392,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
390
392
|
* },
|
|
391
393
|
* ],
|
|
392
394
|
* },
|
|
395
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
393
396
|
* },
|
|
394
397
|
* TextField: { // FilterTextFieldControl
|
|
395
398
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -438,6 +441,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
438
441
|
* DateTimeFormat: "STRING_VALUE",
|
|
439
442
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
440
443
|
* },
|
|
444
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
441
445
|
* },
|
|
442
446
|
* CrossSheet: { // FilterCrossSheetControl
|
|
443
447
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -4539,6 +4543,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4539
4543
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4540
4544
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4541
4545
|
* },
|
|
4546
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4542
4547
|
* },
|
|
4543
4548
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4544
4549
|
* DisplayOptions: {
|
|
@@ -4568,6 +4573,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4568
4573
|
* SelectableValues: {
|
|
4569
4574
|
* Values: "<ParameterSelectableValueList>",
|
|
4570
4575
|
* },
|
|
4576
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4571
4577
|
* },
|
|
4572
4578
|
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4573
4579
|
* DisplayOptions: {
|
|
@@ -4602,6 +4608,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4602
4608
|
* DateTimeFormat: "STRING_VALUE",
|
|
4603
4609
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4604
4610
|
* },
|
|
4611
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4605
4612
|
* },
|
|
4606
4613
|
* },
|
|
4607
4614
|
* },
|
|
@@ -4634,6 +4641,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4634
4641
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4635
4642
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4636
4643
|
* },
|
|
4644
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4637
4645
|
* },
|
|
4638
4646
|
* DefaultListOptions: {
|
|
4639
4647
|
* DisplayOptions: {
|
|
@@ -4657,6 +4665,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4657
4665
|
* },
|
|
4658
4666
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4659
4667
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4668
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4660
4669
|
* },
|
|
4661
4670
|
* DefaultTextFieldOptions: {
|
|
4662
4671
|
* DisplayOptions: {
|
|
@@ -4689,6 +4698,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4689
4698
|
* DateTimeFormat: "STRING_VALUE",
|
|
4690
4699
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4691
4700
|
* },
|
|
4701
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4692
4702
|
* },
|
|
4693
4703
|
* },
|
|
4694
4704
|
* },
|
|
@@ -4714,6 +4724,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4714
4724
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4715
4725
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4716
4726
|
* },
|
|
4727
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4717
4728
|
* },
|
|
4718
4729
|
* DefaultListOptions: {
|
|
4719
4730
|
* DisplayOptions: {
|
|
@@ -4735,6 +4746,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4735
4746
|
* },
|
|
4736
4747
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4737
4748
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4749
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4738
4750
|
* },
|
|
4739
4751
|
* DefaultTextFieldOptions: {
|
|
4740
4752
|
* DisplayOptions: {
|
|
@@ -4767,6 +4779,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4767
4779
|
* DateTimeFormat: "STRING_VALUE",
|
|
4768
4780
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4769
4781
|
* },
|
|
4782
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4770
4783
|
* },
|
|
4771
4784
|
* },
|
|
4772
4785
|
* },
|
|
@@ -4787,6 +4800,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4787
4800
|
* DefaultDateTimePickerOptions: {
|
|
4788
4801
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4789
4802
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4803
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4790
4804
|
* },
|
|
4791
4805
|
* DefaultListOptions: {
|
|
4792
4806
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4797,6 +4811,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4797
4811
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4798
4812
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4799
4813
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4814
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4800
4815
|
* },
|
|
4801
4816
|
* DefaultTextFieldOptions: {
|
|
4802
4817
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4818,6 +4833,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4818
4833
|
* DateTimeFormat: "STRING_VALUE",
|
|
4819
4834
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4820
4835
|
* },
|
|
4836
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4821
4837
|
* },
|
|
4822
4838
|
* },
|
|
4823
4839
|
* },
|
|
@@ -4850,6 +4866,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4850
4866
|
* DefaultDateTimePickerOptions: {
|
|
4851
4867
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4852
4868
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4869
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4853
4870
|
* },
|
|
4854
4871
|
* DefaultListOptions: {
|
|
4855
4872
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4860,6 +4877,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4860
4877
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4861
4878
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4862
4879
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4880
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4863
4881
|
* },
|
|
4864
4882
|
* DefaultTextFieldOptions: {
|
|
4865
4883
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4877,6 +4895,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4877
4895
|
* },
|
|
4878
4896
|
* DefaultRelativeDateTimeOptions: {
|
|
4879
4897
|
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4898
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4880
4899
|
* },
|
|
4881
4900
|
* },
|
|
4882
4901
|
* },
|
|
@@ -5087,4 +5106,15 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5087
5106
|
* @public
|
|
5088
5107
|
*/
|
|
5089
5108
|
export declare class CreateAnalysisCommand extends CreateAnalysisCommand_base {
|
|
5109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5110
|
+
protected static __types: {
|
|
5111
|
+
api: {
|
|
5112
|
+
input: CreateAnalysisRequest;
|
|
5113
|
+
output: CreateAnalysisResponse;
|
|
5114
|
+
};
|
|
5115
|
+
sdk: {
|
|
5116
|
+
input: CreateAnalysisCommandInput;
|
|
5117
|
+
output: CreateAnalysisCommandOutput;
|
|
5118
|
+
};
|
|
5119
|
+
};
|
|
5090
5120
|
}
|
|
@@ -290,6 +290,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
290
290
|
* },
|
|
291
291
|
* ],
|
|
292
292
|
* },
|
|
293
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
293
294
|
* },
|
|
294
295
|
* TextField: { // ParameterTextFieldControl
|
|
295
296
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -378,6 +379,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
378
379
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
379
380
|
* },
|
|
380
381
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
382
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
381
383
|
* },
|
|
382
384
|
* List: { // FilterListControl
|
|
383
385
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -436,6 +438,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
436
438
|
* },
|
|
437
439
|
* ],
|
|
438
440
|
* },
|
|
441
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
439
442
|
* },
|
|
440
443
|
* TextField: { // FilterTextFieldControl
|
|
441
444
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -484,6 +487,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
484
487
|
* DateTimeFormat: "STRING_VALUE",
|
|
485
488
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
486
489
|
* },
|
|
490
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
487
491
|
* },
|
|
488
492
|
* CrossSheet: { // FilterCrossSheetControl
|
|
489
493
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -4583,6 +4587,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4583
4587
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4584
4588
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4585
4589
|
* },
|
|
4590
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4586
4591
|
* },
|
|
4587
4592
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4588
4593
|
* DisplayOptions: {
|
|
@@ -4612,6 +4617,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4612
4617
|
* SelectableValues: {
|
|
4613
4618
|
* Values: "<ParameterSelectableValueList>",
|
|
4614
4619
|
* },
|
|
4620
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4615
4621
|
* },
|
|
4616
4622
|
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4617
4623
|
* DisplayOptions: {
|
|
@@ -4646,6 +4652,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4646
4652
|
* DateTimeFormat: "STRING_VALUE",
|
|
4647
4653
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4648
4654
|
* },
|
|
4655
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4649
4656
|
* },
|
|
4650
4657
|
* },
|
|
4651
4658
|
* },
|
|
@@ -4678,6 +4685,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4678
4685
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4679
4686
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4680
4687
|
* },
|
|
4688
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4681
4689
|
* },
|
|
4682
4690
|
* DefaultListOptions: {
|
|
4683
4691
|
* DisplayOptions: {
|
|
@@ -4701,6 +4709,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4701
4709
|
* },
|
|
4702
4710
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4703
4711
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4712
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4704
4713
|
* },
|
|
4705
4714
|
* DefaultTextFieldOptions: {
|
|
4706
4715
|
* DisplayOptions: {
|
|
@@ -4733,6 +4742,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4733
4742
|
* DateTimeFormat: "STRING_VALUE",
|
|
4734
4743
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4735
4744
|
* },
|
|
4745
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4736
4746
|
* },
|
|
4737
4747
|
* },
|
|
4738
4748
|
* },
|
|
@@ -4758,6 +4768,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4758
4768
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4759
4769
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4760
4770
|
* },
|
|
4771
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4761
4772
|
* },
|
|
4762
4773
|
* DefaultListOptions: {
|
|
4763
4774
|
* DisplayOptions: {
|
|
@@ -4779,6 +4790,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4779
4790
|
* },
|
|
4780
4791
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4781
4792
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4793
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4782
4794
|
* },
|
|
4783
4795
|
* DefaultTextFieldOptions: {
|
|
4784
4796
|
* DisplayOptions: {
|
|
@@ -4811,6 +4823,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4811
4823
|
* DateTimeFormat: "STRING_VALUE",
|
|
4812
4824
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4813
4825
|
* },
|
|
4826
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4814
4827
|
* },
|
|
4815
4828
|
* },
|
|
4816
4829
|
* },
|
|
@@ -4831,6 +4844,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4831
4844
|
* DefaultDateTimePickerOptions: {
|
|
4832
4845
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4833
4846
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4847
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4834
4848
|
* },
|
|
4835
4849
|
* DefaultListOptions: {
|
|
4836
4850
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4841,6 +4855,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4841
4855
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4842
4856
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4843
4857
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4858
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4844
4859
|
* },
|
|
4845
4860
|
* DefaultTextFieldOptions: {
|
|
4846
4861
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4862,6 +4877,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4862
4877
|
* DateTimeFormat: "STRING_VALUE",
|
|
4863
4878
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4864
4879
|
* },
|
|
4880
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4865
4881
|
* },
|
|
4866
4882
|
* },
|
|
4867
4883
|
* },
|
|
@@ -4894,6 +4910,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4894
4910
|
* DefaultDateTimePickerOptions: {
|
|
4895
4911
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4896
4912
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4913
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4897
4914
|
* },
|
|
4898
4915
|
* DefaultListOptions: {
|
|
4899
4916
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4904,6 +4921,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4904
4921
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4905
4922
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4906
4923
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4924
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4907
4925
|
* },
|
|
4908
4926
|
* DefaultTextFieldOptions: {
|
|
4909
4927
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4921,6 +4939,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4921
4939
|
* },
|
|
4922
4940
|
* DefaultRelativeDateTimeOptions: {
|
|
4923
4941
|
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4942
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4924
4943
|
* },
|
|
4925
4944
|
* },
|
|
4926
4945
|
* },
|
|
@@ -5142,4 +5161,15 @@ declare const CreateDashboardCommand_base: {
|
|
|
5142
5161
|
* @public
|
|
5143
5162
|
*/
|
|
5144
5163
|
export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
|
|
5164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5165
|
+
protected static __types: {
|
|
5166
|
+
api: {
|
|
5167
|
+
input: CreateDashboardRequest;
|
|
5168
|
+
output: CreateDashboardResponse;
|
|
5169
|
+
};
|
|
5170
|
+
sdk: {
|
|
5171
|
+
input: CreateDashboardCommandInput;
|
|
5172
|
+
output: CreateDashboardCommandOutput;
|
|
5173
|
+
};
|
|
5174
|
+
};
|
|
5145
5175
|
}
|
|
@@ -349,4 +349,15 @@ declare const CreateDataSetCommand_base: {
|
|
|
349
349
|
* @public
|
|
350
350
|
*/
|
|
351
351
|
export declare class CreateDataSetCommand extends CreateDataSetCommand_base {
|
|
352
|
+
/** @internal type navigation helper, not in runtime. */
|
|
353
|
+
protected static __types: {
|
|
354
|
+
api: {
|
|
355
|
+
input: CreateDataSetRequest;
|
|
356
|
+
output: CreateDataSetResponse;
|
|
357
|
+
};
|
|
358
|
+
sdk: {
|
|
359
|
+
input: CreateDataSetCommandInput;
|
|
360
|
+
output: CreateDataSetCommandOutput;
|
|
361
|
+
};
|
|
362
|
+
};
|
|
352
363
|
}
|
|
@@ -389,4 +389,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
389
389
|
* @public
|
|
390
390
|
*/
|
|
391
391
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
392
|
+
/** @internal type navigation helper, not in runtime. */
|
|
393
|
+
protected static __types: {
|
|
394
|
+
api: {
|
|
395
|
+
input: CreateDataSourceRequest;
|
|
396
|
+
output: CreateDataSourceResponse;
|
|
397
|
+
};
|
|
398
|
+
sdk: {
|
|
399
|
+
input: CreateDataSourceCommandInput;
|
|
400
|
+
output: CreateDataSourceCommandOutput;
|
|
401
|
+
};
|
|
402
|
+
};
|
|
392
403
|
}
|
|
@@ -112,4 +112,15 @@ declare const CreateFolderCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: CreateFolderRequest;
|
|
119
|
+
output: CreateFolderResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: CreateFolderCommandInput;
|
|
123
|
+
output: CreateFolderCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -95,4 +95,15 @@ declare const CreateFolderMembershipCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateFolderMembershipCommand extends CreateFolderMembershipCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateFolderMembershipRequest;
|
|
102
|
+
output: CreateFolderMembershipResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateFolderMembershipCommandInput;
|
|
106
|
+
output: CreateFolderMembershipCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -101,4 +101,15 @@ declare const CreateGroupCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class CreateGroupCommand extends CreateGroupCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateGroupRequest;
|
|
108
|
+
output: CreateGroupResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateGroupCommandInput;
|
|
112
|
+
output: CreateGroupCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -89,4 +89,15 @@ declare const CreateGroupMembershipCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class CreateGroupMembershipCommand extends CreateGroupMembershipCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: CreateGroupMembershipRequest;
|
|
96
|
+
output: CreateGroupMembershipResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: CreateGroupMembershipCommandInput;
|
|
100
|
+
output: CreateGroupMembershipCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -105,4 +105,15 @@ declare const CreateIAMPolicyAssignmentCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class CreateIAMPolicyAssignmentCommand extends CreateIAMPolicyAssignmentCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CreateIAMPolicyAssignmentRequest;
|
|
112
|
+
output: CreateIAMPolicyAssignmentResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CreateIAMPolicyAssignmentCommandInput;
|
|
116
|
+
output: CreateIAMPolicyAssignmentCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -94,4 +94,15 @@ declare const CreateIngestionCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class CreateIngestionCommand extends CreateIngestionCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: CreateIngestionRequest;
|
|
101
|
+
output: CreateIngestionResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: CreateIngestionCommandInput;
|
|
105
|
+
output: CreateIngestionCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -111,4 +111,15 @@ declare const CreateNamespaceCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: CreateNamespaceRequest;
|
|
118
|
+
output: CreateNamespaceResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: CreateNamespaceCommandInput;
|
|
122
|
+
output: CreateNamespaceCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -103,4 +103,15 @@ declare const CreateRefreshScheduleCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class CreateRefreshScheduleCommand extends CreateRefreshScheduleCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: CreateRefreshScheduleRequest;
|
|
110
|
+
output: CreateRefreshScheduleResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: CreateRefreshScheduleCommandInput;
|
|
114
|
+
output: CreateRefreshScheduleCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateRoleMembershipCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateRoleMembershipCommand extends CreateRoleMembershipCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateRoleMembershipRequest;
|
|
92
|
+
output: CreateRoleMembershipResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateRoleMembershipCommandInput;
|
|
96
|
+
output: CreateRoleMembershipCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateTemplateAliasCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateTemplateAliasCommand extends CreateTemplateAliasCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateTemplateAliasRequest;
|
|
97
|
+
output: CreateTemplateAliasResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateTemplateAliasCommandInput;
|
|
101
|
+
output: CreateTemplateAliasCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|