@aws-sdk/client-quicksight 3.1020.0 → 3.1022.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 (71) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +48 -0
  3. package/dist-cjs/schemas/schemas_0.js +186 -82
  4. package/dist-es/QuickSight.js +4 -0
  5. package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
  6. package/dist-es/commands/StartAutomationJobCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/enums.js +17 -0
  10. package/dist-es/models/models_5.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +160 -56
  12. package/dist-types/QuickSight.d.ts +14 -0
  13. package/dist-types/QuickSightClient.d.ts +4 -2
  14. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
  16. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
  17. package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
  18. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
  19. package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
  20. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
  21. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
  22. package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
  23. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
  25. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
  26. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
  29. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
  30. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
  31. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  32. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
  33. package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
  34. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
  35. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
  36. package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
  37. package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
  38. package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
  39. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  41. package/dist-types/commands/index.d.ts +2 -0
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/models/enums.d.ts +41 -0
  44. package/dist-types/models/models_0.d.ts +16 -16
  45. package/dist-types/models/models_1.d.ts +84 -30
  46. package/dist-types/models/models_2.d.ts +96 -213
  47. package/dist-types/models/models_3.d.ts +334 -230
  48. package/dist-types/models/models_4.d.ts +282 -250
  49. package/dist-types/models/models_5.d.ts +248 -0
  50. package/dist-types/schemas/schemas_0.d.ts +10 -0
  51. package/dist-types/ts3.4/QuickSight.d.ts +34 -0
  52. package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
  53. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  62. package/dist-types/ts3.4/index.d.ts +1 -0
  63. package/dist-types/ts3.4/models/enums.d.ts +23 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +4 -4
  65. package/dist-types/ts3.4/models/models_1.d.ts +21 -8
  66. package/dist-types/ts3.4/models/models_2.d.ts +22 -137
  67. package/dist-types/ts3.4/models/models_3.d.ts +171 -43
  68. package/dist-types/ts3.4/models/models_4.d.ts +56 -60
  69. package/dist-types/ts3.4/models/models_5.d.ts +62 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  71. package/package.json +6 -6
