@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,4 +1,5 @@
1
1
  export * from "./BatchCreateTopicReviewedAnswerCommand";
2
+ export * from "./BatchDeleteKnowledgeBaseCommand";
2
3
  export * from "./BatchDeleteTopicReviewedAnswerCommand";
3
4
  export * from "./CancelIngestionCommand";
4
5
  export * from "./CreateAccountCustomizationCommand";
@@ -51,6 +52,7 @@ export * from "./DeleteGroupCommand";
51
52
  export * from "./DeleteGroupMembershipCommand";
52
53
  export * from "./DeleteIAMPolicyAssignmentCommand";
53
54
  export * from "./DeleteIdentityPropagationConfigCommand";
55
+ export * from "./DeleteKnowledgeBaseCommand";
54
56
  export * from "./DeleteNamespaceCommand";
55
57
  export * from "./DeleteOAuthClientApplicationCommand";
56
58
  export * from "./DeleteRefreshScheduleCommand";
@@ -107,6 +109,8 @@ export * from "./DescribeIAMPolicyAssignmentCommand";
107
109
  export * from "./DescribeIngestionCommand";
108
110
  export * from "./DescribeIpRestrictionCommand";
109
111
  export * from "./DescribeKeyRegistrationCommand";
112
+ export * from "./DescribeKnowledgeBaseCommand";
113
+ export * from "./DescribeKnowledgeBasePermissionsCommand";
110
114
  export * from "./DescribeNamespaceCommand";
111
115
  export * from "./DescribeOAuthClientApplicationCommand";
112
116
  export * from "./DescribeQPersonalizationConfigurationCommand";
@@ -158,6 +162,7 @@ export * from "./ListIAMPolicyAssignmentsCommand";
158
162
  export * from "./ListIAMPolicyAssignmentsForUserCommand";
159
163
  export * from "./ListIdentityPropagationConfigsCommand";
160
164
  export * from "./ListIngestionsCommand";
165
+ export * from "./ListKnowledgeBasesCommand";
161
166
  export * from "./ListNamespacesCommand";
162
167
  export * from "./ListOAuthClientApplicationsCommand";
163
168
  export * from "./ListRefreshSchedulesCommand";
@@ -177,6 +182,7 @@ export * from "./ListTopicReviewedAnswersCommand";
177
182
  export * from "./ListTopicsCommand";
178
183
  export * from "./ListUserGroupsCommand";
179
184
  export * from "./ListUsersCommand";
185
+ export * from "./ListUsersIndexCapacityCommand";
180
186
  export * from "./ListVPCConnectionsCommand";
181
187
  export * from "./PredictQAResultsCommand";
182
188
  export * from "./PutDataSetRefreshPropertiesCommand";
@@ -191,6 +197,7 @@ export * from "./SearchDataSourcesCommand";
191
197
  export * from "./SearchFlowsCommand";
192
198
  export * from "./SearchFoldersCommand";
193
199
  export * from "./SearchGroupsCommand";
200
+ export * from "./SearchKnowledgeBasesCommand";
194
201
  export * from "./SearchSpacesCommand";
195
202
  export * from "./SearchTopicsCommand";
196
203
  export * from "./StartAssetBundleExportJobCommand";
@@ -233,6 +240,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
233
240
  export * from "./UpdateIdentityPropagationConfigCommand";
234
241
  export * from "./UpdateIpRestrictionCommand";
235
242
  export * from "./UpdateKeyRegistrationCommand";
243
+ export * from "./UpdateKnowledgeBasePermissionsCommand";
236
244
  export * from "./UpdateOAuthClientApplicationCommand";
237
245
  export * from "./UpdatePublicSharingSettingsCommand";
238
246
  export * from "./UpdateQPersonalizationConfigurationCommand";
@@ -1290,6 +1290,12 @@ export declare const AssignmentStatus: {
1290
1290
  };
1291
1291
  export type AssignmentStatus =
1292
1292
  (typeof AssignmentStatus)[keyof typeof AssignmentStatus];
