@aws-sdk/client-quicksight 3.363.0 → 3.369.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 (44) hide show
  1. package/dist-cjs/models/models_0.js +29 -25
  2. package/dist-cjs/models/models_1.js +25 -12
  3. package/dist-cjs/models/models_2.js +12 -4
  4. package/dist-es/models/models_0.js +24 -18
  5. package/dist-es/models/models_1.js +18 -7
  6. package/dist-es/models/models_2.js +7 -1
  7. package/dist-types/commands/CreateAnalysisCommand.d.ts +31 -1
  8. package/dist-types/commands/CreateDashboardCommand.d.ts +31 -1
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +31 -1
  10. package/dist-types/commands/DeleteFolderCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +31 -1
  15. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +31 -1
  16. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +31 -1
  17. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  18. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdateAnalysisCommand.d.ts +31 -1
  20. package/dist-types/commands/UpdateDashboardCommand.d.ts +31 -1
  21. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateTemplateCommand.d.ts +31 -1
  23. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -2
  25. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  26. package/dist-types/models/models_0.d.ts +97 -164
  27. package/dist-types/models/models_1.d.ts +159 -89
  28. package/dist-types/models/models_2.d.ts +94 -107
  29. package/dist-types/models/models_3.d.ts +113 -148
  30. package/dist-types/models/models_4.d.ts +147 -1
  31. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +38 -53
  40. package/dist-types/ts3.4/models/models_1.d.ts +54 -34
  41. package/dist-types/ts3.4/models/models_2.d.ts +31 -36
  42. package/dist-types/ts3.4/models/models_3.d.ts +32 -40
  43. package/dist-types/ts3.4/models/models_4.d.ts +43 -0
  44. package/package.json +13 -13
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DeleteGroupMembershipRequest } from "../models/models_2";
10
- import { DeleteGroupMembershipResponse } from "../models/models_3";
9
+ import {
10
+ DeleteGroupMembershipRequest,
11
+ DeleteGroupMembershipResponse,
12
+ } from "../models/models_3";
11
13
  import {
12
14
  QuickSightClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- UpdateTemplateAliasRequest,
11
- UpdateTemplateAliasResponse,
12
- } from "../models/models_3";
9
+ import { UpdateTemplateAliasRequest } from "../models/models_3";
10
+ import { UpdateTemplateAliasResponse } from "../models/models_4";
13
11
  import {
14
12
  QuickSightClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  UpdateTemplatePermissionsRequest,
11
11
  UpdateTemplatePermissionsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { UpdateThemeAliasRequest } from "../models/models_3";
10
- import { UpdateThemeAliasResponse } from "../models/models_4";
9
+ import {
10
+ UpdateThemeAliasRequest,
11
+ UpdateThemeAliasResponse,
12
+ } from "../models/models_4";
11
13
  import {
12
14
  QuickSightClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_3";
9
+ import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -100,7 +100,7 @@ export type SortDirection = (typeof SortDirection)[keyof typeof SortDirection];
100
100
  export interface AggregationSortConfiguration {
101
101
  Column: ColumnIdentifier | undefined;
102
102
  SortDirection: SortDirection | string | undefined;
103
- AggregationFunction: AggregationFunction | undefined;
103
+ AggregationFunction?: AggregationFunction;
104
104
  }
105
105
  export interface AmazonElasticsearchParameters {
106
106
  Domain: string | undefined;
@@ -244,6 +244,20 @@ export interface CalculatedField {
244
244
  Name: string | undefined;
245
245
  Expression: string | undefined;
246
246
  }
247
+ export declare const SpecialValue: {
248
+ readonly EMPTY: "EMPTY";
249
+ readonly NULL: "NULL";
250
+ readonly OTHER: "OTHER";
251
+ };
252
+ export type SpecialValue = (typeof SpecialValue)[keyof typeof SpecialValue];
253
+ export interface CustomColor {
254
+ FieldValue?: string;
255
+ Color: string | undefined;
256
+ SpecialValue?: SpecialValue | string;
257
+ }
258
+ export interface ColorsConfiguration {
259
+ CustomColors?: CustomColor[];
260
+ }
247
261
  export interface NullValueFormatConfiguration {
248
262
  NullString: string | undefined;
249
263
  }
@@ -346,6 +360,7 @@ export interface ColumnConfiguration {
346
360
  Column: ColumnIdentifier | undefined;
347
361
  FormatConfiguration?: FormatConfiguration;
348
362
  Role?: ColumnRole | string;
363
+ ColorsConfiguration?: ColorsConfiguration;
349
364
  }
350
365
  export interface DataSetIdentifierDeclaration {
351
366
  Identifier: string | undefined;
@@ -1413,10 +1428,28 @@ export interface PanelConfiguration {
1413
1428
  BackgroundVisibility?: Visibility | string;
1414
1429
  BackgroundColor?: string;
1415
1430
  }
1431
+ export declare const SmallMultiplesAxisPlacement: {
1432
+ readonly INSIDE: "INSIDE";
1433
+ readonly OUTSIDE: "OUTSIDE";
1434
+ };
1435
+ export type SmallMultiplesAxisPlacement =
1436
+ (typeof SmallMultiplesAxisPlacement)[keyof typeof SmallMultiplesAxisPlacement];
1437
+ export declare const SmallMultiplesAxisScale: {
1438
+ readonly INDEPENDENT: "INDEPENDENT";
1439
+ readonly SHARED: "SHARED";
1440
+ };
1441
+ export type SmallMultiplesAxisScale =
1442
+ (typeof SmallMultiplesAxisScale)[keyof typeof SmallMultiplesAxisScale];
1443
+ export interface SmallMultiplesAxisProperties {
1444
+ Scale?: SmallMultiplesAxisScale | string;
1445
+ Placement?: SmallMultiplesAxisPlacement | string;
1446
+ }
1416
1447
  export interface SmallMultiplesOptions {
1417
1448
  MaxVisibleRows?: number;
1418
1449
  MaxVisibleColumns?: number;
1419
1450
  PanelConfiguration?: PanelConfiguration;
1451
+ XAxis?: SmallMultiplesAxisProperties;
1452
+ YAxis?: SmallMultiplesAxisProperties;
1420
1453
  }
1421
1454
  export declare const OtherCategories: {
1422
1455
  readonly EXCLUDE: "EXCLUDE";
@@ -1604,49 +1637,13 @@ export interface PaginationConfiguration {
1604
1637
  PageSize: number | undefined;
1605
1638
  PageNumber: number | undefined;
1606
1639
  }
1607
- export interface BoxPlotSortConfiguration {
1608
- CategorySort?: FieldSortOptions[];
1609
- PaginationConfiguration?: PaginationConfiguration;
1610
- }
1611
- export interface BoxPlotChartConfiguration {
1612
- FieldWells?: BoxPlotFieldWells;
1613
- SortConfiguration?: BoxPlotSortConfiguration;
1614
- BoxPlotOptions?: BoxPlotOptions;
1615
- CategoryAxis?: AxisDisplayOptions;
1616
- CategoryLabelOptions?: ChartAxisLabelOptions;
1617
- PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
1618
- PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
1619
- Legend?: LegendOptions;
1620
- Tooltip?: TooltipOptions;
1621
- ReferenceLines?: ReferenceLine[];
1622
- VisualPalette?: VisualPalette;
1623
- }
1624
- export interface BoxPlotVisual {
1625
- VisualId: string | undefined;
1626
- Title?: VisualTitleLabelOptions;
1627
- Subtitle?: VisualSubtitleLabelOptions;
1628
- ChartConfiguration?: BoxPlotChartConfiguration;
1629
- Actions?: VisualCustomAction[];
1630
- ColumnHierarchies?: ColumnHierarchy[];
1631
- }
1632
- export interface ComboChartAggregatedFieldWells {
1633
- Category?: DimensionField[];
1634
- BarValues?: MeasureField[];
1635
- Colors?: DimensionField[];
1636
- LineValues?: MeasureField[];
1637
- }
1638
- export interface ComboChartFieldWells {
1639
- ComboChartAggregatedFieldWells?: ComboChartAggregatedFieldWells;
1640
- }
1641
- export interface ComboChartSortConfiguration {
1642
- CategorySort?: FieldSortOptions[];
1643
- CategoryItemsLimit?: ItemsLimitConfiguration;
1644
- ColorSort?: FieldSortOptions[];
1645
- ColorItemsLimit?: ItemsLimitConfiguration;
1646
- }
1647
1640
  export declare const CalculatedFieldFilterSensitiveLog: (
1648
1641
  obj: CalculatedField
1649
1642
  ) => any;
1643
+ export declare const CustomColorFilterSensitiveLog: (obj: CustomColor) => any;
1644
+ export declare const ColorsConfigurationFilterSensitiveLog: (
1645
+ obj: ColorsConfiguration
1646
+ ) => any;
1650
1647
  export declare const NullValueFormatConfigurationFilterSensitiveLog: (
1651
1648
  obj: NullValueFormatConfiguration
1652
1649
  ) => any;
@@ -1855,15 +1852,3 @@ export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (
1855
1852
  export declare const BoxPlotFieldWellsFilterSensitiveLog: (
1856
1853
  obj: BoxPlotFieldWells
1857
1854
  ) => any;
1858
- export declare const BoxPlotChartConfigurationFilterSensitiveLog: (
1859
- obj: BoxPlotChartConfiguration
1860
- ) => any;
1861
- export declare const BoxPlotVisualFilterSensitiveLog: (
1862
- obj: BoxPlotVisual
1863
- ) => any;
1864
- export declare const ComboChartAggregatedFieldWellsFilterSensitiveLog: (
1865
- obj: ComboChartAggregatedFieldWells
1866
- ) => any;
1867
- export declare const ComboChartFieldWellsFilterSensitiveLog: (
1868
- obj: ComboChartFieldWells
1869
- ) => any;
@@ -4,15 +4,14 @@ import {
4
4
  AxisDisplayOptions,
5
5
  BarChartVisual,
6
6
  BarsArrangement,
7
- BoxPlotVisual,
7
+ BoxPlotFieldWells,
8
+ BoxPlotOptions,
8
9
  CalculatedField,
9
10
  ChartAxisLabelOptions,
10
11
  ColumnConfiguration,
11
12
  ColumnHierarchy,
12
13
  ColumnIdentifier,
13
14
  ColumnSort,
14
- ComboChartFieldWells,
15
- ComboChartSortConfiguration,
16
15
  ContributionAnalysisDefault,
17
16
  DataLabelOptions,
18
17
  DataLabelPosition,
@@ -52,6 +51,46 @@ import {
52
51
  VisualTitleLabelOptions,
53
52
  WidgetStatus,
54
53
  } from "./models_0";
54
+ export interface BoxPlotSortConfiguration {
55
+ CategorySort?: FieldSortOptions[];
56
+ PaginationConfiguration?: PaginationConfiguration;
57
+ }
58
+ export interface BoxPlotChartConfiguration {
59
+ FieldWells?: BoxPlotFieldWells;
60
+ SortConfiguration?: BoxPlotSortConfiguration;
61
+ BoxPlotOptions?: BoxPlotOptions;
62
+ CategoryAxis?: AxisDisplayOptions;
63
+ CategoryLabelOptions?: ChartAxisLabelOptions;
64
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
65
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
66
+ Legend?: LegendOptions;
67
+ Tooltip?: TooltipOptions;
68
+ ReferenceLines?: ReferenceLine[];
69
+ VisualPalette?: VisualPalette;
70
+ }
71
+ export interface BoxPlotVisual {
72
+ VisualId: string | undefined;
73
+ Title?: VisualTitleLabelOptions;
74
+ Subtitle?: VisualSubtitleLabelOptions;
75
+ ChartConfiguration?: BoxPlotChartConfiguration;
76
+ Actions?: VisualCustomAction[];
77
+ ColumnHierarchies?: ColumnHierarchy[];
78
+ }
79
+ export interface ComboChartAggregatedFieldWells {
80
+ Category?: DimensionField[];
81
+ BarValues?: MeasureField[];
82
+ Colors?: DimensionField[];
83
+ LineValues?: MeasureField[];
84
+ }
85
+ export interface ComboChartFieldWells {
86
+ ComboChartAggregatedFieldWells?: ComboChartAggregatedFieldWells;
87
+ }
88
+ export interface ComboChartSortConfiguration {
89
+ CategorySort?: FieldSortOptions[];
90
+ CategoryItemsLimit?: ItemsLimitConfiguration;
91
+ ColorSort?: FieldSortOptions[];
92
+ ColorItemsLimit?: ItemsLimitConfiguration;
93
+ }
55
94
  export interface ComboChartConfiguration {
56
95
  FieldWells?: ComboChartFieldWells;
57
96
  SortConfiguration?: ComboChartSortConfiguration;
@@ -1775,31 +1814,18 @@ export interface AssetBundleImportJobDataSetOverrideParameters {
1775
1814
  DataSetId: string | undefined;
1776
1815
  Name?: string;
1777
1816
  }
1778
- export interface AssetBundleImportJobDataSourceCredentialPair {
1779
- Username: string | undefined;
1780
- Password: string | undefined;
1781
- }
1782
- export interface AssetBundleImportJobDataSourceCredentials {
1783
- CredentialPair?: AssetBundleImportJobDataSourceCredentialPair;
1784
- SecretArn?: string;
1785
- }
1786
- export interface AthenaParameters {
1787
- WorkGroup?: string;
1788
- RoleArn?: string;
1789
- }
1790
- export interface AuroraParameters {
1791
- Host: string | undefined;
1792
- Port: number | undefined;
1793
- Database: string | undefined;
1794
- }
1795
- export interface AuroraPostgreSqlParameters {
1796
- Host: string | undefined;
1797
- Port: number | undefined;
1798
- Database: string | undefined;
1799
- }
1800
- export interface AwsIotAnalyticsParameters {
1801
- DataSetName: string | undefined;
1802
- }
1817
+ export declare const BoxPlotChartConfigurationFilterSensitiveLog: (
1818
+ obj: BoxPlotChartConfiguration
1819
+ ) => any;
1820
+ export declare const BoxPlotVisualFilterSensitiveLog: (
1821
+ obj: BoxPlotVisual
1822
+ ) => any;
1823
+ export declare const ComboChartAggregatedFieldWellsFilterSensitiveLog: (
1824
+ obj: ComboChartAggregatedFieldWells
1825
+ ) => any;
1826
+ export declare const ComboChartFieldWellsFilterSensitiveLog: (
1827
+ obj: ComboChartFieldWells
1828
+ ) => any;
1803
1829
  export declare const ComboChartConfigurationFilterSensitiveLog: (
1804
1830
  obj: ComboChartConfiguration
1805
1831
  ) => any;
@@ -2171,9 +2197,3 @@ export declare const SheetDefinitionFilterSensitiveLog: (
2171
2197
  export declare const AnalysisDefinitionFilterSensitiveLog: (
2172
2198
  obj: AnalysisDefinition
2173
2199
  ) => any;
2174
- export declare const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog: (
2175
- obj: AssetBundleImportJobDataSourceCredentialPair
2176
- ) => any;
2177
- export declare const AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog: (
2178
- obj: AssetBundleImportJobDataSourceCredentials
2179
- ) => any;
@@ -25,16 +25,36 @@ import {
25
25
  AssetBundleImportJobAnalysisOverrideParameters,
26
26
  AssetBundleImportJobDashboardOverrideParameters,
27
27
  AssetBundleImportJobDataSetOverrideParameters,
28
- AssetBundleImportJobDataSourceCredentials,
29
- AthenaParameters,
30
- AuroraParameters,
31
- AuroraPostgreSqlParameters,
32
- AwsIotAnalyticsParameters,
33
28
  DataSetReference,
34
29
  FilterOperator,
35
30
  SheetDefinition,
36
31
  } from "./models_1";
37
32
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
33
+ export interface AssetBundleImportJobDataSourceCredentialPair {
34
+ Username: string | undefined;
35
+ Password: string | undefined;
36
+ }
37
+ export interface AssetBundleImportJobDataSourceCredentials {
38
+ CredentialPair?: AssetBundleImportJobDataSourceCredentialPair;
39
+ SecretArn?: string;
40
+ }
41
+ export interface AthenaParameters {
42
+ WorkGroup?: string;
43
+ RoleArn?: string;
44
+ }
45
+ export interface AuroraParameters {
46
+ Host: string | undefined;
47
+ Port: number | undefined;
48
+ Database: string | undefined;
49
+ }
50
+ export interface AuroraPostgreSqlParameters {
51
+ Host: string | undefined;
52
+ Port: number | undefined;
53
+ Database: string | undefined;
54
+ }
55
+ export interface AwsIotAnalyticsParameters {
56
+ DataSetName: string | undefined;
57
+ }
38
58
  export interface DatabricksParameters {
39
59
  Host: string | undefined;
40
60
  Port: number | undefined;
@@ -2748,37 +2768,12 @@ export interface DeleteFolderRequest {
2748
2768
  AwsAccountId: string | undefined;
2749
2769
  FolderId: string | undefined;
2750
2770
  }
2751
- export interface DeleteFolderResponse {
2752
- Status?: number;
2753
- Arn?: string;
2754
- FolderId?: string;
2755
- RequestId?: string;
2756
- }
2757
- export interface DeleteFolderMembershipRequest {
2758
- AwsAccountId: string | undefined;
2759
- FolderId: string | undefined;
2760
- MemberId: string | undefined;
2761
- MemberType: MemberType | string | undefined;
2762
- }
2763
- export interface DeleteFolderMembershipResponse {
2764
- Status?: number;
2765
- RequestId?: string;
2766
- }
2767
- export interface DeleteGroupRequest {
2768
- GroupName: string | undefined;
2769
- AwsAccountId: string | undefined;
2770
- Namespace: string | undefined;
2771
- }
2772
- export interface DeleteGroupResponse {
2773
- RequestId?: string;
2774
- Status?: number;
2775
- }
2776
- export interface DeleteGroupMembershipRequest {
2777
- MemberName: string | undefined;
2778
- GroupName: string | undefined;
2779
- AwsAccountId: string | undefined;
2780
- Namespace: string | undefined;
2781
- }
2771
+ export declare const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog: (
2772
+ obj: AssetBundleImportJobDataSourceCredentialPair
2773
+ ) => any;
2774
+ export declare const AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog: (
2775
+ obj: AssetBundleImportJobDataSourceCredentials
2776
+ ) => any;
2782
2777
  export declare const AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog: (
2783
2778
  obj: AssetBundleImportJobDataSourceOverrideParameters
2784
2779
  ) => any;
@@ -65,6 +65,7 @@ import {
65
65
  IdentityStore,
66
66
  IngestionStatus,
67
67
  LogicalTable,
68
+ MemberType,
68
69
  NamespaceStatus,
69
70
  PhysicalTable,
70
71
  RefreshSchedule,
@@ -85,6 +86,37 @@ import {
85
86
  VPCConnectionResourceStatus,
86
87
  } from "./models_2";
87
88
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
89
+ export interface DeleteFolderResponse {
90
+ Status?: number;
91
+ Arn?: string;
92
+ FolderId?: string;
93
+ RequestId?: string;
94
+ }
95
+ export interface DeleteFolderMembershipRequest {
96
+ AwsAccountId: string | undefined;
97
+ FolderId: string | undefined;
98
+ MemberId: string | undefined;
99
+ MemberType: MemberType | string | undefined;
100
+ }
101
+ export interface DeleteFolderMembershipResponse {
102
+ Status?: number;
103
+ RequestId?: string;
104
+ }
105
+ export interface DeleteGroupRequest {
106
+ GroupName: string | undefined;
107
+ AwsAccountId: string | undefined;
108
+ Namespace: string | undefined;
109
+ }
110
+ export interface DeleteGroupResponse {
111
+ RequestId?: string;
112
+ Status?: number;
113
+ }
114
+ export interface DeleteGroupMembershipRequest {
115
+ MemberName: string | undefined;
116
+ GroupName: string | undefined;
117
+ AwsAccountId: string | undefined;
118
+ Namespace: string | undefined;
119
+ }
88
120
  export interface DeleteGroupMembershipResponse {
89
121
  RequestId?: string;
90
122
  Status?: number;
@@ -1936,46 +1968,6 @@ export interface UpdateTemplateAliasRequest {
1936
1968
  AliasName: string | undefined;
1937
1969
  TemplateVersionNumber: number | undefined;
1938
1970
  }
1939
- export interface UpdateTemplateAliasResponse {
1940
- TemplateAlias?: TemplateAlias;
1941
- Status?: number;
1942
- RequestId?: string;
1943
- }
1944
- export interface UpdateTemplatePermissionsRequest {
1945
- AwsAccountId: string | undefined;
1946
- TemplateId: string | undefined;
1947
- GrantPermissions?: ResourcePermission[];
1948
- RevokePermissions?: ResourcePermission[];
1949
- }
1950
- export interface UpdateTemplatePermissionsResponse {
1951
- TemplateId?: string;
1952
- TemplateArn?: string;
1953
- Permissions?: ResourcePermission[];
1954
- RequestId?: string;
1955
- Status?: number;
1956
- }
1957
- export interface UpdateThemeRequest {
1958
- AwsAccountId: string | undefined;
1959
- ThemeId: string | undefined;
1960
- Name?: string;
1961
- BaseThemeId: string | undefined;
1962
- VersionDescription?: string;
1963
- Configuration?: ThemeConfiguration;
1964
- }
1965
- export interface UpdateThemeResponse {
1966
- ThemeId?: string;
1967
- Arn?: string;
1968
- VersionArn?: string;
1969
- CreationStatus?: ResourceStatus | string;
1970
- Status?: number;
1971
- RequestId?: string;
1972
- }
1973
- export interface UpdateThemeAliasRequest {
1974
- AwsAccountId: string | undefined;
1975
- ThemeId: string | undefined;
1976
- AliasName: string | undefined;
1977
- ThemeVersionNumber: number | undefined;
1978
- }
1979
1971
  export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
1980
1972
  obj: DescribeAnalysisDefinitionResponse
1981
1973
  ) => any;
@@ -1,12 +1,55 @@
1
+ import { ResourceStatus } from "./models_0";
1
2
  import {
2
3
  ResourcePermission,
4
+ TemplateAlias,
3
5
  ThemeAlias,
6
+ ThemeConfiguration,
4
7
  TopicDetails,
5
8
  TopicRefreshSchedule,
6
9
  VPCConnectionAvailabilityStatus,
7
10
  VPCConnectionResourceStatus,
8
11
  } from "./models_2";
9
12
  import { User, UserRole } from "./models_3";
13
+ export interface UpdateTemplateAliasResponse {
14
+ TemplateAlias?: TemplateAlias;
15
+ Status?: number;
16
+ RequestId?: string;
17
+ }
18
+ export interface UpdateTemplatePermissionsRequest {
19
+ AwsAccountId: string | undefined;
20
+ TemplateId: string | undefined;
21
+ GrantPermissions?: ResourcePermission[];
22
+ RevokePermissions?: ResourcePermission[];
23
+ }
24
+ export interface UpdateTemplatePermissionsResponse {
25
+ TemplateId?: string;
26
+ TemplateArn?: string;
27
+ Permissions?: ResourcePermission[];
28
+ RequestId?: string;
29
+ Status?: number;
30
+ }
31
+ export interface UpdateThemeRequest {
32
+ AwsAccountId: string | undefined;
33
+ ThemeId: string | undefined;
34
+ Name?: string;
35
+ BaseThemeId: string | undefined;
36
+ VersionDescription?: string;
37
+ Configuration?: ThemeConfiguration;
38
+ }
39
+ export interface UpdateThemeResponse {
40
+ ThemeId?: string;
41
+ Arn?: string;
42
+ VersionArn?: string;
43
+ CreationStatus?: ResourceStatus | string;
44
+ Status?: number;
45
+ RequestId?: string;
46
+ }
47
+ export interface UpdateThemeAliasRequest {
48
+ AwsAccountId: string | undefined;
49
+ ThemeId: string | undefined;
50
+ AliasName: string | undefined;
51
+ ThemeVersionNumber: number | undefined;
52
+ }
10
53
  export interface UpdateThemeAliasResponse {
11
54
  ThemeAlias?: ThemeAlias;
12
55
  Status?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.363.0",
4
+ "version": "3.369.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.363.0",
25
- "@aws-sdk/credential-provider-node": "3.363.0",
26
- "@aws-sdk/middleware-host-header": "3.363.0",
27
- "@aws-sdk/middleware-logger": "3.363.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.363.0",
29
- "@aws-sdk/middleware-signing": "3.363.0",
30
- "@aws-sdk/middleware-user-agent": "3.363.0",
31
- "@aws-sdk/types": "3.357.0",
32
- "@aws-sdk/util-endpoints": "3.357.0",
33
- "@aws-sdk/util-user-agent-browser": "3.363.0",
34
- "@aws-sdk/util-user-agent-node": "3.363.0",
24
+ "@aws-sdk/client-sts": "3.369.0",
25
+ "@aws-sdk/credential-provider-node": "3.369.0",
26
+ "@aws-sdk/middleware-host-header": "3.369.0",
27
+ "@aws-sdk/middleware-logger": "3.369.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.369.0",
29
+ "@aws-sdk/middleware-signing": "3.369.0",
30
+ "@aws-sdk/middleware-user-agent": "3.369.0",
31
+ "@aws-sdk/types": "3.369.0",
32
+ "@aws-sdk/util-endpoints": "3.369.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.369.0",
34
+ "@aws-sdk/util-user-agent-node": "3.369.0",
35
35
  "@smithy/config-resolver": "^1.0.1",
36
36
  "@smithy/fetch-http-handler": "^1.0.1",
37
37
  "@smithy/hash-node": "^1.0.1",
@@ -45,7 +45,7 @@
45
45
  "@smithy/node-http-handler": "^1.0.2",
46
46
  "@smithy/protocol-http": "^1.0.1",
47
47
  "@smithy/smithy-client": "^1.0.3",
48
- "@smithy/types": "^1.0.0",
48
+ "@smithy/types": "^1.1.0",
49
49
  "@smithy/url-parser": "^1.0.1",
50
50
  "@smithy/util-base64": "^1.0.1",
51
51
  "@smithy/util-body-length-browser": "^1.0.1",