@aws-sdk/client-quicksight 3.935.0 → 3.937.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 (34) hide show
  1. package/dist-cjs/index.js +96 -22
  2. package/dist-es/models/enums.js +3 -0
  3. package/dist-es/schemas/schemas_0.js +92 -22
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -1
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +47 -1
  6. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -2
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +47 -1
  8. package/dist-types/commands/CreateThemeCommand.d.ts +84 -0
  9. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +47 -1
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +47 -1
  11. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +47 -1
  12. package/dist-types/commands/DescribeThemeCommand.d.ts +84 -0
  13. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
  14. package/dist-types/commands/UpdateAnalysisCommand.d.ts +47 -1
  15. package/dist-types/commands/UpdateDashboardCommand.d.ts +47 -1
  16. package/dist-types/commands/UpdateTemplateCommand.d.ts +47 -1
  17. package/dist-types/commands/UpdateThemeCommand.d.ts +84 -0
  18. package/dist-types/models/enums.d.ts +11 -0
  19. package/dist-types/models/models_0.d.ts +82 -33
  20. package/dist-types/models/models_1.d.ts +35 -78
  21. package/dist-types/models/models_2.d.ts +88 -104
  22. package/dist-types/models/models_3.d.ts +218 -167
  23. package/dist-types/models/models_4.d.ts +168 -4
  24. package/dist-types/schemas/schemas_0.d.ts +5 -0
  25. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -2
  26. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +4 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +18 -8
  29. package/dist-types/ts3.4/models/models_1.d.ts +9 -21
  30. package/dist-types/ts3.4/models/models_2.d.ts +22 -22
  31. package/dist-types/ts3.4/models/models_3.d.ts +49 -37
  32. package/dist-types/ts3.4/models/models_4.d.ts +39 -4
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  34. package/package.json +12 -12
@@ -1,8 +1,172 @@
1
- import { AssetBundleExportFormat, AssetBundleImportFailureAction, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, EmbeddingIdentityType, FieldName, FilterOperator, FlowPublishState, FolderFilterAttribute, FolderType, GeneratedAnswerStatus, GroupFilterAttribute, GroupFilterOperator, IdentityType, IncludeFolderMembers, IncludeGeneratedAnswer, IncludeQuickSightQIndex, PersonalizationMode, PurchaseMode, QAResultType, QSearchStatus, ResourceStatus, Role, SearchFilterOperator, ServiceType, SharingModel, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicUserExperienceVersion, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
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, ServiceType, SharingModel, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicUserExperienceVersion, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
2
2
  import { AccountCustomization, ActionConnectorSearchFilter, ActionConnectorSummary, ActiveIAMPolicyAssignment, AmazonQInQuickSightConsoleConfigurations, AmazonQInQuickSightDashboardConfigurations } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, DashboardVisualId, SharedViewConfigurations } from "./models_1";
