@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.
Files changed (35) hide show
  1. package/dist-cjs/index.js +232 -32
  2. package/dist-es/models/enums.js +4 -0
  3. package/dist-es/schemas/schemas_0.js +225 -32
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +172 -0
  6. package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +172 -0
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -2
  13. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +172 -0
  14. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
  15. package/dist-types/commands/UpdateAnalysisCommand.d.ts +11 -0
  16. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +172 -0
  17. package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
  18. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  19. package/dist-types/models/enums.d.ts +12 -0
  20. package/dist-types/models/models_0.d.ts +38 -128
  21. package/dist-types/models/models_1.d.ts +129 -54
  22. package/dist-types/models/models_2.d.ts +1139 -273
  23. package/dist-types/models/models_3.d.ts +47 -50
  24. package/dist-types/models/models_4.d.ts +51 -2
  25. package/dist-types/schemas/schemas_0.d.ts +2 -0
  26. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +4 -2
  28. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +10 -27
  30. package/dist-types/ts3.4/models/models_1.d.ts +30 -19
  31. package/dist-types/ts3.4/models/models_2.d.ts +191 -12
  32. package/dist-types/ts3.4/models/models_3.d.ts +12 -12
  33. package/dist-types/ts3.4/models/models_4.d.ts +12 -1
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  35. package/package.json +17 -17
@@ -1,6 +1,58 @@
1
- import { ActionConnectorType, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ColumnTagName, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DatasetParameterValueType, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, InputColumnDataType, JoinOperationType, JoinType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType } from "./enums";
2
- import { type AccountCustomization, type AdHocFilteringOption, type AggFunction, type AggregateOperation, type AnalysisDefaults, type AssetOptions, type ChartAxisLabelOptions, type DataPrepAggregationFunction, type QueryExecutionOptions, type TransformOperationSource, type VisualCustomActionDefaults, type VisualInteractionOptions, type VisualMenuOption, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, CalculatedField, ColumnConfiguration, DataSetColumnIdMapping, DataSetIdentifierDeclaration, FilterControl, FilterGroup, Layout, ParameterControl, ParameterDeclaration, SheetControlLayout, SheetImage, SheetTextBox, VisualCustomAction } from "./models_0";
3
- import { type BarChartVisual, type BoxPlotVisual, type ComboChartVisual, type CustomContentVisual, type EmptyVisual, type FilledMapVisual, type FunnelChartVisual, type GaugeChartVisual, type GeospatialMapVisual, type HeatMapVisual, type HistogramVisual, type InsightVisual, type KPIVisual, type LayerMapVisual, type LineChartVisual, type PieChartVisual, type PivotTableVisual, type PluginVisual, type RadarChartVisual, type SankeyDiagramVisual, type ScatterPlotVisual, type TableVisual, type TreeMapVisual, type VisualSubtitleLabelOptions, type VisualTitleLabelOptions, type WaterfallVisual, type WordCloudFieldWells, type WordCloudOptions, type WordCloudSortConfiguration, ColumnHierarchy } from "./models_1";
1
+ import { ActionConnectorType, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ColumnTagName, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DatasetParameterValueType, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, InputColumnDataType, JoinOperationType, JoinType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
2
+ import { type AccountCustomization, type AdHocFilteringOption, type AggFunction, type AggregateOperation, type AnalysisDefaults, type AssetOptions, type ChartAxisLabelOptions, type DataPrepAggregationFunction, type ItemsLimitConfiguration, type QueryExecutionOptions, type TransformOperationSource, type VisualCustomActionDefaults, type VisualInteractionOptions, type VisualMenuOption, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, CalculatedField, ColumnConfiguration, DataSetColumnIdMapping, DataSetIdentifierDeclaration, FieldSortOptions, FilterControl, FilterGroup, Layout, ParameterControl, ParameterDeclaration, SheetControlLayout, SheetImage, SheetTextBox, VisualCustomAction } from "./models_0";
3
+ import { type BarChartVisual, type BoxPlotVisual, type ComboChartVisual, type CustomContentVisual, type EmptyVisual, type FilledMapVisual, type FunnelChartVisual, type GaugeChartVisual, type GeospatialMapVisual, type HeatMapVisual, type HistogramVisual, type InsightVisual, type KPIVisual, type LayerMapVisual, type LineChartVisual, type PieChartVisual, type PivotTableVisual, type PluginVisual, type RadarChartVisual, type SankeyDiagramVisual, type ScatterPlotVisual, type TableVisual, type TreeMapVisual, type VisualSubtitleLabelOptions, type VisualTitleLabelOptions, type WaterfallVisual, type WordCloudFieldWells, ColumnHierarchy } from "./models_1";
4
+ /**
5
+ * <p>The sort configuration of a word cloud visual.</p>
6
+ * @public
7
+ */
8
+ export interface WordCloudSortConfiguration {
9
+ /**
10
+ * <p>The limit on the number of groups that are displayed in a word cloud.</p>
11
+ * @public
12
+ */
13
+ CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
14
+ /**
15
+ * <p>The sort configuration of group by fields.</p>
16
+ * @public
17
+ */
18
+ CategorySort?: FieldSortOptions[] | undefined;
19
+ }
20
+ /**
21
+ * <p>The word cloud options for a word cloud visual.</p>
22
+ * @public
23
+ */
24
+ export interface WordCloudOptions {
25
+ /**
26
+ * <p>The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.</p>
27
+ * @public
28
+ */
29
+ WordOrientation?: WordCloudWordOrientation | undefined;
30
+ /**
31
+ * <p>The word scaling options (emphasize, normal) for the words in a word cloud.</p>
32
+ * @public
33
+ */
34
+ WordScaling?: WordCloudWordScaling | undefined;
35
+ /**
36
+ * <p>The cloud layout options (fluid, normal) of a word cloud.</p>
37
+ * @public
38
+ */
39
+ CloudLayout?: WordCloudCloudLayout | undefined;
40
+ /**
41
+ * <p>The word casing options (lower_case, existing_case) for the words in a word cloud.</p>
42
+ * @public
43
+ */
44
+ WordCasing?: WordCloudWordCasing | undefined;
45
+ /**
46
+ * <p>The word padding options (none, small, medium, large) for the words in a word cloud.</p>
47
+ * @public
48
+ */
49
+ WordPadding?: WordCloudWordPadding | undefined;
50
+ /**
51
+ * <p>The length limit of each word from 1-100.</p>
52
+ * @public
53
+ */
54
+ MaximumStringLength?: number | undefined;
55
+ }
4
56
  /**
5
57
  * <p>The configuration of a word cloud visual.</p>
6
58
  * @public
@@ -6003,365 +6055,1225 @@ export interface Capabilities {
6003
6055
  */
6004
6056
  Action?: CapabilityState | undefined;
6005
6057
  /**
6006
- * <p>The ability to perform space-related actions.</p>
6058
+ * <p>The ability to perform actions using REST API connection connectors.</p>
6007
6059
  * @public
6008
6060
  */
6009
- Space?: CapabilityState | undefined;
6061
+ GenericHTTPAction?: CapabilityState | undefined;
6010
6062
  /**
6011
- * <p>The ability to perform chat-related actions.</p>
6063
+ * <p>The ability to create and update REST API connection actions.</p>
6012
6064
  * @public
6013
6065
  */
6014
- ChatAgent?: CapabilityState | undefined;
6066
+ CreateAndUpdateGenericHTTPAction?: CapabilityState | undefined;
6015
6067
  /**
6016
- * <p>The ability to create chat agents.</p>
6068
+ * <p>The ability to share REST API connection actions.</p>
6017
6069
  * @public
6018
6070
  */
6019
- CreateChatAgents?: CapabilityState | undefined;
6071
+ ShareGenericHTTPAction?: CapabilityState | undefined;
6020
6072
  /**
6021
- * <p>The ability to perform research-related actions.</p>
6073
+ * <p>The ability to use REST API connection actions.</p>
6022
6074
  * @public
6023
6075
  */
6024
- Research?: CapabilityState | undefined;
6076
+ UseGenericHTTPAction?: CapabilityState | undefined;
6025
6077
  /**
6026
- * <p>The ability to enable users to upgrade their user role.</p>
6078
+ * <p>The ability to perform actions using Asana connectors.</p>
6027
6079
  * @public
6028
6080
  */
6029
- SelfUpgradeUserRole?: CapabilityState | undefined;
6030
- }
6031
- /**
6032
- * <p>A transform operation that casts a column to a different type.</p>
6033
- * @public
6034
- */
6035
- export interface CastColumnTypeOperation {
6081
+ AsanaAction?: CapabilityState | undefined;
6036
6082
  /**
6037
- * <p>Column name.</p>
6083
+ * <p>The ability to create and update Asana actions.</p>
6038
6084
  * @public
6039
6085
  */
6040
- ColumnName: string | undefined;
6086
+ CreateAndUpdateAsanaAction?: CapabilityState | undefined;
6041
6087
  /**
6042
- * <p>New column data type.</p>
6088
+ * <p>The ability to share Asana actions.</p>
6043
6089
  * @public
6044
6090
  */
6045
- NewColumnType: ColumnDataType | undefined;
6091
+ ShareAsanaAction?: CapabilityState | undefined;
6046
6092
  /**
6047
- * <p>The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.</p>
6093
+ * <p>The ability to use Asana actions.</p>
6048
6094
  * @public
6049
6095
  */
6050
- SubType?: ColumnDataSubType | undefined;
6096
+ UseAsanaAction?: CapabilityState | undefined;
6051
6097
  /**
6052
- * <p>When casting a column from string to datetime type, you can supply a string in a
6053
- * format supported by Quick Sight to denote the source data format.</p>
6098
+ * <p>The ability to perform actions using Slack connectors.</p>
6054
6099
  * @public
6055
6100
  */
6056
- Format?: string | undefined;
6057
- }
6058
- /**
6059
- * <p>A transform operation that changes the data types of one or more columns in the dataset.</p>
6060
- * @public
6061
- */
6062
- export interface CastColumnTypesOperation {
6101
+ SlackAction?: CapabilityState | undefined;
6063
6102
  /**
6064
- * <p>Alias for this operation.</p>
6103
+ * <p>The ability to create and update Slack actions.</p>
6065
6104
  * @public
6066
6105
  */
6067
- Alias: string | undefined;
6106
+ CreateAndUpdateSlackAction?: CapabilityState | undefined;
6068
6107
  /**
6069
- * <p>The source transform operation that provides input data for the type casting.</p>
6108
+ * <p>The ability to share Slack actions.</p>
6070
6109
  * @public
6071
6110
  */
6072
- Source: TransformOperationSource | undefined;
6111
+ ShareSlackAction?: CapabilityState | undefined;
6073
6112
  /**
6074
- * <p>The list of column type casting operations to perform.</p>
6113
+ * <p>The ability to use Slack actions.</p>
6075
6114
  * @public
6076
6115
  */
6077
- CastColumnTypeOperations: CastColumnTypeOperation[] | undefined;
6078
- }
6079
- /**
6080
- * <p>A structure that represents the cell value synonym.</p>
6081
- * @public
6082
- */
6083
- export interface CellValueSynonym {
6116
+ UseSlackAction?: CapabilityState | undefined;
6084
6117
  /**
6085
- * <p>The cell value.</p>
6118
+ * <p>The ability to perform actions using ServiceNow connectors.</p>
6086
6119
  * @public
6087
6120
  */
6088
- CellValue?: string | undefined;
6121
+ ServiceNowAction?: CapabilityState | undefined;
6089
6122
  /**
6090
- * <p>Other names or aliases for the cell value.</p>
6123
+ * <p>The ability to create and update ServiceNow actions.</p>
6091
6124
  * @public
6092
6125
  */
6093
- Synonyms?: string[] | undefined;
6094
- }
6095
- /**
6096
- * <p>A structure that represents a collective constant.</p>
6097
- * @public
6098
- */
6099
- export interface CollectiveConstant {
6126
+ CreateAndUpdateServiceNowAction?: CapabilityState | undefined;
6100
6127
  /**
6101
- * <p>A list of values for the collective constant.</p>
6128
+ * <p>The ability to share ServiceNow actions.</p>
6102
6129
  * @public
6103
6130
  */
6104
- ValueList?: string[] | undefined;
6105
- }
6106
- /**
6107
- * <p>Metadata that contains a description for a column.</p>
6108
- * @public
6109
- */
6110
- export interface ColumnDescription {
6131
+ ShareServiceNowAction?: CapabilityState | undefined;
6111
6132
  /**
6112
- * <p>The text of a description for a column.</p>
6133
+ * <p>The ability to use ServiceNow actions.</p>
6113
6134
  * @public
6114
6135
  */
6115
- Text?: string | undefined;
6116
- }
6117
- /**
6118
- * <p>Geospatial column group that denotes a hierarchy.</p>
6119
- * @public
6120
- */
6121
- export interface GeoSpatialColumnGroup {
6136
+ UseServiceNowAction?: CapabilityState | undefined;
6122
6137
  /**
6123
- * <p>A display name for the hierarchy.</p>
6138
+ * <p>The ability to perform actions using Salesforce connectors.</p>
6124
6139
  * @public
6125
6140
  */
6126
- Name: string | undefined;
6141
+ SalesforceAction?: CapabilityState | undefined;
6127
6142
  /**
6128
- * <p>Country code.</p>
6143
+ * <p>The ability to create and update Salesforce actions.</p>
6129
6144
  * @public
6130
6145
  */
6131
- CountryCode?: GeoSpatialCountryCode | undefined;
6146
+ CreateAndUpdateSalesforceAction?: CapabilityState | undefined;
6132
6147
  /**
6133
- * <p>Columns in this hierarchy.</p>
6148
+ * <p>The ability to share Salesforce actions.</p>
6134
6149
  * @public
6135
6150
  */
6136
- Columns: string[] | undefined;
6137
- }
6138
- /**
6139
- * <p>Groupings of columns that work together in certain Quick Sight features. This is
6140
- * a variant type structure. For this structure to be valid, only one of the attributes can
6141
- * be non-null.</p>
6142
- * @public
6143
- */
6144
- export interface ColumnGroup {
6151
+ ShareSalesforceAction?: CapabilityState | undefined;
6145
6152
  /**
6146
- * <p>Geospatial column group that denotes a hierarchy.</p>
6153
+ * <p>The ability to use Salesforce actions.</p>
6147
6154
  * @public
6148
6155
  */
6149
- GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
6150
- }
6151
- /**
6152
- * <p>A structure describing the name, data type, and geographic role of the columns.</p>
6153
- * @public
6154
- */
6155
- export interface ColumnGroupColumnSchema {
6156
+ UseSalesforceAction?: CapabilityState | undefined;
6156
6157
  /**
6157
- * <p>The name of the column group's column schema.</p>
6158
+ * <p>The ability to perform actions using Microsoft Outlook connectors.</p>
6158
6159
  * @public
6159
6160
  */
6160
- Name?: string | undefined;
6161
- }
6162
- /**
6163
- * <p>The column group schema.</p>
6164
- * @public
6165
- */
6166
- export interface ColumnGroupSchema {
6161
+ MSExchangeAction?: CapabilityState | undefined;
6167
6162
  /**
6168
- * <p>The name of the column group schema.</p>
6163
+ * <p>The ability to create and update Microsoft Outlook actions.</p>
6169
6164
  * @public
6170
6165
  */
6171
- Name?: string | undefined;
6166
+ CreateAndUpdateMSExchangeAction?: CapabilityState | undefined;
6172
6167
  /**
6173
- * <p>A structure containing the list of schemas for column group columns.</p>
6168
+ * <p>The ability to share Microsoft Outlook actions.</p>
6174
6169
  * @public
6175
6170
  */
6176
- ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
6177
- }
6178
- /**
6179
- * <p>A rule defined to grant access on one or more restricted columns.
6180
- * Each dataset can have multiple rules.
6181
- * To create a restricted column, you add it to one or more rules.
6182
- * Each rule must contain at least one column and at least one user or group.
6183
- * To be able to see a restricted column, a user or group needs to be added
6184
- * to a rule for that column.</p>
6185
- * @public
6186
- */
6187
- export interface ColumnLevelPermissionRule {
6171
+ ShareMSExchangeAction?: CapabilityState | undefined;
6188
6172
  /**
6189
- * <p>An array of Amazon Resource Names (ARNs) for Quick Sight users or groups.</p>
6173
+ * <p>The ability to use Microsoft Outlook actions.</p>
6190
6174
  * @public
6191
6175
  */
6192
- Principals?: string[] | undefined;
6176
+ UseMSExchangeAction?: CapabilityState | undefined;
6193
6177
  /**
6194
- * <p>An array of column names.</p>
6178
+ * <p>The ability to perform actions using PagerDuty Advance connectors.</p>
6195
6179
  * @public
6196
6180
  */
6197
- ColumnNames?: string[] | undefined;
6198
- }
6199
- /**
6200
- * <p>The column schema.</p>
6201
- * @public
6202
- */
6203
- export interface ColumnSchema {
6181
+ PagerDutyAction?: CapabilityState | undefined;
6204
6182
  /**
6205
- * <p>The name of the column schema.</p>
6183
+ * <p>The ability to create and update PagerDuty Advance actions.</p>
6206
6184
  * @public
6207
6185
  */
6208
- Name?: string | undefined;
6186
+ CreateAndUpdatePagerDutyAction?: CapabilityState | undefined;
6209
6187
  /**
6210
- * <p>The data type of the column schema.</p>
6188
+ * <p>The ability to share PagerDuty Advance actions.</p>
6211
6189
  * @public
6212
6190
  */
6213
- DataType?: string | undefined;
6191
+ SharePagerDutyAction?: CapabilityState | undefined;
6214
6192
  /**
6215
- * <p>The geographic role of the column schema.</p>
6193
+ * <p>The ability to use PagerDuty Advance actions.</p>
6216
6194
  * @public
6217
6195
  */
6218
- GeographicRole?: string | undefined;
6219
- }
6220
- /**
6221
- * <p>A tag for a column in a
6222
- * <code>
6223
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html">TagColumnOperation</a>
6224
- * </code>
6225
- * structure. This is a
6226
- * variant type structure. For this structure to be valid, only one of the attributes can
6227
- * be non-null.</p>
6228
- * @public
6229
- */
6230
- export interface ColumnTag {
6196
+ UsePagerDutyAction?: CapabilityState | undefined;
6231
6197
  /**
6232
- * <p>A geospatial role for a column.</p>
6198
+ * <p>The ability to perform actions using Jira connectors.</p>
6233
6199
  * @public
6234
6200
  */
6235
- ColumnGeographicRole?: GeoSpatialDataRole | undefined;
6201
+ JiraAction?: CapabilityState | undefined;
6236
6202
  /**
6237
- * <p>A description for a column.</p>
6203
+ * <p>The ability to create and update Jira actions.</p>
6238
6204
  * @public
6239
6205
  */
6240
- ColumnDescription?: ColumnDescription | undefined;
6241
- }
6242
- /**
6243
- * <p>Specifies a column to be unpivoted, transforming it from a column into rows with associated values.</p>
6244
- * @public
6245
- */
6246
- export interface ColumnToUnpivot {
6206
+ CreateAndUpdateJiraAction?: CapabilityState | undefined;
6247
6207
  /**
6248
- * <p>The name of the column to unpivot from the source data.</p>
6208
+ * <p>The ability to share Jira actions.</p>
6249
6209
  * @public
6250
6210
  */
6251
- ColumnName?: string | undefined;
6211
+ ShareJiraAction?: CapabilityState | undefined;
6252
6212
  /**
6253
- * <p>The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.</p>
6213
+ * <p>The ability to use Jira actions.</p>
6254
6214
  * @public
6255
6215
  */
6256
- NewValue?: string | undefined;
6257
- }
6258
- /**
6259
- * <p>A structure that represents a comparative order.</p>
6260
- * @public
6261
- */
6262
- export interface ComparativeOrder {
6216
+ UseJiraAction?: CapabilityState | undefined;
6263
6217
  /**
6264
- * <p>The ordering type for a column. Valid values for this structure are <code>GREATER_IS_BETTER</code>, <code>LESSER_IS_BETTER</code> and <code>SPECIFIED</code>.</p>
6218
+ * <p>The ability to perform actions using Atlassian Confluence Cloud connectors.</p>
6265
6219
  * @public
6266
6220
  */
6267
- UseOrdering?: ColumnOrderingType | undefined;
6221
+ ConfluenceAction?: CapabilityState | undefined;
6268
6222
  /**
6269
- * <p>The list of columns to be used in the ordering.</p>
6223
+ * <p>The ability to create and update Atlassian Confluence Cloud actions.</p>
6270
6224
  * @public
6271
6225
  */
6272
- SpecifedOrder?: string[] | undefined;
6226
+ CreateAndUpdateConfluenceAction?: CapabilityState | undefined;
6273
6227
  /**
6274
- * <p>The treat of undefined specified values. Valid values for this structure are <code>LEAST</code> and <code>MOST</code>.</p>
6228
+ * <p>The ability to share Atlassian Confluence Cloud actions.</p>
6275
6229
  * @public
6276
6230
  */
6277
- TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType | undefined;
6278
- }
6279
- /**
6280
- * @public
6281
- */
6282
- export interface CreateAccountCustomizationRequest {
6231
+ ShareConfluenceAction?: CapabilityState | undefined;
6283
6232
  /**
6284
- * <p>The ID for the Amazon Web Services account that you want to customize Quick Sight for.</p>
6233
+ * <p>The ability to use Atlassian Confluence Cloud actions.</p>
6285
6234
  * @public
6286
6235
  */
6287
- AwsAccountId: string | undefined;
6236
+ UseConfluenceAction?: CapabilityState | undefined;
6288
6237
  /**
6289
- * <p>The Quick Sight namespace that you want to add customizations to.</p>
6238
+ * <p>The ability to perform actions using Microsoft OneDrive connectors.</p>
6290
6239
  * @public
6291
6240
  */
6292
- Namespace?: string | undefined;
6241
+ OneDriveAction?: CapabilityState | undefined;
6293
6242
  /**
6294
- * <p>The Quick Sight customizations you're adding. You can add
6295
- * these to an Amazon Web Services account and a QuickSight namespace. </p>
6296
- * <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
6297
- * to the midnight theme: <code>"AccountCustomization": \{ "DefaultTheme":
6298
- * "arn:aws:quicksight::aws:theme/MIDNIGHT" \}</code>. Or, you can add a custom theme by
6299
- * specifying <code>"AccountCustomization": \{ "DefaultTheme":
6300
- * "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
6301
- * \}</code>. </p>
6243
+ * <p>The ability to create and update Microsoft OneDrive actions.</p>
6302
6244
  * @public
6303
6245
  */
6304
- AccountCustomization: AccountCustomization | undefined;
6246
+ CreateAndUpdateOneDriveAction?: CapabilityState | undefined;
6305
6247
  /**
6306
- * <p>A list of the tags that you want to attach to this resource.</p>
6248
+ * <p>The ability to share Microsoft OneDrive actions.</p>
6307
6249
  * @public
6308
6250
  */
6309
- Tags?: Tag[] | undefined;
6310
- }
6311
- /**
6312
- * @public
6313
- */
6314
- export interface CreateAccountCustomizationResponse {
6251
+ ShareOneDriveAction?: CapabilityState | undefined;
6315
6252
  /**
6316
- * <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.</p>
6253
+ * <p>The ability to use Microsoft OneDrive actions.</p>
6317
6254
  * @public
6318
6255
  */
6319
- Arn?: string | undefined;
6256
+ UseOneDriveAction?: CapabilityState | undefined;
6320
6257
  /**
6321
- * <p>The ID for the Amazon Web Services account that you want to customize Quick Sight for.</p>
6258
+ * <p>The ability to perform actions using Microsoft SharePoint Online connectors.</p>
6322
6259
  * @public
6323
6260
  */
6324
- AwsAccountId?: string | undefined;
6261
+ SharePointAction?: CapabilityState | undefined;
6325
6262
  /**
6326
- * <p>The namespace associated with the customization you're creating. </p>
6263
+ * <p>The ability to create and update Microsoft SharePoint Online actions.</p>
6327
6264
  * @public
6328
6265
  */
6329
- Namespace?: string | undefined;
6266
+ CreateAndUpdateSharePointAction?: CapabilityState | undefined;
6330
6267
  /**
6331
- * <p>The Quick Sight customizations you're adding. </p>
6268
+ * <p>The ability to share Microsoft SharePoint Online actions.</p>
6332
6269
  * @public
6333
6270
  */
6334
- AccountCustomization?: AccountCustomization | undefined;
6271
+ ShareSharePointAction?: CapabilityState | undefined;
6335
6272
  /**
6336
- * <p>The Amazon Web Services request ID for this operation.</p>
6273
+ * <p>The ability to use Microsoft SharePoint Online actions.</p>
6337
6274
  * @public
6338
6275
  */
6339
- RequestId?: string | undefined;
6276
+ UseSharePointAction?: CapabilityState | undefined;
6340
6277
  /**
6341
- * <p>The HTTP status of the request.</p>
6278
+ * <p>The ability to perform actions using Microsoft Teams connectors.</p>
6342
6279
  * @public
6343
6280
  */
6344
- Status?: number | undefined;
6345
- }
6346
- /**
6347
- * @public
6348
- */
6349
- export interface CreateAccountSubscriptionRequest {
6281
+ MSTeamsAction?: CapabilityState | undefined;
6350
6282
  /**
6351
- * <p>The edition of Amazon Quick Sight that you want your account to have. Currently, you can
6352
- * choose from <code>ENTERPRISE</code> or
6353
- * <code>ENTERPRISE_AND_Q</code>.</p>
6354
- * <p>If you choose <code>ENTERPRISE_AND_Q</code>, the following parameters are
6355
- * required:</p>
6356
- * <ul>
6357
- * <li>
6358
- * <p>
6359
- * <code>FirstName</code>
6360
- * </p>
6361
- * </li>
6362
- * <li>
6363
- * <p>
6364
- * <code>LastName</code>
6283
+ * <p>The ability to create and update Microsoft Teams actions.</p>
6284
+ * @public
6285
+ */
6286
+ CreateAndUpdateMSTeamsAction?: CapabilityState | undefined;
6287
+ /**
6288
+ * <p>The ability to share Microsoft Teams actions.</p>
6289
+ * @public
6290
+ */
6291
+ ShareMSTeamsAction?: CapabilityState | undefined;
6292
+ /**
6293
+ * <p>The ability to use Microsoft Teams actions.</p>
6294
+ * @public
6295
+ */
6296
+ UseMSTeamsAction?: CapabilityState | undefined;
6297
+ /**
6298
+ * <p>The ability to perform actions using Google Calendar connectors.</p>
6299
+ * @public
6300
+ */
6301
+ GoogleCalendarAction?: CapabilityState | undefined;
6302
+ /**
6303
+ * <p>The ability to create and update Google Calendar actions.</p>
6304
+ * @public
6305
+ */
6306
+ CreateAndUpdateGoogleCalendarAction?: CapabilityState | undefined;
6307
+ /**
6308
+ * <p>The ability to share Google Calendar actions.</p>
6309
+ * @public
6310
+ */
6311
+ ShareGoogleCalendarAction?: CapabilityState | undefined;
6312
+ /**
6313
+ * <p>The ability to use Google Calendar actions.</p>
6314
+ * @public
6315
+ */
6316
+ UseGoogleCalendarAction?: CapabilityState | undefined;
6317
+ /**
6318
+ * <p>The ability to perform actions using Zendesk connectors.</p>
6319
+ * @public
6320
+ */
6321
+ ZendeskAction?: CapabilityState | undefined;
6322
+ /**
6323
+ * <p>The ability to create and update Zendesk actions.</p>
6324
+ * @public
6325
+ */
6326
+ CreateAndUpdateZendeskAction?: CapabilityState | undefined;
6327
+ /**
6328
+ * <p>The ability to share Zendesk actions.</p>
6329
+ * @public
6330
+ */
6331
+ ShareZendeskAction?: CapabilityState | undefined;
6332
+ /**
6333
+ * <p>The ability to use Zendesk actions.</p>
6334
+ * @public
6335
+ */
6336
+ UseZendeskAction?: CapabilityState | undefined;
6337
+ /**
6338
+ * <p>The ability to perform actions using Smartsheet connectors.</p>
6339
+ * @public
6340
+ */
6341
+ SmartsheetAction?: CapabilityState | undefined;
6342
+ /**
6343
+ * <p>The ability to create and update Smartsheet actions.</p>
6344
+ * @public
6345
+ */
6346
+ CreateAndUpdateSmartsheetAction?: CapabilityState | undefined;
6347
+ /**
6348
+ * <p>The ability to share Smartsheet actions.</p>
6349
+ * @public
6350
+ */
6351
+ ShareSmartsheetAction?: CapabilityState | undefined;
6352
+ /**
6353
+ * <p>The ability to use Smartsheet actions.</p>
6354
+ * @public
6355
+ */
6356
+ UseSmartsheetAction?: CapabilityState | undefined;
6357
+ /**
6358
+ * <p>The ability to perform actions using SAP Business Partner connectors.</p>
6359
+ * @public
6360
+ */
6361
+ SAPBusinessPartnerAction?: CapabilityState | undefined;
6362
+ /**
6363
+ * <p>The ability to create and update SAP Business Partner actions.</p>
6364
+ * @public
6365
+ */
6366
+ CreateAndUpdateSAPBusinessPartnerAction?: CapabilityState | undefined;
6367
+ /**
6368
+ * <p>The ability to share SAP Business Partner actions.</p>
6369
+ * @public
6370
+ */
6371
+ ShareSAPBusinessPartnerAction?: CapabilityState | undefined;
6372
+ /**
6373
+ * <p>The ability to use SAP Business Partner actions.</p>
6374
+ * @public
6375
+ */
6376
+ UseSAPBusinessPartnerAction?: CapabilityState | undefined;
6377
+ /**
6378
+ * <p>The ability to perform actions using SAP Product Master connectors.</p>
6379
+ * @public
6380
+ */
6381
+ SAPProductMasterDataAction?: CapabilityState | undefined;
6382
+ /**
6383
+ * <p>The ability to create and update SAP Product Master actions.</p>
6384
+ * @public
6385
+ */
6386
+ CreateAndUpdateSAPProductMasterDataAction?: CapabilityState | undefined;
6387
+ /**
6388
+ * <p>The ability to share SAP Product Master actions.</p>
6389
+ * @public
6390
+ */
6391
+ ShareSAPProductMasterDataAction?: CapabilityState | undefined;
6392
+ /**
6393
+ * <p>The ability to use SAP Product Master actions.</p>
6394
+ * @public
6395
+ */
6396
+ UseSAPProductMasterDataAction?: CapabilityState | undefined;
6397
+ /**
6398
+ * <p>The ability to perform actions using SAP Physical Inventory connectors.</p>
6399
+ * @public
6400
+ */
6401
+ SAPPhysicalInventoryAction?: CapabilityState | undefined;
6402
+ /**
6403
+ * <p>The ability to create and update SAP Physical Inventory actions.</p>
6404
+ * @public
6405
+ */
6406
+ CreateAndUpdateSAPPhysicalInventoryAction?: CapabilityState | undefined;
6407
+ /**
6408
+ * <p>The ability to share SAP Physical Inventory actions.</p>
6409
+ * @public
6410
+ */
6411
+ ShareSAPPhysicalInventoryAction?: CapabilityState | undefined;
6412
+ /**
6413
+ * <p>The ability to use SAP Physical Inventory actions.</p>
6414
+ * @public
6415
+ */
6416
+ UseSAPPhysicalInventoryAction?: CapabilityState | undefined;
6417
+ /**
6418
+ * <p>The ability to perform actions using SAP Bill of Materials connectors.</p>
6419
+ * @public
6420
+ */
6421
+ SAPBillOfMaterialAction?: CapabilityState | undefined;
6422
+ /**
6423
+ * <p>The ability to create and update SAP Bill of Materials actions.</p>
6424
+ * @public
6425
+ */
6426
+ CreateAndUpdateSAPBillOfMaterialAction?: CapabilityState | undefined;
6427
+ /**
6428
+ * <p>The ability to share SAP Bill of Materials actions.</p>
6429
+ * @public
6430
+ */
6431
+ ShareSAPBillOfMaterialAction?: CapabilityState | undefined;
6432
+ /**
6433
+ * <p>The ability to use SAP Bill of Materials actions.</p>
6434
+ * @public
6435
+ */
6436
+ UseSAPBillOfMaterialAction?: CapabilityState | undefined;
6437
+ /**
6438
+ * <p>The ability to perform actions using SAP Material Stock connectors.</p>
6439
+ * @public
6440
+ */
6441
+ SAPMaterialStockAction?: CapabilityState | undefined;
6442
+ /**
6443
+ * <p>The ability to create and update SAP Material Stock actions.</p>
6444
+ * @public
6445
+ */
6446
+ CreateAndUpdateSAPMaterialStockAction?: CapabilityState | undefined;
6447
+ /**
6448
+ * <p>The ability to share SAP Material Stock actions.</p>
6449
+ * @public
6450
+ */
6451
+ ShareSAPMaterialStockAction?: CapabilityState | undefined;
6452
+ /**
6453
+ * <p>The ability to use SAP Material Stock actions.</p>
6454
+ * @public
6455
+ */
6456
+ UseSAPMaterialStockAction?: CapabilityState | undefined;
6457
+ /**
6458
+ * <p>The ability to perform actions using FactSet connectors.</p>
6459
+ * @public
6460
+ */
6461
+ FactSetAction?: CapabilityState | undefined;
6462
+ /**
6463
+ * <p>The ability to create and update FactSet actions.</p>
6464
+ * @public
6465
+ */
6466
+ CreateAndUpdateFactSetAction?: CapabilityState | undefined;
6467
+ /**
6468
+ * <p>The ability to share FactSet actions.</p>
6469
+ * @public
6470
+ */
6471
+ ShareFactSetAction?: CapabilityState | undefined;
6472
+ /**
6473
+ * <p>The ability to use FactSet actions.</p>
6474
+ * @public
6475
+ */
6476
+ UseFactSetAction?: CapabilityState | undefined;
6477
+ /**
6478
+ * <p>The ability to perform actions using Amazon S3 connectors.</p>
6479
+ * @public
6480
+ */
6481
+ AmazonSThreeAction?: CapabilityState | undefined;
6482
+ /**
6483
+ * <p>The ability to create and update Amazon S3 actions.</p>
6484
+ * @public
6485
+ */
6486
+ CreateAndUpdateAmazonSThreeAction?: CapabilityState | undefined;
6487
+ /**
6488
+ * <p>The ability to share Amazon S3 actions.</p>
6489
+ * @public
6490
+ */
6491
+ ShareAmazonSThreeAction?: CapabilityState | undefined;
6492
+ /**
6493
+ * <p>The ability to use Amazon S3 actions.</p>
6494
+ * @public
6495
+ */
6496
+ UseAmazonSThreeAction?: CapabilityState | undefined;
6497
+ /**
6498
+ * <p>The ability to perform actions using Textract connectors.</p>
6499
+ * @public
6500
+ */
6501
+ TextractAction?: CapabilityState | undefined;
6502
+ /**
6503
+ * <p>The ability to create and update Textract actions.</p>
6504
+ * @public
6505
+ */
6506
+ CreateAndUpdateTextractAction?: CapabilityState | undefined;
6507
+ /**
6508
+ * <p>The ability to share Textract actions.</p>
6509
+ * @public
6510
+ */
6511
+ ShareTextractAction?: CapabilityState | undefined;
6512
+ /**
6513
+ * <p>The ability to use Textract actions.</p>
6514
+ * @public
6515
+ */
6516
+ UseTextractAction?: CapabilityState | undefined;
6517
+ /**
6518
+ * <p>The ability to perform actions using Comprehend connectors.</p>
6519
+ * @public
6520
+ */
6521
+ ComprehendAction?: CapabilityState | undefined;
6522
+ /**
6523
+ * <p>The ability to create and update Comprehend actions.</p>
6524
+ * @public
6525
+ */
6526
+ CreateAndUpdateComprehendAction?: CapabilityState | undefined;
6527
+ /**
6528
+ * <p>The ability to share Comprehend actions.</p>
6529
+ * @public
6530
+ */
6531
+ ShareComprehendAction?: CapabilityState | undefined;
6532
+ /**
6533
+ * <p>The ability to use Comprehend actions.</p>
6534
+ * @public
6535
+ */
6536
+ UseComprehendAction?: CapabilityState | undefined;
6537
+ /**
6538
+ * <p>The ability to perform actions using Comprehend Medical connectors.</p>
6539
+ * @public
6540
+ */
6541
+ ComprehendMedicalAction?: CapabilityState | undefined;
6542
+ /**
6543
+ * <p>The ability to create and update Comprehend Medical actions.</p>
6544
+ * @public
6545
+ */
6546
+ CreateAndUpdateComprehendMedicalAction?: CapabilityState | undefined;
6547
+ /**
6548
+ * <p>The ability to share Comprehend Medical actions.</p>
6549
+ * @public
6550
+ */
6551
+ ShareComprehendMedicalAction?: CapabilityState | undefined;
6552
+ /**
6553
+ * <p>The ability to use Comprehend Medical actions.</p>
6554
+ * @public
6555
+ */
6556
+ UseComprehendMedicalAction?: CapabilityState | undefined;
6557
+ /**
6558
+ * <p>The ability to perform actions using Bedrock Agent connectors.</p>
6559
+ * @public
6560
+ */
6561
+ AmazonBedrockARSAction?: CapabilityState | undefined;
6562
+ /**
6563
+ * <p>The ability to create and update Bedrock Agent actions.</p>
6564
+ * @public
6565
+ */
6566
+ CreateAndUpdateAmazonBedrockARSAction?: CapabilityState | undefined;
6567
+ /**
6568
+ * <p>The ability to share Bedrock Agent actions.</p>
6569
+ * @public
6570
+ */
6571
+ ShareAmazonBedrockARSAction?: CapabilityState | undefined;
6572
+ /**
6573
+ * <p>The ability to use Bedrock Agent actions.</p>
6574
+ * @public
6575
+ */
6576
+ UseAmazonBedrockARSAction?: CapabilityState | undefined;
6577
+ /**
6578
+ * <p>The ability to perform actions using Bedrock Runtime connectors.</p>
6579
+ * @public
6580
+ */
6581
+ AmazonBedrockFSAction?: CapabilityState | undefined;
6582
+ /**
6583
+ * <p>The ability to create and update Bedrock Runtime actions.</p>
6584
+ * @public
6585
+ */
6586
+ CreateAndUpdateAmazonBedrockFSAction?: CapabilityState | undefined;
6587
+ /**
6588
+ * <p>The ability to share Bedrock Runtime actions.</p>
6589
+ * @public
6590
+ */
6591
+ ShareAmazonBedrockFSAction?: CapabilityState | undefined;
6592
+ /**
6593
+ * <p>The ability to use Bedrock Runtime actions.</p>
6594
+ * @public
6595
+ */
6596
+ UseAmazonBedrockFSAction?: CapabilityState | undefined;
6597
+ /**
6598
+ * <p>The ability to perform actions using Bedrock Data Automation Runtime connectors.</p>
6599
+ * @public
6600
+ */
6601
+ AmazonBedrockKRSAction?: CapabilityState | undefined;
6602
+ /**
6603
+ * <p>The ability to create and update Bedrock Data Automation Runtime actions.</p>
6604
+ * @public
6605
+ */
6606
+ CreateAndUpdateAmazonBedrockKRSAction?: CapabilityState | undefined;
6607
+ /**
6608
+ * <p>The ability to share Bedrock Data Automation Runtime actions.</p>
6609
+ * @public
6610
+ */
6611
+ ShareAmazonBedrockKRSAction?: CapabilityState | undefined;
6612
+ /**
6613
+ * <p>The ability to use Bedrock Data Automation Runtime actions.</p>
6614
+ * @public
6615
+ */
6616
+ UseAmazonBedrockKRSAction?: CapabilityState | undefined;
6617
+ /**
6618
+ * <p>The ability to perform actions using Model Context Protocol connectors.</p>
6619
+ * @public
6620
+ */
6621
+ MCPAction?: CapabilityState | undefined;
6622
+ /**
6623
+ * <p>The ability to create and update Model Context Protocol actions.</p>
6624
+ * @public
6625
+ */
6626
+ CreateAndUpdateMCPAction?: CapabilityState | undefined;
6627
+ /**
6628
+ * <p>The ability to share Model Context Protocol actions.</p>
6629
+ * @public
6630
+ */
6631
+ ShareMCPAction?: CapabilityState | undefined;
6632
+ /**
6633
+ * <p>The ability to use Model Context Protocol actions.</p>
6634
+ * @public
6635
+ */
6636
+ UseMCPAction?: CapabilityState | undefined;
6637
+ /**
6638
+ * <p>The ability to perform actions using OpenAPI Specification connectors.</p>
6639
+ * @public
6640
+ */
6641
+ OpenAPIAction?: CapabilityState | undefined;
6642
+ /**
6643
+ * <p>The ability to create and update OpenAPI Specification actions.</p>
6644
+ * @public
6645
+ */
6646
+ CreateAndUpdateOpenAPIAction?: CapabilityState | undefined;
6647
+ /**
6648
+ * <p>The ability to share OpenAPI Specification actions.</p>
6649
+ * @public
6650
+ */
6651
+ ShareOpenAPIAction?: CapabilityState | undefined;
6652
+ /**
6653
+ * <p>The ability to use OpenAPI Specification actions.</p>
6654
+ * @public
6655
+ */
6656
+ UseOpenAPIAction?: CapabilityState | undefined;
6657
+ /**
6658
+ * <p>The ability to perform actions using S&P Global Market Intelligence connectors.</p>
6659
+ * @public
6660
+ */
6661
+ SandPGMIAction?: CapabilityState | undefined;
6662
+ /**
6663
+ * <p>The ability to create and update S&P Global Market Intelligence actions.</p>
6664
+ * @public
6665
+ */
6666
+ CreateAndUpdateSandPGMIAction?: CapabilityState | undefined;
6667
+ /**
6668
+ * <p>The ability to share S&P Global Market Intelligence actions.</p>
6669
+ * @public
6670
+ */
6671
+ ShareSandPGMIAction?: CapabilityState | undefined;
6672
+ /**
6673
+ * <p>The ability to use S&P Global Market Intelligence actions.</p>
6674
+ * @public
6675
+ */
6676
+ UseSandPGMIAction?: CapabilityState | undefined;
6677
+ /**
6678
+ * <p>The ability to perform actions using S&P Global Energy connectors.</p>
6679
+ * @public
6680
+ */
6681
+ SandPGlobalEnergyAction?: CapabilityState | undefined;
6682
+ /**
6683
+ * <p>The ability to create and update S&P Global Energy actions.</p>
6684
+ * @public
6685
+ */
6686
+ CreateAndUpdateSandPGlobalEnergyAction?: CapabilityState | undefined;
6687
+ /**
6688
+ * <p>The ability to share S&P Global Energy actions.</p>
6689
+ * @public
6690
+ */
6691
+ ShareSandPGlobalEnergyAction?: CapabilityState | undefined;
6692
+ /**
6693
+ * <p>The ability to use S&P Global Energy actions.</p>
6694
+ * @public
6695
+ */
6696
+ UseSandPGlobalEnergyAction?: CapabilityState | undefined;
6697
+ /**
6698
+ * <p>The ability to perform actions using BambooHR connectors.</p>
6699
+ * @public
6700
+ */
6701
+ BambooHRAction?: CapabilityState | undefined;
6702
+ /**
6703
+ * <p>The ability to create and update BambooHR actions.</p>
6704
+ * @public
6705
+ */
6706
+ CreateAndUpdateBambooHRAction?: CapabilityState | undefined;
6707
+ /**
6708
+ * <p>The ability to share BambooHR actions.</p>
6709
+ * @public
6710
+ */
6711
+ ShareBambooHRAction?: CapabilityState | undefined;
6712
+ /**
6713
+ * <p>The ability to use BambooHR actions.</p>
6714
+ * @public
6715
+ */
6716
+ UseBambooHRAction?: CapabilityState | undefined;
6717
+ /**
6718
+ * <p>The ability to perform actions using Box Agent connectors.</p>
6719
+ * @public
6720
+ */
6721
+ BoxAgentAction?: CapabilityState | undefined;
6722
+ /**
6723
+ * <p>The ability to create and update Box Agent actions.</p>
6724
+ * @public
6725
+ */
6726
+ CreateAndUpdateBoxAgentAction?: CapabilityState | undefined;
6727
+ /**
6728
+ * <p>The ability to share Box Agent actions.</p>
6729
+ * @public
6730
+ */
6731
+ ShareBoxAgentAction?: CapabilityState | undefined;
6732
+ /**
6733
+ * <p>The ability to use Box Agent actions.</p>
6734
+ * @public
6735
+ */
6736
+ UseBoxAgentAction?: CapabilityState | undefined;
6737
+ /**
6738
+ * <p>The ability to perform actions using Canva Agent connectors.</p>
6739
+ * @public
6740
+ */
6741
+ CanvaAgentAction?: CapabilityState | undefined;
6742
+ /**
6743
+ * <p>The ability to create and update Canva Agent actions.</p>
6744
+ * @public
6745
+ */
6746
+ CreateAndUpdateCanvaAgentAction?: CapabilityState | undefined;
6747
+ /**
6748
+ * <p>The ability to share Canva Agent actions.</p>
6749
+ * @public
6750
+ */
6751
+ ShareCanvaAgentAction?: CapabilityState | undefined;
6752
+ /**
6753
+ * <p>The ability to use Canva Agent actions.</p>
6754
+ * @public
6755
+ */
6756
+ UseCanvaAgentAction?: CapabilityState | undefined;
6757
+ /**
6758
+ * <p>The ability to perform actions using GitHub connectors.</p>
6759
+ * @public
6760
+ */
6761
+ GithubAction?: CapabilityState | undefined;
6762
+ /**
6763
+ * <p>The ability to create and update GitHub actions.</p>
6764
+ * @public
6765
+ */
6766
+ CreateAndUpdateGithubAction?: CapabilityState | undefined;
6767
+ /**
6768
+ * <p>The ability to share GitHub actions.</p>
6769
+ * @public
6770
+ */
6771
+ ShareGithubAction?: CapabilityState | undefined;
6772
+ /**
6773
+ * <p>The ability to use GitHub actions.</p>
6774
+ * @public
6775
+ */
6776
+ UseGithubAction?: CapabilityState | undefined;
6777
+ /**
6778
+ * <p>The ability to perform actions using Notion connectors.</p>
6779
+ * @public
6780
+ */
6781
+ NotionAction?: CapabilityState | undefined;
6782
+ /**
6783
+ * <p>The ability to create and update Notion actions.</p>
6784
+ * @public
6785
+ */
6786
+ CreateAndUpdateNotionAction?: CapabilityState | undefined;
6787
+ /**
6788
+ * <p>The ability to share Notion actions.</p>
6789
+ * @public
6790
+ */
6791
+ ShareNotionAction?: CapabilityState | undefined;
6792
+ /**
6793
+ * <p>The ability to use Notion actions.</p>
6794
+ * @public
6795
+ */
6796
+ UseNotionAction?: CapabilityState | undefined;
6797
+ /**
6798
+ * <p>The ability to perform actions using Linear connectors.</p>
6799
+ * @public
6800
+ */
6801
+ LinearAction?: CapabilityState | undefined;
6802
+ /**
6803
+ * <p>The ability to create and update Linear actions.</p>
6804
+ * @public
6805
+ */
6806
+ CreateAndUpdateLinearAction?: CapabilityState | undefined;
6807
+ /**
6808
+ * <p>The ability to share Linear actions.</p>
6809
+ * @public
6810
+ */
6811
+ ShareLinearAction?: CapabilityState | undefined;
6812
+ /**
6813
+ * <p>The ability to use Linear actions.</p>
6814
+ * @public
6815
+ */
6816
+ UseLinearAction?: CapabilityState | undefined;
6817
+ /**
6818
+ * <p>The ability to perform actions using HuggingFace connectors.</p>
6819
+ * @public
6820
+ */
6821
+ HuggingFaceAction?: CapabilityState | undefined;
6822
+ /**
6823
+ * <p>The ability to create and update HuggingFace actions.</p>
6824
+ * @public
6825
+ */
6826
+ CreateAndUpdateHuggingFaceAction?: CapabilityState | undefined;
6827
+ /**
6828
+ * <p>The ability to share HuggingFace actions.</p>
6829
+ * @public
6830
+ */
6831
+ ShareHuggingFaceAction?: CapabilityState | undefined;
6832
+ /**
6833
+ * <p>The ability to use HuggingFace actions.</p>
6834
+ * @public
6835
+ */
6836
+ UseHuggingFaceAction?: CapabilityState | undefined;
6837
+ /**
6838
+ * <p>The ability to perform actions using Monday connectors.</p>
6839
+ * @public
6840
+ */
6841
+ MondayAction?: CapabilityState | undefined;
6842
+ /**
6843
+ * <p>The ability to create and update Monday actions.</p>
6844
+ * @public
6845
+ */
6846
+ CreateAndUpdateMondayAction?: CapabilityState | undefined;
6847
+ /**
6848
+ * <p>The ability to share Monday actions.</p>
6849
+ * @public
6850
+ */
6851
+ ShareMondayAction?: CapabilityState | undefined;
6852
+ /**
6853
+ * <p>The ability to use Monday actions.</p>
6854
+ * @public
6855
+ */
6856
+ UseMondayAction?: CapabilityState | undefined;
6857
+ /**
6858
+ * <p>The ability to perform actions using Hubspot connectors.</p>
6859
+ * @public
6860
+ */
6861
+ HubspotAction?: CapabilityState | undefined;
6862
+ /**
6863
+ * <p>The ability to create and update Hubspot actions.</p>
6864
+ * @public
6865
+ */
6866
+ CreateAndUpdateHubspotAction?: CapabilityState | undefined;
6867
+ /**
6868
+ * <p>The ability to share Hubspot actions.</p>
6869
+ * @public
6870
+ */
6871
+ ShareHubspotAction?: CapabilityState | undefined;
6872
+ /**
6873
+ * <p>The ability to use Hubspot actions.</p>
6874
+ * @public
6875
+ */
6876
+ UseHubspotAction?: CapabilityState | undefined;
6877
+ /**
6878
+ * <p>The ability to perform actions using Intercom connectors.</p>
6879
+ * @public
6880
+ */
6881
+ IntercomAction?: CapabilityState | undefined;
6882
+ /**
6883
+ * <p>The ability to create and update Intercom actions.</p>
6884
+ * @public
6885
+ */
6886
+ CreateAndUpdateIntercomAction?: CapabilityState | undefined;
6887
+ /**
6888
+ * <p>The ability to share Intercom actions.</p>
6889
+ * @public
6890
+ */
6891
+ ShareIntercomAction?: CapabilityState | undefined;
6892
+ /**
6893
+ * <p>The ability to use Intercom actions.</p>
6894
+ * @public
6895
+ */
6896
+ UseIntercomAction?: CapabilityState | undefined;
6897
+ /**
6898
+ * <p>The ability to perform actions using New Relic connectors.</p>
6899
+ * @public
6900
+ */
6901
+ NewRelicAction?: CapabilityState | undefined;
6902
+ /**
6903
+ * <p>The ability to create and update New Relic actions.</p>
6904
+ * @public
6905
+ */
6906
+ CreateAndUpdateNewRelicAction?: CapabilityState | undefined;
6907
+ /**
6908
+ * <p>The ability to share New Relic actions.</p>
6909
+ * @public
6910
+ */
6911
+ ShareNewRelicAction?: CapabilityState | undefined;
6912
+ /**
6913
+ * <p>The ability to use New Relic actions.</p>
6914
+ * @public
6915
+ */
6916
+ UseNewRelicAction?: CapabilityState | undefined;
6917
+ /**
6918
+ * <p>The ability to perform space-related actions.</p>
6919
+ * @public
6920
+ */
6921
+ Space?: CapabilityState | undefined;
6922
+ /**
6923
+ * <p>The ability to perform chat-related actions.</p>
6924
+ * @public
6925
+ */
6926
+ ChatAgent?: CapabilityState | undefined;
6927
+ /**
6928
+ * <p>The ability to create chat agents.</p>
6929
+ * @public
6930
+ */
6931
+ CreateChatAgents?: CapabilityState | undefined;
6932
+ /**
6933
+ * <p>The ability to perform research-related actions.</p>
6934
+ * @public
6935
+ */
6936
+ Research?: CapabilityState | undefined;
6937
+ /**
6938
+ * <p>The ability to enable users to upgrade their user role.</p>
6939
+ * @public
6940
+ */
6941
+ SelfUpgradeUserRole?: CapabilityState | undefined;
6942
+ }
6943
+ /**
6944
+ * <p>A transform operation that casts a column to a different type.</p>
6945
+ * @public
6946
+ */
6947
+ export interface CastColumnTypeOperation {
6948
+ /**
6949
+ * <p>Column name.</p>
6950
+ * @public
6951
+ */
6952
+ ColumnName: string | undefined;
6953
+ /**
6954
+ * <p>New column data type.</p>
6955
+ * @public
6956
+ */
6957
+ NewColumnType: ColumnDataType | undefined;
6958
+ /**
6959
+ * <p>The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.</p>
6960
+ * @public
6961
+ */
6962
+ SubType?: ColumnDataSubType | undefined;
6963
+ /**
6964
+ * <p>When casting a column from string to datetime type, you can supply a string in a
6965
+ * format supported by Quick Sight to denote the source data format.</p>
6966
+ * @public
6967
+ */
6968
+ Format?: string | undefined;
6969
+ }
6970
+ /**
6971
+ * <p>A transform operation that changes the data types of one or more columns in the dataset.</p>
6972
+ * @public
6973
+ */
6974
+ export interface CastColumnTypesOperation {
6975
+ /**
6976
+ * <p>Alias for this operation.</p>
6977
+ * @public
6978
+ */
6979
+ Alias: string | undefined;
6980
+ /**
6981
+ * <p>The source transform operation that provides input data for the type casting.</p>
6982
+ * @public
6983
+ */
6984
+ Source: TransformOperationSource | undefined;
6985
+ /**
6986
+ * <p>The list of column type casting operations to perform.</p>
6987
+ * @public
6988
+ */
6989
+ CastColumnTypeOperations: CastColumnTypeOperation[] | undefined;
6990
+ }
6991
+ /**
6992
+ * <p>A structure that represents the cell value synonym.</p>
6993
+ * @public
6994
+ */
6995
+ export interface CellValueSynonym {
6996
+ /**
6997
+ * <p>The cell value.</p>
6998
+ * @public
6999
+ */
7000
+ CellValue?: string | undefined;
7001
+ /**
7002
+ * <p>Other names or aliases for the cell value.</p>
7003
+ * @public
7004
+ */
7005
+ Synonyms?: string[] | undefined;
7006
+ }
7007
+ /**
7008
+ * <p>A structure that represents a collective constant.</p>
7009
+ * @public
7010
+ */
7011
+ export interface CollectiveConstant {
7012
+ /**
7013
+ * <p>A list of values for the collective constant.</p>
7014
+ * @public
7015
+ */
7016
+ ValueList?: string[] | undefined;
7017
+ }
7018
+ /**
7019
+ * <p>Metadata that contains a description for a column.</p>
7020
+ * @public
7021
+ */
7022
+ export interface ColumnDescription {
7023
+ /**
7024
+ * <p>The text of a description for a column.</p>
7025
+ * @public
7026
+ */
7027
+ Text?: string | undefined;
7028
+ }
7029
+ /**
7030
+ * <p>Geospatial column group that denotes a hierarchy.</p>
7031
+ * @public
7032
+ */
7033
+ export interface GeoSpatialColumnGroup {
7034
+ /**
7035
+ * <p>A display name for the hierarchy.</p>
7036
+ * @public
7037
+ */
7038
+ Name: string | undefined;
7039
+ /**
7040
+ * <p>Country code.</p>
7041
+ * @public
7042
+ */
7043
+ CountryCode?: GeoSpatialCountryCode | undefined;
7044
+ /**
7045
+ * <p>Columns in this hierarchy.</p>
7046
+ * @public
7047
+ */
7048
+ Columns: string[] | undefined;
7049
+ }
7050
+ /**
7051
+ * <p>Groupings of columns that work together in certain Quick Sight features. This is
7052
+ * a variant type structure. For this structure to be valid, only one of the attributes can
7053
+ * be non-null.</p>
7054
+ * @public
7055
+ */
7056
+ export interface ColumnGroup {
7057
+ /**
7058
+ * <p>Geospatial column group that denotes a hierarchy.</p>
7059
+ * @public
7060
+ */
7061
+ GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
7062
+ }
7063
+ /**
7064
+ * <p>A structure describing the name, data type, and geographic role of the columns.</p>
7065
+ * @public
7066
+ */
7067
+ export interface ColumnGroupColumnSchema {
7068
+ /**
7069
+ * <p>The name of the column group's column schema.</p>
7070
+ * @public
7071
+ */
7072
+ Name?: string | undefined;
7073
+ }
7074
+ /**
7075
+ * <p>The column group schema.</p>
7076
+ * @public
7077
+ */
7078
+ export interface ColumnGroupSchema {
7079
+ /**
7080
+ * <p>The name of the column group schema.</p>
7081
+ * @public
7082
+ */
7083
+ Name?: string | undefined;
7084
+ /**
7085
+ * <p>A structure containing the list of schemas for column group columns.</p>
7086
+ * @public
7087
+ */
7088
+ ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
7089
+ }
7090
+ /**
7091
+ * <p>A rule defined to grant access on one or more restricted columns.
7092
+ * Each dataset can have multiple rules.
7093
+ * To create a restricted column, you add it to one or more rules.
7094
+ * Each rule must contain at least one column and at least one user or group.
7095
+ * To be able to see a restricted column, a user or group needs to be added
7096
+ * to a rule for that column.</p>
7097
+ * @public
7098
+ */
7099
+ export interface ColumnLevelPermissionRule {
7100
+ /**
7101
+ * <p>An array of Amazon Resource Names (ARNs) for Quick Sight users or groups.</p>
7102
+ * @public
7103
+ */
7104
+ Principals?: string[] | undefined;
7105
+ /**
7106
+ * <p>An array of column names.</p>
7107
+ * @public
7108
+ */
7109
+ ColumnNames?: string[] | undefined;
7110
+ }
7111
+ /**
7112
+ * <p>The column schema.</p>
7113
+ * @public
7114
+ */
7115
+ export interface ColumnSchema {
7116
+ /**
7117
+ * <p>The name of the column schema.</p>
7118
+ * @public
7119
+ */
7120
+ Name?: string | undefined;
7121
+ /**
7122
+ * <p>The data type of the column schema.</p>
7123
+ * @public
7124
+ */
7125
+ DataType?: string | undefined;
7126
+ /**
7127
+ * <p>The geographic role of the column schema.</p>
7128
+ * @public
7129
+ */
7130
+ GeographicRole?: string | undefined;
7131
+ }
7132
+ /**
7133
+ * <p>A tag for a column in a
7134
+ * <code>
7135
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html">TagColumnOperation</a>
7136
+ * </code>
7137
+ * structure. This is a
7138
+ * variant type structure. For this structure to be valid, only one of the attributes can
7139
+ * be non-null.</p>
7140
+ * @public
7141
+ */
7142
+ export interface ColumnTag {
7143
+ /**
7144
+ * <p>A geospatial role for a column.</p>
7145
+ * @public
7146
+ */
7147
+ ColumnGeographicRole?: GeoSpatialDataRole | undefined;
7148
+ /**
7149
+ * <p>A description for a column.</p>
7150
+ * @public
7151
+ */
7152
+ ColumnDescription?: ColumnDescription | undefined;
7153
+ }
7154
+ /**
7155
+ * <p>Specifies a column to be unpivoted, transforming it from a column into rows with associated values.</p>
7156
+ * @public
7157
+ */
7158
+ export interface ColumnToUnpivot {
7159
+ /**
7160
+ * <p>The name of the column to unpivot from the source data.</p>
7161
+ * @public
7162
+ */
7163
+ ColumnName?: string | undefined;
7164
+ /**
7165
+ * <p>The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.</p>
7166
+ * @public
7167
+ */
7168
+ NewValue?: string | undefined;
7169
+ }
7170
+ /**
7171
+ * <p>A structure that represents a comparative order.</p>
7172
+ * @public
7173
+ */
7174
+ export interface ComparativeOrder {
7175
+ /**
7176
+ * <p>The ordering type for a column. Valid values for this structure are <code>GREATER_IS_BETTER</code>, <code>LESSER_IS_BETTER</code> and <code>SPECIFIED</code>.</p>
7177
+ * @public
7178
+ */
7179
+ UseOrdering?: ColumnOrderingType | undefined;
7180
+ /**
7181
+ * <p>The list of columns to be used in the ordering.</p>
7182
+ * @public
7183
+ */
7184
+ SpecifedOrder?: string[] | undefined;
7185
+ /**
7186
+ * <p>The treat of undefined specified values. Valid values for this structure are <code>LEAST</code> and <code>MOST</code>.</p>
7187
+ * @public
7188
+ */
7189
+ TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType | undefined;
7190
+ }
7191
+ /**
7192
+ * @public
7193
+ */
7194
+ export interface CreateAccountCustomizationRequest {
7195
+ /**
7196
+ * <p>The ID for the Amazon Web Services account that you want to customize Quick Sight for.</p>
7197
+ * @public
7198
+ */
7199
+ AwsAccountId: string | undefined;
7200
+ /**
7201
+ * <p>The Quick Sight namespace that you want to add customizations to.</p>
7202
+ * @public
7203
+ */
7204
+ Namespace?: string | undefined;
7205
+ /**
7206
+ * <p>The Quick Sight customizations you're adding. You can add
7207
+ * these to an Amazon Web Services account and a QuickSight namespace. </p>
7208
+ * <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
7209
+ * to the midnight theme: <code>"AccountCustomization": \{ "DefaultTheme":
7210
+ * "arn:aws:quicksight::aws:theme/MIDNIGHT" \}</code>. Or, you can add a custom theme by
7211
+ * specifying <code>"AccountCustomization": \{ "DefaultTheme":
7212
+ * "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
7213
+ * \}</code>. </p>
7214
+ * @public
7215
+ */
7216
+ AccountCustomization: AccountCustomization | undefined;
7217
+ /**
7218
+ * <p>A list of the tags that you want to attach to this resource.</p>
7219
+ * @public
7220
+ */
7221
+ Tags?: Tag[] | undefined;
7222
+ }
7223
+ /**
7224
+ * @public
7225
+ */
7226
+ export interface CreateAccountCustomizationResponse {
7227
+ /**
7228
+ * <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.</p>
7229
+ * @public
7230
+ */
7231
+ Arn?: string | undefined;
7232
+ /**
7233
+ * <p>The ID for the Amazon Web Services account that you want to customize Quick Sight for.</p>
7234
+ * @public
7235
+ */
7236
+ AwsAccountId?: string | undefined;
7237
+ /**
7238
+ * <p>The namespace associated with the customization you're creating. </p>
7239
+ * @public
7240
+ */
7241
+ Namespace?: string | undefined;
7242
+ /**
7243
+ * <p>The Quick Sight customizations you're adding. </p>
7244
+ * @public
7245
+ */
7246
+ AccountCustomization?: AccountCustomization | undefined;
7247
+ /**
7248
+ * <p>The Amazon Web Services request ID for this operation.</p>
7249
+ * @public
7250
+ */
7251
+ RequestId?: string | undefined;
7252
+ /**
7253
+ * <p>The HTTP status of the request.</p>
7254
+ * @public
7255
+ */
7256
+ Status?: number | undefined;
7257
+ }
7258
+ /**
7259
+ * @public
7260
+ */
7261
+ export interface CreateAccountSubscriptionRequest {
7262
+ /**
7263
+ * <p>The edition of Amazon Quick Sight that you want your account to have. Currently, you can
7264
+ * choose from <code>ENTERPRISE</code> or
7265
+ * <code>ENTERPRISE_AND_Q</code>.</p>
7266
+ * <p>If you choose <code>ENTERPRISE_AND_Q</code>, the following parameters are
7267
+ * required:</p>
7268
+ * <ul>
7269
+ * <li>
7270
+ * <p>
7271
+ * <code>FirstName</code>
7272
+ * </p>
7273
+ * </li>
7274
+ * <li>
7275
+ * <p>
7276
+ * <code>LastName</code>
6365
7277
  * </p>
6366
7278
  * </li>
6367
7279
  * <li>
@@ -8722,49 +9634,3 @@ export interface JoinInstruction {
8722
9634
  */
8723
9635
  OnClause: string | undefined;
8724
9636
  }
