@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,52 @@
1
1
  import { AssetBundleExportFormat, AssetBundleExportJobStatus, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AssignmentStatus, AuthorSpecifiedAggregation, CategoryFilterFunction, CategoryFilterType, ColumnDataRole, ColumnDataSubType, ColumnDataType, ConstantType, DashboardErrorType, DashboardFilterAttribute, DashboardsQAStatus, DataSetFilterAttribute, DataSetImportMode, DataSetUseAs, DataSourceErrorInfoType, DataSourceFilterAttribute, DataSourceType, DayOfWeek, DefaultAggregation, DisplayFormat, FileFormat, FilterClass, FilterOperator, FolderType, HorizontalTextAlignment, IdentityStore, IncludeFolderMembers, IngestionErrorType, IngestionRequestSource, IngestionRequestType, IngestionStatus, IngestionType, MemberType, NamedEntityAggType, NamedFilterAggType, NamedFilterType, NamespaceErrorType, NamespaceStatus, NullFilterType, PersonalizationMode, PropertyRole, PropertyUsage, QDataKeyType, QSearchStatus, RefreshInterval, ResourceStatus, Role, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, SelfUpgradeStatus, ServiceType, SharingModel, SnapshotJobStatus, Status, TemplateErrorType, TextQualifier, TextTransform, TopicRelativeDateFilterFunction, TopicScheduleType, TopicTimeGranularity, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
2
2
  import { type AccountCustomization, type AccountInfo, type AccountSettings, type ActionConnector, type Analysis, type AnalysisDefaults, type AssetOptions, type FontConfiguration, type QueryExecutionOptions, AnalysisError, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, Sheet } from "./models_0";
3
- import { type _Parameters, type AnalysisDefinition, type AssetBundleCloudFormationOverridePropertyConfiguration, type AssetBundleExportJobValidationStrategy, type AssetBundleImportJobOverrideParameters, type AssetBundleImportJobOverridePermissions, type AssetBundleImportJobOverrideTags, type AssetBundleImportJobOverrideValidationStrategy, type AssetBundleImportSourceDescription, type BorderStyle, type BrandDefinition, type BrandDetail, type Capabilities, type CollectiveConstant, type ComparativeOrder, type DashboardPublishOptions, type DashboardVersionDefinition, type DataPrepConfiguration, type DataSetRefreshProperties, type DataSetUsageConfiguration, type DisplayFormatOptions, type LinkSharingConfiguration, type SslProperties, type ValidationStrategy, type VpcConnectionProperties, AnonymousUserSnapshotJobResult, AssetBundleExportJobError, AssetBundleExportJobWarning, AssetBundleImportJobError, AssetBundleImportJobWarning, CellValueSynonym, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, DatasetParameter, DataSetReference, DataSourceParameters, FieldFolder, InputColumn, LogicalTable, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, StaticFile, Tag } from "./models_2";
3
+ import { type _Parameters, type AnalysisDefinition, type AssetBundleCloudFormationOverridePropertyConfiguration, type AssetBundleExportJobValidationStrategy, type AssetBundleImportJobOverrideParameters, type AssetBundleImportJobOverridePermissions, type AssetBundleImportJobOverrideTags, type AssetBundleImportJobOverrideValidationStrategy, type AssetBundleImportSourceDescription, type BorderStyle, type BrandDefinition, type BrandDetail, type Capabilities, type CollectiveConstant, type ComparativeOrder, type DashboardPublishOptions, type DashboardVersionDefinition, type DataPrepConfiguration, type DataSetRefreshProperties, type DataSetUsageConfiguration, type DisplayFormatOptions, type JoinInstruction, type LinkSharingConfiguration, type SslProperties, type ValidationStrategy, type VpcConnectionProperties, AnonymousUserSnapshotJobResult, AssetBundleExportJobError, AssetBundleExportJobWarning, AssetBundleImportJobError, AssetBundleImportJobWarning, CellValueSynonym, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, DatasetParameter, DataSetReference, DataSourceParameters, FieldFolder, InputColumn, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, StaticFile, Tag, TransformOperation } from "./models_2";
4
+ /**
5
+ * <p>Information about the source of a logical table. This is a variant type structure. For
6
+ * this structure to be valid, only one of the attributes can be non-null.</p>
7
+ * @public
8
+ */
9
+ export interface LogicalTableSource {
10
+ /**
11
+ * <p>Specifies the result of a join of two logical tables.</p>
12
+ * @public
13
+ */
14
+ JoinInstruction?: JoinInstruction | undefined;
15
+ /**
16
+ * <p>Physical table ID.</p>
17
+ * @public
18
+ */
19
+ PhysicalTableId?: string | undefined;
20
+ /**
21
+ * <p>The Amazon Resource Number (ARN) of the parent dataset.</p>
22
+ * @public
23
+ */
24
+ DataSetArn?: string | undefined;
25
+ }
26
+ /**
27
+ * <p>A <i>logical table</i> is a unit that joins and that data
28
+ * transformations operate on. A logical table has a source, which can be either a physical
29
+ * table or result of a join. When a logical table points to a physical table, the logical
30
+ * table acts as a mutable copy of that physical table through transform operations.</p>
31
+ * @public
32
+ */
33
+ export interface LogicalTable {
34
+ /**
35
+ * <p>A display name for the logical table.</p>
36
+ * @public
37
+ */
38
+ Alias: string | undefined;
39
+ /**
40
+ * <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>
41
+ * @public
42
+ */
43
+ DataTransforms?: TransformOperation[] | undefined;
44
+ /**
45
+ * <p>Source of this logical table.</p>
46
+ * @public
47
+ */
48
+ Source: LogicalTableSource | undefined;
49
+ }
4
50
  /**
5
51
  * <p>A <code>UniqueKey</code> configuration that references a dataset column.</p>
6
52
  * @public
@@ -8224,52 +8270,3 @@ export interface DescribeTemplateAliasRequest {
8224
8270
  */
8225
8271
  AliasName: string | undefined;
8226
8272
  }
