@aws-sdk/client-quicksight 3.121.0 → 3.128.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/CHANGELOG.md +27 -0
- package/dist-cjs/QuickSight.js +30 -0
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -1
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +64 -63
- package/dist-cjs/models/models_1.js +46 -3
- package/dist-cjs/protocols/Aws_restJson1.js +732 -775
- package/dist-es/QuickSight.js +30 -0
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +39 -0
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +39 -0
- package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
- package/dist-es/commands/DescribeThemeCommand.js +2 -1
- package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +45 -42
- package/dist-es/models/models_1.js +28 -0
- package/dist-es/protocols/Aws_restJson1.js +601 -600
- package/dist-types/QuickSight.d.ts +62 -22
- package/dist-types/QuickSightClient.d.ts +4 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -5
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +62 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +3 -7
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +9 -3
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +299 -213
- package/dist-types/models/models_1.d.ts +212 -18
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/QuickSight.d.ts +10 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -116
- package/dist-types/ts3.4/models/models_1.d.ts +108 -1857
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +26 -26
|
@@ -2,6 +2,7 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
|
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../commands/CancelIngestionCommand";
|
|
4
4
|
import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "../commands/CreateAccountCustomizationCommand";
|
|
5
|
+
import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "../commands/CreateAccountSubscriptionCommand";
|
|
5
6
|
import { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "../commands/CreateAnalysisCommand";
|
|
6
7
|
import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
|
|
7
8
|
import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
|
|
@@ -36,6 +37,7 @@ import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutp
|
|
|
36
37
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
37
38
|
import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "../commands/DescribeAccountCustomizationCommand";
|
|
38
39
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
|
|
40
|
+
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
|
|
39
41
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
|
|
40
42
|
import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
|
|
41
43
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
|
|
@@ -120,6 +122,7 @@ import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput
|
|
|
120
122
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
121
123
|
export declare const serializeAws_restJson1CancelIngestionCommand: (input: CancelIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
124
|
export declare const serializeAws_restJson1CreateAccountCustomizationCommand: (input: CreateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_restJson1CreateAccountSubscriptionCommand: (input: CreateAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
126
|
export declare const serializeAws_restJson1CreateAnalysisCommand: (input: CreateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
127
|
export declare const serializeAws_restJson1CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
128
|
export declare const serializeAws_restJson1CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -154,6 +157,7 @@ export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUser
|
|
|
154
157
|
export declare const serializeAws_restJson1DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
158
|
export declare const serializeAws_restJson1DescribeAccountCustomizationCommand: (input: DescribeAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
159
|
export declare const serializeAws_restJson1DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
export declare const serializeAws_restJson1DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
161
|
export declare const serializeAws_restJson1DescribeAnalysisCommand: (input: DescribeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
162
|
export declare const serializeAws_restJson1DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
163
|
export declare const serializeAws_restJson1DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -238,6 +242,7 @@ export declare const serializeAws_restJson1UpdateThemePermissionsCommand: (input
|
|
|
238
242
|
export declare const serializeAws_restJson1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
243
|
export declare const deserializeAws_restJson1CancelIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelIngestionCommandOutput>;
|
|
240
244
|
export declare const deserializeAws_restJson1CreateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCustomizationCommandOutput>;
|
|
245
|
+
export declare const deserializeAws_restJson1CreateAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountSubscriptionCommandOutput>;
|
|
241
246
|
export declare const deserializeAws_restJson1CreateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisCommandOutput>;
|
|
242
247
|
export declare const deserializeAws_restJson1CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
|
|
243
248
|
export declare const deserializeAws_restJson1CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
|
|
@@ -272,6 +277,7 @@ export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpR
|
|
|
272
277
|
export declare const deserializeAws_restJson1DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
|
|
273
278
|
export declare const deserializeAws_restJson1DescribeAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomizationCommandOutput>;
|
|
274
279
|
export declare const deserializeAws_restJson1DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
|
|
280
|
+
export declare const deserializeAws_restJson1DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
275
281
|
export declare const deserializeAws_restJson1DescribeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisCommandOutput>;
|
|
276
282
|
export declare const deserializeAws_restJson1DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
277
283
|
export declare const deserializeAws_restJson1DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
|
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.128.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",
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.128.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.128.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.128.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.128.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.128.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|