@aws-sdk/client-quicksight 3.600.0 → 3.606.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.
- package/dist-cjs/index.js +195 -48
- package/dist-es/models/models_0.js +0 -14
- package/dist-es/models/models_1.js +14 -23
- package/dist-es/models/models_2.js +25 -2
- package/dist-es/protocols/Aws_restJson1.js +161 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +60 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +60 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +60 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +60 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +60 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +60 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +60 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +60 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +60 -0
- package/dist-types/models/models_0.d.ts +180 -194
- package/dist-types/models/models_1.d.ts +174 -199
- package/dist-types/models/models_2.d.ts +192 -106
- package/dist-types/models/models_3.d.ts +113 -189
- package/dist-types/models/models_4.d.ts +190 -2
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +43 -48
- package/dist-types/ts3.4/models/models_1.d.ts +45 -62
- package/dist-types/ts3.4/models/models_2.d.ts +71 -33
- package/dist-types/ts3.4/models/models_3.d.ts +29 -49
- package/dist-types/ts3.4/models/models_4.d.ts +47 -0
- package/package.json +3 -3
|
@@ -1,7 +1,119 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisError, Entity, NumberScale, ResourceStatus, Sheet } from "./models_0";
|
|
3
|
-
import { _Parameters, AnalysisDefinition, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus,
|
|
3
|
+
import { _Parameters, AnalysisDefinition, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BookmarksConfigurations, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DashboardVisualId, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FilterOperator, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, VpcConnectionProperties } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* <p>The theme colors that are used for data colors in charts. The colors description is a
|
|
7
|
+
* hexadecimal color code that consists of six alphanumerical characters, prefixed with
|
|
8
|
+
* <code>#</code>, for example #37BFF5. </p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface DataColorPalette {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The hexadecimal codes for the colors.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Colors?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* <p>The minimum and maximum hexadecimal codes that describe a color gradient. </p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
MinMaxGradient?: string[];
|
|
22
|
+
/**
|
|
23
|
+
* <p>The hexadecimal code of a color that applies to charts where a lack of data is
|
|
24
|
+
* highlighted.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
EmptyFillColor?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* <p>Display options related to tiles on a sheet.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface TileStyle {
|
|
34
|
+
/**
|
|
35
|
+
* <p>The border around a tile.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Border?: BorderStyle;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>The display options for gutter spacing between tiles on a sheet.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface GutterStyle {
|
|
45
|
+
/**
|
|
46
|
+
* <p>This Boolean value controls whether to display a gutter space between sheet tiles.
|
|
47
|
+
* </p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
Show?: boolean;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>The display options for margins around the outside edge of sheets.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export interface MarginStyle {
|
|
57
|
+
/**
|
|
58
|
+
* <p>This Boolean value controls whether to display sheet margins.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
Show?: boolean;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* <p>The display options for the layout of tiles on a sheet.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface TileLayoutStyle {
|
|
68
|
+
/**
|
|
69
|
+
* <p>The gutter settings that apply between tiles. </p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
Gutter?: GutterStyle;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The margin settings that apply around the outside edge of sheets.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
Margin?: MarginStyle;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* <p>The theme display options for sheets. </p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export interface SheetStyle {
|
|
84
|
+
/**
|
|
85
|
+
* <p>The display options for tiles.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
Tile?: TileStyle;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The layout options for tiles.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
TileLayout?: TileLayoutStyle;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* <p>Determines the font settings.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export interface Font {
|
|
100
|
+
/**
|
|
101
|
+
* <p>Determines the font family settings.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
FontFamily?: string;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>Determines the typography options.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface Typography {
|
|
111
|
+
/**
|
|
112
|
+
* <p>Determines the list of font families.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
FontFamilies?: Font[];
|
|
116
|
+
}
|
|
5
117
|
/**
|
|
6
118
|
* <p>The theme colors that apply to UI and to charts, excluding data colors. The colors
|
|
7
119
|
* description is a hexadecimal color code that consists of six alphanumerical characters,
|
|
@@ -7950,194 +8062,6 @@ export interface ListAssetBundleImportJobsRequest {
|
|
|
7950
8062
|
*/
|
|
7951
8063
|
MaxResults?: number;
|
|
7952
8064
|
}
|
|
7953
|
-
/**
|
|
7954
|
-
* @public
|
|
7955
|
-
*/
|
|
7956
|
-
export interface ListAssetBundleImportJobsResponse {
|
|
7957
|
-
/**
|
|
7958
|
-
* <p>A list of import job summaries.</p>
|
|
7959
|
-
* @public
|
|
7960
|
-
*/
|
|
7961
|
-
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[];
|
|
7962
|
-
/**
|
|
7963
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7964
|
-
* @public
|
|
7965
|
-
*/
|
|
7966
|
-
NextToken?: string;
|
|
7967
|
-
/**
|
|
7968
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7969
|
-
* @public
|
|
7970
|
-
*/
|
|
7971
|
-
RequestId?: string;
|
|
7972
|
-
/**
|
|
7973
|
-
* <p>The HTTP status of the response.</p>
|
|
7974
|
-
* @public
|
|
7975
|
-
*/
|
|
7976
|
-
Status?: number;
|
|
7977
|
-
}
|
|
7978
|
-
/**
|
|
7979
|
-
* @public
|
|
7980
|
-
*/
|
|
7981
|
-
export interface ListDashboardsRequest {
|
|
7982
|
-
/**
|
|
7983
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboards that you're
|
|
7984
|
-
* listing.</p>
|
|
7985
|
-
* @public
|
|
7986
|
-
*/
|
|
7987
|
-
AwsAccountId: string | undefined;
|
|
7988
|
-
/**
|
|
7989
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7990
|
-
* @public
|
|
7991
|
-
*/
|
|
7992
|
-
NextToken?: string;
|
|
7993
|
-
/**
|
|
7994
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
7995
|
-
* @public
|
|
7996
|
-
*/
|
|
7997
|
-
MaxResults?: number;
|
|
7998
|
-
}
|
|
7999
|
-
/**
|
|
8000
|
-
* @public
|
|
8001
|
-
*/
|
|
8002
|
-
export interface ListDashboardsResponse {
|
|
8003
|
-
/**
|
|
8004
|
-
* <p>A structure that contains all of the dashboards in your Amazon Web Services account. This structure
|
|
8005
|
-
* provides basic information about the dashboards.</p>
|
|
8006
|
-
* @public
|
|
8007
|
-
*/
|
|
8008
|
-
DashboardSummaryList?: DashboardSummary[];
|
|
8009
|
-
/**
|
|
8010
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
8011
|
-
* @public
|
|
8012
|
-
*/
|
|
8013
|
-
NextToken?: string;
|
|
8014
|
-
/**
|
|
8015
|
-
* <p>The HTTP status of the request.</p>
|
|
8016
|
-
* @public
|
|
8017
|
-
*/
|
|
8018
|
-
Status?: number;
|
|
8019
|
-
/**
|
|
8020
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8021
|
-
* @public
|
|
8022
|
-
*/
|
|
8023
|
-
RequestId?: string;
|
|
8024
|
-
}
|
|
8025
|
-
/**
|
|
8026
|
-
* @public
|
|
8027
|
-
*/
|
|
8028
|
-
export interface ListDashboardVersionsRequest {
|
|
8029
|
-
/**
|
|
8030
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're listing versions
|
|
8031
|
-
* for.</p>
|
|
8032
|
-
* @public
|
|
8033
|
-
*/
|
|
8034
|
-
AwsAccountId: string | undefined;
|
|
8035
|
-
/**
|
|
8036
|
-
* <p>The ID for the dashboard.</p>
|
|
8037
|
-
* @public
|
|
8038
|
-
*/
|
|
8039
|
-
DashboardId: string | undefined;
|
|
8040
|
-
/**
|
|
8041
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
8042
|
-
* @public
|
|
8043
|
-
*/
|
|
8044
|
-
NextToken?: string;
|
|
8045
|
-
/**
|
|
8046
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
8047
|
-
* @public
|
|
8048
|
-
*/
|
|
8049
|
-
MaxResults?: number;
|
|
8050
|
-
}
|
|
8051
|
-
/**
|
|
8052
|
-
* @public
|
|
8053
|
-
*/
|
|
8054
|
-
export interface ListDashboardVersionsResponse {
|
|
8055
|
-
/**
|
|
8056
|
-
* <p>A structure that contains information about each version of the dashboard.</p>
|
|
8057
|
-
* @public
|
|
8058
|
-
*/
|
|
8059
|
-
DashboardVersionSummaryList?: DashboardVersionSummary[];
|
|
8060
|
-
/**
|
|
8061
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
8062
|
-
* @public
|
|
8063
|
-
*/
|
|
8064
|
-
NextToken?: string;
|
|
8065
|
-
/**
|
|
8066
|
-
* <p>The HTTP status of the request.</p>
|
|
8067
|
-
* @public
|
|
8068
|
-
*/
|
|
8069
|
-
Status?: number;
|
|
8070
|
-
/**
|
|
8071
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8072
|
-
* @public
|
|
8073
|
-
*/
|
|
8074
|
-
RequestId?: string;
|
|
8075
|
-
}
|
|
8076
|
-
/**
|
|
8077
|
-
* @public
|
|
8078
|
-
*/
|
|
8079
|
-
export interface ListDataSetsRequest {
|
|
8080
|
-
/**
|
|
8081
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8082
|
-
* @public
|
|
8083
|
-
*/
|
|
8084
|
-
AwsAccountId: string | undefined;
|
|
8085
|
-
/**
|
|
8086
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
8087
|
-
* @public
|
|
8088
|
-
*/
|
|
8089
|
-
NextToken?: string;
|
|
8090
|
-
/**
|
|
8091
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
8092
|
-
* @public
|
|
8093
|
-
*/
|
|
8094
|
-
MaxResults?: number;
|
|
8095
|
-
}
|
|
8096
|
-
/**
|
|
8097
|
-
* @public
|
|
8098
|
-
*/
|
|
8099
|
-
export interface ListDataSetsResponse {
|
|
8100
|
-
/**
|
|
8101
|
-
* <p>The list of dataset summaries.</p>
|
|
8102
|
-
* @public
|
|
8103
|
-
*/
|
|
8104
|
-
DataSetSummaries?: DataSetSummary[];
|
|
8105
|
-
/**
|
|
8106
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
8107
|
-
* @public
|
|
8108
|
-
*/
|
|
8109
|
-
NextToken?: string;
|
|
8110
|
-
/**
|
|
8111
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8112
|
-
* @public
|
|
8113
|
-
*/
|
|
8114
|
-
RequestId?: string;
|
|
8115
|
-
/**
|
|
8116
|
-
* <p>The HTTP status of the request.</p>
|
|
8117
|
-
* @public
|
|
8118
|
-
*/
|
|
8119
|
-
Status?: number;
|
|
8120
|
-
}
|
|
8121
|
-
/**
|
|
8122
|
-
* @public
|
|
8123
|
-
*/
|
|
8124
|
-
export interface ListDataSourcesRequest {
|
|
8125
|
-
/**
|
|
8126
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8127
|
-
* @public
|
|
8128
|
-
*/
|
|
8129
|
-
AwsAccountId: string | undefined;
|
|
8130
|
-
/**
|
|
8131
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
8132
|
-
* @public
|
|
8133
|
-
*/
|
|
8134
|
-
NextToken?: string;
|
|
8135
|
-
/**
|
|
8136
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
8137
|
-
* @public
|
|
8138
|
-
*/
|
|
8139
|
-
MaxResults?: number;
|
|
8140
|
-
}
|
|
8141
8065
|
/**
|
|
8142
8066
|
* @internal
|
|
8143
8067
|
*/
|
|
@@ -1,6 +1,194 @@
|
|
|
1
1
|
import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
|
|
2
|
-
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, GroupMember, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
3
|
-
import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FailedKeyRegistrationEntry, FolderSearchFilter, FolderSummary, GroupSearchFilter, IAMPolicyAssignmentSummary, IdentityType, Ingestion, MemberIdArnPair, NamespaceInfoV2, NetworkInterface, RegisteredCustomerManagedKey, SessionTag, SnapshotConfiguration, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
2
|
+
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, GroupMember, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
3
|
+
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FailedKeyRegistrationEntry, FolderSearchFilter, FolderSummary, GroupSearchFilter, IAMPolicyAssignmentSummary, IdentityType, Ingestion, MemberIdArnPair, NamespaceInfoV2, NetworkInterface, RegisteredCustomerManagedKey, SessionTag, SnapshotConfiguration, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListAssetBundleImportJobsResponse {
|
|
8
|
+
/**
|
|
9
|
+
* <p>A list of import job summaries.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[];
|
|
13
|
+
/**
|
|
14
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
NextToken?: string;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
RequestId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The HTTP status of the response.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
Status?: number;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface ListDashboardsRequest {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboards that you're
|
|
35
|
+
* listing.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
AwsAccountId: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
NextToken?: string;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
MaxResults?: number;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface ListDashboardsResponse {
|
|
54
|
+
/**
|
|
55
|
+
* <p>A structure that contains all of the dashboards in your Amazon Web Services account. This structure
|
|
56
|
+
* provides basic information about the dashboards.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
DashboardSummaryList?: DashboardSummary[];
|
|
60
|
+
/**
|
|
61
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
NextToken?: string;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The HTTP status of the request.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
Status?: number;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
RequestId?: string;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export interface ListDashboardVersionsRequest {
|
|
80
|
+
/**
|
|
81
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're listing versions
|
|
82
|
+
* for.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
AwsAccountId: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The ID for the dashboard.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
DashboardId: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
NextToken?: string;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
MaxResults?: number;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface ListDashboardVersionsResponse {
|
|
106
|
+
/**
|
|
107
|
+
* <p>A structure that contains information about each version of the dashboard.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
DashboardVersionSummaryList?: DashboardVersionSummary[];
|
|
111
|
+
/**
|
|
112
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
NextToken?: string;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The HTTP status of the request.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
Status?: number;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
RequestId?: string;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export interface ListDataSetsRequest {
|
|
131
|
+
/**
|
|
132
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
AwsAccountId: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
NextToken?: string;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
MaxResults?: number;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
export interface ListDataSetsResponse {
|
|
151
|
+
/**
|
|
152
|
+
* <p>The list of dataset summaries.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
DataSetSummaries?: DataSetSummary[];
|
|
156
|
+
/**
|
|
157
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
NextToken?: string;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
RequestId?: string;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The HTTP status of the request.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
Status?: number;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export interface ListDataSourcesRequest {
|
|
176
|
+
/**
|
|
177
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
AwsAccountId: string | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
NextToken?: string;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
MaxResults?: number;
|
|
191
|
+
}
|
|
4
192
|
/**
|
|
5
193
|
* @public
|
|
6
194
|
*/
|
|
@@ -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
|
-
|
|
5
|
-
ListAssetBundleImportJobsResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListAssetBundleImportJobsRequest } from "../models/models_3";
|
|
4
|
+
import { ListAssetBundleImportJobsResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListDashboardVersionsRequest,
|
|
5
5
|
ListDashboardVersionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/
|
|
3
|
+
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
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 {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListDataSourcesRequest,
|
|
5
|
+
ListDataSourcesResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|