@aws-sdk/client-quicksight 3.473.0 → 3.474.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 (51) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/QuickSight.js +2 -0
  3. package/dist-cjs/commands/UpdateDashboardLinksCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_1.js +7 -4
  6. package/dist-cjs/models/models_2.js +1 -14
  7. package/dist-cjs/models/models_3.js +16 -3
  8. package/dist-cjs/protocols/Aws_restJson1.js +91 -5
  9. package/dist-es/QuickSight.js +2 -0
  10. package/dist-es/commands/UpdateDashboardLinksCommand.js +47 -0
  11. package/dist-es/commands/index.js +1 -0
  12. package/dist-es/models/models_1.js +3 -0
  13. package/dist-es/models/models_2.js +0 -10
  14. package/dist-es/models/models_3.js +11 -1
  15. package/dist-es/protocols/Aws_restJson1.js +84 -0
  16. package/dist-types/QuickSight.d.ts +7 -0
  17. package/dist-types/QuickSightClient.d.ts +3 -2
  18. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -2
  19. package/dist-types/commands/CreateAnalysisCommand.d.ts +13 -0
  20. package/dist-types/commands/CreateDashboardCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateTemplateCommand.d.ts +13 -0
  22. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +13 -0
  23. package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +13 -0
  25. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +13 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -2
  29. package/dist-types/commands/UpdateAnalysisCommand.d.ts +13 -0
  30. package/dist-types/commands/UpdateDashboardCommand.d.ts +13 -0
  31. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +103 -0
  32. package/dist-types/commands/UpdateTemplateCommand.d.ts +13 -0
  33. package/dist-types/commands/index.d.ts +1 -0
  34. package/dist-types/models/models_1.d.ts +60 -78
  35. package/dist-types/models/models_2.d.ts +85 -93
  36. package/dist-types/models/models_3.d.ts +92 -87
  37. package/dist-types/models/models_4.d.ts +136 -0
  38. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  39. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +42 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  46. package/dist-types/ts3.4/models/models_1.d.ts +17 -16
  47. package/dist-types/ts3.4/models/models_2.d.ts +19 -29
  48. package/dist-types/ts3.4/models/models_3.d.ts +34 -26
  49. package/dist-types/ts3.4/models/models_4.d.ts +33 -0
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  51. package/package.json +4 -4
@@ -1,8 +1,87 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, DashboardVisualId, FilterOperator } from "./models_1";
4
- import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataAggregation, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicCalculatedField, TopicCategoryFilter, TopicColumn, TopicRangeFilterConstant, TopicTimeGranularity, VpcConnectionProperties } from "./models_2";
3
+ import { AnalysisDefinition, AnalysisSummary, FilterOperator } from "./models_1";
4
+ import { _Parameters, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, CategoryFilterFunction, CategoryFilterType, CollectiveConstant, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DashboardVisualId, DataAggregation, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicCalculatedField, TopicColumn, TopicTimeGranularity, VpcConnectionProperties } from "./models_2";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ * <p>A constant used in a category filter.</p>
9
+ */
10
+ export interface TopicCategoryFilterConstant {
11
+ /**
12
+ * @public
13
+ * <p>The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are <code>SINGULAR</code> and <code>COLLECTIVE</code>.</p>
14
+ */
15
+ ConstantType?: ConstantType;
16
+ /**
17
+ * @public
18
+ * <p>A singular constant used in a category filter. This element is used to specify a single value for the constant.</p>
19
+ */
20
+ SingularConstant?: string;
21
+ /**
22
+ * @public
23
+ * <p>A collective constant used in a category filter. This element is used to specify a list of values for the constant.</p>
24
+ */
25
+ CollectiveConstant?: CollectiveConstant;
26
+ }
27
+ /**
28
+ * @public
29
+ * <p>A structure that represents a category filter.</p>
30
+ */
31
+ export interface TopicCategoryFilter {
32
+ /**
33
+ * @public
34
+ * <p>The category filter function. Valid values for this structure are <code>EXACT</code> and <code>CONTAINS</code>.</p>
35
+ */
36
+ CategoryFilterFunction?: CategoryFilterFunction;
37
+ /**
38
+ * @public
39
+ * <p>The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.</p>
40
+ */
41
+ CategoryFilterType?: CategoryFilterType;
42
+ /**
43
+ * @public
44
+ * <p>The constant used in a category filter.</p>
45
+ */
46
+ Constant?: TopicCategoryFilterConstant;
47
+ /**
48
+ * @public
49
+ * <p>A Boolean value that indicates if the filter is inverse.</p>
50
+ */
51
+ Inverse?: boolean;
52
+ }
53
+ /**
54
+ * @public
55
+ * <p>A structure that represents a range constant.</p>
56
+ */
57
+ export interface RangeConstant {
58
+ /**
59
+ * @public
60
+ * <p>The minimum value for a range constant.</p>
61
+ */
62
+ Minimum?: string;
63
+ /**
64
+ * @public
65
+ * <p>The maximum value for a range constant.</p>
66
+ */
67
+ Maximum?: string;
68
+ }
69
+ /**
70
+ * @public
71
+ * <p>A constant value that is used in a range filter to specify the endpoints of the range.</p>
72
+ */
73
+ export interface TopicRangeFilterConstant {
74
+ /**
75
+ * @public
76
+ * <p>The data type of the constant value that is used in a range filter. Valid values for this structure are <code>RANGE</code>.</p>
77
+ */
78
+ ConstantType?: ConstantType;
79
+ /**
80
+ * @public
81
+ * <p>The value of the constant that is used to specify the endpoints of a range filter.</p>
82
+ */
83
+ RangeConstant?: RangeConstant;
84
+ }
6
85
  /**
7
86
  * @public
8
87
  * <p>A filter used to restrict data based on a range of dates or times.</p>
@@ -894,6 +973,11 @@ export interface Dashboard {
894
973
  * <p>The last time that this dashboard was updated.</p>
895
974
  */
