@aws-sdk/client-quicksight 3.778.0 → 3.787.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.
Files changed (39) hide show
  1. package/dist-cjs/index.js +109 -102
  2. package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
  3. package/dist-es/models/models_0.js +5 -8
  4. package/dist-es/models/models_1.js +8 -11
  5. package/dist-es/models/models_2.js +12 -5
  6. package/dist-es/models/models_3.js +4 -1
  7. package/dist-es/models/models_4.js +1 -13
  8. package/dist-es/models/models_5.js +14 -1
  9. package/dist-es/protocols/Aws_restJson1.js +2 -0
  10. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  13. package/dist-types/commands/CreateTemplateCommand.d.ts +10 -0
  14. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteUserCommand.d.ts +1 -2
  16. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  17. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  18. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  19. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  21. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  22. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  23. package/dist-types/models/models_0.d.ts +40 -45
  24. package/dist-types/models/models_1.d.ts +46 -50
  25. package/dist-types/models/models_2.d.ts +54 -72
  26. package/dist-types/models/models_3.d.ts +71 -70
  27. package/dist-types/models/models_4.d.ts +72 -95
  28. package/dist-types/models/models_5.d.ts +96 -2
  29. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -2
  32. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +14 -16
  34. package/dist-types/ts3.4/models/models_1.d.ts +17 -21
  35. package/dist-types/ts3.4/models/models_2.d.ts +21 -21
  36. package/dist-types/ts3.4/models/models_3.d.ts +19 -18
  37. package/dist-types/ts3.4/models/models_4.d.ts +17 -28
  38. package/dist-types/ts3.4/models/models_5.d.ts +34 -1
  39. package/package.json +5 -5
@@ -2,6 +2,12 @@ import { AccountCustomization, ResourceStatus } from "./models_0";
2
2
  import {
3
3
  AnalysisDefinition,
4
4
  AnalysisSourceEntity,
5
+ AssetBundleImportFailureAction,
6
+ AssetBundleImportJobOverrideParameters,
7
+ AssetBundleImportJobOverridePermissions,
8
+ AssetBundleImportJobOverrideTags,
9
+ AssetBundleImportJobOverrideValidationStrategy,
10
+ AssetBundleImportSource,
5
11
  AssignmentStatus,
6
12
  BrandDefinition,
7
13
  BrandDetail,
@@ -55,11 +61,32 @@ import {
55
61
  PurchaseMode,
56
62
  QSearchStatus,
57
63
  RegisteredCustomerManagedKey,
58
- SnapshotAnonymousUser,
64
+ SessionTag,
59
65
  SnapshotConfiguration,
60
66
  User,
61
67
  UserRole,
62
68
  } from "./models_4";
69
+ export interface StartAssetBundleImportJobRequest {
70
+ AwsAccountId: string | undefined;
71
+ AssetBundleImportJobId: string | undefined;
72
+ AssetBundleImportSource: AssetBundleImportSource | undefined;
73
+ OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
74
+ FailureAction?: AssetBundleImportFailureAction | undefined;
75
+ OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
76
+ OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
77
+ OverrideValidationStrategy?:
78
+ | AssetBundleImportJobOverrideValidationStrategy
79
+ | undefined;
80
+ }
81
+ export interface StartAssetBundleImportJobResponse {
82
+ Arn?: string | undefined;
83
+ AssetBundleImportJobId?: string | undefined;
84
+ RequestId?: string | undefined;
85
+ Status?: number | undefined;
86
+ }
87
+ export interface SnapshotAnonymousUser {
88
+ RowLevelPermissionTags?: SessionTag[] | undefined;
89
+ }
63
90
  export interface SnapshotUserConfiguration {
64
91
  AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
65
92
  }
@@ -680,6 +707,12 @@ export interface ListTopicReviewedAnswersResponse {
680
707
  Status?: number | undefined;
681
708
  RequestId?: string | undefined;
682
709
  }
710
+ export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
711
+ obj: StartAssetBundleImportJobRequest
712
+ ) => any;
713
+ export declare const SnapshotAnonymousUserFilterSensitiveLog: (
714
+ obj: SnapshotAnonymousUser
715
+ ) => any;
683
716
  export declare const SnapshotUserConfigurationFilterSensitiveLog: (
684
717
  obj: SnapshotUserConfiguration
685
718
  ) => any;
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.778.0",
4
+ "version": "3.787.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.777.0",
24
+ "@aws-sdk/credential-provider-node": "3.787.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.787.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.787.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.787.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",