@aws-sdk/client-quicksight 3.451.0 → 3.454.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
- package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_2.js +17 -104
- package/dist-cjs/models/models_3.js +112 -1
- package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +488 -10
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
- package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -9
- package/dist-es/models/models_2.js +14 -94
- package/dist-es/models/models_3.js +102 -1
- package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +469 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +33 -38
- package/dist-types/models/models_2.d.ts +573 -773
- package/dist-types/models/models_3.d.ts +3973 -4050
- package/dist-types/models/models_4.d.ts +1012 -4
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -15
- package/dist-types/ts3.4/models/models_2.d.ts +177 -206
- package/dist-types/ts3.4/models/models_3.d.ts +264 -201
- package/dist-types/ts3.4/models/models_4.d.ts +229 -4
- package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.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 +72 -0
- package/package.json +2 -2
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.