@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.
- package/README.md +56 -0
- package/dist-cjs/index.js +195 -0
- package/dist-cjs/models/errors.js +54 -54
- package/dist-cjs/schemas/schemas_0.js +569 -225
- package/dist-es/QuickSight.js +20 -0
- package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
- package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +63 -0
- package/dist-es/models/errors.js +48 -48
- package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +532 -189
- package/dist-types/QuickSight.d.ts +70 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
- package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
- package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
- package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +159 -0
- package/dist-types/models/errors.d.ts +53 -53
- package/dist-types/models/models_2.d.ts +106 -144
- package/dist-types/models/models_3.d.ts +184 -154
- package/dist-types/models/models_4.d.ts +1367 -1363
- package/dist-types/models/models_5.d.ts +860 -4
- package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +41 -0
- package/dist-types/ts3.4/QuickSight.d.ts +150 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +85 -0
- package/dist-types/ts3.4/models/errors.d.ts +28 -28
- package/dist-types/ts3.4/models/models_2.d.ts +27 -34
- package/dist-types/ts3.4/models/models_3.d.ts +47 -44
- package/dist-types/ts3.4/models/models_4.d.ts +219 -195
- package/dist-types/ts3.4/models/models_5.d.ts +209 -0
- package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.DomainNotWhitelistedException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.CustomerManagedKeyUnavailableException = exports.InvalidDataSetParameterValueException = exports.
|
|
3
|
+
exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.DomainNotWhitelistedException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.CustomerManagedKeyUnavailableException = exports.InvalidDataSetParameterValueException = exports.InternalServerException = exports.UnsupportedUserEditionException = exports.ResourceUnavailableException = exports.ConcurrentUpdatingException = exports.ResourceExistsException = exports.ConflictException = exports.PreconditionNotMetException = exports.LimitExceededException = exports.InvalidRequestException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const QuickSightServiceException_1 = require("./QuickSightServiceException");
|
|
5
5
|
class AccessDeniedException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
6
6
|
name = "AccessDeniedException";
|
|
@@ -89,6 +89,59 @@ class ThrottlingException extends QuickSightServiceException_1.QuickSightService
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
exports.ThrottlingException = ThrottlingException;
|
|
92
|
+
class InvalidRequestException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
93
|
+
name = "InvalidRequestException";
|
|
94
|
+
$fault = "client";
|
|
95
|
+
Message;
|
|
96
|
+
RequestId;
|
|
97
|
+
constructor(opts) {
|
|
98
|
+
super({
|
|
99
|
+
name: "InvalidRequestException",
|
|
100
|
+
$fault: "client",
|
|
101
|
+
...opts,
|
|
102
|
+
});
|
|
103
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
104
|
+
this.Message = opts.Message;
|
|
105
|
+
this.RequestId = opts.RequestId;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
109
|
+
class LimitExceededException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
110
|
+
name = "LimitExceededException";
|
|
111
|
+
$fault = "client";
|
|
112
|
+
Message;
|
|
113
|
+
ResourceType;
|
|
114
|
+
RequestId;
|
|
115
|
+
constructor(opts) {
|
|
116
|
+
super({
|
|
117
|
+
name: "LimitExceededException",
|
|
118
|
+
$fault: "client",
|
|
119
|
+
...opts,
|
|
120
|
+
});
|
|
121
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
122
|
+
this.Message = opts.Message;
|
|
123
|
+
this.ResourceType = opts.ResourceType;
|
|
124
|
+
this.RequestId = opts.RequestId;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
exports.LimitExceededException = LimitExceededException;
|
|
128
|
+
class PreconditionNotMetException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
129
|
+
name = "PreconditionNotMetException";
|
|
130
|
+
$fault = "client";
|
|
131
|
+
Message;
|
|
132
|
+
RequestId;
|
|
133
|
+
constructor(opts) {
|
|
134
|
+
super({
|
|
135
|
+
name: "PreconditionNotMetException",
|
|
136
|
+
$fault: "client",
|
|
137
|
+
...opts,
|
|
138
|
+
});
|
|
139
|
+
Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
|
|
140
|
+
this.Message = opts.Message;
|
|
141
|
+
this.RequestId = opts.RequestId;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
exports.PreconditionNotMetException = PreconditionNotMetException;
|
|
92
145
|
class ConflictException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
93
146
|
name = "ConflictException";
|
|
94
147
|
$fault = "client";
|
|
@@ -161,42 +214,6 @@ class ResourceUnavailableException extends QuickSightServiceException_1.QuickSig
|
|
|
161
214
|
}
|
|
162
215
|
}
|
|
163
216
|
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
164
|
-
class PreconditionNotMetException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
165
|
-
name = "PreconditionNotMetException";
|
|
166
|
-
$fault = "client";
|
|
167
|
-
Message;
|
|
168
|
-
RequestId;
|
|
169
|
-
constructor(opts) {
|
|
170
|
-
super({
|
|
171
|
-
name: "PreconditionNotMetException",
|
|
172
|
-
$fault: "client",
|
|
173
|
-
...opts,
|
|
174
|
-
});
|
|
175
|
-
Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
|
|
176
|
-
this.Message = opts.Message;
|
|
177
|
-
this.RequestId = opts.RequestId;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
exports.PreconditionNotMetException = PreconditionNotMetException;
|
|
181
|
-
class LimitExceededException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
182
|
-
name = "LimitExceededException";
|
|
183
|
-
$fault = "client";
|
|
184
|
-
Message;
|
|
185
|
-
ResourceType;
|
|
186
|
-
RequestId;
|
|
187
|
-
constructor(opts) {
|
|
188
|
-
super({
|
|
189
|
-
name: "LimitExceededException",
|
|
190
|
-
$fault: "client",
|
|
191
|
-
...opts,
|
|
192
|
-
});
|
|
193
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
194
|
-
this.Message = opts.Message;
|
|
195
|
-
this.ResourceType = opts.ResourceType;
|
|
196
|
-
this.RequestId = opts.RequestId;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
exports.LimitExceededException = LimitExceededException;
|
|
200
217
|
class UnsupportedUserEditionException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
201
218
|
name = "UnsupportedUserEditionException";
|
|
202
219
|
$fault = "client";
|
|
@@ -229,23 +246,6 @@ class InternalServerException extends QuickSightServiceException_1.QuickSightSer
|
|
|
229
246
|
}
|
|
230
247
|
}
|
|
231
248
|
exports.InternalServerException = InternalServerException;
|
|
232
|
-
class InvalidRequestException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
233
|
-
name = "InvalidRequestException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
Message;
|
|
236
|
-
RequestId;
|
|
237
|
-
constructor(opts) {
|
|
238
|
-
super({
|
|
239
|
-
name: "InvalidRequestException",
|
|
240
|
-
$fault: "client",
|
|
241
|
-
...opts,
|
|
242
|
-
});
|
|
243
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
244
|
-
this.Message = opts.Message;
|
|
245
|
-
this.RequestId = opts.RequestId;
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
249
249
|
class InvalidDataSetParameterValueException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
250
250
|
name = "InvalidDataSetParameterValueException";
|
|
251
251
|
$fault = "client";
|