@@ -30,6 +30,7 @@ import {
30
30
  SelfUpgradeStatus,
31
31
  ServiceType,
32
32
  SharingModel,
33
+ TemplateErrorType,
33
34
  ThemeErrorType,
34
35
  ThemeType,
35
36
  TopicFilterAttribute,
@@ -37,7 +38,6 @@ import {
37
38
  TopicRefreshStatus,
38
39
  TopicUserExperienceVersion,
39
40
  UserRole,
40
- VisualRole,
41
41
  VPCConnectionAvailabilityStatus,
42
42
  VPCConnectionResourceStatus,
43
43
  } from "./enums";
@@ -48,6 +48,8 @@ import {
48
48
  ActiveIAMPolicyAssignment,
49
49
  AmazonQInQuickSightConsoleConfigurations,
50
50
  AmazonQInQuickSightDashboardConfigurations,
51
+ Entity,
52
+ Sheet,
51
53
  } from "./models_0";
52
54
  import {
53
55
  _Parameters,
@@ -89,8 +91,6 @@ import {
89
91
  SharedViewConfigurations,
90
92
  SslProperties,
91
93
  Tag,
92
- TopicIR,
93
- TopicTemplate,
94
94
  ValidationStrategy,
95
95
  VpcConnectionProperties,
96
96
  } from "./models_2";
@@ -101,6 +101,7 @@ import {
101
101
  DashboardSummary,
102
102
  DashboardVersionSummary,
103
103
  DashboardVisualResult,
104
+ DataSetConfiguration,
104
105
  DataSetSearchFilter,
105
106
  DataSetSummary,
106
107
  DataSource,
@@ -121,7 +122,6 @@ import {
121
122
  SemanticModelConfiguration,
122
123
  SnapshotConfiguration,
123
124
  TemplateAlias,
124
- TemplateError,
125
125
  TemplateSourceEntity,
126
126
  TemplateVersionDefinition,
127
127
  ThemeAlias,
@@ -129,6 +129,46 @@ import {
129
129
  TopicDetails,
130
130
  TopicRefreshSchedule,
131
131
  } from "./models_3";
132
+ export interface DescribeTemplateRequest {
133
+ AwsAccountId: string | undefined;
134
+ TemplateId: string | undefined;
135
+ VersionNumber?: number | undefined;
136
+ AliasName?: string | undefined;
137
+ }
138
+ export interface TemplateError {
139
+ Type?: TemplateErrorType | undefined;
140
+ Message?: string | undefined;
141
+ ViolatedEntities?: Entity[] | undefined;
142
+ }
143
+ export interface TemplateVersion {
144
+ CreatedTime?: Date | undefined;
145
+ Errors?: TemplateError[] | undefined;
146
+ VersionNumber?: number | undefined;
147
+ Status?: ResourceStatus | undefined;
148
+ DataSetConfigurations?: DataSetConfiguration[] | undefined;
149
+ Description?: string | undefined;
150
+ SourceEntityArn?: string | undefined;
151
+ ThemeArn?: string | undefined;
152
+ Sheets?: Sheet[] | undefined;
153
+ }
154
+ export interface Template {
155
+ Arn?: string | undefined;
156
+ Name?: string | undefined;
157
+ Version?: TemplateVersion | undefined;
158
+ TemplateId?: string | undefined;
159
+ LastUpdatedTime?: Date | undefined;
160
+ CreatedTime?: Date | undefined;
161
+ }
162
+ export interface DescribeTemplateResponse {
163
+ Template?: Template | undefined;
164
+ Status?: number | undefined;
165
+ RequestId?: string | undefined;
166
+ }
167
+ export interface DescribeTemplateAliasRequest {
168
+ AwsAccountId: string | undefined;
169
+ TemplateId: string | undefined;
170
+ AliasName: string | undefined;
171
+ }
132
172
  export interface DescribeTemplateAliasResponse {
133
173
  TemplateAlias?: TemplateAlias | undefined;
134
174
  Status?: number | undefined;
@@ -1297,6 +1337,18 @@ export interface StartAssetBundleImportJobResponse {
1297
1337
  RequestId?: string | undefined;
1298
1338
  Status?: number | undefined;
1299
1339
  }
1340
+ export interface StartAutomationJobRequest {
1341
+ AwsAccountId: string | undefined;
1342
+ AutomationGroupId: string | undefined;
1343
+ AutomationId: string | undefined;
1344
+ InputPayload?: string | undefined;
1345
+ }
1346
+ export interface StartAutomationJobResponse {
1347
+ Arn: string | undefined;
1348
+ JobId: string | undefined;
1349
+ Status?: number | undefined;
1350
+ RequestId?: string | undefined;
1351
+ }
1300
1352
  export interface SnapshotAnonymousUser {
1301
1353
  RowLevelPermissionTags?: SessionTag[] | undefined;
1302
1354
  }
@@ -1936,59 +1988,3 @@ export interface UpdateUserCustomPermissionRequest {
1936
1988
  Namespace: string | undefined;
1937
1989
  CustomPermissionsName: string | undefined;
1938
1990
  }
1939
- export interface UpdateUserCustomPermissionResponse {
1940
- RequestId?: string | undefined;
1941
- Status?: number | undefined;
1942
- }
1943
- export interface UpdateVPCConnectionRequest {
1944
- AwsAccountId: string | undefined;
1945
- VPCConnectionId: string | undefined;
1946
- Name: string | undefined;
1947
- SubnetIds: string[] | undefined;
1948
- SecurityGroupIds: string[] | undefined;
1949
- DnsResolvers?: string[] | undefined;
1950
- RoleArn: string | undefined;
1951
- }
1952
- export interface UpdateVPCConnectionResponse {
1953
- Arn?: string | undefined;
1954
- VPCConnectionId?: string | undefined;
1955
- UpdateStatus?: VPCConnectionResourceStatus | undefined;
1956
- AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
1957
- RequestId?: string | undefined;
1958
- Status?: number | undefined;
1959
- }
1960
- export interface TopicVisual {
1961
- VisualId?: string | undefined;
1962
- Role?: VisualRole | undefined;
1963
- Ir?: TopicIR | undefined;
1964
- SupportingVisuals?: TopicVisual[] | undefined;
1965
- }
1966
- export interface CreateTopicReviewedAnswer {
1967
- AnswerId: string | undefined;
1968
- DatasetArn: string | undefined;
1969
- Question: string | undefined;
1970
- Mir?: TopicIR | undefined;
1971
- PrimaryVisual?: TopicVisual | undefined;
1972
- Template?: TopicTemplate | undefined;
1973
- }
1974
- export interface TopicReviewedAnswer {
1975
- Arn?: string | undefined;
1976
- AnswerId: string | undefined;
1977
- DatasetArn: string | undefined;
1978
- Question: string | undefined;
1979
- Mir?: TopicIR | undefined;
1980
- PrimaryVisual?: TopicVisual | undefined;
1981
- Template?: TopicTemplate | undefined;
1982
- }
1983
- export interface BatchCreateTopicReviewedAnswerRequest {
1984
- AwsAccountId: string | undefined;
1985
- TopicId: string | undefined;
1986
- Answers: CreateTopicReviewedAnswer[] | undefined;
1987
- }
1988
- export interface ListTopicReviewedAnswersResponse {
1989
- TopicId?: string | undefined;
1990
- TopicArn?: string | undefined;
1991
- Answers?: TopicReviewedAnswer[] | undefined;
1992
- Status?: number | undefined;
1993
- RequestId?: string | undefined;
1994
- }
@@ -0,0 +1,62 @@
1
+ import {
2
+ VisualRole,
3
+ VPCConnectionAvailabilityStatus,
4
+ VPCConnectionResourceStatus,
5
+ } from "./enums";
6
+ import { TopicIR, TopicTemplate } from "./models_2";
7
+ export interface UpdateUserCustomPermissionResponse {
8
+ RequestId?: string | undefined;
9
+ Status?: number | undefined;
10
+ }
11
+ export interface UpdateVPCConnectionRequest {
12
+ AwsAccountId: string | undefined;
13
+ VPCConnectionId: string | undefined;
14
+ Name: string | undefined;
15
+ SubnetIds: string[] | undefined;
16
+ SecurityGroupIds: string[] | undefined;
17
+ DnsResolvers?: string[] | undefined;
18
+ RoleArn: string | undefined;
19
+ }
20
+ export interface UpdateVPCConnectionResponse {
21
+ Arn?: string | undefined;
22
+ VPCConnectionId?: string | undefined;
23
+ UpdateStatus?: VPCConnectionResourceStatus | undefined;
24
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
25
+ RequestId?: string | undefined;
26
+ Status?: number | undefined;
27
+ }
28
+ export interface TopicVisual {
29
+ VisualId?: string | undefined;
30
+ Role?: VisualRole | undefined;
31
+ Ir?: TopicIR | undefined;
32
+ SupportingVisuals?: TopicVisual[] | undefined;
33
+ }
34
+ export interface CreateTopicReviewedAnswer {
35
+ AnswerId: string | undefined;
36
+ DatasetArn: string | undefined;
37
+ Question: string | undefined;
38
+ Mir?: TopicIR | undefined;
39
+ PrimaryVisual?: TopicVisual | undefined;
40
+ Template?: TopicTemplate | undefined;
41
+ }
42
+ export interface TopicReviewedAnswer {
43
+ Arn?: string | undefined;
44
+ AnswerId: string | undefined;
45
+ DatasetArn: string | undefined;
46
+ Question: string | undefined;
47
+ Mir?: TopicIR | undefined;
48
+ PrimaryVisual?: TopicVisual | undefined;
49
+ Template?: TopicTemplate | undefined;
50
+ }
51
+ export interface BatchCreateTopicReviewedAnswerRequest {
52
+ AwsAccountId: string | undefined;
53
+ TopicId: string | undefined;
54
+ Answers: CreateTopicReviewedAnswer[] | undefined;
55
+ }
56
+ export interface ListTopicReviewedAnswersResponse {
57
+ TopicId?: string | undefined;
58
+ TopicArn?: string | undefined;
59
+ Answers?: TopicReviewedAnswer[] | undefined;
60
+ Status?: number | undefined;
61
+ RequestId?: string | undefined;
62
+ }
@@ -514,6 +514,8 @@ export declare var DescribeAssetBundleExportJobRequest$: StaticStructureSchema;
514
514
  export declare var DescribeAssetBundleExportJobResponse$: StaticStructureSchema;
515
515
  export declare var DescribeAssetBundleImportJobRequest$: StaticStructureSchema;
516
516
  export declare var DescribeAssetBundleImportJobResponse$: StaticStructureSchema;
517
+ export declare var DescribeAutomationJobRequest$: StaticStructureSchema;
518
+ export declare var DescribeAutomationJobResponse$: StaticStructureSchema;
517
519
  export declare var DescribeBrandAssignmentRequest$: StaticStructureSchema;
518
520
  export declare var DescribeBrandAssignmentResponse$: StaticStructureSchema;
519
521
  export declare var DescribeBrandPublishedVersionRequest$: StaticStructureSchema;
@@ -973,6 +975,7 @@ export declare var NumericFormatConfiguration$: StaticStructureSchema;
973
975
  export declare var NumericRangeFilter$: StaticStructureSchema;
974
976
  export declare var NumericRangeFilterValue$: StaticStructureSchema;
975
977
  export declare var NumericSeparatorConfiguration$: StaticStructureSchema;
978
+ export declare var OAuthClientCredentials$: StaticStructureSchema;
976
979
  export declare var OAuthParameters$: StaticStructureSchema;
977
980
  export declare var OracleParameters$: StaticStructureSchema;
978
981
  export declare var OutputColumn$: StaticStructureSchema;
@@ -1196,6 +1199,7 @@ export declare var SheetLayoutGroup$: StaticStructureSchema;
1196
1199
  export declare var SheetLayoutGroupMember$: StaticStructureSchema;
1197
1200
  export declare var SheetStyle$: StaticStructureSchema;
1198
1201
  export declare var SheetTextBox$: StaticStructureSchema;
1202
+ export declare var SheetTooltip$: StaticStructureSchema;
1199
1203
  export declare var SheetVisualScopingConfiguration$: StaticStructureSchema;
1200
1204
  export declare var ShortFormatText$: StaticStructureSchema;
1201
1205
  export declare var SignupResponse$: StaticStructureSchema;
@@ -1223,6 +1227,7 @@ export declare var SnapshotUserConfigurationRedacted$: StaticStructureSchema;
1223
1227
  export declare var SnowflakeParameters$: StaticStructureSchema;
1224
1228
  export declare var SourceTable$: StaticStructureSchema;
1225
1229
  export declare var Spacing$: StaticStructureSchema;
1230
+ export declare var SparklinesOptions$: StaticStructureSchema;
1226
1231
  export declare var SparkParameters$: StaticStructureSchema;
1227
1232
  export declare var SpatialStaticFile$: StaticStructureSchema;
1228
1233
  export declare var SqlServerParameters$: StaticStructureSchema;
@@ -1232,6 +1237,8 @@ export declare var StartAssetBundleExportJobRequest$: StaticStructureSchema;
1232
1237
  export declare var StartAssetBundleExportJobResponse$: StaticStructureSchema;
1233
1238
  export declare var StartAssetBundleImportJobRequest$: StaticStructureSchema;
1234
1239
  export declare var StartAssetBundleImportJobResponse$: StaticStructureSchema;
1240
+ export declare var StartAutomationJobRequest$: StaticStructureSchema;
1241
+ export declare var StartAutomationJobResponse$: StaticStructureSchema;
1235
1242
  export declare var StartDashboardSnapshotJobRequest$: StaticStructureSchema;
1236
1243
  export declare var StartDashboardSnapshotJobResponse$: StaticStructureSchema;
1237
1244
  export declare var StartDashboardSnapshotJobScheduleRequest$: StaticStructureSchema;
@@ -1318,6 +1325,7 @@ export declare var TimeRangeFilter$: StaticStructureSchema;
1318
1325
  export declare var TimeRangeFilterValue$: StaticStructureSchema;
1319
1326
  export declare var TooltipItem$: StaticStructureSchema;
1320
1327
  export declare var TooltipOptions$: StaticStructureSchema;
1328
+ export declare var TooltipSheetDefinition$: StaticStructureSchema;
1321
1329
  export declare var TopBottomFilter$: StaticStructureSchema;
1322
1330
  export declare var TopBottomMoversComputation$: StaticStructureSchema;
1323
1331
  export declare var TopBottomRankedComputation$: StaticStructureSchema;
@@ -1602,6 +1610,7 @@ export declare var DescribeAnalysisDefinition$: StaticOperationSchema;
1602
1610
  export declare var DescribeAnalysisPermissions$: StaticOperationSchema;
1603
1611
  export declare var DescribeAssetBundleExportJob$: StaticOperationSchema;
1604
1612
  export declare var DescribeAssetBundleImportJob$: StaticOperationSchema;
1613
+ export declare var DescribeAutomationJob$: StaticOperationSchema;
1605
1614
  export declare var DescribeBrand$: StaticOperationSchema;
1606
1615
  export declare var DescribeBrandAssignment$: StaticOperationSchema;
1607
1616
  export declare var DescribeBrandPublishedVersion$: StaticOperationSchema;
@@ -1706,6 +1715,7 @@ export declare var SearchGroups$: StaticOperationSchema;
1706
1715
  export declare var SearchTopics$: StaticOperationSchema;
1707
1716
  export declare var StartAssetBundleExportJob$: StaticOperationSchema;
1708
1717
  export declare var StartAssetBundleImportJob$: StaticOperationSchema;
1718
+ export declare var StartAutomationJob$: StaticOperationSchema;
1709
1719
  export declare var StartDashboardSnapshotJob$: StaticOperationSchema;
1710
1720
  export declare var StartDashboardSnapshotJobSchedule$: StaticOperationSchema;
1711
1721
  export declare var TagResource$: StaticOperationSchema;
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.1020.0",
4
+ "version": "3.1022.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -22,16 +22,16 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "^3.973.26",
25
- "@aws-sdk/credential-provider-node": "^3.972.28",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.27",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.13",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
36
  "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -39,7 +39,7 @@
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
41
  "@smithy/middleware-endpoint": "^4.4.28",
42
- "@smithy/middleware-retry": "^4.4.45",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
43
  "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
@@ -55,7 +55,7 @@
55
55
  "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },