@aws-sdk/client-quicksight 3.614.0 → 3.616.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 +24 -0
- package/dist-cjs/index.js +783 -401
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/QuickSightClient.js +5 -5
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
- package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +43 -16
- package/dist-es/models/models_1.js +5 -7
- package/dist-es/models/models_2.js +138 -101
- package/dist-es/models/models_3.js +70 -136
- package/dist-es/models/models_4.js +131 -2
- package/dist-es/protocols/Aws_restJson1.js +174 -4
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +7 -4
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +119 -115
- package/dist-types/models/models_1.d.ts +97 -68
- package/dist-types/models/models_2.d.ts +2333 -2490
- package/dist-types/models/models_3.d.ts +4173 -4215
- package/dist-types/models/models_4.d.ts +1183 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +20 -2
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -38
- package/dist-types/ts3.4/models/models_1.d.ts +26 -25
- package/dist-types/ts3.4/models/models_2.d.ts +339 -316
- package/dist-types/ts3.4/models/models_3.d.ts +286 -313
- package/dist-types/ts3.4/models/models_4.d.ts +317 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.