@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.
Files changed (143) hide show
  1. package/dist-cjs/models/models_0.js +311 -372
  2. package/dist-cjs/models/models_1.js +276 -326
  3. package/dist-cjs/models/models_2.js +249 -281
  4. package/dist-cjs/models/models_3.js +6 -8
  5. package/dist-es/models/models_0.js +311 -372
  6. package/dist-es/models/models_1.js +276 -326
  7. package/dist-es/models/models_2.js +249 -281
  8. package/dist-es/models/models_3.js +6 -8
  9. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
  14. package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
  15. package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
  16. package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
  17. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
  25. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
  27. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  75. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
  76. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
  77. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
  78. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  85. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  86. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  90. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  96. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  97. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  101. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  102. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  103. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  104. package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
  105. package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
  106. package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
  107. package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
  108. package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
  109. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  110. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  111. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
  112. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
  114. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
  116. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
  117. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
  119. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
  120. package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
  121. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
  122. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
  124. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
  126. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
  127. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
  134. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  135. package/dist-types/models/models_0.d.ts +616 -311
  136. package/dist-types/models/models_1.d.ts +526 -276
  137. package/dist-types/models/models_2.d.ts +410 -250
  138. package/dist-types/models/models_3.d.ts +16 -6
  139. package/dist-types/ts3.4/models/models_0.d.ts +422 -311
  140. package/dist-types/ts3.4/models/models_1.d.ts +369 -276
  141. package/dist-types/ts3.4/models/models_2.d.ts +302 -249
  142. package/dist-types/ts3.4/models/models_3.d.ts +10 -6
  143. package/package.json +34 -34
@@ -26,13 +26,13 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
26
26
  * import { QuickSightClient, UpdateDashboardPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateDashboardPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDashboardPermissionsRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DashboardId: "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
  * },
@@ -45,7 +45,7 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
45
45
  * ],
46
46
  * },
47
47
  * ],
