@aws-sdk/client-quicksight 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +311 -372
- package/dist-cjs/models/models_1.js +276 -326
- package/dist-cjs/models/models_2.js +249 -281
- package/dist-cjs/models/models_3.js +6 -8
- package/dist-es/models/models_0.js +311 -372
- package/dist-es/models/models_1.js +276 -326
- package/dist-es/models/models_2.js +249 -281
- package/dist-es/models/models_3.js +6 -8
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
- package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
- package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
- package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
- package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
- 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 +3 -3
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.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/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +616 -311
- package/dist-types/models/models_1.d.ts +526 -276
- package/dist-types/models/models_2.d.ts +410 -250
- package/dist-types/models/models_3.d.ts +16 -6
- package/dist-types/ts3.4/models/models_0.d.ts +422 -311
- package/dist-types/ts3.4/models/models_1.d.ts +369 -276
- package/dist-types/ts3.4/models/models_2.d.ts +302 -249
- package/dist-types/ts3.4/models/models_3.d.ts +10 -6
- package/package.json +34 -34
|
@@ -26,13 +26,13 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
|
|
|
26
26
|
* import { QuickSightClient, UpdateTemplatePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateTemplatePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTemplatePermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
|
-
* GrantPermissions: [
|
|
33
|
-
* {
|
|
32
|
+
* GrantPermissions: [ // UpdateResourcePermissionList
|
|
33
|
+
* { // ResourcePermission
|
|
34
34
|
* Principal: "STRING_VALUE", // required
|
|
35
|
-
* Actions: [ // required
|
|
35
|
+
* Actions: [ // ActionList // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* },
|
|
@@ -26,7 +26,7 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
|
|
|
26
26
|
* import { QuickSightClient, UpdateThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateThemeAliasRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* AliasName: "STRING_VALUE", // required
|
|
@@ -26,15 +26,15 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
26
26
|
* import { QuickSightClient, UpdateThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateThemeRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE",
|
|
33
33
|
* BaseThemeId: "STRING_VALUE", // required
|
|
34
34
|
* VersionDescription: "STRING_VALUE",
|
|
35
|
-
* Configuration: {
|
|
36
|
-
* DataColorPalette: {
|
|
37
|
-
* Colors: [
|
|
35
|
+
* Configuration: { // ThemeConfiguration
|
|
36
|
+
* DataColorPalette: { // DataColorPalette
|
|
37
|
+
* Colors: [ // ColorList
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* MinMaxGradient: [
|
|
@@ -42,7 +42,7 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
42
42
|
* ],
|
|
43
43
|
* EmptyFillColor: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
-
* UIColorPalette: {
|
|
45
|
+
* UIColorPalette: { // UIColorPalette
|
|
46
46
|
* PrimaryForeground: "STRING_VALUE",
|
|
47
47
|
* PrimaryBackground: "STRING_VALUE",
|
|
48
48
|
* SecondaryForeground: "STRING_VALUE",
|
|
@@ -60,24 +60,24 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
60
60
|
* Measure: "STRING_VALUE",
|
|
61
61
|
* MeasureForeground: "STRING_VALUE",
|
|
62
62
|
* },
|
|
63
|
-
* Sheet: {
|
|
64
|
-
* Tile: {
|
|
65
|
-
* Border: {
|
|
63
|
+
* Sheet: { // SheetStyle
|
|
64
|
+
* Tile: { // TileStyle
|
|
65
|
+
* Border: { // BorderStyle
|
|
66
66
|
* Show: true || false,
|
|
67
67
|
* },
|
|
68
68
|
* },
|
|
69
|
-
* TileLayout: {
|
|
70
|
-
* Gutter: {
|
|
69
|
+
* TileLayout: { // TileLayoutStyle
|
|
70
|
+
* Gutter: { // GutterStyle
|
|
71
71
|
* Show: true || false,
|
|
72
72
|
* },
|
|
73
|
-
* Margin: {
|
|
73
|
+
* Margin: { // MarginStyle
|
|
74
74
|
* Show: true || false,
|
|
75
75
|
* },
|
|
76
76
|
* },
|
|
77
77
|
* },
|
|
78
|
-
* Typography: {
|
|
79
|
-
* FontFamilies: [
|
|
80
|
-
* {
|
|
78
|
+
* Typography: { // Typography
|
|
79
|
+
* FontFamilies: [ // FontList
|
|
80
|
+
* { // Font
|
|
81
81
|
* FontFamily: "STRING_VALUE",
|
|
82
82
|
* },
|
|
83
83
|
* ],
|
|
@@ -119,13 +119,13 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
119
119
|
* import { QuickSightClient, UpdateThemePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
120
120
|
* // const { QuickSightClient, UpdateThemePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
121
121
|
* const client = new QuickSightClient(config);
|
|
122
|
-
* const input = {
|
|
122
|
+
* const input = { // UpdateThemePermissionsRequest
|
|
123
123
|
* AwsAccountId: "STRING_VALUE", // required
|
|
124
124
|
* ThemeId: "STRING_VALUE", // required
|
|
125
|
-
* GrantPermissions: [
|
|
126
|
-
* {
|
|
125
|
+
* GrantPermissions: [ // UpdateResourcePermissionList
|
|
126
|
+
* { // ResourcePermission
|
|
127
127
|
* Principal: "STRING_VALUE", // required
|
|
128
|
-
* Actions: [ // required
|
|
128
|
+
* Actions: [ // ActionList // required
|
|
129
129
|
* "STRING_VALUE",
|
|
130
130
|
* ],
|
|
131
131
|
* },
|
|
@@ -26,7 +26,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
26
26
|
* import { QuickSightClient, UpdateUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateUserRequest
|
|
30
30
|
* UserName: "STRING_VALUE", // required
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|