@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,9 +1,9 @@
|
|
|
1
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
1
2
|
import {
|
|
3
|
+
AgentStatus,
|
|
2
4
|
AssetBundleExportFormat,
|
|
3
5
|
AssetBundleImportFailureAction,
|
|
4
6
|
AssignmentStatus,
|
|
5
|
-
DashboardsQAStatus,
|
|
6
|
-
DataSetImportMode,
|
|
7
7
|
DataSourceType,
|
|
8
8
|
EmbeddingIdentityType,
|
|
9
9
|
FieldName,
|
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
IncludeFolderMembers,
|
|
20
20
|
IncludeGeneratedAnswer,
|
|
21
21
|
IncludeQuickSightQIndex,
|
|
22
|
+
IngestionErrorType,
|
|
23
|
+
IngestionRequestSource,
|
|
24
|
+
IngestionRequestType,
|
|
25
|
+
IngestionStatus,
|
|
22
26
|
NamespaceErrorType,
|
|
23
27
|
NamespaceStatus,
|
|
24
28
|
NetworkInterfaceStatus,
|
|
@@ -32,8 +36,10 @@ import {
|
|
|
32
36
|
SearchFilterOperator,
|
|
33
37
|
SelfUpgradeRequestStatus,
|
|
34
38
|
SelfUpgradeStatus,
|
|
35
|
-
ServiceType,
|
|
36
39
|
SharingModel,
|
|
40
|
+
SpaceQuickSightResourceType,
|
|
41
|
+
SpaceQuickSightSearchFilterName,
|
|
42
|
+
SpaceSearchOperator,
|
|
37
43
|
TemplateErrorType,
|
|
38
44
|
ThemeErrorType,
|
|
39
45
|
ThemeType,
|
|
@@ -50,6 +56,8 @@ import {
|
|
|
50
56
|
ActionConnectorSearchFilter,
|
|
51
57
|
ActionConnectorSummary,
|
|
52
58
|
ActiveIAMPolicyAssignment,
|
|
59
|
+
AgentSearchFilter,
|
|
60
|
+
AgentSummary,
|
|
53
61
|
AmazonQInQuickSightConsoleConfigurations,
|
|
54
62
|
AmazonQInQuickSightDashboardConfigurations,
|
|
55
63
|
Entity,
|
|
@@ -77,20 +85,11 @@ import {
|
|
|
77
85
|
BrandDefinition,
|
|
78
86
|
BrandDetail,
|
|
79
87
|
BrandSummary,
|
|
80
|
-
|
|
81
|
-
ColumnGroup,
|
|
82
|
-
ColumnLevelPermissionRule,
|
|
83
|
-
DashboardPublishOptions,
|
|
84
|
-
DashboardSourceEntity,
|
|
85
|
-
DashboardVersionDefinition,
|
|
88
|
+
CustomPromptInput,
|
|
86
89
|
DashboardVisualId,
|
|
87
|
-
DataPrepConfiguration,
|
|
88
90
|
DataSetRefreshProperties,
|
|
89
|
-
DataSourceParameters,
|
|
90
|
-
LinkSharingConfiguration,
|
|
91
91
|
ResourcePermission,
|
|
92
92
|
SharedViewConfigurations,
|
|
93
|
-
SslProperties,
|
|
94
93
|
Tag,
|
|
95
94
|
ValidationStrategy,
|
|
96
95
|
VpcConnectionProperties,
|
|
@@ -104,25 +103,15 @@ import {
|
|
|
104
103
|
DashboardVersionSummary,
|
|
105
104
|
DashboardVisualResult,
|
|
106
105
|
DataSetConfiguration,
|
|
107
|
-
DatasetParameter,
|
|
108
106
|
DataSetSearchFilter,
|
|
109
107
|
DataSetSummary,
|
|
110
|
-
DataSetUsageConfiguration,
|
|
111
108
|
DataSource,
|
|
112
|
-
DataSourceCredentials,
|
|
113
109
|
DataSourceSearchFilter,
|
|
114
110
|
DataSourceSummary,
|
|
115
|
-
FieldFolder,
|
|
116
111
|
Group,
|
|
117
112
|
GroupMember,
|
|
118
|
-
|
|
119
|
-
LogicalTable,
|
|
120
|
-
PerformanceConfiguration,
|
|
121
|
-
PhysicalTable,
|
|
113
|
+
Permission,
|
|
122
114
|
RefreshSchedule,
|
|
123
|
-
RowLevelPermissionDataSet,
|
|
124
|
-
RowLevelPermissionTagConfiguration,
|
|
125
|
-
SemanticModelConfiguration,
|
|
126
115
|
SnapshotConfiguration,
|
|
127
116
|
TemplateAlias,
|
|
128
117
|
TemplateVersionDefinition,
|
|
@@ -131,6 +120,176 @@ import {
|
|
|
131
120
|
TopicDetails,
|
|
132
121
|
TopicRefreshSchedule,
|
|
133
122
|
} from "./models_3";
|
|
123
|
+
export interface DescribeDataSourcePermissionsResponse {
|
|
124
|
+
DataSourceArn?: string | undefined;
|
|
125
|
+
DataSourceId?: string | undefined;
|
|
126
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
127
|
+
RequestId?: string | undefined;
|
|
128
|
+
Status?: number | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
131
|
+
AwsAccountId: string | undefined;
|
|
132
|
+
Namespace?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
135
|
+
RequestId?: string | undefined;
|
|
136
|
+
Status?: number | undefined;
|
|
137
|
+
ApplicationId?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface DescribeFlowRequest {
|
|
140
|
+
AwsAccountId: string | undefined;
|
|
141
|
+
FlowId: string | undefined;
|
|
142
|
+
PublishState: FlowPublishState | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface StepAliasMapping {
|
|
145
|
+
StepId: string | undefined;
|
|
146
|
+
StepAlias: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface FlowDetail {
|
|
149
|
+
Arn: string | undefined;
|
|
150
|
+
FlowId: string | undefined;
|
|
151
|
+
Name: string | undefined;
|
|
152
|
+
Description?: string | undefined;
|
|
153
|
+
PublishState: FlowPublishState | undefined;
|
|
154
|
+
CreatedTime: Date | undefined;
|
|
155
|
+
CreatedBy?: string | undefined;
|
|
156
|
+
LastUpdatedTime?: Date | undefined;
|
|
157
|
+
LastUpdatedBy?: string | undefined;
|
|
158
|
+
FlowDefinition: __DocumentType | undefined;
|
|
159
|
+
StepAliases?: StepAliasMapping[] | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeFlowResponse {
|
|
162
|
+
Flow: FlowDetail | undefined;
|
|
163
|
+
RequestId?: string | undefined;
|
|
164
|
+
Status?: number | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface DescribeFolderRequest {
|
|
167
|
+
AwsAccountId: string | undefined;
|
|
168
|
+
FolderId: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface Folder {
|
|
171
|
+
FolderId?: string | undefined;
|
|
172
|
+
Arn?: string | undefined;
|
|
173
|
+
Name?: string | undefined;
|
|
174
|
+
FolderType?: FolderType | undefined;
|
|
175
|
+
FolderPath?: string[] | undefined;
|
|
176
|
+
CreatedTime?: Date | undefined;
|
|
177
|
+
LastUpdatedTime?: Date | undefined;
|
|
178
|
+
SharingModel?: SharingModel | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DescribeFolderResponse {
|
|
181
|
+
Status?: number | undefined;
|
|
182
|
+
Folder?: Folder | undefined;
|
|
183
|
+
RequestId?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DescribeFolderPermissionsRequest {
|
|
186
|
+
AwsAccountId: string | undefined;
|
|
187
|
+
FolderId: string | undefined;
|
|
188
|
+
Namespace?: string | undefined;
|
|
189
|
+
MaxResults?: number | undefined;
|
|
190
|
+
NextToken?: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface DescribeFolderPermissionsResponse {
|
|
193
|
+
Status?: number | undefined;
|
|
194
|
+
FolderId?: string | undefined;
|
|
195
|
+
Arn?: string | undefined;
|
|
196
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
197
|
+
RequestId?: string | undefined;
|
|
198
|
+
NextToken?: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DescribeFolderResolvedPermissionsRequest {
|
|
201
|
+
AwsAccountId: string | undefined;
|
|
202
|
+
FolderId: string | undefined;
|
|
203
|
+
Namespace?: string | undefined;
|
|
204
|
+
MaxResults?: number | undefined;
|
|
205
|
+
NextToken?: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface DescribeFolderResolvedPermissionsResponse {
|
|
208
|
+
Status?: number | undefined;
|
|
209
|
+
FolderId?: string | undefined;
|
|
210
|
+
Arn?: string | undefined;
|
|
211
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
212
|
+
RequestId?: string | undefined;
|
|
213
|
+
NextToken?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface DescribeGroupRequest {
|
|
216
|
+
GroupName: string | undefined;
|
|
217
|
+
AwsAccountId: string | undefined;
|
|
218
|
+
Namespace: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface DescribeGroupResponse {
|
|
221
|
+
Group?: Group | undefined;
|
|
222
|
+
RequestId?: string | undefined;
|
|
223
|
+
Status?: number | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface DescribeGroupMembershipRequest {
|
|
226
|
+
MemberName: string | undefined;
|
|
227
|
+
GroupName: string | undefined;
|
|
228
|
+
AwsAccountId: string | undefined;
|
|
229
|
+
Namespace: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface DescribeGroupMembershipResponse {
|
|
232
|
+
GroupMember?: GroupMember | undefined;
|
|
233
|
+
RequestId?: string | undefined;
|
|
234
|
+
Status?: number | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface DescribeIAMPolicyAssignmentRequest {
|
|
237
|
+
AwsAccountId: string | undefined;
|
|
238
|
+
AssignmentName: string | undefined;
|
|
239
|
+
Namespace: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface IAMPolicyAssignment {
|
|
242
|
+
AwsAccountId?: string | undefined;
|
|
243
|
+
AssignmentId?: string | undefined;
|
|
244
|
+
AssignmentName?: string | undefined;
|
|
245
|
+
PolicyArn?: string | undefined;
|
|
246
|
+
Identities?: Record<string, string[]> | undefined;
|
|
247
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface DescribeIAMPolicyAssignmentResponse {
|
|
250
|
+
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
251
|
+
RequestId?: string | undefined;
|
|
252
|
+
Status?: number | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface DescribeIngestionRequest {
|
|
255
|
+
AwsAccountId: string | undefined;
|
|
256
|
+
DataSetId: string | undefined;
|
|
257
|
+
IngestionId: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface ErrorInfo {
|
|
260
|
+
Type?: IngestionErrorType | undefined;
|
|
261
|
+
Message?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface QueueInfo {
|
|
264
|
+
WaitingOnIngestion: string | undefined;
|
|
265
|
+
QueuedIngestion: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface RowInfo {
|
|
268
|
+
RowsIngested?: number | undefined;
|
|
269
|
+
RowsDropped?: number | undefined;
|
|
270
|
+
TotalRowsInDataset?: number | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface Ingestion {
|
|
273
|
+
Arn: string | undefined;
|
|
274
|
+
IngestionId?: string | undefined;
|
|
275
|
+
IngestionStatus: IngestionStatus | undefined;
|
|
276
|
+
ErrorInfo?: ErrorInfo | undefined;
|
|
277
|
+
RowInfo?: RowInfo | undefined;
|
|
278
|
+
QueueInfo?: QueueInfo | undefined;
|
|
279
|
+
CreatedTime: Date | undefined;
|
|
280
|
+
IngestionTimeInSeconds?: number | undefined;
|
|
281
|
+
IngestionSizeInBytes?: number | undefined;
|
|
282
|
+
RequestSource?: IngestionRequestSource | undefined;
|
|
283
|
+
RequestType?: IngestionRequestType | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface DescribeIngestionResponse {
|
|
286
|
+
Ingestion?: Ingestion | undefined;
|
|
287
|
+
RequestId?: string | undefined;
|
|
288
|
+
Status?: number | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface DescribeIpRestrictionRequest {
|
|
291
|
+
AwsAccountId: string | undefined;
|
|
292
|
+
}
|
|
134
293
|
export interface DescribeIpRestrictionResponse {
|
|
135
294
|
AwsAccountId?: string | undefined;
|
|
136
295
|
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
@@ -253,6 +412,65 @@ export interface DescribeSelfUpgradeConfigurationResponse {
|
|
|
253
412
|
RequestId?: string | undefined;
|
|
254
413
|
Status?: number | undefined;
|
|
255
414
|
}
|
|
415
|
+
export interface DescribeSpaceRequest {
|
|
416
|
+
AwsAccountId: string | undefined;
|
|
417
|
+
SpaceId: string | undefined;
|
|
418
|
+
MaxContributors?: number | undefined;
|
|
419
|
+
}
|
|
420
|
+
export interface SpaceContributor {
|
|
421
|
+
userName?: string | undefined;
|
|
422
|
+
rawFileSizeBytes: number | undefined;
|
|
423
|
+
percentage?: number | undefined;
|
|
424
|
+
}
|
|
425
|
+
export type SpaceQuickSightResourceDetails =
|
|
426
|
+
| SpaceQuickSightResourceDetails.ResourceArnMember
|
|
427
|
+
| SpaceQuickSightResourceDetails.$UnknownMember;
|
|
428
|
+
export declare namespace SpaceQuickSightResourceDetails {
|
|
429
|
+
interface ResourceArnMember {
|
|
430
|
+
resourceArn: string;
|
|
431
|
+
$unknown?: never;
|
|
432
|
+
}
|
|
433
|
+
interface $UnknownMember {
|
|
434
|
+
resourceArn?: never;
|
|
435
|
+
$unknown: [string, any];
|
|
436
|
+
}
|
|
437
|
+
interface Visitor<T> {
|
|
438
|
+
resourceArn: (value: string) => T;
|
|
439
|
+
_: (name: string, value: any) => T;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
export interface SpaceQuickSightResource {
|
|
443
|
+
resourceType: SpaceQuickSightResourceType | undefined;
|
|
444
|
+
resourceDetails: SpaceQuickSightResourceDetails | undefined;
|
|
445
|
+
}
|
|
446
|
+
export interface SpaceDetails {
|
|
447
|
+
name?: string | undefined;
|
|
448
|
+
description?: string | undefined;
|
|
449
|
+
resources?: SpaceQuickSightResource[] | undefined;
|
|
450
|
+
createdAt?: Date | undefined;
|
|
451
|
+
updatedAt?: Date | undefined;
|
|
452
|
+
consumedSourceSize?: number | undefined;
|
|
453
|
+
consumedSourceDocCount?: number | undefined;
|
|
454
|
+
createdBy?: string | undefined;
|
|
455
|
+
createdByArn?: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface DescribeSpaceResponse {
|
|
458
|
+
spaceId: string | undefined;
|
|
459
|
+
spaceArn?: string | undefined;
|
|
460
|
+
Space: SpaceDetails | undefined;
|
|
461
|
+
Contributors?: SpaceContributor[] | undefined;
|
|
462
|
+
RequestId?: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface DescribeSpacePermissionsRequest {
|
|
465
|
+
AwsAccountId: string | undefined;
|
|
466
|
+
SpaceId: string | undefined;
|
|
467
|
+
}
|
|
468
|
+
export interface DescribeSpacePermissionsResponse {
|
|
469
|
+
spaceId: string | undefined;
|
|
470
|
+
spaceArn?: string | undefined;
|
|
471
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
472
|
+
RequestId?: string | undefined;
|
|
473
|
+
}
|
|
256
474
|
export interface DescribeTemplateRequest {
|
|
257
475
|
AwsAccountId: string | undefined;
|
|
258
476
|
TemplateId: string | undefined;
|
|
@@ -490,6 +708,16 @@ export interface FailedKeyRegistrationEntry {
|
|
|
490
708
|
StatusCode: number | undefined;
|
|
491
709
|
SenderFault: boolean | undefined;
|
|
492
710
|
}
|
|
711
|
+
export interface FailedSpaceResourceOperation {
|
|
712
|
+
ResourceType: SpaceQuickSightResourceType | undefined;
|
|
713
|
+
ResourceDetails?: SpaceQuickSightResourceDetails | undefined;
|
|
714
|
+
ErrorMessage: string | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface FailedToUpdateAssociation {
|
|
717
|
+
Arn?: string | undefined;
|
|
718
|
+
ErrorMessage?: string | undefined;
|
|
719
|
+
ErrorCode?: string | undefined;
|
|
720
|
+
}
|
|
493
721
|
export interface FlowSummary {
|
|
494
722
|
Arn: string | undefined;
|
|
495
723
|
FlowId: string | undefined;
|
|
@@ -688,10 +916,6 @@ export interface GetFlowPermissionsInput {
|
|
|
688
916
|
AwsAccountId: string | undefined;
|
|
689
917
|
FlowId: string | undefined;
|
|
690
918
|
}
|
|
691
|
-
export interface Permission {
|
|
692
|
-
Actions: string[] | undefined;
|
|
693
|
-
Principal: string | undefined;
|
|
694
|
-
}
|
|
695
919
|
export interface GetFlowPermissionsOutput {
|
|
696
920
|
Arn: string | undefined;
|
|
697
921
|
FlowId: string | undefined;
|
|
@@ -779,6 +1003,16 @@ export interface ListActionConnectorsResponse {
|
|
|
779
1003
|
RequestId?: string | undefined;
|
|
780
1004
|
Status?: number | undefined;
|
|
781
1005
|
}
|
|
1006
|
+
export interface ListAgentsRequest {
|
|
1007
|
+
AwsAccountId: string | undefined;
|
|
1008
|
+
MaxResults?: number | undefined;
|
|
1009
|
+
NextToken?: string | undefined;
|
|
1010
|
+
}
|
|
1011
|
+
export interface ListAgentsResponse {
|
|
1012
|
+
RequestId?: string | undefined;
|
|
1013
|
+
AgentSummaries: AgentSummary[] | undefined;
|
|
1014
|
+
NextToken?: string | undefined;
|
|
1015
|
+
}
|
|
782
1016
|
export interface ListAnalysesRequest {
|
|
783
1017
|
AwsAccountId: string | undefined;
|
|
784
1018
|
NextToken?: string | undefined;
|
|
@@ -1074,6 +1308,47 @@ export interface ListSelfUpgradesResponse {
|
|
|
1074
1308
|
RequestId?: string | undefined;
|
|
1075
1309
|
Status?: number | undefined;
|
|
1076
1310
|
}
|
|
1311
|
+
export interface ListSpaceResourcesRequest {
|
|
1312
|
+
AwsAccountId: string | undefined;
|
|
1313
|
+
SpaceId: string | undefined;
|
|
1314
|
+
}
|
|
1315
|
+
export interface SpaceResourceSummary {
|
|
1316
|
+
ResourceType: SpaceQuickSightResourceType | undefined;
|
|
1317
|
+
ResourceDetails: SpaceQuickSightResourceDetails | undefined;
|
|
1318
|
+
ResourceName?: string | undefined;
|
|
1319
|
+
UpdatedAt?: Date | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
export interface ListSpaceResourcesResponse {
|
|
1322
|
+
spaceId: string | undefined;
|
|
1323
|
+
spaceArn?: string | undefined;
|
|
1324
|
+
SpaceResources: SpaceResourceSummary[] | undefined;
|
|
1325
|
+
RequestId?: string | undefined;
|
|
1326
|
+
}
|
|
1327
|
+
export interface ListSpacesRequest {
|
|
1328
|
+
AwsAccountId: string | undefined;
|
|
1329
|
+
NextToken?: string | undefined;
|
|
1330
|
+
MaxResults?: number | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface SpaceSummary {
|
|
1333
|
+
spaceId: string | undefined;
|
|
1334
|
+
spaceArn?: string | undefined;
|
|
1335
|
+
name?: string | undefined;
|
|
1336
|
+
description?: string | undefined;
|
|
1337
|
+
updatedAt?: Date | undefined;
|
|
1338
|
+
consumedSourceSize?: number | undefined;
|
|
1339
|
+
consumedSourceDocCount?: number | undefined;
|
|
1340
|
+
createdAt?: Date | undefined;
|
|
1341
|
+
createdBy?: string | undefined;
|
|
1342
|
+
createdByArn?: string | undefined;
|
|
1343
|
+
resourcesCount?: number | undefined;
|
|
1344
|
+
}
|
|
1345
|
+
export interface ListSpacesResponse {
|
|
1346
|
+
spaceId: string | undefined;
|
|
1347
|
+
spaceArn?: string | undefined;
|
|
1348
|
+
SpaceSummaries: SpaceSummary[] | undefined;
|
|
1349
|
+
NextToken?: string | undefined;
|
|
1350
|
+
RequestId?: string | undefined;
|
|
1351
|
+
}
|
|
1077
1352
|
export interface ListTagsForResourceRequest {
|
|
1078
1353
|
ResourceArn: string | undefined;
|
|
1079
1354
|
}
|
|
@@ -1343,6 +1618,17 @@ export interface SearchActionConnectorsResponse {
|
|
|
1343
1618
|
Status?: number | undefined;
|
|
1344
1619
|
ActionConnectorSummaries?: ActionConnectorSummary[] | undefined;
|
|
1345
1620
|
}
|
|
1621
|
+
export interface SearchAgentsRequest {
|
|
1622
|
+
AwsAccountId: string | undefined;
|
|
1623
|
+
Filters: AgentSearchFilter[] | undefined;
|
|
1624
|
+
MaxResults?: number | undefined;
|
|
1625
|
+
NextToken?: string | undefined;
|
|
1626
|
+
}
|
|
1627
|
+
export interface SearchAgentsResponse {
|
|
1628
|
+
AgentSummaries?: AgentSummary[] | undefined;
|
|
1629
|
+
NextToken?: string | undefined;
|
|
1630
|
+
RequestId?: string | undefined;
|
|
1631
|
+
}
|
|
1346
1632
|
export interface SearchAnalysesRequest {
|
|
1347
1633
|
AwsAccountId: string | undefined;
|
|
1348
1634
|
Filters: AnalysisSearchFilter[] | undefined;
|
|
@@ -1433,6 +1719,24 @@ export interface SearchGroupsResponse {
|
|
|
1433
1719
|
RequestId?: string | undefined;
|
|
1434
1720
|
Status?: number | undefined;
|
|
1435
1721
|
}
|
|
1722
|
+
export interface SpaceQuicksightSearchFilter {
|
|
1723
|
+
name: SpaceQuickSightSearchFilterName | undefined;
|
|
1724
|
+
operator: SpaceSearchOperator | undefined;
|
|
1725
|
+
value: string | undefined;
|
|
1726
|
+
}
|
|
1727
|
+
export interface SearchSpacesRequest {
|
|
1728
|
+
AwsAccountId: string | undefined;
|
|
1729
|
+
NextToken?: string | undefined;
|
|
1730
|
+
MaxResults?: number | undefined;
|
|
1731
|
+
Filters: SpaceQuicksightSearchFilter[] | undefined;
|
|
1732
|
+
}
|
|
1733
|
+
export interface SearchSpacesResponse {
|
|
1734
|
+
spaceId: string | undefined;
|
|
1735
|
+
spaceArn?: string | undefined;
|
|
1736
|
+
SpaceSummaries: SpaceSummary[] | undefined;
|
|
1737
|
+
NextToken?: string | undefined;
|
|
1738
|
+
RequestId?: string | undefined;
|
|
1739
|
+
}
|
|
1436
1740
|
export interface TopicSearchFilter {
|
|
1437
1741
|
Operator: TopicFilterOperator | undefined;
|
|
1438
1742
|
Name: TopicFilterAttribute | undefined;
|
|
@@ -1604,6 +1908,42 @@ export interface UpdateActionConnectorPermissionsResponse {
|
|
|
1604
1908
|
Status?: number | undefined;
|
|
1605
1909
|
Permissions?: ResourcePermission[] | undefined;
|
|
1606
1910
|
}
|
|
1911
|
+
export interface UpdateAgentRequest {
|
|
1912
|
+
AgentId: string | undefined;
|
|
1913
|
+
AwsAccountId: string | undefined;
|
|
1914
|
+
Name: string | undefined;
|
|
1915
|
+
Description?: string | undefined;
|
|
1916
|
+
IconId?: string | undefined;
|
|
1917
|
+
StarterPrompts?: string[] | undefined;
|
|
1918
|
+
WelcomeMessage?: string | undefined;
|
|
1919
|
+
CustomPromptInput?: CustomPromptInput | undefined;
|
|
1920
|
+
SpacesToAdd?: string[] | undefined;
|
|
1921
|
+
SpacesToRemove?: string[] | undefined;
|
|
1922
|
+
ActionConnectorsToAdd?: string[] | undefined;
|
|
1923
|
+
ActionConnectorsToRemove?: string[] | undefined;
|
|
1924
|
+
}
|
|
1925
|
+
export interface UpdateAgentResponse {
|
|
1926
|
+
Arn: string | undefined;
|
|
1927
|
+
AgentId: string | undefined;
|
|
1928
|
+
AgentStatus: AgentStatus | undefined;
|
|
1929
|
+
FailedToAddSpaces?: FailedToUpdateAssociation[] | undefined;
|
|
1930
|
+
FailedToRemoveSpaces?: FailedToUpdateAssociation[] | undefined;
|
|
1931
|
+
FailedToAddActionConnectors?: FailedToUpdateAssociation[] | undefined;
|
|
1932
|
+
FailedToRemoveActionConnectors?: FailedToUpdateAssociation[] | undefined;
|
|
1933
|
+
RequestId?: string | undefined;
|
|
1934
|
+
}
|
|
1935
|
+
export interface UpdateAgentPermissionsRequest {
|
|
1936
|
+
AgentId: string | undefined;
|
|
1937
|
+
AwsAccountId: string | undefined;
|
|
1938
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1939
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1940
|
+
}
|
|
1941
|
+
export interface UpdateAgentPermissionsResponse {
|
|
1942
|
+
Arn: string | undefined;
|
|
1943
|
+
AgentId: string | undefined;
|
|
1944
|
+
RequestId?: string | undefined;
|
|
1945
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
1946
|
+
}
|
|
1607
1947
|
export interface UpdateAnalysisRequest {
|
|
1608
1948
|
AwsAccountId: string | undefined;
|
|
1609
1949
|
AnalysisId: string | undefined;
|
|
@@ -1652,335 +1992,3 @@ export interface UpdateBrandResponse {
|
|
|
1652
1992
|
BrandDetail?: BrandDetail | undefined;
|
|
1653
1993
|
BrandDefinition?: BrandDefinition | undefined;
|
|
1654
1994
|
}
|
|
1655
|
-
export interface UpdateBrandAssignmentRequest {
|
|
1656
|
-
AwsAccountId: string | undefined;
|
|
1657
|
-
BrandArn: string | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export interface UpdateBrandAssignmentResponse {
|
|
1660
|
-
RequestId?: string | undefined;
|
|
1661
|
-
BrandArn?: string | undefined;
|
|
1662
|
-
}
|
|
1663
|
-
export interface UpdateBrandPublishedVersionRequest {
|
|
1664
|
-
AwsAccountId: string | undefined;
|
|
1665
|
-
BrandId: string | undefined;
|
|
1666
|
-
VersionId: string | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface UpdateBrandPublishedVersionResponse {
|
|
1669
|
-
RequestId?: string | undefined;
|
|
1670
|
-
VersionId?: string | undefined;
|
|
1671
|
-
}
|
|
1672
|
-
export interface UpdateCustomPermissionsRequest {
|
|
1673
|
-
AwsAccountId: string | undefined;
|
|
1674
|
-
CustomPermissionsName: string | undefined;
|
|
1675
|
-
Capabilities?: Capabilities | undefined;
|
|
1676
|
-
}
|
|
1677
|
-
export interface UpdateCustomPermissionsResponse {
|
|
1678
|
-
Status?: number | undefined;
|
|
1679
|
-
Arn?: string | undefined;
|
|
1680
|
-
RequestId?: string | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export interface UpdateDashboardRequest {
|
|
1683
|
-
AwsAccountId: string | undefined;
|
|
1684
|
-
DashboardId: string | undefined;
|
|
1685
|
-
Name: string | undefined;
|
|
1686
|
-
SourceEntity?: DashboardSourceEntity | undefined;
|
|
1687
|
-
Parameters?: _Parameters | undefined;
|
|
1688
|
-
VersionDescription?: string | undefined;
|
|
1689
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1690
|
-
ThemeArn?: string | undefined;
|
|
1691
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
1692
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export interface UpdateDashboardResponse {
|
|
1695
|
-
Arn?: string | undefined;
|
|
1696
|
-
VersionArn?: string | undefined;
|
|
1697
|
-
DashboardId?: string | undefined;
|
|
1698
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1699
|
-
Status?: number | undefined;
|
|
1700
|
-
RequestId?: string | undefined;
|
|
1701
|
-
}
|
|
1702
|
-
export interface UpdateDashboardLinksRequest {
|
|
1703
|
-
AwsAccountId: string | undefined;
|
|
1704
|
-
DashboardId: string | undefined;
|
|
1705
|
-
LinkEntities: string[] | undefined;
|
|
1706
|
-
}
|
|
1707
|
-
export interface UpdateDashboardLinksResponse {
|
|
1708
|
-
RequestId?: string | undefined;
|
|
1709
|
-
Status?: number | undefined;
|
|
1710
|
-
DashboardArn?: string | undefined;
|
|
1711
|
-
LinkEntities?: string[] | undefined;
|
|
1712
|
-
}
|
|
1713
|
-
export interface UpdateDashboardPermissionsRequest {
|
|
1714
|
-
AwsAccountId: string | undefined;
|
|
1715
|
-
DashboardId: string | undefined;
|
|
1716
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1717
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1718
|
-
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
1719
|
-
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
1720
|
-
}
|
|
1721
|
-
export interface UpdateDashboardPermissionsResponse {
|
|
1722
|
-
DashboardArn?: string | undefined;
|
|
1723
|
-
DashboardId?: string | undefined;
|
|
1724
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1725
|
-
RequestId?: string | undefined;
|
|
1726
|
-
Status?: number | undefined;
|
|
1727
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
1728
|
-
}
|
|
1729
|
-
export interface UpdateDashboardPublishedVersionRequest {
|
|
1730
|
-
AwsAccountId: string | undefined;
|
|
1731
|
-
DashboardId: string | undefined;
|
|
1732
|
-
VersionNumber: number | undefined;
|
|
1733
|
-
}
|
|
1734
|
-
export interface UpdateDashboardPublishedVersionResponse {
|
|
1735
|
-
DashboardId?: string | undefined;
|
|
1736
|
-
DashboardArn?: string | undefined;
|
|
1737
|
-
Status?: number | undefined;
|
|
1738
|
-
RequestId?: string | undefined;
|
|
1739
|
-
}
|
|
1740
|
-
export interface UpdateDashboardsQAConfigurationRequest {
|
|
1741
|
-
AwsAccountId: string | undefined;
|
|
1742
|
-
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface UpdateDashboardsQAConfigurationResponse {
|
|
1745
|
-
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
1746
|
-
RequestId?: string | undefined;
|
|
1747
|
-
Status?: number | undefined;
|
|
1748
|
-
}
|
|
1749
|
-
export interface UpdateDataSetRequest {
|
|
1750
|
-
AwsAccountId: string | undefined;
|
|
1751
|
-
DataSetId: string | undefined;
|
|
1752
|
-
Name: string | undefined;
|
|
1753
|
-
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
1754
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
1755
|
-
ImportMode: DataSetImportMode | undefined;
|
|
1756
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
1757
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
1758
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1759
|
-
RowLevelPermissionTagConfiguration?:
|
|
1760
|
-
| RowLevelPermissionTagConfiguration
|
|
1761
|
-
| undefined;
|
|
1762
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1763
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1764
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1765
|
-
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
1766
|
-
DataPrepConfiguration?: DataPrepConfiguration | undefined;
|
|
1767
|
-
SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface UpdateDataSetResponse {
|
|
1770
|
-
Arn?: string | undefined;
|
|
1771
|
-
DataSetId?: string | undefined;
|
|
1772
|
-
IngestionArn?: string | undefined;
|
|
1773
|
-
IngestionId?: string | undefined;
|
|
1774
|
-
RequestId?: string | undefined;
|
|
1775
|
-
Status?: number | undefined;
|
|
1776
|
-
}
|
|
1777
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
1778
|
-
AwsAccountId: string | undefined;
|
|
1779
|
-
DataSetId: string | undefined;
|
|
1780
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1781
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1782
|
-
}
|
|
1783
|
-
export interface UpdateDataSetPermissionsResponse {
|
|
1784
|
-
DataSetArn?: string | undefined;
|
|
1785
|
-
DataSetId?: string | undefined;
|
|
1786
|
-
RequestId?: string | undefined;
|
|
1787
|
-
Status?: number | undefined;
|
|
1788
|
-
}
|
|
1789
|
-
export interface UpdateDataSourceRequest {
|
|
1790
|
-
AwsAccountId: string | undefined;
|
|
1791
|
-
DataSourceId: string | undefined;
|
|
1792
|
-
Name: string | undefined;
|
|
1793
|
-
DataSourceParameters?: DataSourceParameters | undefined;
|
|
1794
|
-
Credentials?: DataSourceCredentials | undefined;
|
|
1795
|
-
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
1796
|
-
SslProperties?: SslProperties | undefined;
|
|
1797
|
-
}
|
|
1798
|
-
export interface UpdateDataSourceResponse {
|
|
1799
|
-
Arn?: string | undefined;
|
|
1800
|
-
DataSourceId?: string | undefined;
|
|
1801
|
-
UpdateStatus?: ResourceStatus | undefined;
|
|
1802
|
-
RequestId?: string | undefined;
|
|
1803
|
-
Status?: number | undefined;
|
|
1804
|
-
}
|
|
1805
|
-
export interface UpdateDataSourcePermissionsRequest {
|
|
1806
|
-
AwsAccountId: string | undefined;
|
|
1807
|
-
DataSourceId: string | undefined;
|
|
1808
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1809
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1810
|
-
}
|
|
1811
|
-
export interface UpdateDataSourcePermissionsResponse {
|
|
1812
|
-
DataSourceArn?: string | undefined;
|
|
1813
|
-
DataSourceId?: string | undefined;
|
|
1814
|
-
RequestId?: string | undefined;
|
|
1815
|
-
Status?: number | undefined;
|
|
1816
|
-
}
|
|
1817
|
-
export interface UpdateDefaultQBusinessApplicationRequest {
|
|
1818
|
-
AwsAccountId: string | undefined;
|
|
1819
|
-
Namespace?: string | undefined;
|
|
1820
|
-
ApplicationId: string | undefined;
|
|
1821
|
-
}
|
|
1822
|
-
export interface UpdateDefaultQBusinessApplicationResponse {
|
|
1823
|
-
RequestId?: string | undefined;
|
|
1824
|
-
Status?: number | undefined;
|
|
1825
|
-
}
|
|
1826
|
-
export interface UpdateFlowPermissionsInput {
|
|
1827
|
-
AwsAccountId: string | undefined;
|
|
1828
|
-
FlowId: string | undefined;
|
|
1829
|
-
GrantPermissions?: Permission[] | undefined;
|
|
1830
|
-
RevokePermissions?: Permission[] | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
export interface UpdateFlowPermissionsOutput {
|
|
1833
|
-
Status?: number | undefined;
|
|
1834
|
-
Arn: string | undefined;
|
|
1835
|
-
Permissions: Permission[] | undefined;
|
|
1836
|
-
RequestId: string | undefined;
|
|
1837
|
-
FlowId: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface UpdateFolderRequest {
|
|
1840
|
-
AwsAccountId: string | undefined;
|
|
1841
|
-
FolderId: string | undefined;
|
|
1842
|
-
Name: string | undefined;
|
|
1843
|
-
}
|
|
1844
|
-
export interface UpdateFolderResponse {
|
|
1845
|
-
Status?: number | undefined;
|
|
1846
|
-
Arn?: string | undefined;
|
|
1847
|
-
FolderId?: string | undefined;
|
|
1848
|
-
RequestId?: string | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface UpdateFolderPermissionsRequest {
|
|
1851
|
-
AwsAccountId: string | undefined;
|
|
1852
|
-
FolderId: string | undefined;
|
|
1853
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1854
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1855
|
-
}
|
|
1856
|
-
export interface UpdateFolderPermissionsResponse {
|
|
1857
|
-
Status?: number | undefined;
|
|
1858
|
-
Arn?: string | undefined;
|
|
1859
|
-
FolderId?: string | undefined;
|
|
1860
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1861
|
-
RequestId?: string | undefined;
|
|
1862
|
-
}
|
|
1863
|
-
export interface UpdateGroupRequest {
|
|
1864
|
-
GroupName: string | undefined;
|
|
1865
|
-
Description?: string | undefined;
|
|
1866
|
-
AwsAccountId: string | undefined;
|
|
1867
|
-
Namespace: string | undefined;
|
|
1868
|
-
}
|
|
1869
|
-
export interface UpdateGroupResponse {
|
|
1870
|
-
Group?: Group | undefined;
|
|
1871
|
-
RequestId?: string | undefined;
|
|
1872
|
-
Status?: number | undefined;
|
|
1873
|
-
}
|
|
1874
|
-
export interface UpdateIAMPolicyAssignmentRequest {
|
|
1875
|
-
AwsAccountId: string | undefined;
|
|
1876
|
-
AssignmentName: string | undefined;
|
|
1877
|
-
Namespace: string | undefined;
|
|
1878
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1879
|
-
PolicyArn?: string | undefined;
|
|
1880
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export interface UpdateIAMPolicyAssignmentResponse {
|
|
1883
|
-
AssignmentName?: string | undefined;
|
|
1884
|
-
AssignmentId?: string | undefined;
|
|
1885
|
-
PolicyArn?: string | undefined;
|
|
1886
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1887
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1888
|
-
RequestId?: string | undefined;
|
|
1889
|
-
Status?: number | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface UpdateIdentityPropagationConfigRequest {
|
|
1892
|
-
AwsAccountId: string | undefined;
|
|
1893
|
-
Service: ServiceType | undefined;
|
|
1894
|
-
AuthorizedTargets?: string[] | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export interface UpdateIdentityPropagationConfigResponse {
|
|
1897
|
-
RequestId?: string | undefined;
|
|
1898
|
-
Status?: number | undefined;
|
|
1899
|
-
}
|
|
1900
|
-
export interface UpdateIpRestrictionRequest {
|
|
1901
|
-
AwsAccountId: string | undefined;
|
|
1902
|
-
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1903
|
-
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1904
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1905
|
-
Enabled?: boolean | undefined;
|
|
1906
|
-
}
|
|
1907
|
-
export interface UpdateIpRestrictionResponse {
|
|
1908
|
-
AwsAccountId?: string | undefined;
|
|
1909
|
-
RequestId?: string | undefined;
|
|
1910
|
-
Status?: number | undefined;
|
|
1911
|
-
}
|
|
1912
|
-
export interface UpdateKeyRegistrationRequest {
|
|
1913
|
-
AwsAccountId: string | undefined;
|
|
1914
|
-
KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface SuccessfulKeyRegistrationEntry {
|
|
1917
|
-
KeyArn: string | undefined;
|
|
1918
|
-
StatusCode: number | undefined;
|
|
1919
|
-
}
|
|
1920
|
-
export interface UpdateKeyRegistrationResponse {
|
|
1921
|
-
FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
|
|
1922
|
-
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
1923
|
-
RequestId?: string | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface UpdateOAuthClientApplicationRequest {
|
|
1926
|
-
AwsAccountId: string | undefined;
|
|
1927
|
-
OAuthClientApplicationId: string | undefined;
|
|
1928
|
-
Name: string | undefined;
|
|
1929
|
-
ClientId?: string | undefined;
|
|
1930
|
-
ClientSecret?: string | undefined;
|
|
1931
|
-
OAuthTokenEndpointUrl?: string | undefined;
|
|
1932
|
-
OAuthAuthorizationEndpointUrl?: string | undefined;
|
|
1933
|
-
OAuthScopes?: string | undefined;
|
|
1934
|
-
DataSourceType?: DataSourceType | undefined;
|
|
1935
|
-
IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export interface UpdateOAuthClientApplicationResponse {
|
|
1938
|
-
Arn?: string | undefined;
|
|
1939
|
-
OAuthClientApplicationId?: string | undefined;
|
|
1940
|
-
UpdateStatus?: ResourceStatus | undefined;
|
|
1941
|
-
RequestId?: string | undefined;
|
|
1942
|
-
Status?: number | undefined;
|
|
1943
|
-
}
|
|
1944
|
-
export interface UpdatePublicSharingSettingsRequest {
|
|
1945
|
-
AwsAccountId: string | undefined;
|
|
1946
|
-
PublicSharingEnabled?: boolean | undefined;
|
|
1947
|
-
}
|
|
1948
|
-
export interface UpdatePublicSharingSettingsResponse {
|
|
1949
|
-
RequestId?: string | undefined;
|
|
1950
|
-
Status?: number | undefined;
|
|
1951
|
-
}
|
|
1952
|
-
export interface UpdateQPersonalizationConfigurationRequest {
|
|
1953
|
-
AwsAccountId: string | undefined;
|
|
1954
|
-
PersonalizationMode: PersonalizationMode | undefined;
|
|
1955
|
-
}
|
|
1956
|
-
export interface UpdateQPersonalizationConfigurationResponse {
|
|
1957
|
-
PersonalizationMode?: PersonalizationMode | undefined;
|
|
1958
|
-
RequestId?: string | undefined;
|
|
1959
|
-
Status?: number | undefined;
|
|
1960
|
-
}
|
|
1961
|
-
export interface UpdateQuickSightQSearchConfigurationRequest {
|
|
1962
|
-
AwsAccountId: string | undefined;
|
|
1963
|
-
QSearchStatus: QSearchStatus | undefined;
|
|
1964
|
-
}
|
|
1965
|
-
export interface UpdateQuickSightQSearchConfigurationResponse {
|
|
1966
|
-
QSearchStatus?: QSearchStatus | undefined;
|
|
1967
|
-
RequestId?: string | undefined;
|
|
1968
|
-
Status?: number | undefined;
|
|
1969
|
-
}
|
|
1970
|
-
export interface UpdateRefreshScheduleRequest {
|
|
1971
|
-
DataSetId: string | undefined;
|
|
1972
|
-
AwsAccountId: string | undefined;
|
|
1973
|
-
Schedule: RefreshSchedule | undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface UpdateRefreshScheduleResponse {
|
|
1976
|
-
Status?: number | undefined;
|
|
1977
|
-
RequestId?: string | undefined;
|
|
1978
|
-
ScheduleId?: string | undefined;
|
|
1979
|
-
Arn?: string | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
export interface UpdateRoleCustomPermissionRequest {
|
|
1982
|
-
CustomPermissionsName: string | undefined;
|
|
1983
|
-
Role: Role | undefined;
|
|
1984
|
-
AwsAccountId: string | undefined;
|
|
1985
|
-
Namespace: string | undefined;
|
|
1986
|
-
}
|