@aws-sdk/client-quicksight 3.1061.0 → 3.1063.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +195 -0
  3. package/dist-cjs/models/errors.js +54 -54
  4. package/dist-cjs/schemas/schemas_0.js +569 -225
  5. package/dist-es/QuickSight.js +20 -0
  6. package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
  7. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
  8. package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
  9. package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
  10. package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
  11. package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
  12. package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
  13. package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/enums.js +63 -0
  16. package/dist-es/models/errors.js +48 -48
  17. package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
  18. package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +532 -189
  21. package/dist-types/QuickSight.d.ts +70 -0
  22. package/dist-types/QuickSightClient.d.ts +10 -2
  23. package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
  24. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
  25. package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
  31. package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
  32. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
  33. package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
  34. package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
  35. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  36. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
  51. package/dist-types/commands/index.d.ts +8 -0
  52. package/dist-types/models/enums.d.ts +159 -0
  53. package/dist-types/models/errors.d.ts +53 -53
  54. package/dist-types/models/models_2.d.ts +106 -144
  55. package/dist-types/models/models_3.d.ts +184 -154
  56. package/dist-types/models/models_4.d.ts +1367 -1363
  57. package/dist-types/models/models_5.d.ts +860 -4
  58. package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
  59. package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
  60. package/dist-types/pagination/index.d.ts +2 -0
  61. package/dist-types/schemas/schemas_0.d.ts +41 -0
  62. package/dist-types/ts3.4/QuickSight.d.ts +150 -0
  63. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
  65. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
  66. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -2
  71. package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
  72. package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
  73. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
  74. package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
  75. package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
  76. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  93. package/dist-types/ts3.4/models/enums.d.ts +85 -0
  94. package/dist-types/ts3.4/models/errors.d.ts +28 -28
  95. package/dist-types/ts3.4/models/models_2.d.ts +27 -34
  96. package/dist-types/ts3.4/models/models_3.d.ts +47 -44
  97. package/dist-types/ts3.4/models/models_4.d.ts +219 -195
  98. package/dist-types/ts3.4/models/models_5.d.ts +209 -0
  99. package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
  103. package/package.json +5 -5
@@ -1,9 +1,9 @@
1
1
  import { DocumentType as __DocumentType } from "@smithy/types";
