@aws-sdk/client-quicksight 3.972.0 → 3.973.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 +1 -1
|
@@ -4862,6 +4862,17 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4862
4862
|
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4863
4863
|
* },
|
|
4864
4864
|
* },
|
|
4865
|
+
* Groups: [ // SheetLayoutGroupList
|
|
4866
|
+
* { // SheetLayoutGroup
|
|
4867
|
+
* Id: "STRING_VALUE", // required
|
|
4868
|
+
* Members: [ // SheetLayoutGroupMemberList // required
|
|
4869
|
+
* { // SheetLayoutGroupMember
|
|
4870
|
+
* Id: "STRING_VALUE", // required
|
|
4871
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
4872
|
+
* },
|
|
4873
|
+
* ],
|
|
4874
|
+
* },
|
|
4875
|
+
* ],
|
|
4865
4876
|
* },
|
|
4866
4877
|
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4867
4878
|
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -73,6 +73,178 @@ declare const CreateCustomPermissionsCommand_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",
|
|
@@ -4918,6 +4918,17 @@ declare const CreateDashboardCommand_base: {
|
|
|
4918
4918
|
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4919
4919
|
* },
|
|
4920
4920
|
* },
|
|
4921
|
+
* Groups: [ // SheetLayoutGroupList
|
|
4922
|
+
* { // SheetLayoutGroup
|
|
4923
|
+
* Id: "STRING_VALUE", // required
|
|
4924
|
+
* Members: [ // SheetLayoutGroupMemberList // required
|
|
4925
|
+
* { // SheetLayoutGroupMember
|
|
4926
|
+
* Id: "STRING_VALUE", // required
|
|
4927
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
4928
|
+
* },
|
|
4929
|
+
* ],
|
|
4930
|
+
* },
|
|
4931
|
+
* ],
|
|
4921
4932
|
* },
|
|
4922
4933
|
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4923
4934
|
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -4856,6 +4856,17 @@ declare const CreateTemplateCommand_base: {
|
|
|
4856
4856
|
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4857
4857
|
* },
|
|
4858
4858
|
* },
|
|
4859
|
+
* Groups: [ // SheetLayoutGroupList
|
|
4860
|
+
* { // SheetLayoutGroup
|
|
4861
|
+
* Id: "STRING_VALUE", // required
|
|
4862
|
+
* Members: [ // SheetLayoutGroupMemberList // required
|
|
4863
|
+
* { // SheetLayoutGroupMember
|
|
4864
|
+
* Id: "STRING_VALUE", // required
|
|
4865
|
+
* Type: "ELEMENT" || "GROUP", // required
|
|
4866
|
+
* },
|
|
4867
|
+
* ],
|
|
4868
|
+
* },
|
|
4869
|
+
* ],
|
|
4859
4870
|
* },
|
|
4860
4871
|
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4861
4872
|
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -4828,6 +4828,17 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4828
4828
|
* // OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4829
4829
|
* // },
|
|
4830
4830
|
* // },
|
|
4831
|
+
* // Groups: [ // SheetLayoutGroupList
|
|
4832
|
+
* // { // SheetLayoutGroup
|
|
4833
|
+
* // Id: "STRING_VALUE", // required
|
|
4834
|
+
* // Members: [ // SheetLayoutGroupMemberList // required
|
|
4835
|
+
* // { // SheetLayoutGroupMember
|
|
4836
|
+
* // Id: "STRING_VALUE", // required
|
|
4837
|
+
* // Type: "ELEMENT" || "GROUP", // required
|
|
4838
|
+
* // },
|
|
4839
|
+
* // ],
|
|
4840
|
+
* // },
|
|
4841
|
+
* // ],
|
|
4831
4842
|
* // },
|
|
4832
4843
|
* // SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4833
4844
|
* // HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -81,6 +81,178 @@ declare const DescribeCustomPermissionsCommand_base: {
|
|
|
81
81
|
* // UseAgentWebSearch: "DENY",
|
|
82
82
|
* // KnowledgeBase: "DENY",
|
|
83
83
|
* // Action: "DENY",
|
|
84
|
+
* // GenericHTTPAction: "DENY",
|
|
85
|
+
* // CreateAndUpdateGenericHTTPAction: "DENY",
|
|
86
|
+
* // ShareGenericHTTPAction: "DENY",
|
|
87
|
+
* // UseGenericHTTPAction: "DENY",
|
|
88
|
+
* // AsanaAction: "DENY",
|
|
89
|
+
* // CreateAndUpdateAsanaAction: "DENY",
|
|
90
|
+
* // ShareAsanaAction: "DENY",
|
|
91
|
+
* // UseAsanaAction: "DENY",
|
|
92
|
+
* // SlackAction: "DENY",
|
|
93
|
+
* // CreateAndUpdateSlackAction: "DENY",
|
|
94
|
+
* // ShareSlackAction: "DENY",
|
|
95
|
+
* // UseSlackAction: "DENY",
|
|
96
|
+
* // ServiceNowAction: "DENY",
|
|
97
|
+
* // CreateAndUpdateServiceNowAction: "DENY",
|
|
98
|
+
* // ShareServiceNowAction: "DENY",
|
|
99
|
+
* // UseServiceNowAction: "DENY",
|
|
100
|
+
* // SalesforceAction: "DENY",
|
|
101
|
+
* // CreateAndUpdateSalesforceAction: "DENY",
|
|
102
|
+
* // ShareSalesforceAction: "DENY",
|
|
103
|
+
* // UseSalesforceAction: "DENY",
|
|
104
|
+
* // MSExchangeAction: "DENY",
|
|
105
|
+
* // CreateAndUpdateMSExchangeAction: "DENY",
|
|
106
|
+
* // ShareMSExchangeAction: "DENY",
|
|
107
|
+
* // UseMSExchangeAction: "DENY",
|
|
108
|
+
* // PagerDutyAction: "DENY",
|
|
109
|
+
* // CreateAndUpdatePagerDutyAction: "DENY",
|
|
110
|
+
* // SharePagerDutyAction: "DENY",
|
|
111
|
+
* // UsePagerDutyAction: "DENY",
|
|
112
|
+
* // JiraAction: "DENY",
|
|
113
|
+
* // CreateAndUpdateJiraAction: "DENY",
|
|
114
|
+
* // ShareJiraAction: "DENY",
|
|
115
|
+
* // UseJiraAction: "DENY",
|
|
116
|
+
* // ConfluenceAction: "DENY",
|
|
117
|
+
* // CreateAndUpdateConfluenceAction: "DENY",
|
|
118
|
+
* // ShareConfluenceAction: "DENY",
|
|
119
|
+
* // UseConfluenceAction: "DENY",
|
|
120
|
+
* // OneDriveAction: "DENY",
|
|
121
|
+
* // CreateAndUpdateOneDriveAction: "DENY",
|
|
122
|
+
* // ShareOneDriveAction: "DENY",
|
|
123
|
+
* // UseOneDriveAction: "DENY",
|
|
124
|
+
* // SharePointAction: "DENY",
|
|
125
|
+
* // CreateAndUpdateSharePointAction: "DENY",
|
|
126
|
+
* // ShareSharePointAction: "DENY",
|
|
127
|
+
* // UseSharePointAction: "DENY",
|
|
128
|
+
* // MSTeamsAction: "DENY",
|
|
129
|
+
* // CreateAndUpdateMSTeamsAction: "DENY",
|
|
130
|
+
* // ShareMSTeamsAction: "DENY",
|
|
131
|
+
* // UseMSTeamsAction: "DENY",
|
|
132
|
+
* // GoogleCalendarAction: "DENY",
|
|
133
|
+
* // CreateAndUpdateGoogleCalendarAction: "DENY",
|
|
134
|
+
* // ShareGoogleCalendarAction: "DENY",
|
|
135
|
+
* // UseGoogleCalendarAction: "DENY",
|
|
136
|
+
* // ZendeskAction: "DENY",
|
|
137
|
+
* // CreateAndUpdateZendeskAction: "DENY",
|
|
138
|
+
* // ShareZendeskAction: "DENY",
|
|
139
|
+
* // UseZendeskAction: "DENY",
|
|
140
|
+
* // SmartsheetAction: "DENY",
|
|
141
|
+
* // CreateAndUpdateSmartsheetAction: "DENY",
|
|
142
|
+
* // ShareSmartsheetAction: "DENY",
|
|
143
|
+
* // UseSmartsheetAction: "DENY",
|
|
144
|
+
* // SAPBusinessPartnerAction: "DENY",
|
|
145
|
+
* // CreateAndUpdateSAPBusinessPartnerAction: "DENY",
|
|
146
|
+
* // ShareSAPBusinessPartnerAction: "DENY",
|
|
147
|
+
* // UseSAPBusinessPartnerAction: "DENY",
|
|
148
|
+
* // SAPProductMasterDataAction: "DENY",
|
|
149
|
+
* // CreateAndUpdateSAPProductMasterDataAction: "DENY",
|
|
150
|
+
* // ShareSAPProductMasterDataAction: "DENY",
|
|
151
|
+
* // UseSAPProductMasterDataAction: "DENY",
|
|
152
|
+
* // SAPPhysicalInventoryAction: "DENY",
|
|
153
|
+
* // CreateAndUpdateSAPPhysicalInventoryAction: "DENY",
|
|
154
|
+
* // ShareSAPPhysicalInventoryAction: "DENY",
|
|
155
|
+
* // UseSAPPhysicalInventoryAction: "DENY",
|
|
156
|
+
* // SAPBillOfMaterialAction: "DENY",
|
|
157
|
+
* // CreateAndUpdateSAPBillOfMaterialAction: "DENY",
|
|
158
|
+
* // ShareSAPBillOfMaterialAction: "DENY",
|
|
159
|
+
* // UseSAPBillOfMaterialAction: "DENY",
|
|
160
|
+
* // SAPMaterialStockAction: "DENY",
|
|
161
|
+
* // CreateAndUpdateSAPMaterialStockAction: "DENY",
|
|
162
|
+
* // ShareSAPMaterialStockAction: "DENY",
|
|
163
|
+
* // UseSAPMaterialStockAction: "DENY",
|
|
164
|
+
* // FactSetAction: "DENY",
|
|
165
|
+
* // CreateAndUpdateFactSetAction: "DENY",
|
|
166
|
+
* // ShareFactSetAction: "DENY",
|
|
167
|
+
* // UseFactSetAction: "DENY",
|
|
168
|
+
* // AmazonSThreeAction: "DENY",
|
|
169
|
+
* // CreateAndUpdateAmazonSThreeAction: "DENY",
|
|
170
|
+
* // ShareAmazonSThreeAction: "DENY",
|
|
171
|
+
* // UseAmazonSThreeAction: "DENY",
|
|
172
|
+
* // TextractAction: "DENY",
|
|
173
|
+
* // CreateAndUpdateTextractAction: "DENY",
|
|
174
|
+
* // ShareTextractAction: "DENY",
|
|
175
|
+
* // UseTextractAction: "DENY",
|
|
176
|
+
* // ComprehendAction: "DENY",
|
|
177
|
+
* // CreateAndUpdateComprehendAction: "DENY",
|
|
178
|
+
* // ShareComprehendAction: "DENY",
|
|
179
|
+
* // UseComprehendAction: "DENY",
|
|
180
|
+
* // ComprehendMedicalAction: "DENY",
|
|
181
|
+
* // CreateAndUpdateComprehendMedicalAction: "DENY",
|
|
182
|
+
* // ShareComprehendMedicalAction: "DENY",
|
|
183
|
+
* // UseComprehendMedicalAction: "DENY",
|
|
184
|
+
* // AmazonBedrockARSAction: "DENY",
|
|
185
|
+
* // CreateAndUpdateAmazonBedrockARSAction: "DENY",
|
|
186
|
+
* // ShareAmazonBedrockARSAction: "DENY",
|
|
187
|
+
* // UseAmazonBedrockARSAction: "DENY",
|
|
188
|
+
* // AmazonBedrockFSAction: "DENY",
|
|
189
|
+
* // CreateAndUpdateAmazonBedrockFSAction: "DENY",
|
|
190
|
+
* // ShareAmazonBedrockFSAction: "DENY",
|
|
191
|
+
* // UseAmazonBedrockFSAction: "DENY",
|
|
192
|
+
* // AmazonBedrockKRSAction: "DENY",
|
|
193
|
+
* // CreateAndUpdateAmazonBedrockKRSAction: "DENY",
|
|
194
|
+
* // ShareAmazonBedrockKRSAction: "DENY",
|
|
195
|
+
* // UseAmazonBedrockKRSAction: "DENY",
|
|
196
|
+
* // MCPAction: "DENY",
|
|
197
|
+
* // CreateAndUpdateMCPAction: "DENY",
|
|
198
|
+
* // ShareMCPAction: "DENY",
|
|
199
|
+
* // UseMCPAction: "DENY",
|
|
200
|
+
* // OpenAPIAction: "DENY",
|
|
201
|
+
* // CreateAndUpdateOpenAPIAction: "DENY",
|
|
202
|
+
* // ShareOpenAPIAction: "DENY",
|
|
203
|
+
* // UseOpenAPIAction: "DENY",
|
|
204
|
+
* // SandPGMIAction: "DENY",
|
|
205
|
+
* // CreateAndUpdateSandPGMIAction: "DENY",
|
|
206
|
+
* // ShareSandPGMIAction: "DENY",
|
|
207
|
+
* // UseSandPGMIAction: "DENY",
|
|
208
|
+
* // SandPGlobalEnergyAction: "DENY",
|
|
209
|
+
* // CreateAndUpdateSandPGlobalEnergyAction: "DENY",
|
|
210
|
+
* // ShareSandPGlobalEnergyAction: "DENY",
|
|
211
|
+
* // UseSandPGlobalEnergyAction: "DENY",
|
|
212
|
+
* // BambooHRAction: "DENY",
|
|
213
|
+
* // CreateAndUpdateBambooHRAction: "DENY",
|
|
214
|
+
* // ShareBambooHRAction: "DENY",
|
|
215
|
+
* // UseBambooHRAction: "DENY",
|
|
216
|
+
* // BoxAgentAction: "DENY",
|
|
217
|
+
* // CreateAndUpdateBoxAgentAction: "DENY",
|
|
218
|
+
* // ShareBoxAgentAction: "DENY",
|
|
219
|
+
* // UseBoxAgentAction: "DENY",
|
|
220
|
+
* // CanvaAgentAction: "DENY",
|
|
221
|
+
* // CreateAndUpdateCanvaAgentAction: "DENY",
|
|
222
|
+
* // ShareCanvaAgentAction: "DENY",
|
|
223
|
+
* // UseCanvaAgentAction: "DENY",
|
|
224
|
+
* // GithubAction: "DENY",
|
|
225
|
+
* // CreateAndUpdateGithubAction: "DENY",
|
|
226
|
+
* // ShareGithubAction: "DENY",
|
|
227
|
+
* // UseGithubAction: "DENY",
|
|
228
|
+
* // NotionAction: "DENY",
|
|
229
|
+
* // CreateAndUpdateNotionAction: "DENY",
|
|
230
|
+
* // ShareNotionAction: "DENY",
|
|
231
|
+
* // UseNotionAction: "DENY",
|
|
232
|
+
* // LinearAction: "DENY",
|
|
233
|
+
* // CreateAndUpdateLinearAction: "DENY",
|
|
234
|
+
* // ShareLinearAction: "DENY",
|
|
235
|
+
* // UseLinearAction: "DENY",
|
|
236
|
+
* // HuggingFaceAction: "DENY",
|
|
237
|
+
* // CreateAndUpdateHuggingFaceAction: "DENY",
|
|
238
|
+
* // ShareHuggingFaceAction: "DENY",
|
|
239
|
+
* // UseHuggingFaceAction: "DENY",
|
|
240
|
+
* // MondayAction: "DENY",
|
|
241
|
+
* // CreateAndUpdateMondayAction: "DENY",
|
|
242
|
+
* // ShareMondayAction: "DENY",
|
|
243
|
+
* // UseMondayAction: "DENY",
|
|
244
|
+
* // HubspotAction: "DENY",
|
|
245
|
+
* // CreateAndUpdateHubspotAction: "DENY",
|
|
246
|
+
* // ShareHubspotAction: "DENY",
|
|
247
|
+
* // UseHubspotAction: "DENY",
|
|
248
|
+
* // IntercomAction: "DENY",
|
|
249
|
+
* // CreateAndUpdateIntercomAction: "DENY",
|
|
250
|
+
* // ShareIntercomAction: "DENY",
|
|
251
|
+
* // UseIntercomAction: "DENY",
|
|
252
|
+
* // NewRelicAction: "DENY",
|
|
253
|
+
* // CreateAndUpdateNewRelicAction: "DENY",
|
|
254
|
+
* // ShareNewRelicAction: "DENY",
|
|
255
|
+
* // UseNewRelicAction: "DENY",
|
|
84
256
|
* // Space: "DENY",
|
|
85
257
|
* // ChatAgent: "DENY",
|
|
86
258
|
* // CreateChatAgents: "DENY",
|
|
@@ -4829,6 +4829,17 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4829
4829
|
* // OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4830
4830
|
* // },
|
|
4831
4831
|
* // },
|
|
4832
|
+
* // Groups: [ // SheetLayoutGroupList
|
|
4833
|
+
* // { // SheetLayoutGroup
|
|
4834
|
+
* // Id: "STRING_VALUE", // required
|
|
4835
|
+
* // Members: [ // SheetLayoutGroupMemberList // required
|
|
4836
|
+
* // { // SheetLayoutGroupMember
|
|
4837
|
+
* // Id: "STRING_VALUE", // required
|
|
4838
|
+
* // Type: "ELEMENT" || "GROUP", // required
|
|
4839
|
+
* // },
|
|
4840
|
+
* // ],
|
|
4841
|
+
* // },
|
|
4842
|
+
* // ],
|
|
4832
4843
|
* // },
|
|
4833
4844
|
* // SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4834
4845
|
* // HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeTemplateAliasRequest
|
|
3
|
+
import type { DescribeTemplateAliasRequest } from "../models/models_3";
|
|
4
|
+
import type { DescribeTemplateAliasResponse } from "../models/models_4";
|
|
4
5
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeTemplateDefinitionRequest } from "../models/
|
|
4
|
-
import type { DescribeTemplateDefinitionResponse } from "../models/models_4";
|
|
3
|
+
import type { DescribeTemplateDefinitionRequest, DescribeTemplateDefinitionResponse } from "../models/models_4";
|
|
5
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -4849,6 +4848,17 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4849
4848
|
* // OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4850
4849
|
* // },
|
|
4851
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
|
+
* // ],
|
|
4852
4862
|
* // },
|
|
4853
4863
|
* // SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
4854
4864
|
* // HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|