@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
|
@@ -100,4 +100,15 @@ declare const DescribeFolderResolvedPermissionsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DescribeFolderResolvedPermissionsCommand extends DescribeFolderResolvedPermissionsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DescribeFolderResolvedPermissionsRequest;
|
|
107
|
+
output: DescribeFolderResolvedPermissionsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DescribeFolderResolvedPermissionsCommandInput;
|
|
111
|
+
output: DescribeFolderResolvedPermissionsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -90,4 +90,15 @@ declare const DescribeGroupCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DescribeGroupCommand extends DescribeGroupCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeGroupRequest;
|
|
97
|
+
output: DescribeGroupResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeGroupCommandInput;
|
|
101
|
+
output: DescribeGroupCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -91,4 +91,15 @@ declare const DescribeGroupMembershipCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class DescribeGroupMembershipCommand extends DescribeGroupMembershipCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: DescribeGroupMembershipRequest;
|
|
98
|
+
output: DescribeGroupMembershipResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: DescribeGroupMembershipCommandInput;
|
|
102
|
+
output: DescribeGroupMembershipCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeIAMPolicyAssignmentCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeIAMPolicyAssignmentCommand extends DescribeIAMPolicyAssignmentCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeIAMPolicyAssignmentRequest;
|
|
101
|
+
output: DescribeIAMPolicyAssignmentResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeIAMPolicyAssignmentCommandInput;
|
|
105
|
+
output: DescribeIAMPolicyAssignmentCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -104,4 +104,15 @@ declare const DescribeIngestionCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class DescribeIngestionCommand extends DescribeIngestionCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: DescribeIngestionRequest;
|
|
111
|
+
output: DescribeIngestionResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: DescribeIngestionCommandInput;
|
|
115
|
+
output: DescribeIngestionCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeIpRestrictionCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeIpRestrictionCommand extends DescribeIpRestrictionCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeIpRestrictionRequest;
|
|
94
|
+
output: DescribeIpRestrictionResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeIpRestrictionCommandInput;
|
|
98
|
+
output: DescribeIpRestrictionCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -81,4 +81,15 @@ declare const DescribeKeyRegistrationCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeKeyRegistrationCommand extends DescribeKeyRegistrationCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeKeyRegistrationRequest;
|
|
88
|
+
output: DescribeKeyRegistrationResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeKeyRegistrationCommandInput;
|
|
92
|
+
output: DescribeKeyRegistrationCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -91,4 +91,15 @@ declare const DescribeNamespaceCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: DescribeNamespaceRequest;
|
|
98
|
+
output: DescribeNamespaceResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: DescribeNamespaceCommandInput;
|
|
102
|
+
output: DescribeNamespaceCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribeRefreshScheduleCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeRefreshScheduleCommand extends DescribeRefreshScheduleCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeRefreshScheduleRequest;
|
|
104
|
+
output: DescribeRefreshScheduleResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeRefreshScheduleCommandInput;
|
|
108
|
+
output: DescribeRefreshScheduleCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeRoleCustomPermissionCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeRoleCustomPermissionCommand extends DescribeRoleCustomPermissionCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeRoleCustomPermissionRequest;
|
|
92
|
+
output: DescribeRoleCustomPermissionResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeRoleCustomPermissionCommandInput;
|
|
96
|
+
output: DescribeRoleCustomPermissionCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -80,4 +80,15 @@ declare const DescribeTemplateAliasCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DescribeTemplateAliasCommand extends DescribeTemplateAliasCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DescribeTemplateAliasRequest;
|
|
87
|
+
output: DescribeTemplateAliasResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DescribeTemplateAliasCommandInput;
|
|
91
|
+
output: DescribeTemplateAliasCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -147,4 +147,15 @@ declare const DescribeTemplateCommand_base: {
|
|
|
147
147
|
* @public
|
|
148
148
|
*/
|
|
149
149
|
export declare class DescribeTemplateCommand extends DescribeTemplateCommand_base {
|
|
150
|
+
/** @internal type navigation helper, not in runtime. */
|
|
151
|
+
protected static __types: {
|
|
152
|
+
api: {
|
|
153
|
+
input: DescribeTemplateRequest;
|
|
154
|
+
output: DescribeTemplateResponse;
|
|
155
|
+
};
|
|
156
|
+
sdk: {
|
|
157
|
+
input: DescribeTemplateCommandInput;
|
|
158
|
+
output: DescribeTemplateCommandOutput;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
150
161
|
}
|
|
@@ -230,6 +230,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
230
230
|
* // },
|
|
231
231
|
* // ],
|
|
232
232
|
* // },
|
|
233
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
233
234
|
* // },
|
|
234
235
|
* // TextField: { // ParameterTextFieldControl
|
|
235
236
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
@@ -318,6 +319,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
318
319
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
319
320
|
* // },
|
|
320
321
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
322
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
321
323
|
* // },
|
|
322
324
|
* // List: { // FilterListControl
|
|
323
325
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -376,6 +378,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
376
378
|
* // },
|
|
377
379
|
* // ],
|
|
378
380
|
* // },
|
|
381
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
379
382
|
* // },
|
|
380
383
|
* // TextField: { // FilterTextFieldControl
|
|
381
384
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -424,6 +427,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
424
427
|
* // DateTimeFormat: "STRING_VALUE",
|
|
425
428
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
426
429
|
* // },
|
|
430
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
427
431
|
* // },
|
|
428
432
|
* // CrossSheet: { // FilterCrossSheetControl
|
|
429
433
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -4525,6 +4529,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4525
4529
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4526
4530
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4527
4531
|
* // },
|
|
4532
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4528
4533
|
* // },
|
|
4529
4534
|
* // DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4530
4535
|
* // DisplayOptions: {
|
|
@@ -4554,6 +4559,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4554
4559
|
* // SelectableValues: {
|
|
4555
4560
|
* // Values: "<ParameterSelectableValueList>",
|
|
4556
4561
|
* // },
|
|
4562
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4557
4563
|
* // },
|
|
4558
4564
|
* // DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4559
4565
|
* // DisplayOptions: {
|
|
@@ -4588,6 +4594,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4588
4594
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4589
4595
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4590
4596
|
* // },
|
|
4597
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4591
4598
|
* // },
|
|
4592
4599
|
* // },
|
|
4593
4600
|
* // },
|
|
@@ -4620,6 +4627,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4620
4627
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4621
4628
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4622
4629
|
* // },
|
|
4630
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4623
4631
|
* // },
|
|
4624
4632
|
* // DefaultListOptions: {
|
|
4625
4633
|
* // DisplayOptions: {
|
|
@@ -4643,6 +4651,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4643
4651
|
* // },
|
|
4644
4652
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4645
4653
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4654
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4646
4655
|
* // },
|
|
4647
4656
|
* // DefaultTextFieldOptions: {
|
|
4648
4657
|
* // DisplayOptions: {
|
|
@@ -4675,6 +4684,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4675
4684
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4676
4685
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4677
4686
|
* // },
|
|
4687
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4678
4688
|
* // },
|
|
4679
4689
|
* // },
|
|
4680
4690
|
* // },
|
|
@@ -4700,6 +4710,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4700
4710
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4701
4711
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4702
4712
|
* // },
|
|
4713
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4703
4714
|
* // },
|
|
4704
4715
|
* // DefaultListOptions: {
|
|
4705
4716
|
* // DisplayOptions: {
|
|
@@ -4721,6 +4732,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4721
4732
|
* // },
|
|
4722
4733
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4723
4734
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4735
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4724
4736
|
* // },
|
|
4725
4737
|
* // DefaultTextFieldOptions: {
|
|
4726
4738
|
* // DisplayOptions: {
|
|
@@ -4753,6 +4765,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4753
4765
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4754
4766
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4755
4767
|
* // },
|
|
4768
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4756
4769
|
* // },
|
|
4757
4770
|
* // },
|
|
4758
4771
|
* // },
|
|
@@ -4773,6 +4786,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4773
4786
|
* // DefaultDateTimePickerOptions: {
|
|
4774
4787
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4775
4788
|
* // DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4789
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4776
4790
|
* // },
|
|
4777
4791
|
* // DefaultListOptions: {
|
|
4778
4792
|
* // DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4783,6 +4797,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4783
4797
|
* // DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4784
4798
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4785
4799
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4800
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4786
4801
|
* // },
|
|
4787
4802
|
* // DefaultTextFieldOptions: {
|
|
4788
4803
|
* // DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4804,6 +4819,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4804
4819
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4805
4820
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4806
4821
|
* // },
|
|
4822
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4807
4823
|
* // },
|
|
4808
4824
|
* // },
|
|
4809
4825
|
* // },
|
|
@@ -4836,6 +4852,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4836
4852
|
* // DefaultDateTimePickerOptions: {
|
|
4837
4853
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4838
4854
|
* // DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4855
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4839
4856
|
* // },
|
|
4840
4857
|
* // DefaultListOptions: {
|
|
4841
4858
|
* // DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4846,6 +4863,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4846
4863
|
* // DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4847
4864
|
* // Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4848
4865
|
* // SelectableValues: "<FilterSelectableValues>",
|
|
4866
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4849
4867
|
* // },
|
|
4850
4868
|
* // DefaultTextFieldOptions: {
|
|
4851
4869
|
* // DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4863,6 +4881,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4863
4881
|
* // },
|
|
4864
4882
|
* // DefaultRelativeDateTimeOptions: {
|
|
4865
4883
|
* // DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4884
|
+
* // CommitMode: "AUTO" || "MANUAL",
|
|
4866
4885
|
* // },
|
|
4867
4886
|
* // },
|
|
4868
4887
|
* // },
|
|
@@ -5063,4 +5082,15 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5063
5082
|
* @public
|
|
5064
5083
|
*/
|
|
5065
5084
|
export declare class DescribeTemplateDefinitionCommand extends DescribeTemplateDefinitionCommand_base {
|
|
5085
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5086
|
+
protected static __types: {
|
|
5087
|
+
api: {
|
|
5088
|
+
input: DescribeTemplateDefinitionRequest;
|
|
5089
|
+
output: DescribeTemplateDefinitionResponse;
|
|
5090
|
+
};
|
|
5091
|
+
sdk: {
|
|
5092
|
+
input: DescribeTemplateDefinitionCommandInput;
|
|
5093
|
+
output: DescribeTemplateDefinitionCommandOutput;
|
|
5094
|
+
};
|
|
5095
|
+
};
|
|
5066
5096
|
}
|
|
@@ -90,4 +90,15 @@ declare const DescribeTemplatePermissionsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DescribeTemplatePermissionsCommand extends DescribeTemplatePermissionsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeTemplatePermissionsRequest;
|
|
97
|
+
output: DescribeTemplatePermissionsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeTemplatePermissionsCommandInput;
|
|
101
|
+
output: DescribeTemplatePermissionsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeThemeAliasCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeThemeAliasCommand extends DescribeThemeAliasCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeThemeAliasRequest;
|
|
93
|
+
output: DescribeThemeAliasResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeThemeAliasCommandInput;
|
|
97
|
+
output: DescribeThemeAliasCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -161,4 +161,15 @@ declare const DescribeThemeCommand_base: {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class DescribeThemeCommand extends DescribeThemeCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: DescribeThemeRequest;
|
|
168
|
+
output: DescribeThemeResponse;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: DescribeThemeCommandInput;
|
|
172
|
+
output: DescribeThemeCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -93,4 +93,15 @@ declare const DescribeThemePermissionsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DescribeThemePermissionsCommand extends DescribeThemePermissionsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DescribeThemePermissionsRequest;
|
|
100
|
+
output: DescribeThemePermissionsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DescribeThemePermissionsCommandInput;
|
|
104
|
+
output: DescribeThemePermissionsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -327,4 +327,15 @@ declare const DescribeTopicCommand_base: {
|
|
|
327
327
|
* @public
|
|
328
328
|
*/
|
|
329
329
|
export declare class DescribeTopicCommand extends DescribeTopicCommand_base {
|
|
330
|
+
/** @internal type navigation helper, not in runtime. */
|
|
331
|
+
protected static __types: {
|
|
332
|
+
api: {
|
|
333
|
+
input: DescribeTopicRequest;
|
|
334
|
+
output: DescribeTopicResponse;
|
|
335
|
+
};
|
|
336
|
+
sdk: {
|
|
337
|
+
input: DescribeTopicCommandInput;
|
|
338
|
+
output: DescribeTopicCommandOutput;
|
|
339
|
+
};
|
|
340
|
+
};
|
|
330
341
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeTopicPermissionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeTopicPermissionsCommand extends DescribeTopicPermissionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeTopicPermissionsRequest;
|
|
94
|
+
output: DescribeTopicPermissionsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeTopicPermissionsCommandInput;
|
|
98
|
+
output: DescribeTopicPermissionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -83,4 +83,15 @@ declare const DescribeTopicRefreshCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DescribeTopicRefreshCommand extends DescribeTopicRefreshCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DescribeTopicRefreshRequest;
|
|
90
|
+
output: DescribeTopicRefreshResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DescribeTopicRefreshCommandInput;
|
|
94
|
+
output: DescribeTopicRefreshCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -98,4 +98,15 @@ declare const DescribeTopicRefreshScheduleCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class DescribeTopicRefreshScheduleCommand extends DescribeTopicRefreshScheduleCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: DescribeTopicRefreshScheduleRequest;
|
|
105
|
+
output: DescribeTopicRefreshScheduleResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: DescribeTopicRefreshScheduleCommandInput;
|
|
109
|
+
output: DescribeTopicRefreshScheduleCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribeUserCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeUserCommand extends DescribeUserCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeUserRequest;
|
|
104
|
+
output: DescribeUserResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeUserCommandInput;
|
|
108
|
+
output: DescribeUserCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeVPCConnectionRequest } from "../models/
|
|
4
|
-
import { DescribeVPCConnectionResponse } from "../models/models_4";
|
|
3
|
+
import { DescribeVPCConnectionRequest, DescribeVPCConnectionResponse } from "../models/models_4";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -110,4 +109,15 @@ declare const DescribeVPCConnectionCommand_base: {
|
|
|
110
109
|
* @public
|
|
111
110
|
*/
|
|
112
111
|
export declare class DescribeVPCConnectionCommand extends DescribeVPCConnectionCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: DescribeVPCConnectionRequest;
|
|
116
|
+
output: DescribeVPCConnectionResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: DescribeVPCConnectionCommandInput;
|
|
120
|
+
output: DescribeVPCConnectionCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
113
123
|
}
|
|
@@ -159,4 +159,15 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class GenerateEmbedUrlForAnonymousUserCommand extends GenerateEmbedUrlForAnonymousUserCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: GenerateEmbedUrlForAnonymousUserRequest;
|
|
166
|
+
output: GenerateEmbedUrlForAnonymousUserResponse;
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: GenerateEmbedUrlForAnonymousUserCommandInput;
|
|
170
|
+
output: GenerateEmbedUrlForAnonymousUserCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -168,4 +168,15 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
170
|
export declare class GenerateEmbedUrlForRegisteredUserCommand extends GenerateEmbedUrlForRegisteredUserCommand_base {
|
|
171
|
+
/** @internal type navigation helper, not in runtime. */
|
|
172
|
+
protected static __types: {
|
|
173
|
+
api: {
|
|
174
|
+
input: GenerateEmbedUrlForRegisteredUserRequest;
|
|
175
|
+
output: GenerateEmbedUrlForRegisteredUserResponse;
|
|
176
|
+
};
|
|
177
|
+
sdk: {
|
|
178
|
+
input: GenerateEmbedUrlForRegisteredUserCommandInput;
|
|
179
|
+
output: GenerateEmbedUrlForRegisteredUserCommandOutput;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
171
182
|
}
|
|
@@ -146,4 +146,15 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class GetDashboardEmbedUrlCommand extends GetDashboardEmbedUrlCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: GetDashboardEmbedUrlRequest;
|
|
153
|
+
output: GetDashboardEmbedUrlResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: GetDashboardEmbedUrlCommandInput;
|
|
157
|
+
output: GetDashboardEmbedUrlCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -123,4 +123,15 @@ declare const GetSessionEmbedUrlCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class GetSessionEmbedUrlCommand extends GetSessionEmbedUrlCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: GetSessionEmbedUrlRequest;
|
|
130
|
+
output: GetSessionEmbedUrlResponse;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: GetSessionEmbedUrlCommandInput;
|
|
134
|
+
output: GetSessionEmbedUrlCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListAnalysesCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListAnalysesCommand extends ListAnalysesCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListAnalysesRequest;
|
|
93
|
+
output: ListAnalysesResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListAnalysesCommandInput;
|
|
97
|
+
output: ListAnalysesCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListAssetBundleExportJobsCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListAssetBundleExportJobsCommand extends ListAssetBundleExportJobsCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListAssetBundleExportJobsRequest;
|
|
101
|
+
output: ListAssetBundleExportJobsResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListAssetBundleExportJobsCommandInput;
|
|
105
|
+
output: ListAssetBundleExportJobsCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListAssetBundleImportJobsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListAssetBundleImportJobsCommand extends ListAssetBundleImportJobsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListAssetBundleImportJobsRequest;
|
|
98
|
+
output: ListAssetBundleImportJobsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListAssetBundleImportJobsCommandInput;
|
|
102
|
+
output: ListAssetBundleImportJobsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|