2
2
  import {
3
- AgentStatus,
4
3
  AssetBundleExportFormat,
5
4
  AssetBundleImportFailureAction,
6
5
  AssignmentStatus,
6
+ DataSetStatus,
7
7
  DataSourceType,
8
8
  EmbeddingIdentityType,
9
9
  FieldName,
@@ -16,6 +16,7 @@ import {
16
16
  GroupFilterOperator,
17
17
  IdentityStore,
18
18
  IdentityType,
19
+ ImageExtractionStatus,
19
20
  IncludeFolderMembers,
20
21
  IncludeGeneratedAnswer,
21
22
  IncludeQuickSightQIndex,
@@ -23,6 +24,10 @@ import {
23
24
  IngestionRequestSource,
24
25
  IngestionRequestType,
25
26
  IngestionStatus,
27
+ KbIngestionStatus,
28
+ KnowledgeBaseSearchFilterName,
29
+ KnowledgeBaseSearchOperator,
30
+ KnowledgeBaseSortByField,
26
31
  NamespaceErrorType,
27
32
  NamespaceStatus,
28
33
  NetworkInterfaceStatus,
@@ -37,6 +42,7 @@ import {
37
42
  SelfUpgradeRequestStatus,
38
43
  SelfUpgradeStatus,
39
44
  SharingModel,
45
+ SortOrder,
40
46
  SpaceQuickSightResourceType,
41
47
  SpaceQuickSightSearchFilterName,
42
48
  SpaceSearchOperator,
@@ -47,12 +53,15 @@ import {
47
53
  TopicFilterOperator,
48
54
  TopicRefreshStatus,
49
55
  TopicUserExperienceVersion,
56
+ UserIndexCapacitySortBy,
57
+ UserIndexCapacitySortOrder,
50
58
  UserRole,
59
+ VideoExtractionStatus,
60
+ VideoExtractionType,
51
61
  VPCConnectionAvailabilityStatus,
52
62
  VPCConnectionResourceStatus,
53
63
  } from "./enums";
54
64
  import {
55
- AccountCustomization,
56
65
  ActionConnectorSearchFilter,
57
66
  ActionConnectorSummary,
58
67
  ActiveIAMPolicyAssignment,
@@ -64,10 +73,7 @@ import {
64
73
  Sheet,
65
74
  } from "./models_0";
66
75
  import {
67
- _Parameters,
68
- AnalysisDefinition,
69
76
  AnalysisSearchFilter,
70
- AnalysisSourceEntity,
71
77
  AnalysisSummary,
72
78
  AnonymousUserEmbeddingExperienceConfiguration,
73
79
  AssetBundleCloudFormationOverridePropertyConfiguration,
@@ -79,19 +85,16 @@ import {
79
85
  AssetBundleImportJobOverrideValidationStrategy,
80
86
  AssetBundleImportJobSummary,
81
87
  AssetBundleImportSource,
82
- AuthConfig,
88
+ AudioExtractionConfiguration,
83
89
  AuthorizedTargetsByService,
84
90
  BookmarksConfigurations,
85
- BrandDefinition,
86
- BrandDetail,
87
91
  BrandSummary,
88
- CustomPromptInput,
92
+ CapacityBytesRangeFilter,
89
93
  DashboardVisualId,
90
94
  DataSetRefreshProperties,
91
95
  ResourcePermission,
92
96
  SharedViewConfigurations,
93
97
  Tag,
94
- ValidationStrategy,
95
98
  VpcConnectionProperties,
96
99
  } from "./models_2";
97
100
  import {
@@ -102,6 +105,7 @@ import {
102
105
  DashboardSummary,
103
106
  DashboardVersionSummary,
104
107
  DashboardVisualResult,
108
+ DataSet,
105
109
  DataSetConfiguration,
106
110
  DataSetSearchFilter,
107
111
  DataSetSummary,
@@ -112,7 +116,6 @@ import {
112
116
  GroupMember,
113
117
  Permission,
114
118
  RefreshSchedule,
115
- SnapshotConfiguration,
116
119
  TemplateAlias,
117
120
  TemplateVersionDefinition,
118
121
  ThemeAlias,
@@ -120,6 +123,44 @@ import {
120
123
  TopicDetails,
121
124
  TopicRefreshSchedule,
122
125
  } from "./models_3";
126
+ export interface DescribeDataSetResponse {
127
+ DataSet?: DataSet | undefined;
128
+ RequestId?: string | undefined;
129
+ Status?: number | undefined;
130
+ }
131
+ export interface DescribeDataSetPermissionsRequest {
132
+ AwsAccountId: string | undefined;
133
+ DataSetId: string | undefined;
134
+ }
135
+ export interface DescribeDataSetPermissionsResponse {
136
+ DataSetArn?: string | undefined;
137
+ DataSetId?: string | undefined;
138
+ Permissions?: ResourcePermission[] | undefined;
139
+ RequestId?: string | undefined;
140
+ Status?: number | undefined;
141
+ }
142
+ export interface DescribeDataSetRefreshPropertiesRequest {
143
+ AwsAccountId: string | undefined;
144
+ DataSetId: string | undefined;
145
+ }
146
+ export interface DescribeDataSetRefreshPropertiesResponse {
147
+ RequestId?: string | undefined;
148
+ Status?: number | undefined;
149
+ DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
150
+ }
151
+ export interface DescribeDataSourceRequest {
152
+ AwsAccountId: string | undefined;
153
+ DataSourceId: string | undefined;
154
+ }
155
+ export interface DescribeDataSourceResponse {
156
+ DataSource?: DataSource | undefined;
157
+ RequestId?: string | undefined;
158
+ Status?: number | undefined;
159
+ }
160
+ export interface DescribeDataSourcePermissionsRequest {
161
+ AwsAccountId: string | undefined;
162
+ DataSourceId: string | undefined;
163
+ }
123
164
  export interface DescribeDataSourcePermissionsResponse {
124
165
  DataSourceArn?: string | undefined;
125
166
  DataSourceId?: string | undefined;
@@ -318,6 +359,72 @@ export interface DescribeKeyRegistrationResponse {
318
359
  RequestId?: string | undefined;
319
360
  Status?: number | undefined;
320
361
  }
362
+ export interface DescribeKnowledgeBaseRequest {
363
+ AwsAccountId: string | undefined;
364
+ KnowledgeBaseId: string | undefined;
365
+ }
366
+ export interface KnowledgeBaseIngestionSummary {
367
+ IngestionId: string | undefined;
368
+ IngestionStatus: KbIngestionStatus | undefined;
369
+ StartTime?: Date | undefined;
370
+ EndTime?: Date | undefined;
371
+ }
372
+ export interface KbTemplateConfiguration {
373
+ template?: __DocumentType | undefined;
374
+ }
375
+ export interface KnowledgeBaseConfiguration {
376
+ templateConfiguration?: KbTemplateConfiguration | undefined;
377
+ eventEnabled?: boolean | undefined;
378
+ }
379
+ export interface ImageExtractionConfiguration {
380
+ imageExtractionStatus: ImageExtractionStatus | undefined;
381
+ }
382
+ export interface VideoExtractionConfiguration {
383
+ videoExtractionStatus: VideoExtractionStatus | undefined;
384
+ videoExtractionType?: VideoExtractionType | undefined;
385
+ }
386
+ export interface MediaExtractionConfiguration {
387
+ imageExtractionConfiguration?: ImageExtractionConfiguration | undefined;
388
+ audioExtractionConfiguration?: AudioExtractionConfiguration | undefined;
389
+ videoExtractionConfiguration?: VideoExtractionConfiguration | undefined;
390
+ }
391
+ export interface KnowledgeBase {
392
+ KnowledgeBaseArn: string | undefined;
393
+ KnowledgeBaseId: string | undefined;
394
+ Name: string | undefined;
395
+ Status: DataSetStatus | undefined;
396
+ DataSourceArn: string | undefined;
397
+ KnowledgeBaseConfiguration: KnowledgeBaseConfiguration | undefined;
398
+ MediaExtractionConfiguration?: MediaExtractionConfiguration | undefined;
399
+ Type?: string | undefined;
400
+ CreatedAt?: Date | undefined;
401
+ UpdatedAt?: Date | undefined;
402
+ Description?: string | undefined;
403
+ IsEmailNotificationOptedForIngestionFailures?: boolean | undefined;
404
+ FirstCompletedIngestionSummary?: KnowledgeBaseIngestionSummary | undefined;
405
+ FirstIncompleteIngestionSummary?: KnowledgeBaseIngestionSummary | undefined;
406
+ LatestIngestionSummary?: KnowledgeBaseIngestionSummary | undefined;
407
+ KnowledgeBaseSizeBytes?: number | undefined;
408
+ DocumentCount?: number | undefined;
409
+ PrimaryOwnerArn?: string | undefined;
410
+ PrimaryOwnerUsername?: string | undefined;
411
+ }
412
+ export interface DescribeKnowledgeBaseResponse {
413
+ KnowledgeBase: KnowledgeBase | undefined;
414
+ RequestId?: string | undefined;
415
+ Status?: number | undefined;
416
+ }
417
+ export interface DescribeKnowledgeBasePermissionsRequest {
418
+ AwsAccountId: string | undefined;
419
+ KnowledgeBaseId: string | undefined;
420
+ }
421
+ export interface DescribeKnowledgeBasePermissionsResponse {
422
+ KnowledgeBaseArn: string | undefined;
423
+ KnowledgeBaseId: string | undefined;
424
+ Permissions?: ResourcePermission[] | undefined;
425
+ RequestId?: string | undefined;
426
+ Status?: number | undefined;
427
+ }
321
428
  export interface DescribeNamespaceRequest {
322
429
  AwsAccountId: string | undefined;
323
430
  Namespace: string | undefined;
@@ -992,6 +1099,29 @@ export interface IAMPolicyAssignmentSummary {
992
1099
  AssignmentName?: string | undefined;
993
1100
  AssignmentStatus?: AssignmentStatus | undefined;
994
1101
  }
1102
+ export interface KnowledgeBaseSearchFilter {
1103
+ name: KnowledgeBaseSearchFilterName | undefined;
1104
+ operator: KnowledgeBaseSearchOperator | undefined;
1105
+ value: string | undefined;
1106
+ }
1107
+ export interface KnowledgeBaseSortBy {
1108
+ sortByField: KnowledgeBaseSortByField | undefined;
1109
+ sortOrder: SortOrder | undefined;
1110
+ }
1111
+ export interface KnowledgeBaseSummary {
1112
+ KnowledgeBaseArn: string | undefined;
1113
+ KnowledgeBaseId: string | undefined;
1114
+ Name: string | undefined;
1115
+ Status: DataSetStatus | undefined;
1116
+ DataSourceArn: string | undefined;
1117
+ Type?: string | undefined;
1118
+ CreatedAt?: Date | undefined;
1119
+ UpdatedAt?: Date | undefined;
1120
+ KnowledgeBaseSizeBytes?: number | undefined;
1121
+ DocumentCount?: number | undefined;
1122
+ PrimaryOwnerArn?: string | undefined;
1123
+ PrimaryOwnerUsername?: string | undefined;
1124
+ }
995
1125
  export interface ListActionConnectorsRequest {
996
1126
  AwsAccountId: string | undefined;
997
1127
  MaxResults?: number | undefined;
@@ -1231,6 +1361,17 @@ export interface ListIngestionsResponse {
1231
1361
  RequestId?: string | undefined;
1232
1362
  Status?: number | undefined;
1233
1363
  }
1364
+ export interface ListKnowledgeBasesRequest {
1365
+ AwsAccountId: string | undefined;
1366
+ MaxResults?: number | undefined;
1367
+ NextToken?: string | undefined;
1368
+ }
1369
+ export interface ListKnowledgeBasesResponse {
1370
+ KnowledgeBaseSummaries: KnowledgeBaseSummary[] | undefined;
1371
+ NextToken?: string | undefined;
1372
+ RequestId?: string | undefined;
1373
+ Status?: number | undefined;
1374
+ }
1234
1375
  export interface ListNamespacesRequest {
1235
1376
  AwsAccountId: string | undefined;
1236
1377
  NextToken?: string | undefined;
@@ -1521,6 +1662,60 @@ export interface ListUsersResponse {
1521
1662
  RequestId?: string | undefined;
1522
1663
  Status?: number | undefined;
1523
1664
  }
1665
+ export interface UserNameOrEmailFilter {
1666
+ prefix: string | undefined;
1667
+ }
1668
+ export type UserIndexCapacityFilter =
1669
+ | UserIndexCapacityFilter.TotalCapacityBytesMember
1670
+ | UserIndexCapacityFilter.UserNameOrEmailMember
1671
+ | UserIndexCapacityFilter.$UnknownMember;
1672
+ export declare namespace UserIndexCapacityFilter {
1673
+ interface UserNameOrEmailMember {
1674
+ userNameOrEmail: UserNameOrEmailFilter;
1675
+ totalCapacityBytes?: never;
1676
+ $unknown?: never;
1677
+ }
1678
+ interface TotalCapacityBytesMember {
1679
+ userNameOrEmail?: never;
1680
+ totalCapacityBytes: CapacityBytesRangeFilter;
1681
+ $unknown?: never;
1682
+ }
1683
+ interface $UnknownMember {
1684
+ userNameOrEmail?: never;
1685
+ totalCapacityBytes?: never;
1686
+ $unknown: [string, any];
1687
+ }
1688
+ interface Visitor<T> {
1689
+ userNameOrEmail: (value: UserNameOrEmailFilter) => T;
1690
+ totalCapacityBytes: (value: CapacityBytesRangeFilter) => T;
1691
+ _: (name: string, value: any) => T;
1692
+ }
1693
+ }
1694
+ export interface ListUsersIndexCapacityRequest {
1695
+ awsAccountId: string | undefined;
1696
+ namespace?: string | undefined;
1697
+ filters?: UserIndexCapacityFilter[] | undefined;
1698
+ sortBy?: UserIndexCapacitySortBy | undefined;
1699
+ sortOrder?: UserIndexCapacitySortOrder | undefined;
1700
+ maxResults?: number | undefined;
1701
+ nextToken?: string | undefined;
1702
+ }
1703
+ export interface UserIndexCapacity {
1704
+ userArn?: string | undefined;
1705
+ userName?: string | undefined;
1706
+ email?: string | undefined;
1707
+ role?: string | undefined;
1708
+ totalCapacityBytes?: number | undefined;
1709
+ totalKBCapacityBytes?: number | undefined;
1710
+ totalSpaceCapacityBytes?: number | undefined;
1711
+ kbCount?: number | undefined;
1712
+ spaceCount?: number | undefined;
1713
+ }
1714
+ export interface ListUsersIndexCapacityResponse {
1715
+ users?: UserIndexCapacity[] | undefined;
1716
+ nextToken?: string | undefined;
1717
+ requestId?: string | undefined;
1718
+ }
1524
1719
  export interface ListVPCConnectionsRequest {
1525
1720
  AwsAccountId: string | undefined;
1526
1721
  NextToken?: string | undefined;
@@ -1719,6 +1914,19 @@ export interface SearchGroupsResponse {
1719
1914
  RequestId?: string | undefined;
1720
1915
  Status?: number | undefined;
1721
1916
  }
1917
+ export interface SearchKnowledgeBasesRequest {
1918
+ AwsAccountId: string | undefined;
1919
+ NextToken?: string | undefined;
1920
+ MaxResults?: number | undefined;
1921
+ Filters?: KnowledgeBaseSearchFilter[] | undefined;
1922
+ SortBy?: KnowledgeBaseSortBy | undefined;
1923
+ }
1924
+ export interface SearchKnowledgeBasesResponse {
1925
+ KnowledgeBaseSummaries: KnowledgeBaseSummary[] | undefined;
1926
+ NextToken?: string | undefined;
1927
+ RequestId?: string | undefined;
1928
+ Status?: number | undefined;
1929
+ }
1722
1930
  export interface SpaceQuicksightSearchFilter {
1723
1931
  name: SpaceQuickSightSearchFilterName | undefined;
1724
1932
  operator: SpaceSearchOperator | undefined;
@@ -1808,187 +2016,3 @@ export interface StartAutomationJobResponse {
1808
2016
  export interface SnapshotAnonymousUser {
1809
2017
  RowLevelPermissionTags?: SessionTag[] | undefined;
1810
2018
  }
1811
- export interface SnapshotUserConfiguration {
1812
- AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
1813
- }
1814
- export interface StartDashboardSnapshotJobRequest {
1815
- AwsAccountId: string | undefined;
1816
- DashboardId: string | undefined;
1817
- SnapshotJobId: string | undefined;
1818
- UserConfiguration?: SnapshotUserConfiguration | undefined;
1819
- SnapshotConfiguration: SnapshotConfiguration | undefined;
1820
- }
1821
- export interface StartDashboardSnapshotJobResponse {
1822
- Arn?: string | undefined;
1823
- SnapshotJobId?: string | undefined;
1824
- RequestId?: string | undefined;
1825
- Status?: number | undefined;
1826
- }
1827
- export interface StartDashboardSnapshotJobScheduleRequest {
1828
- AwsAccountId: string | undefined;
1829
- DashboardId: string | undefined;
1830
- ScheduleId: string | undefined;
1831
- }
1832
- export interface StartDashboardSnapshotJobScheduleResponse {
1833
- RequestId?: string | undefined;
1834
- Status?: number | undefined;
1835
- }
1836
- export interface TagResourceRequest {
1837
- ResourceArn: string | undefined;
1838
- Tags: Tag[] | undefined;
1839
- }
1840
- export interface TagResourceResponse {
1841
- RequestId?: string | undefined;
1842
- Status?: number | undefined;
1843
- }
1844
- export interface UntagResourceRequest {
1845
- ResourceArn: string | undefined;
1846
- TagKeys: string[] | undefined;
1847
- }
1848
- export interface UntagResourceResponse {
1849
- RequestId?: string | undefined;
1850
- Status?: number | undefined;
1851
- }
1852
- export interface UpdateAccountCustomizationRequest {
1853
- AwsAccountId: string | undefined;
1854
- Namespace?: string | undefined;
1855
- AccountCustomization: AccountCustomization | undefined;
1856
- }
1857
- export interface UpdateAccountCustomizationResponse {
1858
- Arn?: string | undefined;
1859
- AwsAccountId?: string | undefined;
1860
- Namespace?: string | undefined;
1861
- AccountCustomization?: AccountCustomization | undefined;
1862
- RequestId?: string | undefined;
1863
- Status?: number | undefined;
1864
- }
1865
- export interface UpdateAccountCustomPermissionRequest {
1866
- CustomPermissionsName: string | undefined;
1867
- AwsAccountId: string | undefined;
1868
- }
1869
- export interface UpdateAccountCustomPermissionResponse {
1870
- RequestId?: string | undefined;
1871
- Status?: number | undefined;
1872
- }
1873
- export interface UpdateAccountSettingsRequest {
1874
- AwsAccountId: string | undefined;
1875
- DefaultNamespace: string | undefined;
1876
- NotificationEmail?: string | undefined;
1877
- TerminationProtectionEnabled?: boolean | undefined;
1878
- }
1879
- export interface UpdateAccountSettingsResponse {
1880
- RequestId?: string | undefined;
1881
- Status?: number | undefined;
1882
- }
1883
- export interface UpdateActionConnectorRequest {
1884
- AwsAccountId: string | undefined;
1885
- ActionConnectorId: string | undefined;
1886
- Name: string | undefined;
1887
- AuthenticationConfig: AuthConfig | undefined;
1888
- Description?: string | undefined;
1889
- VpcConnectionArn?: string | undefined;
1890
- }
1891
- export interface UpdateActionConnectorResponse {
1892
- Arn?: string | undefined;
1893
- ActionConnectorId?: string | undefined;
1894
- RequestId?: string | undefined;
1895
- UpdateStatus?: ResourceStatus | undefined;
1896
- Status?: number | undefined;
1897
- }
1898
- export interface UpdateActionConnectorPermissionsRequest {
1899
- AwsAccountId: string | undefined;
1900
- ActionConnectorId: string | undefined;
1901
- GrantPermissions?: ResourcePermission[] | undefined;
1902
- RevokePermissions?: ResourcePermission[] | undefined;
1903
- }
1904
- export interface UpdateActionConnectorPermissionsResponse {
1905
- Arn?: string | undefined;
1906
- ActionConnectorId?: string | undefined;
1907
- RequestId?: string | undefined;
1908
- Status?: number | undefined;
1909
- Permissions?: ResourcePermission[] | undefined;
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
- }
1947
- export interface UpdateAnalysisRequest {
1948
- AwsAccountId: string | undefined;
1949
- AnalysisId: string | undefined;
1950
- Name: string | undefined;
1951
- Parameters?: _Parameters | undefined;
1952
- SourceEntity?: AnalysisSourceEntity | undefined;
1953
- ThemeArn?: string | undefined;
1954
- Definition?: AnalysisDefinition | undefined;
1955
- ValidationStrategy?: ValidationStrategy | undefined;
1956
- }
1957
- export interface UpdateAnalysisResponse {
1958
- Arn?: string | undefined;
1959
- AnalysisId?: string | undefined;
1960
- UpdateStatus?: ResourceStatus | undefined;
1961
- Status?: number | undefined;
1962
- RequestId?: string | undefined;
1963
- }
1964
- export interface UpdateAnalysisPermissionsRequest {
1965
- AwsAccountId: string | undefined;
1966
- AnalysisId: string | undefined;
1967
- GrantPermissions?: ResourcePermission[] | undefined;
1968
- RevokePermissions?: ResourcePermission[] | undefined;
1969
- }
1970
- export interface UpdateAnalysisPermissionsResponse {
1971
- AnalysisArn?: string | undefined;
1972
- AnalysisId?: string | undefined;
1973
- Permissions?: ResourcePermission[] | undefined;
1974
- RequestId?: string | undefined;
1975
- Status?: number | undefined;
1976
- }
1977
- export interface UpdateApplicationWithTokenExchangeGrantRequest {
1978
- AwsAccountId: string | undefined;
1979
- Namespace: string | undefined;
1980
- }
1981
- export interface UpdateApplicationWithTokenExchangeGrantResponse {
1982
- Status?: number | undefined;
1983
- RequestId?: string | undefined;
1984
- }
1985
- export interface UpdateBrandRequest {
1986
- AwsAccountId: string | undefined;
1987
- BrandId: string | undefined;
1988
- BrandDefinition?: BrandDefinition | undefined;
1989
- }
1990
- export interface UpdateBrandResponse {
1991
- RequestId?: string | undefined;
1992
- BrandDetail?: BrandDetail | undefined;
1993
- BrandDefinition?: BrandDefinition | undefined;
1994
- }