896
975
  LastUpdatedTime?: Date;
976
+ /**
977
+ * @public
978
+ * <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
979
+ */
980
+ LinkEntities?: string[];
897
981
  }
898
982
  /**
899
983
  * @public
@@ -7756,96 +7840,17 @@ export interface ListTagsForResourceRequest {
7756
7840
  ResourceArn: string | undefined;
7757
7841
  }
7758
7842
  /**
7759
- * @public
7760
- */
7761
- export interface ListTagsForResourceResponse {
7762
- /**
7763
- * @public
7764
- * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the
7765
- * resource.</p>
7766
- */
7767
- Tags?: Tag[];
7768
- /**
7769
- * @public
7770
- * <p>The Amazon Web Services request ID for this operation.</p>
7771
- */
7772
- RequestId?: string;
7773
- /**
7774
- * @public
7775
- * <p>The HTTP status of the request.</p>
7776
- */
7777
- Status?: number;
7778
- }
7779
- /**
7780
- * @public
7843
+ * @internal
7781
7844
  */
7782
- export interface ListTemplateAliasesRequest {
7783
- /**
7784
- * @public
7785
- * <p>The ID of the Amazon Web Services account that contains the template aliases that you're listing.</p>
7786
- */
7787
- AwsAccountId: string | undefined;
7788
- /**
7789
- * @public
7790
- * <p>The ID for the template.</p>
7791
- */
7792
- TemplateId: string | undefined;
7793
- /**
7794
- * @public
7795
- * <p>The token for the next set of results, or null if there are no more results.</p>
7796
- */
7797
- NextToken?: string;
7798
- /**
7799
- * @public
7800
- * <p>The maximum number of results to be returned per request.</p>
7801
- */
7802
- MaxResults?: number;
7803
- }
7845
+ export declare const TopicCategoryFilterConstantFilterSensitiveLog: (obj: TopicCategoryFilterConstant) => any;
7804
7846
  /**
7805
- * @public
7847
+ * @internal
7806
7848
  */