8725
- /**
8726
- * <p>Information about the source of a logical table. This is a variant type structure. For
8727
- * this structure to be valid, only one of the attributes can be non-null.</p>
8728
- * @public
8729
- */
8730
- export interface LogicalTableSource {
8731
- /**
8732
- * <p>Specifies the result of a join of two logical tables.</p>
8733
- * @public
8734
- */
8735
- JoinInstruction?: JoinInstruction | undefined;
8736
- /**
8737
- * <p>Physical table ID.</p>
8738
- * @public
8739
- */
8740
- PhysicalTableId?: string | undefined;
8741
- /**
8742
- * <p>The Amazon Resource Number (ARN) of the parent dataset.</p>
8743
- * @public
8744
- */
8745
- DataSetArn?: string | undefined;
8746
- }
8747
- /**
8748
- * <p>A <i>logical table</i> is a unit that joins and that data
8749
- * transformations operate on. A logical table has a source, which can be either a physical
8750
- * table or result of a join. When a logical table points to a physical table, the logical
8751
- * table acts as a mutable copy of that physical table through transform operations.</p>
8752
- * @public
8753
- */
8754
- export interface LogicalTable {
8755
- /**
8756
- * <p>A display name for the logical table.</p>
8757
- * @public
8758
- */
8759
- Alias: string | undefined;
8760
- /**
8761
- * <p>Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. </p>
8762
- * @public
8763
- */
8764
- DataTransforms?: TransformOperation[] | undefined;
8765
- /**
8766
- * <p>Source of this logical table.</p>
8767
- * @public
8768
- */
8769
- Source: LogicalTableSource | undefined;
8770
- }