8227
- /**
8228
- * @public
8229
- */
8230
- export interface DescribeTemplateAliasResponse {
8231
- /**
8232
- * <p>Information about the template alias.</p>
8233
- * @public
8234
- */
8235
- TemplateAlias?: TemplateAlias | undefined;
8236
- /**
8237
- * <p>The HTTP status of the request.</p>
8238
- * @public
8239
- */
8240
- Status?: number | undefined;
8241
- /**
8242
- * <p>The Amazon Web Services request ID for this operation.</p>
8243
- * @public
8244
- */
8245
- RequestId?: string | undefined;
8246
- }
8247
- /**
8248
- * @public
8249
- */
8250
- export interface DescribeTemplateDefinitionRequest {
8251
- /**
8252
- * <p>The ID of the Amazon Web Services account that contains the template. You must be using the
8253
- * Amazon Web Services account that the template is in.</p>
8254
- * @public
8255
- */
8256
- AwsAccountId: string | undefined;
8257
- /**
8258
- * <p>The ID of the template that you're describing.</p>
8259
- * @public
8260
- */
8261
- TemplateId: string | undefined;
8262
- /**
8263
- * <p>The version number of the template.</p>
8264
- * @public
8265
- */
8266
- VersionNumber?: number | undefined;
8267
- /**
8268
- * <p>The alias of the template that you want to describe. If you name a specific alias, you
8269
- * describe the version that the alias points to. You can specify the latest version of the
8270
- * template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
8271
- * parameter. The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
8272
- * @public
8273
- */
8274
- AliasName?: string | undefined;
8275
- }
@@ -1,7 +1,56 @@
1
1
  import { AssetBundleExportFormat, AssetBundleImportFailureAction, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, EmbeddingIdentityType, FieldName, FilterOperator, FlowPublishState, FolderFilterAttribute, FolderType, GeneratedAnswerStatus, GroupFilterAttribute, GroupFilterOperator, IdentityType, IncludeFolderMembers, IncludeGeneratedAnswer, IncludeQuickSightQIndex, NetworkInterfaceStatus, PersonalizationMode, PurchaseMode, QAResultType, QSearchStatus, ResourceStatus, Role, SearchFilterOperator, SelfUpgradeAdminAction, SelfUpgradeRequestStatus, SelfUpgradeStatus, ServiceType, SharingModel, ThemeErrorType, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicRefreshStatus, TopicUserExperienceVersion, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
2
2
  import { type AccountCustomization, type AmazonQInQuickSightConsoleConfigurations, type AmazonQInQuickSightDashboardConfigurations, ActionConnectorSearchFilter, ActionConnectorSummary, ActiveIAMPolicyAssignment } from "./models_0";
3
- import { type _Parameters, type AnalysisDefinition, type AnalysisSourceEntity, type AnonymousUserEmbeddingExperienceConfiguration, type AssetBundleCloudFormationOverridePropertyConfiguration, type AssetBundleExportJobValidationStrategy, type AssetBundleImportJobOverrideParameters, type AssetBundleImportJobOverridePermissions, type AssetBundleImportJobOverrideTags, type AssetBundleImportJobOverrideValidationStrategy, type AssetBundleImportSource, type AuthConfig, type BookmarksConfigurations, type BrandDefinition, type BrandDetail, type Capabilities, type DashboardPublishOptions, type DashboardSourceEntity, type DashboardVersionDefinition, type DashboardVisualId, type DataPrepConfiguration, type DataSetRefreshProperties, type DataSetUsageConfiguration, type DataSourceParameters, type LinkSharingConfiguration, type SharedViewConfigurations, type SslProperties, type TopicIR, type TopicTemplate, type ValidationStrategy, type VpcConnectionProperties, AnalysisSearchFilter, AnalysisSummary, AssetBundleExportJobSummary, AssetBundleImportJobSummary, AuthorizedTargetsByService, BrandSummary, ColumnGroup, ColumnLevelPermissionRule, DatasetParameter, FieldFolder, LogicalTable, ResourcePermission, Tag } from "./models_2";
4
- import { type CustomInstructions, type DashboardVisualResult, type DataSourceCredentials, type PerformanceConfiguration, type RowLevelPermissionDataSet, type RowLevelPermissionTagConfiguration, type SemanticModelConfiguration, type SnapshotConfiguration, type TemplateSourceEntity, type TemplateVersionDefinition, type ThemeConfiguration, type TopicDetails, type TopicRefreshSchedule, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, Group, GroupMember, Ingestion, NamespaceInfoV2, PhysicalTable, RefreshSchedule, RegisteredCustomerManagedKey, TemplateAlias, TemplateError, ThemeAlias } from "./models_3";
3
+ import { type _Parameters, type AnalysisDefinition, type AnalysisSourceEntity, type AnonymousUserEmbeddingExperienceConfiguration, type AssetBundleCloudFormationOverridePropertyConfiguration, type AssetBundleExportJobValidationStrategy, type AssetBundleImportJobOverrideParameters, type AssetBundleImportJobOverridePermissions, type AssetBundleImportJobOverrideTags, type AssetBundleImportJobOverrideValidationStrategy, type AssetBundleImportSource, type AuthConfig, type BookmarksConfigurations, type BrandDefinition, type BrandDetail, type Capabilities, type DashboardPublishOptions, type DashboardSourceEntity, type DashboardVersionDefinition, type DashboardVisualId, type DataPrepConfiguration, type DataSetRefreshProperties, type DataSetUsageConfiguration, type DataSourceParameters, type LinkSharingConfiguration, type SharedViewConfigurations, type SslProperties, type TopicIR, type TopicTemplate, type ValidationStrategy, type VpcConnectionProperties, AnalysisSearchFilter, AnalysisSummary, AssetBundleExportJobSummary, AssetBundleImportJobSummary, AuthorizedTargetsByService, BrandSummary, ColumnGroup, ColumnLevelPermissionRule, DatasetParameter, FieldFolder, ResourcePermission, Tag } from "./models_2";
4
+ import { type CustomInstructions, type DashboardVisualResult, type DataSourceCredentials, type PerformanceConfiguration, type RowLevelPermissionDataSet, type RowLevelPermissionTagConfiguration, type SemanticModelConfiguration, type SnapshotConfiguration, type TemplateSourceEntity, type TemplateVersionDefinition, type ThemeConfiguration, type TopicDetails, type TopicRefreshSchedule, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, Group, GroupMember, Ingestion, LogicalTable, NamespaceInfoV2, PhysicalTable, RefreshSchedule, RegisteredCustomerManagedKey, TemplateAlias, TemplateError, ThemeAlias } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeTemplateAliasResponse {
9
+ /**
10
+ * <p>Information about the template alias.</p>
11
+ * @public
12
+ */
13
+ TemplateAlias?: TemplateAlias | undefined;
14
+ /**
15
+ * <p>The HTTP status of the request.</p>
16
+ * @public
17
+ */
18
+ Status?: number | undefined;
19
+ /**
20
+ * <p>The Amazon Web Services request ID for this operation.</p>
21
+ * @public
22
+ */
23
+ RequestId?: string | undefined;
24
+ }
25
+ /**
26
+ * @public
27
+ */
28
+ export interface DescribeTemplateDefinitionRequest {
29
+ /**
30
+ * <p>The ID of the Amazon Web Services account that contains the template. You must be using the
31
+ * Amazon Web Services account that the template is in.</p>
32
+ * @public
33
+ */
34
+ AwsAccountId: string | undefined;
35
+ /**
36
+ * <p>The ID of the template that you're describing.</p>
37
+ * @public
38
+ */
39
+ TemplateId: string | undefined;
40
+ /**
41
+ * <p>The version number of the template.</p>
42
+ * @public
43
+ */
44
+ VersionNumber?: number | undefined;
45
+ /**
46
+ * <p>The alias of the template that you want to describe. If you name a specific alias, you
47
+ * describe the version that the alias points to. You can specify the latest version of the
48
+ * template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
49
+ * parameter. The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
50
+ * @public
51
+ */
52
+ AliasName?: string | undefined;
53
+ }
5
54
  /**
6
55
  * @public
7
56
  */
@@ -1181,6 +1181,8 @@ export declare var SheetImageStaticFileSource$: StaticStructureSchema;
1181
1181
  export declare var SheetImageTooltipConfiguration$: StaticStructureSchema;
1182
1182
  export declare var SheetImageTooltipText$: StaticStructureSchema;
1183
1183
  export declare var SheetLayoutElementMaximizationOption$: StaticStructureSchema;
1184
+ export declare var SheetLayoutGroup$: StaticStructureSchema;
1185
+ export declare var SheetLayoutGroupMember$: StaticStructureSchema;
1184
1186
  export declare var SheetStyle$: StaticStructureSchema;
1185
1187
  export declare var SheetTextBox$: StaticStructureSchema;
1186
1188
  export declare var SheetVisualScopingConfiguration$: StaticStructureSchema;
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeTemplateAliasRequest,
5
- DescribeTemplateAliasResponse,
6
- } from "../models/models_3";
3
+ import { DescribeTemplateAliasRequest } from "../models/models_3";
4
+ import { DescribeTemplateAliasResponse } from "../models/models_4";
7
5
  import {
8
6
  QuickSightClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTemplateDefinitionRequest } from "../models/models_3";
