@aws-sdk/client-quicksight 3.299.0 → 3.301.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-types/commands/CancelIngestionCommand.d.ts +5 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +4282 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +4320 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +182 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +21 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +6 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +4269 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +72 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +5 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +5 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +5 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +32 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +36 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +14 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +6 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +5 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +7 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +7 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +6 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +5 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListThemesCommand.d.ts +6 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +7 -0
- package/dist-types/commands/ListUsersCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +14 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +12 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +12 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +12 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +8 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +4268 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4306 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +36 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +168 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +231 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4255 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +58 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +12 -0
- package/package.json +8 -8
|
@@ -26,6 +26,42 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
|
|
|
26
26
|
* import { QuickSightClient, UpdateDashboardPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateDashboardPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateDashboardPermissionsRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DashboardId: "STRING_VALUE", // required
|
|
32
|
+
* GrantPermissions: [ // UpdateResourcePermissionList
|
|
33
|
+
* { // ResourcePermission
|
|
34
|
+
* Principal: "STRING_VALUE", // required
|
|
35
|
+
* Actions: [ // ActionList // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* RevokePermissions: [
|
|
41
|
+
* {
|
|
42
|
+
* Principal: "STRING_VALUE", // required
|
|
43
|
+
* Actions: [ // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* GrantLinkPermissions: [ // UpdateLinkPermissionList
|
|
49
|
+
* {
|
|
50
|
+
* Principal: "STRING_VALUE", // required
|
|
51
|
+
* Actions: [ // required
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* RevokeLinkPermissions: [
|
|
57
|
+
* {
|
|
58
|
+
* Principal: "STRING_VALUE", // required
|
|
59
|
+
* Actions: [ // required
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* };
|
|
29
65
|
* const command = new UpdateDashboardPermissionsCommand(input);
|
|
30
66
|
* const response = await client.send(command);
|
|
31
67
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
|
|
|
26
26
|
* import { QuickSightClient, UpdateDashboardPublishedVersionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateDashboardPublishedVersionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateDashboardPublishedVersionRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DashboardId: "STRING_VALUE", // required
|
|
32
|
+
* VersionNumber: Number("long"), // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new UpdateDashboardPublishedVersionCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,174 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
26
26
|
* import { QuickSightClient, UpdateDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateDataSetRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DataSetId: "STRING_VALUE", // required
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* PhysicalTableMap: { // PhysicalTableMap // required
|
|
34
|
+
* "<keys>": { // PhysicalTable Union: only one key present
|
|
35
|
+
* RelationalTable: { // RelationalTable
|
|
36
|
+
* DataSourceArn: "STRING_VALUE", // required
|
|
37
|
+
* Catalog: "STRING_VALUE",
|
|
38
|
+
* Schema: "STRING_VALUE",
|
|
39
|
+
* Name: "STRING_VALUE", // required
|
|
40
|
+
* InputColumns: [ // InputColumnList // required
|
|
41
|
+
* { // InputColumn
|
|
42
|
+
* Name: "STRING_VALUE", // required
|
|
43
|
+
* Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* CustomSql: { // CustomSql
|
|
48
|
+
* DataSourceArn: "STRING_VALUE", // required
|
|
49
|
+
* Name: "STRING_VALUE", // required
|
|
50
|
+
* SqlQuery: "STRING_VALUE", // required
|
|
51
|
+
* Columns: [
|
|
52
|
+
* {
|
|
53
|
+
* Name: "STRING_VALUE", // required
|
|
54
|
+
* Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* S3Source: { // S3Source
|
|
59
|
+
* DataSourceArn: "STRING_VALUE", // required
|
|
60
|
+
* UploadSettings: { // UploadSettings
|
|
61
|
+
* Format: "CSV" || "TSV" || "CLF" || "ELF" || "XLSX" || "JSON",
|
|
62
|
+
* StartFromRow: Number("int"),
|
|
63
|
+
* ContainsHeader: true || false,
|
|
64
|
+
* TextQualifier: "DOUBLE_QUOTE" || "SINGLE_QUOTE",
|
|
65
|
+
* Delimiter: "STRING_VALUE",
|
|
66
|
+
* },
|
|
67
|
+
* InputColumns: [ // required
|
|
68
|
+
* {
|
|
69
|
+
* Name: "STRING_VALUE", // required
|
|
70
|
+
* Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* LogicalTableMap: { // LogicalTableMap
|
|
77
|
+
* "<keys>": { // LogicalTable
|
|
78
|
+
* Alias: "STRING_VALUE", // required
|
|
79
|
+
* DataTransforms: [ // TransformOperationList
|
|
80
|
+
* { // TransformOperation Union: only one key present
|
|
81
|
+
* ProjectOperation: { // ProjectOperation
|
|
82
|
+
* ProjectedColumns: [ // ProjectedColumnList // required
|
|
83
|
+
* "STRING_VALUE",
|
|
84
|
+
* ],
|
|
85
|
+
* },
|
|
86
|
+
* FilterOperation: { // FilterOperation
|
|
87
|
+
* ConditionExpression: "STRING_VALUE", // required
|
|
88
|
+
* },
|
|
89
|
+
* CreateColumnsOperation: { // CreateColumnsOperation
|
|
90
|
+
* Columns: [ // CalculatedColumnList // required
|
|
91
|
+
* { // CalculatedColumn
|
|
92
|
+
* ColumnName: "STRING_VALUE", // required
|
|
93
|
+
* ColumnId: "STRING_VALUE", // required
|
|
94
|
+
* Expression: "STRING_VALUE", // required
|
|
95
|
+
* },
|
|
96
|
+
* ],
|
|
97
|
+
* },
|
|
98
|
+
* RenameColumnOperation: { // RenameColumnOperation
|
|
99
|
+
* ColumnName: "STRING_VALUE", // required
|
|
100
|
+
* NewColumnName: "STRING_VALUE", // required
|
|
101
|
+
* },
|
|
102
|
+
* CastColumnTypeOperation: { // CastColumnTypeOperation
|
|
103
|
+
* ColumnName: "STRING_VALUE", // required
|
|
104
|
+
* NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
|
|
105
|
+
* Format: "STRING_VALUE",
|
|
106
|
+
* },
|
|
107
|
+
* TagColumnOperation: { // TagColumnOperation
|
|
108
|
+
* ColumnName: "STRING_VALUE", // required
|
|
109
|
+
* Tags: [ // ColumnTagList // required
|
|
110
|
+
* { // ColumnTag
|
|
111
|
+
* ColumnGeographicRole: "COUNTRY" || "STATE" || "COUNTY" || "CITY" || "POSTCODE" || "LONGITUDE" || "LATITUDE",
|
|
112
|
+
* ColumnDescription: { // ColumnDescription
|
|
113
|
+
* Text: "STRING_VALUE",
|
|
114
|
+
* },
|
|
115
|
+
* },
|
|
116
|
+
* ],
|
|
117
|
+
* },
|
|
118
|
+
* UntagColumnOperation: { // UntagColumnOperation
|
|
119
|
+
* ColumnName: "STRING_VALUE", // required
|
|
120
|
+
* TagNames: [ // ColumnTagNames // required
|
|
121
|
+
* "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
|
|
122
|
+
* ],
|
|
123
|
+
* },
|
|
124
|
+
* },
|
|
125
|
+
* ],
|
|
126
|
+
* Source: { // LogicalTableSource
|
|
127
|
+
* JoinInstruction: { // JoinInstruction
|
|
128
|
+
* LeftOperand: "STRING_VALUE", // required
|
|
129
|
+
* RightOperand: "STRING_VALUE", // required
|
|
130
|
+
* LeftJoinKeyProperties: { // JoinKeyProperties
|
|
131
|
+
* UniqueKey: true || false,
|
|
132
|
+
* },
|
|
133
|
+
* RightJoinKeyProperties: {
|
|
134
|
+
* UniqueKey: true || false,
|
|
135
|
+
* },
|
|
136
|
+
* Type: "INNER" || "OUTER" || "LEFT" || "RIGHT", // required
|
|
137
|
+
* OnClause: "STRING_VALUE", // required
|
|
138
|
+
* },
|
|
139
|
+
* PhysicalTableId: "STRING_VALUE",
|
|
140
|
+
* DataSetArn: "STRING_VALUE",
|
|
141
|
+
* },
|
|
142
|
+
* },
|
|
143
|
+
* },
|
|
144
|
+
* ImportMode: "SPICE" || "DIRECT_QUERY", // required
|
|
145
|
+
* ColumnGroups: [ // ColumnGroupList
|
|
146
|
+
* { // ColumnGroup
|
|
147
|
+
* GeoSpatialColumnGroup: { // GeoSpatialColumnGroup
|
|
148
|
+
* Name: "STRING_VALUE", // required
|
|
149
|
+
* CountryCode: "US",
|
|
150
|
+
* Columns: [ // ColumnList // required
|
|
151
|
+
* "STRING_VALUE",
|
|
152
|
+
* ],
|
|
153
|
+
* },
|
|
154
|
+
* },
|
|
155
|
+
* ],
|
|
156
|
+
* FieldFolders: { // FieldFolderMap
|
|
157
|
+
* "<keys>": { // FieldFolder
|
|
158
|
+
* description: "STRING_VALUE",
|
|
159
|
+
* columns: [ // FolderColumnList
|
|
160
|
+
* "STRING_VALUE",
|
|
161
|
+
* ],
|
|
162
|
+
* },
|
|
163
|
+
* },
|
|
164
|
+
* RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
|
|
165
|
+
* Namespace: "STRING_VALUE",
|
|
166
|
+
* Arn: "STRING_VALUE", // required
|
|
167
|
+
* PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
|
|
168
|
+
* FormatVersion: "VERSION_1" || "VERSION_2",
|
|
169
|
+
* Status: "ENABLED" || "DISABLED",
|
|
170
|
+
* },
|
|
171
|
+
* RowLevelPermissionTagConfiguration: { // RowLevelPermissionTagConfiguration
|
|
172
|
+
* Status: "ENABLED" || "DISABLED",
|
|
173
|
+
* TagRules: [ // RowLevelPermissionTagRuleList // required
|
|
174
|
+
* { // RowLevelPermissionTagRule
|
|
175
|
+
* TagKey: "STRING_VALUE", // required
|
|
176
|
+
* ColumnName: "STRING_VALUE", // required
|
|
177
|
+
* TagMultiValueDelimiter: "STRING_VALUE",
|
|
178
|
+
* MatchAllValue: "STRING_VALUE",
|
|
179
|
+
* },
|
|
180
|
+
* ],
|
|
181
|
+
* },
|
|
182
|
+
* ColumnLevelPermissionRules: [ // ColumnLevelPermissionRuleList
|
|
183
|
+
* { // ColumnLevelPermissionRule
|
|
184
|
+
* Principals: [ // PrincipalList
|
|
185
|
+
* "STRING_VALUE",
|
|
186
|
+
* ],
|
|
187
|
+
* ColumnNames: [ // ColumnNameList
|
|
188
|
+
* "STRING_VALUE",
|
|
189
|
+
* ],
|
|
190
|
+
* },
|
|
191
|
+
* ],
|
|
192
|
+
* DataSetUsageConfiguration: { // DataSetUsageConfiguration
|
|
193
|
+
* DisableUseAsDirectQuerySource: true || false,
|
|
194
|
+
* DisableUseAsImportedSource: true || false,
|
|
195
|
+
* },
|
|
196
|
+
* };
|
|
29
197
|
* const command = new UpdateDataSetCommand(input);
|
|
30
198
|
* const response = await client.send(command);
|
|
31
199
|
* ```
|
|
@@ -27,6 +27,26 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
|
|
|
27
27
|
* import { QuickSightClient, UpdateDataSetPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
28
|
* // const { QuickSightClient, UpdateDataSetPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
29
|
* const client = new QuickSightClient(config);
|
|
30
|
+
* const input = { // UpdateDataSetPermissionsRequest
|
|
31
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
32
|
+
* DataSetId: "STRING_VALUE", // required
|
|
33
|
+
* GrantPermissions: [ // ResourcePermissionList
|
|
34
|
+
* { // ResourcePermission
|
|
35
|
+
* Principal: "STRING_VALUE", // required
|
|
36
|
+
* Actions: [ // ActionList // required
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* RevokePermissions: [
|
|
42
|
+
* {
|
|
43
|
+
* Principal: "STRING_VALUE", // required
|
|
44
|
+
* Actions: [ // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
30
50
|
* const command = new UpdateDataSetPermissionsCommand(input);
|
|
31
51
|
* const response = await client.send(command);
|
|
32
52
|
* ```
|
|
@@ -26,6 +26,237 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
26
26
|
* import { QuickSightClient, UpdateDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateDataSourceRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DataSourceId: "STRING_VALUE", // required
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* DataSourceParameters: { // DataSourceParameters Union: only one key present
|
|
34
|
+
* AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
|
|
35
|
+
* Domain: "STRING_VALUE", // required
|
|
36
|
+
* },
|
|
37
|
+
* AthenaParameters: { // AthenaParameters
|
|
38
|
+
* WorkGroup: "STRING_VALUE",
|
|
39
|
+
* RoleArn: "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* AuroraParameters: { // AuroraParameters
|
|
42
|
+
* Host: "STRING_VALUE", // required
|
|
43
|
+
* Port: Number("int"), // required
|
|
44
|
+
* Database: "STRING_VALUE", // required
|
|
45
|
+
* },
|
|
46
|
+
* AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
|
|
47
|
+
* Host: "STRING_VALUE", // required
|
|
48
|
+
* Port: Number("int"), // required
|
|
49
|
+
* Database: "STRING_VALUE", // required
|
|
50
|
+
* },
|
|
51
|
+
* AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
|
|
52
|
+
* DataSetName: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* JiraParameters: { // JiraParameters
|
|
55
|
+
* SiteBaseUrl: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
57
|
+
* MariaDbParameters: { // MariaDbParameters
|
|
58
|
+
* Host: "STRING_VALUE", // required
|
|
59
|
+
* Port: Number("int"), // required
|
|
60
|
+
* Database: "STRING_VALUE", // required
|
|
61
|
+
* },
|
|
62
|
+
* MySqlParameters: { // MySqlParameters
|
|
63
|
+
* Host: "STRING_VALUE", // required
|
|
64
|
+
* Port: Number("int"), // required
|
|
65
|
+
* Database: "STRING_VALUE", // required
|
|
66
|
+
* },
|
|
67
|
+
* OracleParameters: { // OracleParameters
|
|
68
|
+
* Host: "STRING_VALUE", // required
|
|
69
|
+
* Port: Number("int"), // required
|
|
70
|
+
* Database: "STRING_VALUE", // required
|
|
71
|
+
* },
|
|
72
|
+
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
73
|
+
* Host: "STRING_VALUE", // required
|
|
74
|
+
* Port: Number("int"), // required
|
|
75
|
+
* Database: "STRING_VALUE", // required
|
|
76
|
+
* },
|
|
77
|
+
* PrestoParameters: { // PrestoParameters
|
|
78
|
+
* Host: "STRING_VALUE", // required
|
|
79
|
+
* Port: Number("int"), // required
|
|
80
|
+
* Catalog: "STRING_VALUE", // required
|
|
81
|
+
* },
|
|
82
|
+
* RdsParameters: { // RdsParameters
|
|
83
|
+
* InstanceId: "STRING_VALUE", // required
|
|
84
|
+
* Database: "STRING_VALUE", // required
|
|
85
|
+
* },
|
|
86
|
+
* RedshiftParameters: { // RedshiftParameters
|
|
87
|
+
* Host: "STRING_VALUE",
|
|
88
|
+
* Port: Number("int"),
|
|
89
|
+
* Database: "STRING_VALUE", // required
|
|
90
|
+
* ClusterId: "STRING_VALUE",
|
|
91
|
+
* },
|
|
92
|
+
* S3Parameters: { // S3Parameters
|
|
93
|
+
* ManifestFileLocation: { // ManifestFileLocation
|
|
94
|
+
* Bucket: "STRING_VALUE", // required
|
|
95
|
+
* Key: "STRING_VALUE", // required
|
|
96
|
+
* },
|
|
97
|
+
* RoleArn: "STRING_VALUE",
|
|
98
|
+
* },
|
|
99
|
+
* ServiceNowParameters: { // ServiceNowParameters
|
|
100
|
+
* SiteBaseUrl: "STRING_VALUE", // required
|
|
101
|
+
* },
|
|
102
|
+
* SnowflakeParameters: { // SnowflakeParameters
|
|
103
|
+
* Host: "STRING_VALUE", // required
|
|
104
|
+
* Database: "STRING_VALUE", // required
|
|
105
|
+
* Warehouse: "STRING_VALUE", // required
|
|
106
|
+
* },
|
|
107
|
+
* SparkParameters: { // SparkParameters
|
|
108
|
+
* Host: "STRING_VALUE", // required
|
|
109
|
+
* Port: Number("int"), // required
|
|
110
|
+
* },
|
|
111
|
+
* SqlServerParameters: { // SqlServerParameters
|
|
112
|
+
* Host: "STRING_VALUE", // required
|
|
113
|
+
* Port: Number("int"), // required
|
|
114
|
+
* Database: "STRING_VALUE", // required
|
|
115
|
+
* },
|
|
116
|
+
* TeradataParameters: { // TeradataParameters
|
|
117
|
+
* Host: "STRING_VALUE", // required
|
|
118
|
+
* Port: Number("int"), // required
|
|
119
|
+
* Database: "STRING_VALUE", // required
|
|
120
|
+
* },
|
|
121
|
+
* TwitterParameters: { // TwitterParameters
|
|
122
|
+
* Query: "STRING_VALUE", // required
|
|
123
|
+
* MaxRows: Number("int"), // required
|
|
124
|
+
* },
|
|
125
|
+
* AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
|
|
126
|
+
* Domain: "STRING_VALUE", // required
|
|
127
|
+
* },
|
|
128
|
+
* ExasolParameters: { // ExasolParameters
|
|
129
|
+
* Host: "STRING_VALUE", // required
|
|
130
|
+
* Port: Number("int"), // required
|
|
131
|
+
* },
|
|
132
|
+
* DatabricksParameters: { // DatabricksParameters
|
|
133
|
+
* Host: "STRING_VALUE", // required
|
|
134
|
+
* Port: Number("int"), // required
|
|
135
|
+
* SqlEndpointPath: "STRING_VALUE", // required
|
|
136
|
+
* },
|
|
137
|
+
* },
|
|
138
|
+
* Credentials: { // DataSourceCredentials
|
|
139
|
+
* CredentialPair: { // CredentialPair
|
|
140
|
+
* Username: "STRING_VALUE", // required
|
|
141
|
+
* Password: "STRING_VALUE", // required
|
|
142
|
+
* AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
143
|
+
* {// Union: only one key present
|
|
144
|
+
* AmazonElasticsearchParameters: {
|
|
145
|
+
* Domain: "STRING_VALUE", // required
|
|
146
|
+
* },
|
|
147
|
+
* AthenaParameters: {
|
|
148
|
+
* WorkGroup: "STRING_VALUE",
|
|
149
|
+
* RoleArn: "STRING_VALUE",
|
|
150
|
+
* },
|
|
151
|
+
* AuroraParameters: {
|
|
152
|
+
* Host: "STRING_VALUE", // required
|
|
153
|
+
* Port: Number("int"), // required
|
|
154
|
+
* Database: "STRING_VALUE", // required
|
|
155
|
+
* },
|
|
156
|
+
* AuroraPostgreSqlParameters: {
|
|
157
|
+
* Host: "STRING_VALUE", // required
|
|
158
|
+
* Port: Number("int"), // required
|
|
159
|
+
* Database: "STRING_VALUE", // required
|
|
160
|
+
* },
|
|
161
|
+
* AwsIotAnalyticsParameters: {
|
|
162
|
+
* DataSetName: "STRING_VALUE", // required
|
|
163
|
+
* },
|
|
164
|
+
* JiraParameters: {
|
|
165
|
+
* SiteBaseUrl: "STRING_VALUE", // required
|
|
166
|
+
* },
|
|
167
|
+
* MariaDbParameters: {
|
|
168
|
+
* Host: "STRING_VALUE", // required
|
|
169
|
+
* Port: Number("int"), // required
|
|
170
|
+
* Database: "STRING_VALUE", // required
|
|
171
|
+
* },
|
|
172
|
+
* MySqlParameters: {
|
|
173
|
+
* Host: "STRING_VALUE", // required
|
|
174
|
+
* Port: Number("int"), // required
|
|
175
|
+
* Database: "STRING_VALUE", // required
|
|
176
|
+
* },
|
|
177
|
+
* OracleParameters: {
|
|
178
|
+
* Host: "STRING_VALUE", // required
|
|
179
|
+
* Port: Number("int"), // required
|
|
180
|
+
* Database: "STRING_VALUE", // required
|
|
181
|
+
* },
|
|
182
|
+
* PostgreSqlParameters: {
|
|
183
|
+
* Host: "STRING_VALUE", // required
|
|
184
|
+
* Port: Number("int"), // required
|
|
185
|
+
* Database: "STRING_VALUE", // required
|
|
186
|
+
* },
|
|
187
|
+
* PrestoParameters: {
|
|
188
|
+
* Host: "STRING_VALUE", // required
|
|
189
|
+
* Port: Number("int"), // required
|
|
190
|
+
* Catalog: "STRING_VALUE", // required
|
|
191
|
+
* },
|
|
192
|
+
* RdsParameters: {
|
|
193
|
+
* InstanceId: "STRING_VALUE", // required
|
|
194
|
+
* Database: "STRING_VALUE", // required
|
|
195
|
+
* },
|
|
196
|
+
* RedshiftParameters: {
|
|
197
|
+
* Host: "STRING_VALUE",
|
|
198
|
+
* Port: Number("int"),
|
|
199
|
+
* Database: "STRING_VALUE", // required
|
|
200
|
+
* ClusterId: "STRING_VALUE",
|
|
201
|
+
* },
|
|
202
|
+
* S3Parameters: {
|
|
203
|
+
* ManifestFileLocation: {
|
|
204
|
+
* Bucket: "STRING_VALUE", // required
|
|
205
|
+
* Key: "STRING_VALUE", // required
|
|
206
|
+
* },
|
|
207
|
+
* RoleArn: "STRING_VALUE",
|
|
208
|
+
* },
|
|
209
|
+
* ServiceNowParameters: {
|
|
210
|
+
* SiteBaseUrl: "STRING_VALUE", // required
|
|
211
|
+
* },
|
|
212
|
+
* SnowflakeParameters: {
|
|
213
|
+
* Host: "STRING_VALUE", // required
|
|
214
|
+
* Database: "STRING_VALUE", // required
|
|
215
|
+
* Warehouse: "STRING_VALUE", // required
|
|
216
|
+
* },
|
|
217
|
+
* SparkParameters: {
|
|
218
|
+
* Host: "STRING_VALUE", // required
|
|
219
|
+
* Port: Number("int"), // required
|
|
220
|
+
* },
|
|
221
|
+
* SqlServerParameters: {
|
|
222
|
+
* Host: "STRING_VALUE", // required
|
|
223
|
+
* Port: Number("int"), // required
|
|
224
|
+
* Database: "STRING_VALUE", // required
|
|
225
|
+
* },
|
|
226
|
+
* TeradataParameters: {
|
|
227
|
+
* Host: "STRING_VALUE", // required
|
|
228
|
+
* Port: Number("int"), // required
|
|
229
|
+
* Database: "STRING_VALUE", // required
|
|
230
|
+
* },
|
|
231
|
+
* TwitterParameters: {
|
|
232
|
+
* Query: "STRING_VALUE", // required
|
|
233
|
+
* MaxRows: Number("int"), // required
|
|
234
|
+
* },
|
|
235
|
+
* AmazonOpenSearchParameters: {
|
|
236
|
+
* Domain: "STRING_VALUE", // required
|
|
237
|
+
* },
|
|
238
|
+
* ExasolParameters: {
|
|
239
|
+
* Host: "STRING_VALUE", // required
|
|
240
|
+
* Port: Number("int"), // required
|
|
241
|
+
* },
|
|
242
|
+
* DatabricksParameters: {
|
|
243
|
+
* Host: "STRING_VALUE", // required
|
|
244
|
+
* Port: Number("int"), // required
|
|
245
|
+
* SqlEndpointPath: "STRING_VALUE", // required
|
|
246
|
+
* },
|
|
247
|
+
* },
|
|
248
|
+
* ],
|
|
249
|
+
* },
|
|
250
|
+
* CopySourceArn: "STRING_VALUE",
|
|
251
|
+
* SecretArn: "STRING_VALUE",
|
|
252
|
+
* },
|
|
253
|
+
* VpcConnectionProperties: { // VpcConnectionProperties
|
|
254
|
+
* VpcConnectionArn: "STRING_VALUE", // required
|
|
255
|
+
* },
|
|
256
|
+
* SslProperties: { // SslProperties
|
|
257
|
+
* DisableSsl: true || false,
|
|
258
|
+
* },
|
|
259
|
+
* };
|
|
29
260
|
* const command = new UpdateDataSourceCommand(input);
|
|
30
261
|
* const response = await client.send(command);
|
|
31
262
|
* ```
|
|
@@ -26,6 +26,26 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
|
|
|
26
26
|
* import { QuickSightClient, UpdateDataSourcePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateDataSourcePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateDataSourcePermissionsRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DataSourceId: "STRING_VALUE", // required
|
|
32
|
+
* GrantPermissions: [ // ResourcePermissionList
|
|
33
|
+
* { // ResourcePermission
|
|
34
|
+
* Principal: "STRING_VALUE", // required
|
|
35
|
+
* Actions: [ // ActionList // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* RevokePermissions: [
|
|
41
|
+
* {
|
|
42
|
+
* Principal: "STRING_VALUE", // required
|
|
43
|
+
* Actions: [ // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
29
49
|
* const command = new UpdateDataSourcePermissionsCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
|
|
|
26
26
|
* import { QuickSightClient, UpdateFolderCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateFolderCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateFolderRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* FolderId: "STRING_VALUE", // required
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new UpdateFolderCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,26 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
|
|
|
26
26
|
* import { QuickSightClient, UpdateFolderPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateFolderPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateFolderPermissionsRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* FolderId: "STRING_VALUE", // required
|
|
32
|
+
* GrantPermissions: [ // ResourcePermissionList
|
|
33
|
+
* { // ResourcePermission
|
|
34
|
+
* Principal: "STRING_VALUE", // required
|
|
35
|
+
* Actions: [ // ActionList // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* RevokePermissions: [
|
|
41
|
+
* {
|
|
42
|
+
* Principal: "STRING_VALUE", // required
|
|
43
|
+
* Actions: [ // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
29
49
|
* const command = new UpdateFolderPermissionsCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
26
26
|
* import { QuickSightClient, UpdateGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateGroupRequest
|
|
30
|
+
* GroupName: "STRING_VALUE", // required
|
|
31
|
+
* Description: "STRING_VALUE",
|
|
32
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
33
|
+
* Namespace: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateGroupCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -29,6 +29,18 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
|
|
|
29
29
|
* import { QuickSightClient, UpdateIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
30
30
|
* // const { QuickSightClient, UpdateIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
31
31
|
* const client = new QuickSightClient(config);
|
|
32
|
+
* const input = { // UpdateIAMPolicyAssignmentRequest
|
|
33
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
34
|
+
* AssignmentName: "STRING_VALUE", // required
|
|
35
|
+
* Namespace: "STRING_VALUE", // required
|
|
36
|
+
* AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
|
|
37
|
+
* PolicyArn: "STRING_VALUE",
|
|
38
|
+
* Identities: { // IdentityMap
|
|
39
|
+
* "<keys>": [ // IdentityNameList
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* },
|
|
43
|
+
* };
|
|
32
44
|
* const command = new UpdateIAMPolicyAssignmentCommand(input);
|
|
33
45
|
* const response = await client.send(command);
|
|
34
46
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
|
|
|
26
26
|
* import { QuickSightClient, UpdateIpRestrictionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateIpRestrictionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateIpRestrictionRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* IpRestrictionRuleMap: { // IpRestrictionRuleMap
|
|
32
|
+
* "<keys>": "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* Enabled: true || false,
|
|
35
|
+
* };
|
|
29
36
|
* const command = new UpdateIpRestrictionCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -34,6 +34,10 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
|
|
|
34
34
|
* import { QuickSightClient, UpdatePublicSharingSettingsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
35
|
* // const { QuickSightClient, UpdatePublicSharingSettingsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
36
|
* const client = new QuickSightClient(config);
|
|
37
|
+
* const input = { // UpdatePublicSharingSettingsRequest
|
|
38
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
39
|
+
* PublicSharingEnabled: true || false,
|
|
40
|
+
* };
|
|
37
41
|
* const command = new UpdatePublicSharingSettingsCommand(input);
|
|
38
42
|
* const response = await client.send(command);
|
|
39
43
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
|
|
|
26
26
|
* import { QuickSightClient, UpdateTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateTemplateAliasRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TemplateId: "STRING_VALUE", // required
|
|
32
|
+
* AliasName: "STRING_VALUE", // required
|
|
33
|
+
* TemplateVersionNumber: Number("long"), // required
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateTemplateAliasCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|