@aws-sdk/client-quicksight 3.298.0 → 3.300.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-types/commands/CancelIngestionCommand.d.ts +5 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +16912 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +16950 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +182 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +21 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +6 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +16899 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +72 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +5 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +5 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +5 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +32 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +36 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +14 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +6 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +5 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +7 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +7 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +6 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +5 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListThemesCommand.d.ts +6 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +7 -0
- package/dist-types/commands/ListUsersCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +14 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +12 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +12 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +12 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +8 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +16898 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +16936 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +36 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +168 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +231 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +16885 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +58 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +12 -0
- package/package.json +12 -12
|
@@ -26,6 +26,26 @@ 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 = {
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TemplateId: "STRING_VALUE", // required
|
|
32
|
+
* GrantPermissions: [
|
|
33
|
+
* {
|
|
34
|
+
* Principal: "STRING_VALUE", // required
|
|
35
|
+
* Actions: [ // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* RevokePermissions: [
|
|
41
|
+
* {
|
|
42
|
+
* Principal: "STRING_VALUE", // required
|
|
43
|
+
* Actions: [ // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
29
49
|
* const command = new UpdateTemplatePermissionsCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
|
@@ -26,6 +26,12 @@ 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 = {
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* ThemeId: "STRING_VALUE", // required
|
|
32
|
+
* AliasName: "STRING_VALUE", // required
|
|
33
|
+
* ThemeVersionNumber: Number("long"), // required
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateThemeAliasCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,64 @@ 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 = {
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* ThemeId: "STRING_VALUE", // required
|
|
32
|
+
* Name: "STRING_VALUE",
|
|
33
|
+
* BaseThemeId: "STRING_VALUE", // required
|
|
34
|
+
* VersionDescription: "STRING_VALUE",
|
|
35
|
+
* Configuration: {
|
|
36
|
+
* DataColorPalette: {
|
|
37
|
+
* Colors: [
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* MinMaxGradient: [
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* EmptyFillColor: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* UIColorPalette: {
|
|
46
|
+
* PrimaryForeground: "STRING_VALUE",
|
|
47
|
+
* PrimaryBackground: "STRING_VALUE",
|
|
48
|
+
* SecondaryForeground: "STRING_VALUE",
|
|
49
|
+
* SecondaryBackground: "STRING_VALUE",
|
|
50
|
+
* Accent: "STRING_VALUE",
|
|
51
|
+
* AccentForeground: "STRING_VALUE",
|
|
52
|
+
* Danger: "STRING_VALUE",
|
|
53
|
+
* DangerForeground: "STRING_VALUE",
|
|
54
|
+
* Warning: "STRING_VALUE",
|
|
55
|
+
* WarningForeground: "STRING_VALUE",
|
|
56
|
+
* Success: "STRING_VALUE",
|
|
57
|
+
* SuccessForeground: "STRING_VALUE",
|
|
58
|
+
* Dimension: "STRING_VALUE",
|
|
59
|
+
* DimensionForeground: "STRING_VALUE",
|
|
60
|
+
* Measure: "STRING_VALUE",
|
|
61
|
+
* MeasureForeground: "STRING_VALUE",
|
|
62
|
+
* },
|
|
63
|
+
* Sheet: {
|
|
64
|
+
* Tile: {
|
|
65
|
+
* Border: {
|
|
66
|
+
* Show: true || false,
|
|
67
|
+
* },
|
|
68
|
+
* },
|
|
69
|
+
* TileLayout: {
|
|
70
|
+
* Gutter: {
|
|
71
|
+
* Show: true || false,
|
|
72
|
+
* },
|
|
73
|
+
* Margin: {
|
|
74
|
+
* Show: true || false,
|
|
75
|
+
* },
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* Typography: {
|
|
79
|
+
* FontFamilies: [
|
|
80
|
+
* {
|
|
81
|
+
* FontFamily: "STRING_VALUE",
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* },
|
|
85
|
+
* },
|
|
86
|
+
* };
|
|
29
87
|
* const command = new UpdateThemeCommand(input);
|
|
30
88
|
* const response = await client.send(command);
|
|
31
89
|
* ```
|
|
@@ -119,6 +119,26 @@ 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 = {
|
|
123
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
124
|
+
* ThemeId: "STRING_VALUE", // required
|
|
125
|
+
* GrantPermissions: [
|
|
126
|
+
* {
|
|
127
|
+
* Principal: "STRING_VALUE", // required
|
|
128
|
+
* Actions: [ // required
|
|
129
|
+
* "STRING_VALUE",
|
|
130
|
+
* ],
|
|
131
|
+
* },
|
|
132
|
+
* ],
|
|
133
|
+
* RevokePermissions: [
|
|
134
|
+
* {
|
|
135
|
+
* Principal: "STRING_VALUE", // required
|
|
136
|
+
* Actions: [ // required
|
|
137
|
+
* "STRING_VALUE",
|
|
138
|
+
* ],
|
|
139
|
+
* },
|
|
140
|
+
* ],
|
|
141
|
+
* };
|
|
122
142
|
* const command = new UpdateThemePermissionsCommand(input);
|
|
123
143
|
* const response = await client.send(command);
|
|
124
144
|
* ```
|
|
@@ -26,6 +26,18 @@ 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 = {
|
|
30
|
+
* UserName: "STRING_VALUE", // required
|
|
31
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
32
|
+
* Namespace: "STRING_VALUE", // required
|
|
33
|
+
* Email: "STRING_VALUE", // required
|
|
34
|
+
* Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER", // required
|
|
35
|
+
* CustomPermissionsName: "STRING_VALUE",
|
|
36
|
+
* UnapplyCustomPermissions: true || false,
|
|
37
|
+
* ExternalLoginFederationProviderType: "STRING_VALUE",
|
|
38
|
+
* CustomFederationProviderUrl: "STRING_VALUE",
|
|
39
|
+
* ExternalLoginId: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new UpdateUserCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.300.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,23 +21,23 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.300.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.300.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|