@aws-sdk/client-quicksight 3.1057.0 → 3.1059.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/README.md +161 -7
- package/dist-cjs/index.js +364 -5
- package/dist-cjs/schemas/schemas_0.js +870 -258
- package/dist-es/QuickSight.js +44 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/enums.js +49 -5
- package/dist-es/schemas/schemas_0.js +832 -222
- package/dist-types/QuickSight.d.ts +154 -0
- package/dist-types/QuickSightClient.d.ts +24 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/enums.d.ts +113 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +577 -619
- package/dist-types/models/models_4.d.ts +3874 -4006
- package/dist-types/models/models_5.d.ts +1755 -4
- package/dist-types/schemas/schemas_0.d.ts +85 -0
- package/dist-types/ts3.4/QuickSight.d.ts +374 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/enums.d.ts +64 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +134 -151
- package/dist-types/ts3.4/models/models_4.d.ts +368 -360
- package/dist-types/ts3.4/models/models_5.d.ts +428 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
- package/package.json +8 -8
|
@@ -1,7 +1,1597 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AssignmentStatus, DashboardsQAStatus, DataSetImportMode, DataSourceType, PersonalizationMode, PurchaseMode, QSearchStatus, ResourceStatus, Role, SelfUpgradeAdminAction, SelfUpgradeStatus, ServiceType, SpaceQuickSightResourceType, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
|
|
3
|
+
import type { _Parameters, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSourceParameters, LinkSharingConfiguration, ResourcePermission, SslProperties, TopicIR, TopicTemplate, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
4
|
+
import type { CustomInstructions, DataPrepConfiguration, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LogicalTable, PerformanceConfiguration, Permission, PhysicalTable, RefreshSchedule, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticModelConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule } from "./models_3";
|
|
5
|
+
import type { FailedKeyRegistrationEntry, FailedSpaceResourceOperation, RegisteredCustomerManagedKey, SelfUpgradeRequestDetail, SpaceQuickSightResourceDetails, User } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface UpdateBrandAssignmentRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The ID of the Amazon Web Services account that owns the brand assignment.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
AwsAccountId: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The Amazon Resource Name (ARN) of the brand.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
BrandArn: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface UpdateBrandAssignmentResponse {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
RequestId?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The Amazon Resource Name (ARN) of the brand.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
BrandArn?: string | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface UpdateBrandPublishedVersionRequest {
|
|
40
|
+
/**
|
|
41
|
+
* <p>The ID of the Amazon Web Services account that owns the brand.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
AwsAccountId: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The ID of the Quick brand.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
BrandId: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The ID of the published version.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
VersionId: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
export interface UpdateBrandPublishedVersionResponse {
|
|
60
|
+
/**
|
|
61
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
RequestId?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The ID of the published version.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
VersionId?: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface UpdateCustomPermissionsRequest {
|
|
75
|
+
/**
|
|
76
|
+
* <p>The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
AwsAccountId: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The name of the custom permissions profile that you want to update.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
CustomPermissionsName: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>A set of actions to include in the custom permissions profile.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
Capabilities?: Capabilities | undefined;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export interface UpdateCustomPermissionsResponse {
|
|
95
|
+
/**
|
|
96
|
+
* <p>The HTTP status of the request.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Status?: number | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Amazon Resource Name (ARN) of the custom permissions profile.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Arn?: string | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
RequestId?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
export interface UpdateDashboardRequest {
|
|
115
|
+
/**
|
|
116
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
117
|
+
* updating.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
AwsAccountId: string | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The ID for the dashboard.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
DashboardId: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The display name of the dashboard.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
Name: string | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The entity that you are using as a source when you update the dashboard. In
|
|
133
|
+
* <code>SourceEntity</code>, you specify the type of object you're using as source.
|
|
134
|
+
* You can only update a dashboard from a template, so you use a
|
|
135
|
+
* <code>SourceTemplate</code> entity. If you need to update a dashboard from an
|
|
136
|
+
* analysis, first convert the analysis to a template by using the <code>
|
|
137
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
|
|
138
|
+
* </code> API operation. For <code>SourceTemplate</code>,
|
|
139
|
+
* specify the Amazon Resource Name (ARN) of the source template. The
|
|
140
|
+
* <code>SourceTemplate</code> ARN can contain any Amazon Web Services account and any
|
|
141
|
+
* Amazon Quick Sight-supported Amazon Web Services Region. </p>
|
|
142
|
+
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
|
|
143
|
+
* list the replacement datasets for the placeholders listed in the original. The schema in
|
|
144
|
+
* each dataset must match its placeholder. </p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
SourceEntity?: DashboardSourceEntity | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>A structure that contains the parameters of the dashboard. These are parameter
|
|
150
|
+
* overrides for a dashboard. A dashboard can have any type of parameters, and some
|
|
151
|
+
* parameters might accept multiple values.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
Parameters?: _Parameters | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* <p>A description for the first version of the dashboard being created.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
VersionDescription?: string | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* <p>Options for publishing the dashboard when you create it:</p>
|
|
162
|
+
* <ul>
|
|
163
|
+
* <li>
|
|
164
|
+
* <p>
|
|
165
|
+
* <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
|
|
166
|
+
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
|
|
167
|
+
* set to <code>DISABLED</code>, Amazon Quick Sight disables the left filter pane on
|
|
168
|
+
* the published dashboard, which can be used for ad hoc (one-time) filtering. This
|
|
169
|
+
* option is <code>ENABLED</code> by default. </p>
|
|
170
|
+
* </li>
|
|
171
|
+
* <li>
|
|
172
|
+
* <p>
|
|
173
|
+
* <code>AvailabilityStatus</code> for <code>ExportToCSVOption</code> - This
|
|
174
|
+
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. The visual
|
|
175
|
+
* option to export data to .CSV format isn't enabled when this is set to
|
|
176
|
+
* <code>DISABLED</code>. This option is <code>ENABLED</code> by default.
|
|
177
|
+
* </p>
|
|
178
|
+
* </li>
|
|
179
|
+
* <li>
|
|
180
|
+
* <p>
|
|
181
|
+
* <code>VisibilityState</code> for <code>SheetControlsOption</code> - This
|
|
182
|
+
* visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
|
|
183
|
+
* This option is <code>COLLAPSED</code> by default. </p>
|
|
184
|
+
* </li>
|
|
185
|
+
* <li>
|
|
186
|
+
* <p>
|
|
187
|
+
* <code>AvailabilityStatus</code> for <code>QuickSuiteActionsOption</code> -
|
|
188
|
+
* This status can be either <code>ENABLED</code> or <code>DISABLED</code>.
|
|
189
|
+
* Features related to Actions in Amazon Quick Suite on dashboards are disabled
|
|
190
|
+
* when this is set to <code>DISABLED</code>. This option is <code>DISABLED</code>
|
|
191
|
+
* by default.</p>
|
|
192
|
+
* </li>
|
|
193
|
+
* <li>
|
|
194
|
+
* <p>
|
|
195
|
+
* <code>AvailabilityStatus</code> for <code>ExecutiveSummaryOption</code> - This
|
|
196
|
+
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. The option
|
|
197
|
+
* to build an executive summary is disabled when this is set to
|
|
198
|
+
* <code>DISABLED</code>. This option is <code>ENABLED</code> by
|
|
199
|
+
* default.</p>
|
|
200
|
+
* </li>
|
|
201
|
+
* <li>
|
|
202
|
+
* <p>
|
|
203
|
+
* <code>AvailabilityStatus</code> for <code>DataStoriesSharingOption</code> -
|
|
204
|
+
* This status can be either <code>ENABLED</code> or <code>DISABLED</code>. The
|
|
205
|
+
* option to share a data story is disabled when this is set to
|
|
206
|
+
* <code>DISABLED</code>. This option is <code>ENABLED</code> by
|
|
207
|
+
* default.</p>
|
|
208
|
+
* </li>
|
|
209
|
+
* </ul>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
|
|
215
|
+
* you add a value for this field, it overrides the value that was originally associated
|
|
216
|
+
* with the entity. The theme ARN must exist in the same Amazon Web Services account where
|
|
217
|
+
* you create the dashboard.</p>
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
ThemeArn?: string | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The definition of a dashboard.</p>
|
|
223
|
+
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The option to relax the validation needed to update a dashboard with definition
|
|
229
|
+
* objects. This skips the validation step for specific errors.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
export interface UpdateDashboardResponse {
|
|
238
|
+
/**
|
|
239
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
Arn?: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The ARN of the dashboard, including the version number.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
VersionArn?: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* <p>The ID for the dashboard.</p>
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
DashboardId?: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The creation status of the request.</p>
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* <p>The HTTP status of the request.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
Status?: number | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
265
|
+
* @public
|
|
266
|
+
*/
|
|
267
|
+
RequestId?: string | undefined;
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
export interface UpdateDashboardLinksRequest {
|
|
273
|
+
/**
|
|
274
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard whose links you
|
|
275
|
+
* want to update.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
AwsAccountId: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The ID for the dashboard.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
DashboardId: string | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p> list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
LinkEntities: string[] | undefined;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
export interface UpdateDashboardLinksResponse {
|
|
294
|
+
/**
|
|
295
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
RequestId?: string | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* <p>The HTTP status of the request.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
Status?: number | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
DashboardArn?: string | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
LinkEntities?: string[] | undefined;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
export interface UpdateDashboardPermissionsRequest {
|
|
319
|
+
/**
|
|
320
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard whose permissions
|
|
321
|
+
* you're updating.</p>
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
AwsAccountId: string | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The ID for the dashboard.</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
DashboardId: string | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* <p>The permissions that you want to grant on this resource.</p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* <p>The permissions that you want to revoke from this resource.</p>
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* <p>Grants link permissions to all users in a defined namespace.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>Revokes link permissions from all users in a defined namespace.</p>
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
export interface UpdateDashboardPermissionsResponse {
|
|
355
|
+
/**
|
|
356
|
+
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
DashboardArn?: string | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* <p>The ID for the dashboard.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
DashboardId?: string | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>Information about the permissions on the dashboard.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
RequestId?: string | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The HTTP status of the request.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
Status?: number | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>Updates the permissions of a shared link to an Quick Sight dashboard.</p>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
export interface UpdateDashboardPublishedVersionRequest {
|
|
390
|
+
/**
|
|
391
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
392
|
+
* updating.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
AwsAccountId: string | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* <p>The ID for the dashboard.</p>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
DashboardId: string | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* <p>The version number of the dashboard.</p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
VersionNumber: number | undefined;
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
export interface UpdateDashboardPublishedVersionResponse {
|
|
411
|
+
/**
|
|
412
|
+
* <p>The ID for the dashboard.</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
DashboardId?: string | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
DashboardArn?: string | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* <p>The HTTP status of the request.</p>
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
Status?: number | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
RequestId?: string | undefined;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
export interface UpdateDashboardsQAConfigurationRequest {
|
|
436
|
+
/**
|
|
437
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.</p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
AwsAccountId: string | undefined;
|
|
441
|
+
/**
|
|
442
|
+
* <p>The status of dashboards QA configuration that you want to update.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
export interface UpdateDashboardsQAConfigurationResponse {
|
|
451
|
+
/**
|
|
452
|
+
* <p>A value that indicates whether the dashboard QA configuration is enabled or not.</p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
RequestId?: string | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>The HTTP status of the request.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
Status?: number | undefined;
|
|
466
|
+
}
|
|
467
|
+
/**
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
export interface UpdateDataSetRequest {
|
|
471
|
+
/**
|
|
472
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
AwsAccountId: string | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
DataSetId: string | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* <p>The display name for the dataset.</p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
Name: string | undefined;
|
|
486
|
+
/**
|
|
487
|
+
* <p>Declares the physical tables that are available in the underlying data sources.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* <p>Configures the combination and transformation of the data from the physical
|
|
493
|
+
* tables. This parameter is used with the legacy data preparation experience.</p>
|
|
494
|
+
*
|
|
495
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* <p>Indicates whether you want to import the data into SPICE.</p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
ImportMode: DataSetImportMode | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* <p>Groupings of columns that work together in certain Amazon Quick Sight features.
|
|
506
|
+
* Currently, only geospatial hierarchy is supported.</p>
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
ColumnGroups?: ColumnGroup[] | undefined;
|
|
510
|
+
/**
|
|
511
|
+
* <p>The folder that contains fields and nested subfolders for your dataset.</p>
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* <p>The row-level security configuration for the data you want to create. This parameter is used
|
|
517
|
+
* with the legacy data preparation experience.</p>
|
|
518
|
+
*
|
|
519
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>The configuration of tags on a dataset to set row-level security. Row-level security
|
|
525
|
+
* tags are currently supported for anonymous embedding only. This parameter is used with
|
|
526
|
+
* the legacy data preparation experience.</p>
|
|
527
|
+
*
|
|
528
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
529
|
+
* @public
|
|
530
|
+
*/
|
|
531
|
+
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* <p>A set of one or more definitions of a <code>
|
|
534
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
|
|
535
|
+
* </code>.</p>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* <p>The parameter declarations of the dataset.</p>
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
DatasetParameters?: DatasetParameter[] | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* <p>The configuration for the performance optimization of the dataset that contains a
|
|
551
|
+
* <code>UniqueKey</code> configuration.</p>
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
554
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* <p>The data preparation configuration for the dataset. This configuration defines the source tables,
|
|
557
|
+
* transformation steps, and destination tables used to prepare the data.
|
|
558
|
+
* Required when using the new data preparation experience.</p>
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
DataPrepConfiguration?: DataPrepConfiguration | undefined;
|
|
562
|
+
/**
|
|
563
|
+
* <p>The semantic model configuration for the dataset. This configuration defines how the prepared
|
|
564
|
+
* data is structured for an analysis, including table mappings and row-level security configurations.
|
|
565
|
+
* Required when using the new data preparation experience.</p>
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* @public
|
|
572
|
+
*/
|
|
573
|
+
export interface UpdateDataSetResponse {
|
|
574
|
+
/**
|
|
575
|
+
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
576
|
+
* @public
|
|
577
|
+
*/
|
|
578
|
+
Arn?: string | undefined;
|
|
579
|
+
/**
|
|
580
|
+
* <p>The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
DataSetId?: string | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* <p>The ARN for the ingestion, which is triggered as a result of dataset creation if the
|
|
586
|
+
* import mode is SPICE.</p>
|
|
587
|
+
* @public
|
|
588
|
+
*/
|
|
589
|
+
IngestionArn?: string | undefined;
|
|
590
|
+
/**
|
|
591
|
+
* <p>The ID of the ingestion, which is triggered as a result of dataset creation if the
|
|
592
|
+
* import mode is SPICE.</p>
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
IngestionId?: string | undefined;
|
|
596
|
+
/**
|
|
597
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
RequestId?: string | undefined;
|
|
601
|
+
/**
|
|
602
|
+
* <p>The HTTP status of the request.</p>
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
Status?: number | undefined;
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
export interface UpdateDataSetPermissionsRequest {
|
|
611
|
+
/**
|
|
612
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
615
|
+
AwsAccountId: string | undefined;
|
|
616
|
+
/**
|
|
617
|
+
* <p>The ID for the dataset whose permissions you want to update. This ID is unique per
|
|
618
|
+
* Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
DataSetId: string | undefined;
|
|
622
|
+
/**
|
|
623
|
+
* <p>The resource permissions that you want to grant to the dataset.</p>
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* <p>The resource permissions that you want to revoke from the dataset.</p>
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
631
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
632
|
+
}
|
|
633
|
+
/**
|
|
634
|
+
* @public
|
|
635
|
+
*/
|
|
636
|
+
export interface UpdateDataSetPermissionsResponse {
|
|
637
|
+
/**
|
|
638
|
+
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
DataSetArn?: string | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* <p>The ID for the dataset whose permissions you want to update. This ID is unique per
|
|
644
|
+
* Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
DataSetId?: string | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
RequestId?: string | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* <p>The HTTP status of the request.</p>
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
Status?: number | undefined;
|
|
658
|
+
}
|
|
659
|
+
/**
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
export interface UpdateDataSourceRequest {
|
|
663
|
+
/**
|
|
664
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
AwsAccountId: string | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
670
|
+
* Amazon Web Services account. </p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
DataSourceId: string | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p>A display name for the data source.</p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
Name: string | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* <p>The parameters that Amazon Quick Sight uses to connect to your underlying
|
|
681
|
+
* source.</p>
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
DataSourceParameters?: DataSourceParameters | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* <p>The credentials that Amazon Quick Sight that uses to connect to your underlying source.
|
|
687
|
+
* Currently, only credentials based on user name and password are supported.</p>
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
Credentials?: DataSourceCredentials | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* <p>Use this parameter only when you want Amazon Quick Sight to use a VPC connection when
|
|
693
|
+
* connecting to your underlying source.</p>
|
|
694
|
+
* @public
|
|
695
|
+
*/
|
|
696
|
+
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
697
|
+
/**
|
|
698
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to
|
|
699
|
+
* your underlying source.</p>
|
|
700
|
+
* @public
|
|
701
|
+
*/
|
|
702
|
+
SslProperties?: SslProperties | undefined;
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
export interface UpdateDataSourceResponse {
|
|
708
|
+
/**
|
|
709
|
+
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
Arn?: string | undefined;
|
|
713
|
+
/**
|
|
714
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
715
|
+
* Amazon Web Services account.</p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
DataSourceId?: string | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p>The update status of the data source's last update.</p>
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
724
|
+
/**
|
|
725
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
RequestId?: string | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* <p>The HTTP status of the request.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
Status?: number | undefined;
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* @public
|
|
737
|
+
*/
|
|
738
|
+
export interface UpdateDataSourcePermissionsRequest {
|
|
739
|
+
/**
|
|
740
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
AwsAccountId: string | undefined;
|
|
744
|
+
/**
|
|
745
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
746
|
+
* Amazon Web Services account. </p>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
DataSourceId: string | undefined;
|
|
750
|
+
/**
|
|
751
|
+
* <p>A list of resource permissions that you want to grant on the data source.</p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* <p>A list of resource permissions that you want to revoke on the data source.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
760
|
+
}
|
|
761
|
+
/**
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
export interface UpdateDataSourcePermissionsResponse {
|
|
765
|
+
/**
|
|
766
|
+
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
DataSourceArn?: string | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
772
|
+
* Amazon Web Services account.</p>
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
DataSourceId?: string | undefined;
|
|
776
|
+
/**
|
|
777
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
778
|
+
* @public
|
|
779
|
+
*/
|
|
780
|
+
RequestId?: string | undefined;
|
|
781
|
+
/**
|
|
782
|
+
* <p>The HTTP status of the request.</p>
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
Status?: number | undefined;
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
export interface UpdateDefaultQBusinessApplicationRequest {
|
|
791
|
+
/**
|
|
792
|
+
* <p>The ID of the Quick Sight account that is connected to the Amazon Q Business application that you want to update.</p>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
AwsAccountId: string | undefined;
|
|
796
|
+
/**
|
|
797
|
+
* <p>The Quick Sight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.</p>
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
Namespace?: string | undefined;
|
|
801
|
+
/**
|
|
802
|
+
* <p>The ID of the Amazon Q Business application that you want to update.</p>
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
ApplicationId: string | undefined;
|
|
806
|
+
}
|
|
807
|
+
/**
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
export interface UpdateDefaultQBusinessApplicationResponse {
|
|
811
|
+
/**
|
|
812
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
RequestId?: string | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* <p>The HTTP status of the request.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
Status?: number | undefined;
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
export interface UpdateFlowRequest {
|
|
826
|
+
/**
|
|
827
|
+
* <p>The ID of the Amazon Web Services account that contains the flow that you are updating.</p>
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
830
|
+
AwsAccountId: string | undefined;
|
|
831
|
+
/**
|
|
832
|
+
* <p>The unique identifier of the flow to update.</p>
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
FlowId: string | undefined;
|
|
836
|
+
/**
|
|
837
|
+
* <p>Updated display name for the flow. Omit to preserve the existing name.</p>
|
|
838
|
+
* @public
|
|
839
|
+
*/
|
|
840
|
+
Name?: string | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* <p>Updated description for the flow. Omit to preserve the existing description.</p>
|
|
843
|
+
* @public
|
|
844
|
+
*/
|
|
845
|
+
Description?: string | undefined;
|
|
846
|
+
/**
|
|
847
|
+
* <p>The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change. When provided, all existing steps are replaced. Omit to preserve the existing definition.</p>
|
|
848
|
+
* <note>
|
|
849
|
+
* <p>Always derive or depend on the flow definition from the <code>DescribeFlow</code> operation to ensure you are working with the latest format.</p>
|
|
850
|
+
* </note>
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
FlowDefinition?: __DocumentType | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
856
|
+
* @public
|
|
857
|
+
*/
|
|
858
|
+
ClientToken?: string | undefined;
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
export interface UpdateFlowResponse {
|
|
864
|
+
/**
|
|
865
|
+
* <p>The Amazon Resource Name (ARN) of the flow.</p>
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
Arn: string | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* <p>The unique identifier of the flow.</p>
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
FlowId: string | undefined;
|
|
874
|
+
/**
|
|
875
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
RequestId?: string | undefined;
|
|
879
|
+
/**
|
|
880
|
+
* <p>The HTTP status of the request.</p>
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
Status?: number | undefined;
|
|
884
|
+
}
|
|
885
|
+
/**
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
export interface UpdateFlowPermissionsInput {
|
|
889
|
+
/**
|
|
890
|
+
* <p>The ID of the Amazon Web Services account that contains the flow you are updating permissions against.</p>
|
|
891
|
+
* @public
|
|
892
|
+
*/
|
|
893
|
+
AwsAccountId: string | undefined;
|
|
894
|
+
/**
|
|
895
|
+
* <p>The unique identifier of the flow to update permissions for.</p>
|
|
896
|
+
* @public
|
|
897
|
+
*/
|
|
898
|
+
FlowId: string | undefined;
|
|
899
|
+
/**
|
|
900
|
+
* <p>The permissions that you want to grant on this flow.</p>
|
|
901
|
+
* @public
|
|
902
|
+
*/
|
|
903
|
+
GrantPermissions?: Permission[] | undefined;
|
|
904
|
+
/**
|
|
905
|
+
* <p>The permissions that you want to revoke from this flow.</p>
|
|
906
|
+
* @public
|
|
907
|
+
*/
|
|
908
|
+
RevokePermissions?: Permission[] | undefined;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* @public
|
|
912
|
+
*/
|
|
913
|
+
export interface UpdateFlowPermissionsOutput {
|
|
914
|
+
/**
|
|
915
|
+
* <p>The HTTP status of the request.</p>
|
|
916
|
+
* @public
|
|
917
|
+
*/
|
|
918
|
+
Status?: number | undefined;
|
|
919
|
+
/**
|
|
920
|
+
* <p>The Amazon Resource Name (ARN) of the flow you are updating permissions against.</p>
|
|
921
|
+
* @public
|
|
922
|
+
*/
|
|
923
|
+
Arn: string | undefined;
|
|
924
|
+
/**
|
|
925
|
+
* <p>The permissions on the flow after they are updated.</p>
|
|
926
|
+
* @public
|
|
927
|
+
*/
|
|
928
|
+
Permissions: Permission[] | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
931
|
+
* @public
|
|
932
|
+
*/
|
|
933
|
+
RequestId: string | undefined;
|
|
934
|
+
/**
|
|
935
|
+
* <p>The unique identifier of the flow with updated permissions.</p>
|
|
936
|
+
* @public
|
|
937
|
+
*/
|
|
938
|
+
FlowId: string | undefined;
|
|
939
|
+
}
|
|
940
|
+
/**
|
|
941
|
+
* @public
|
|
942
|
+
*/
|
|
943
|
+
export interface UpdateFolderRequest {
|
|
944
|
+
/**
|
|
945
|
+
* <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
|
|
946
|
+
* @public
|
|
947
|
+
*/
|
|
948
|
+
AwsAccountId: string | undefined;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The ID of the folder.</p>
|
|
951
|
+
* @public
|
|
952
|
+
*/
|
|
953
|
+
FolderId: string | undefined;
|
|
954
|
+
/**
|
|
955
|
+
* <p>The name of the folder.</p>
|
|
956
|
+
* @public
|
|
957
|
+
*/
|
|
958
|
+
Name: string | undefined;
|
|
959
|
+
}
|
|
960
|
+
/**
|
|
961
|
+
* @public
|
|
962
|
+
*/
|
|
963
|
+
export interface UpdateFolderResponse {
|
|
964
|
+
/**
|
|
965
|
+
* <p>The HTTP status of the request.</p>
|
|
966
|
+
* @public
|
|
967
|
+
*/
|
|
968
|
+
Status?: number | undefined;
|
|
969
|
+
/**
|
|
970
|
+
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
971
|
+
* @public
|
|
972
|
+
*/
|
|
973
|
+
Arn?: string | undefined;
|
|
974
|
+
/**
|
|
975
|
+
* <p>The ID of the folder.</p>
|
|
976
|
+
* @public
|
|
977
|
+
*/
|
|
978
|
+
FolderId?: string | undefined;
|
|
979
|
+
/**
|
|
980
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
981
|
+
* @public
|
|
982
|
+
*/
|
|
983
|
+
RequestId?: string | undefined;
|
|
984
|
+
}
|
|
985
|
+
/**
|
|
986
|
+
* @public
|
|
987
|
+
*/
|
|
988
|
+
export interface UpdateFolderPermissionsRequest {
|
|
989
|
+
/**
|
|
990
|
+
* <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
|
|
991
|
+
* @public
|
|
992
|
+
*/
|
|
993
|
+
AwsAccountId: string | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* <p>The ID of the folder.</p>
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
998
|
+
FolderId: string | undefined;
|
|
999
|
+
/**
|
|
1000
|
+
* <p>The permissions that you want to grant on a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>
|
|
1001
|
+
* @public
|
|
1002
|
+
*/
|
|
1003
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1004
|
+
/**
|
|
1005
|
+
* <p>The permissions that you want to revoke from a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>
|
|
1006
|
+
* @public
|
|
1007
|
+
*/
|
|
1008
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1009
|
+
}
|
|
1010
|
+
/**
|
|
1011
|
+
* @public
|
|
1012
|
+
*/
|
|
1013
|
+
export interface UpdateFolderPermissionsResponse {
|
|
1014
|
+
/**
|
|
1015
|
+
* <p>The HTTP status of the request.</p>
|
|
1016
|
+
* @public
|
|
1017
|
+
*/
|
|
1018
|
+
Status?: number | undefined;
|
|
1019
|
+
/**
|
|
1020
|
+
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
1023
|
+
Arn?: string | undefined;
|
|
1024
|
+
/**
|
|
1025
|
+
* <p>The ID of the folder.</p>
|
|
1026
|
+
* @public
|
|
1027
|
+
*/
|
|
1028
|
+
FolderId?: string | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>Information about the permissions for the folder.</p>
|
|
1031
|
+
* @public
|
|
1032
|
+
*/
|
|
1033
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
1034
|
+
/**
|
|
1035
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1036
|
+
* @public
|
|
1037
|
+
*/
|
|
1038
|
+
RequestId?: string | undefined;
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* @public
|
|
1042
|
+
*/
|
|
1043
|
+
export interface UpdateGroupRequest {
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>The name of the group that you want to update.</p>
|
|
1046
|
+
* @public
|
|
1047
|
+
*/
|
|
1048
|
+
GroupName: string | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The description for the group that you want to update.</p>
|
|
1051
|
+
* @public
|
|
1052
|
+
*/
|
|
1053
|
+
Description?: string | undefined;
|
|
1054
|
+
/**
|
|
1055
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
1056
|
+
* Amazon Web Services account that contains your Amazon Quick Sight account.</p>
|
|
1057
|
+
* @public
|
|
1058
|
+
*/
|
|
1059
|
+
AwsAccountId: string | undefined;
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>The namespace of the group that you want to update.</p>
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
1064
|
+
Namespace: string | undefined;
|
|
1065
|
+
}
|
|
1066
|
+
/**
|
|
1067
|
+
* @public
|
|
1068
|
+
*/
|
|
1069
|
+
export interface UpdateGroupResponse {
|
|
1070
|
+
/**
|
|
1071
|
+
* <p>The name of the group.</p>
|
|
1072
|
+
* @public
|
|
1073
|
+
*/
|
|
1074
|
+
Group?: Group | undefined;
|
|
1075
|
+
/**
|
|
1076
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1077
|
+
* @public
|
|
1078
|
+
*/
|
|
1079
|
+
RequestId?: string | undefined;
|
|
1080
|
+
/**
|
|
1081
|
+
* <p>The HTTP status of the request.</p>
|
|
1082
|
+
* @public
|
|
1083
|
+
*/
|
|
1084
|
+
Status?: number | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
/**
|
|
1087
|
+
* @public
|
|
1088
|
+
*/
|
|
1089
|
+
export interface UpdateIAMPolicyAssignmentRequest {
|
|
1090
|
+
/**
|
|
1091
|
+
* <p>The ID of the Amazon Web Services account that contains the IAM policy
|
|
1092
|
+
* assignment. </p>
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
1095
|
+
AwsAccountId: string | undefined;
|
|
1096
|
+
/**
|
|
1097
|
+
* <p>The name of the assignment, also called a rule.
|
|
1098
|
+
* The
|
|
1099
|
+
* name must be unique within the
|
|
1100
|
+
* Amazon Web Services account.</p>
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
1103
|
+
AssignmentName: string | undefined;
|
|
1104
|
+
/**
|
|
1105
|
+
* <p>The namespace of the assignment.</p>
|
|
1106
|
+
* @public
|
|
1107
|
+
*/
|
|
1108
|
+
Namespace: string | undefined;
|
|
1109
|
+
/**
|
|
1110
|
+
* <p>The status of the assignment. Possible values are as follows:</p>
|
|
1111
|
+
* <ul>
|
|
1112
|
+
* <li>
|
|
1113
|
+
* <p>
|
|
1114
|
+
* <code>ENABLED</code> - Anything specified in this assignment is used when
|
|
1115
|
+
* creating the data source.</p>
|
|
1116
|
+
* </li>
|
|
1117
|
+
* <li>
|
|
1118
|
+
* <p>
|
|
1119
|
+
* <code>DISABLED</code> - This assignment isn't used when creating the data
|
|
1120
|
+
* source.</p>
|
|
1121
|
+
* </li>
|
|
1122
|
+
* <li>
|
|
1123
|
+
* <p>
|
|
1124
|
+
* <code>DRAFT</code> - This assignment is an unfinished draft and isn't used
|
|
1125
|
+
* when creating the data source.</p>
|
|
1126
|
+
* </li>
|
|
1127
|
+
* </ul>
|
|
1128
|
+
* @public
|
|
1129
|
+
*/
|
|
1130
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1131
|
+
/**
|
|
1132
|
+
* <p>The ARN for the IAM policy to apply to the Amazon Quick Sight users and
|
|
1133
|
+
* groups specified in this assignment.</p>
|
|
1134
|
+
* @public
|
|
1135
|
+
*/
|
|
1136
|
+
PolicyArn?: string | undefined;
|
|
1137
|
+
/**
|
|
1138
|
+
* <p>The Amazon Quick Sight users, groups, or both that you want to assign the policy
|
|
1139
|
+
* to.</p>
|
|
1140
|
+
* @public
|
|
1141
|
+
*/
|
|
1142
|
+
Identities?: Record<string, string[]> | undefined;
|
|
1143
|
+
}
|
|
1144
|
+
/**
|
|
1145
|
+
* @public
|
|
1146
|
+
*/
|
|
1147
|
+
export interface UpdateIAMPolicyAssignmentResponse {
|
|
1148
|
+
/**
|
|
1149
|
+
* <p>The name of the assignment or rule.</p>
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
AssignmentName?: string | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* <p>The ID of the assignment.</p>
|
|
1155
|
+
* @public
|
|
1156
|
+
*/
|
|
1157
|
+
AssignmentId?: string | undefined;
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>The ARN for the IAM policy applied to the Amazon Quick Sight users and
|
|
1160
|
+
* groups specified in this assignment.</p>
|
|
1161
|
+
* @public
|
|
1162
|
+
*/
|
|
1163
|
+
PolicyArn?: string | undefined;
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>The Amazon Quick Sight users, groups, or both that the IAM policy is
|
|
1166
|
+
* assigned to.</p>
|
|
1167
|
+
* @public
|
|
1168
|
+
*/
|
|
1169
|
+
Identities?: Record<string, string[]> | undefined;
|
|
1170
|
+
/**
|
|
1171
|
+
* <p>The status of the assignment. Possible values are as follows:</p>
|
|
1172
|
+
* <ul>
|
|
1173
|
+
* <li>
|
|
1174
|
+
* <p>
|
|
1175
|
+
* <code>ENABLED</code> - Anything specified in this assignment is used when
|
|
1176
|
+
* creating the data source.</p>
|
|
1177
|
+
* </li>
|
|
1178
|
+
* <li>
|
|
1179
|
+
* <p>
|
|
1180
|
+
* <code>DISABLED</code> - This assignment isn't used when creating the data
|
|
1181
|
+
* source.</p>
|
|
1182
|
+
* </li>
|
|
1183
|
+
* <li>
|
|
1184
|
+
* <p>
|
|
1185
|
+
* <code>DRAFT</code> - This assignment is an unfinished draft and isn't used
|
|
1186
|
+
* when creating the data source.</p>
|
|
1187
|
+
* </li>
|
|
1188
|
+
* </ul>
|
|
1189
|
+
* @public
|
|
1190
|
+
*/
|
|
1191
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1192
|
+
/**
|
|
1193
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1194
|
+
* @public
|
|
1195
|
+
*/
|
|
1196
|
+
RequestId?: string | undefined;
|
|
1197
|
+
/**
|
|
1198
|
+
* <p>The HTTP status of the request.</p>
|
|
1199
|
+
* @public
|
|
1200
|
+
*/
|
|
1201
|
+
Status?: number | undefined;
|
|
1202
|
+
}
|
|
1203
|
+
/**
|
|
1204
|
+
* @public
|
|
1205
|
+
*/
|
|
1206
|
+
export interface UpdateIdentityPropagationConfigRequest {
|
|
1207
|
+
/**
|
|
1208
|
+
* <p>The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.</p>
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
1211
|
+
AwsAccountId: string | undefined;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.</p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
Service: ServiceType | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>Specifies a list of application ARNs that represent the authorized targets for a service.</p>
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
AuthorizedTargets?: string[] | undefined;
|
|
1222
|
+
}
|
|
1223
|
+
/**
|
|
1224
|
+
* @public
|
|
1225
|
+
*/
|
|
1226
|
+
export interface UpdateIdentityPropagationConfigResponse {
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
RequestId?: string | undefined;
|
|
1232
|
+
/**
|
|
1233
|
+
* <p>The HTTP status of the request.</p>
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1236
|
+
Status?: number | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
export interface UpdateIpRestrictionRequest {
|
|
1242
|
+
/**
|
|
1243
|
+
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
1244
|
+
* @public
|
|
1245
|
+
*/
|
|
1246
|
+
AwsAccountId: string | undefined;
|
|
1247
|
+
/**
|
|
1248
|
+
* <p>A map that describes the updated IP rules with CIDR ranges and descriptions.</p>
|
|
1249
|
+
* @public
|
|
1250
|
+
*/
|
|
1251
|
+
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.</p>
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
1256
|
+
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1257
|
+
/**
|
|
1258
|
+
* <p>A map of allowed VPC endpoint IDs and their corresponding rule descriptions.</p>
|
|
1259
|
+
* @public
|
|
1260
|
+
*/
|
|
1261
|
+
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1262
|
+
/**
|
|
1263
|
+
* <p>A value that specifies whether IP rules are turned on.</p>
|
|
1264
|
+
* @public
|
|
1265
|
+
*/
|
|
1266
|
+
Enabled?: boolean | undefined;
|
|
1267
|
+
}
|
|
1268
|
+
/**
|
|
1269
|
+
* @public
|
|
1270
|
+
*/
|
|
1271
|
+
export interface UpdateIpRestrictionResponse {
|
|
1272
|
+
/**
|
|
1273
|
+
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
1274
|
+
* @public
|
|
1275
|
+
*/
|
|
1276
|
+
AwsAccountId?: string | undefined;
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
RequestId?: string | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* <p>The HTTP status of the request. </p>
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
Status?: number | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
/**
|
|
1289
|
+
* @public
|
|
1290
|
+
*/
|
|
1291
|
+
export interface UpdateKeyRegistrationRequest {
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.</p>
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1296
|
+
AwsAccountId: string | undefined;
|
|
1297
|
+
/**
|
|
1298
|
+
* <p>A list of <code>RegisteredCustomerManagedKey</code> objects to be updated to the Quick Sight account.</p>
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1301
|
+
KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
|
|
1302
|
+
}
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>A success entry that occurs when a <code>KeyRegistration</code> job is successfully applied to the Quick Sight account.</p>
|
|
1305
|
+
* @public
|
|
1306
|
+
*/
|
|
1307
|
+
export interface SuccessfulKeyRegistrationEntry {
|
|
1308
|
+
/**
|
|
1309
|
+
* <p>The ARN of the KMS key that is associated with the <code>SuccessfulKeyRegistrationEntry</code> entry.</p>
|
|
1310
|
+
* @public
|
|
1311
|
+
*/
|
|
1312
|
+
KeyArn: string | undefined;
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>The HTTP status of a <code>SuccessfulKeyRegistrationEntry</code> entry.</p>
|
|
1315
|
+
* @public
|
|
1316
|
+
*/
|
|
1317
|
+
StatusCode: number | undefined;
|
|
1318
|
+
}
|
|
1319
|
+
/**
|
|
1320
|
+
* @public
|
|
1321
|
+
*/
|
|
1322
|
+
export interface UpdateKeyRegistrationResponse {
|
|
1323
|
+
/**
|
|
1324
|
+
* <p>A list of all customer managed key registrations that failed to update.</p>
|
|
1325
|
+
* @public
|
|
1326
|
+
*/
|
|
1327
|
+
FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
|
|
1328
|
+
/**
|
|
1329
|
+
* <p>A list of all customer managed key registrations that were successfully updated.</p>
|
|
1330
|
+
* @public
|
|
1331
|
+
*/
|
|
1332
|
+
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
1333
|
+
/**
|
|
1334
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1335
|
+
* @public
|
|
1336
|
+
*/
|
|
1337
|
+
RequestId?: string | undefined;
|
|
1338
|
+
}
|
|
1339
|
+
/**
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
export interface UpdateOAuthClientApplicationRequest {
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
1345
|
+
* @public
|
|
1346
|
+
*/
|
|
1347
|
+
AwsAccountId: string | undefined;
|
|
1348
|
+
/**
|
|
1349
|
+
* <p>The ID of the OAuthClientApplication that you want to update.</p>
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1352
|
+
OAuthClientApplicationId: string | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* <p>The display name for the OAuthClientApplication.</p>
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
Name: string | undefined;
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>The client ID of the OAuth application that is registered with the identity provider.</p>
|
|
1360
|
+
* @public
|
|
1361
|
+
*/
|
|
1362
|
+
ClientId?: string | undefined;
|
|
1363
|
+
/**
|
|
1364
|
+
* <p>The client secret of the OAuth application that is registered with the identity provider.</p>
|
|
1365
|
+
* @public
|
|
1366
|
+
*/
|
|
1367
|
+
ClientSecret?: string | undefined;
|
|
1368
|
+
/**
|
|
1369
|
+
* <p>The token endpoint URL of the identity provider that is used to obtain access tokens.</p>
|
|
1370
|
+
* @public
|
|
1371
|
+
*/
|
|
1372
|
+
OAuthTokenEndpointUrl?: string | undefined;
|
|
1373
|
+
/**
|
|
1374
|
+
* <p>The authorization endpoint URL of the identity provider that is used to obtain authorization codes.</p>
|
|
1375
|
+
* @public
|
|
1376
|
+
*/
|
|
1377
|
+
OAuthAuthorizationEndpointUrl?: string | undefined;
|
|
1378
|
+
/**
|
|
1379
|
+
* <p>The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.</p>
|
|
1380
|
+
* @public
|
|
1381
|
+
*/
|
|
1382
|
+
OAuthScopes?: string | undefined;
|
|
1383
|
+
/**
|
|
1384
|
+
* <p>The type of data source that the OAuthClientApplication is used with. Valid values are <code>SNOWFLAKE</code>.</p>
|
|
1385
|
+
* @public
|
|
1386
|
+
*/
|
|
1387
|
+
DataSourceType?: DataSourceType | undefined;
|
|
1388
|
+
/**
|
|
1389
|
+
* <p>VPC connection properties.</p>
|
|
1390
|
+
* @public
|
|
1391
|
+
*/
|
|
1392
|
+
IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
/**
|
|
1395
|
+
* @public
|
|
1396
|
+
*/
|
|
1397
|
+
export interface UpdateOAuthClientApplicationResponse {
|
|
1398
|
+
/**
|
|
1399
|
+
* <p>The Amazon Resource Name (ARN) of the OAuthClientApplication.</p>
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1402
|
+
Arn?: string | undefined;
|
|
1403
|
+
/**
|
|
1404
|
+
* <p>The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
1405
|
+
* @public
|
|
1406
|
+
*/
|
|
1407
|
+
OAuthClientApplicationId?: string | undefined;
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>The status of updating the OAuthClientApplication.</p>
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1412
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
1413
|
+
/**
|
|
1414
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1417
|
+
RequestId?: string | undefined;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>The HTTP status of the request.</p>
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
Status?: number | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
/**
|
|
1425
|
+
* @public
|
|
1426
|
+
*/
|
|
1427
|
+
export interface UpdatePublicSharingSettingsRequest {
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The Amazon Web Services account ID associated with your Amazon Quick Sight
|
|
1430
|
+
* subscription.</p>
|
|
1431
|
+
* @public
|
|
1432
|
+
*/
|
|
1433
|
+
AwsAccountId: string | undefined;
|
|
1434
|
+
/**
|
|
1435
|
+
* <p>A Boolean value that indicates whether public sharing is turned on for an Quick account.</p>
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1438
|
+
PublicSharingEnabled?: boolean | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
/**
|
|
1441
|
+
* @public
|
|
1442
|
+
*/
|
|
1443
|
+
export interface UpdatePublicSharingSettingsResponse {
|
|
1444
|
+
/**
|
|
1445
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1446
|
+
* @public
|
|
1447
|
+
*/
|
|
1448
|
+
RequestId?: string | undefined;
|
|
1449
|
+
/**
|
|
1450
|
+
* <p>The HTTP status of the request.</p>
|
|
1451
|
+
* @public
|
|
1452
|
+
*/
|
|
1453
|
+
Status?: number | undefined;
|
|
1454
|
+
}
|
|
1455
|
+
/**
|
|
1456
|
+
* @public
|
|
1457
|
+
*/
|
|
1458
|
+
export interface UpdateQPersonalizationConfigurationRequest {
|
|
1459
|
+
/**
|
|
1460
|
+
* <p>The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.</p>
|
|
1461
|
+
* @public
|
|
1462
|
+
*/
|
|
1463
|
+
AwsAccountId: string | undefined;
|
|
1464
|
+
/**
|
|
1465
|
+
* <p>An option to allow Amazon Quick Sight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.</p>
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1468
|
+
PersonalizationMode: PersonalizationMode | undefined;
|
|
1469
|
+
}
|
|
1470
|
+
/**
|
|
1471
|
+
* @public
|
|
1472
|
+
*/
|
|
1473
|
+
export interface UpdateQPersonalizationConfigurationResponse {
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>The personalization mode that is used for the personalization configuration.</p>
|
|
1476
|
+
* @public
|
|
1477
|
+
*/
|
|
1478
|
+
PersonalizationMode?: PersonalizationMode | undefined;
|
|
1479
|
+
/**
|
|
1480
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1481
|
+
* @public
|
|
1482
|
+
*/
|
|
1483
|
+
RequestId?: string | undefined;
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>The HTTP status of the request.</p>
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1488
|
+
Status?: number | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
/**
|
|
1491
|
+
* @public
|
|
1492
|
+
*/
|
|
1493
|
+
export interface UpdateQuickSightQSearchConfigurationRequest {
|
|
1494
|
+
/**
|
|
1495
|
+
* <p>The ID of the Amazon Web Services account that contains the Quick Sight Q Search configuration that you want to update.</p>
|
|
1496
|
+
* @public
|
|
1497
|
+
*/
|
|
1498
|
+
AwsAccountId: string | undefined;
|
|
1499
|
+
/**
|
|
1500
|
+
* <p>The status of the Quick Sight Q Search configuration that the user wants to update.</p>
|
|
1501
|
+
* @public
|
|
1502
|
+
*/
|
|
1503
|
+
QSearchStatus: QSearchStatus | undefined;
|
|
1504
|
+
}
|
|
1505
|
+
/**
|
|
1506
|
+
* @public
|
|
1507
|
+
*/
|
|
1508
|
+
export interface UpdateQuickSightQSearchConfigurationResponse {
|
|
1509
|
+
/**
|
|
1510
|
+
* <p>The status of the Quick Sight Q Search configuration.</p>
|
|
1511
|
+
* @public
|
|
1512
|
+
*/
|
|
1513
|
+
QSearchStatus?: QSearchStatus | undefined;
|
|
1514
|
+
/**
|
|
1515
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1516
|
+
* @public
|
|
1517
|
+
*/
|
|
1518
|
+
RequestId?: string | undefined;
|
|
1519
|
+
/**
|
|
1520
|
+
* <p>The HTTP status of the request.</p>
|
|
1521
|
+
* @public
|
|
1522
|
+
*/
|
|
1523
|
+
Status?: number | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* @public
|
|
1527
|
+
*/
|
|
1528
|
+
export interface UpdateRefreshScheduleRequest {
|
|
1529
|
+
/**
|
|
1530
|
+
* <p>The ID of the dataset.</p>
|
|
1531
|
+
* @public
|
|
1532
|
+
*/
|
|
1533
|
+
DataSetId: string | undefined;
|
|
1534
|
+
/**
|
|
1535
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
1536
|
+
* @public
|
|
1537
|
+
*/
|
|
1538
|
+
AwsAccountId: string | undefined;
|
|
1539
|
+
/**
|
|
1540
|
+
* <p>The refresh schedule.</p>
|
|
1541
|
+
* @public
|
|
1542
|
+
*/
|
|
1543
|
+
Schedule: RefreshSchedule | undefined;
|
|
1544
|
+
}
|
|
1545
|
+
/**
|
|
1546
|
+
* @public
|
|
1547
|
+
*/
|
|
1548
|
+
export interface UpdateRefreshScheduleResponse {
|
|
1549
|
+
/**
|
|
1550
|
+
* <p>The HTTP status of the request.</p>
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1553
|
+
Status?: number | undefined;
|
|
1554
|
+
/**
|
|
1555
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1556
|
+
* @public
|
|
1557
|
+
*/
|
|
1558
|
+
RequestId?: string | undefined;
|
|
1559
|
+
/**
|
|
1560
|
+
* <p>The ID of the refresh schedule.</p>
|
|
1561
|
+
* @public
|
|
1562
|
+
*/
|
|
1563
|
+
ScheduleId?: string | undefined;
|
|
1564
|
+
/**
|
|
1565
|
+
* <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
|
|
1566
|
+
* @public
|
|
1567
|
+
*/
|
|
1568
|
+
Arn?: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
/**
|
|
1571
|
+
* @public
|
|
1572
|
+
*/
|
|
1573
|
+
export interface UpdateRoleCustomPermissionRequest {
|
|
1574
|
+
/**
|
|
1575
|
+
* <p>The name of the custom permission that you want to update the role with.</p>
|
|
1576
|
+
* @public
|
|
1577
|
+
*/
|
|
1578
|
+
CustomPermissionsName: string | undefined;
|
|
1579
|
+
/**
|
|
1580
|
+
* <p>The name of role tht you want to update.</p>
|
|
1581
|
+
* @public
|
|
1582
|
+
*/
|
|
1583
|
+
Role: Role | undefined;
|
|
1584
|
+
/**
|
|
1585
|
+
* <p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon Quick Sight account.</p>
|
|
1586
|
+
* @public
|
|
1587
|
+
*/
|
|
1588
|
+
AwsAccountId: string | undefined;
|
|
1589
|
+
/**
|
|
1590
|
+
* <p>The namespace that contains the role that you want to update.</p>
|
|
1591
|
+
* @public
|
|
1592
|
+
*/
|
|
1593
|
+
Namespace: string | undefined;
|
|
1594
|
+
}
|
|
5
1595
|
/**
|
|
6
1596
|
* @public
|
|
7
1597
|
*/
|
|
@@ -97,6 +1687,167 @@ export interface UpdateSelfUpgradeConfigurationResponse {
|
|
|
97
1687
|
*/
|
|
98
1688
|
Status?: number | undefined;
|
|
99
1689
|
}
|
|
1690
|
+
/**
|
|
1691
|
+
* @public
|
|
1692
|
+
*/
|
|
1693
|
+
export interface UpdateSpaceRequest {
|
|
1694
|
+
/**
|
|
1695
|
+
* <p>The ID of the Amazon Web Services account that contains the space.</p>
|
|
1696
|
+
* @public
|
|
1697
|
+
*/
|
|
1698
|
+
AwsAccountId: string | undefined;
|
|
1699
|
+
/**
|
|
1700
|
+
* <p>The ID of the space that you want to update.</p>
|
|
1701
|
+
* @public
|
|
1702
|
+
*/
|
|
1703
|
+
SpaceId: string | undefined;
|
|
1704
|
+
/**
|
|
1705
|
+
* <p>A new display name for the space.</p>
|
|
1706
|
+
* @public
|
|
1707
|
+
*/
|
|
1708
|
+
Name?: string | undefined;
|
|
1709
|
+
/**
|
|
1710
|
+
* <p>A new description for the space.</p>
|
|
1711
|
+
* @public
|
|
1712
|
+
*/
|
|
1713
|
+
Description?: string | undefined;
|
|
1714
|
+
}
|
|
1715
|
+
/**
|
|
1716
|
+
* @public
|
|
1717
|
+
*/
|
|
1718
|
+
export interface UpdateSpaceResponse {
|
|
1719
|
+
/**
|
|
1720
|
+
* <p>The ID of the space.</p>
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1723
|
+
spaceId: string | undefined;
|
|
1724
|
+
/**
|
|
1725
|
+
* <p>The ARN of the space.</p>
|
|
1726
|
+
* @public
|
|
1727
|
+
*/
|
|
1728
|
+
spaceArn?: string | undefined;
|
|
1729
|
+
/**
|
|
1730
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1731
|
+
* @public
|
|
1732
|
+
*/
|
|
1733
|
+
RequestId?: string | undefined;
|
|
1734
|
+
}
|
|
1735
|
+
/**
|
|
1736
|
+
* @public
|
|
1737
|
+
*/
|
|
1738
|
+
export interface UpdateSpacePermissionsRequest {
|
|
1739
|
+
/**
|
|
1740
|
+
* <p>The ID of the Amazon Web Services account that contains the space.</p>
|
|
1741
|
+
* @public
|
|
1742
|
+
*/
|
|
1743
|
+
AwsAccountId: string | undefined;
|
|
1744
|
+
/**
|
|
1745
|
+
* <p>The ID of the space that you want to update permissions for.</p>
|
|
1746
|
+
* @public
|
|
1747
|
+
*/
|
|
1748
|
+
SpaceId: string | undefined;
|
|
1749
|
+
/**
|
|
1750
|
+
* <p>The permissions that you want to grant on the space.</p>
|
|
1751
|
+
* @public
|
|
1752
|
+
*/
|
|
1753
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1754
|
+
/**
|
|
1755
|
+
* <p>The permissions that you want to revoke from the space.</p>
|
|
1756
|
+
* @public
|
|
1757
|
+
*/
|
|
1758
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1759
|
+
}
|
|
1760
|
+
/**
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1763
|
+
export interface UpdateSpacePermissionsResponse {
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The ID of the space.</p>
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1768
|
+
spaceId: string | undefined;
|
|
1769
|
+
/**
|
|
1770
|
+
* <p>The ARN of the space.</p>
|
|
1771
|
+
* @public
|
|
1772
|
+
*/
|
|
1773
|
+
spaceArn?: string | undefined;
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>The updated permissions for the space.</p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
permissions?: ResourcePermission[] | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1781
|
+
* @public
|
|
1782
|
+
*/
|
|
1783
|
+
requestId?: string | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
/**
|
|
1786
|
+
* <p>An operation to perform on a resource in a space.</p>
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1789
|
+
export interface SpaceResourceOperation {
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>The type of the resource.</p>
|
|
1792
|
+
* @public
|
|
1793
|
+
*/
|
|
1794
|
+
ResourceType: SpaceQuickSightResourceType | undefined;
|
|
1795
|
+
/**
|
|
1796
|
+
* <p>The details of the resource.</p>
|
|
1797
|
+
* @public
|
|
1798
|
+
*/
|
|
1799
|
+
ResourceDetails: SpaceQuickSightResourceDetails | undefined;
|
|
1800
|
+
}
|
|
1801
|
+
/**
|
|
1802
|
+
* @public
|
|
1803
|
+
*/
|
|
1804
|
+
export interface UpdateSpaceResourcesRequest {
|
|
1805
|
+
/**
|
|
1806
|
+
* <p>The ID of the Amazon Web Services account that contains the space.</p>
|
|
1807
|
+
* @public
|
|
1808
|
+
*/
|
|
1809
|
+
AwsAccountId: string | undefined;
|
|
1810
|
+
/**
|
|
1811
|
+
* <p>The ID of the space that you want to update resources for.</p>
|
|
1812
|
+
* @public
|
|
1813
|
+
*/
|
|
1814
|
+
SpaceId: string | undefined;
|
|
1815
|
+
/**
|
|
1816
|
+
* <p>A list of resources to add to the space.</p>
|
|
1817
|
+
* @public
|
|
1818
|
+
*/
|
|
1819
|
+
AddResources?: SpaceResourceOperation[] | undefined;
|
|
1820
|
+
/**
|
|
1821
|
+
* <p>A list of resources to remove from the space.</p>
|
|
1822
|
+
* @public
|
|
1823
|
+
*/
|
|
1824
|
+
RemoveResources?: SpaceResourceOperation[] | undefined;
|
|
1825
|
+
}
|
|
1826
|
+
/**
|
|
1827
|
+
* @public
|
|
1828
|
+
*/
|
|
1829
|
+
export interface UpdateSpaceResourcesResponse {
|
|
1830
|
+
/**
|
|
1831
|
+
* <p>The ID of the space.</p>
|
|
1832
|
+
* @public
|
|
1833
|
+
*/
|
|
1834
|
+
spaceId: string | undefined;
|
|
1835
|
+
/**
|
|
1836
|
+
* <p>The ARN of the space.</p>
|
|
1837
|
+
* @public
|
|
1838
|
+
*/
|
|
1839
|
+
spaceArn?: string | undefined;
|
|
1840
|
+
/**
|
|
1841
|
+
* <p>A list of resource operations that failed.</p>
|
|
1842
|
+
* @public
|
|
1843
|
+
*/
|
|
1844
|
+
FailedResourceOperations?: FailedSpaceResourceOperation[] | undefined;
|
|
1845
|
+
/**
|
|
1846
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1847
|
+
* @public
|
|
1848
|
+
*/
|
|
1849
|
+
RequestId?: string | undefined;
|
|
1850
|
+
}
|
|
100
1851
|
/**
|
|
101
1852
|
* @public
|
|
102
1853
|
*/
|