@aws-sdk/client-quicksight 3.972.0 → 3.974.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-cjs/index.js +232 -32
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +225 -32
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -2
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +38 -128
- package/dist-types/models/models_1.d.ts +129 -54
- package/dist-types/models/models_2.d.ts +1139 -273
- package/dist-types/models/models_3.d.ts +47 -50
- package/dist-types/models/models_4.d.ts +51 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -27
- package/dist-types/ts3.4/models/models_1.d.ts +30 -19
- package/dist-types/ts3.4/models/models_2.d.ts +191 -12
- package/dist-types/ts3.4/models/models_3.d.ts +12 -12
- package/dist-types/ts3.4/models/models_4.d.ts +12 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +17 -17
|
@@ -83,6 +83,178 @@ declare const ListCustomPermissionsCommand_base: {
|
|
|
83
83
|
* // UseAgentWebSearch: "DENY",
|
|
84
84
|
* // KnowledgeBase: "DENY",
|
|
85
85
|
* // Action: "DENY",
|
|
86
|
+
* // GenericHTTPAction: "DENY",
|
|
87
|
+
* // CreateAndUpdateGenericHTTPAction: "DENY",
|
|
88
|
+
* // ShareGenericHTTPAction: "DENY",
|
|
89
|
+
* // UseGenericHTTPAction: "DENY",
|
|
90
|
+
* // AsanaAction: "DENY",
|
|
91
|
+
* // CreateAndUpdateAsanaAction: "DENY",
|
|
92
|
+
* // ShareAsanaAction: "DENY",
|
|
93
|
+
* // UseAsanaAction: "DENY",
|
|
94
|
+
* // SlackAction: "DENY",
|
|
95
|
+
* // CreateAndUpdateSlackAction: "DENY",
|
|
96
|
+
* // ShareSlackAction: "DENY",
|
|
97
|
+
* // UseSlackAction: "DENY",
|
|
98
|
+
* // ServiceNowAction: "DENY",
|
|
99
|
+
* // CreateAndUpdateServiceNowAction: "DENY",
|
|
100
|
+
* // ShareServiceNowAction: "DENY",
|
|
101
|
+
* // UseServiceNowAction: "DENY",
|
|
102
|
+
* // SalesforceAction: "DENY",
|
|
103
|
+
* // CreateAndUpdateSalesforceAction: "DENY",
|
|
104
|
+
* // ShareSalesforceAction: "DENY",
|
|
105
|
+
* // UseSalesforceAction: "DENY",
|
|
106
|
+
* // MSExchangeAction: "DENY",
|
|
107
|
+
* // CreateAndUpdateMSExchangeAction: "DENY",
|
|
108
|
+
* // ShareMSExchangeAction: "DENY",
|
|
109
|
+
* // UseMSExchangeAction: "DENY",
|
|
110
|
+
* // PagerDutyAction: "DENY",
|
|
111
|
+
* // CreateAndUpdatePagerDutyAction: "DENY",
|
|
112
|
+
* // SharePagerDutyAction: "DENY",
|
|
113
|
+
* // UsePagerDutyAction: "DENY",
|
|
114
|
+
* // JiraAction: "DENY",
|
|
115
|
+
* // CreateAndUpdateJiraAction: "DENY",
|
|
116
|
+
* // ShareJiraAction: "DENY",
|
|
117
|
+
* // UseJiraAction: "DENY",
|
|
118
|
+
* // ConfluenceAction: "DENY",
|
|
119
|
+
* // CreateAndUpdateConfluenceAction: "DENY",
|
|
120
|
+
* // ShareConfluenceAction: "DENY",
|
|
121
|
+
* // UseConfluenceAction: "DENY",
|
|
122
|
+
* // OneDriveAction: "DENY",
|
|
123
|
+
* // CreateAndUpdateOneDriveAction: "DENY",
|
|
124
|
+
* // ShareOneDriveAction: "DENY",
|
|
125
|
+
* // UseOneDriveAction: "DENY",
|
|
126
|
+
* // SharePointAction: "DENY",
|
|
127
|
+
* // CreateAndUpdateSharePointAction: "DENY",
|
|
128
|
+
* // ShareSharePointAction: "DENY",
|
|
129
|
+
* // UseSharePointAction: "DENY",
|
|
130
|
+
* // MSTeamsAction: "DENY",
|
|
131
|
+
* // CreateAndUpdateMSTeamsAction: "DENY",
|
|
132
|
+
* // ShareMSTeamsAction: "DENY",
|
|
133
|
+
* // UseMSTeamsAction: "DENY",
|
|
134
|
+
* // GoogleCalendarAction: "DENY",
|
|
135
|
+
* // CreateAndUpdateGoogleCalendarAction: "DENY",
|
|
136
|
+
* // ShareGoogleCalendarAction: "DENY",
|
|
137
|
+
* // UseGoogleCalendarAction: "DENY",
|
|
138
|
+
* // ZendeskAction: "DENY",
|
|
139
|
+
* // CreateAndUpdateZendeskAction: "DENY",
|
|
140
|
+
* // ShareZendeskAction: "DENY",
|
|
141
|
+
* // UseZendeskAction: "DENY",
|
|
142
|
+
* // SmartsheetAction: "DENY",
|
|
143
|
+
* // CreateAndUpdateSmartsheetAction: "DENY",
|
|
144
|
+
* // ShareSmartsheetAction: "DENY",
|
|
145
|
+
* // UseSmartsheetAction: "DENY",
|
|
146
|
+
* // SAPBusinessPartnerAction: "DENY",
|
|
147
|
+
* // CreateAndUpdateSAPBusinessPartnerAction: "DENY",
|
|
148
|
+
* // ShareSAPBusinessPartnerAction: "DENY",
|
|
149
|
+
* // UseSAPBusinessPartnerAction: "DENY",
|
|
150
|
+
* // SAPProductMasterDataAction: "DENY",
|
|
151
|
+
* // CreateAndUpdateSAPProductMasterDataAction: "DENY",
|
|
152
|
+
* // ShareSAPProductMasterDataAction: "DENY",
|
|
153
|
+
* // UseSAPProductMasterDataAction: "DENY",
|
|
154
|
+
* // SAPPhysicalInventoryAction: "DENY",
|
|
155
|
+
* // CreateAndUpdateSAPPhysicalInventoryAction: "DENY",
|
|
156
|
+
* // ShareSAPPhysicalInventoryAction: "DENY",
|
|
157
|
+
* // UseSAPPhysicalInventoryAction: "DENY",
|
|
158
|
+
* // SAPBillOfMaterialAction: "DENY",
|
|
159
|
+
* // CreateAndUpdateSAPBillOfMaterialAction: "DENY",
|
|
160
|
+
* // ShareSAPBillOfMaterialAction: "DENY",
|
|
161
|
+
* // UseSAPBillOfMaterialAction: "DENY",
|
|
162
|
+
* // SAPMaterialStockAction: "DENY",
|
|
163
|
+
* // CreateAndUpdateSAPMaterialStockAction: "DENY",
|
|
164
|
+
* // ShareSAPMaterialStockAction: "DENY",
|
|
165
|
+
* // UseSAPMaterialStockAction: "DENY",
|
|
166
|
+
* // FactSetAction: "DENY",
|
|
167
|
+
* // CreateAndUpdateFactSetAction: "DENY",
|
|
168
|
+
* // ShareFactSetAction: "DENY",
|
|
169
|
+
* // UseFactSetAction: "DENY",
|
|
170
|
+
* // AmazonSThreeAction: "DENY",
|
|
171
|
+
* // CreateAndUpdateAmazonSThreeAction: "DENY",
|
|
172
|
+
* // ShareAmazonSThreeAction: "DENY",
|
|
173
|
+
* // UseAmazonSThreeAction: "DENY",
|
|
174
|
+
* // TextractAction: "DENY",
|
|
175
|
+
* // CreateAndUpdateTextractAction: "DENY",
|
|
176
|
+
* // ShareTextractAction: "DENY",
|
|
177
|
+
* // UseTextractAction: "DENY",
|
|
178
|
+
* // ComprehendAction: "DENY",
|
|
179
|
+
* // CreateAndUpdateComprehendAction: "DENY",
|
|
180
|
+
* // ShareComprehendAction: "DENY",
|
|
181
|
+
* // UseComprehendAction: "DENY",
|
|
182
|
+
* // ComprehendMedicalAction: "DENY",
|
|
183
|
+
* // CreateAndUpdateComprehendMedicalAction: "DENY",
|
|
184
|
+
* // ShareComprehendMedicalAction: "DENY",
|
|
185
|
+
* // UseComprehendMedicalAction: "DENY",
|
|
186
|
+
* // AmazonBedrockARSAction: "DENY",
|
|
187
|
+
* // CreateAndUpdateAmazonBedrockARSAction: "DENY",
|
|
188
|
+
* // ShareAmazonBedrockARSAction: "DENY",
|
|
189
|
+
* // UseAmazonBedrockARSAction: "DENY",
|
|
190
|
+
* // AmazonBedrockFSAction: "DENY",
|
|
191
|
+
* // CreateAndUpdateAmazonBedrockFSAction: "DENY",
|
|
192
|
+
* // ShareAmazonBedrockFSAction: "DENY",
|
|
193
|
+
* // UseAmazonBedrockFSAction: "DENY",
|
|
194
|
+
* // AmazonBedrockKRSAction: "DENY",
|
|
195
|
+
* // CreateAndUpdateAmazonBedrockKRSAction: "DENY",
|
|
196
|
+
* // ShareAmazonBedrockKRSAction: "DENY",
|
|
197
|
+
* // UseAmazonBedrockKRSAction: "DENY",
|
|
198
|
+
* // MCPAction: "DENY",
|
|
199
|
+
* // CreateAndUpdateMCPAction: "DENY",
|
|
200
|
+
* // ShareMCPAction: "DENY",
|
|
201
|
+
* // UseMCPAction: "DENY",
|
|
202
|
+
* // OpenAPIAction: "DENY",
|
|
203
|
+
* // CreateAndUpdateOpenAPIAction: "DENY",
|
|
204
|
+
* // ShareOpenAPIAction: "DENY",
|
|
205
|
+
* // UseOpenAPIAction: "DENY",
|
|
206
|
+
* // SandPGMIAction: "DENY",
|
|
207
|
+
* // CreateAndUpdateSandPGMIAction: "DENY",
|
|
208
|
+
* // ShareSandPGMIAction: "DENY",
|
|
209
|
+
* // UseSandPGMIAction: "DENY",
|
|
210
|
+
* // SandPGlobalEnergyAction: "DENY",
|
|
211
|
+
* // CreateAndUpdateSandPGlobalEnergyAction: "DENY",
|
|
212
|
+
* // ShareSandPGlobalEnergyAction: "DENY",
|
|
213
|
+
* // UseSandPGlobalEnergyAction: "DENY",
|
|
214
|
+
* // BambooHRAction: "DENY",
|
|
215
|
+
* // CreateAndUpdateBambooHRAction: "DENY",
|
|
216
|
+
* // ShareBambooHRAction: "DENY",
|
|
217
|
+
* // UseBambooHRAction: "DENY",
|
|
218
|
+
* // BoxAgentAction: "DENY",
|
|
219
|
+
* // CreateAndUpdateBoxAgentAction: "DENY",
|
|
220
|
+
* // ShareBoxAgentAction: "DENY",
|
|
221
|
+
* // UseBoxAgentAction: "DENY",
|
|
222
|
+
* // CanvaAgentAction: "DENY",
|
|
223
|
+
* // CreateAndUpdateCanvaAgentAction: "DENY",
|
|
224
|
+
* // ShareCanvaAgentAction: "DENY",
|
|
225
|
+
* // UseCanvaAgentAction: "DENY",
|
|
226
|
+
* // GithubAction: "DENY",
|
|
227
|
+
* // CreateAndUpdateGithubAction: "DENY",
|
|
228
|
+
* // ShareGithubAction: "DENY",
|
|
229
|
+
* // UseGithubAction: "DENY",
|
|
230
|
+
* // NotionAction: "DENY",
|
|
231
|
+
* // CreateAndUpdateNotionAction: "DENY",
|
|
232
|
+
* // ShareNotionAction: "DENY",
|
|
233
|
+
* // UseNotionAction: "DENY",
|
|
234
|
+
* // LinearAction: "DENY",
|
|
235
|
+
* // CreateAndUpdateLinearAction: "DENY",
|
|
236
|
+
* // ShareLinearAction: "DENY",
|
|
237
|
+
* // UseLinearAction: "DENY",
|
|
238
|
+
* // HuggingFaceAction: "DENY",
|
|
239
|
+
* // CreateAndUpdateHuggingFaceAction: "DENY",
|
|
240
|
+
* // ShareHuggingFaceAction: "DENY",
|
|
241
|
+
* // UseHuggingFaceAction: "DENY",
|
|
242
|
+
* // MondayAction: "DENY",
|
|
243
|
+
* // CreateAndUpdateMondayAction: "DENY",
|
|
244
|
+
* // ShareMondayAction: "DENY",
|
|
245
|
+
* // UseMondayAction: "DENY",
|
|
246
|
+
* // HubspotAction: "DENY",
|
|
247
|
+
* // CreateAndUpdateHubspotAction: "DENY",
|
|
248
|
+
* // ShareHubspotAction: "DENY",
|
|
249
|
+
* // UseHubspotAction: "DENY",
|
|
250
|
+
* // IntercomAction: "DENY",
|
|
251
|
+
* // CreateAndUpdateIntercomAction: "DENY",
|
|
252
|
+
* // ShareIntercomAction: "DENY",
|
|
253
|
+
* // UseIntercomAction: "DENY",
|
|
254
|
+
* // NewRelicAction: "DENY",
|
|
255
|
+
* // CreateAndUpdateNewRelicAction: "DENY",
|
|
256
|
+
* // ShareNewRelicAction: "DENY",
|
|
257
|
+
* // UseNewRelicAction: "DENY",
|
|
86
258
|
* // Space: "DENY",
|
|
87
259
|
* // ChatAgent: "DENY",
|
|
88
260
|
* // CreateChatAgents: "DENY",
|
|
@@ -30,7 +30,7 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
30
30
|
* <p>Starts an asynchronous job that generates a snapshot of a dashboard's output. You can request one or several of the following format configurations in each API call.</p>
|
|
31
31
|
* <ul>
|
|
32
32
|
* <li>
|
|
33
|
-
* <p>1
|
|
33
|
+
* <p>1 PDF</p>
|
|
34
34
|
* </li>
|
|
35
35
|
* <li>
|
|
36
36
|
* <p>1 Excel workbook that includes up to 5 table or pivot table visuals</p>
|
|
@@ -39,6 +39,9 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
39
39
|
* <p>5 CSVs from table or pivot table visuals</p>
|
|
40
40
|
* </li>
|
|
41
41
|
* </ul>
|
|
42
|
+
* <note>
|
|
43
|
+
* <p>Exporting CSV, Excel, or Pixel Perfect PDF reports requires Pixel Perfect Report Add-on.</p>
|
|
44
|
+
* </note>
|
|
42
45
|
* <p>The status of a submitted job can be polled with the <code>DescribeDashboardSnapshotJob</code> API. When you call the <code>DescribeDashboardSnapshotJob</code> API, check the <code>JobStatus</code> field in the response. Once the job reaches a <code>COMPLETED</code> or <code>FAILED</code> status, use the <code>DescribeDashboardSnapshotJobResult</code> API to obtain the URLs for the generated files. If the job fails, the <code>DescribeDashboardSnapshotJobResult</code> API returns detailed information about the error that occurred.</p>
|
|
43
46
|
* <p>
|
|
44
47
|
* <b>StartDashboardSnapshotJob API throttling</b>
|
|
@@ -4848,6 +4848,17 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4848
4848
|
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4849
4849
|
* },
|
|
4850
4850
|
* },
|
|
4851
|
+
* Groups: [ // SheetLayoutGroupList
|
|
4852
|
+
* { // SheetLayoutGroup
|
|
4853
|
+
* Id: "STRING_VALUE", // required
|
|
4854
|
+
* Members: [ // SheetLayoutGroupMemberList // required
|
|
4855
|
+
* { // SheetLayoutGroupMember
|
|
4856
|
+
* Id: "STRING_VALUE", // required
|
|
4857
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
4858
|
+
* },
|
|
4859
|
+
* ],
|
|
4860
|
+
* },
|
|
4861
|
+
* ],
|
|
4851
4862
|
* },
|
|
4852
4863
|
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4853
4864
|
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -73,6 +73,178 @@ declare const UpdateCustomPermissionsCommand_base: {
|
|
|
73
73
|
* UseAgentWebSearch: "DENY",
|
|
74
74
|
* KnowledgeBase: "DENY",
|
|
75
75
|
* Action: "DENY",
|
|
76
|
+
* GenericHTTPAction: "DENY",
|
|
77
|
+
* CreateAndUpdateGenericHTTPAction: "DENY",
|
|
78
|
+
* ShareGenericHTTPAction: "DENY",
|
|
79
|
+
* UseGenericHTTPAction: "DENY",
|
|
80
|
+
* AsanaAction: "DENY",
|
|
81
|
+
* CreateAndUpdateAsanaAction: "DENY",
|
|
82
|
+
* ShareAsanaAction: "DENY",
|
|
83
|
+
* UseAsanaAction: "DENY",
|
|
84
|
+
* SlackAction: "DENY",
|
|
85
|
+
* CreateAndUpdateSlackAction: "DENY",
|
|
86
|
+
* ShareSlackAction: "DENY",
|
|
87
|
+
* UseSlackAction: "DENY",
|
|
88
|
+
* ServiceNowAction: "DENY",
|
|
89
|
+
* CreateAndUpdateServiceNowAction: "DENY",
|
|
90
|
+
* ShareServiceNowAction: "DENY",
|
|
91
|
+
* UseServiceNowAction: "DENY",
|
|
92
|
+
* SalesforceAction: "DENY",
|
|
93
|
+
* CreateAndUpdateSalesforceAction: "DENY",
|
|
94
|
+
* ShareSalesforceAction: "DENY",
|
|
95
|
+
* UseSalesforceAction: "DENY",
|
|
96
|
+
* MSExchangeAction: "DENY",
|
|
97
|
+
* CreateAndUpdateMSExchangeAction: "DENY",
|
|
98
|
+
* ShareMSExchangeAction: "DENY",
|
|
99
|
+
* UseMSExchangeAction: "DENY",
|
|
100
|
+
* PagerDutyAction: "DENY",
|
|
101
|
+
* CreateAndUpdatePagerDutyAction: "DENY",
|
|
102
|
+
* SharePagerDutyAction: "DENY",
|
|
103
|
+
* UsePagerDutyAction: "DENY",
|
|
104
|
+
* JiraAction: "DENY",
|
|
105
|
+
* CreateAndUpdateJiraAction: "DENY",
|
|
106
|
+
* ShareJiraAction: "DENY",
|
|
107
|
+
* UseJiraAction: "DENY",
|
|
108
|
+
* ConfluenceAction: "DENY",
|
|
109
|
+
* CreateAndUpdateConfluenceAction: "DENY",
|
|
110
|
+
* ShareConfluenceAction: "DENY",
|
|
111
|
+
* UseConfluenceAction: "DENY",
|
|
112
|
+
* OneDriveAction: "DENY",
|
|
113
|
+
* CreateAndUpdateOneDriveAction: "DENY",
|
|
114
|
+
* ShareOneDriveAction: "DENY",
|
|
115
|
+
* UseOneDriveAction: "DENY",
|
|
116
|
+
* SharePointAction: "DENY",
|
|
117
|
+
* CreateAndUpdateSharePointAction: "DENY",
|
|
118
|
+
* ShareSharePointAction: "DENY",
|
|
119
|
+
* UseSharePointAction: "DENY",
|
|
120
|
+
* MSTeamsAction: "DENY",
|
|
121
|
+
* CreateAndUpdateMSTeamsAction: "DENY",
|
|
122
|
+
* ShareMSTeamsAction: "DENY",
|
|
123
|
+
* UseMSTeamsAction: "DENY",
|
|
124
|
+
* GoogleCalendarAction: "DENY",
|
|
125
|
+
* CreateAndUpdateGoogleCalendarAction: "DENY",
|
|
126
|
+
* ShareGoogleCalendarAction: "DENY",
|
|
127
|
+
* UseGoogleCalendarAction: "DENY",
|
|
128
|
+
* ZendeskAction: "DENY",
|
|
129
|
+
* CreateAndUpdateZendeskAction: "DENY",
|
|
130
|
+
* ShareZendeskAction: "DENY",
|
|
131
|
+
* UseZendeskAction: "DENY",
|
|
132
|
+
* SmartsheetAction: "DENY",
|
|
133
|
+
* CreateAndUpdateSmartsheetAction: "DENY",
|
|
134
|
+
* ShareSmartsheetAction: "DENY",
|
|
135
|
+
* UseSmartsheetAction: "DENY",
|
|
136
|
+
* SAPBusinessPartnerAction: "DENY",
|
|
137
|
+
* CreateAndUpdateSAPBusinessPartnerAction: "DENY",
|
|
138
|
+
* ShareSAPBusinessPartnerAction: "DENY",
|
|
139
|
+
* UseSAPBusinessPartnerAction: "DENY",
|
|
140
|
+
* SAPProductMasterDataAction: "DENY",
|
|
141
|
+
* CreateAndUpdateSAPProductMasterDataAction: "DENY",
|
|
142
|
+
* ShareSAPProductMasterDataAction: "DENY",
|
|
143
|
+
* UseSAPProductMasterDataAction: "DENY",
|
|
144
|
+
* SAPPhysicalInventoryAction: "DENY",
|
|
145
|
+
* CreateAndUpdateSAPPhysicalInventoryAction: "DENY",
|
|
146
|
+
* ShareSAPPhysicalInventoryAction: "DENY",
|
|
147
|
+
* UseSAPPhysicalInventoryAction: "DENY",
|
|
148
|
+
* SAPBillOfMaterialAction: "DENY",
|
|
149
|
+
* CreateAndUpdateSAPBillOfMaterialAction: "DENY",
|
|
150
|
+
* ShareSAPBillOfMaterialAction: "DENY",
|
|
151
|
+
* UseSAPBillOfMaterialAction: "DENY",
|
|
152
|
+
* SAPMaterialStockAction: "DENY",
|
|
153
|
+
* CreateAndUpdateSAPMaterialStockAction: "DENY",
|
|
154
|
+
* ShareSAPMaterialStockAction: "DENY",
|
|
155
|
+
* UseSAPMaterialStockAction: "DENY",
|
|
156
|
+
* FactSetAction: "DENY",
|
|
157
|
+
* CreateAndUpdateFactSetAction: "DENY",
|
|
158
|
+
* ShareFactSetAction: "DENY",
|
|
159
|
+
* UseFactSetAction: "DENY",
|
|
160
|
+
* AmazonSThreeAction: "DENY",
|
|
161
|
+
* CreateAndUpdateAmazonSThreeAction: "DENY",
|
|
162
|
+
* ShareAmazonSThreeAction: "DENY",
|
|
163
|
+
* UseAmazonSThreeAction: "DENY",
|
|
164
|
+
* TextractAction: "DENY",
|
|
165
|
+
* CreateAndUpdateTextractAction: "DENY",
|
|
166
|
+
* ShareTextractAction: "DENY",
|
|
167
|
+
* UseTextractAction: "DENY",
|
|
168
|
+
* ComprehendAction: "DENY",
|
|
169
|
+
* CreateAndUpdateComprehendAction: "DENY",
|
|
170
|
+
* ShareComprehendAction: "DENY",
|
|
171
|
+
* UseComprehendAction: "DENY",
|
|
172
|
+
* ComprehendMedicalAction: "DENY",
|
|
173
|
+
* CreateAndUpdateComprehendMedicalAction: "DENY",
|
|
174
|
+
* ShareComprehendMedicalAction: "DENY",
|
|
175
|
+
* UseComprehendMedicalAction: "DENY",
|
|
176
|
+
* AmazonBedrockARSAction: "DENY",
|
|
177
|
+
* CreateAndUpdateAmazonBedrockARSAction: "DENY",
|
|
178
|
+
* ShareAmazonBedrockARSAction: "DENY",
|
|
179
|
+
* UseAmazonBedrockARSAction: "DENY",
|
|
180
|
+
* AmazonBedrockFSAction: "DENY",
|
|
181
|
+
* CreateAndUpdateAmazonBedrockFSAction: "DENY",
|
|
182
|
+
* ShareAmazonBedrockFSAction: "DENY",
|
|
183
|
+
* UseAmazonBedrockFSAction: "DENY",
|
|
184
|
+
* AmazonBedrockKRSAction: "DENY",
|
|
185
|
+
* CreateAndUpdateAmazonBedrockKRSAction: "DENY",
|
|
186
|
+
* ShareAmazonBedrockKRSAction: "DENY",
|
|
187
|
+
* UseAmazonBedrockKRSAction: "DENY",
|
|
188
|
+
* MCPAction: "DENY",
|
|
189
|
+
* CreateAndUpdateMCPAction: "DENY",
|
|
190
|
+
* ShareMCPAction: "DENY",
|
|
191
|
+
* UseMCPAction: "DENY",
|
|
192
|
+
* OpenAPIAction: "DENY",
|
|
193
|
+
* CreateAndUpdateOpenAPIAction: "DENY",
|
|
194
|
+
* ShareOpenAPIAction: "DENY",
|
|
195
|
+
* UseOpenAPIAction: "DENY",
|
|
196
|
+
* SandPGMIAction: "DENY",
|
|
197
|
+
* CreateAndUpdateSandPGMIAction: "DENY",
|
|
198
|
+
* ShareSandPGMIAction: "DENY",
|
|
199
|
+
* UseSandPGMIAction: "DENY",
|
|
200
|
+
* SandPGlobalEnergyAction: "DENY",
|
|
201
|
+
* CreateAndUpdateSandPGlobalEnergyAction: "DENY",
|
|
202
|
+
* ShareSandPGlobalEnergyAction: "DENY",
|
|
203
|
+
* UseSandPGlobalEnergyAction: "DENY",
|
|
204
|
+
* BambooHRAction: "DENY",
|
|
205
|
+
* CreateAndUpdateBambooHRAction: "DENY",
|
|
206
|
+
* ShareBambooHRAction: "DENY",
|
|
207
|
+
* UseBambooHRAction: "DENY",
|
|
208
|
+
* BoxAgentAction: "DENY",
|
|
209
|
+
* CreateAndUpdateBoxAgentAction: "DENY",
|
|
210
|
+
* ShareBoxAgentAction: "DENY",
|
|
211
|
+
* UseBoxAgentAction: "DENY",
|
|
212
|
+
* CanvaAgentAction: "DENY",
|
|
213
|
+
* CreateAndUpdateCanvaAgentAction: "DENY",
|
|
214
|
+
* ShareCanvaAgentAction: "DENY",
|
|
215
|
+
* UseCanvaAgentAction: "DENY",
|
|
216
|
+
* GithubAction: "DENY",
|
|
217
|
+
* CreateAndUpdateGithubAction: "DENY",
|
|
218
|
+
* ShareGithubAction: "DENY",
|
|
219
|
+
* UseGithubAction: "DENY",
|
|
220
|
+
* NotionAction: "DENY",
|
|
221
|
+
* CreateAndUpdateNotionAction: "DENY",
|
|
222
|
+
* ShareNotionAction: "DENY",
|
|
223
|
+
* UseNotionAction: "DENY",
|
|
224
|
+
* LinearAction: "DENY",
|
|
225
|
+
* CreateAndUpdateLinearAction: "DENY",
|
|
226
|
+
* ShareLinearAction: "DENY",
|
|
227
|
+
* UseLinearAction: "DENY",
|
|
228
|
+
* HuggingFaceAction: "DENY",
|
|
229
|
+
* CreateAndUpdateHuggingFaceAction: "DENY",
|
|
230
|
+
* ShareHuggingFaceAction: "DENY",
|
|
231
|
+
* UseHuggingFaceAction: "DENY",
|
|
232
|
+
* MondayAction: "DENY",
|
|
233
|
+
* CreateAndUpdateMondayAction: "DENY",
|
|
234
|
+
* ShareMondayAction: "DENY",
|
|
235
|
+
* UseMondayAction: "DENY",
|
|
236
|
+
* HubspotAction: "DENY",
|
|
237
|
+
* CreateAndUpdateHubspotAction: "DENY",
|
|
238
|
+
* ShareHubspotAction: "DENY",
|
|
239
|
+
* UseHubspotAction: "DENY",
|
|
240
|
+
* IntercomAction: "DENY",
|
|
241
|
+
* CreateAndUpdateIntercomAction: "DENY",
|
|
242
|
+
* ShareIntercomAction: "DENY",
|
|
243
|
+
* UseIntercomAction: "DENY",
|
|
244
|
+
* NewRelicAction: "DENY",
|
|
245
|
+
* CreateAndUpdateNewRelicAction: "DENY",
|
|
246
|
+
* ShareNewRelicAction: "DENY",
|
|
247
|
+
* UseNewRelicAction: "DENY",
|
|
76
248
|
* Space: "DENY",
|
|
77
249
|
* ChatAgent: "DENY",
|
|
78
250
|
* CreateChatAgents: "DENY",
|
|
@@ -4903,6 +4903,17 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4903
4903
|
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4904
4904
|
* },
|
|
4905
4905
|
* },
|
|
4906
|
+
* Groups: [ // SheetLayoutGroupList
|
|
4907
|
+
* { // SheetLayoutGroup
|
|
4908
|
+
* Id: "STRING_VALUE", // required
|
|
4909
|
+
* Members: [ // SheetLayoutGroupMemberList // required
|
|
4910
|
+
* { // SheetLayoutGroupMember
|
|
4911
|
+
* Id: "STRING_VALUE", // required
|
|
4912
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
4913
|
+
* },
|
|
4914
|
+
* ],
|
|
4915
|
+
* },
|
|
4916
|
+
* ],
|
|
4906
4917
|
* },
|
|
4907
4918
|
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4908
4919
|
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -4835,6 +4835,17 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4835
4835
|
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4836
4836
|
* },
|
|
4837
4837
|
* },
|
|
4838
|
+
* Groups: [ // SheetLayoutGroupList
|
|
4839
|
+
* { // SheetLayoutGroup
|
|
4840
|
+
* Id: "STRING_VALUE", // required
|
|
4841
|
+
* Members: [ // SheetLayoutGroupMemberList // required
|
|
4842
|
+
* { // SheetLayoutGroupMember
|
|
4843
|
+
* Id: "STRING_VALUE", // required
|
|
4844
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
4845
|
+
* },
|
|
4846
|
+
* ],
|
|
4847
|
+
* },
|
|
4848
|
+
* ],
|
|
4838
4849
|
* },
|
|
4839
4850
|
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4840
4851
|
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -888,6 +888,18 @@ export declare const LayoutElementType: {
|
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
890
890
|
export type LayoutElementType = (typeof LayoutElementType)[keyof typeof LayoutElementType];
|
|
891
|
+
/**
|
|
892
|
+
* @public
|
|
893
|
+
* @enum
|
|
894
|
+
*/
|
|
895
|
+
export declare const SheetLayoutGroupMemberType: {
|
|
896
|
+
readonly ELEMENT: "ELEMENT";
|
|
897
|
+
readonly GROUP: "GROUP";
|
|
898
|
+
};
|
|
899
|
+
/**
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
export type SheetLayoutGroupMemberType = (typeof SheetLayoutGroupMemberType)[keyof typeof SheetLayoutGroupMemberType];
|
|
891
903
|
/**
|
|
892
904
|
* @public
|
|
893
905
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding,
|
|
1
|
+
import { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ConnectionAuthType, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, PivotTableDataPathType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SelectedTooltipType, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget, TooltipTitleType, TopicTimeGranularity, URLTargetConfiguration, ValueWhenUnsetOption, Visibility, VisualCustomActionTrigger, VisualHighlightTrigger, WidgetStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The Quick Sight customizations associated with your Amazon Web Services account or a Quick Sight namespace in a specific Amazon Web Services Region.</p>
|
|
4
4
|
* @public
|
|
@@ -4796,6 +4796,38 @@ export interface FreeFormLayoutElement {
|
|
|
4796
4796
|
*/
|
|
4797
4797
|
Padding?: string | undefined;
|
|
4798
4798
|
}
|
|
4799
|
+
/**
|
|
4800
|
+
* <p>A member of a sheet layout group.</p>
|
|
4801
|
+
* @public
|
|
4802
|
+
*/
|
|
4803
|
+
export interface SheetLayoutGroupMember {
|
|
4804
|
+
/**
|
|
4805
|
+
* <p>The unique identifier of the group member.</p>
|
|
4806
|
+
* @public
|
|
4807
|
+
*/
|
|
4808
|
+
Id: string | undefined;
|
|
4809
|
+
/**
|
|
4810
|
+
* <p>The type of the group member.</p>
|
|
4811
|
+
* @public
|
|
4812
|
+
*/
|
|
4813
|
+
Type: SheetLayoutGroupMemberType | undefined;
|
|
4814
|
+
}
|
|
4815
|
+
/**
|
|
4816
|
+
* <p>A group of elements within a sheet layout.</p>
|
|
4817
|
+
* @public
|
|
4818
|
+
*/
|
|
4819
|
+
export interface SheetLayoutGroup {
|
|
4820
|
+
/**
|
|
4821
|
+
* <p>A unique identifier for the group.</p>
|
|
4822
|
+
* @public
|
|
4823
|
+
*/
|
|
4824
|
+
Id: string | undefined;
|
|
4825
|
+
/**
|
|
4826
|
+
* <p>The members of the group.</p>
|
|
4827
|
+
* @public
|
|
4828
|
+
*/
|
|
4829
|
+
Members: SheetLayoutGroupMember[] | undefined;
|
|
4830
|
+
}
|
|
4799
4831
|
/**
|
|
4800
4832
|
* <p>The configuration of a free-form layout.</p>
|
|
4801
4833
|
* @public
|
|
@@ -4811,6 +4843,11 @@ export interface FreeFormLayoutConfiguration {
|
|
|
4811
4843
|
* @public
|
|
4812
4844
|
*/
|
|
4813
4845
|
CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions | undefined;
|
|
4846
|
+
/**
|
|
4847
|
+
* <p>The groups that are included in a free-form layout.</p>
|
|
4848
|
+
* @public
|
|
4849
|
+
*/
|
|
4850
|
+
Groups?: SheetLayoutGroup[] | undefined;
|
|
4814
4851
|
}
|
|
4815
4852
|
/**
|
|
4816
4853
|
* <p>The background style configuration of a grid layout element.</p>
|
|
@@ -7410,130 +7447,3 @@ export interface VisualPalette {
|
|
|
7410
7447
|
*/
|
|
7411
7448
|
ColorMap?: DataPathColor[] | undefined;
|
|
7412
7449
|
}
|
|
7413
|
-
/**
|
|
7414
|
-
* <p>The configuration of a <code>BarChartVisual</code>.</p>
|
|
7415
|
-
* @public
|
|
7416
|
-
*/
|
|
7417
|
-
export interface BarChartConfiguration {
|
|
7418
|
-
/**
|
|
7419
|
-
* <p>The field wells of the visual.</p>
|
|
7420
|
-
* @public
|
|
7421
|
-
*/
|
|
7422
|
-
FieldWells?: BarChartFieldWells | undefined;
|
|
7423
|
-
/**
|
|
7424
|
-
* <p>The sort configuration of a <code>BarChartVisual</code>.</p>
|
|
7425
|
-
* @public
|
|
7426
|
-
*/
|
|
7427
|
-
SortConfiguration?: BarChartSortConfiguration | undefined;
|
|
7428
|
-
/**
|
|
7429
|
-
* <p>The orientation of the bars in a bar chart visual. There are two valid values in this structure:</p>
|
|
7430
|
-
* <ul>
|
|
7431
|
-
* <li>
|
|
7432
|
-
* <p>
|
|
7433
|
-
* <code>HORIZONTAL</code>: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.</p>
|
|
7434
|
-
* </li>
|
|
7435
|
-
* <li>
|
|
7436
|
-
* <p>
|
|
7437
|
-
* <code>VERTICAL</code>: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.</p>
|
|
7438
|
-
* </li>
|
|
7439
|
-
* </ul>
|
|
7440
|
-
* @public
|
|
7441
|
-
*/
|
|
7442
|
-
Orientation?: BarChartOrientation | undefined;
|
|
7443
|
-
/**
|
|
7444
|
-
* <p>Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.</p>
|
|
7445
|
-
* @public
|
|
7446
|
-
*/
|
|
7447
|
-
BarsArrangement?: BarsArrangement | undefined;
|
|
7448
|
-
/**
|
|
7449
|
-
* <p>The palette (chart color) display setup of the visual.</p>
|
|
7450
|
-
* @public
|
|
7451
|
-
*/
|
|
7452
|
-
VisualPalette?: VisualPalette | undefined;
|
|
7453
|
-
/**
|
|
7454
|
-
* <p>The small multiples setup for the visual.</p>
|
|
7455
|
-
* @public
|
|
7456
|
-
*/
|
|
7457
|
-
SmallMultiplesOptions?: SmallMultiplesOptions | undefined;
|
|
7458
|
-
/**
|
|
7459
|
-
* <p>The label display options (grid line, range, scale, axis step) for bar chart category.</p>
|
|
7460
|
-
* @public
|
|
7461
|
-
*/
|
|
7462
|
-
CategoryAxis?: AxisDisplayOptions | undefined;
|
|
7463
|
-
/**
|
|
7464
|
-
* <p>The label options (label text, label visibility and sort icon visibility) for a bar chart.</p>
|
|
7465
|
-
* @public
|
|
7466
|
-
*/
|
|
7467
|
-
CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
7468
|
-
/**
|
|
7469
|
-
* <p>The label display options (grid line, range, scale, axis step) for a bar chart value.</p>
|
|
7470
|
-
* @public
|
|
7471
|
-
*/
|
|
7472
|
-
ValueAxis?: AxisDisplayOptions | undefined;
|
|
7473
|
-
/**
|
|
7474
|
-
* <p>The label options (label text, label visibility and sort icon visibility) for a bar chart value.</p>
|
|
7475
|
-
* @public
|
|
7476
|
-
*/
|
|
7477
|
-
ValueLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
7478
|
-
/**
|
|
7479
|
-
* <p>The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.</p>
|
|
7480
|
-
* @public
|
|
7481
|
-
*/
|
|
7482
|
-
ColorLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
7483
|
-
/**
|
|
7484
|
-
* <p>The options that determine the default presentation of all bar series in <code>BarChartVisual</code>.</p>
|
|
7485
|
-
* @public
|
|
7486
|
-
*/
|
|
7487
|
-
DefaultSeriesSettings?: BarChartDefaultSeriesSettings | undefined;
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>The series item configuration of a <code>BarChartVisual</code>.</p>
|
|
7490
|
-
* @public
|
|
7491
|
-
*/
|
|
7492
|
-
Series?: BarSeriesItem[] | undefined;
|
|
7493
|
-
/**
|
|
7494
|
-
* <p>The legend display setup of the visual.</p>
|
|
7495
|
-
* @public
|
|
7496
|
-
*/
|
|
7497
|
-
Legend?: LegendOptions | undefined;
|
|
7498
|
-
/**
|
|
7499
|
-
* <p>The options that determine if visual data labels are displayed.</p>
|
|
7500
|
-
* @public
|
|
7501
|
-
*/
|
|
7502
|
-
DataLabels?: DataLabelOptions | undefined;
|
|
7503
|
-
/**
|
|
7504
|
-
* <p>The tooltip display setup of the visual.</p>
|
|
7505
|
-
* @public
|
|
7506
|
-
*/
|
|
7507
|
-
Tooltip?: TooltipOptions | undefined;
|
|
7508
|
-
/**
|
|
7509
|
-
* <p>The reference line setup of the visual.</p>
|
|
7510
|
-
* @public
|
|
7511
|
-
*/
|
|
7512
|
-
ReferenceLines?: ReferenceLine[] | undefined;
|
|
7513
|
-
/**
|
|
7514
|
-
* <p>The contribution analysis (anomaly configuration) setup of the visual.</p>
|
|
7515
|
-
* @public
|
|
7516
|
-
*/
|
|
7517
|
-
ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | undefined;
|
|
7518
|
-
/**
|
|
7519
|
-
* <p>The general visual interactions setup for a visual.</p>
|
|
7520
|
-
* @public
|
|
7521
|
-
*/
|
|
7522
|
-
Interactions?: VisualInteractionOptions | undefined;
|
|
7523
|
-
}
|
|
7524
|
-
/**
|
|
7525
|
-
* <p>The category drill down filter.</p>
|
|
7526
|
-
* @public
|
|
7527
|
-
*/
|
|
7528
|
-
export interface CategoryDrillDownFilter {
|
|
7529
|
-
/**
|
|
7530
|
-
* <p>The column that the filter is applied to.</p>
|
|
7531
|
-
* @public
|
|
7532
|
-
*/
|
|
7533
|
-
Column: ColumnIdentifier | undefined;
|
|
7534
|
-
/**
|
|
7535
|
-
* <p>A list of the string inputs that are the values of the category drill down filter.</p>
|
|
7536
|
-
* @public
|
|
7537
|
-
*/
|
|
7538
|
-
CategoryValues: string[] | undefined;
|
|
7539
|
-
}
|