4
- import { DescribeTemplateDefinitionResponse } from "../models/models_4";
3
+ import {
4
+ DescribeTemplateDefinitionRequest,
5
+ DescribeTemplateDefinitionResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -502,6 +502,12 @@ export declare const LayoutElementType: {
502
502
  };
503
503
  export type LayoutElementType =
504
504
  (typeof LayoutElementType)[keyof typeof LayoutElementType];
505
+ export declare const SheetLayoutGroupMemberType: {
506
+ readonly ELEMENT: "ELEMENT";
507
+ readonly GROUP: "GROUP";
508
+ };
509
+ export type SheetLayoutGroupMemberType =
510
+ (typeof SheetLayoutGroupMemberType)[keyof typeof SheetLayoutGroupMemberType];
505
511
  export declare const SectionPageBreakStatus: {
506
512
  readonly DISABLED: "DISABLED";
507
513
  readonly ENABLED: "ENABLED";
@@ -7,8 +7,6 @@ import {
7
7
  AnchorOption,
8
8
  AuthorizationCodeGrantCredentialsSource,
9
9
  AxisBinding,
10
- BarChartOrientation,
11
- BarsArrangement,
12
10
  CategoricalAggregationFunction,
13
11
  CategoryFilterMatchOperator,
14
12
  CategoryFilterSelectAllOptions,
@@ -69,6 +67,7 @@ import {
69
67
  SheetControlListType,
70
68
  SheetControlSliderType,
71
69
  SheetImageScalingType,
70
+ SheetLayoutGroupMemberType,
72
71
  SimpleAttributeAggregationFunction,
73
72
  SimpleNumericalAggregationFunction,
74
73
  SmallMultiplesAxisPlacement,
@@ -1183,9 +1182,18 @@ export interface FreeFormLayoutElement {
1183
1182
  BorderRadius?: string | undefined;
1184
1183
  Padding?: string | undefined;
1185
1184
  }
1185
+ export interface SheetLayoutGroupMember {
1186
+ Id: string | undefined;
1187
+ Type: SheetLayoutGroupMemberType | undefined;
1188
+ }
1189
+ export interface SheetLayoutGroup {
1190
+ Id: string | undefined;
1191
+ Members: SheetLayoutGroupMember[] | undefined;
1192
+ }
1186
1193
  export interface FreeFormLayoutConfiguration {
1187
1194
  Elements: FreeFormLayoutElement[] | undefined;
1188
1195
  CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions | undefined;
1196
+ Groups?: SheetLayoutGroup[] | undefined;
1189
1197
  }
1190
1198
  export interface GridLayoutElementBackgroundStyle {
1191
1199
  Visibility?: Visibility | undefined;
@@ -1747,28 +1755,3 @@ export interface VisualPalette {
1747
1755
  ChartColor?: string | undefined;
1748
1756
  ColorMap?: DataPathColor[] | undefined;
1749
1757
  }
1750
- export interface BarChartConfiguration {
1751
- FieldWells?: BarChartFieldWells | undefined;
1752
- SortConfiguration?: BarChartSortConfiguration | undefined;
1753
- Orientation?: BarChartOrientation | undefined;
1754
- BarsArrangement?: BarsArrangement | undefined;
1755
- VisualPalette?: VisualPalette | undefined;
1756
- SmallMultiplesOptions?: SmallMultiplesOptions | undefined;
1757
- CategoryAxis?: AxisDisplayOptions | undefined;
1758
- CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
1759
- ValueAxis?: AxisDisplayOptions | undefined;
1760
- ValueLabelOptions?: ChartAxisLabelOptions | undefined;
1761
- ColorLabelOptions?: ChartAxisLabelOptions | undefined;
1762
- DefaultSeriesSettings?: BarChartDefaultSeriesSettings | undefined;
1763
- Series?: BarSeriesItem[] | undefined;
1764
- Legend?: LegendOptions | undefined;
1765
- DataLabels?: DataLabelOptions | undefined;
1766
- Tooltip?: TooltipOptions | undefined;
1767
- ReferenceLines?: ReferenceLine[] | undefined;
1768
- ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | undefined;
1769
- Interactions?: VisualInteractionOptions | undefined;
1770
- }
1771
- export interface CategoryDrillDownFilter {
1772
- Column: ColumnIdentifier | undefined;
1773
- CategoryValues: string[] | undefined;
1774
- }
@@ -2,6 +2,7 @@ import {
2
2
  ArcThickness,
3
3
  ArcThicknessOptions,
4
4
  AxisBinding,
5
+ BarChartOrientation,
5
6
  BarsArrangement,
6
7
  BaseMapStyleType,
7
8
  BoxPlotFillStyle,
@@ -60,17 +61,13 @@ import {
60
61
  VerticalTextAlignment,
61
62
  Visibility,
62
63
  WidgetStatus,
63
- WordCloudCloudLayout,
64
- WordCloudWordCasing,
65
- WordCloudWordOrientation,
66
- WordCloudWordPadding,
67
- WordCloudWordScaling,
68
64
  } from "./enums";
69
65
  import {
70
66
  AxisDisplayOptions,
71
- BarChartConfiguration,
67
+ BarChartDefaultSeriesSettings,
68
+ BarChartFieldWells,
69
+ BarChartSortConfiguration,
72
70
  BorderSettings,
73
- CategoryDrillDownFilter,
74
71
  ChartAxisLabelOptions,
75
72
  ColumnSort,
76
73
  CustomActionFilterOperation,
@@ -90,6 +87,7 @@ import {
90
87
  TooltipOptions,
91
88
  VisualInteractionOptions,
92
89
  VisualPalette,
90
+ BarSeriesItem,
93
91
  ColumnIdentifier,
94
92
  ContributionAnalysisDefault,
95
93
  DataPathValue,
@@ -99,6 +97,31 @@ import {
99
97
  ReferenceLine,
100
98
  VisualCustomAction,
101
99
  } from "./models_0";
100
+ export interface BarChartConfiguration {
101
+ FieldWells?: BarChartFieldWells | undefined;
102
+ SortConfiguration?: BarChartSortConfiguration | undefined;
103
+ Orientation?: BarChartOrientation | undefined;
104
+ BarsArrangement?: BarsArrangement | undefined;
105
+ VisualPalette?: VisualPalette | undefined;
106
+ SmallMultiplesOptions?: SmallMultiplesOptions | undefined;
107
+ CategoryAxis?: AxisDisplayOptions | undefined;
108
+ CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
109
+ ValueAxis?: AxisDisplayOptions | undefined;
110
+ ValueLabelOptions?: ChartAxisLabelOptions | undefined;
111
+ ColorLabelOptions?: ChartAxisLabelOptions | undefined;
112
+ DefaultSeriesSettings?: BarChartDefaultSeriesSettings | undefined;
113
+ Series?: BarSeriesItem[] | undefined;
114
+ Legend?: LegendOptions | undefined;
115
+ DataLabels?: DataLabelOptions | undefined;
116
+ Tooltip?: TooltipOptions | undefined;
117
+ ReferenceLines?: ReferenceLine[] | undefined;
118
+ ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | undefined;
119
+ Interactions?: VisualInteractionOptions | undefined;
120
+ }
121
+ export interface CategoryDrillDownFilter {
122
+ Column: ColumnIdentifier | undefined;
123
+ CategoryValues: string[] | undefined;
124
+ }
102
125
  export interface NumericEqualityDrillDownFilter {
103
126
  Column: ColumnIdentifier | undefined;
104
127
  Value: number | undefined;
@@ -1753,15 +1776,3 @@ export interface WordCloudAggregatedFieldWells {
1753
1776
  export interface WordCloudFieldWells {
1754
1777
  WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells | undefined;
1755
1778
  }
1756
- export interface WordCloudSortConfiguration {
1757
- CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
1758
- CategorySort?: FieldSortOptions[] | undefined;
1759
- }
1760
- export interface WordCloudOptions {
1761
- WordOrientation?: WordCloudWordOrientation | undefined;
1762
- WordScaling?: WordCloudWordScaling | undefined;
1763
- CloudLayout?: WordCloudCloudLayout | undefined;
1764
- WordCasing?: WordCloudWordCasing | undefined;
1765
- WordPadding?: WordCloudWordPadding | undefined;
1766
- MaximumStringLength?: number | undefined;
1767
- }
@@ -69,6 +69,11 @@ import {
69
69
  UndefinedSpecifiedValueType,
70
70
  ValidationStrategyMode,
71
71
  WebCrawlerAuthType,
72
+ WordCloudCloudLayout,
73
+ WordCloudWordCasing,
74
+ WordCloudWordOrientation,
75
+ WordCloudWordPadding,
76
+ WordCloudWordScaling,
72
77
  } from "./enums";
73
78
  import {
74
79
  AccountCustomization,
@@ -79,6 +84,7 @@ import {
79
84
  AssetOptions,
80
85
  ChartAxisLabelOptions,
81
86
  DataPrepAggregationFunction,
87
+ ItemsLimitConfiguration,
82
88
  QueryExecutionOptions,
83
89
  TransformOperationSource,
84
90
  VisualCustomActionDefaults,
@@ -91,6 +97,7 @@ import {
91
97
  ColumnConfiguration,
92
98
  DataSetColumnIdMapping,
93
99
  DataSetIdentifierDeclaration,
100
+ FieldSortOptions,
94
101
  FilterControl,
95
102
  FilterGroup,
96
103
  Layout,
@@ -129,10 +136,20 @@ import {
129
136
  VisualTitleLabelOptions,
130
137
  WaterfallVisual,
131
138
  WordCloudFieldWells,
132
- WordCloudOptions,
133
- WordCloudSortConfiguration,
134
139
  ColumnHierarchy,
135
140
  } from "./models_1";
141
+ export interface WordCloudSortConfiguration {
142
+ CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
143
+ CategorySort?: FieldSortOptions[] | undefined;
144
+ }
145
+ export interface WordCloudOptions {
146
+ WordOrientation?: WordCloudWordOrientation | undefined;
147
+ WordScaling?: WordCloudWordScaling | undefined;
148
+ CloudLayout?: WordCloudCloudLayout | undefined;
149
+ WordCasing?: WordCloudWordCasing | undefined;
150
+ WordPadding?: WordCloudWordPadding | undefined;
151
+ MaximumStringLength?: number | undefined;
152
+ }
136
153
  export interface WordCloudChartConfiguration {
137
154
  FieldWells?: WordCloudFieldWells | undefined;
138
155
  SortConfiguration?: WordCloudSortConfiguration | undefined;
@@ -2509,6 +2526,178 @@ export interface Capabilities {
2509
2526
  UseAgentWebSearch?: CapabilityState | undefined;
2510
2527
  KnowledgeBase?: CapabilityState | undefined;
2511
2528
  Action?: CapabilityState | undefined;
2529
+ GenericHTTPAction?: CapabilityState | undefined;
2530
+ CreateAndUpdateGenericHTTPAction?: CapabilityState | undefined;
2531
+ ShareGenericHTTPAction?: CapabilityState | undefined;
2532
+ UseGenericHTTPAction?: CapabilityState | undefined;
2533
+ AsanaAction?: CapabilityState | undefined;
2534
+ CreateAndUpdateAsanaAction?: CapabilityState | undefined;
2535
+ ShareAsanaAction?: CapabilityState | undefined;
2536
+ UseAsanaAction?: CapabilityState | undefined;
2537
+ SlackAction?: CapabilityState | undefined;
2538
+ CreateAndUpdateSlackAction?: CapabilityState | undefined;
2539
+ ShareSlackAction?: CapabilityState | undefined;
2540
+ UseSlackAction?: CapabilityState | undefined;
2541
+ ServiceNowAction?: CapabilityState | undefined;
2542
+ CreateAndUpdateServiceNowAction?: CapabilityState | undefined;
2543
+ ShareServiceNowAction?: CapabilityState | undefined;
2544
+ UseServiceNowAction?: CapabilityState | undefined;
2545
+ SalesforceAction?: CapabilityState | undefined;
2546
+ CreateAndUpdateSalesforceAction?: CapabilityState | undefined;
2547
+ ShareSalesforceAction?: CapabilityState | undefined;
2548
+ UseSalesforceAction?: CapabilityState | undefined;
2549
+ MSExchangeAction?: CapabilityState | undefined;
2550
+ CreateAndUpdateMSExchangeAction?: CapabilityState | undefined;
2551
+ ShareMSExchangeAction?: CapabilityState | undefined;
2552
+ UseMSExchangeAction?: CapabilityState | undefined;
2553
+ PagerDutyAction?: CapabilityState | undefined;
2554
+ CreateAndUpdatePagerDutyAction?: CapabilityState | undefined;
2555
+ SharePagerDutyAction?: CapabilityState | undefined;
2556
+ UsePagerDutyAction?: CapabilityState | undefined;
2557
+ JiraAction?: CapabilityState | undefined;
2558
+ CreateAndUpdateJiraAction?: CapabilityState | undefined;
2559
+ ShareJiraAction?: CapabilityState | undefined;
2560
+ UseJiraAction?: CapabilityState | undefined;
2561
+ ConfluenceAction?: CapabilityState | undefined;
2562
+ CreateAndUpdateConfluenceAction?: CapabilityState | undefined;
2563
+ ShareConfluenceAction?: CapabilityState | undefined;
2564
+ UseConfluenceAction?: CapabilityState | undefined;
2565
+ OneDriveAction?: CapabilityState | undefined;
2566
+ CreateAndUpdateOneDriveAction?: CapabilityState | undefined;
2567
+ ShareOneDriveAction?: CapabilityState | undefined;
2568
+ UseOneDriveAction?: CapabilityState | undefined;
2569
+ SharePointAction?: CapabilityState | undefined;
2570
+ CreateAndUpdateSharePointAction?: CapabilityState | undefined;
2571
+ ShareSharePointAction?: CapabilityState | undefined;
2572
+ UseSharePointAction?: CapabilityState | undefined;
2573
+ MSTeamsAction?: CapabilityState | undefined;
2574
+ CreateAndUpdateMSTeamsAction?: CapabilityState | undefined;
2575
+ ShareMSTeamsAction?: CapabilityState | undefined;
2576
+ UseMSTeamsAction?: CapabilityState | undefined;
2577
+ GoogleCalendarAction?: CapabilityState | undefined;
2578
+ CreateAndUpdateGoogleCalendarAction?: CapabilityState | undefined;
2579
+ ShareGoogleCalendarAction?: CapabilityState | undefined;
2580
+ UseGoogleCalendarAction?: CapabilityState | undefined;
2581
+ ZendeskAction?: CapabilityState | undefined;
2582
+ CreateAndUpdateZendeskAction?: CapabilityState | undefined;
2583
+ ShareZendeskAction?: CapabilityState | undefined;
2584
+ UseZendeskAction?: CapabilityState | undefined;
2585
+ SmartsheetAction?: CapabilityState | undefined;
2586
+ CreateAndUpdateSmartsheetAction?: CapabilityState | undefined;
2587
+ ShareSmartsheetAction?: CapabilityState | undefined;
2588
+ UseSmartsheetAction?: CapabilityState | undefined;
2589
+ SAPBusinessPartnerAction?: CapabilityState | undefined;
2590
+ CreateAndUpdateSAPBusinessPartnerAction?: CapabilityState | undefined;
2591
+ ShareSAPBusinessPartnerAction?: CapabilityState | undefined;
2592
+ UseSAPBusinessPartnerAction?: CapabilityState | undefined;
2593
+ SAPProductMasterDataAction?: CapabilityState | undefined;
2594
+ CreateAndUpdateSAPProductMasterDataAction?: CapabilityState | undefined;
2595
+ ShareSAPProductMasterDataAction?: CapabilityState | undefined;
2596
+ UseSAPProductMasterDataAction?: CapabilityState | undefined;
2597
+ SAPPhysicalInventoryAction?: CapabilityState | undefined;
2598
+ CreateAndUpdateSAPPhysicalInventoryAction?: CapabilityState | undefined;
2599
+ ShareSAPPhysicalInventoryAction?: CapabilityState | undefined;
2600
+ UseSAPPhysicalInventoryAction?: CapabilityState | undefined;
2601
+ SAPBillOfMaterialAction?: CapabilityState | undefined;
2602
+ CreateAndUpdateSAPBillOfMaterialAction?: CapabilityState | undefined;
2603
+ ShareSAPBillOfMaterialAction?: CapabilityState | undefined;
2604
+ UseSAPBillOfMaterialAction?: CapabilityState | undefined;
2605
+ SAPMaterialStockAction?: CapabilityState | undefined;
2606
+ CreateAndUpdateSAPMaterialStockAction?: CapabilityState | undefined;
2607
+ ShareSAPMaterialStockAction?: CapabilityState | undefined;
2608
+ UseSAPMaterialStockAction?: CapabilityState | undefined;
2609
+ FactSetAction?: CapabilityState | undefined;
2610
+ CreateAndUpdateFactSetAction?: CapabilityState | undefined;
2611
+ ShareFactSetAction?: CapabilityState | undefined;
2612
+ UseFactSetAction?: CapabilityState | undefined;
2613
+ AmazonSThreeAction?: CapabilityState | undefined;
2614
+ CreateAndUpdateAmazonSThreeAction?: CapabilityState | undefined;
2615
+ ShareAmazonSThreeAction?: CapabilityState | undefined;
2616
+ UseAmazonSThreeAction?: CapabilityState | undefined;
2617
+ TextractAction?: CapabilityState | undefined;
2618
+ CreateAndUpdateTextractAction?: CapabilityState | undefined;
2619
+ ShareTextractAction?: CapabilityState | undefined;
2620
+ UseTextractAction?: CapabilityState | undefined;
2621
+ ComprehendAction?: CapabilityState | undefined;
2622
+ CreateAndUpdateComprehendAction?: CapabilityState | undefined;
2623
+ ShareComprehendAction?: CapabilityState | undefined;
2624
+ UseComprehendAction?: CapabilityState | undefined;
2625
+ ComprehendMedicalAction?: CapabilityState | undefined;
2626
+ CreateAndUpdateComprehendMedicalAction?: CapabilityState | undefined;
2627
+ ShareComprehendMedicalAction?: CapabilityState | undefined;
2628
+ UseComprehendMedicalAction?: CapabilityState | undefined;
2629
+ AmazonBedrockARSAction?: CapabilityState | undefined;
2630
+ CreateAndUpdateAmazonBedrockARSAction?: CapabilityState | undefined;
2631
+ ShareAmazonBedrockARSAction?: CapabilityState | undefined;
2632
+ UseAmazonBedrockARSAction?: CapabilityState | undefined;
2633
+ AmazonBedrockFSAction?: CapabilityState | undefined;
2634
+ CreateAndUpdateAmazonBedrockFSAction?: CapabilityState | undefined;
2635
+ ShareAmazonBedrockFSAction?: CapabilityState | undefined;
2636
+ UseAmazonBedrockFSAction?: CapabilityState | undefined;
2637
+ AmazonBedrockKRSAction?: CapabilityState | undefined;
2638
+ CreateAndUpdateAmazonBedrockKRSAction?: CapabilityState | undefined;
2639
+ ShareAmazonBedrockKRSAction?: CapabilityState | undefined;
2640
+ UseAmazonBedrockKRSAction?: CapabilityState | undefined;
2641
+ MCPAction?: CapabilityState | undefined;
2642
+ CreateAndUpdateMCPAction?: CapabilityState | undefined;
2643
+ ShareMCPAction?: CapabilityState | undefined;
2644
+ UseMCPAction?: CapabilityState | undefined;
2645
+ OpenAPIAction?: CapabilityState | undefined;
2646
+ CreateAndUpdateOpenAPIAction?: CapabilityState | undefined;
2647
+ ShareOpenAPIAction?: CapabilityState | undefined;
2648
+ UseOpenAPIAction?: CapabilityState | undefined;
2649
+ SandPGMIAction?: CapabilityState | undefined;
2650
+ CreateAndUpdateSandPGMIAction?: CapabilityState | undefined;
2651
+ ShareSandPGMIAction?: CapabilityState | undefined;
2652
+ UseSandPGMIAction?: CapabilityState | undefined;
2653
+ SandPGlobalEnergyAction?: CapabilityState | undefined;
2654
+ CreateAndUpdateSandPGlobalEnergyAction?: CapabilityState | undefined;
2655
+ ShareSandPGlobalEnergyAction?: CapabilityState | undefined;
2656
+ UseSandPGlobalEnergyAction?: CapabilityState | undefined;
2657
+ BambooHRAction?: CapabilityState | undefined;
2658
+ CreateAndUpdateBambooHRAction?: CapabilityState | undefined;
2659
+ ShareBambooHRAction?: CapabilityState | undefined;
2660
+ UseBambooHRAction?: CapabilityState | undefined;
2661
+ BoxAgentAction?: CapabilityState | undefined;
2662
+ CreateAndUpdateBoxAgentAction?: CapabilityState | undefined;
2663
+ ShareBoxAgentAction?: CapabilityState | undefined;
2664
+ UseBoxAgentAction?: CapabilityState | undefined;
2665
+ CanvaAgentAction?: CapabilityState | undefined;
2666
+ CreateAndUpdateCanvaAgentAction?: CapabilityState | undefined;
2667
+ ShareCanvaAgentAction?: CapabilityState | undefined;
2668
+ UseCanvaAgentAction?: CapabilityState | undefined;
2669
+ GithubAction?: CapabilityState | undefined;
2670
+ CreateAndUpdateGithubAction?: CapabilityState | undefined;
2671
+ ShareGithubAction?: CapabilityState | undefined;
2672
+ UseGithubAction?: CapabilityState | undefined;
2673
+ NotionAction?: CapabilityState | undefined;
2674
+ CreateAndUpdateNotionAction?: CapabilityState | undefined;
2675
+ ShareNotionAction?: CapabilityState | undefined;
2676
+ UseNotionAction?: CapabilityState | undefined;
2677
+ LinearAction?: CapabilityState | undefined;
2678
+ CreateAndUpdateLinearAction?: CapabilityState | undefined;
2679
+ ShareLinearAction?: CapabilityState | undefined;
2680
+ UseLinearAction?: CapabilityState | undefined;
2681
+ HuggingFaceAction?: CapabilityState | undefined;
2682
+ CreateAndUpdateHuggingFaceAction?: CapabilityState | undefined;
2683
+ ShareHuggingFaceAction?: CapabilityState | undefined;
2684
+ UseHuggingFaceAction?: CapabilityState | undefined;
2685
+ MondayAction?: CapabilityState | undefined;
2686
+ CreateAndUpdateMondayAction?: CapabilityState | undefined;
2687
+ ShareMondayAction?: CapabilityState | undefined;
2688
+ UseMondayAction?: CapabilityState | undefined;
2689
+ HubspotAction?: CapabilityState | undefined;
2690
+ CreateAndUpdateHubspotAction?: CapabilityState | undefined;
2691
+ ShareHubspotAction?: CapabilityState | undefined;
2692
+ UseHubspotAction?: CapabilityState | undefined;
2693
+ IntercomAction?: CapabilityState | undefined;
2694
+ CreateAndUpdateIntercomAction?: CapabilityState | undefined;
2695
+ ShareIntercomAction?: CapabilityState | undefined;
2696
+ UseIntercomAction?: CapabilityState | undefined;
2697
+ NewRelicAction?: CapabilityState | undefined;
2698
+ CreateAndUpdateNewRelicAction?: CapabilityState | undefined;
2699
+ ShareNewRelicAction?: CapabilityState | undefined;
2700
+ UseNewRelicAction?: CapabilityState | undefined;
2512
2701
  Space?: CapabilityState | undefined;
2513
2702
  ChatAgent?: CapabilityState | undefined;
2514
2703
  CreateChatAgents?: CapabilityState | undefined;
@@ -3200,13 +3389,3 @@ export interface JoinInstruction {
3200
3389
  Type: JoinType | undefined;
3201
3390
  OnClause: string | undefined;
3202
3391
  }
3203
- export interface LogicalTableSource {
3204
- JoinInstruction?: JoinInstruction | undefined;
3205
- PhysicalTableId?: string | undefined;
3206
- DataSetArn?: string | undefined;
3207
- }
3208
- export interface LogicalTable {
3209
- Alias: string | undefined;
3210
- DataTransforms?: TransformOperation[] | undefined;
3211
- Source: LogicalTableSource | undefined;
3212
- }
@@ -107,6 +107,7 @@ import {
107
107
  DataSetRefreshProperties,
108
108
  DataSetUsageConfiguration,
109
109
  DisplayFormatOptions,
110
+ JoinInstruction,
110
111
  LinkSharingConfiguration,
111
112
  SslProperties,
112
113
  ValidationStrategy,
@@ -126,7 +127,6 @@ import {
126
127
  DataSourceParameters,
127
128
  FieldFolder,
128
129
  InputColumn,
129
- LogicalTable,
130
130
  ResourcePermission,
131
131
  SheetDefinition,
132
132
  SnapshotFile,
@@ -134,7 +134,18 @@ import {
134
134
  SnapshotS3DestinationConfiguration,
135
135
  StaticFile,
136
136
  Tag,
137
+ TransformOperation,
137
138
  } from "./models_2";
139
+ export interface LogicalTableSource {
140
+ JoinInstruction?: JoinInstruction | undefined;
141
+ PhysicalTableId?: string | undefined;
142
+ DataSetArn?: string | undefined;
143
+ }
144
+ export interface LogicalTable {
145
+ Alias: string | undefined;
146
+ DataTransforms?: TransformOperation[] | undefined;
147
+ Source: LogicalTableSource | undefined;
148
+ }
138
149
  export interface UniqueKey {
139
150
  ColumnNames: string[] | undefined;
140
151
  }
@@ -1943,14 +1954,3 @@ export interface DescribeTemplateAliasRequest {
1943
1954
  TemplateId: string | undefined;
1944
1955
  AliasName: string | undefined;
1945
1956
  }
1946
- export interface DescribeTemplateAliasResponse {
1947
- TemplateAlias?: TemplateAlias | undefined;
1948
- Status?: number | undefined;
1949
- RequestId?: string | undefined;
1950
- }
1951
- export interface DescribeTemplateDefinitionRequest {
1952
- AwsAccountId: string | undefined;
1953
- TemplateId: string | undefined;
1954
- VersionNumber?: number | undefined;
1955
- AliasName?: string | undefined;
1956
- }