@aws-sdk/client-quicksight 3.315.0 → 3.316.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/dist-cjs/QuickSight.js +138 -1876
- package/dist-es/QuickSight.js +138 -1876
- package/dist-types/QuickSight.d.ts +145 -693
- package/dist-types/ts3.4/QuickSight.d.ts +4 -1
- package/package.json +6 -6
package/dist-cjs/QuickSight.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.QuickSight = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const CancelIngestionCommand_1 = require("./commands/CancelIngestionCommand");
|
|
5
6
|
const CreateAccountCustomizationCommand_1 = require("./commands/CreateAccountCustomizationCommand");
|
|
6
7
|
const CreateAccountSubscriptionCommand_1 = require("./commands/CreateAccountSubscriptionCommand");
|
|
@@ -136,1882 +137,143 @@ const UpdateThemeCommand_1 = require("./commands/UpdateThemeCommand");
|
|
|
136
137
|
const UpdateThemePermissionsCommand_1 = require("./commands/UpdateThemePermissionsCommand");
|
|
137
138
|
const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
|
|
138
139
|
const QuickSightClient_1 = require("./QuickSightClient");
|
|
140
|
+
const commands = {
|
|
141
|
+
CancelIngestionCommand: CancelIngestionCommand_1.CancelIngestionCommand,
|
|
142
|
+
CreateAccountCustomizationCommand: CreateAccountCustomizationCommand_1.CreateAccountCustomizationCommand,
|
|
143
|
+
CreateAccountSubscriptionCommand: CreateAccountSubscriptionCommand_1.CreateAccountSubscriptionCommand,
|
|
144
|
+
CreateAnalysisCommand: CreateAnalysisCommand_1.CreateAnalysisCommand,
|
|
145
|
+
CreateDashboardCommand: CreateDashboardCommand_1.CreateDashboardCommand,
|
|
146
|
+
CreateDataSetCommand: CreateDataSetCommand_1.CreateDataSetCommand,
|
|
147
|
+
CreateDataSourceCommand: CreateDataSourceCommand_1.CreateDataSourceCommand,
|
|
148
|
+
CreateFolderCommand: CreateFolderCommand_1.CreateFolderCommand,
|
|
149
|
+
CreateFolderMembershipCommand: CreateFolderMembershipCommand_1.CreateFolderMembershipCommand,
|
|
150
|
+
CreateGroupCommand: CreateGroupCommand_1.CreateGroupCommand,
|
|
151
|
+
CreateGroupMembershipCommand: CreateGroupMembershipCommand_1.CreateGroupMembershipCommand,
|
|
152
|
+
CreateIAMPolicyAssignmentCommand: CreateIAMPolicyAssignmentCommand_1.CreateIAMPolicyAssignmentCommand,
|
|
153
|
+
CreateIngestionCommand: CreateIngestionCommand_1.CreateIngestionCommand,
|
|
154
|
+
CreateNamespaceCommand: CreateNamespaceCommand_1.CreateNamespaceCommand,
|
|
155
|
+
CreateRefreshScheduleCommand: CreateRefreshScheduleCommand_1.CreateRefreshScheduleCommand,
|
|
156
|
+
CreateTemplateCommand: CreateTemplateCommand_1.CreateTemplateCommand,
|
|
157
|
+
CreateTemplateAliasCommand: CreateTemplateAliasCommand_1.CreateTemplateAliasCommand,
|
|
158
|
+
CreateThemeCommand: CreateThemeCommand_1.CreateThemeCommand,
|
|
159
|
+
CreateThemeAliasCommand: CreateThemeAliasCommand_1.CreateThemeAliasCommand,
|
|
160
|
+
DeleteAccountCustomizationCommand: DeleteAccountCustomizationCommand_1.DeleteAccountCustomizationCommand,
|
|
161
|
+
DeleteAccountSubscriptionCommand: DeleteAccountSubscriptionCommand_1.DeleteAccountSubscriptionCommand,
|
|
162
|
+
DeleteAnalysisCommand: DeleteAnalysisCommand_1.DeleteAnalysisCommand,
|
|
163
|
+
DeleteDashboardCommand: DeleteDashboardCommand_1.DeleteDashboardCommand,
|
|
164
|
+
DeleteDataSetCommand: DeleteDataSetCommand_1.DeleteDataSetCommand,
|
|
165
|
+
DeleteDataSetRefreshPropertiesCommand: DeleteDataSetRefreshPropertiesCommand_1.DeleteDataSetRefreshPropertiesCommand,
|
|
166
|
+
DeleteDataSourceCommand: DeleteDataSourceCommand_1.DeleteDataSourceCommand,
|
|
167
|
+
DeleteFolderCommand: DeleteFolderCommand_1.DeleteFolderCommand,
|
|
168
|
+
DeleteFolderMembershipCommand: DeleteFolderMembershipCommand_1.DeleteFolderMembershipCommand,
|
|
169
|
+
DeleteGroupCommand: DeleteGroupCommand_1.DeleteGroupCommand,
|
|
170
|
+
DeleteGroupMembershipCommand: DeleteGroupMembershipCommand_1.DeleteGroupMembershipCommand,
|
|
171
|
+
DeleteIAMPolicyAssignmentCommand: DeleteIAMPolicyAssignmentCommand_1.DeleteIAMPolicyAssignmentCommand,
|
|
172
|
+
DeleteNamespaceCommand: DeleteNamespaceCommand_1.DeleteNamespaceCommand,
|
|
173
|
+
DeleteRefreshScheduleCommand: DeleteRefreshScheduleCommand_1.DeleteRefreshScheduleCommand,
|
|
174
|
+
DeleteTemplateCommand: DeleteTemplateCommand_1.DeleteTemplateCommand,
|
|
175
|
+
DeleteTemplateAliasCommand: DeleteTemplateAliasCommand_1.DeleteTemplateAliasCommand,
|
|
176
|
+
DeleteThemeCommand: DeleteThemeCommand_1.DeleteThemeCommand,
|
|
177
|
+
DeleteThemeAliasCommand: DeleteThemeAliasCommand_1.DeleteThemeAliasCommand,
|
|
178
|
+
DeleteUserCommand: DeleteUserCommand_1.DeleteUserCommand,
|
|
179
|
+
DeleteUserByPrincipalIdCommand: DeleteUserByPrincipalIdCommand_1.DeleteUserByPrincipalIdCommand,
|
|
180
|
+
DescribeAccountCustomizationCommand: DescribeAccountCustomizationCommand_1.DescribeAccountCustomizationCommand,
|
|
181
|
+
DescribeAccountSettingsCommand: DescribeAccountSettingsCommand_1.DescribeAccountSettingsCommand,
|
|
182
|
+
DescribeAccountSubscriptionCommand: DescribeAccountSubscriptionCommand_1.DescribeAccountSubscriptionCommand,
|
|
183
|
+
DescribeAnalysisCommand: DescribeAnalysisCommand_1.DescribeAnalysisCommand,
|
|
184
|
+
DescribeAnalysisDefinitionCommand: DescribeAnalysisDefinitionCommand_1.DescribeAnalysisDefinitionCommand,
|
|
185
|
+
DescribeAnalysisPermissionsCommand: DescribeAnalysisPermissionsCommand_1.DescribeAnalysisPermissionsCommand,
|
|
186
|
+
DescribeDashboardCommand: DescribeDashboardCommand_1.DescribeDashboardCommand,
|
|
187
|
+
DescribeDashboardDefinitionCommand: DescribeDashboardDefinitionCommand_1.DescribeDashboardDefinitionCommand,
|
|
188
|
+
DescribeDashboardPermissionsCommand: DescribeDashboardPermissionsCommand_1.DescribeDashboardPermissionsCommand,
|
|
189
|
+
DescribeDataSetCommand: DescribeDataSetCommand_1.DescribeDataSetCommand,
|
|
190
|
+
DescribeDataSetPermissionsCommand: DescribeDataSetPermissionsCommand_1.DescribeDataSetPermissionsCommand,
|
|
191
|
+
DescribeDataSetRefreshPropertiesCommand: DescribeDataSetRefreshPropertiesCommand_1.DescribeDataSetRefreshPropertiesCommand,
|
|
192
|
+
DescribeDataSourceCommand: DescribeDataSourceCommand_1.DescribeDataSourceCommand,
|
|
193
|
+
DescribeDataSourcePermissionsCommand: DescribeDataSourcePermissionsCommand_1.DescribeDataSourcePermissionsCommand,
|
|
194
|
+
DescribeFolderCommand: DescribeFolderCommand_1.DescribeFolderCommand,
|
|
195
|
+
DescribeFolderPermissionsCommand: DescribeFolderPermissionsCommand_1.DescribeFolderPermissionsCommand,
|
|
196
|
+
DescribeFolderResolvedPermissionsCommand: DescribeFolderResolvedPermissionsCommand_1.DescribeFolderResolvedPermissionsCommand,
|
|
197
|
+
DescribeGroupCommand: DescribeGroupCommand_1.DescribeGroupCommand,
|
|
198
|
+
DescribeGroupMembershipCommand: DescribeGroupMembershipCommand_1.DescribeGroupMembershipCommand,
|
|
199
|
+
DescribeIAMPolicyAssignmentCommand: DescribeIAMPolicyAssignmentCommand_1.DescribeIAMPolicyAssignmentCommand,
|
|
200
|
+
DescribeIngestionCommand: DescribeIngestionCommand_1.DescribeIngestionCommand,
|
|
201
|
+
DescribeIpRestrictionCommand: DescribeIpRestrictionCommand_1.DescribeIpRestrictionCommand,
|
|
202
|
+
DescribeNamespaceCommand: DescribeNamespaceCommand_1.DescribeNamespaceCommand,
|
|
203
|
+
DescribeRefreshScheduleCommand: DescribeRefreshScheduleCommand_1.DescribeRefreshScheduleCommand,
|
|
204
|
+
DescribeTemplateCommand: DescribeTemplateCommand_1.DescribeTemplateCommand,
|
|
205
|
+
DescribeTemplateAliasCommand: DescribeTemplateAliasCommand_1.DescribeTemplateAliasCommand,
|
|
206
|
+
DescribeTemplateDefinitionCommand: DescribeTemplateDefinitionCommand_1.DescribeTemplateDefinitionCommand,
|
|
207
|
+
DescribeTemplatePermissionsCommand: DescribeTemplatePermissionsCommand_1.DescribeTemplatePermissionsCommand,
|
|
208
|
+
DescribeThemeCommand: DescribeThemeCommand_1.DescribeThemeCommand,
|
|
209
|
+
DescribeThemeAliasCommand: DescribeThemeAliasCommand_1.DescribeThemeAliasCommand,
|
|
210
|
+
DescribeThemePermissionsCommand: DescribeThemePermissionsCommand_1.DescribeThemePermissionsCommand,
|
|
211
|
+
DescribeUserCommand: DescribeUserCommand_1.DescribeUserCommand,
|
|
212
|
+
GenerateEmbedUrlForAnonymousUserCommand: GenerateEmbedUrlForAnonymousUserCommand_1.GenerateEmbedUrlForAnonymousUserCommand,
|
|
213
|
+
GenerateEmbedUrlForRegisteredUserCommand: GenerateEmbedUrlForRegisteredUserCommand_1.GenerateEmbedUrlForRegisteredUserCommand,
|
|
214
|
+
GetDashboardEmbedUrlCommand: GetDashboardEmbedUrlCommand_1.GetDashboardEmbedUrlCommand,
|
|
215
|
+
GetSessionEmbedUrlCommand: GetSessionEmbedUrlCommand_1.GetSessionEmbedUrlCommand,
|
|
216
|
+
ListAnalysesCommand: ListAnalysesCommand_1.ListAnalysesCommand,
|
|
217
|
+
ListDashboardsCommand: ListDashboardsCommand_1.ListDashboardsCommand,
|
|
218
|
+
ListDashboardVersionsCommand: ListDashboardVersionsCommand_1.ListDashboardVersionsCommand,
|
|
219
|
+
ListDataSetsCommand: ListDataSetsCommand_1.ListDataSetsCommand,
|
|
220
|
+
ListDataSourcesCommand: ListDataSourcesCommand_1.ListDataSourcesCommand,
|
|
221
|
+
ListFolderMembersCommand: ListFolderMembersCommand_1.ListFolderMembersCommand,
|
|
222
|
+
ListFoldersCommand: ListFoldersCommand_1.ListFoldersCommand,
|
|
223
|
+
ListGroupMembershipsCommand: ListGroupMembershipsCommand_1.ListGroupMembershipsCommand,
|
|
224
|
+
ListGroupsCommand: ListGroupsCommand_1.ListGroupsCommand,
|
|
225
|
+
ListIAMPolicyAssignmentsCommand: ListIAMPolicyAssignmentsCommand_1.ListIAMPolicyAssignmentsCommand,
|
|
226
|
+
ListIAMPolicyAssignmentsForUserCommand: ListIAMPolicyAssignmentsForUserCommand_1.ListIAMPolicyAssignmentsForUserCommand,
|
|
227
|
+
ListIngestionsCommand: ListIngestionsCommand_1.ListIngestionsCommand,
|
|
228
|
+
ListNamespacesCommand: ListNamespacesCommand_1.ListNamespacesCommand,
|
|
229
|
+
ListRefreshSchedulesCommand: ListRefreshSchedulesCommand_1.ListRefreshSchedulesCommand,
|
|
230
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
231
|
+
ListTemplateAliasesCommand: ListTemplateAliasesCommand_1.ListTemplateAliasesCommand,
|
|
232
|
+
ListTemplatesCommand: ListTemplatesCommand_1.ListTemplatesCommand,
|
|
233
|
+
ListTemplateVersionsCommand: ListTemplateVersionsCommand_1.ListTemplateVersionsCommand,
|
|
234
|
+
ListThemeAliasesCommand: ListThemeAliasesCommand_1.ListThemeAliasesCommand,
|
|
235
|
+
ListThemesCommand: ListThemesCommand_1.ListThemesCommand,
|
|
236
|
+
ListThemeVersionsCommand: ListThemeVersionsCommand_1.ListThemeVersionsCommand,
|
|
237
|
+
ListUserGroupsCommand: ListUserGroupsCommand_1.ListUserGroupsCommand,
|
|
238
|
+
ListUsersCommand: ListUsersCommand_1.ListUsersCommand,
|
|
239
|
+
PutDataSetRefreshPropertiesCommand: PutDataSetRefreshPropertiesCommand_1.PutDataSetRefreshPropertiesCommand,
|
|
240
|
+
RegisterUserCommand: RegisterUserCommand_1.RegisterUserCommand,
|
|
241
|
+
RestoreAnalysisCommand: RestoreAnalysisCommand_1.RestoreAnalysisCommand,
|
|
242
|
+
SearchAnalysesCommand: SearchAnalysesCommand_1.SearchAnalysesCommand,
|
|
243
|
+
SearchDashboardsCommand: SearchDashboardsCommand_1.SearchDashboardsCommand,
|
|
244
|
+
SearchDataSetsCommand: SearchDataSetsCommand_1.SearchDataSetsCommand,
|
|
245
|
+
SearchDataSourcesCommand: SearchDataSourcesCommand_1.SearchDataSourcesCommand,
|
|
246
|
+
SearchFoldersCommand: SearchFoldersCommand_1.SearchFoldersCommand,
|
|
247
|
+
SearchGroupsCommand: SearchGroupsCommand_1.SearchGroupsCommand,
|
|
248
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
249
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
250
|
+
UpdateAccountCustomizationCommand: UpdateAccountCustomizationCommand_1.UpdateAccountCustomizationCommand,
|
|
251
|
+
UpdateAccountSettingsCommand: UpdateAccountSettingsCommand_1.UpdateAccountSettingsCommand,
|
|
252
|
+
UpdateAnalysisCommand: UpdateAnalysisCommand_1.UpdateAnalysisCommand,
|
|
253
|
+
UpdateAnalysisPermissionsCommand: UpdateAnalysisPermissionsCommand_1.UpdateAnalysisPermissionsCommand,
|
|
254
|
+
UpdateDashboardCommand: UpdateDashboardCommand_1.UpdateDashboardCommand,
|
|
255
|
+
UpdateDashboardPermissionsCommand: UpdateDashboardPermissionsCommand_1.UpdateDashboardPermissionsCommand,
|
|
256
|
+
UpdateDashboardPublishedVersionCommand: UpdateDashboardPublishedVersionCommand_1.UpdateDashboardPublishedVersionCommand,
|
|
257
|
+
UpdateDataSetCommand: UpdateDataSetCommand_1.UpdateDataSetCommand,
|
|
258
|
+
UpdateDataSetPermissionsCommand: UpdateDataSetPermissionsCommand_1.UpdateDataSetPermissionsCommand,
|
|
259
|
+
UpdateDataSourceCommand: UpdateDataSourceCommand_1.UpdateDataSourceCommand,
|
|
260
|
+
UpdateDataSourcePermissionsCommand: UpdateDataSourcePermissionsCommand_1.UpdateDataSourcePermissionsCommand,
|
|
261
|
+
UpdateFolderCommand: UpdateFolderCommand_1.UpdateFolderCommand,
|
|
262
|
+
UpdateFolderPermissionsCommand: UpdateFolderPermissionsCommand_1.UpdateFolderPermissionsCommand,
|
|
263
|
+
UpdateGroupCommand: UpdateGroupCommand_1.UpdateGroupCommand,
|
|
264
|
+
UpdateIAMPolicyAssignmentCommand: UpdateIAMPolicyAssignmentCommand_1.UpdateIAMPolicyAssignmentCommand,
|
|
265
|
+
UpdateIpRestrictionCommand: UpdateIpRestrictionCommand_1.UpdateIpRestrictionCommand,
|
|
266
|
+
UpdatePublicSharingSettingsCommand: UpdatePublicSharingSettingsCommand_1.UpdatePublicSharingSettingsCommand,
|
|
267
|
+
UpdateRefreshScheduleCommand: UpdateRefreshScheduleCommand_1.UpdateRefreshScheduleCommand,
|
|
268
|
+
UpdateTemplateCommand: UpdateTemplateCommand_1.UpdateTemplateCommand,
|
|
269
|
+
UpdateTemplateAliasCommand: UpdateTemplateAliasCommand_1.UpdateTemplateAliasCommand,
|
|
270
|
+
UpdateTemplatePermissionsCommand: UpdateTemplatePermissionsCommand_1.UpdateTemplatePermissionsCommand,
|
|
271
|
+
UpdateThemeCommand: UpdateThemeCommand_1.UpdateThemeCommand,
|
|
272
|
+
UpdateThemeAliasCommand: UpdateThemeAliasCommand_1.UpdateThemeAliasCommand,
|
|
273
|
+
UpdateThemePermissionsCommand: UpdateThemePermissionsCommand_1.UpdateThemePermissionsCommand,
|
|
274
|
+
UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
|
|
275
|
+
};
|
|
139
276
|
class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
140
|
-
cancelIngestion(args, optionsOrCb, cb) {
|
|
141
|
-
const command = new CancelIngestionCommand_1.CancelIngestionCommand(args);
|
|
142
|
-
if (typeof optionsOrCb === "function") {
|
|
143
|
-
this.send(command, optionsOrCb);
|
|
144
|
-
}
|
|
145
|
-
else if (typeof cb === "function") {
|
|
146
|
-
if (typeof optionsOrCb !== "object")
|
|
147
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
148
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
149
|
-
}
|
|
150
|
-
else {
|
|
151
|
-
return this.send(command, optionsOrCb);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
createAccountCustomization(args, optionsOrCb, cb) {
|
|
155
|
-
const command = new CreateAccountCustomizationCommand_1.CreateAccountCustomizationCommand(args);
|
|
156
|
-
if (typeof optionsOrCb === "function") {
|
|
157
|
-
this.send(command, optionsOrCb);
|
|
158
|
-
}
|
|
159
|
-
else if (typeof cb === "function") {
|
|
160
|
-
if (typeof optionsOrCb !== "object")
|
|
161
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
162
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
163
|
-
}
|
|
164
|
-
else {
|
|
165
|
-
return this.send(command, optionsOrCb);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
createAccountSubscription(args, optionsOrCb, cb) {
|
|
169
|
-
const command = new CreateAccountSubscriptionCommand_1.CreateAccountSubscriptionCommand(args);
|
|
170
|
-
if (typeof optionsOrCb === "function") {
|
|
171
|
-
this.send(command, optionsOrCb);
|
|
172
|
-
}
|
|
173
|
-
else if (typeof cb === "function") {
|
|
174
|
-
if (typeof optionsOrCb !== "object")
|
|
175
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
176
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
177
|
-
}
|
|
178
|
-
else {
|
|
179
|
-
return this.send(command, optionsOrCb);
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
createAnalysis(args, optionsOrCb, cb) {
|
|
183
|
-
const command = new CreateAnalysisCommand_1.CreateAnalysisCommand(args);
|
|
184
|
-
if (typeof optionsOrCb === "function") {
|
|
185
|
-
this.send(command, optionsOrCb);
|
|
186
|
-
}
|
|
187
|
-
else if (typeof cb === "function") {
|
|
188
|
-
if (typeof optionsOrCb !== "object")
|
|
189
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
190
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
191
|
-
}
|
|
192
|
-
else {
|
|
193
|
-
return this.send(command, optionsOrCb);
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
createDashboard(args, optionsOrCb, cb) {
|
|
197
|
-
const command = new CreateDashboardCommand_1.CreateDashboardCommand(args);
|
|
198
|
-
if (typeof optionsOrCb === "function") {
|
|
199
|
-
this.send(command, optionsOrCb);
|
|
200
|
-
}
|
|
201
|
-
else if (typeof cb === "function") {
|
|
202
|
-
if (typeof optionsOrCb !== "object")
|
|
203
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
204
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
205
|
-
}
|
|
206
|
-
else {
|
|
207
|
-
return this.send(command, optionsOrCb);
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
createDataSet(args, optionsOrCb, cb) {
|
|
211
|
-
const command = new CreateDataSetCommand_1.CreateDataSetCommand(args);
|
|
212
|
-
if (typeof optionsOrCb === "function") {
|
|
213
|
-
this.send(command, optionsOrCb);
|
|
214
|
-
}
|
|
215
|
-
else if (typeof cb === "function") {
|
|
216
|
-
if (typeof optionsOrCb !== "object")
|
|
217
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
218
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
219
|
-
}
|
|
220
|
-
else {
|
|
221
|
-
return this.send(command, optionsOrCb);
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
createDataSource(args, optionsOrCb, cb) {
|
|
225
|
-
const command = new CreateDataSourceCommand_1.CreateDataSourceCommand(args);
|
|
226
|
-
if (typeof optionsOrCb === "function") {
|
|
227
|
-
this.send(command, optionsOrCb);
|
|
228
|
-
}
|
|
229
|
-
else if (typeof cb === "function") {
|
|
230
|
-
if (typeof optionsOrCb !== "object")
|
|
231
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
232
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
233
|
-
}
|
|
234
|
-
else {
|
|
235
|
-
return this.send(command, optionsOrCb);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
createFolder(args, optionsOrCb, cb) {
|
|
239
|
-
const command = new CreateFolderCommand_1.CreateFolderCommand(args);
|
|
240
|
-
if (typeof optionsOrCb === "function") {
|
|
241
|
-
this.send(command, optionsOrCb);
|
|
242
|
-
}
|
|
243
|
-
else if (typeof cb === "function") {
|
|
244
|
-
if (typeof optionsOrCb !== "object")
|
|
245
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
246
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
247
|
-
}
|
|
248
|
-
else {
|
|
249
|
-
return this.send(command, optionsOrCb);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
createFolderMembership(args, optionsOrCb, cb) {
|
|
253
|
-
const command = new CreateFolderMembershipCommand_1.CreateFolderMembershipCommand(args);
|
|
254
|
-
if (typeof optionsOrCb === "function") {
|
|
255
|
-
this.send(command, optionsOrCb);
|
|
256
|
-
}
|
|
257
|
-
else if (typeof cb === "function") {
|
|
258
|
-
if (typeof optionsOrCb !== "object")
|
|
259
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
260
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
261
|
-
}
|
|
262
|
-
else {
|
|
263
|
-
return this.send(command, optionsOrCb);
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
createGroup(args, optionsOrCb, cb) {
|
|
267
|
-
const command = new CreateGroupCommand_1.CreateGroupCommand(args);
|
|
268
|
-
if (typeof optionsOrCb === "function") {
|
|
269
|
-
this.send(command, optionsOrCb);
|
|
270
|
-
}
|
|
271
|
-
else if (typeof cb === "function") {
|
|
272
|
-
if (typeof optionsOrCb !== "object")
|
|
273
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
274
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
275
|
-
}
|
|
276
|
-
else {
|
|
277
|
-
return this.send(command, optionsOrCb);
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
createGroupMembership(args, optionsOrCb, cb) {
|
|
281
|
-
const command = new CreateGroupMembershipCommand_1.CreateGroupMembershipCommand(args);
|
|
282
|
-
if (typeof optionsOrCb === "function") {
|
|
283
|
-
this.send(command, optionsOrCb);
|
|
284
|
-
}
|
|
285
|
-
else if (typeof cb === "function") {
|
|
286
|
-
if (typeof optionsOrCb !== "object")
|
|
287
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
288
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
289
|
-
}
|
|
290
|
-
else {
|
|
291
|
-
return this.send(command, optionsOrCb);
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
createIAMPolicyAssignment(args, optionsOrCb, cb) {
|
|
295
|
-
const command = new CreateIAMPolicyAssignmentCommand_1.CreateIAMPolicyAssignmentCommand(args);
|
|
296
|
-
if (typeof optionsOrCb === "function") {
|
|
297
|
-
this.send(command, optionsOrCb);
|
|
298
|
-
}
|
|
299
|
-
else if (typeof cb === "function") {
|
|
300
|
-
if (typeof optionsOrCb !== "object")
|
|
301
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
302
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
303
|
-
}
|
|
304
|
-
else {
|
|
305
|
-
return this.send(command, optionsOrCb);
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
createIngestion(args, optionsOrCb, cb) {
|
|
309
|
-
const command = new CreateIngestionCommand_1.CreateIngestionCommand(args);
|
|
310
|
-
if (typeof optionsOrCb === "function") {
|
|
311
|
-
this.send(command, optionsOrCb);
|
|
312
|
-
}
|
|
313
|
-
else if (typeof cb === "function") {
|
|
314
|
-
if (typeof optionsOrCb !== "object")
|
|
315
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
316
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
317
|
-
}
|
|
318
|
-
else {
|
|
319
|
-
return this.send(command, optionsOrCb);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
createNamespace(args, optionsOrCb, cb) {
|
|
323
|
-
const command = new CreateNamespaceCommand_1.CreateNamespaceCommand(args);
|
|
324
|
-
if (typeof optionsOrCb === "function") {
|
|
325
|
-
this.send(command, optionsOrCb);
|
|
326
|
-
}
|
|
327
|
-
else if (typeof cb === "function") {
|
|
328
|
-
if (typeof optionsOrCb !== "object")
|
|
329
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
330
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
331
|
-
}
|
|
332
|
-
else {
|
|
333
|
-
return this.send(command, optionsOrCb);
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
createRefreshSchedule(args, optionsOrCb, cb) {
|
|
337
|
-
const command = new CreateRefreshScheduleCommand_1.CreateRefreshScheduleCommand(args);
|
|
338
|
-
if (typeof optionsOrCb === "function") {
|
|
339
|
-
this.send(command, optionsOrCb);
|
|
340
|
-
}
|
|
341
|
-
else if (typeof cb === "function") {
|
|
342
|
-
if (typeof optionsOrCb !== "object")
|
|
343
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
344
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
345
|
-
}
|
|
346
|
-
else {
|
|
347
|
-
return this.send(command, optionsOrCb);
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
createTemplate(args, optionsOrCb, cb) {
|
|
351
|
-
const command = new CreateTemplateCommand_1.CreateTemplateCommand(args);
|
|
352
|
-
if (typeof optionsOrCb === "function") {
|
|
353
|
-
this.send(command, optionsOrCb);
|
|
354
|
-
}
|
|
355
|
-
else if (typeof cb === "function") {
|
|
356
|
-
if (typeof optionsOrCb !== "object")
|
|
357
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
358
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
359
|
-
}
|
|
360
|
-
else {
|
|
361
|
-
return this.send(command, optionsOrCb);
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
createTemplateAlias(args, optionsOrCb, cb) {
|
|
365
|
-
const command = new CreateTemplateAliasCommand_1.CreateTemplateAliasCommand(args);
|
|
366
|
-
if (typeof optionsOrCb === "function") {
|
|
367
|
-
this.send(command, optionsOrCb);
|
|
368
|
-
}
|
|
369
|
-
else if (typeof cb === "function") {
|
|
370
|
-
if (typeof optionsOrCb !== "object")
|
|
371
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
372
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
373
|
-
}
|
|
374
|
-
else {
|
|
375
|
-
return this.send(command, optionsOrCb);
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
createTheme(args, optionsOrCb, cb) {
|
|
379
|
-
const command = new CreateThemeCommand_1.CreateThemeCommand(args);
|
|
380
|
-
if (typeof optionsOrCb === "function") {
|
|
381
|
-
this.send(command, optionsOrCb);
|
|
382
|
-
}
|
|
383
|
-
else if (typeof cb === "function") {
|
|
384
|
-
if (typeof optionsOrCb !== "object")
|
|
385
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
386
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
387
|
-
}
|
|
388
|
-
else {
|
|
389
|
-
return this.send(command, optionsOrCb);
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
createThemeAlias(args, optionsOrCb, cb) {
|
|
393
|
-
const command = new CreateThemeAliasCommand_1.CreateThemeAliasCommand(args);
|
|
394
|
-
if (typeof optionsOrCb === "function") {
|
|
395
|
-
this.send(command, optionsOrCb);
|
|
396
|
-
}
|
|
397
|
-
else if (typeof cb === "function") {
|
|
398
|
-
if (typeof optionsOrCb !== "object")
|
|
399
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
400
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
401
|
-
}
|
|
402
|
-
else {
|
|
403
|
-
return this.send(command, optionsOrCb);
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
deleteAccountCustomization(args, optionsOrCb, cb) {
|
|
407
|
-
const command = new DeleteAccountCustomizationCommand_1.DeleteAccountCustomizationCommand(args);
|
|
408
|
-
if (typeof optionsOrCb === "function") {
|
|
409
|
-
this.send(command, optionsOrCb);
|
|
410
|
-
}
|
|
411
|
-
else if (typeof cb === "function") {
|
|
412
|
-
if (typeof optionsOrCb !== "object")
|
|
413
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
414
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
415
|
-
}
|
|
416
|
-
else {
|
|
417
|
-
return this.send(command, optionsOrCb);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
deleteAccountSubscription(args, optionsOrCb, cb) {
|
|
421
|
-
const command = new DeleteAccountSubscriptionCommand_1.DeleteAccountSubscriptionCommand(args);
|
|
422
|
-
if (typeof optionsOrCb === "function") {
|
|
423
|
-
this.send(command, optionsOrCb);
|
|
424
|
-
}
|
|
425
|
-
else if (typeof cb === "function") {
|
|
426
|
-
if (typeof optionsOrCb !== "object")
|
|
427
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
428
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
429
|
-
}
|
|
430
|
-
else {
|
|
431
|
-
return this.send(command, optionsOrCb);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
deleteAnalysis(args, optionsOrCb, cb) {
|
|
435
|
-
const command = new DeleteAnalysisCommand_1.DeleteAnalysisCommand(args);
|
|
436
|
-
if (typeof optionsOrCb === "function") {
|
|
437
|
-
this.send(command, optionsOrCb);
|
|
438
|
-
}
|
|
439
|
-
else if (typeof cb === "function") {
|
|
440
|
-
if (typeof optionsOrCb !== "object")
|
|
441
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
442
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
443
|
-
}
|
|
444
|
-
else {
|
|
445
|
-
return this.send(command, optionsOrCb);
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
deleteDashboard(args, optionsOrCb, cb) {
|
|
449
|
-
const command = new DeleteDashboardCommand_1.DeleteDashboardCommand(args);
|
|
450
|
-
if (typeof optionsOrCb === "function") {
|
|
451
|
-
this.send(command, optionsOrCb);
|
|
452
|
-
}
|
|
453
|
-
else if (typeof cb === "function") {
|
|
454
|
-
if (typeof optionsOrCb !== "object")
|
|
455
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
456
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
457
|
-
}
|
|
458
|
-
else {
|
|
459
|
-
return this.send(command, optionsOrCb);
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
deleteDataSet(args, optionsOrCb, cb) {
|
|
463
|
-
const command = new DeleteDataSetCommand_1.DeleteDataSetCommand(args);
|
|
464
|
-
if (typeof optionsOrCb === "function") {
|
|
465
|
-
this.send(command, optionsOrCb);
|
|
466
|
-
}
|
|
467
|
-
else if (typeof cb === "function") {
|
|
468
|
-
if (typeof optionsOrCb !== "object")
|
|
469
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
470
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
471
|
-
}
|
|
472
|
-
else {
|
|
473
|
-
return this.send(command, optionsOrCb);
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
deleteDataSetRefreshProperties(args, optionsOrCb, cb) {
|
|
477
|
-
const command = new DeleteDataSetRefreshPropertiesCommand_1.DeleteDataSetRefreshPropertiesCommand(args);
|
|
478
|
-
if (typeof optionsOrCb === "function") {
|
|
479
|
-
this.send(command, optionsOrCb);
|
|
480
|
-
}
|
|
481
|
-
else if (typeof cb === "function") {
|
|
482
|
-
if (typeof optionsOrCb !== "object")
|
|
483
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
484
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
485
|
-
}
|
|
486
|
-
else {
|
|
487
|
-
return this.send(command, optionsOrCb);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
deleteDataSource(args, optionsOrCb, cb) {
|
|
491
|
-
const command = new DeleteDataSourceCommand_1.DeleteDataSourceCommand(args);
|
|
492
|
-
if (typeof optionsOrCb === "function") {
|
|
493
|
-
this.send(command, optionsOrCb);
|
|
494
|
-
}
|
|
495
|
-
else if (typeof cb === "function") {
|
|
496
|
-
if (typeof optionsOrCb !== "object")
|
|
497
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
498
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
499
|
-
}
|
|
500
|
-
else {
|
|
501
|
-
return this.send(command, optionsOrCb);
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
deleteFolder(args, optionsOrCb, cb) {
|
|
505
|
-
const command = new DeleteFolderCommand_1.DeleteFolderCommand(args);
|
|
506
|
-
if (typeof optionsOrCb === "function") {
|
|
507
|
-
this.send(command, optionsOrCb);
|
|
508
|
-
}
|
|
509
|
-
else if (typeof cb === "function") {
|
|
510
|
-
if (typeof optionsOrCb !== "object")
|
|
511
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
512
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
513
|
-
}
|
|
514
|
-
else {
|
|
515
|
-
return this.send(command, optionsOrCb);
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
deleteFolderMembership(args, optionsOrCb, cb) {
|
|
519
|
-
const command = new DeleteFolderMembershipCommand_1.DeleteFolderMembershipCommand(args);
|
|
520
|
-
if (typeof optionsOrCb === "function") {
|
|
521
|
-
this.send(command, optionsOrCb);
|
|
522
|
-
}
|
|
523
|
-
else if (typeof cb === "function") {
|
|
524
|
-
if (typeof optionsOrCb !== "object")
|
|
525
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
526
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
527
|
-
}
|
|
528
|
-
else {
|
|
529
|
-
return this.send(command, optionsOrCb);
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
deleteGroup(args, optionsOrCb, cb) {
|
|
533
|
-
const command = new DeleteGroupCommand_1.DeleteGroupCommand(args);
|
|
534
|
-
if (typeof optionsOrCb === "function") {
|
|
535
|
-
this.send(command, optionsOrCb);
|
|
536
|
-
}
|
|
537
|
-
else if (typeof cb === "function") {
|
|
538
|
-
if (typeof optionsOrCb !== "object")
|
|
539
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
540
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
541
|
-
}
|
|
542
|
-
else {
|
|
543
|
-
return this.send(command, optionsOrCb);
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
deleteGroupMembership(args, optionsOrCb, cb) {
|
|
547
|
-
const command = new DeleteGroupMembershipCommand_1.DeleteGroupMembershipCommand(args);
|
|
548
|
-
if (typeof optionsOrCb === "function") {
|
|
549
|
-
this.send(command, optionsOrCb);
|
|
550
|
-
}
|
|
551
|
-
else if (typeof cb === "function") {
|
|
552
|
-
if (typeof optionsOrCb !== "object")
|
|
553
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
554
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
555
|
-
}
|
|
556
|
-
else {
|
|
557
|
-
return this.send(command, optionsOrCb);
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
deleteIAMPolicyAssignment(args, optionsOrCb, cb) {
|
|
561
|
-
const command = new DeleteIAMPolicyAssignmentCommand_1.DeleteIAMPolicyAssignmentCommand(args);
|
|
562
|
-
if (typeof optionsOrCb === "function") {
|
|
563
|
-
this.send(command, optionsOrCb);
|
|
564
|
-
}
|
|
565
|
-
else if (typeof cb === "function") {
|
|
566
|
-
if (typeof optionsOrCb !== "object")
|
|
567
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
568
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
569
|
-
}
|
|
570
|
-
else {
|
|
571
|
-
return this.send(command, optionsOrCb);
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
deleteNamespace(args, optionsOrCb, cb) {
|
|
575
|
-
const command = new DeleteNamespaceCommand_1.DeleteNamespaceCommand(args);
|
|
576
|
-
if (typeof optionsOrCb === "function") {
|
|
577
|
-
this.send(command, optionsOrCb);
|
|
578
|
-
}
|
|
579
|
-
else if (typeof cb === "function") {
|
|
580
|
-
if (typeof optionsOrCb !== "object")
|
|
581
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
582
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
583
|
-
}
|
|
584
|
-
else {
|
|
585
|
-
return this.send(command, optionsOrCb);
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
deleteRefreshSchedule(args, optionsOrCb, cb) {
|
|
589
|
-
const command = new DeleteRefreshScheduleCommand_1.DeleteRefreshScheduleCommand(args);
|
|
590
|
-
if (typeof optionsOrCb === "function") {
|
|
591
|
-
this.send(command, optionsOrCb);
|
|
592
|
-
}
|
|
593
|
-
else if (typeof cb === "function") {
|
|
594
|
-
if (typeof optionsOrCb !== "object")
|
|
595
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
596
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
597
|
-
}
|
|
598
|
-
else {
|
|
599
|
-
return this.send(command, optionsOrCb);
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
deleteTemplate(args, optionsOrCb, cb) {
|
|
603
|
-
const command = new DeleteTemplateCommand_1.DeleteTemplateCommand(args);
|
|
604
|
-
if (typeof optionsOrCb === "function") {
|
|
605
|
-
this.send(command, optionsOrCb);
|
|
606
|
-
}
|
|
607
|
-
else if (typeof cb === "function") {
|
|
608
|
-
if (typeof optionsOrCb !== "object")
|
|
609
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
610
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
611
|
-
}
|
|
612
|
-
else {
|
|
613
|
-
return this.send(command, optionsOrCb);
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
deleteTemplateAlias(args, optionsOrCb, cb) {
|
|
617
|
-
const command = new DeleteTemplateAliasCommand_1.DeleteTemplateAliasCommand(args);
|
|
618
|
-
if (typeof optionsOrCb === "function") {
|
|
619
|
-
this.send(command, optionsOrCb);
|
|
620
|
-
}
|
|
621
|
-
else if (typeof cb === "function") {
|
|
622
|
-
if (typeof optionsOrCb !== "object")
|
|
623
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
624
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
625
|
-
}
|
|
626
|
-
else {
|
|
627
|
-
return this.send(command, optionsOrCb);
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
deleteTheme(args, optionsOrCb, cb) {
|
|
631
|
-
const command = new DeleteThemeCommand_1.DeleteThemeCommand(args);
|
|
632
|
-
if (typeof optionsOrCb === "function") {
|
|
633
|
-
this.send(command, optionsOrCb);
|
|
634
|
-
}
|
|
635
|
-
else if (typeof cb === "function") {
|
|
636
|
-
if (typeof optionsOrCb !== "object")
|
|
637
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
638
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
639
|
-
}
|
|
640
|
-
else {
|
|
641
|
-
return this.send(command, optionsOrCb);
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
deleteThemeAlias(args, optionsOrCb, cb) {
|
|
645
|
-
const command = new DeleteThemeAliasCommand_1.DeleteThemeAliasCommand(args);
|
|
646
|
-
if (typeof optionsOrCb === "function") {
|
|
647
|
-
this.send(command, optionsOrCb);
|
|
648
|
-
}
|
|
649
|
-
else if (typeof cb === "function") {
|
|
650
|
-
if (typeof optionsOrCb !== "object")
|
|
651
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
652
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
653
|
-
}
|
|
654
|
-
else {
|
|
655
|
-
return this.send(command, optionsOrCb);
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
deleteUser(args, optionsOrCb, cb) {
|
|
659
|
-
const command = new DeleteUserCommand_1.DeleteUserCommand(args);
|
|
660
|
-
if (typeof optionsOrCb === "function") {
|
|
661
|
-
this.send(command, optionsOrCb);
|
|
662
|
-
}
|
|
663
|
-
else if (typeof cb === "function") {
|
|
664
|
-
if (typeof optionsOrCb !== "object")
|
|
665
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
666
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
667
|
-
}
|
|
668
|
-
else {
|
|
669
|
-
return this.send(command, optionsOrCb);
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
deleteUserByPrincipalId(args, optionsOrCb, cb) {
|
|
673
|
-
const command = new DeleteUserByPrincipalIdCommand_1.DeleteUserByPrincipalIdCommand(args);
|
|
674
|
-
if (typeof optionsOrCb === "function") {
|
|
675
|
-
this.send(command, optionsOrCb);
|
|
676
|
-
}
|
|
677
|
-
else if (typeof cb === "function") {
|
|
678
|
-
if (typeof optionsOrCb !== "object")
|
|
679
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
680
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
681
|
-
}
|
|
682
|
-
else {
|
|
683
|
-
return this.send(command, optionsOrCb);
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
describeAccountCustomization(args, optionsOrCb, cb) {
|
|
687
|
-
const command = new DescribeAccountCustomizationCommand_1.DescribeAccountCustomizationCommand(args);
|
|
688
|
-
if (typeof optionsOrCb === "function") {
|
|
689
|
-
this.send(command, optionsOrCb);
|
|
690
|
-
}
|
|
691
|
-
else if (typeof cb === "function") {
|
|
692
|
-
if (typeof optionsOrCb !== "object")
|
|
693
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
694
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
695
|
-
}
|
|
696
|
-
else {
|
|
697
|
-
return this.send(command, optionsOrCb);
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
describeAccountSettings(args, optionsOrCb, cb) {
|
|
701
|
-
const command = new DescribeAccountSettingsCommand_1.DescribeAccountSettingsCommand(args);
|
|
702
|
-
if (typeof optionsOrCb === "function") {
|
|
703
|
-
this.send(command, optionsOrCb);
|
|
704
|
-
}
|
|
705
|
-
else if (typeof cb === "function") {
|
|
706
|
-
if (typeof optionsOrCb !== "object")
|
|
707
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
708
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
709
|
-
}
|
|
710
|
-
else {
|
|
711
|
-
return this.send(command, optionsOrCb);
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
describeAccountSubscription(args, optionsOrCb, cb) {
|
|
715
|
-
const command = new DescribeAccountSubscriptionCommand_1.DescribeAccountSubscriptionCommand(args);
|
|
716
|
-
if (typeof optionsOrCb === "function") {
|
|
717
|
-
this.send(command, optionsOrCb);
|
|
718
|
-
}
|
|
719
|
-
else if (typeof cb === "function") {
|
|
720
|
-
if (typeof optionsOrCb !== "object")
|
|
721
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
722
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
723
|
-
}
|
|
724
|
-
else {
|
|
725
|
-
return this.send(command, optionsOrCb);
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
describeAnalysis(args, optionsOrCb, cb) {
|
|
729
|
-
const command = new DescribeAnalysisCommand_1.DescribeAnalysisCommand(args);
|
|
730
|
-
if (typeof optionsOrCb === "function") {
|
|
731
|
-
this.send(command, optionsOrCb);
|
|
732
|
-
}
|
|
733
|
-
else if (typeof cb === "function") {
|
|
734
|
-
if (typeof optionsOrCb !== "object")
|
|
735
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
736
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
737
|
-
}
|
|
738
|
-
else {
|
|
739
|
-
return this.send(command, optionsOrCb);
|
|
740
|
-
}
|
|
741
|
-
}
|
|
742
|
-
describeAnalysisDefinition(args, optionsOrCb, cb) {
|
|
743
|
-
const command = new DescribeAnalysisDefinitionCommand_1.DescribeAnalysisDefinitionCommand(args);
|
|
744
|
-
if (typeof optionsOrCb === "function") {
|
|
745
|
-
this.send(command, optionsOrCb);
|
|
746
|
-
}
|
|
747
|
-
else if (typeof cb === "function") {
|
|
748
|
-
if (typeof optionsOrCb !== "object")
|
|
749
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
750
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
751
|
-
}
|
|
752
|
-
else {
|
|
753
|
-
return this.send(command, optionsOrCb);
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
describeAnalysisPermissions(args, optionsOrCb, cb) {
|
|
757
|
-
const command = new DescribeAnalysisPermissionsCommand_1.DescribeAnalysisPermissionsCommand(args);
|
|
758
|
-
if (typeof optionsOrCb === "function") {
|
|
759
|
-
this.send(command, optionsOrCb);
|
|
760
|
-
}
|
|
761
|
-
else if (typeof cb === "function") {
|
|
762
|
-
if (typeof optionsOrCb !== "object")
|
|
763
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
764
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
765
|
-
}
|
|
766
|
-
else {
|
|
767
|
-
return this.send(command, optionsOrCb);
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
describeDashboard(args, optionsOrCb, cb) {
|
|
771
|
-
const command = new DescribeDashboardCommand_1.DescribeDashboardCommand(args);
|
|
772
|
-
if (typeof optionsOrCb === "function") {
|
|
773
|
-
this.send(command, optionsOrCb);
|
|
774
|
-
}
|
|
775
|
-
else if (typeof cb === "function") {
|
|
776
|
-
if (typeof optionsOrCb !== "object")
|
|
777
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
778
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
779
|
-
}
|
|
780
|
-
else {
|
|
781
|
-
return this.send(command, optionsOrCb);
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
describeDashboardDefinition(args, optionsOrCb, cb) {
|
|
785
|
-
const command = new DescribeDashboardDefinitionCommand_1.DescribeDashboardDefinitionCommand(args);
|
|
786
|
-
if (typeof optionsOrCb === "function") {
|
|
787
|
-
this.send(command, optionsOrCb);
|
|
788
|
-
}
|
|
789
|
-
else if (typeof cb === "function") {
|
|
790
|
-
if (typeof optionsOrCb !== "object")
|
|
791
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
792
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
793
|
-
}
|
|
794
|
-
else {
|
|
795
|
-
return this.send(command, optionsOrCb);
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
describeDashboardPermissions(args, optionsOrCb, cb) {
|
|
799
|
-
const command = new DescribeDashboardPermissionsCommand_1.DescribeDashboardPermissionsCommand(args);
|
|
800
|
-
if (typeof optionsOrCb === "function") {
|
|
801
|
-
this.send(command, optionsOrCb);
|
|
802
|
-
}
|
|
803
|
-
else if (typeof cb === "function") {
|
|
804
|
-
if (typeof optionsOrCb !== "object")
|
|
805
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
806
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
807
|
-
}
|
|
808
|
-
else {
|
|
809
|
-
return this.send(command, optionsOrCb);
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
describeDataSet(args, optionsOrCb, cb) {
|
|
813
|
-
const command = new DescribeDataSetCommand_1.DescribeDataSetCommand(args);
|
|
814
|
-
if (typeof optionsOrCb === "function") {
|
|
815
|
-
this.send(command, optionsOrCb);
|
|
816
|
-
}
|
|
817
|
-
else if (typeof cb === "function") {
|
|
818
|
-
if (typeof optionsOrCb !== "object")
|
|
819
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
820
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
821
|
-
}
|
|
822
|
-
else {
|
|
823
|
-
return this.send(command, optionsOrCb);
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
describeDataSetPermissions(args, optionsOrCb, cb) {
|
|
827
|
-
const command = new DescribeDataSetPermissionsCommand_1.DescribeDataSetPermissionsCommand(args);
|
|
828
|
-
if (typeof optionsOrCb === "function") {
|
|
829
|
-
this.send(command, optionsOrCb);
|
|
830
|
-
}
|
|
831
|
-
else if (typeof cb === "function") {
|
|
832
|
-
if (typeof optionsOrCb !== "object")
|
|
833
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
834
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
835
|
-
}
|
|
836
|
-
else {
|
|
837
|
-
return this.send(command, optionsOrCb);
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
describeDataSetRefreshProperties(args, optionsOrCb, cb) {
|
|
841
|
-
const command = new DescribeDataSetRefreshPropertiesCommand_1.DescribeDataSetRefreshPropertiesCommand(args);
|
|
842
|
-
if (typeof optionsOrCb === "function") {
|
|
843
|
-
this.send(command, optionsOrCb);
|
|
844
|
-
}
|
|
845
|
-
else if (typeof cb === "function") {
|
|
846
|
-
if (typeof optionsOrCb !== "object")
|
|
847
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
848
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
849
|
-
}
|
|
850
|
-
else {
|
|
851
|
-
return this.send(command, optionsOrCb);
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
describeDataSource(args, optionsOrCb, cb) {
|
|
855
|
-
const command = new DescribeDataSourceCommand_1.DescribeDataSourceCommand(args);
|
|
856
|
-
if (typeof optionsOrCb === "function") {
|
|
857
|
-
this.send(command, optionsOrCb);
|
|
858
|
-
}
|
|
859
|
-
else if (typeof cb === "function") {
|
|
860
|
-
if (typeof optionsOrCb !== "object")
|
|
861
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
862
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
863
|
-
}
|
|
864
|
-
else {
|
|
865
|
-
return this.send(command, optionsOrCb);
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
describeDataSourcePermissions(args, optionsOrCb, cb) {
|
|
869
|
-
const command = new DescribeDataSourcePermissionsCommand_1.DescribeDataSourcePermissionsCommand(args);
|
|
870
|
-
if (typeof optionsOrCb === "function") {
|
|
871
|
-
this.send(command, optionsOrCb);
|
|
872
|
-
}
|
|
873
|
-
else if (typeof cb === "function") {
|
|
874
|
-
if (typeof optionsOrCb !== "object")
|
|
875
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
876
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
877
|
-
}
|
|
878
|
-
else {
|
|
879
|
-
return this.send(command, optionsOrCb);
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
describeFolder(args, optionsOrCb, cb) {
|
|
883
|
-
const command = new DescribeFolderCommand_1.DescribeFolderCommand(args);
|
|
884
|
-
if (typeof optionsOrCb === "function") {
|
|
885
|
-
this.send(command, optionsOrCb);
|
|
886
|
-
}
|
|
887
|
-
else if (typeof cb === "function") {
|
|
888
|
-
if (typeof optionsOrCb !== "object")
|
|
889
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
890
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
891
|
-
}
|
|
892
|
-
else {
|
|
893
|
-
return this.send(command, optionsOrCb);
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
describeFolderPermissions(args, optionsOrCb, cb) {
|
|
897
|
-
const command = new DescribeFolderPermissionsCommand_1.DescribeFolderPermissionsCommand(args);
|
|
898
|
-
if (typeof optionsOrCb === "function") {
|
|
899
|
-
this.send(command, optionsOrCb);
|
|
900
|
-
}
|
|
901
|
-
else if (typeof cb === "function") {
|
|
902
|
-
if (typeof optionsOrCb !== "object")
|
|
903
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
904
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
905
|
-
}
|
|
906
|
-
else {
|
|
907
|
-
return this.send(command, optionsOrCb);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
describeFolderResolvedPermissions(args, optionsOrCb, cb) {
|
|
911
|
-
const command = new DescribeFolderResolvedPermissionsCommand_1.DescribeFolderResolvedPermissionsCommand(args);
|
|
912
|
-
if (typeof optionsOrCb === "function") {
|
|
913
|
-
this.send(command, optionsOrCb);
|
|
914
|
-
}
|
|
915
|
-
else if (typeof cb === "function") {
|
|
916
|
-
if (typeof optionsOrCb !== "object")
|
|
917
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
918
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
919
|
-
}
|
|
920
|
-
else {
|
|
921
|
-
return this.send(command, optionsOrCb);
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
describeGroup(args, optionsOrCb, cb) {
|
|
925
|
-
const command = new DescribeGroupCommand_1.DescribeGroupCommand(args);
|
|
926
|
-
if (typeof optionsOrCb === "function") {
|
|
927
|
-
this.send(command, optionsOrCb);
|
|
928
|
-
}
|
|
929
|
-
else if (typeof cb === "function") {
|
|
930
|
-
if (typeof optionsOrCb !== "object")
|
|
931
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
932
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
933
|
-
}
|
|
934
|
-
else {
|
|
935
|
-
return this.send(command, optionsOrCb);
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
describeGroupMembership(args, optionsOrCb, cb) {
|
|
939
|
-
const command = new DescribeGroupMembershipCommand_1.DescribeGroupMembershipCommand(args);
|
|
940
|
-
if (typeof optionsOrCb === "function") {
|
|
941
|
-
this.send(command, optionsOrCb);
|
|
942
|
-
}
|
|
943
|
-
else if (typeof cb === "function") {
|
|
944
|
-
if (typeof optionsOrCb !== "object")
|
|
945
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
946
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
947
|
-
}
|
|
948
|
-
else {
|
|
949
|
-
return this.send(command, optionsOrCb);
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
describeIAMPolicyAssignment(args, optionsOrCb, cb) {
|
|
953
|
-
const command = new DescribeIAMPolicyAssignmentCommand_1.DescribeIAMPolicyAssignmentCommand(args);
|
|
954
|
-
if (typeof optionsOrCb === "function") {
|
|
955
|
-
this.send(command, optionsOrCb);
|
|
956
|
-
}
|
|
957
|
-
else if (typeof cb === "function") {
|
|
958
|
-
if (typeof optionsOrCb !== "object")
|
|
959
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
960
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
961
|
-
}
|
|
962
|
-
else {
|
|
963
|
-
return this.send(command, optionsOrCb);
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
describeIngestion(args, optionsOrCb, cb) {
|
|
967
|
-
const command = new DescribeIngestionCommand_1.DescribeIngestionCommand(args);
|
|
968
|
-
if (typeof optionsOrCb === "function") {
|
|
969
|
-
this.send(command, optionsOrCb);
|
|
970
|
-
}
|
|
971
|
-
else if (typeof cb === "function") {
|
|
972
|
-
if (typeof optionsOrCb !== "object")
|
|
973
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
974
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
975
|
-
}
|
|
976
|
-
else {
|
|
977
|
-
return this.send(command, optionsOrCb);
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
describeIpRestriction(args, optionsOrCb, cb) {
|
|
981
|
-
const command = new DescribeIpRestrictionCommand_1.DescribeIpRestrictionCommand(args);
|
|
982
|
-
if (typeof optionsOrCb === "function") {
|
|
983
|
-
this.send(command, optionsOrCb);
|
|
984
|
-
}
|
|
985
|
-
else if (typeof cb === "function") {
|
|
986
|
-
if (typeof optionsOrCb !== "object")
|
|
987
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
988
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
989
|
-
}
|
|
990
|
-
else {
|
|
991
|
-
return this.send(command, optionsOrCb);
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
describeNamespace(args, optionsOrCb, cb) {
|
|
995
|
-
const command = new DescribeNamespaceCommand_1.DescribeNamespaceCommand(args);
|
|
996
|
-
if (typeof optionsOrCb === "function") {
|
|
997
|
-
this.send(command, optionsOrCb);
|
|
998
|
-
}
|
|
999
|
-
else if (typeof cb === "function") {
|
|
1000
|
-
if (typeof optionsOrCb !== "object")
|
|
1001
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1002
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1003
|
-
}
|
|
1004
|
-
else {
|
|
1005
|
-
return this.send(command, optionsOrCb);
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
describeRefreshSchedule(args, optionsOrCb, cb) {
|
|
1009
|
-
const command = new DescribeRefreshScheduleCommand_1.DescribeRefreshScheduleCommand(args);
|
|
1010
|
-
if (typeof optionsOrCb === "function") {
|
|
1011
|
-
this.send(command, optionsOrCb);
|
|
1012
|
-
}
|
|
1013
|
-
else if (typeof cb === "function") {
|
|
1014
|
-
if (typeof optionsOrCb !== "object")
|
|
1015
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1016
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1017
|
-
}
|
|
1018
|
-
else {
|
|
1019
|
-
return this.send(command, optionsOrCb);
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
describeTemplate(args, optionsOrCb, cb) {
|
|
1023
|
-
const command = new DescribeTemplateCommand_1.DescribeTemplateCommand(args);
|
|
1024
|
-
if (typeof optionsOrCb === "function") {
|
|
1025
|
-
this.send(command, optionsOrCb);
|
|
1026
|
-
}
|
|
1027
|
-
else if (typeof cb === "function") {
|
|
1028
|
-
if (typeof optionsOrCb !== "object")
|
|
1029
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1030
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1031
|
-
}
|
|
1032
|
-
else {
|
|
1033
|
-
return this.send(command, optionsOrCb);
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
describeTemplateAlias(args, optionsOrCb, cb) {
|
|
1037
|
-
const command = new DescribeTemplateAliasCommand_1.DescribeTemplateAliasCommand(args);
|
|
1038
|
-
if (typeof optionsOrCb === "function") {
|
|
1039
|
-
this.send(command, optionsOrCb);
|
|
1040
|
-
}
|
|
1041
|
-
else if (typeof cb === "function") {
|
|
1042
|
-
if (typeof optionsOrCb !== "object")
|
|
1043
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1044
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1045
|
-
}
|
|
1046
|
-
else {
|
|
1047
|
-
return this.send(command, optionsOrCb);
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
|
-
describeTemplateDefinition(args, optionsOrCb, cb) {
|
|
1051
|
-
const command = new DescribeTemplateDefinitionCommand_1.DescribeTemplateDefinitionCommand(args);
|
|
1052
|
-
if (typeof optionsOrCb === "function") {
|
|
1053
|
-
this.send(command, optionsOrCb);
|
|
1054
|
-
}
|
|
1055
|
-
else if (typeof cb === "function") {
|
|
1056
|
-
if (typeof optionsOrCb !== "object")
|
|
1057
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1058
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1059
|
-
}
|
|
1060
|
-
else {
|
|
1061
|
-
return this.send(command, optionsOrCb);
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
describeTemplatePermissions(args, optionsOrCb, cb) {
|
|
1065
|
-
const command = new DescribeTemplatePermissionsCommand_1.DescribeTemplatePermissionsCommand(args);
|
|
1066
|
-
if (typeof optionsOrCb === "function") {
|
|
1067
|
-
this.send(command, optionsOrCb);
|
|
1068
|
-
}
|
|
1069
|
-
else if (typeof cb === "function") {
|
|
1070
|
-
if (typeof optionsOrCb !== "object")
|
|
1071
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1072
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1073
|
-
}
|
|
1074
|
-
else {
|
|
1075
|
-
return this.send(command, optionsOrCb);
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
describeTheme(args, optionsOrCb, cb) {
|
|
1079
|
-
const command = new DescribeThemeCommand_1.DescribeThemeCommand(args);
|
|
1080
|
-
if (typeof optionsOrCb === "function") {
|
|
1081
|
-
this.send(command, optionsOrCb);
|
|
1082
|
-
}
|
|
1083
|
-
else if (typeof cb === "function") {
|
|
1084
|
-
if (typeof optionsOrCb !== "object")
|
|
1085
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1086
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1087
|
-
}
|
|
1088
|
-
else {
|
|
1089
|
-
return this.send(command, optionsOrCb);
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
describeThemeAlias(args, optionsOrCb, cb) {
|
|
1093
|
-
const command = new DescribeThemeAliasCommand_1.DescribeThemeAliasCommand(args);
|
|
1094
|
-
if (typeof optionsOrCb === "function") {
|
|
1095
|
-
this.send(command, optionsOrCb);
|
|
1096
|
-
}
|
|
1097
|
-
else if (typeof cb === "function") {
|
|
1098
|
-
if (typeof optionsOrCb !== "object")
|
|
1099
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1100
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1101
|
-
}
|
|
1102
|
-
else {
|
|
1103
|
-
return this.send(command, optionsOrCb);
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
describeThemePermissions(args, optionsOrCb, cb) {
|
|
1107
|
-
const command = new DescribeThemePermissionsCommand_1.DescribeThemePermissionsCommand(args);
|
|
1108
|
-
if (typeof optionsOrCb === "function") {
|
|
1109
|
-
this.send(command, optionsOrCb);
|
|
1110
|
-
}
|
|
1111
|
-
else if (typeof cb === "function") {
|
|
1112
|
-
if (typeof optionsOrCb !== "object")
|
|
1113
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1114
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1115
|
-
}
|
|
1116
|
-
else {
|
|
1117
|
-
return this.send(command, optionsOrCb);
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
describeUser(args, optionsOrCb, cb) {
|
|
1121
|
-
const command = new DescribeUserCommand_1.DescribeUserCommand(args);
|
|
1122
|
-
if (typeof optionsOrCb === "function") {
|
|
1123
|
-
this.send(command, optionsOrCb);
|
|
1124
|
-
}
|
|
1125
|
-
else if (typeof cb === "function") {
|
|
1126
|
-
if (typeof optionsOrCb !== "object")
|
|
1127
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1128
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1129
|
-
}
|
|
1130
|
-
else {
|
|
1131
|
-
return this.send(command, optionsOrCb);
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
generateEmbedUrlForAnonymousUser(args, optionsOrCb, cb) {
|
|
1135
|
-
const command = new GenerateEmbedUrlForAnonymousUserCommand_1.GenerateEmbedUrlForAnonymousUserCommand(args);
|
|
1136
|
-
if (typeof optionsOrCb === "function") {
|
|
1137
|
-
this.send(command, optionsOrCb);
|
|
1138
|
-
}
|
|
1139
|
-
else if (typeof cb === "function") {
|
|
1140
|
-
if (typeof optionsOrCb !== "object")
|
|
1141
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1142
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1143
|
-
}
|
|
1144
|
-
else {
|
|
1145
|
-
return this.send(command, optionsOrCb);
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
generateEmbedUrlForRegisteredUser(args, optionsOrCb, cb) {
|
|
1149
|
-
const command = new GenerateEmbedUrlForRegisteredUserCommand_1.GenerateEmbedUrlForRegisteredUserCommand(args);
|
|
1150
|
-
if (typeof optionsOrCb === "function") {
|
|
1151
|
-
this.send(command, optionsOrCb);
|
|
1152
|
-
}
|
|
1153
|
-
else if (typeof cb === "function") {
|
|
1154
|
-
if (typeof optionsOrCb !== "object")
|
|
1155
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1156
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1157
|
-
}
|
|
1158
|
-
else {
|
|
1159
|
-
return this.send(command, optionsOrCb);
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
getDashboardEmbedUrl(args, optionsOrCb, cb) {
|
|
1163
|
-
const command = new GetDashboardEmbedUrlCommand_1.GetDashboardEmbedUrlCommand(args);
|
|
1164
|
-
if (typeof optionsOrCb === "function") {
|
|
1165
|
-
this.send(command, optionsOrCb);
|
|
1166
|
-
}
|
|
1167
|
-
else if (typeof cb === "function") {
|
|
1168
|
-
if (typeof optionsOrCb !== "object")
|
|
1169
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1170
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1171
|
-
}
|
|
1172
|
-
else {
|
|
1173
|
-
return this.send(command, optionsOrCb);
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
getSessionEmbedUrl(args, optionsOrCb, cb) {
|
|
1177
|
-
const command = new GetSessionEmbedUrlCommand_1.GetSessionEmbedUrlCommand(args);
|
|
1178
|
-
if (typeof optionsOrCb === "function") {
|
|
1179
|
-
this.send(command, optionsOrCb);
|
|
1180
|
-
}
|
|
1181
|
-
else if (typeof cb === "function") {
|
|
1182
|
-
if (typeof optionsOrCb !== "object")
|
|
1183
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1184
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1185
|
-
}
|
|
1186
|
-
else {
|
|
1187
|
-
return this.send(command, optionsOrCb);
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
listAnalyses(args, optionsOrCb, cb) {
|
|
1191
|
-
const command = new ListAnalysesCommand_1.ListAnalysesCommand(args);
|
|
1192
|
-
if (typeof optionsOrCb === "function") {
|
|
1193
|
-
this.send(command, optionsOrCb);
|
|
1194
|
-
}
|
|
1195
|
-
else if (typeof cb === "function") {
|
|
1196
|
-
if (typeof optionsOrCb !== "object")
|
|
1197
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1198
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1199
|
-
}
|
|
1200
|
-
else {
|
|
1201
|
-
return this.send(command, optionsOrCb);
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
listDashboards(args, optionsOrCb, cb) {
|
|
1205
|
-
const command = new ListDashboardsCommand_1.ListDashboardsCommand(args);
|
|
1206
|
-
if (typeof optionsOrCb === "function") {
|
|
1207
|
-
this.send(command, optionsOrCb);
|
|
1208
|
-
}
|
|
1209
|
-
else if (typeof cb === "function") {
|
|
1210
|
-
if (typeof optionsOrCb !== "object")
|
|
1211
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1212
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1213
|
-
}
|
|
1214
|
-
else {
|
|
1215
|
-
return this.send(command, optionsOrCb);
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
listDashboardVersions(args, optionsOrCb, cb) {
|
|
1219
|
-
const command = new ListDashboardVersionsCommand_1.ListDashboardVersionsCommand(args);
|
|
1220
|
-
if (typeof optionsOrCb === "function") {
|
|
1221
|
-
this.send(command, optionsOrCb);
|
|
1222
|
-
}
|
|
1223
|
-
else if (typeof cb === "function") {
|
|
1224
|
-
if (typeof optionsOrCb !== "object")
|
|
1225
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1226
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1227
|
-
}
|
|
1228
|
-
else {
|
|
1229
|
-
return this.send(command, optionsOrCb);
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
listDataSets(args, optionsOrCb, cb) {
|
|
1233
|
-
const command = new ListDataSetsCommand_1.ListDataSetsCommand(args);
|
|
1234
|
-
if (typeof optionsOrCb === "function") {
|
|
1235
|
-
this.send(command, optionsOrCb);
|
|
1236
|
-
}
|
|
1237
|
-
else if (typeof cb === "function") {
|
|
1238
|
-
if (typeof optionsOrCb !== "object")
|
|
1239
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1241
|
-
}
|
|
1242
|
-
else {
|
|
1243
|
-
return this.send(command, optionsOrCb);
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
listDataSources(args, optionsOrCb, cb) {
|
|
1247
|
-
const command = new ListDataSourcesCommand_1.ListDataSourcesCommand(args);
|
|
1248
|
-
if (typeof optionsOrCb === "function") {
|
|
1249
|
-
this.send(command, optionsOrCb);
|
|
1250
|
-
}
|
|
1251
|
-
else if (typeof cb === "function") {
|
|
1252
|
-
if (typeof optionsOrCb !== "object")
|
|
1253
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1254
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1255
|
-
}
|
|
1256
|
-
else {
|
|
1257
|
-
return this.send(command, optionsOrCb);
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
listFolderMembers(args, optionsOrCb, cb) {
|
|
1261
|
-
const command = new ListFolderMembersCommand_1.ListFolderMembersCommand(args);
|
|
1262
|
-
if (typeof optionsOrCb === "function") {
|
|
1263
|
-
this.send(command, optionsOrCb);
|
|
1264
|
-
}
|
|
1265
|
-
else if (typeof cb === "function") {
|
|
1266
|
-
if (typeof optionsOrCb !== "object")
|
|
1267
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1268
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1269
|
-
}
|
|
1270
|
-
else {
|
|
1271
|
-
return this.send(command, optionsOrCb);
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
|
-
listFolders(args, optionsOrCb, cb) {
|
|
1275
|
-
const command = new ListFoldersCommand_1.ListFoldersCommand(args);
|
|
1276
|
-
if (typeof optionsOrCb === "function") {
|
|
1277
|
-
this.send(command, optionsOrCb);
|
|
1278
|
-
}
|
|
1279
|
-
else if (typeof cb === "function") {
|
|
1280
|
-
if (typeof optionsOrCb !== "object")
|
|
1281
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1282
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1283
|
-
}
|
|
1284
|
-
else {
|
|
1285
|
-
return this.send(command, optionsOrCb);
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
listGroupMemberships(args, optionsOrCb, cb) {
|
|
1289
|
-
const command = new ListGroupMembershipsCommand_1.ListGroupMembershipsCommand(args);
|
|
1290
|
-
if (typeof optionsOrCb === "function") {
|
|
1291
|
-
this.send(command, optionsOrCb);
|
|
1292
|
-
}
|
|
1293
|
-
else if (typeof cb === "function") {
|
|
1294
|
-
if (typeof optionsOrCb !== "object")
|
|
1295
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1296
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1297
|
-
}
|
|
1298
|
-
else {
|
|
1299
|
-
return this.send(command, optionsOrCb);
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
listGroups(args, optionsOrCb, cb) {
|
|
1303
|
-
const command = new ListGroupsCommand_1.ListGroupsCommand(args);
|
|
1304
|
-
if (typeof optionsOrCb === "function") {
|
|
1305
|
-
this.send(command, optionsOrCb);
|
|
1306
|
-
}
|
|
1307
|
-
else if (typeof cb === "function") {
|
|
1308
|
-
if (typeof optionsOrCb !== "object")
|
|
1309
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1310
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1311
|
-
}
|
|
1312
|
-
else {
|
|
1313
|
-
return this.send(command, optionsOrCb);
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
listIAMPolicyAssignments(args, optionsOrCb, cb) {
|
|
1317
|
-
const command = new ListIAMPolicyAssignmentsCommand_1.ListIAMPolicyAssignmentsCommand(args);
|
|
1318
|
-
if (typeof optionsOrCb === "function") {
|
|
1319
|
-
this.send(command, optionsOrCb);
|
|
1320
|
-
}
|
|
1321
|
-
else if (typeof cb === "function") {
|
|
1322
|
-
if (typeof optionsOrCb !== "object")
|
|
1323
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1324
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1325
|
-
}
|
|
1326
|
-
else {
|
|
1327
|
-
return this.send(command, optionsOrCb);
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
listIAMPolicyAssignmentsForUser(args, optionsOrCb, cb) {
|
|
1331
|
-
const command = new ListIAMPolicyAssignmentsForUserCommand_1.ListIAMPolicyAssignmentsForUserCommand(args);
|
|
1332
|
-
if (typeof optionsOrCb === "function") {
|
|
1333
|
-
this.send(command, optionsOrCb);
|
|
1334
|
-
}
|
|
1335
|
-
else if (typeof cb === "function") {
|
|
1336
|
-
if (typeof optionsOrCb !== "object")
|
|
1337
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1338
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1339
|
-
}
|
|
1340
|
-
else {
|
|
1341
|
-
return this.send(command, optionsOrCb);
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
listIngestions(args, optionsOrCb, cb) {
|
|
1345
|
-
const command = new ListIngestionsCommand_1.ListIngestionsCommand(args);
|
|
1346
|
-
if (typeof optionsOrCb === "function") {
|
|
1347
|
-
this.send(command, optionsOrCb);
|
|
1348
|
-
}
|
|
1349
|
-
else if (typeof cb === "function") {
|
|
1350
|
-
if (typeof optionsOrCb !== "object")
|
|
1351
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1352
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1353
|
-
}
|
|
1354
|
-
else {
|
|
1355
|
-
return this.send(command, optionsOrCb);
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
listNamespaces(args, optionsOrCb, cb) {
|
|
1359
|
-
const command = new ListNamespacesCommand_1.ListNamespacesCommand(args);
|
|
1360
|
-
if (typeof optionsOrCb === "function") {
|
|
1361
|
-
this.send(command, optionsOrCb);
|
|
1362
|
-
}
|
|
1363
|
-
else if (typeof cb === "function") {
|
|
1364
|
-
if (typeof optionsOrCb !== "object")
|
|
1365
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1366
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1367
|
-
}
|
|
1368
|
-
else {
|
|
1369
|
-
return this.send(command, optionsOrCb);
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1372
|
-
listRefreshSchedules(args, optionsOrCb, cb) {
|
|
1373
|
-
const command = new ListRefreshSchedulesCommand_1.ListRefreshSchedulesCommand(args);
|
|
1374
|
-
if (typeof optionsOrCb === "function") {
|
|
1375
|
-
this.send(command, optionsOrCb);
|
|
1376
|
-
}
|
|
1377
|
-
else if (typeof cb === "function") {
|
|
1378
|
-
if (typeof optionsOrCb !== "object")
|
|
1379
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1380
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1381
|
-
}
|
|
1382
|
-
else {
|
|
1383
|
-
return this.send(command, optionsOrCb);
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
listTagsForResource(args, optionsOrCb, cb) {
|
|
1387
|
-
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
1388
|
-
if (typeof optionsOrCb === "function") {
|
|
1389
|
-
this.send(command, optionsOrCb);
|
|
1390
|
-
}
|
|
1391
|
-
else if (typeof cb === "function") {
|
|
1392
|
-
if (typeof optionsOrCb !== "object")
|
|
1393
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1394
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1395
|
-
}
|
|
1396
|
-
else {
|
|
1397
|
-
return this.send(command, optionsOrCb);
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
listTemplateAliases(args, optionsOrCb, cb) {
|
|
1401
|
-
const command = new ListTemplateAliasesCommand_1.ListTemplateAliasesCommand(args);
|
|
1402
|
-
if (typeof optionsOrCb === "function") {
|
|
1403
|
-
this.send(command, optionsOrCb);
|
|
1404
|
-
}
|
|
1405
|
-
else if (typeof cb === "function") {
|
|
1406
|
-
if (typeof optionsOrCb !== "object")
|
|
1407
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1408
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1409
|
-
}
|
|
1410
|
-
else {
|
|
1411
|
-
return this.send(command, optionsOrCb);
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
listTemplates(args, optionsOrCb, cb) {
|
|
1415
|
-
const command = new ListTemplatesCommand_1.ListTemplatesCommand(args);
|
|
1416
|
-
if (typeof optionsOrCb === "function") {
|
|
1417
|
-
this.send(command, optionsOrCb);
|
|
1418
|
-
}
|
|
1419
|
-
else if (typeof cb === "function") {
|
|
1420
|
-
if (typeof optionsOrCb !== "object")
|
|
1421
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1423
|
-
}
|
|
1424
|
-
else {
|
|
1425
|
-
return this.send(command, optionsOrCb);
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
listTemplateVersions(args, optionsOrCb, cb) {
|
|
1429
|
-
const command = new ListTemplateVersionsCommand_1.ListTemplateVersionsCommand(args);
|
|
1430
|
-
if (typeof optionsOrCb === "function") {
|
|
1431
|
-
this.send(command, optionsOrCb);
|
|
1432
|
-
}
|
|
1433
|
-
else if (typeof cb === "function") {
|
|
1434
|
-
if (typeof optionsOrCb !== "object")
|
|
1435
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1436
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1437
|
-
}
|
|
1438
|
-
else {
|
|
1439
|
-
return this.send(command, optionsOrCb);
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
listThemeAliases(args, optionsOrCb, cb) {
|
|
1443
|
-
const command = new ListThemeAliasesCommand_1.ListThemeAliasesCommand(args);
|
|
1444
|
-
if (typeof optionsOrCb === "function") {
|
|
1445
|
-
this.send(command, optionsOrCb);
|
|
1446
|
-
}
|
|
1447
|
-
else if (typeof cb === "function") {
|
|
1448
|
-
if (typeof optionsOrCb !== "object")
|
|
1449
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1450
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1451
|
-
}
|
|
1452
|
-
else {
|
|
1453
|
-
return this.send(command, optionsOrCb);
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
listThemes(args, optionsOrCb, cb) {
|
|
1457
|
-
const command = new ListThemesCommand_1.ListThemesCommand(args);
|
|
1458
|
-
if (typeof optionsOrCb === "function") {
|
|
1459
|
-
this.send(command, optionsOrCb);
|
|
1460
|
-
}
|
|
1461
|
-
else if (typeof cb === "function") {
|
|
1462
|
-
if (typeof optionsOrCb !== "object")
|
|
1463
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1464
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1465
|
-
}
|
|
1466
|
-
else {
|
|
1467
|
-
return this.send(command, optionsOrCb);
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
listThemeVersions(args, optionsOrCb, cb) {
|
|
1471
|
-
const command = new ListThemeVersionsCommand_1.ListThemeVersionsCommand(args);
|
|
1472
|
-
if (typeof optionsOrCb === "function") {
|
|
1473
|
-
this.send(command, optionsOrCb);
|
|
1474
|
-
}
|
|
1475
|
-
else if (typeof cb === "function") {
|
|
1476
|
-
if (typeof optionsOrCb !== "object")
|
|
1477
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1478
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1479
|
-
}
|
|
1480
|
-
else {
|
|
1481
|
-
return this.send(command, optionsOrCb);
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
listUserGroups(args, optionsOrCb, cb) {
|
|
1485
|
-
const command = new ListUserGroupsCommand_1.ListUserGroupsCommand(args);
|
|
1486
|
-
if (typeof optionsOrCb === "function") {
|
|
1487
|
-
this.send(command, optionsOrCb);
|
|
1488
|
-
}
|
|
1489
|
-
else if (typeof cb === "function") {
|
|
1490
|
-
if (typeof optionsOrCb !== "object")
|
|
1491
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1492
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1493
|
-
}
|
|
1494
|
-
else {
|
|
1495
|
-
return this.send(command, optionsOrCb);
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
listUsers(args, optionsOrCb, cb) {
|
|
1499
|
-
const command = new ListUsersCommand_1.ListUsersCommand(args);
|
|
1500
|
-
if (typeof optionsOrCb === "function") {
|
|
1501
|
-
this.send(command, optionsOrCb);
|
|
1502
|
-
}
|
|
1503
|
-
else if (typeof cb === "function") {
|
|
1504
|
-
if (typeof optionsOrCb !== "object")
|
|
1505
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1506
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1507
|
-
}
|
|
1508
|
-
else {
|
|
1509
|
-
return this.send(command, optionsOrCb);
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
putDataSetRefreshProperties(args, optionsOrCb, cb) {
|
|
1513
|
-
const command = new PutDataSetRefreshPropertiesCommand_1.PutDataSetRefreshPropertiesCommand(args);
|
|
1514
|
-
if (typeof optionsOrCb === "function") {
|
|
1515
|
-
this.send(command, optionsOrCb);
|
|
1516
|
-
}
|
|
1517
|
-
else if (typeof cb === "function") {
|
|
1518
|
-
if (typeof optionsOrCb !== "object")
|
|
1519
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1520
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1521
|
-
}
|
|
1522
|
-
else {
|
|
1523
|
-
return this.send(command, optionsOrCb);
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
registerUser(args, optionsOrCb, cb) {
|
|
1527
|
-
const command = new RegisterUserCommand_1.RegisterUserCommand(args);
|
|
1528
|
-
if (typeof optionsOrCb === "function") {
|
|
1529
|
-
this.send(command, optionsOrCb);
|
|
1530
|
-
}
|
|
1531
|
-
else if (typeof cb === "function") {
|
|
1532
|
-
if (typeof optionsOrCb !== "object")
|
|
1533
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1534
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1535
|
-
}
|
|
1536
|
-
else {
|
|
1537
|
-
return this.send(command, optionsOrCb);
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
restoreAnalysis(args, optionsOrCb, cb) {
|
|
1541
|
-
const command = new RestoreAnalysisCommand_1.RestoreAnalysisCommand(args);
|
|
1542
|
-
if (typeof optionsOrCb === "function") {
|
|
1543
|
-
this.send(command, optionsOrCb);
|
|
1544
|
-
}
|
|
1545
|
-
else if (typeof cb === "function") {
|
|
1546
|
-
if (typeof optionsOrCb !== "object")
|
|
1547
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1548
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1549
|
-
}
|
|
1550
|
-
else {
|
|
1551
|
-
return this.send(command, optionsOrCb);
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
searchAnalyses(args, optionsOrCb, cb) {
|
|
1555
|
-
const command = new SearchAnalysesCommand_1.SearchAnalysesCommand(args);
|
|
1556
|
-
if (typeof optionsOrCb === "function") {
|
|
1557
|
-
this.send(command, optionsOrCb);
|
|
1558
|
-
}
|
|
1559
|
-
else if (typeof cb === "function") {
|
|
1560
|
-
if (typeof optionsOrCb !== "object")
|
|
1561
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1562
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1563
|
-
}
|
|
1564
|
-
else {
|
|
1565
|
-
return this.send(command, optionsOrCb);
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
searchDashboards(args, optionsOrCb, cb) {
|
|
1569
|
-
const command = new SearchDashboardsCommand_1.SearchDashboardsCommand(args);
|
|
1570
|
-
if (typeof optionsOrCb === "function") {
|
|
1571
|
-
this.send(command, optionsOrCb);
|
|
1572
|
-
}
|
|
1573
|
-
else if (typeof cb === "function") {
|
|
1574
|
-
if (typeof optionsOrCb !== "object")
|
|
1575
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1576
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1577
|
-
}
|
|
1578
|
-
else {
|
|
1579
|
-
return this.send(command, optionsOrCb);
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
searchDataSets(args, optionsOrCb, cb) {
|
|
1583
|
-
const command = new SearchDataSetsCommand_1.SearchDataSetsCommand(args);
|
|
1584
|
-
if (typeof optionsOrCb === "function") {
|
|
1585
|
-
this.send(command, optionsOrCb);
|
|
1586
|
-
}
|
|
1587
|
-
else if (typeof cb === "function") {
|
|
1588
|
-
if (typeof optionsOrCb !== "object")
|
|
1589
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1590
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1591
|
-
}
|
|
1592
|
-
else {
|
|
1593
|
-
return this.send(command, optionsOrCb);
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
searchDataSources(args, optionsOrCb, cb) {
|
|
1597
|
-
const command = new SearchDataSourcesCommand_1.SearchDataSourcesCommand(args);
|
|
1598
|
-
if (typeof optionsOrCb === "function") {
|
|
1599
|
-
this.send(command, optionsOrCb);
|
|
1600
|
-
}
|
|
1601
|
-
else if (typeof cb === "function") {
|
|
1602
|
-
if (typeof optionsOrCb !== "object")
|
|
1603
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1604
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1605
|
-
}
|
|
1606
|
-
else {
|
|
1607
|
-
return this.send(command, optionsOrCb);
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
searchFolders(args, optionsOrCb, cb) {
|
|
1611
|
-
const command = new SearchFoldersCommand_1.SearchFoldersCommand(args);
|
|
1612
|
-
if (typeof optionsOrCb === "function") {
|
|
1613
|
-
this.send(command, optionsOrCb);
|
|
1614
|
-
}
|
|
1615
|
-
else if (typeof cb === "function") {
|
|
1616
|
-
if (typeof optionsOrCb !== "object")
|
|
1617
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1618
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1619
|
-
}
|
|
1620
|
-
else {
|
|
1621
|
-
return this.send(command, optionsOrCb);
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
searchGroups(args, optionsOrCb, cb) {
|
|
1625
|
-
const command = new SearchGroupsCommand_1.SearchGroupsCommand(args);
|
|
1626
|
-
if (typeof optionsOrCb === "function") {
|
|
1627
|
-
this.send(command, optionsOrCb);
|
|
1628
|
-
}
|
|
1629
|
-
else if (typeof cb === "function") {
|
|
1630
|
-
if (typeof optionsOrCb !== "object")
|
|
1631
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1632
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1633
|
-
}
|
|
1634
|
-
else {
|
|
1635
|
-
return this.send(command, optionsOrCb);
|
|
1636
|
-
}
|
|
1637
|
-
}
|
|
1638
|
-
tagResource(args, optionsOrCb, cb) {
|
|
1639
|
-
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
1640
|
-
if (typeof optionsOrCb === "function") {
|
|
1641
|
-
this.send(command, optionsOrCb);
|
|
1642
|
-
}
|
|
1643
|
-
else if (typeof cb === "function") {
|
|
1644
|
-
if (typeof optionsOrCb !== "object")
|
|
1645
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1646
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1647
|
-
}
|
|
1648
|
-
else {
|
|
1649
|
-
return this.send(command, optionsOrCb);
|
|
1650
|
-
}
|
|
1651
|
-
}
|
|
1652
|
-
untagResource(args, optionsOrCb, cb) {
|
|
1653
|
-
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
1654
|
-
if (typeof optionsOrCb === "function") {
|
|
1655
|
-
this.send(command, optionsOrCb);
|
|
1656
|
-
}
|
|
1657
|
-
else if (typeof cb === "function") {
|
|
1658
|
-
if (typeof optionsOrCb !== "object")
|
|
1659
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1660
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1661
|
-
}
|
|
1662
|
-
else {
|
|
1663
|
-
return this.send(command, optionsOrCb);
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1666
|
-
updateAccountCustomization(args, optionsOrCb, cb) {
|
|
1667
|
-
const command = new UpdateAccountCustomizationCommand_1.UpdateAccountCustomizationCommand(args);
|
|
1668
|
-
if (typeof optionsOrCb === "function") {
|
|
1669
|
-
this.send(command, optionsOrCb);
|
|
1670
|
-
}
|
|
1671
|
-
else if (typeof cb === "function") {
|
|
1672
|
-
if (typeof optionsOrCb !== "object")
|
|
1673
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1674
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1675
|
-
}
|
|
1676
|
-
else {
|
|
1677
|
-
return this.send(command, optionsOrCb);
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
updateAccountSettings(args, optionsOrCb, cb) {
|
|
1681
|
-
const command = new UpdateAccountSettingsCommand_1.UpdateAccountSettingsCommand(args);
|
|
1682
|
-
if (typeof optionsOrCb === "function") {
|
|
1683
|
-
this.send(command, optionsOrCb);
|
|
1684
|
-
}
|
|
1685
|
-
else if (typeof cb === "function") {
|
|
1686
|
-
if (typeof optionsOrCb !== "object")
|
|
1687
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1688
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1689
|
-
}
|
|
1690
|
-
else {
|
|
1691
|
-
return this.send(command, optionsOrCb);
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
updateAnalysis(args, optionsOrCb, cb) {
|
|
1695
|
-
const command = new UpdateAnalysisCommand_1.UpdateAnalysisCommand(args);
|
|
1696
|
-
if (typeof optionsOrCb === "function") {
|
|
1697
|
-
this.send(command, optionsOrCb);
|
|
1698
|
-
}
|
|
1699
|
-
else if (typeof cb === "function") {
|
|
1700
|
-
if (typeof optionsOrCb !== "object")
|
|
1701
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1702
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1703
|
-
}
|
|
1704
|
-
else {
|
|
1705
|
-
return this.send(command, optionsOrCb);
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
updateAnalysisPermissions(args, optionsOrCb, cb) {
|
|
1709
|
-
const command = new UpdateAnalysisPermissionsCommand_1.UpdateAnalysisPermissionsCommand(args);
|
|
1710
|
-
if (typeof optionsOrCb === "function") {
|
|
1711
|
-
this.send(command, optionsOrCb);
|
|
1712
|
-
}
|
|
1713
|
-
else if (typeof cb === "function") {
|
|
1714
|
-
if (typeof optionsOrCb !== "object")
|
|
1715
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1716
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1717
|
-
}
|
|
1718
|
-
else {
|
|
1719
|
-
return this.send(command, optionsOrCb);
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
updateDashboard(args, optionsOrCb, cb) {
|
|
1723
|
-
const command = new UpdateDashboardCommand_1.UpdateDashboardCommand(args);
|
|
1724
|
-
if (typeof optionsOrCb === "function") {
|
|
1725
|
-
this.send(command, optionsOrCb);
|
|
1726
|
-
}
|
|
1727
|
-
else if (typeof cb === "function") {
|
|
1728
|
-
if (typeof optionsOrCb !== "object")
|
|
1729
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1730
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1731
|
-
}
|
|
1732
|
-
else {
|
|
1733
|
-
return this.send(command, optionsOrCb);
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
updateDashboardPermissions(args, optionsOrCb, cb) {
|
|
1737
|
-
const command = new UpdateDashboardPermissionsCommand_1.UpdateDashboardPermissionsCommand(args);
|
|
1738
|
-
if (typeof optionsOrCb === "function") {
|
|
1739
|
-
this.send(command, optionsOrCb);
|
|
1740
|
-
}
|
|
1741
|
-
else if (typeof cb === "function") {
|
|
1742
|
-
if (typeof optionsOrCb !== "object")
|
|
1743
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1744
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1745
|
-
}
|
|
1746
|
-
else {
|
|
1747
|
-
return this.send(command, optionsOrCb);
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
updateDashboardPublishedVersion(args, optionsOrCb, cb) {
|
|
1751
|
-
const command = new UpdateDashboardPublishedVersionCommand_1.UpdateDashboardPublishedVersionCommand(args);
|
|
1752
|
-
if (typeof optionsOrCb === "function") {
|
|
1753
|
-
this.send(command, optionsOrCb);
|
|
1754
|
-
}
|
|
1755
|
-
else if (typeof cb === "function") {
|
|
1756
|
-
if (typeof optionsOrCb !== "object")
|
|
1757
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1758
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1759
|
-
}
|
|
1760
|
-
else {
|
|
1761
|
-
return this.send(command, optionsOrCb);
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
updateDataSet(args, optionsOrCb, cb) {
|
|
1765
|
-
const command = new UpdateDataSetCommand_1.UpdateDataSetCommand(args);
|
|
1766
|
-
if (typeof optionsOrCb === "function") {
|
|
1767
|
-
this.send(command, optionsOrCb);
|
|
1768
|
-
}
|
|
1769
|
-
else if (typeof cb === "function") {
|
|
1770
|
-
if (typeof optionsOrCb !== "object")
|
|
1771
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1772
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1773
|
-
}
|
|
1774
|
-
else {
|
|
1775
|
-
return this.send(command, optionsOrCb);
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
updateDataSetPermissions(args, optionsOrCb, cb) {
|
|
1779
|
-
const command = new UpdateDataSetPermissionsCommand_1.UpdateDataSetPermissionsCommand(args);
|
|
1780
|
-
if (typeof optionsOrCb === "function") {
|
|
1781
|
-
this.send(command, optionsOrCb);
|
|
1782
|
-
}
|
|
1783
|
-
else if (typeof cb === "function") {
|
|
1784
|
-
if (typeof optionsOrCb !== "object")
|
|
1785
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1786
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1787
|
-
}
|
|
1788
|
-
else {
|
|
1789
|
-
return this.send(command, optionsOrCb);
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
updateDataSource(args, optionsOrCb, cb) {
|
|
1793
|
-
const command = new UpdateDataSourceCommand_1.UpdateDataSourceCommand(args);
|
|
1794
|
-
if (typeof optionsOrCb === "function") {
|
|
1795
|
-
this.send(command, optionsOrCb);
|
|
1796
|
-
}
|
|
1797
|
-
else if (typeof cb === "function") {
|
|
1798
|
-
if (typeof optionsOrCb !== "object")
|
|
1799
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1800
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1801
|
-
}
|
|
1802
|
-
else {
|
|
1803
|
-
return this.send(command, optionsOrCb);
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
updateDataSourcePermissions(args, optionsOrCb, cb) {
|
|
1807
|
-
const command = new UpdateDataSourcePermissionsCommand_1.UpdateDataSourcePermissionsCommand(args);
|
|
1808
|
-
if (typeof optionsOrCb === "function") {
|
|
1809
|
-
this.send(command, optionsOrCb);
|
|
1810
|
-
}
|
|
1811
|
-
else if (typeof cb === "function") {
|
|
1812
|
-
if (typeof optionsOrCb !== "object")
|
|
1813
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1814
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1815
|
-
}
|
|
1816
|
-
else {
|
|
1817
|
-
return this.send(command, optionsOrCb);
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
updateFolder(args, optionsOrCb, cb) {
|
|
1821
|
-
const command = new UpdateFolderCommand_1.UpdateFolderCommand(args);
|
|
1822
|
-
if (typeof optionsOrCb === "function") {
|
|
1823
|
-
this.send(command, optionsOrCb);
|
|
1824
|
-
}
|
|
1825
|
-
else if (typeof cb === "function") {
|
|
1826
|
-
if (typeof optionsOrCb !== "object")
|
|
1827
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1828
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1829
|
-
}
|
|
1830
|
-
else {
|
|
1831
|
-
return this.send(command, optionsOrCb);
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
updateFolderPermissions(args, optionsOrCb, cb) {
|
|
1835
|
-
const command = new UpdateFolderPermissionsCommand_1.UpdateFolderPermissionsCommand(args);
|
|
1836
|
-
if (typeof optionsOrCb === "function") {
|
|
1837
|
-
this.send(command, optionsOrCb);
|
|
1838
|
-
}
|
|
1839
|
-
else if (typeof cb === "function") {
|
|
1840
|
-
if (typeof optionsOrCb !== "object")
|
|
1841
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1842
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1843
|
-
}
|
|
1844
|
-
else {
|
|
1845
|
-
return this.send(command, optionsOrCb);
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
updateGroup(args, optionsOrCb, cb) {
|
|
1849
|
-
const command = new UpdateGroupCommand_1.UpdateGroupCommand(args);
|
|
1850
|
-
if (typeof optionsOrCb === "function") {
|
|
1851
|
-
this.send(command, optionsOrCb);
|
|
1852
|
-
}
|
|
1853
|
-
else if (typeof cb === "function") {
|
|
1854
|
-
if (typeof optionsOrCb !== "object")
|
|
1855
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1856
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1857
|
-
}
|
|
1858
|
-
else {
|
|
1859
|
-
return this.send(command, optionsOrCb);
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
updateIAMPolicyAssignment(args, optionsOrCb, cb) {
|
|
1863
|
-
const command = new UpdateIAMPolicyAssignmentCommand_1.UpdateIAMPolicyAssignmentCommand(args);
|
|
1864
|
-
if (typeof optionsOrCb === "function") {
|
|
1865
|
-
this.send(command, optionsOrCb);
|
|
1866
|
-
}
|
|
1867
|
-
else if (typeof cb === "function") {
|
|
1868
|
-
if (typeof optionsOrCb !== "object")
|
|
1869
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1870
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1871
|
-
}
|
|
1872
|
-
else {
|
|
1873
|
-
return this.send(command, optionsOrCb);
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1876
|
-
updateIpRestriction(args, optionsOrCb, cb) {
|
|
1877
|
-
const command = new UpdateIpRestrictionCommand_1.UpdateIpRestrictionCommand(args);
|
|
1878
|
-
if (typeof optionsOrCb === "function") {
|
|
1879
|
-
this.send(command, optionsOrCb);
|
|
1880
|
-
}
|
|
1881
|
-
else if (typeof cb === "function") {
|
|
1882
|
-
if (typeof optionsOrCb !== "object")
|
|
1883
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1884
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1885
|
-
}
|
|
1886
|
-
else {
|
|
1887
|
-
return this.send(command, optionsOrCb);
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
updatePublicSharingSettings(args, optionsOrCb, cb) {
|
|
1891
|
-
const command = new UpdatePublicSharingSettingsCommand_1.UpdatePublicSharingSettingsCommand(args);
|
|
1892
|
-
if (typeof optionsOrCb === "function") {
|
|
1893
|
-
this.send(command, optionsOrCb);
|
|
1894
|
-
}
|
|
1895
|
-
else if (typeof cb === "function") {
|
|
1896
|
-
if (typeof optionsOrCb !== "object")
|
|
1897
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1898
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1899
|
-
}
|
|
1900
|
-
else {
|
|
1901
|
-
return this.send(command, optionsOrCb);
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
updateRefreshSchedule(args, optionsOrCb, cb) {
|
|
1905
|
-
const command = new UpdateRefreshScheduleCommand_1.UpdateRefreshScheduleCommand(args);
|
|
1906
|
-
if (typeof optionsOrCb === "function") {
|
|
1907
|
-
this.send(command, optionsOrCb);
|
|
1908
|
-
}
|
|
1909
|
-
else if (typeof cb === "function") {
|
|
1910
|
-
if (typeof optionsOrCb !== "object")
|
|
1911
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1912
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1913
|
-
}
|
|
1914
|
-
else {
|
|
1915
|
-
return this.send(command, optionsOrCb);
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
updateTemplate(args, optionsOrCb, cb) {
|
|
1919
|
-
const command = new UpdateTemplateCommand_1.UpdateTemplateCommand(args);
|
|
1920
|
-
if (typeof optionsOrCb === "function") {
|
|
1921
|
-
this.send(command, optionsOrCb);
|
|
1922
|
-
}
|
|
1923
|
-
else if (typeof cb === "function") {
|
|
1924
|
-
if (typeof optionsOrCb !== "object")
|
|
1925
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1926
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1927
|
-
}
|
|
1928
|
-
else {
|
|
1929
|
-
return this.send(command, optionsOrCb);
|
|
1930
|
-
}
|
|
1931
|
-
}
|
|
1932
|
-
updateTemplateAlias(args, optionsOrCb, cb) {
|
|
1933
|
-
const command = new UpdateTemplateAliasCommand_1.UpdateTemplateAliasCommand(args);
|
|
1934
|
-
if (typeof optionsOrCb === "function") {
|
|
1935
|
-
this.send(command, optionsOrCb);
|
|
1936
|
-
}
|
|
1937
|
-
else if (typeof cb === "function") {
|
|
1938
|
-
if (typeof optionsOrCb !== "object")
|
|
1939
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1940
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1941
|
-
}
|
|
1942
|
-
else {
|
|
1943
|
-
return this.send(command, optionsOrCb);
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
updateTemplatePermissions(args, optionsOrCb, cb) {
|
|
1947
|
-
const command = new UpdateTemplatePermissionsCommand_1.UpdateTemplatePermissionsCommand(args);
|
|
1948
|
-
if (typeof optionsOrCb === "function") {
|
|
1949
|
-
this.send(command, optionsOrCb);
|
|
1950
|
-
}
|
|
1951
|
-
else if (typeof cb === "function") {
|
|
1952
|
-
if (typeof optionsOrCb !== "object")
|
|
1953
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1954
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1955
|
-
}
|
|
1956
|
-
else {
|
|
1957
|
-
return this.send(command, optionsOrCb);
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
updateTheme(args, optionsOrCb, cb) {
|
|
1961
|
-
const command = new UpdateThemeCommand_1.UpdateThemeCommand(args);
|
|
1962
|
-
if (typeof optionsOrCb === "function") {
|
|
1963
|
-
this.send(command, optionsOrCb);
|
|
1964
|
-
}
|
|
1965
|
-
else if (typeof cb === "function") {
|
|
1966
|
-
if (typeof optionsOrCb !== "object")
|
|
1967
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1968
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1969
|
-
}
|
|
1970
|
-
else {
|
|
1971
|
-
return this.send(command, optionsOrCb);
|
|
1972
|
-
}
|
|
1973
|
-
}
|
|
1974
|
-
updateThemeAlias(args, optionsOrCb, cb) {
|
|
1975
|
-
const command = new UpdateThemeAliasCommand_1.UpdateThemeAliasCommand(args);
|
|
1976
|
-
if (typeof optionsOrCb === "function") {
|
|
1977
|
-
this.send(command, optionsOrCb);
|
|
1978
|
-
}
|
|
1979
|
-
else if (typeof cb === "function") {
|
|
1980
|
-
if (typeof optionsOrCb !== "object")
|
|
1981
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1982
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1983
|
-
}
|
|
1984
|
-
else {
|
|
1985
|
-
return this.send(command, optionsOrCb);
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
updateThemePermissions(args, optionsOrCb, cb) {
|
|
1989
|
-
const command = new UpdateThemePermissionsCommand_1.UpdateThemePermissionsCommand(args);
|
|
1990
|
-
if (typeof optionsOrCb === "function") {
|
|
1991
|
-
this.send(command, optionsOrCb);
|
|
1992
|
-
}
|
|
1993
|
-
else if (typeof cb === "function") {
|
|
1994
|
-
if (typeof optionsOrCb !== "object")
|
|
1995
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1996
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1997
|
-
}
|
|
1998
|
-
else {
|
|
1999
|
-
return this.send(command, optionsOrCb);
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
updateUser(args, optionsOrCb, cb) {
|
|
2003
|
-
const command = new UpdateUserCommand_1.UpdateUserCommand(args);
|
|
2004
|
-
if (typeof optionsOrCb === "function") {
|
|
2005
|
-
this.send(command, optionsOrCb);
|
|
2006
|
-
}
|
|
2007
|
-
else if (typeof cb === "function") {
|
|
2008
|
-
if (typeof optionsOrCb !== "object")
|
|
2009
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2010
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2011
|
-
}
|
|
2012
|
-
else {
|
|
2013
|
-
return this.send(command, optionsOrCb);
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
277
|
}
|
|
2017
278
|
exports.QuickSight = QuickSight;
|
|
279
|
+
(0, smithy_client_1.createAggregatedClient)(commands, QuickSight);
|