7807
- export interface ListTemplateAliasesResponse {
7808
- /**
7809
- * @public
7810
- * <p>A structure containing the list of the template's aliases.</p>
7811
- */
7812
- TemplateAliasList?: TemplateAlias[];
7813
- /**
7814
- * @public
7815
- * <p>The HTTP status of the request.</p>
7816
- */
7817
- Status?: number;
7818
- /**
7819
- * @public
7820
- * <p>The Amazon Web Services request ID for this operation.</p>
7821
- */
7822
- RequestId?: string;
7823
- /**
7824
- * @public
7825
- * <p>The token for the next set of results, or null if there are no more results.</p>
7826
- */
7827
- NextToken?: string;
7828
- }
7849
+ export declare const TopicCategoryFilterFilterSensitiveLog: (obj: TopicCategoryFilter) => any;
7829
7850
  /**
7830
- * @public
7851
+ * @internal
7831
7852
  */
7832
- export interface ListTemplatesRequest {
7833
- /**
7834
- * @public
7835
- * <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
7836
- */
7837
- AwsAccountId: string | undefined;
7838
- /**
7839
- * @public
7840
- * <p>The token for the next set of results, or null if there are no more results.</p>
7841
- */
7842
- NextToken?: string;
7843
- /**
7844
- * @public
7845
- * <p>The maximum number of results to be returned per request.</p>
7846
- */
7847
- MaxResults?: number;
7848
- }
7853
+ export declare const TopicRangeFilterConstantFilterSensitiveLog: (obj: TopicRangeFilterConstant) => any;
7849
7854
  /**
7850
7855
  * @internal
7851
7856
  */
@@ -2,6 +2,97 @@ import { AccountCustomization, ResourceStatus } from "./models_0";
2
2
  import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary } from "./models_1";
3
3
  import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
4
  import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, IdentityType, NetworkInterface, SessionTag, SnapshotConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListTagsForResourceResponse {
9
+ /**
10
+ * @public
11
+ * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the
12
+ * resource.</p>
13
+ */
14
+ Tags?: Tag[];
15
+ /**
16
+ * @public
17
+ * <p>The Amazon Web Services request ID for this operation.</p>
18
+ */
19
+ RequestId?: string;
20
+ /**
21
+ * @public
22
+ * <p>The HTTP status of the request.</p>
23
+ */
24
+ Status?: number;
25
+ }
26
+ /**
27
+ * @public
28
+ */
29
+ export interface ListTemplateAliasesRequest {
30
+ /**
31
+ * @public
32
+ * <p>The ID of the Amazon Web Services account that contains the template aliases that you're listing.</p>
33
+ */
34
+ AwsAccountId: string | undefined;
35
+ /**
36
+ * @public
37
+ * <p>The ID for the template.</p>
38
+ */
39
+ TemplateId: string | undefined;
40
+ /**
41
+ * @public
42
+ * <p>The token for the next set of results, or null if there are no more results.</p>
43
+ */
44
+ NextToken?: string;
45
+ /**
46
+ * @public
47
+ * <p>The maximum number of results to be returned per request.</p>
48
+ */
49
+ MaxResults?: number;
50
+ }
51
+ /**
52
+ * @public
53
+ */
54
+ export interface ListTemplateAliasesResponse {
55
+ /**
56
+ * @public
57
+ * <p>A structure containing the list of the template's aliases.</p>
58
+ */
59
+ TemplateAliasList?: TemplateAlias[];
60
+ /**
61
+ * @public
62
+ * <p>The HTTP status of the request.</p>
63
+ */
64
+ Status?: number;
65
+ /**
66
+ * @public
67
+ * <p>The Amazon Web Services request ID for this operation.</p>
68
+ */
69
+ RequestId?: string;
70
+ /**
71
+ * @public
72
+ * <p>The token for the next set of results, or null if there are no more results.</p>
73
+ */
74
+ NextToken?: string;
75
+ }
76
+ /**
77
+ * @public
78
+ */
79
+ export interface ListTemplatesRequest {
80
+ /**
81
+ * @public
82
+ * <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
83
+ */
84
+ AwsAccountId: string | undefined;
85
+ /**
86
+ * @public
87
+ * <p>The token for the next set of results, or null if there are no more results.</p>
88
+ */
89
+ NextToken?: string;
90
+ /**
91
+ * @public
92
+ * <p>The maximum number of results to be returned per request.</p>
93
+ */
94
+ MaxResults?: number;
95
+ }
5
96
  /**
6
97
  * @public
7
98
  * <p>The template summary.</p>
@@ -2024,6 +2115,51 @@ export interface UpdateDashboardResponse {
2024
2115
  */