4
- import { _Parameters, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AuthConfig, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataPrepConfiguration, DatasetParameter, DataSetRefreshProperties, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticModelConfiguration, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VpcConnectionProperties } from "./models_2";
5
- import { CustomInstructions, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DashboardVisualResult, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FailedKeyRegistrationEntry, Group, GroupMember, Ingestion, NamespaceInfoV2, NetworkInterface, RefreshSchedule, RegisteredCustomerManagedKey, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, User } from "./models_3";
3
+ import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, SharedViewConfigurations } from "./models_1";
4
+ import { _Parameters, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AuthConfig, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataPrepConfiguration, DatasetParameter, DataSetRefreshProperties, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticModelConfiguration, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VpcConnectionProperties } from "./models_2";
5
+ import { CustomInstructions, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DashboardVisualResult, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, Group, GroupMember, Ingestion, NamespaceInfoV2, RefreshSchedule, RegisteredCustomerManagedKey, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, User } from "./models_3";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeVPCConnectionRequest {
10
+ /**
11
+ * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
12
+ * you want described.</p>
13
+ * @public
14
+ */
15
+ AwsAccountId: string | undefined;
16
+ /**
17
+ * <p>The ID of the VPC connection that
18
+ * you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.</p>
19
+ * @public
20
+ */
21
+ VPCConnectionId: string | undefined;
22
+ }
23
+ /**
24
+ * <p>The structure that contains information about a network interface.</p>
25
+ * @public
26
+ */
27
+ export interface NetworkInterface {
28
+ /**
29
+ * <p>The subnet ID associated with the network interface.</p>
30
+ * @public
31
+ */
32
+ SubnetId?: string | undefined;
33
+ /**
34
+ * <p>The availability zone that the network interface resides in.</p>
35
+ * @public
36
+ */
37
+ AvailabilityZone?: string | undefined;
38
+ /**
39
+ * <p>An error message.</p>
40
+ * @public
41
+ */
42
+ ErrorMessage?: string | undefined;
43
+ /**
44
+ * <p>The status of the network interface.</p>
45
+ * @public
46
+ */
47
+ Status?: NetworkInterfaceStatus | undefined;
48
+ /**
49
+ * <p>The network interface ID.</p>
50
+ * @public
51
+ */
52
+ NetworkInterfaceId?: string | undefined;
53
+ }
54
+ /**
55
+ * <p>The structure of a VPC connection.</p>
56
+ * @public
57
+ */
58
+ export interface VPCConnection {
59
+ /**
60
+ * <p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
61
+ * Amazon Web Services account.</p>
62
+ * @public
63
+ */
64
+ VPCConnectionId?: string | undefined;
65
+ /**
66
+ * <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
67
+ * @public
68
+ */
69
+ Arn?: string | undefined;
70
+ /**
71
+ * <p>The display name for the VPC connection.</p>
72
+ * @public
73
+ */
74
+ Name?: string | undefined;
75
+ /**
76
+ * <p>The Amazon EC2 VPC ID associated with the VPC connection.</p>
77
+ * @public
78
+ */
79
+ VPCId?: string | undefined;
80
+ /**
81
+ * <p>The Amazon EC2 security group IDs associated with the VPC connection.</p>
82
+ * @public
83
+ */
84
+ SecurityGroupIds?: string[] | undefined;
85
+ /**
86
+ * <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
87
+ * @public
88
+ */
89
+ DnsResolvers?: string[] | undefined;
90
+ /**
91
+ * <p>The status of the VPC connection.</p>
92
+ * @public
93
+ */
94
+ Status?: VPCConnectionResourceStatus | undefined;
95
+ /**
96
+ * <p>The availability status of the VPC connection.</p>
97
+ * @public
98
+ */
99
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
100
+ /**
101
+ * <p>A list of network interfaces.</p>
102
+ * @public
103
+ */
104
+ NetworkInterfaces?: NetworkInterface[] | undefined;
105
+ /**
106
+ * <p>The ARN of the
107
+ * IAM role associated with the VPC
108
+ * connection.</p>
109
+ * @public
110
+ */
111
+ RoleArn?: string | undefined;
112
+ /**
113
+ * <p>The time that the VPC connection was created.</p>
114
+ * @public
115
+ */
116
+ CreatedTime?: Date | undefined;
117
+ /**
118
+ * <p>The time that the VPC connection was last updated.</p>
119
+ * @public
120
+ */
121
+ LastUpdatedTime?: Date | undefined;
122
+ }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface DescribeVPCConnectionResponse {
127
+ /**
128
+ * <p>A response object that provides information for the specified VPC connection.</p>
129
+ * @public
130
+ */
131
+ VPCConnection?: VPCConnection | undefined;
132
+ /**
133
+ * <p>The Amazon Web Services request ID for this operation.</p>
134
+ * @public
135
+ */
136
+ RequestId?: string | undefined;
137
+ /**
138
+ * <p>The HTTP status of the request.</p>
139
+ * @public
140
+ */
141
+ Status?: number | undefined;
142
+ }
143
+ /**
144
+ * <p>An entry that appears when a <code>KeyRegistration</code> update to Quick Sight fails.</p>
145
+ * @public
146
+ */
147
+ export interface FailedKeyRegistrationEntry {
148
+ /**
149
+ * <p>The ARN of the KMS key that failed to update.</p>
150
+ * @public
151
+ */
152
+ KeyArn?: string | undefined;
153
+ /**
154
+ * <p>A message that provides information about why a <code>FailedKeyRegistrationEntry</code> error occurred.</p>
155
+ * @public
156
+ */
157
+ Message: string | undefined;
158
+ /**
159
+ * <p>The HTTP status of a <code>FailedKeyRegistrationEntry</code> error.</p>
160
+ * @public
161
+ */
162
+ StatusCode: number | undefined;
163
+ /**
164
+ * <p>A boolean that indicates whether a <code>FailedKeyRegistrationEntry</code> resulted from user error. If the value of this property is <code>True</code>, the error was caused by user error. If the value of this property is <code>False</code>, the error occurred on the backend. If your job continues fail and with a <code>False</code>
165
+ * <code>SenderFault</code> value, contact Amazon Web Services Support.</p>
166
+ * @public
167
+ */
168
+ SenderFault: boolean | undefined;
169
+ }
6
170
  /**
7
171
  * <p>The basic information of the flow exluding its definition specifying the steps.</p>
8
172
  * @public
@@ -745,6 +745,8 @@ export declare var GradientStop: StaticStructureSchema;
745
745
  export declare var GridLayoutCanvasSizeOptions: StaticStructureSchema;
746
746
  export declare var GridLayoutConfiguration: StaticStructureSchema;
747
747
  export declare var GridLayoutElement: StaticStructureSchema;
748
+ export declare var GridLayoutElementBackgroundStyle: StaticStructureSchema;
749
+ export declare var GridLayoutElementBorderStyle: StaticStructureSchema;
748
750
  export declare var GridLayoutScreenCanvasSizeOptions: StaticStructureSchema;
749
751
  export declare var Group: StaticStructureSchema;
750
752
  export declare var GroupMember: StaticStructureSchema;
@@ -1166,6 +1168,7 @@ export declare var SetParameterValueConfiguration: StaticStructureSchema;
1166
1168
  export declare var ShapeConditionalFormat: StaticStructureSchema;
1167
1169
  export declare var SharedViewConfigurations: StaticStructureSchema;
1168
1170
  export declare var Sheet: StaticStructureSchema;
1171
+ export declare var SheetBackgroundStyle: StaticStructureSchema;
1169
1172
  export declare var SheetControlInfoIconLabelOptions: StaticStructureSchema;
1170
1173
  export declare var SheetControlLayout: StaticStructureSchema;
1171
1174
  export declare var SheetControlLayoutConfiguration: StaticStructureSchema;
@@ -1476,7 +1479,9 @@ export declare var VisualInteractionOptions: StaticStructureSchema;
1476
1479
  export declare var VisualMenuOption: StaticStructureSchema;
1477
1480
  export declare var VisualOptions: StaticStructureSchema;
1478
1481
  export declare var VisualPalette: StaticStructureSchema;
1482
+ export declare var VisualSubtitleFontConfiguration: StaticStructureSchema;
1479
1483
  export declare var VisualSubtitleLabelOptions: StaticStructureSchema;
1484
+ export declare var VisualTitleFontConfiguration: StaticStructureSchema;
1480
1485
  export declare var VisualTitleLabelOptions: StaticStructureSchema;
1481
1486
  export declare var VPCConnection: StaticStructureSchema;
1482
1487
  export declare var VpcConnectionProperties: StaticStructureSchema;
@@ -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 { CreateDataSourceRequest } from "../models/models_2";
4
- import { CreateDataSourceResponse } from "../models/models_3";
3
+ import {
4
+ CreateDataSourceRequest,
5
+ CreateDataSourceResponse,
6
+ } from "../models/models_3";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeVPCConnectionRequest,
5
5
  DescribeVPCConnectionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1678,6 +1678,10 @@ export declare const Role: {
1678
1678
  readonly READER_PRO: "READER_PRO";
1679
1679
  };
1680
1680
  export type Role = (typeof Role)[keyof typeof Role];
1681
+ export declare const TextTransform: {
1682
+ readonly CAPITALIZE: "CAPITALIZE";
1683
+ };
1684
+ export type TextTransform = (typeof TextTransform)[keyof typeof TextTransform];
1681
1685
  export declare const DefaultAggregation: {
1682
1686
  readonly AVERAGE: "AVERAGE";
1683
1687
  readonly COUNT: "COUNT";
@@ -1142,6 +1142,7 @@ export interface FreeFormLayoutElementBackgroundStyle {
1142
1142
  export interface FreeFormLayoutElementBorderStyle {
1143
1143
  Visibility?: Visibility | undefined;
1144
1144
  Color?: string | undefined;
1145
+ Width?: string | undefined;
1145
1146
  }
1146
1147
  export interface LoadingAnimation {
1147
1148
  Visibility?: Visibility | undefined;
@@ -1166,11 +1167,22 @@ export interface FreeFormLayoutElement {
1166
1167
  SelectedBorderStyle?: FreeFormLayoutElementBorderStyle | undefined;
1167
1168
  BackgroundStyle?: FreeFormLayoutElementBackgroundStyle | undefined;
1168
1169
  LoadingAnimation?: LoadingAnimation | undefined;
1170
+ BorderRadius?: string | undefined;
1171
+ Padding?: string | undefined;
1169
1172
  }
1170
1173
  export interface FreeFormLayoutConfiguration {
1171
1174
  Elements: FreeFormLayoutElement[] | undefined;
1172
1175
  CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions | undefined;
1173
1176
  }
1177
+ export interface GridLayoutElementBackgroundStyle {
1178
+ Visibility?: Visibility | undefined;
1179
+ Color?: string | undefined;
1180
+ }
1181
+ export interface GridLayoutElementBorderStyle {
1182
+ Visibility?: Visibility | undefined;
1183
+ Color?: string | undefined;
1184
+ Width?: string | undefined;
1185
+ }
1174
1186
  export interface GridLayoutElement {
1175
1187
  ElementId: string | undefined;
1176
1188
  ElementType: LayoutElementType | undefined;
@@ -1178,6 +1190,12 @@ export interface GridLayoutElement {
1178
1190
  ColumnSpan: number | undefined;
1179
1191
  RowIndex?: number | undefined;
1180
1192
  RowSpan: number | undefined;
1193
+ BorderStyle?: GridLayoutElementBorderStyle | undefined;
1194
+ SelectedBorderStyle?: GridLayoutElementBorderStyle | undefined;
1195
+ BackgroundStyle?: GridLayoutElementBackgroundStyle | undefined;
1196
+ LoadingAnimation?: LoadingAnimation | undefined;
1197
+ BorderRadius?: string | undefined;
1198
+ Padding?: string | undefined;
1181
1199
  }
1182
1200
  export interface GridLayoutConfiguration {
1183
1201
  Elements: GridLayoutElement[] | undefined;
@@ -1751,11 +1769,3 @@ export interface LongFormatText {
1751
1769
  PlainText?: string | undefined;
1752
1770
  RichText?: string | undefined;
1753
1771
  }
1754
- export interface VisualSubtitleLabelOptions {
1755
- Visibility?: Visibility | undefined;
1756
- FormatText?: LongFormatText | undefined;
1757
- }
1758
- export interface ShortFormatText {
1759
- PlainText?: string | undefined;
1760
- RichText?: string | undefined;
1761
- }
@@ -1,8 +1,6 @@
1
1
  import {
2
2
  AnalysisFilterAttribute,
3
3
  AnchorType,
4
- AnonymousUserDashboardEmbeddingConfigurationDisabledFeature,
5
- AnonymousUserDashboardEmbeddingConfigurationEnabledFeature,
6
4
  ArcThickness,
7
5
  ArcThicknessOptions,
8
6
  AxisBinding,
@@ -101,6 +99,7 @@ import {
101
99
  ItemsLimitConfiguration,
102
100
  Layout,
103
101
  LegendOptions,
102
+ LongFormatText,
104
103
  MeasureField,
105
104
  NumberDisplayFormatConfiguration,
106
105
  ParameterControl,
@@ -111,15 +110,21 @@ import {
111
110
  SheetControlLayout,
112
111
  SheetImage,
113
112
  SheetTextBox,
114
- ShortFormatText,
115
113
  SmallMultiplesOptions,
116
114
  TooltipOptions,
117
115
  VisualCustomAction,
118
116
  VisualCustomActionDefaults,
119
117
  VisualInteractionOptions,
120
118
  VisualPalette,
121
- VisualSubtitleLabelOptions,
122
119
  } from "./models_0";
120
+ export interface VisualSubtitleLabelOptions {
121
+ Visibility?: Visibility | undefined;
122
+ FormatText?: LongFormatText | undefined;
123
+ }
124
+ export interface ShortFormatText {
125
+ PlainText?: string | undefined;
126
+ RichText?: string | undefined;
127
+ }
123
128
  export interface VisualTitleLabelOptions {
124
129
  Visibility?: Visibility | undefined;
125
130
  FormatText?: ShortFormatText | undefined;
@@ -1784,20 +1789,3 @@ export interface SharedViewConfigurations {
1784
1789
  export interface AnonymousUserDashboardFeatureConfigurations {
1785
1790
  SharedView?: SharedViewConfigurations | undefined;
1786
1791
  }
1787
- export interface AnonymousUserDashboardEmbeddingConfiguration {
1788
- InitialDashboardId: string | undefined;
1789
- EnabledFeatures?:
1790
- | AnonymousUserDashboardEmbeddingConfigurationEnabledFeature[]
1791
- | undefined;
1792
- DisabledFeatures?:
1793
- | AnonymousUserDashboardEmbeddingConfigurationDisabledFeature[]
1794
- | undefined;
1795
- FeatureConfigurations?:
1796
- | AnonymousUserDashboardFeatureConfigurations
1797
- | undefined;
1798
- }
1799
- export interface DashboardVisualId {
1800
- DashboardId: string | undefined;
1801
- SheetId: string | undefined;
1802
- VisualId: string | undefined;
1803
- }
@@ -1,6 +1,8 @@
1
1
  import {
2
2
  ActionConnectorType,
3
3
  AggType,
4
+ AnonymousUserDashboardEmbeddingConfigurationDisabledFeature,
5
+ AnonymousUserDashboardEmbeddingConfigurationEnabledFeature,
4
6
  AssetBundleExportFormat,
5
7
  AssetBundleExportJobAnalysisPropertyToOverride,
6
8
  AssetBundleExportJobDashboardPropertyToOverride,
@@ -38,7 +40,6 @@ import {
38
40
  DataSetStringComparisonFilterOperator,
39
41
  DataSetStringListFilterOperator,
40
42
  DataSetUseAs,
41
- DataSourceType,
42
43
  DisplayFormat,
43
44
  Edition,
44
45
  FileFormat,
@@ -96,12 +97,28 @@ import {
96
97
  AnalysisDefinition,
97
98
  AnalysisSourceEntity,
98
99
  Anchor,
99
- AnonymousUserDashboardEmbeddingConfiguration,
100
- DashboardVisualId,
100
+ AnonymousUserDashboardFeatureConfigurations,
101
101
  DataSetReference,
102
102
  SheetDefinition,
103
103
  StaticFile,
104
104
  } from "./models_1";
105
+ export interface AnonymousUserDashboardEmbeddingConfiguration {
106
+ InitialDashboardId: string | undefined;
107
+ EnabledFeatures?:
108
+ | AnonymousUserDashboardEmbeddingConfigurationEnabledFeature[]
109
+ | undefined;
110
+ DisabledFeatures?:
111
+ | AnonymousUserDashboardEmbeddingConfigurationDisabledFeature[]
112
+ | undefined;
113
+ FeatureConfigurations?:
114
+ | AnonymousUserDashboardFeatureConfigurations
115
+ | undefined;
116
+ }
117
+ export interface DashboardVisualId {
118
+ DashboardId: string | undefined;
119
+ SheetId: string | undefined;
120
+ VisualId: string | undefined;
121
+ }
105
122
  export interface AnonymousUserDashboardVisualEmbeddingConfiguration {
106
123
  InitialDashboardVisualId: DashboardVisualId | undefined;
107
124
  }
@@ -2195,7 +2212,9 @@ export interface BookmarksConfigurations {
2195
2212
  Enabled: boolean | undefined;
2196
2213
  }
2197
2214
  export interface BorderStyle {
2215
+ Color?: string | undefined;
2198
2216
  Show?: boolean | undefined;
2217
+ Width?: string | undefined;
2199
2218
  }
2200
2219
  export type ImageSource =
2201
2220
  | ImageSource.PublicUrlMember
@@ -3192,22 +3211,3 @@ export interface WebProxyCredentials {
3192
3211
  WebProxyUsername: string | undefined;
3193
3212
  WebProxyPassword: string | undefined;
3194
3213
  }
3195
- export interface DataSourceCredentials {
3196
- CredentialPair?: CredentialPair | undefined;
3197
- CopySourceArn?: string | undefined;
3198
- SecretArn?: string | undefined;
3199
- WebProxyCredentials?: WebProxyCredentials | undefined;
3200
- }
3201
- export interface CreateDataSourceRequest {
3202
- AwsAccountId: string | undefined;
3203
- DataSourceId: string | undefined;
3204
- Name: string | undefined;
3205
- Type: DataSourceType | undefined;
3206
- DataSourceParameters?: DataSourceParameters | undefined;
3207
- Credentials?: DataSourceCredentials | undefined;
3208
- Permissions?: ResourcePermission[] | undefined;
3209
- VpcConnectionProperties?: VpcConnectionProperties | undefined;
3210
- SslProperties?: SslProperties | undefined;
3211
- Tags?: Tag[] | undefined;
3212
- FolderArns?: string[] | undefined;
3213
- }
@@ -26,6 +26,7 @@ import {
26
26
  FilterClass,
27
27
  FilterOperator,
28
28
  FolderType,
29
+ HorizontalTextAlignment,
29
30
  IdentityStore,
30
31
  IdentityType,
31
32
  IncludeFolderMembers,
@@ -40,7 +41,6 @@ import {
40
41
  NamedFilterType,
41
42
  NamespaceErrorType,
42
43
  NamespaceStatus,
43
- NetworkInterfaceStatus,
44
44
  NullFilterType,
45
45
  PersonalizationMode,
46
46
  PropertyRole,
@@ -54,6 +54,7 @@ import {
54
54
  SharingModel,
55
55
  SnapshotJobStatus,
56
56
  TemplateErrorType,
57
+ TextTransform,
57
58
  ThemeErrorType,
58
59
  ThemeType,
59
60
  TopicRefreshStatus,
@@ -78,6 +79,7 @@ import {
78
79
  ColumnConfiguration,
79
80
  Entity,
80
81
  FilterGroup,
82
+ FontConfiguration,
81
83
  ParameterDeclaration,
82
84
  QueryExecutionOptions,
83
85
  Sheet,
@@ -113,6 +115,7 @@ import {
113
115
  ColumnLevelPermissionRule,
114
116
  ColumnSchema,
115
117
  ComparativeOrder,
118
+ CredentialPair,
116
119
  DashboardPublishOptions,
117
120
  DashboardVersionDefinition,
118
121
  DataPrepConfiguration,
@@ -136,7 +139,27 @@ import {
136
139
  Tag,
137
140
  ValidationStrategy,
138
141
  VpcConnectionProperties,
142
+ WebProxyCredentials,
139
143
  } from "./models_2";
144
+ export interface DataSourceCredentials {
145
+ CredentialPair?: CredentialPair | undefined;
146
+ CopySourceArn?: string | undefined;
147
+ SecretArn?: string | undefined;
148
+ WebProxyCredentials?: WebProxyCredentials | undefined;
149
+ }
150
+ export interface CreateDataSourceRequest {
151
+ AwsAccountId: string | undefined;
152
+ DataSourceId: string | undefined;
153
+ Name: string | undefined;
154
+ Type: DataSourceType | undefined;
155
+ DataSourceParameters?: DataSourceParameters | undefined;
156
+ Credentials?: DataSourceCredentials | undefined;
157
+ Permissions?: ResourcePermission[] | undefined;
158
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
159
+ SslProperties?: SslProperties | undefined;
160
+ Tags?: Tag[] | undefined;
161
+ FolderArns?: string[] | undefined;
162
+ }
140
163
  export interface CreateDataSourceResponse {
141
164
  Arn?: string | undefined;
142
165
  DataSourceId?: string | undefined;
@@ -361,8 +384,15 @@ export interface DataColorPalette {
361
384
  MinMaxGradient?: string[] | undefined;
362
385
  EmptyFillColor?: string | undefined;
363
386
  }
387
+ export interface SheetBackgroundStyle {
388
+ Color?: string | undefined;
389
+ Gradient?: string | undefined;
390
+ }
364
391
  export interface TileStyle {
392
+ BackgroundColor?: string | undefined;
365
393
  Border?: BorderStyle | undefined;
394
+ BorderRadius?: string | undefined;
395
+ Padding?: string | undefined;
366
396
  }
367
397
  export interface GutterStyle {
368
398
  Show?: boolean | undefined;
@@ -377,12 +407,30 @@ export interface TileLayoutStyle {
377
407
  export interface SheetStyle {
378
408
  Tile?: TileStyle | undefined;
379
409
  TileLayout?: TileLayoutStyle | undefined;
410
+ Background?: SheetBackgroundStyle | undefined;
380
411
  }
381
412
  export interface Font {
382
413
  FontFamily?: string | undefined;
383
414
  }
415
+ export interface VisualSubtitleFontConfiguration {
416
+ FontConfiguration?: FontConfiguration | undefined;
417
+ TextAlignment?: HorizontalTextAlignment | undefined;
418
+ TextTransform?: TextTransform | undefined;
419
+ }
420
+ export interface VisualTitleFontConfiguration {
421
+ FontConfiguration?: FontConfiguration | undefined;
422
+ TextAlignment?: HorizontalTextAlignment | undefined;
423
+ TextTransform?: TextTransform | undefined;
424
+ }
384
425
  export interface Typography {
385
426
  FontFamilies?: Font[] | undefined;
427
+ AxisTitleFontConfiguration?: FontConfiguration | undefined;
428
+ AxisLabelFontConfiguration?: FontConfiguration | undefined;
429
+ LegendTitleFontConfiguration?: FontConfiguration | undefined;
430
+ LegendValueFontConfiguration?: FontConfiguration | undefined;
431
+ DataLabelFontConfiguration?: FontConfiguration | undefined;
432
+ VisualTitleFontConfiguration?: VisualTitleFontConfiguration | undefined;
433
+ VisualSubtitleFontConfiguration?: VisualSubtitleFontConfiguration | undefined;
386
434
  }
387
435
  export interface UIColorPalette {
388
436
  PrimaryForeground?: string | undefined;
@@ -1878,39 +1926,3 @@ export interface DescribeUserResponse {
1878
1926
  RequestId?: string | undefined;
1879
1927
  Status?: number | undefined;
1880
1928
  }
1881
- export interface DescribeVPCConnectionRequest {
1882
- AwsAccountId: string | undefined;
1883
- VPCConnectionId: string | undefined;
1884
- }
1885
- export interface NetworkInterface {
1886
- SubnetId?: string | undefined;
1887
- AvailabilityZone?: string | undefined;
1888
- ErrorMessage?: string | undefined;
1889
- Status?: NetworkInterfaceStatus | undefined;
1890
- NetworkInterfaceId?: string | undefined;
1891
- }
1892
- export interface VPCConnection {
1893
- VPCConnectionId?: string | undefined;
1894
- Arn?: string | undefined;
1895
- Name?: string | undefined;
1896
- VPCId?: string | undefined;
1897
- SecurityGroupIds?: string[] | undefined;
1898
- DnsResolvers?: string[] | undefined;
1899
- Status?: VPCConnectionResourceStatus | undefined;
1900
- AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
1901
- NetworkInterfaces?: NetworkInterface[] | undefined;
1902
- RoleArn?: string | undefined;
1903
- CreatedTime?: Date | undefined;
1904
- LastUpdatedTime?: Date | undefined;
1905
- }
1906
- export interface DescribeVPCConnectionResponse {
1907
- VPCConnection?: VPCConnection | undefined;
1908
- RequestId?: string | undefined;
1909
- Status?: number | undefined;
1910
- }
1911
- export interface FailedKeyRegistrationEntry {
1912
- KeyArn?: string | undefined;
1913
- Message: string | undefined;
1914
- StatusCode: number | undefined;
1915
- SenderFault: boolean | undefined;
1916
- }
@@ -17,6 +17,7 @@ import {
17
17
  IncludeFolderMembers,
18
18
  IncludeGeneratedAnswer,
19
19
  IncludeQuickSightQIndex,
20
+ NetworkInterfaceStatus,
20
21
  PersonalizationMode,
21
22
  PurchaseMode,
22
23
  QAResultType,
@@ -48,7 +49,6 @@ import {
48
49
  AnalysisSearchFilter,
49
50
  AnalysisSourceEntity,
50
51
  AnalysisSummary,
51
- DashboardVisualId,
52
52
  SharedViewConfigurations,
53
53
  } from "./models_1";
54
54
  import {
@@ -75,11 +75,11 @@ import {
75
75
  DashboardPublishOptions,
76
76
  DashboardSourceEntity,
77
77
  DashboardVersionDefinition,
78
+ DashboardVisualId,
78
79
  DataPrepConfiguration,
79
80
  DatasetParameter,
80
81
  DataSetRefreshProperties,
81
82
  DataSetUsageConfiguration,
82
- DataSourceCredentials,
83
83
  DataSourceParameters,
84
84
  FieldFolder,
85
85
  LinkSharingConfiguration,
@@ -107,14 +107,13 @@ import {
107
107
  DataSetSearchFilter,
108
108
  DataSetSummary,
109
109
  DataSource,
110
+ DataSourceCredentials,
110
111
  DataSourceSearchFilter,
111
112
  DataSourceSummary,
112
- FailedKeyRegistrationEntry,
113
113
  Group,
114
114
  GroupMember,
115
115
  Ingestion,
116
116
  NamespaceInfoV2,
117
- NetworkInterface,
118
117
  RefreshSchedule,
119
118
  RegisteredCustomerManagedKey,
120
119
  SnapshotConfiguration,
@@ -127,6 +126,42 @@ import {
127
126
  TopicRefreshSchedule,
128
127
  User,
129
128
  } from "./models_3";
129
+ export interface DescribeVPCConnectionRequest {
130
+ AwsAccountId: string | undefined;
131
+ VPCConnectionId: string | undefined;
132
+ }
133
+ export interface NetworkInterface {
134
+ SubnetId?: string | undefined;
135
+ AvailabilityZone?: string | undefined;
136
+ ErrorMessage?: string | undefined;
137
+ Status?: NetworkInterfaceStatus | undefined;
138
+ NetworkInterfaceId?: string | undefined;
139
+ }
140
+ export interface VPCConnection {
141
+ VPCConnectionId?: string | undefined;
142
+ Arn?: string | undefined;
143
+ Name?: string | undefined;
144
+ VPCId?: string | undefined;
145
+ SecurityGroupIds?: string[] | undefined;
146
+ DnsResolvers?: string[] | undefined;
147
+ Status?: VPCConnectionResourceStatus | undefined;
148
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
149
+ NetworkInterfaces?: NetworkInterface[] | undefined;
150
+ RoleArn?: string | undefined;
151
+ CreatedTime?: Date | undefined;
152
+ LastUpdatedTime?: Date | undefined;
153
+ }
154
+ export interface DescribeVPCConnectionResponse {
155
+ VPCConnection?: VPCConnection | undefined;
156
+ RequestId?: string | undefined;
157
+ Status?: number | undefined;
158
+ }
159
+ export interface FailedKeyRegistrationEntry {
160
+ KeyArn?: string | undefined;
161
+ Message: string | undefined;
162
+ StatusCode: number | undefined;
163
+ SenderFault: boolean | undefined;
164
+ }
130
165
  export interface FlowSummary {
131
166
  Arn: string | undefined;
132
167
  FlowId: string | undefined;