1293
+ export declare const AudioExtractionStatus: {
1294
+ readonly DISABLED: "DISABLED";
1295
+ readonly ENABLED: "ENABLED";
1296
+ };
1297
+ export type AudioExtractionStatus =
1298
+ (typeof AudioExtractionStatus)[keyof typeof AudioExtractionStatus];
1293
1299
  export declare const AuthenticationMethodOption: {
1294
1300
  readonly ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY";
1295
1301
  readonly IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT";
@@ -1950,6 +1956,14 @@ export declare const DataSetFilterAttribute: {
1950
1956
  };
1951
1957
  export type DataSetFilterAttribute =
1952
1958
  (typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
1959
+ export declare const DataSetStatus: {
1960
+ readonly ACTIVE: "ACTIVE";
1961
+ readonly CREATING: "CREATING";
1962
+ readonly DELETING: "DELETING";
1963
+ readonly FAILED: "FAILED";
1964
+ readonly UPDATING: "UPDATING";
1965
+ };
1966
+ export type DataSetStatus = (typeof DataSetStatus)[keyof typeof DataSetStatus];
1953
1967
  export declare const DataSourceErrorInfoType: {
1954
1968
  readonly ACCESS_DENIED: "ACCESS_DENIED";
1955
1969
  readonly CONFLICT: "CONFLICT";
@@ -2060,6 +2074,36 @@ export declare const QDataKeyType: {
2060
2074
  readonly CMK: "CMK";
2061
2075
  };
2062
2076
  export type QDataKeyType = (typeof QDataKeyType)[keyof typeof QDataKeyType];
2077
+ export declare const KbIngestionStatus: {
2078
+ readonly CANCELLED: "CANCELLED";
2079
+ readonly CANCELLING: "CANCELLING";
2080
+ readonly COMPLETED: "COMPLETED";
2081
+ readonly FAILED: "FAILED";
2082
+ readonly INCOMPLETE: "INCOMPLETE";
2083
+ readonly QUEUED: "QUEUED";
2084
+ readonly RUNNING: "RUNNING";
2085
+ readonly TIMEOUT: "TIMEOUT";
2086
+ };
2087
+ export type KbIngestionStatus =
2088
+ (typeof KbIngestionStatus)[keyof typeof KbIngestionStatus];
2089
+ export declare const ImageExtractionStatus: {
2090
+ readonly DISABLED: "DISABLED";
2091
+ readonly ENABLED: "ENABLED";
2092
+ };
2093
+ export type ImageExtractionStatus =
2094
+ (typeof ImageExtractionStatus)[keyof typeof ImageExtractionStatus];
2095
+ export declare const VideoExtractionStatus: {
2096
+ readonly DISABLED: "DISABLED";
2097
+ readonly ENABLED: "ENABLED";
2098
+ };
2099
+ export type VideoExtractionStatus =
2100
+ (typeof VideoExtractionStatus)[keyof typeof VideoExtractionStatus];
2101
+ export declare const VideoExtractionType: {
2102
+ readonly AUDIO_TRANSCRIPTION_ONLY: "AUDIO_TRANSCRIPTION_ONLY";
2103
+ readonly VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION: "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION";
2104
+ };
2105
+ export type VideoExtractionType =
2106
+ (typeof VideoExtractionType)[keyof typeof VideoExtractionType];
2063
2107
  export declare const NamespaceErrorType: {
2064
2108
  readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
2065
2109
  readonly PERMISSION_DENIED: "PERMISSION_DENIED";
@@ -2208,6 +2252,36 @@ export declare const IncludeQuickSightQIndex: {
2208
2252
  };
2209
2253
  export type IncludeQuickSightQIndex =
2210
2254
  (typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
2255
+ export declare const KnowledgeBaseSearchFilterName: {
2256
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
2257
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
2258
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
2259
+ readonly KNOWLEDGE_BASE_ID: "KNOWLEDGE_BASE_ID";
2260
+ readonly KNOWLEDGE_BASE_NAME: "KNOWLEDGE_BASE_NAME";
2261
+ readonly KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES";
2262
+ readonly PRIMARY_OWNER: "PRIMARY_OWNER";
2263
+ };
2264
+ export type KnowledgeBaseSearchFilterName =
2265
+ (typeof KnowledgeBaseSearchFilterName)[keyof typeof KnowledgeBaseSearchFilterName];
2266
+ export declare const KnowledgeBaseSearchOperator: {
2267
+ readonly GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS";
2268
+ readonly LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS";
2269
+ readonly STRING_EQUALS: "STRING_EQUALS";
2270
+ readonly STRING_LIKE: "STRING_LIKE";
2271
+ };
2272
+ export type KnowledgeBaseSearchOperator =
2273
+ (typeof KnowledgeBaseSearchOperator)[keyof typeof KnowledgeBaseSearchOperator];
2274
+ export declare const KnowledgeBaseSortByField: {
2275
+ readonly CREATED_AT: "CREATED_AT";
2276
+ readonly KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES";
2277
+ };
2278
+ export type KnowledgeBaseSortByField =
2279
+ (typeof KnowledgeBaseSortByField)[keyof typeof KnowledgeBaseSortByField];
2280
+ export declare const SortOrder: {
2281
+ readonly ASC: "ASC";
2282
+ readonly DESC: "DESC";
2283
+ };
2284
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
2211
2285
  export declare const SelfUpgradeRequestStatus: {
2212
2286
  readonly APPROVED: "APPROVED";
2213
2287
  readonly DENIED: "DENIED";
@@ -2217,6 +2291,17 @@ export declare const SelfUpgradeRequestStatus: {
2217
2291
  };
2218
2292
  export type SelfUpgradeRequestStatus =
2219
2293
  (typeof SelfUpgradeRequestStatus)[keyof typeof SelfUpgradeRequestStatus];
2294
+ export declare const UserIndexCapacitySortBy: {
2295
+ readonly TOTAL_CAPACITY_BYTES: "TOTAL_CAPACITY_BYTES";
2296
+ };
2297
+ export type UserIndexCapacitySortBy =
2298
+ (typeof UserIndexCapacitySortBy)[keyof typeof UserIndexCapacitySortBy];
2299
+ export declare const UserIndexCapacitySortOrder: {
2300
+ readonly ASC: "ASC";
2301
+ readonly DESC: "DESC";
2302
+ };
2303
+ export type UserIndexCapacitySortOrder =
2304
+ (typeof UserIndexCapacitySortOrder)[keyof typeof UserIndexCapacitySortOrder];
2220
2305
  export declare const QAResultType: {
2221
2306
  readonly DASHBOARD_VISUAL: "DASHBOARD_VISUAL";
2222
2307
  readonly GENERATED_ANSWER: "GENERATED_ANSWER";
@@ -47,6 +47,34 @@ export declare class ThrottlingException extends __BaseException {
47
47
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
48
48
  );
49
49
  }
50
+ export declare class InvalidRequestException extends __BaseException {
51
+ readonly name: "InvalidRequestException";
52
+ readonly $fault: "client";
53
+ Message?: string | undefined;
54
+ RequestId?: string | undefined;
55
+ constructor(
56
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
57
+ );
58
+ }
59
+ export declare class LimitExceededException extends __BaseException {
60
+ readonly name: "LimitExceededException";
61
+ readonly $fault: "client";
62
+ Message?: string | undefined;
63
+ ResourceType?: ExceptionResourceType | undefined;
64
+ RequestId?: string | undefined;
65
+ constructor(
66
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
67
+ );
68
+ }
69
+ export declare class PreconditionNotMetException extends __BaseException {
70
+ readonly name: "PreconditionNotMetException";
71
+ readonly $fault: "client";
72
+ Message?: string | undefined;
73
+ RequestId?: string | undefined;
74
+ constructor(
75
+ opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
76
+ );
77
+ }
50
78
  export declare class ConflictException extends __BaseException {
51
79
  readonly name: "ConflictException";
52
80
  readonly $fault: "client";
@@ -83,25 +111,6 @@ export declare class ResourceUnavailableException extends __BaseException {
83
111
  opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
84
112
  );
85
113
  }
86
- export declare class PreconditionNotMetException extends __BaseException {
87
- readonly name: "PreconditionNotMetException";
88
- readonly $fault: "client";
89
- Message?: string | undefined;
90
- RequestId?: string | undefined;
91
- constructor(
92
- opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
93
- );
94
- }
95
- export declare class LimitExceededException extends __BaseException {
96
- readonly name: "LimitExceededException";
97
- readonly $fault: "client";
98
- Message?: string | undefined;
99
- ResourceType?: ExceptionResourceType | undefined;
100
- RequestId?: string | undefined;
101
- constructor(
102
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
103
- );
104
- }
105
114
  export declare class UnsupportedUserEditionException extends __BaseException {
106
115
  readonly name: "UnsupportedUserEditionException";
107
116
  readonly $fault: "client";
@@ -122,15 +131,6 @@ export declare class InternalServerException extends __BaseException {
122
131
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
123
132
  );
124
133
  }
125
- export declare class InvalidRequestException extends __BaseException {
126
- readonly name: "InvalidRequestException";
127
- readonly $fault: "client";
128
- Message?: string | undefined;
129
- RequestId?: string | undefined;
130
- constructor(
131
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
132
- );
133
- }
134
134
  export declare class InvalidDataSetParameterValueException extends __BaseException {
135
135
  readonly name: "InvalidDataSetParameterValueException";
136
136
  readonly $fault: "client";
@@ -19,6 +19,7 @@ import {
19
19
  AssetBundleExportJobVPCConnectionPropertyToOverride,
20
20
  AssetBundleImportFailureAction,
21
21
  AssetBundleImportJobStatus,
22
+ AudioExtractionStatus,
22
23
  AuthenticationMethodOption,
23
24
  AuthenticationType,
24
25
  AuthorizationCodeGrantCredentialsSource,
@@ -90,7 +91,6 @@ import {
90
91
  ChartAxisLabelOptions,
91
92
  ColumnConfiguration,
92
93
  DataLabelOptions,
93
- DataPrepAggregationFunction,
94
94
  DataSetColumnIdMapping,
95
95
  DataSetIdentifierDeclaration,
96
96
  DimensionField,
@@ -2217,6 +2217,9 @@ export interface AssetBundleImportSourceDescription {
2217
2217
  Body?: string | undefined;
2218
2218
  S3Uri?: string | undefined;
2219
2219
  }
2220
+ export interface AudioExtractionConfiguration {
2221
+ audioExtractionStatus: AudioExtractionStatus | undefined;
2222
+ }
2220
2223
  export interface AuthorizationCodeGrantDetails {
2221
2224
  ClientId: string | undefined;
2222
2225
  ClientSecret: string | undefined;
@@ -2517,6 +2520,25 @@ export interface BatchCreateTopicReviewedAnswerResponse {
2517
2520
  Status?: number | undefined;
2518
2521
  RequestId?: string | undefined;
2519
2522
  }
2523
+ export interface BatchDeleteKnowledgeBaseRequest {
2524
+ AwsAccountId: string | undefined;
2525
+ KnowledgeBaseIds: string[] | undefined;
2526
+ }
2527
+ export interface BatchDeleteKnowledgeBaseSuccess {
2528
+ KnowledgeBaseId: string | undefined;
2529
+ KnowledgeBaseArn: string | undefined;
2530
+ }
2531
+ export interface BatchDeleteKnowledgeBaseFailure {
2532
+ KnowledgeBaseId: string | undefined;
2533
+ ErrorCode: string | undefined;
2534
+ ErrorMessage: string | undefined;
2535
+ }
2536
+ export interface BatchDeleteKnowledgeBaseResponse {
2537
+ Deleted: BatchDeleteKnowledgeBaseSuccess[] | undefined;
2538
+ Errors: BatchDeleteKnowledgeBaseFailure[] | undefined;
2539
+ RequestId?: string | undefined;
2540
+ Status?: number | undefined;
2541
+ }
2520
2542
  export interface BatchDeleteTopicReviewedAnswerRequest {
2521
2543
  AwsAccountId: string | undefined;
2522
2544
  TopicId: string | undefined;
@@ -2867,6 +2889,10 @@ export interface Capabilities {
2867
2889
  Story?: CapabilityState | undefined;
2868
2890
  Scenario?: CapabilityState | undefined;
2869
2891
  }
2892
+ export interface CapacityBytesRangeFilter {
2893
+ minBytes?: number | undefined;
2894
+ maxBytes?: number | undefined;
2895
+ }
2870
2896
  export interface CastColumnTypeOperation {
2871
2897
  ColumnName: string | undefined;
2872
2898
  NewColumnType: ColumnDataType | undefined;
@@ -3367,36 +3393,3 @@ export interface PivotConfiguration {
3367
3393
  LabelColumnName?: string | undefined;
3368
3394
  PivotedLabels: PivotedLabel[] | undefined;
3369
3395
  }
3370
- export interface ValueColumnConfiguration {
3371
- AggregationFunction?: DataPrepAggregationFunction | undefined;
3372
- }
3373
- export interface PivotOperation {
3374
- Alias: string | undefined;
3375
- Source: TransformOperationSource | undefined;
3376
- GroupByColumnNames?: string[] | undefined;
3377
- ValueColumnConfiguration: ValueColumnConfiguration | undefined;
3378
- PivotConfiguration: PivotConfiguration | undefined;
3379
- }
3380
- export interface ProjectOperation {
3381
- Alias?: string | undefined;
3382
- Source?: TransformOperationSource | undefined;
3383
- ProjectedColumns: string[] | undefined;
3384
- }
3385
- export interface RenameColumnOperation {
3386
- ColumnName: string | undefined;
3387
- NewColumnName: string | undefined;
3388
- }
3389
- export interface RenameColumnsOperation {
3390
- Alias: string | undefined;
3391
- Source: TransformOperationSource | undefined;
3392
- RenameColumnOperations: RenameColumnOperation[] | undefined;
3393
- }
3394
- export interface UnpivotOperation {
3395
- Alias: string | undefined;
3396
- Source: TransformOperationSource | undefined;
3397
- ColumnsToUnpivot: ColumnToUnpivot[] | undefined;
3398
- UnpivotedLabelColumnName: string | undefined;
3399
- UnpivotedLabelColumnId: string | undefined;
3400
- UnpivotedValueColumnName: string | undefined;
3401
- UnpivotedValueColumnId: string | undefined;
3402
- }
@@ -78,12 +78,14 @@ import {
78
78
  AssetOptions,
79
79
  CalculatedField,
80
80
  ColumnConfiguration,
81
+ DataPrepAggregationFunction,
81
82
  Entity,
82
83
  FilterGroup,
83
84
  FontConfiguration,
84
85
  ParameterDeclaration,
85
86
  QueryExecutionOptions,
86
87
  Sheet,
88
+ TransformOperationSource,
87
89
  } from "./models_0";
88
90
  import {
89
91
  _Parameters,
@@ -115,13 +117,13 @@ import {
115
117
  ColumnSchema,
116
118
  ColumnSemanticProperty,
117
119
  ColumnTag,
120
+ ColumnToUnpivot,
118
121
  ComparativeOrder,
119
122
  ControlTitleFontConfiguration,
120
123
  CreateColumnsOperation,
121
124
  DashboardPublishOptions,
122
125
  DashboardVersionDefinition,
123
126
  DataSetReference,
124
- DataSetRefreshProperties,
125
127
  DataSourceParameters,
126
128
  DestinationTable,
127
129
  DisplayFormatOptions,
@@ -131,10 +133,7 @@ import {
131
133
  InputColumn,
132
134
  JoinOperation,
133
135
  LinkSharingConfiguration,
134
- PivotOperation,
135
- ProjectOperation,
136
- RenameColumnOperation,
137
- RenameColumnsOperation,
136
+ PivotConfiguration,
138
137
  ResourcePermission,
139
138
  SheetDefinition,
140
139
  SnapshotFile,
@@ -145,10 +144,42 @@ import {
145
144
  StaticFile,
146
145
  Tag,
147
146
  TooltipSheetDefinition,
148
- UnpivotOperation,
149
147
  ValidationStrategy,
150
148
  VpcConnectionProperties,
151
149
  } from "./models_2";
150
+ export interface ValueColumnConfiguration {
151
+ AggregationFunction?: DataPrepAggregationFunction | undefined;
152
+ }
153
+ export interface PivotOperation {
154
+ Alias: string | undefined;
155
+ Source: TransformOperationSource | undefined;
156
+ GroupByColumnNames?: string[] | undefined;
157
+ ValueColumnConfiguration: ValueColumnConfiguration | undefined;
158
+ PivotConfiguration: PivotConfiguration | undefined;
159
+ }
160
+ export interface ProjectOperation {
161
+ Alias?: string | undefined;
162
+ Source?: TransformOperationSource | undefined;
163
+ ProjectedColumns: string[] | undefined;
164
+ }
165
+ export interface RenameColumnOperation {
166
+ ColumnName: string | undefined;
167
+ NewColumnName: string | undefined;
168
+ }
169
+ export interface RenameColumnsOperation {
170
+ Alias: string | undefined;
171
+ Source: TransformOperationSource | undefined;
172
+ RenameColumnOperations: RenameColumnOperation[] | undefined;
173
+ }
174
+ export interface UnpivotOperation {
175
+ Alias: string | undefined;
176
+ Source: TransformOperationSource | undefined;
177
+ ColumnsToUnpivot: ColumnToUnpivot[] | undefined;
178
+ UnpivotedLabelColumnName: string | undefined;
179
+ UnpivotedLabelColumnId: string | undefined;
180
+ UnpivotedValueColumnName: string | undefined;
181
+ UnpivotedValueColumnId: string | undefined;
182
+ }
152
183
  export interface TransformStep {
153
184
  ImportTableStep?: ImportTableOperation | undefined;
154
185
  ProjectStep?: ProjectOperation | undefined;
@@ -1536,6 +1567,16 @@ export interface DeleteIdentityPropagationConfigResponse {
1536
1567
  RequestId?: string | undefined;
1537
1568
  Status?: number | undefined;
1538
1569
  }
1570
+ export interface DeleteKnowledgeBaseRequest {
1571
+ AwsAccountId: string | undefined;
1572
+ KnowledgeBaseId: string | undefined;
1573
+ }
1574
+ export interface DeleteKnowledgeBaseResponse {
1575
+ KnowledgeBaseArn: string | undefined;
1576
+ KnowledgeBaseId: string | undefined;
1577
+ RequestId?: string | undefined;
1578
+ Status?: number | undefined;
1579
+ }
1539
1580
  export interface DeleteNamespaceRequest {
1540
1581
  AwsAccountId: string | undefined;
1541
1582
  Namespace: string | undefined;
@@ -2026,41 +2067,3 @@ export interface DescribeDataSetRequest {
2026
2067
  AwsAccountId: string | undefined;
2027
2068
  DataSetId: string | undefined;
2028
2069
  }
2029
- export interface DescribeDataSetResponse {
2030
- DataSet?: DataSet | undefined;
2031
- RequestId?: string | undefined;
2032
- Status?: number | undefined;
2033
- }
2034
- export interface DescribeDataSetPermissionsRequest {
2035
- AwsAccountId: string | undefined;
2036
- DataSetId: string | undefined;
2037
- }
2038
- export interface DescribeDataSetPermissionsResponse {
2039
- DataSetArn?: string | undefined;
2040
- DataSetId?: string | undefined;
2041
- Permissions?: ResourcePermission[] | undefined;
2042
- RequestId?: string | undefined;
2043
- Status?: number | undefined;
2044
- }
2045
- export interface DescribeDataSetRefreshPropertiesRequest {
2046
- AwsAccountId: string | undefined;
2047
- DataSetId: string | undefined;
2048
- }
2049
- export interface DescribeDataSetRefreshPropertiesResponse {
2050
- RequestId?: string | undefined;
2051
- Status?: number | undefined;
2052
- DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
2053
- }
2054
- export interface DescribeDataSourceRequest {
2055
- AwsAccountId: string | undefined;
2056
- DataSourceId: string | undefined;
2057
- }
2058
- export interface DescribeDataSourceResponse {
2059
- DataSource?: DataSource | undefined;
2060
- RequestId?: string | undefined;
2061
- Status?: number | undefined;
2062
- }
2063
- export interface DescribeDataSourcePermissionsRequest {
2064
- AwsAccountId: string | undefined;
2065
- DataSourceId: string | undefined;
2066
- }