2025
2116
  RequestId?: string;
2026
2117
  }
2118
+ /**
2119
+ * @public
2120
+ */
2121
+ export interface UpdateDashboardLinksRequest {
2122
+ /**
2123
+ * @public
2124
+ * <p>The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.</p>
2125
+ */
2126
+ AwsAccountId: string | undefined;
2127
+ /**
2128
+ * @public
2129
+ * <p>The ID for the dashboard.</p>
2130
+ */
2131
+ DashboardId: string | undefined;
2132
+ /**
2133
+ * @public
2134
+ * <p> list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
2135
+ */
2136
+ LinkEntities: string[] | undefined;
2137
+ }
2138
+ /**
2139
+ * @public
2140
+ */
2141
+ export interface UpdateDashboardLinksResponse {
2142
+ /**
2143
+ * @public
2144
+ * <p>The Amazon Web Services request ID for this operation.</p>
2145
+ */
2146
+ RequestId?: string;
2147
+ /**
2148
+ * @public
2149
+ * <p>The HTTP status of the request.</p>
2150
+ */
2151
+ Status?: number;
2152
+ /**
2153
+ * @public
2154
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
2155
+ */
2156
+ DashboardArn?: string;
2157
+ /**
2158
+ * @public
2159
+ * <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
2160
+ */
2161
+ LinkEntities?: string[];
2162
+ }
2027
2163
  /**
2028
2164
  * @public
2029
2165
  */
@@ -144,6 +144,7 @@ import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput }
144
144
  import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "../commands/UpdateAnalysisCommand";
145
145
  import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "../commands/UpdateAnalysisPermissionsCommand";
146
146
  import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../commands/UpdateDashboardCommand";
147
+ import { UpdateDashboardLinksCommandInput, UpdateDashboardLinksCommandOutput } from "../commands/UpdateDashboardLinksCommand";
147
148
  import { UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput } from "../commands/UpdateDashboardPermissionsCommand";
148
149
  import { UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput } from "../commands/UpdateDashboardPublishedVersionCommand";
149
150
  import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../commands/UpdateDataSetCommand";