48
- * GrantLinkPermissions: [
48
+ * GrantLinkPermissions: [ // UpdateLinkPermissionList
49
49
  * {
50
50
  * Principal: "STRING_VALUE", // required
51
51
  * Actions: [ // required
@@ -26,7 +26,7 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
26
26
  * import { QuickSightClient, UpdateDashboardPublishedVersionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateDashboardPublishedVersionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDashboardPublishedVersionRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DashboardId: "STRING_VALUE", // required
32
32
  * VersionNumber: Number("long"), // required
@@ -26,25 +26,25 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
26
26
  * import { QuickSightClient, UpdateDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDataSetRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DataSetId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
- * PhysicalTableMap: { // required
34
- * "<keys>": { // Union: only one key present
35
- * RelationalTable: {
33
+ * PhysicalTableMap: { // PhysicalTableMap // required
34
+ * "<keys>": { // PhysicalTable Union: only one key present
35
+ * RelationalTable: { // RelationalTable
36
36
  * DataSourceArn: "STRING_VALUE", // required
37
37
  * Catalog: "STRING_VALUE",
38
38
  * Schema: "STRING_VALUE",
39
39
  * Name: "STRING_VALUE", // required
40
- * InputColumns: [ // required
41
- * {
40
+ * InputColumns: [ // InputColumnList // required
41
+ * { // InputColumn
42
42
  * Name: "STRING_VALUE", // required
43
43
  * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
44
44
  * },
45
45
  * ],
46
46
  * },
47
- * CustomSql: {
47
+ * CustomSql: { // CustomSql
48
48
  * DataSourceArn: "STRING_VALUE", // required
49
49
  * Name: "STRING_VALUE", // required
50
50
  * SqlQuery: "STRING_VALUE", // required
@@ -55,9 +55,9 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
55
55
  * },
56
56
  * ],
57
57
  * },
58
- * S3Source: {
58
+ * S3Source: { // S3Source
59
59
  * DataSourceArn: "STRING_VALUE", // required
60
- * UploadSettings: {
60
+ * UploadSettings: { // UploadSettings
61
61
  * Format: "CSV" || "TSV" || "CLF" || "ELF" || "XLSX" || "JSON",
62
62
  * StartFromRow: Number("int"),
63
63
  * ContainsHeader: true || false,
@@ -73,61 +73,61 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
73
73
  * },
74
74
  * },
75
75
  * },
76
- * LogicalTableMap: {
77
- * "<keys>": {
76
+ * LogicalTableMap: { // LogicalTableMap
77
+ * "<keys>": { // LogicalTable
78
78
  * Alias: "STRING_VALUE", // required
79
- * DataTransforms: [
80
- * { // Union: only one key present
81
- * ProjectOperation: {
82
- * ProjectedColumns: [ // required
79
+ * DataTransforms: [ // TransformOperationList
80
+ * { // TransformOperation Union: only one key present
81
+ * ProjectOperation: { // ProjectOperation
82
+ * ProjectedColumns: [ // ProjectedColumnList // required
83
83
  * "STRING_VALUE",
84
84
  * ],
85
85
  * },
86
- * FilterOperation: {
86
+ * FilterOperation: { // FilterOperation
87
87
  * ConditionExpression: "STRING_VALUE", // required
88
88
  * },
89
- * CreateColumnsOperation: {
90
- * Columns: [ // required
91
- * {
89
+ * CreateColumnsOperation: { // CreateColumnsOperation
90
+ * Columns: [ // CalculatedColumnList // required
91
+ * { // CalculatedColumn
92
92
  * ColumnName: "STRING_VALUE", // required
93
93
  * ColumnId: "STRING_VALUE", // required
94
94
  * Expression: "STRING_VALUE", // required
95
95
  * },
96
96
  * ],
97
97
  * },
98
- * RenameColumnOperation: {
98
+ * RenameColumnOperation: { // RenameColumnOperation
99
99
  * ColumnName: "STRING_VALUE", // required
100
100
  * NewColumnName: "STRING_VALUE", // required
101
101
  * },
102
- * CastColumnTypeOperation: {
102
+ * CastColumnTypeOperation: { // CastColumnTypeOperation
103
103
  * ColumnName: "STRING_VALUE", // required
104
104
  * NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
105
105
  * Format: "STRING_VALUE",
106
106
  * },
107
- * TagColumnOperation: {
107
+ * TagColumnOperation: { // TagColumnOperation
108
108
  * ColumnName: "STRING_VALUE", // required
109
- * Tags: [ // required
110
- * {
109
+ * Tags: [ // ColumnTagList // required
110
+ * { // ColumnTag
111
111
  * ColumnGeographicRole: "COUNTRY" || "STATE" || "COUNTY" || "CITY" || "POSTCODE" || "LONGITUDE" || "LATITUDE",
112
- * ColumnDescription: {
112
+ * ColumnDescription: { // ColumnDescription
113
113
  * Text: "STRING_VALUE",
114
114
  * },
115
115
  * },
116
116
  * ],
117
117
  * },
118
- * UntagColumnOperation: {
118
+ * UntagColumnOperation: { // UntagColumnOperation
119
119
  * ColumnName: "STRING_VALUE", // required
120
- * TagNames: [ // required
120
+ * TagNames: [ // ColumnTagNames // required
121
121
  * "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
122
122
  * ],
123
123
  * },
124
124
  * },
125
125
  * ],
126
- * Source: {
127
- * JoinInstruction: {
126
+ * Source: { // LogicalTableSource
127
+ * JoinInstruction: { // JoinInstruction
128
128
  * LeftOperand: "STRING_VALUE", // required
129
129
  * RightOperand: "STRING_VALUE", // required
130
- * LeftJoinKeyProperties: {
130
+ * LeftJoinKeyProperties: { // JoinKeyProperties
131
131
  * UniqueKey: true || false,
132
132
  * },
133
133
  * RightJoinKeyProperties: {
@@ -142,36 +142,36 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
142
142
  * },
143
143
  * },
144
144
  * ImportMode: "SPICE" || "DIRECT_QUERY", // required
145
- * ColumnGroups: [
146
- * {
147
- * GeoSpatialColumnGroup: {
145
+ * ColumnGroups: [ // ColumnGroupList
146
+ * { // ColumnGroup
147
+ * GeoSpatialColumnGroup: { // GeoSpatialColumnGroup
148
148
  * Name: "STRING_VALUE", // required
149
149
  * CountryCode: "US",
150
- * Columns: [ // required
150
+ * Columns: [ // ColumnList // required
151
151
  * "STRING_VALUE",
152
152
  * ],
153
153
  * },
154
154
  * },
155
155
  * ],
156
- * FieldFolders: {
157
- * "<keys>": {
156
+ * FieldFolders: { // FieldFolderMap
157
+ * "<keys>": { // FieldFolder
158
158
  * description: "STRING_VALUE",
159
- * columns: [
159
+ * columns: [ // FolderColumnList
160
160
  * "STRING_VALUE",
161
161
  * ],
162
162
  * },
163
163
  * },
164
- * RowLevelPermissionDataSet: {
164
+ * RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
165
165
  * Namespace: "STRING_VALUE",
166
166
  * Arn: "STRING_VALUE", // required
167
167
  * PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
168
168
  * FormatVersion: "VERSION_1" || "VERSION_2",
169
169
  * Status: "ENABLED" || "DISABLED",
170
170
  * },
171
- * RowLevelPermissionTagConfiguration: {
171
+ * RowLevelPermissionTagConfiguration: { // RowLevelPermissionTagConfiguration
172
172
  * Status: "ENABLED" || "DISABLED",
173
- * TagRules: [ // required
174
- * {
173
+ * TagRules: [ // RowLevelPermissionTagRuleList // required
174
+ * { // RowLevelPermissionTagRule
175
175
  * TagKey: "STRING_VALUE", // required
176
176
  * ColumnName: "STRING_VALUE", // required
177
177
  * TagMultiValueDelimiter: "STRING_VALUE",
@@ -179,17 +179,17 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
179
179
  * },
180
180
  * ],
181
181
  * },
182
- * ColumnLevelPermissionRules: [
183
- * {
184
- * Principals: [
182
+ * ColumnLevelPermissionRules: [ // ColumnLevelPermissionRuleList
183
+ * { // ColumnLevelPermissionRule
184
+ * Principals: [ // PrincipalList
185
185
  * "STRING_VALUE",
186
186
  * ],
187
- * ColumnNames: [
187
+ * ColumnNames: [ // ColumnNameList
188
188
  * "STRING_VALUE",
189
189
  * ],
190
190
  * },
191
191
  * ],
192
- * DataSetUsageConfiguration: {
192
+ * DataSetUsageConfiguration: { // DataSetUsageConfiguration
193
193
  * DisableUseAsDirectQuerySource: true || false,
194
194
  * DisableUseAsImportedSource: true || false,
195
195
  * },
@@ -27,13 +27,13 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
27
27
  * import { QuickSightClient, UpdateDataSetPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
28
28
  * // const { QuickSightClient, UpdateDataSetPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
29
29
  * const client = new QuickSightClient(config);
30
- * const input = {
30
+ * const input = { // UpdateDataSetPermissionsRequest
31
31
  * AwsAccountId: "STRING_VALUE", // required
32
32
  * DataSetId: "STRING_VALUE", // required
33
- * GrantPermissions: [
34
- * {
33
+ * GrantPermissions: [ // ResourcePermissionList
34
+ * { // ResourcePermission
35
35
  * Principal: "STRING_VALUE", // required
36
- * Actions: [ // required
36
+ * Actions: [ // ActionList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,121 +26,121 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
26
26
  * import { QuickSightClient, UpdateDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDataSourceRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DataSourceId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
- * DataSourceParameters: { // Union: only one key present
34
- * AmazonElasticsearchParameters: {
33
+ * DataSourceParameters: { // DataSourceParameters Union: only one key present
34
+ * AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
35
35
  * Domain: "STRING_VALUE", // required
36
36
  * },
37
- * AthenaParameters: {
37
+ * AthenaParameters: { // AthenaParameters
38
38
  * WorkGroup: "STRING_VALUE",
39
39
  * RoleArn: "STRING_VALUE",
40
40
  * },
41
- * AuroraParameters: {
41
+ * AuroraParameters: { // AuroraParameters
42
42
  * Host: "STRING_VALUE", // required
43
43
  * Port: Number("int"), // required
44
44
  * Database: "STRING_VALUE", // required
45
45
  * },
46
- * AuroraPostgreSqlParameters: {
46
+ * AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
47
47
  * Host: "STRING_VALUE", // required
48
48
  * Port: Number("int"), // required
49
49
  * Database: "STRING_VALUE", // required
50
50
  * },
51
- * AwsIotAnalyticsParameters: {
51
+ * AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
52
52
  * DataSetName: "STRING_VALUE", // required
53
53
  * },
54
- * JiraParameters: {
54
+ * JiraParameters: { // JiraParameters
55
55
  * SiteBaseUrl: "STRING_VALUE", // required
56
56
  * },
57
- * MariaDbParameters: {
57
+ * MariaDbParameters: { // MariaDbParameters
58
58
  * Host: "STRING_VALUE", // required
59
59
  * Port: Number("int"), // required
60
60
  * Database: "STRING_VALUE", // required
61
61
  * },
62
- * MySqlParameters: {
62
+ * MySqlParameters: { // MySqlParameters
63
63
  * Host: "STRING_VALUE", // required
64
64
  * Port: Number("int"), // required
65
65
  * Database: "STRING_VALUE", // required
66
66
  * },
67
- * OracleParameters: {
67
+ * OracleParameters: { // OracleParameters
68
68
  * Host: "STRING_VALUE", // required
69
69
  * Port: Number("int"), // required
70
70
  * Database: "STRING_VALUE", // required
71
71
  * },
72
- * PostgreSqlParameters: {
72
+ * PostgreSqlParameters: { // PostgreSqlParameters
73
73
  * Host: "STRING_VALUE", // required
74
74
  * Port: Number("int"), // required
75
75
  * Database: "STRING_VALUE", // required
76
76
  * },
77
- * PrestoParameters: {
77
+ * PrestoParameters: { // PrestoParameters
78
78
  * Host: "STRING_VALUE", // required
79
79
  * Port: Number("int"), // required
80
80
  * Catalog: "STRING_VALUE", // required
81
81
  * },
82
- * RdsParameters: {
82
+ * RdsParameters: { // RdsParameters
83
83
  * InstanceId: "STRING_VALUE", // required
84
84
  * Database: "STRING_VALUE", // required
85
85
  * },
86
- * RedshiftParameters: {
86
+ * RedshiftParameters: { // RedshiftParameters
87
87
  * Host: "STRING_VALUE",
88
88
  * Port: Number("int"),
89
89
  * Database: "STRING_VALUE", // required
90
90
  * ClusterId: "STRING_VALUE",
91
91
  * },
92
- * S3Parameters: {
93
- * ManifestFileLocation: {
92
+ * S3Parameters: { // S3Parameters
93
+ * ManifestFileLocation: { // ManifestFileLocation
94
94
  * Bucket: "STRING_VALUE", // required
95
95
  * Key: "STRING_VALUE", // required
96
96
  * },
97
97
  * RoleArn: "STRING_VALUE",
98
98
  * },
99
- * ServiceNowParameters: {
99
+ * ServiceNowParameters: { // ServiceNowParameters
100
100
  * SiteBaseUrl: "STRING_VALUE", // required
101
101
  * },
102
- * SnowflakeParameters: {
102
+ * SnowflakeParameters: { // SnowflakeParameters
103
103
  * Host: "STRING_VALUE", // required
104
104
  * Database: "STRING_VALUE", // required
105
105
  * Warehouse: "STRING_VALUE", // required
106
106
  * },
107
- * SparkParameters: {
107
+ * SparkParameters: { // SparkParameters
108
108
  * Host: "STRING_VALUE", // required
109
109
  * Port: Number("int"), // required
110
110
  * },
111
- * SqlServerParameters: {
111
+ * SqlServerParameters: { // SqlServerParameters
112
112
  * Host: "STRING_VALUE", // required
113
113
  * Port: Number("int"), // required
114
114
  * Database: "STRING_VALUE", // required
115
115
  * },
116
- * TeradataParameters: {
116
+ * TeradataParameters: { // TeradataParameters
117
117
  * Host: "STRING_VALUE", // required
118
118
  * Port: Number("int"), // required
119
119
  * Database: "STRING_VALUE", // required
120
120
  * },
121
- * TwitterParameters: {
121
+ * TwitterParameters: { // TwitterParameters
122
122
  * Query: "STRING_VALUE", // required
123
123
  * MaxRows: Number("int"), // required
124
124
  * },
125
- * AmazonOpenSearchParameters: {
125
+ * AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
126
126
  * Domain: "STRING_VALUE", // required
127
127
  * },
128
- * ExasolParameters: {
128
+ * ExasolParameters: { // ExasolParameters
129
129
  * Host: "STRING_VALUE", // required
130
130
  * Port: Number("int"), // required
131
131
  * },
132
- * DatabricksParameters: {
132
+ * DatabricksParameters: { // DatabricksParameters
133
133
  * Host: "STRING_VALUE", // required
134
134
  * Port: Number("int"), // required
135
135
  * SqlEndpointPath: "STRING_VALUE", // required
136
136
  * },
137
137
  * },
138
- * Credentials: {
139
- * CredentialPair: {
138
+ * Credentials: { // DataSourceCredentials
139
+ * CredentialPair: { // CredentialPair
140
140
  * Username: "STRING_VALUE", // required
141
141
  * Password: "STRING_VALUE", // required
142
- * AlternateDataSourceParameters: [
143
- * { // Union: only one key present
142
+ * AlternateDataSourceParameters: [ // DataSourceParametersList
143
+ * {// Union: only one key present
144
144
  * AmazonElasticsearchParameters: {
145
145
  * Domain: "STRING_VALUE", // required
146
146
  * },
@@ -250,10 +250,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
250
250
  * CopySourceArn: "STRING_VALUE",
251
251
  * SecretArn: "STRING_VALUE",
252
252
  * },
253
- * VpcConnectionProperties: {
253
+ * VpcConnectionProperties: { // VpcConnectionProperties
254
254
  * VpcConnectionArn: "STRING_VALUE", // required
255
255
  * },
256
- * SslProperties: {
256
+ * SslProperties: { // SslProperties
257
257
  * DisableSsl: true || false,
258
258
  * },
259
259
  * };
@@ -26,13 +26,13 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
26
26
  * import { QuickSightClient, UpdateDataSourcePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateDataSourcePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDataSourcePermissionsRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DataSourceId: "STRING_VALUE", // required
32
- * GrantPermissions: [
33
- * {
32
+ * GrantPermissions: [ // ResourcePermissionList
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 UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
26
26
  * import { QuickSightClient, UpdateFolderCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateFolderCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateFolderRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * FolderId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
@@ -26,13 +26,13 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
26
26
  * import { QuickSightClient, UpdateFolderPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateFolderPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateFolderPermissionsRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * FolderId: "STRING_VALUE", // required
32
- * GrantPermissions: [
33
- * {
32
+ * GrantPermissions: [ // ResourcePermissionList
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 UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
26
26
  * import { QuickSightClient, UpdateGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateGroupRequest
30
30
  * GroupName: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * AwsAccountId: "STRING_VALUE", // required
@@ -29,14 +29,14 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
29
29
  * import { QuickSightClient, UpdateIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
30
30
  * // const { QuickSightClient, UpdateIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
31
31
  * const client = new QuickSightClient(config);
32
- * const input = {
32
+ * const input = { // UpdateIAMPolicyAssignmentRequest
33
33
  * AwsAccountId: "STRING_VALUE", // required
34
34
  * AssignmentName: "STRING_VALUE", // required
35
35
  * Namespace: "STRING_VALUE", // required
36
36
  * AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
37
37
  * PolicyArn: "STRING_VALUE",
38
- * Identities: {
39
- * "<keys>": [
38
+ * Identities: { // IdentityMap
39
+ * "<keys>": [ // IdentityNameList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * },
@@ -26,9 +26,9 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
26
26
  * import { QuickSightClient, UpdateIpRestrictionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateIpRestrictionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateIpRestrictionRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
- * IpRestrictionRuleMap: {
31
+ * IpRestrictionRuleMap: { // IpRestrictionRuleMap
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * Enabled: true || false,
@@ -34,7 +34,7 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
34
34
  * import { QuickSightClient, UpdatePublicSharingSettingsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
35
  * // const { QuickSightClient, UpdatePublicSharingSettingsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
36
  * const client = new QuickSightClient(config);
37
- * const input = {
37
+ * const input = { // UpdatePublicSharingSettingsRequest
38
38
  * AwsAccountId: "STRING_VALUE", // required
39
39
  * PublicSharingEnabled: true || false,
40
40
  * };
@@ -26,7 +26,7 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
26
26
  * import { QuickSightClient, UpdateTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, UpdateTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // UpdateTemplateAliasRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * TemplateId: "STRING_VALUE", // required
32
32
  * AliasName: "STRING_VALUE", // required