@@ -746,6 +747,10 @@ export declare const se_UpdateAnalysisPermissionsCommand: (input: UpdateAnalysis
746
747
  * serializeAws_restJson1UpdateDashboardCommand
747
748
  */
748
749
  export declare const se_UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
750
+ /**
751
+ * serializeAws_restJson1UpdateDashboardLinksCommand
752
+ */
753
+ export declare const se_UpdateDashboardLinksCommand: (input: UpdateDashboardLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
749
754
  /**
750
755
  * serializeAws_restJson1UpdateDashboardPermissionsCommand
751
756
  */
@@ -1426,6 +1431,10 @@ export declare const de_UpdateAnalysisPermissionsCommand: (output: __HttpRespons
1426
1431
  * deserializeAws_restJson1UpdateDashboardCommand
1427
1432
  */
1428
1433
  export declare const de_UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
1434
+ /**
1435
+ * deserializeAws_restJson1UpdateDashboardLinksCommand
1436
+ */
1437
+ export declare const de_UpdateDashboardLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardLinksCommandOutput>;
1429
1438
  /**
1430
1439
  * deserializeAws_restJson1UpdateDashboardPermissionsCommand
1431
1440
  */
@@ -575,6 +575,10 @@ import {
575
575
  UpdateDashboardCommandInput,
576
576
  UpdateDashboardCommandOutput,
577
577
  } from "./commands/UpdateDashboardCommand";
578
+ import {
579
+ UpdateDashboardLinksCommandInput,
580
+ UpdateDashboardLinksCommandOutput,
581
+ } from "./commands/UpdateDashboardLinksCommand";
578
582
  import {
579
583
  UpdateDashboardPermissionsCommandInput,
580
584
  UpdateDashboardPermissionsCommandOutput,
@@ -2571,6 +2575,19 @@ export interface QuickSight {
2571
2575
  options: __HttpHandlerOptions,
2572
2576
  cb: (err: any, data?: UpdateDashboardCommandOutput) => void
2573
2577
  ): void;
2578
+ updateDashboardLinks(
2579
+ args: UpdateDashboardLinksCommandInput,
2580
+ options?: __HttpHandlerOptions
2581
+ ): Promise<UpdateDashboardLinksCommandOutput>;
2582
+ updateDashboardLinks(
2583
+ args: UpdateDashboardLinksCommandInput,
2584
+ cb: (err: any, data?: UpdateDashboardLinksCommandOutput) => void
2585
+ ): void;
2586
+ updateDashboardLinks(
2587
+ args: UpdateDashboardLinksCommandInput,
2588
+ options: __HttpHandlerOptions,
2589
+ cb: (err: any, data?: UpdateDashboardLinksCommandOutput) => void
2590
+ ): void;
2574
2591
  updateDashboardPermissions(
2575
2592
  args: UpdateDashboardPermissionsCommandInput,
2576
2593
  options?: __HttpHandlerOptions
@@ -621,6 +621,10 @@ import {
621
621
  UpdateDashboardCommandInput,
622
622
  UpdateDashboardCommandOutput,
623
623
  } from "./commands/UpdateDashboardCommand";
624
+ import {
625
+ UpdateDashboardLinksCommandInput,
626
+ UpdateDashboardLinksCommandOutput,
627
+ } from "./commands/UpdateDashboardLinksCommand";
624
628
  import {
625
629
  UpdateDashboardPermissionsCommandInput,
626
630
  UpdateDashboardPermissionsCommandOutput,
@@ -877,6 +881,7 @@ export type ServiceInputTypes =
877
881
  | UpdateAnalysisCommandInput
878
882
  | UpdateAnalysisPermissionsCommandInput
879
883
  | UpdateDashboardCommandInput
884
+ | UpdateDashboardLinksCommandInput
880
885
  | UpdateDashboardPermissionsCommandInput
881
886
  | UpdateDashboardPublishedVersionCommandInput
882
887
  | UpdateDataSetCommandInput
@@ -1048,6 +1053,7 @@ export type ServiceOutputTypes =
1048
1053
  | UpdateAnalysisCommandOutput
1049
1054
  | UpdateAnalysisPermissionsCommandOutput
1050
1055
  | UpdateDashboardCommandOutput
1056
+ | UpdateDashboardLinksCommandOutput
1051
1057
  | UpdateDashboardPermissionsCommandOutput
1052
1058
  | UpdateDashboardPublishedVersionCommandOutput
1053
1059
  | UpdateDataSetCommandOutput
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- ListTagsForResourceRequest,
11
- ListTagsForResourceResponse,
12
- } from "../models/models_3";
9
+ import { ListTagsForResourceRequest } from "../models/models_3";
10
+ import { ListTagsForResourceResponse } from "../models/models_4";
13
11
  import {
14
12
  QuickSightClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListTemplateAliasesRequest,
11
11
  ListTemplateAliasesResponse,
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 { ListTemplatesRequest } from "../models/models_3";
10
- import { ListTemplatesResponse } from "../models/models_4";
9
+ import {
10
+ ListTemplatesRequest,
11
+ ListTemplatesResponse,
12
+ } from "../models/models_4";
11
13
  import {
12
14
  QuickSightClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ UpdateDashboardLinksRequest,
11
+ UpdateDashboardLinksResponse,
12
+ } from "../models/models_4";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateDashboardLinksCommandInput
20
+ extends UpdateDashboardLinksRequest {}
21
+ export interface UpdateDashboardLinksCommandOutput
22
+ extends UpdateDashboardLinksResponse,
23
+ __MetadataBearer {}
24
+ export declare class UpdateDashboardLinksCommand extends $Command<
25
+ UpdateDashboardLinksCommandInput,
26
+ UpdateDashboardLinksCommandOutput,
27
+ QuickSightClientResolvedConfig
28
+ > {
29
+ readonly input: UpdateDashboardLinksCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: UpdateDashboardLinksCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: QuickSightClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ UpdateDashboardLinksCommandInput,
38
+ UpdateDashboardLinksCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -142,6 +142,7 @@ export * from "./UpdateAccountSettingsCommand";
142
142
  export * from "./UpdateAnalysisCommand";
143
143
  export * from "./UpdateAnalysisPermissionsCommand";
144
144
  export * from "./UpdateDashboardCommand";
145
+ export * from "./UpdateDashboardLinksCommand";
145
146
  export * from "./UpdateDashboardPermissionsCommand";
146
147
  export * from "./UpdateDashboardPublishedVersionCommand";
147
148
  export * from "./UpdateDataSetCommand";
@@ -123,6 +123,17 @@ export interface ComboChartAggregatedFieldWells {
123
123
  export interface ComboChartFieldWells {
124
124
  ComboChartAggregatedFieldWells?: ComboChartAggregatedFieldWells;
125
125
  }
126
+ export declare const SingleYAxisOption: {
127
+ readonly PRIMARY_Y_AXIS: "PRIMARY_Y_AXIS";
128
+ };
129
+ export type SingleYAxisOption =
130
+ (typeof SingleYAxisOption)[keyof typeof SingleYAxisOption];
131
+ export interface YAxisOptions {
132
+ YAxis: SingleYAxisOption | undefined;
133
+ }
134
+ export interface SingleAxisOptions {
135
+ YAxisOptions?: YAxisOptions;
136
+ }
126
137
  export interface ComboChartSortConfiguration {
127
138
  CategorySort?: FieldSortOptions[];
128
139
  CategoryItemsLimit?: ItemsLimitConfiguration;
@@ -139,6 +150,7 @@ export interface ComboChartConfiguration {
139
150
  PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
140
151
  SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
141
152
  SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
153
+ SingleAxisOptions?: SingleAxisOptions;
142
154
  ColorLabelOptions?: ChartAxisLabelOptions;
143
155
  Legend?: LegendOptions;
144
156
  BarDataLabels?: DataLabelOptions;
@@ -963,6 +975,7 @@ export interface LineChartConfiguration {
963
975
  PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
964
976
  SecondaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions;
965
977
  SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
978
+ SingleAxisOptions?: SingleAxisOptions;
966
979
  DefaultSeriesSettings?: LineChartDefaultSeriesSettings;
967
980
  Series?: SeriesItem[];
968
981
  Legend?: LegendOptions;
@@ -1390,8 +1403,12 @@ export interface ScatterPlotFieldWells {
1390
1403
  ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
1391
1404
  ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells;
1392
1405
  }
1406
+ export interface ScatterPlotSortConfiguration {
1407
+ ScatterPlotLimitConfiguration?: ItemsLimitConfiguration;
1408
+ }
1393
1409
  export interface ScatterPlotConfiguration {
1394
1410
  FieldWells?: ScatterPlotFieldWells;
1411
+ SortConfiguration?: ScatterPlotSortConfiguration;
1395
1412
  XAxisLabelOptions?: ChartAxisLabelOptions;
1396
1413
  XAxisDisplayOptions?: AxisDisplayOptions;
1397
1414
  YAxisLabelOptions?: ChartAxisLabelOptions;
@@ -1768,22 +1785,6 @@ export interface AnalysisSummary {
1768
1785
  export interface AnonymousUserDashboardEmbeddingConfiguration {
1769
1786
  InitialDashboardId: string | undefined;
1770
1787
  }
1771
- export interface DashboardVisualId {
1772
- DashboardId: string | undefined;
1773
- SheetId: string | undefined;
1774
- VisualId: string | undefined;
1775
- }
1776
- export interface AnonymousUserDashboardVisualEmbeddingConfiguration {
1777
- InitialDashboardVisualId: DashboardVisualId | undefined;
1778
- }
1779
- export interface AnonymousUserQSearchBarEmbeddingConfiguration {
1780
- InitialTopicId: string | undefined;
1781
- }
1782
- export interface AnonymousUserEmbeddingExperienceConfiguration {
1783
- Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
1784
- DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration;
1785
- QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration;
1786
- }
1787
1788
  export declare const BarChartVisualFilterSensitiveLog: (
1788
1789
  obj: BarChartVisual
1789
1790
  ) => any;