@aws-sdk/client-qbusiness 3.721.0 → 3.723.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/index.js +397 -270
- package/dist-es/QBusinessClient.js +1 -0
- package/dist-es/models/models_0.js +28 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +48 -48
package/dist-cjs/index.js
CHANGED
|
@@ -302,7 +302,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
302
302
|
}, "resolveRuntimeExtensions");
|
|
303
303
|
|
|
304
304
|
// src/QBusinessClient.ts
|
|
305
|
-
var
|
|
305
|
+
var QBusinessClient = class extends import_smithy_client.Client {
|
|
306
|
+
static {
|
|
307
|
+
__name(this, "QBusinessClient");
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* The resolved configuration of QBusinessClient class. This is resolved and normalized from the {@link QBusinessClientConfig | constructor configuration interface}.
|
|
311
|
+
*/
|
|
312
|
+
config;
|
|
306
313
|
constructor(...[configuration]) {
|
|
307
314
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
308
315
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -314,7 +321,7 @@ var _QBusinessClient = class _QBusinessClient extends import_smithy_client.Clien
|
|
|
314
321
|
const _config_7 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_6);
|
|
315
322
|
const _config_8 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_7);
|
|
316
323
|
const _config_9 = (0, import_middleware_eventstream.resolveEventStreamConfig)(_config_8);
|
|
317
|
-
const _config_10 = resolveRuntimeExtensions(_config_9,
|
|
324
|
+
const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
|
|
318
325
|
super(_config_10);
|
|
319
326
|
this.config = _config_10;
|
|
320
327
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -342,8 +349,6 @@ var _QBusinessClient = class _QBusinessClient extends import_smithy_client.Clien
|
|
|
342
349
|
super.destroy();
|
|
343
350
|
}
|
|
344
351
|
};
|
|
345
|
-
__name(_QBusinessClient, "QBusinessClient");
|
|
346
|
-
var QBusinessClient = _QBusinessClient;
|
|
347
352
|
|
|
348
353
|
// src/QBusiness.ts
|
|
349
354
|
|
|
@@ -364,7 +369,10 @@ var import_uuid = require("uuid");
|
|
|
364
369
|
|
|
365
370
|
// src/models/QBusinessServiceException.ts
|
|
366
371
|
|
|
367
|
-
var
|
|
372
|
+
var QBusinessServiceException = class _QBusinessServiceException extends import_smithy_client.ServiceException {
|
|
373
|
+
static {
|
|
374
|
+
__name(this, "QBusinessServiceException");
|
|
375
|
+
}
|
|
368
376
|
/**
|
|
369
377
|
* @internal
|
|
370
378
|
*/
|
|
@@ -373,8 +381,6 @@ var _QBusinessServiceException = class _QBusinessServiceException extends import
|
|
|
373
381
|
Object.setPrototypeOf(this, _QBusinessServiceException.prototype);
|
|
374
382
|
}
|
|
375
383
|
};
|
|
376
|
-
__name(_QBusinessServiceException, "QBusinessServiceException");
|
|
377
|
-
var QBusinessServiceException = _QBusinessServiceException;
|
|
378
384
|
|
|
379
385
|
// src/models/models_0.ts
|
|
380
386
|
var MemberRelation = {
|
|
@@ -399,7 +405,12 @@ var Principal;
|
|
|
399
405
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
400
406
|
}, "visit");
|
|
401
407
|
})(Principal || (Principal = {}));
|
|
402
|
-
var
|
|
408
|
+
var AccessDeniedException = class _AccessDeniedException extends QBusinessServiceException {
|
|
409
|
+
static {
|
|
410
|
+
__name(this, "AccessDeniedException");
|
|
411
|
+
}
|
|
412
|
+
name = "AccessDeniedException";
|
|
413
|
+
$fault = "client";
|
|
403
414
|
/**
|
|
404
415
|
* @internal
|
|
405
416
|
*/
|
|
@@ -409,13 +420,9 @@ var _AccessDeniedException = class _AccessDeniedException extends QBusinessServi
|
|
|
409
420
|
$fault: "client",
|
|
410
421
|
...opts
|
|
411
422
|
});
|
|
412
|
-
this.name = "AccessDeniedException";
|
|
413
|
-
this.$fault = "client";
|
|
414
423
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
415
424
|
}
|
|
416
425
|
};
|
|
417
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
418
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
419
426
|
var DocumentAttributeValue;
|
|
420
427
|
((DocumentAttributeValue2) => {
|
|
421
428
|
DocumentAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -481,7 +488,22 @@ var ApplicationStatus = {
|
|
|
481
488
|
FAILED: "FAILED",
|
|
482
489
|
UPDATING: "UPDATING"
|
|
483
490
|
};
|
|
484
|
-
var
|
|
491
|
+
var ConflictException = class _ConflictException extends QBusinessServiceException {
|
|
492
|
+
static {
|
|
493
|
+
__name(this, "ConflictException");
|
|
494
|
+
}
|
|
495
|
+
name = "ConflictException";
|
|
496
|
+
$fault = "client";
|
|
497
|
+
/**
|
|
498
|
+
* <p>The identifier of the resource affected.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
resourceId;
|
|
502
|
+
/**
|
|
503
|
+
* <p>The type of the resource affected.</p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
resourceType;
|
|
485
507
|
/**
|
|
486
508
|
* @internal
|
|
487
509
|
*/
|
|
@@ -491,15 +513,11 @@ var _ConflictException = class _ConflictException extends QBusinessServiceExcept
|
|
|
491
513
|
$fault: "client",
|
|
492
514
|
...opts
|
|
493
515
|
});
|
|
494
|
-
this.name = "ConflictException";
|
|
495
|
-
this.$fault = "client";
|
|
496
516
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
497
517
|
this.resourceId = opts.resourceId;
|
|
498
518
|
this.resourceType = opts.resourceType;
|
|
499
519
|
}
|
|
500
520
|
};
|
|
501
|
-
__name(_ConflictException, "ConflictException");
|
|
502
|
-
var ConflictException = _ConflictException;
|
|
503
521
|
var AttachmentsControlMode = {
|
|
504
522
|
DISABLED: "DISABLED",
|
|
505
523
|
ENABLED: "ENABLED"
|
|
@@ -512,7 +530,12 @@ var QAppsControlMode = {
|
|
|
512
530
|
DISABLED: "DISABLED",
|
|
513
531
|
ENABLED: "ENABLED"
|
|
514
532
|
};
|
|
515
|
-
var
|
|
533
|
+
var InternalServerException = class _InternalServerException extends QBusinessServiceException {
|
|
534
|
+
static {
|
|
535
|
+
__name(this, "InternalServerException");
|
|
536
|
+
}
|
|
537
|
+
name = "InternalServerException";
|
|
538
|
+
$fault = "server";
|
|
516
539
|
/**
|
|
517
540
|
* @internal
|
|
518
541
|
*/
|
|
@@ -522,14 +545,25 @@ var _InternalServerException = class _InternalServerException extends QBusinessS
|
|
|
522
545
|
$fault: "server",
|
|
523
546
|
...opts
|
|
524
547
|
});
|
|
525
|
-
this.name = "InternalServerException";
|
|
526
|
-
this.$fault = "server";
|
|
527
548
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
528
549
|
}
|
|
529
550
|
};
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
551
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends QBusinessServiceException {
|
|
552
|
+
static {
|
|
553
|
+
__name(this, "ResourceNotFoundException");
|
|
554
|
+
}
|
|
555
|
+
name = "ResourceNotFoundException";
|
|
556
|
+
$fault = "client";
|
|
557
|
+
/**
|
|
558
|
+
* <p>The identifier of the resource affected.</p>
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
resourceId;
|
|
562
|
+
/**
|
|
563
|
+
* <p>The type of the resource affected.</p>
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
resourceType;
|
|
533
567
|
/**
|
|
534
568
|
* @internal
|
|
535
569
|
*/
|
|
@@ -539,16 +573,27 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends QBusin
|
|
|
539
573
|
$fault: "client",
|
|
540
574
|
...opts
|
|
541
575
|
});
|
|
542
|
-
this.name = "ResourceNotFoundException";
|
|
543
|
-
this.$fault = "client";
|
|
544
576
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
545
577
|
this.resourceId = opts.resourceId;
|
|
546
578
|
this.resourceType = opts.resourceType;
|
|
547
579
|
}
|
|
548
580
|
};
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
581
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends QBusinessServiceException {
|
|
582
|
+
static {
|
|
583
|
+
__name(this, "ServiceQuotaExceededException");
|
|
584
|
+
}
|
|
585
|
+
name = "ServiceQuotaExceededException";
|
|
586
|
+
$fault = "client";
|
|
587
|
+
/**
|
|
588
|
+
* <p>The identifier of the resource affected.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
resourceId;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The type of the resource affected.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
resourceType;
|
|
552
597
|
/**
|
|
553
598
|
* @internal
|
|
554
599
|
*/
|
|
@@ -558,16 +603,17 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
558
603
|
$fault: "client",
|
|
559
604
|
...opts
|
|
560
605
|
});
|
|
561
|
-
this.name = "ServiceQuotaExceededException";
|
|
562
|
-
this.$fault = "client";
|
|
563
606
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
564
607
|
this.resourceId = opts.resourceId;
|
|
565
608
|
this.resourceType = opts.resourceType;
|
|
566
609
|
}
|
|
567
610
|
};
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
611
|
+
var ThrottlingException = class _ThrottlingException extends QBusinessServiceException {
|
|
612
|
+
static {
|
|
613
|
+
__name(this, "ThrottlingException");
|
|
614
|
+
}
|
|
615
|
+
name = "ThrottlingException";
|
|
616
|
+
$fault = "client";
|
|
571
617
|
/**
|
|
572
618
|
* @internal
|
|
573
619
|
*/
|
|
@@ -577,19 +623,30 @@ var _ThrottlingException = class _ThrottlingException extends QBusinessServiceEx
|
|
|
577
623
|
$fault: "client",
|
|
578
624
|
...opts
|
|
579
625
|
});
|
|
580
|
-
this.name = "ThrottlingException";
|
|
581
|
-
this.$fault = "client";
|
|
582
626
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
583
627
|
}
|
|
584
628
|
};
|
|
585
|
-
__name(_ThrottlingException, "ThrottlingException");
|
|
586
|
-
var ThrottlingException = _ThrottlingException;
|
|
587
629
|
var ValidationExceptionReason = {
|
|
588
630
|
CANNOT_PARSE: "CANNOT_PARSE",
|
|
589
631
|
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
590
632
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION"
|
|
591
633
|
};
|
|
592
|
-
var
|
|
634
|
+
var ValidationException = class _ValidationException extends QBusinessServiceException {
|
|
635
|
+
static {
|
|
636
|
+
__name(this, "ValidationException");
|
|
637
|
+
}
|
|
638
|
+
name = "ValidationException";
|
|
639
|
+
$fault = "client";
|
|
640
|
+
/**
|
|
641
|
+
* <p>The reason for the <code>ValidationException</code>.</p>
|
|
642
|
+
* @public
|
|
643
|
+
*/
|
|
644
|
+
reason;
|
|
645
|
+
/**
|
|
646
|
+
* <p>The input field(s) that failed validation.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
fields;
|
|
593
650
|
/**
|
|
594
651
|
* @internal
|
|
595
652
|
*/
|
|
@@ -599,15 +656,11 @@ var _ValidationException = class _ValidationException extends QBusinessServiceEx
|
|
|
599
656
|
$fault: "client",
|
|
600
657
|
...opts
|
|
601
658
|
});
|
|
602
|
-
this.name = "ValidationException";
|
|
603
|
-
this.$fault = "client";
|
|
604
659
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
605
660
|
this.reason = opts.reason;
|
|
606
661
|
this.fields = opts.fields;
|
|
607
662
|
}
|
|
608
663
|
};
|
|
609
|
-
__name(_ValidationException, "ValidationException");
|
|
610
|
-
var ValidationException = _ValidationException;
|
|
611
664
|
var AutoSubscriptionStatus = {
|
|
612
665
|
DISABLED: "DISABLED",
|
|
613
666
|
ENABLED: "ENABLED"
|
|
@@ -853,7 +906,12 @@ var ChatOutputStream;
|
|
|
853
906
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
854
907
|
}, "visit");
|
|
855
908
|
})(ChatOutputStream || (ChatOutputStream = {}));
|
|
856
|
-
var
|
|
909
|
+
var ExternalResourceException = class _ExternalResourceException extends QBusinessServiceException {
|
|
910
|
+
static {
|
|
911
|
+
__name(this, "ExternalResourceException");
|
|
912
|
+
}
|
|
913
|
+
name = "ExternalResourceException";
|
|
914
|
+
$fault = "client";
|
|
857
915
|
/**
|
|
858
916
|
* @internal
|
|
859
917
|
*/
|
|
@@ -863,14 +921,15 @@ var _ExternalResourceException = class _ExternalResourceException extends QBusin
|
|
|
863
921
|
$fault: "client",
|
|
864
922
|
...opts
|
|
865
923
|
});
|
|
866
|
-
this.name = "ExternalResourceException";
|
|
867
|
-
this.$fault = "client";
|
|
868
924
|
Object.setPrototypeOf(this, _ExternalResourceException.prototype);
|
|
869
925
|
}
|
|
870
926
|
};
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
927
|
+
var LicenseNotFoundException = class _LicenseNotFoundException extends QBusinessServiceException {
|
|
928
|
+
static {
|
|
929
|
+
__name(this, "LicenseNotFoundException");
|
|
930
|
+
}
|
|
931
|
+
name = "LicenseNotFoundException";
|
|
932
|
+
$fault = "client";
|
|
874
933
|
/**
|
|
875
934
|
* @internal
|
|
876
935
|
*/
|
|
@@ -880,13 +939,9 @@ var _LicenseNotFoundException = class _LicenseNotFoundException extends QBusines
|
|
|
880
939
|
$fault: "client",
|
|
881
940
|
...opts
|
|
882
941
|
});
|
|
883
|
-
this.name = "LicenseNotFoundException";
|
|
884
|
-
this.$fault = "client";
|
|
885
942
|
Object.setPrototypeOf(this, _LicenseNotFoundException.prototype);
|
|
886
943
|
}
|
|
887
944
|
};
|
|
888
|
-
__name(_LicenseNotFoundException, "LicenseNotFoundException");
|
|
889
|
-
var LicenseNotFoundException = _LicenseNotFoundException;
|
|
890
945
|
var ContentSource;
|
|
891
946
|
((ContentSource3) => {
|
|
892
947
|
ContentSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -939,7 +994,12 @@ var GroupStatus = {
|
|
|
939
994
|
PROCESSING: "PROCESSING",
|
|
940
995
|
SUCCEEDED: "SUCCEEDED"
|
|
941
996
|
};
|
|
942
|
-
var
|
|
997
|
+
var MediaTooLargeException = class _MediaTooLargeException extends QBusinessServiceException {
|
|
998
|
+
static {
|
|
999
|
+
__name(this, "MediaTooLargeException");
|
|
1000
|
+
}
|
|
1001
|
+
name = "MediaTooLargeException";
|
|
1002
|
+
$fault = "client";
|
|
943
1003
|
/**
|
|
944
1004
|
* @internal
|
|
945
1005
|
*/
|
|
@@ -949,13 +1009,9 @@ var _MediaTooLargeException = class _MediaTooLargeException extends QBusinessSer
|
|
|
949
1009
|
$fault: "client",
|
|
950
1010
|
...opts
|
|
951
1011
|
});
|
|
952
|
-
this.name = "MediaTooLargeException";
|
|
953
|
-
this.$fault = "client";
|
|
954
1012
|
Object.setPrototypeOf(this, _MediaTooLargeException.prototype);
|
|
955
1013
|
}
|
|
956
1014
|
};
|
|
957
|
-
__name(_MediaTooLargeException, "MediaTooLargeException");
|
|
958
|
-
var MediaTooLargeException = _MediaTooLargeException;
|
|
959
1015
|
var MessageType = {
|
|
960
1016
|
SYSTEM: "SYSTEM",
|
|
961
1017
|
USER: "USER"
|
|
@@ -4181,50 +4237,53 @@ var _uG = "userGroups";
|
|
|
4181
4237
|
var _uI = "userId";
|
|
4182
4238
|
|
|
4183
4239
|
// src/commands/AssociatePermissionCommand.ts
|
|
4184
|
-
var
|
|
4240
|
+
var AssociatePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4185
4241
|
return [
|
|
4186
4242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4187
4243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4188
4244
|
];
|
|
4189
4245
|
}).s("ExpertQ", "AssociatePermission", {}).n("QBusinessClient", "AssociatePermissionCommand").f(void 0, void 0).ser(se_AssociatePermissionCommand).de(de_AssociatePermissionCommand).build() {
|
|
4246
|
+
static {
|
|
4247
|
+
__name(this, "AssociatePermissionCommand");
|
|
4248
|
+
}
|
|
4190
4249
|
};
|
|
4191
|
-
__name(_AssociatePermissionCommand, "AssociatePermissionCommand");
|
|
4192
|
-
var AssociatePermissionCommand = _AssociatePermissionCommand;
|
|
4193
4250
|
|
|
4194
4251
|
// src/commands/BatchDeleteDocumentCommand.ts
|
|
4195
4252
|
|
|
4196
4253
|
|
|
4197
4254
|
|
|
4198
|
-
var
|
|
4255
|
+
var BatchDeleteDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4199
4256
|
return [
|
|
4200
4257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4201
4258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4202
4259
|
];
|
|
4203
4260
|
}).s("ExpertQ", "BatchDeleteDocument", {}).n("QBusinessClient", "BatchDeleteDocumentCommand").f(void 0, void 0).ser(se_BatchDeleteDocumentCommand).de(de_BatchDeleteDocumentCommand).build() {
|
|
4261
|
+
static {
|
|
4262
|
+
__name(this, "BatchDeleteDocumentCommand");
|
|
4263
|
+
}
|
|
4204
4264
|
};
|
|
4205
|
-
__name(_BatchDeleteDocumentCommand, "BatchDeleteDocumentCommand");
|
|
4206
|
-
var BatchDeleteDocumentCommand = _BatchDeleteDocumentCommand;
|
|
4207
4265
|
|
|
4208
4266
|
// src/commands/BatchPutDocumentCommand.ts
|
|
4209
4267
|
|
|
4210
4268
|
|
|
4211
4269
|
|
|
4212
|
-
var
|
|
4270
|
+
var BatchPutDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4213
4271
|
return [
|
|
4214
4272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4215
4273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4216
4274
|
];
|
|
4217
4275
|
}).s("ExpertQ", "BatchPutDocument", {}).n("QBusinessClient", "BatchPutDocumentCommand").f(void 0, void 0).ser(se_BatchPutDocumentCommand).de(de_BatchPutDocumentCommand).build() {
|
|
4276
|
+
static {
|
|
4277
|
+
__name(this, "BatchPutDocumentCommand");
|
|
4278
|
+
}
|
|
4218
4279
|
};
|
|
4219
|
-
__name(_BatchPutDocumentCommand, "BatchPutDocumentCommand");
|
|
4220
|
-
var BatchPutDocumentCommand = _BatchPutDocumentCommand;
|
|
4221
4280
|
|
|
4222
4281
|
// src/commands/ChatCommand.ts
|
|
4223
4282
|
|
|
4224
4283
|
|
|
4225
4284
|
|
|
4226
4285
|
|
|
4227
|
-
var
|
|
4286
|
+
var ChatCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4228
4287
|
return [
|
|
4229
4288
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4230
4289
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -4239,933 +4298,1000 @@ var _ChatCommand = class _ChatCommand extends import_smithy_client.Command.class
|
|
|
4239
4298
|
output: true
|
|
4240
4299
|
}
|
|
4241
4300
|
}).n("QBusinessClient", "ChatCommand").f(ChatInputFilterSensitiveLog, ChatOutputFilterSensitiveLog).ser(se_ChatCommand).de(de_ChatCommand).build() {
|
|
4301
|
+
static {
|
|
4302
|
+
__name(this, "ChatCommand");
|
|
4303
|
+
}
|
|
4242
4304
|
};
|
|
4243
|
-
__name(_ChatCommand, "ChatCommand");
|
|
4244
|
-
var ChatCommand = _ChatCommand;
|
|
4245
4305
|
|
|
4246
4306
|
// src/commands/ChatSyncCommand.ts
|
|
4247
4307
|
|
|
4248
4308
|
|
|
4249
4309
|
|
|
4250
|
-
var
|
|
4310
|
+
var ChatSyncCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4251
4311
|
return [
|
|
4252
4312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4253
4313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4254
4314
|
];
|
|
4255
4315
|
}).s("ExpertQ", "ChatSync", {}).n("QBusinessClient", "ChatSyncCommand").f(void 0, void 0).ser(se_ChatSyncCommand).de(de_ChatSyncCommand).build() {
|
|
4316
|
+
static {
|
|
4317
|
+
__name(this, "ChatSyncCommand");
|
|
4318
|
+
}
|
|
4256
4319
|
};
|
|
4257
|
-
__name(_ChatSyncCommand, "ChatSyncCommand");
|
|
4258
|
-
var ChatSyncCommand = _ChatSyncCommand;
|
|
4259
4320
|
|
|
4260
4321
|
// src/commands/CreateApplicationCommand.ts
|
|
4261
4322
|
|
|
4262
4323
|
|
|
4263
4324
|
|
|
4264
|
-
var
|
|
4325
|
+
var CreateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4265
4326
|
return [
|
|
4266
4327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4267
4328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4268
4329
|
];
|
|
4269
4330
|
}).s("ExpertQ", "CreateApplication", {}).n("QBusinessClient", "CreateApplicationCommand").f(CreateApplicationRequestFilterSensitiveLog, void 0).ser(se_CreateApplicationCommand).de(de_CreateApplicationCommand).build() {
|
|
4331
|
+
static {
|
|
4332
|
+
__name(this, "CreateApplicationCommand");
|
|
4333
|
+
}
|
|
4270
4334
|
};
|
|
4271
|
-
__name(_CreateApplicationCommand, "CreateApplicationCommand");
|
|
4272
|
-
var CreateApplicationCommand = _CreateApplicationCommand;
|
|
4273
4335
|
|
|
4274
4336
|
// src/commands/CreateDataAccessorCommand.ts
|
|
4275
4337
|
|
|
4276
4338
|
|
|
4277
4339
|
|
|
4278
|
-
var
|
|
4340
|
+
var CreateDataAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4279
4341
|
return [
|
|
4280
4342
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4281
4343
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4282
4344
|
];
|
|
4283
4345
|
}).s("ExpertQ", "CreateDataAccessor", {}).n("QBusinessClient", "CreateDataAccessorCommand").f(CreateDataAccessorRequestFilterSensitiveLog, void 0).ser(se_CreateDataAccessorCommand).de(de_CreateDataAccessorCommand).build() {
|
|
4346
|
+
static {
|
|
4347
|
+
__name(this, "CreateDataAccessorCommand");
|
|
4348
|
+
}
|
|
4284
4349
|
};
|
|
4285
|
-
__name(_CreateDataAccessorCommand, "CreateDataAccessorCommand");
|
|
4286
|
-
var CreateDataAccessorCommand = _CreateDataAccessorCommand;
|
|
4287
4350
|
|
|
4288
4351
|
// src/commands/CreateDataSourceCommand.ts
|
|
4289
4352
|
|
|
4290
4353
|
|
|
4291
4354
|
|
|
4292
|
-
var
|
|
4355
|
+
var CreateDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4293
4356
|
return [
|
|
4294
4357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4295
4358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4296
4359
|
];
|
|
4297
4360
|
}).s("ExpertQ", "CreateDataSource", {}).n("QBusinessClient", "CreateDataSourceCommand").f(void 0, void 0).ser(se_CreateDataSourceCommand).de(de_CreateDataSourceCommand).build() {
|
|
4361
|
+
static {
|
|
4362
|
+
__name(this, "CreateDataSourceCommand");
|
|
4363
|
+
}
|
|
4298
4364
|
};
|
|
4299
|
-
__name(_CreateDataSourceCommand, "CreateDataSourceCommand");
|
|
4300
|
-
var CreateDataSourceCommand = _CreateDataSourceCommand;
|
|
4301
4365
|
|
|
4302
4366
|
// src/commands/CreateIndexCommand.ts
|
|
4303
4367
|
|
|
4304
4368
|
|
|
4305
4369
|
|
|
4306
|
-
var
|
|
4370
|
+
var CreateIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4307
4371
|
return [
|
|
4308
4372
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4309
4373
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4310
4374
|
];
|
|
4311
4375
|
}).s("ExpertQ", "CreateIndex", {}).n("QBusinessClient", "CreateIndexCommand").f(void 0, void 0).ser(se_CreateIndexCommand).de(de_CreateIndexCommand).build() {
|
|
4376
|
+
static {
|
|
4377
|
+
__name(this, "CreateIndexCommand");
|
|
4378
|
+
}
|
|
4312
4379
|
};
|
|
4313
|
-
__name(_CreateIndexCommand, "CreateIndexCommand");
|
|
4314
|
-
var CreateIndexCommand = _CreateIndexCommand;
|
|
4315
4380
|
|
|
4316
4381
|
// src/commands/CreatePluginCommand.ts
|
|
4317
4382
|
|
|
4318
4383
|
|
|
4319
4384
|
|
|
4320
|
-
var
|
|
4385
|
+
var CreatePluginCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4321
4386
|
return [
|
|
4322
4387
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4323
4388
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4324
4389
|
];
|
|
4325
4390
|
}).s("ExpertQ", "CreatePlugin", {}).n("QBusinessClient", "CreatePluginCommand").f(CreatePluginRequestFilterSensitiveLog, void 0).ser(se_CreatePluginCommand).de(de_CreatePluginCommand).build() {
|
|
4391
|
+
static {
|
|
4392
|
+
__name(this, "CreatePluginCommand");
|
|
4393
|
+
}
|
|
4326
4394
|
};
|
|
4327
|
-
__name(_CreatePluginCommand, "CreatePluginCommand");
|
|
4328
|
-
var CreatePluginCommand = _CreatePluginCommand;
|
|
4329
4395
|
|
|
4330
4396
|
// src/commands/CreateRetrieverCommand.ts
|
|
4331
4397
|
|
|
4332
4398
|
|
|
4333
4399
|
|
|
4334
|
-
var
|
|
4400
|
+
var CreateRetrieverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4335
4401
|
return [
|
|
4336
4402
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4337
4403
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4338
4404
|
];
|
|
4339
4405
|
}).s("ExpertQ", "CreateRetriever", {}).n("QBusinessClient", "CreateRetrieverCommand").f(void 0, void 0).ser(se_CreateRetrieverCommand).de(de_CreateRetrieverCommand).build() {
|
|
4406
|
+
static {
|
|
4407
|
+
__name(this, "CreateRetrieverCommand");
|
|
4408
|
+
}
|
|
4340
4409
|
};
|
|
4341
|
-
__name(_CreateRetrieverCommand, "CreateRetrieverCommand");
|
|
4342
|
-
var CreateRetrieverCommand = _CreateRetrieverCommand;
|
|
4343
4410
|
|
|
4344
4411
|
// src/commands/CreateUserCommand.ts
|
|
4345
4412
|
|
|
4346
4413
|
|
|
4347
4414
|
|
|
4348
|
-
var
|
|
4415
|
+
var CreateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4349
4416
|
return [
|
|
4350
4417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4351
4418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4352
4419
|
];
|
|
4353
4420
|
}).s("ExpertQ", "CreateUser", {}).n("QBusinessClient", "CreateUserCommand").f(void 0, void 0).ser(se_CreateUserCommand).de(de_CreateUserCommand).build() {
|
|
4421
|
+
static {
|
|
4422
|
+
__name(this, "CreateUserCommand");
|
|
4423
|
+
}
|
|
4354
4424
|
};
|
|
4355
|
-
__name(_CreateUserCommand, "CreateUserCommand");
|
|
4356
|
-
var CreateUserCommand = _CreateUserCommand;
|
|
4357
4425
|
|
|
4358
4426
|
// src/commands/CreateWebExperienceCommand.ts
|
|
4359
4427
|
|
|
4360
4428
|
|
|
4361
4429
|
|
|
4362
|
-
var
|
|
4430
|
+
var CreateWebExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4363
4431
|
return [
|
|
4364
4432
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4365
4433
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4366
4434
|
];
|
|
4367
4435
|
}).s("ExpertQ", "CreateWebExperience", {}).n("QBusinessClient", "CreateWebExperienceCommand").f(void 0, void 0).ser(se_CreateWebExperienceCommand).de(de_CreateWebExperienceCommand).build() {
|
|
4436
|
+
static {
|
|
4437
|
+
__name(this, "CreateWebExperienceCommand");
|
|
4438
|
+
}
|
|
4368
4439
|
};
|
|
4369
|
-
__name(_CreateWebExperienceCommand, "CreateWebExperienceCommand");
|
|
4370
|
-
var CreateWebExperienceCommand = _CreateWebExperienceCommand;
|
|
4371
4440
|
|
|
4372
4441
|
// src/commands/DeleteApplicationCommand.ts
|
|
4373
4442
|
|
|
4374
4443
|
|
|
4375
4444
|
|
|
4376
|
-
var
|
|
4445
|
+
var DeleteApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4377
4446
|
return [
|
|
4378
4447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4379
4448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4380
4449
|
];
|
|
4381
4450
|
}).s("ExpertQ", "DeleteApplication", {}).n("QBusinessClient", "DeleteApplicationCommand").f(void 0, void 0).ser(se_DeleteApplicationCommand).de(de_DeleteApplicationCommand).build() {
|
|
4451
|
+
static {
|
|
4452
|
+
__name(this, "DeleteApplicationCommand");
|
|
4453
|
+
}
|
|
4382
4454
|
};
|
|
4383
|
-
__name(_DeleteApplicationCommand, "DeleteApplicationCommand");
|
|
4384
|
-
var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
4385
4455
|
|
|
4386
4456
|
// src/commands/DeleteChatControlsConfigurationCommand.ts
|
|
4387
4457
|
|
|
4388
4458
|
|
|
4389
4459
|
|
|
4390
|
-
var
|
|
4460
|
+
var DeleteChatControlsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4391
4461
|
return [
|
|
4392
4462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4393
4463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4394
4464
|
];
|
|
4395
4465
|
}).s("ExpertQ", "DeleteChatControlsConfiguration", {}).n("QBusinessClient", "DeleteChatControlsConfigurationCommand").f(void 0, void 0).ser(se_DeleteChatControlsConfigurationCommand).de(de_DeleteChatControlsConfigurationCommand).build() {
|
|
4466
|
+
static {
|
|
4467
|
+
__name(this, "DeleteChatControlsConfigurationCommand");
|
|
4468
|
+
}
|
|
4396
4469
|
};
|
|
4397
|
-
__name(_DeleteChatControlsConfigurationCommand, "DeleteChatControlsConfigurationCommand");
|
|
4398
|
-
var DeleteChatControlsConfigurationCommand = _DeleteChatControlsConfigurationCommand;
|
|
4399
4470
|
|
|
4400
4471
|
// src/commands/DeleteConversationCommand.ts
|
|
4401
4472
|
|
|
4402
4473
|
|
|
4403
4474
|
|
|
4404
|
-
var
|
|
4475
|
+
var DeleteConversationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4405
4476
|
return [
|
|
4406
4477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4407
4478
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4408
4479
|
];
|
|
4409
4480
|
}).s("ExpertQ", "DeleteConversation", {}).n("QBusinessClient", "DeleteConversationCommand").f(void 0, void 0).ser(se_DeleteConversationCommand).de(de_DeleteConversationCommand).build() {
|
|
4481
|
+
static {
|
|
4482
|
+
__name(this, "DeleteConversationCommand");
|
|
4483
|
+
}
|
|
4410
4484
|
};
|
|
4411
|
-
__name(_DeleteConversationCommand, "DeleteConversationCommand");
|
|
4412
|
-
var DeleteConversationCommand = _DeleteConversationCommand;
|
|
4413
4485
|
|
|
4414
4486
|
// src/commands/DeleteDataAccessorCommand.ts
|
|
4415
4487
|
|
|
4416
4488
|
|
|
4417
4489
|
|
|
4418
|
-
var
|
|
4490
|
+
var DeleteDataAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4419
4491
|
return [
|
|
4420
4492
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4421
4493
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4422
4494
|
];
|
|
4423
4495
|
}).s("ExpertQ", "DeleteDataAccessor", {}).n("QBusinessClient", "DeleteDataAccessorCommand").f(void 0, void 0).ser(se_DeleteDataAccessorCommand).de(de_DeleteDataAccessorCommand).build() {
|
|
4496
|
+
static {
|
|
4497
|
+
__name(this, "DeleteDataAccessorCommand");
|
|
4498
|
+
}
|
|
4424
4499
|
};
|
|
4425
|
-
__name(_DeleteDataAccessorCommand, "DeleteDataAccessorCommand");
|
|
4426
|
-
var DeleteDataAccessorCommand = _DeleteDataAccessorCommand;
|
|
4427
4500
|
|
|
4428
4501
|
// src/commands/DeleteDataSourceCommand.ts
|
|
4429
4502
|
|
|
4430
4503
|
|
|
4431
4504
|
|
|
4432
|
-
var
|
|
4505
|
+
var DeleteDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4433
4506
|
return [
|
|
4434
4507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4435
4508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4436
4509
|
];
|
|
4437
4510
|
}).s("ExpertQ", "DeleteDataSource", {}).n("QBusinessClient", "DeleteDataSourceCommand").f(void 0, void 0).ser(se_DeleteDataSourceCommand).de(de_DeleteDataSourceCommand).build() {
|
|
4511
|
+
static {
|
|
4512
|
+
__name(this, "DeleteDataSourceCommand");
|
|
4513
|
+
}
|
|
4438
4514
|
};
|
|
4439
|
-
__name(_DeleteDataSourceCommand, "DeleteDataSourceCommand");
|
|
4440
|
-
var DeleteDataSourceCommand = _DeleteDataSourceCommand;
|
|
4441
4515
|
|
|
4442
4516
|
// src/commands/DeleteGroupCommand.ts
|
|
4443
4517
|
|
|
4444
4518
|
|
|
4445
4519
|
|
|
4446
|
-
var
|
|
4520
|
+
var DeleteGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4447
4521
|
return [
|
|
4448
4522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4449
4523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4450
4524
|
];
|
|
4451
4525
|
}).s("ExpertQ", "DeleteGroup", {}).n("QBusinessClient", "DeleteGroupCommand").f(void 0, void 0).ser(se_DeleteGroupCommand).de(de_DeleteGroupCommand).build() {
|
|
4526
|
+
static {
|
|
4527
|
+
__name(this, "DeleteGroupCommand");
|
|
4528
|
+
}
|
|
4452
4529
|
};
|
|
4453
|
-
__name(_DeleteGroupCommand, "DeleteGroupCommand");
|
|
4454
|
-
var DeleteGroupCommand = _DeleteGroupCommand;
|
|
4455
4530
|
|
|
4456
4531
|
// src/commands/DeleteIndexCommand.ts
|
|
4457
4532
|
|
|
4458
4533
|
|
|
4459
4534
|
|
|
4460
|
-
var
|
|
4535
|
+
var DeleteIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4461
4536
|
return [
|
|
4462
4537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4463
4538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4464
4539
|
];
|
|
4465
4540
|
}).s("ExpertQ", "DeleteIndex", {}).n("QBusinessClient", "DeleteIndexCommand").f(void 0, void 0).ser(se_DeleteIndexCommand).de(de_DeleteIndexCommand).build() {
|
|
4541
|
+
static {
|
|
4542
|
+
__name(this, "DeleteIndexCommand");
|
|
4543
|
+
}
|
|
4466
4544
|
};
|
|
4467
|
-
__name(_DeleteIndexCommand, "DeleteIndexCommand");
|
|
4468
|
-
var DeleteIndexCommand = _DeleteIndexCommand;
|
|
4469
4545
|
|
|
4470
4546
|
// src/commands/DeletePluginCommand.ts
|
|
4471
4547
|
|
|
4472
4548
|
|
|
4473
4549
|
|
|
4474
|
-
var
|
|
4550
|
+
var DeletePluginCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4475
4551
|
return [
|
|
4476
4552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4477
4553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4478
4554
|
];
|
|
4479
4555
|
}).s("ExpertQ", "DeletePlugin", {}).n("QBusinessClient", "DeletePluginCommand").f(void 0, void 0).ser(se_DeletePluginCommand).de(de_DeletePluginCommand).build() {
|
|
4556
|
+
static {
|
|
4557
|
+
__name(this, "DeletePluginCommand");
|
|
4558
|
+
}
|
|
4480
4559
|
};
|
|
4481
|
-
__name(_DeletePluginCommand, "DeletePluginCommand");
|
|
4482
|
-
var DeletePluginCommand = _DeletePluginCommand;
|
|
4483
4560
|
|
|
4484
4561
|
// src/commands/DeleteRetrieverCommand.ts
|
|
4485
4562
|
|
|
4486
4563
|
|
|
4487
4564
|
|
|
4488
|
-
var
|
|
4565
|
+
var DeleteRetrieverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4489
4566
|
return [
|
|
4490
4567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4491
4568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4492
4569
|
];
|
|
4493
4570
|
}).s("ExpertQ", "DeleteRetriever", {}).n("QBusinessClient", "DeleteRetrieverCommand").f(void 0, void 0).ser(se_DeleteRetrieverCommand).de(de_DeleteRetrieverCommand).build() {
|
|
4571
|
+
static {
|
|
4572
|
+
__name(this, "DeleteRetrieverCommand");
|
|
4573
|
+
}
|
|
4494
4574
|
};
|
|
4495
|
-
__name(_DeleteRetrieverCommand, "DeleteRetrieverCommand");
|
|
4496
|
-
var DeleteRetrieverCommand = _DeleteRetrieverCommand;
|
|
4497
4575
|
|
|
4498
4576
|
// src/commands/DeleteUserCommand.ts
|
|
4499
4577
|
|
|
4500
4578
|
|
|
4501
4579
|
|
|
4502
|
-
var
|
|
4580
|
+
var DeleteUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4503
4581
|
return [
|
|
4504
4582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4505
4583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4506
4584
|
];
|
|
4507
4585
|
}).s("ExpertQ", "DeleteUser", {}).n("QBusinessClient", "DeleteUserCommand").f(void 0, void 0).ser(se_DeleteUserCommand).de(de_DeleteUserCommand).build() {
|
|
4586
|
+
static {
|
|
4587
|
+
__name(this, "DeleteUserCommand");
|
|
4588
|
+
}
|
|
4508
4589
|
};
|
|
4509
|
-
__name(_DeleteUserCommand, "DeleteUserCommand");
|
|
4510
|
-
var DeleteUserCommand = _DeleteUserCommand;
|
|
4511
4590
|
|
|
4512
4591
|
// src/commands/DeleteWebExperienceCommand.ts
|
|
4513
4592
|
|
|
4514
4593
|
|
|
4515
4594
|
|
|
4516
|
-
var
|
|
4595
|
+
var DeleteWebExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4517
4596
|
return [
|
|
4518
4597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4519
4598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4520
4599
|
];
|
|
4521
4600
|
}).s("ExpertQ", "DeleteWebExperience", {}).n("QBusinessClient", "DeleteWebExperienceCommand").f(void 0, void 0).ser(se_DeleteWebExperienceCommand).de(de_DeleteWebExperienceCommand).build() {
|
|
4601
|
+
static {
|
|
4602
|
+
__name(this, "DeleteWebExperienceCommand");
|
|
4603
|
+
}
|
|
4522
4604
|
};
|
|
4523
|
-
__name(_DeleteWebExperienceCommand, "DeleteWebExperienceCommand");
|
|
4524
|
-
var DeleteWebExperienceCommand = _DeleteWebExperienceCommand;
|
|
4525
4605
|
|
|
4526
4606
|
// src/commands/DisassociatePermissionCommand.ts
|
|
4527
4607
|
|
|
4528
4608
|
|
|
4529
4609
|
|
|
4530
|
-
var
|
|
4610
|
+
var DisassociatePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4531
4611
|
return [
|
|
4532
4612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4533
4613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4534
4614
|
];
|
|
4535
4615
|
}).s("ExpertQ", "DisassociatePermission", {}).n("QBusinessClient", "DisassociatePermissionCommand").f(void 0, void 0).ser(se_DisassociatePermissionCommand).de(de_DisassociatePermissionCommand).build() {
|
|
4616
|
+
static {
|
|
4617
|
+
__name(this, "DisassociatePermissionCommand");
|
|
4618
|
+
}
|
|
4536
4619
|
};
|
|
4537
|
-
__name(_DisassociatePermissionCommand, "DisassociatePermissionCommand");
|
|
4538
|
-
var DisassociatePermissionCommand = _DisassociatePermissionCommand;
|
|
4539
4620
|
|
|
4540
4621
|
// src/commands/GetApplicationCommand.ts
|
|
4541
4622
|
|
|
4542
4623
|
|
|
4543
4624
|
|
|
4544
|
-
var
|
|
4625
|
+
var GetApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4545
4626
|
return [
|
|
4546
4627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4547
4628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4548
4629
|
];
|
|
4549
4630
|
}).s("ExpertQ", "GetApplication", {}).n("QBusinessClient", "GetApplicationCommand").f(void 0, GetApplicationResponseFilterSensitiveLog).ser(se_GetApplicationCommand).de(de_GetApplicationCommand).build() {
|
|
4631
|
+
static {
|
|
4632
|
+
__name(this, "GetApplicationCommand");
|
|
4633
|
+
}
|
|
4550
4634
|
};
|
|
4551
|
-
__name(_GetApplicationCommand, "GetApplicationCommand");
|
|
4552
|
-
var GetApplicationCommand = _GetApplicationCommand;
|
|
4553
4635
|
|
|
4554
4636
|
// src/commands/GetChatControlsConfigurationCommand.ts
|
|
4555
4637
|
|
|
4556
4638
|
|
|
4557
4639
|
|
|
4558
|
-
var
|
|
4640
|
+
var GetChatControlsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4559
4641
|
return [
|
|
4560
4642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4561
4643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4562
4644
|
];
|
|
4563
4645
|
}).s("ExpertQ", "GetChatControlsConfiguration", {}).n("QBusinessClient", "GetChatControlsConfigurationCommand").f(void 0, void 0).ser(se_GetChatControlsConfigurationCommand).de(de_GetChatControlsConfigurationCommand).build() {
|
|
4646
|
+
static {
|
|
4647
|
+
__name(this, "GetChatControlsConfigurationCommand");
|
|
4648
|
+
}
|
|
4564
4649
|
};
|
|
4565
|
-
__name(_GetChatControlsConfigurationCommand, "GetChatControlsConfigurationCommand");
|
|
4566
|
-
var GetChatControlsConfigurationCommand = _GetChatControlsConfigurationCommand;
|
|
4567
4650
|
|
|
4568
4651
|
// src/commands/GetDataAccessorCommand.ts
|
|
4569
4652
|
|
|
4570
4653
|
|
|
4571
4654
|
|
|
4572
|
-
var
|
|
4655
|
+
var GetDataAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4573
4656
|
return [
|
|
4574
4657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4575
4658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4576
4659
|
];
|
|
4577
4660
|
}).s("ExpertQ", "GetDataAccessor", {}).n("QBusinessClient", "GetDataAccessorCommand").f(void 0, GetDataAccessorResponseFilterSensitiveLog).ser(se_GetDataAccessorCommand).de(de_GetDataAccessorCommand).build() {
|
|
4661
|
+
static {
|
|
4662
|
+
__name(this, "GetDataAccessorCommand");
|
|
4663
|
+
}
|
|
4578
4664
|
};
|
|
4579
|
-
__name(_GetDataAccessorCommand, "GetDataAccessorCommand");
|
|
4580
|
-
var GetDataAccessorCommand = _GetDataAccessorCommand;
|
|
4581
4665
|
|
|
4582
4666
|
// src/commands/GetDataSourceCommand.ts
|
|
4583
4667
|
|
|
4584
4668
|
|
|
4585
4669
|
|
|
4586
|
-
var
|
|
4670
|
+
var GetDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4587
4671
|
return [
|
|
4588
4672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4589
4673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4590
4674
|
];
|
|
4591
4675
|
}).s("ExpertQ", "GetDataSource", {}).n("QBusinessClient", "GetDataSourceCommand").f(void 0, void 0).ser(se_GetDataSourceCommand).de(de_GetDataSourceCommand).build() {
|
|
4676
|
+
static {
|
|
4677
|
+
__name(this, "GetDataSourceCommand");
|
|
4678
|
+
}
|
|
4592
4679
|
};
|
|
4593
|
-
__name(_GetDataSourceCommand, "GetDataSourceCommand");
|
|
4594
|
-
var GetDataSourceCommand = _GetDataSourceCommand;
|
|
4595
4680
|
|
|
4596
4681
|
// src/commands/GetGroupCommand.ts
|
|
4597
4682
|
|
|
4598
4683
|
|
|
4599
4684
|
|
|
4600
|
-
var
|
|
4685
|
+
var GetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4601
4686
|
return [
|
|
4602
4687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4603
4688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4604
4689
|
];
|
|
4605
4690
|
}).s("ExpertQ", "GetGroup", {}).n("QBusinessClient", "GetGroupCommand").f(void 0, void 0).ser(se_GetGroupCommand).de(de_GetGroupCommand).build() {
|
|
4691
|
+
static {
|
|
4692
|
+
__name(this, "GetGroupCommand");
|
|
4693
|
+
}
|
|
4606
4694
|
};
|
|
4607
|
-
__name(_GetGroupCommand, "GetGroupCommand");
|
|
4608
|
-
var GetGroupCommand = _GetGroupCommand;
|
|
4609
4695
|
|
|
4610
4696
|
// src/commands/GetIndexCommand.ts
|
|
4611
4697
|
|
|
4612
4698
|
|
|
4613
4699
|
|
|
4614
|
-
var
|
|
4700
|
+
var GetIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4615
4701
|
return [
|
|
4616
4702
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4617
4703
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4618
4704
|
];
|
|
4619
4705
|
}).s("ExpertQ", "GetIndex", {}).n("QBusinessClient", "GetIndexCommand").f(void 0, void 0).ser(se_GetIndexCommand).de(de_GetIndexCommand).build() {
|
|
4706
|
+
static {
|
|
4707
|
+
__name(this, "GetIndexCommand");
|
|
4708
|
+
}
|
|
4620
4709
|
};
|
|
4621
|
-
__name(_GetIndexCommand, "GetIndexCommand");
|
|
4622
|
-
var GetIndexCommand = _GetIndexCommand;
|
|
4623
4710
|
|
|
4624
4711
|
// src/commands/GetMediaCommand.ts
|
|
4625
4712
|
|
|
4626
4713
|
|
|
4627
4714
|
|
|
4628
|
-
var
|
|
4715
|
+
var GetMediaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4629
4716
|
return [
|
|
4630
4717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4631
4718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4632
4719
|
];
|
|
4633
4720
|
}).s("ExpertQ", "GetMedia", {}).n("QBusinessClient", "GetMediaCommand").f(void 0, void 0).ser(se_GetMediaCommand).de(de_GetMediaCommand).build() {
|
|
4721
|
+
static {
|
|
4722
|
+
__name(this, "GetMediaCommand");
|
|
4723
|
+
}
|
|
4634
4724
|
};
|
|
4635
|
-
__name(_GetMediaCommand, "GetMediaCommand");
|
|
4636
|
-
var GetMediaCommand = _GetMediaCommand;
|
|
4637
4725
|
|
|
4638
4726
|
// src/commands/GetPluginCommand.ts
|
|
4639
4727
|
|
|
4640
4728
|
|
|
4641
4729
|
|
|
4642
|
-
var
|
|
4730
|
+
var GetPluginCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4643
4731
|
return [
|
|
4644
4732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4645
4733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4646
4734
|
];
|
|
4647
4735
|
}).s("ExpertQ", "GetPlugin", {}).n("QBusinessClient", "GetPluginCommand").f(void 0, GetPluginResponseFilterSensitiveLog).ser(se_GetPluginCommand).de(de_GetPluginCommand).build() {
|
|
4736
|
+
static {
|
|
4737
|
+
__name(this, "GetPluginCommand");
|
|
4738
|
+
}
|
|
4648
4739
|
};
|
|
4649
|
-
__name(_GetPluginCommand, "GetPluginCommand");
|
|
4650
|
-
var GetPluginCommand = _GetPluginCommand;
|
|
4651
4740
|
|
|
4652
4741
|
// src/commands/GetPolicyCommand.ts
|
|
4653
4742
|
|
|
4654
4743
|
|
|
4655
4744
|
|
|
4656
|
-
var
|
|
4745
|
+
var GetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4657
4746
|
return [
|
|
4658
4747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4659
4748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4660
4749
|
];
|
|
4661
4750
|
}).s("ExpertQ", "GetPolicy", {}).n("QBusinessClient", "GetPolicyCommand").f(void 0, void 0).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() {
|
|
4751
|
+
static {
|
|
4752
|
+
__name(this, "GetPolicyCommand");
|
|
4753
|
+
}
|
|
4662
4754
|
};
|
|
4663
|
-
__name(_GetPolicyCommand, "GetPolicyCommand");
|
|
4664
|
-
var GetPolicyCommand = _GetPolicyCommand;
|
|
4665
4755
|
|
|
4666
4756
|
// src/commands/GetRetrieverCommand.ts
|
|
4667
4757
|
|
|
4668
4758
|
|
|
4669
4759
|
|
|
4670
|
-
var
|
|
4760
|
+
var GetRetrieverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4671
4761
|
return [
|
|
4672
4762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4673
4763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4674
4764
|
];
|
|
4675
4765
|
}).s("ExpertQ", "GetRetriever", {}).n("QBusinessClient", "GetRetrieverCommand").f(void 0, void 0).ser(se_GetRetrieverCommand).de(de_GetRetrieverCommand).build() {
|
|
4766
|
+
static {
|
|
4767
|
+
__name(this, "GetRetrieverCommand");
|
|
4768
|
+
}
|
|
4676
4769
|
};
|
|
4677
|
-
__name(_GetRetrieverCommand, "GetRetrieverCommand");
|
|
4678
|
-
var GetRetrieverCommand = _GetRetrieverCommand;
|
|
4679
4770
|
|
|
4680
4771
|
// src/commands/GetUserCommand.ts
|
|
4681
4772
|
|
|
4682
4773
|
|
|
4683
4774
|
|
|
4684
|
-
var
|
|
4775
|
+
var GetUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4685
4776
|
return [
|
|
4686
4777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4687
4778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4688
4779
|
];
|
|
4689
4780
|
}).s("ExpertQ", "GetUser", {}).n("QBusinessClient", "GetUserCommand").f(void 0, void 0).ser(se_GetUserCommand).de(de_GetUserCommand).build() {
|
|
4781
|
+
static {
|
|
4782
|
+
__name(this, "GetUserCommand");
|
|
4783
|
+
}
|
|
4690
4784
|
};
|
|
4691
|
-
__name(_GetUserCommand, "GetUserCommand");
|
|
4692
|
-
var GetUserCommand = _GetUserCommand;
|
|
4693
4785
|
|
|
4694
4786
|
// src/commands/GetWebExperienceCommand.ts
|
|
4695
4787
|
|
|
4696
4788
|
|
|
4697
4789
|
|
|
4698
|
-
var
|
|
4790
|
+
var GetWebExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4699
4791
|
return [
|
|
4700
4792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4701
4793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4702
4794
|
];
|
|
4703
4795
|
}).s("ExpertQ", "GetWebExperience", {}).n("QBusinessClient", "GetWebExperienceCommand").f(void 0, void 0).ser(se_GetWebExperienceCommand).de(de_GetWebExperienceCommand).build() {
|
|
4796
|
+
static {
|
|
4797
|
+
__name(this, "GetWebExperienceCommand");
|
|
4798
|
+
}
|
|
4704
4799
|
};
|
|
4705
|
-
__name(_GetWebExperienceCommand, "GetWebExperienceCommand");
|
|
4706
|
-
var GetWebExperienceCommand = _GetWebExperienceCommand;
|
|
4707
4800
|
|
|
4708
4801
|
// src/commands/ListApplicationsCommand.ts
|
|
4709
4802
|
|
|
4710
4803
|
|
|
4711
4804
|
|
|
4712
|
-
var
|
|
4805
|
+
var ListApplicationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4713
4806
|
return [
|
|
4714
4807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4715
4808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4716
4809
|
];
|
|
4717
4810
|
}).s("ExpertQ", "ListApplications", {}).n("QBusinessClient", "ListApplicationsCommand").f(void 0, void 0).ser(se_ListApplicationsCommand).de(de_ListApplicationsCommand).build() {
|
|
4811
|
+
static {
|
|
4812
|
+
__name(this, "ListApplicationsCommand");
|
|
4813
|
+
}
|
|
4718
4814
|
};
|
|
4719
|
-
__name(_ListApplicationsCommand, "ListApplicationsCommand");
|
|
4720
|
-
var ListApplicationsCommand = _ListApplicationsCommand;
|
|
4721
4815
|
|
|
4722
4816
|
// src/commands/ListAttachmentsCommand.ts
|
|
4723
4817
|
|
|
4724
4818
|
|
|
4725
4819
|
|
|
4726
|
-
var
|
|
4820
|
+
var ListAttachmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4727
4821
|
return [
|
|
4728
4822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4729
4823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4730
4824
|
];
|
|
4731
4825
|
}).s("ExpertQ", "ListAttachments", {}).n("QBusinessClient", "ListAttachmentsCommand").f(void 0, void 0).ser(se_ListAttachmentsCommand).de(de_ListAttachmentsCommand).build() {
|
|
4826
|
+
static {
|
|
4827
|
+
__name(this, "ListAttachmentsCommand");
|
|
4828
|
+
}
|
|
4732
4829
|
};
|
|
4733
|
-
__name(_ListAttachmentsCommand, "ListAttachmentsCommand");
|
|
4734
|
-
var ListAttachmentsCommand = _ListAttachmentsCommand;
|
|
4735
4830
|
|
|
4736
4831
|
// src/commands/ListConversationsCommand.ts
|
|
4737
4832
|
|
|
4738
4833
|
|
|
4739
4834
|
|
|
4740
|
-
var
|
|
4835
|
+
var ListConversationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4741
4836
|
return [
|
|
4742
4837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4743
4838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4744
4839
|
];
|
|
4745
4840
|
}).s("ExpertQ", "ListConversations", {}).n("QBusinessClient", "ListConversationsCommand").f(void 0, void 0).ser(se_ListConversationsCommand).de(de_ListConversationsCommand).build() {
|
|
4841
|
+
static {
|
|
4842
|
+
__name(this, "ListConversationsCommand");
|
|
4843
|
+
}
|
|
4746
4844
|
};
|
|
4747
|
-
__name(_ListConversationsCommand, "ListConversationsCommand");
|
|
4748
|
-
var ListConversationsCommand = _ListConversationsCommand;
|
|
4749
4845
|
|
|
4750
4846
|
// src/commands/ListDataAccessorsCommand.ts
|
|
4751
4847
|
|
|
4752
4848
|
|
|
4753
4849
|
|
|
4754
|
-
var
|
|
4850
|
+
var ListDataAccessorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4755
4851
|
return [
|
|
4756
4852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4757
4853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4758
4854
|
];
|
|
4759
4855
|
}).s("ExpertQ", "ListDataAccessors", {}).n("QBusinessClient", "ListDataAccessorsCommand").f(void 0, ListDataAccessorsResponseFilterSensitiveLog).ser(se_ListDataAccessorsCommand).de(de_ListDataAccessorsCommand).build() {
|
|
4856
|
+
static {
|
|
4857
|
+
__name(this, "ListDataAccessorsCommand");
|
|
4858
|
+
}
|
|
4760
4859
|
};
|
|
4761
|
-
__name(_ListDataAccessorsCommand, "ListDataAccessorsCommand");
|
|
4762
|
-
var ListDataAccessorsCommand = _ListDataAccessorsCommand;
|
|
4763
4860
|
|
|
4764
4861
|
// src/commands/ListDataSourcesCommand.ts
|
|
4765
4862
|
|
|
4766
4863
|
|
|
4767
4864
|
|
|
4768
|
-
var
|
|
4865
|
+
var ListDataSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4769
4866
|
return [
|
|
4770
4867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4771
4868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4772
4869
|
];
|
|
4773
4870
|
}).s("ExpertQ", "ListDataSources", {}).n("QBusinessClient", "ListDataSourcesCommand").f(void 0, void 0).ser(se_ListDataSourcesCommand).de(de_ListDataSourcesCommand).build() {
|
|
4871
|
+
static {
|
|
4872
|
+
__name(this, "ListDataSourcesCommand");
|
|
4873
|
+
}
|
|
4774
4874
|
};
|
|
4775
|
-
__name(_ListDataSourcesCommand, "ListDataSourcesCommand");
|
|
4776
|
-
var ListDataSourcesCommand = _ListDataSourcesCommand;
|
|
4777
4875
|
|
|
4778
4876
|
// src/commands/ListDataSourceSyncJobsCommand.ts
|
|
4779
4877
|
|
|
4780
4878
|
|
|
4781
4879
|
|
|
4782
|
-
var
|
|
4880
|
+
var ListDataSourceSyncJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4783
4881
|
return [
|
|
4784
4882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4785
4883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4786
4884
|
];
|
|
4787
4885
|
}).s("ExpertQ", "ListDataSourceSyncJobs", {}).n("QBusinessClient", "ListDataSourceSyncJobsCommand").f(void 0, void 0).ser(se_ListDataSourceSyncJobsCommand).de(de_ListDataSourceSyncJobsCommand).build() {
|
|
4886
|
+
static {
|
|
4887
|
+
__name(this, "ListDataSourceSyncJobsCommand");
|
|
4888
|
+
}
|
|
4788
4889
|
};
|
|
4789
|
-
__name(_ListDataSourceSyncJobsCommand, "ListDataSourceSyncJobsCommand");
|
|
4790
|
-
var ListDataSourceSyncJobsCommand = _ListDataSourceSyncJobsCommand;
|
|
4791
4890
|
|
|
4792
4891
|
// src/commands/ListDocumentsCommand.ts
|
|
4793
4892
|
|
|
4794
4893
|
|
|
4795
4894
|
|
|
4796
|
-
var
|
|
4895
|
+
var ListDocumentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4797
4896
|
return [
|
|
4798
4897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4799
4898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4800
4899
|
];
|
|
4801
4900
|
}).s("ExpertQ", "ListDocuments", {}).n("QBusinessClient", "ListDocumentsCommand").f(void 0, void 0).ser(se_ListDocumentsCommand).de(de_ListDocumentsCommand).build() {
|
|
4901
|
+
static {
|
|
4902
|
+
__name(this, "ListDocumentsCommand");
|
|
4903
|
+
}
|
|
4802
4904
|
};
|
|
4803
|
-
__name(_ListDocumentsCommand, "ListDocumentsCommand");
|
|
4804
|
-
var ListDocumentsCommand = _ListDocumentsCommand;
|
|
4805
4905
|
|
|
4806
4906
|
// src/commands/ListGroupsCommand.ts
|
|
4807
4907
|
|
|
4808
4908
|
|
|
4809
4909
|
|
|
4810
|
-
var
|
|
4910
|
+
var ListGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4811
4911
|
return [
|
|
4812
4912
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4813
4913
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4814
4914
|
];
|
|
4815
4915
|
}).s("ExpertQ", "ListGroups", {}).n("QBusinessClient", "ListGroupsCommand").f(void 0, void 0).ser(se_ListGroupsCommand).de(de_ListGroupsCommand).build() {
|
|
4916
|
+
static {
|
|
4917
|
+
__name(this, "ListGroupsCommand");
|
|
4918
|
+
}
|
|
4816
4919
|
};
|
|
4817
|
-
__name(_ListGroupsCommand, "ListGroupsCommand");
|
|
4818
|
-
var ListGroupsCommand = _ListGroupsCommand;
|
|
4819
4920
|
|
|
4820
4921
|
// src/commands/ListIndicesCommand.ts
|
|
4821
4922
|
|
|
4822
4923
|
|
|
4823
4924
|
|
|
4824
|
-
var
|
|
4925
|
+
var ListIndicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4825
4926
|
return [
|
|
4826
4927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4827
4928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4828
4929
|
];
|
|
4829
4930
|
}).s("ExpertQ", "ListIndices", {}).n("QBusinessClient", "ListIndicesCommand").f(void 0, void 0).ser(se_ListIndicesCommand).de(de_ListIndicesCommand).build() {
|
|
4931
|
+
static {
|
|
4932
|
+
__name(this, "ListIndicesCommand");
|
|
4933
|
+
}
|
|
4830
4934
|
};
|
|
4831
|
-
__name(_ListIndicesCommand, "ListIndicesCommand");
|
|
4832
|
-
var ListIndicesCommand = _ListIndicesCommand;
|
|
4833
4935
|
|
|
4834
4936
|
// src/commands/ListMessagesCommand.ts
|
|
4835
4937
|
|
|
4836
4938
|
|
|
4837
4939
|
|
|
4838
|
-
var
|
|
4940
|
+
var ListMessagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4839
4941
|
return [
|
|
4840
4942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4841
4943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4842
4944
|
];
|
|
4843
4945
|
}).s("ExpertQ", "ListMessages", {}).n("QBusinessClient", "ListMessagesCommand").f(void 0, void 0).ser(se_ListMessagesCommand).de(de_ListMessagesCommand).build() {
|
|
4946
|
+
static {
|
|
4947
|
+
__name(this, "ListMessagesCommand");
|
|
4948
|
+
}
|
|
4844
4949
|
};
|
|
4845
|
-
__name(_ListMessagesCommand, "ListMessagesCommand");
|
|
4846
|
-
var ListMessagesCommand = _ListMessagesCommand;
|
|
4847
4950
|
|
|
4848
4951
|
// src/commands/ListPluginActionsCommand.ts
|
|
4849
4952
|
|
|
4850
4953
|
|
|
4851
4954
|
|
|
4852
|
-
var
|
|
4955
|
+
var ListPluginActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4853
4956
|
return [
|
|
4854
4957
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4855
4958
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4856
4959
|
];
|
|
4857
4960
|
}).s("ExpertQ", "ListPluginActions", {}).n("QBusinessClient", "ListPluginActionsCommand").f(void 0, void 0).ser(se_ListPluginActionsCommand).de(de_ListPluginActionsCommand).build() {
|
|
4961
|
+
static {
|
|
4962
|
+
__name(this, "ListPluginActionsCommand");
|
|
4963
|
+
}
|
|
4858
4964
|
};
|
|
4859
|
-
__name(_ListPluginActionsCommand, "ListPluginActionsCommand");
|
|
4860
|
-
var ListPluginActionsCommand = _ListPluginActionsCommand;
|
|
4861
4965
|
|
|
4862
4966
|
// src/commands/ListPluginsCommand.ts
|
|
4863
4967
|
|
|
4864
4968
|
|
|
4865
4969
|
|
|
4866
|
-
var
|
|
4970
|
+
var ListPluginsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4867
4971
|
return [
|
|
4868
4972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4869
4973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4870
4974
|
];
|
|
4871
4975
|
}).s("ExpertQ", "ListPlugins", {}).n("QBusinessClient", "ListPluginsCommand").f(void 0, void 0).ser(se_ListPluginsCommand).de(de_ListPluginsCommand).build() {
|
|
4976
|
+
static {
|
|
4977
|
+
__name(this, "ListPluginsCommand");
|
|
4978
|
+
}
|
|
4872
4979
|
};
|
|
4873
|
-
__name(_ListPluginsCommand, "ListPluginsCommand");
|
|
4874
|
-
var ListPluginsCommand = _ListPluginsCommand;
|
|
4875
4980
|
|
|
4876
4981
|
// src/commands/ListPluginTypeActionsCommand.ts
|
|
4877
4982
|
|
|
4878
4983
|
|
|
4879
4984
|
|
|
4880
|
-
var
|
|
4985
|
+
var ListPluginTypeActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4881
4986
|
return [
|
|
4882
4987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4883
4988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4884
4989
|
];
|
|
4885
4990
|
}).s("ExpertQ", "ListPluginTypeActions", {}).n("QBusinessClient", "ListPluginTypeActionsCommand").f(void 0, void 0).ser(se_ListPluginTypeActionsCommand).de(de_ListPluginTypeActionsCommand).build() {
|
|
4991
|
+
static {
|
|
4992
|
+
__name(this, "ListPluginTypeActionsCommand");
|
|
4993
|
+
}
|
|
4886
4994
|
};
|
|
4887
|
-
__name(_ListPluginTypeActionsCommand, "ListPluginTypeActionsCommand");
|
|
4888
|
-
var ListPluginTypeActionsCommand = _ListPluginTypeActionsCommand;
|
|
4889
4995
|
|
|
4890
4996
|
// src/commands/ListPluginTypeMetadataCommand.ts
|
|
4891
4997
|
|
|
4892
4998
|
|
|
4893
4999
|
|
|
4894
|
-
var
|
|
5000
|
+
var ListPluginTypeMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4895
5001
|
return [
|
|
4896
5002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4897
5003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4898
5004
|
];
|
|
4899
5005
|
}).s("ExpertQ", "ListPluginTypeMetadata", {}).n("QBusinessClient", "ListPluginTypeMetadataCommand").f(void 0, void 0).ser(se_ListPluginTypeMetadataCommand).de(de_ListPluginTypeMetadataCommand).build() {
|
|
5006
|
+
static {
|
|
5007
|
+
__name(this, "ListPluginTypeMetadataCommand");
|
|
5008
|
+
}
|
|
4900
5009
|
};
|
|
4901
|
-
__name(_ListPluginTypeMetadataCommand, "ListPluginTypeMetadataCommand");
|
|
4902
|
-
var ListPluginTypeMetadataCommand = _ListPluginTypeMetadataCommand;
|
|
4903
5010
|
|
|
4904
5011
|
// src/commands/ListRetrieversCommand.ts
|
|
4905
5012
|
|
|
4906
5013
|
|
|
4907
5014
|
|
|
4908
|
-
var
|
|
5015
|
+
var ListRetrieversCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4909
5016
|
return [
|
|
4910
5017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4911
5018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4912
5019
|
];
|
|
4913
5020
|
}).s("ExpertQ", "ListRetrievers", {}).n("QBusinessClient", "ListRetrieversCommand").f(void 0, void 0).ser(se_ListRetrieversCommand).de(de_ListRetrieversCommand).build() {
|
|
5021
|
+
static {
|
|
5022
|
+
__name(this, "ListRetrieversCommand");
|
|
5023
|
+
}
|
|
4914
5024
|
};
|
|
4915
|
-
__name(_ListRetrieversCommand, "ListRetrieversCommand");
|
|
4916
|
-
var ListRetrieversCommand = _ListRetrieversCommand;
|
|
4917
5025
|
|
|
4918
5026
|
// src/commands/ListTagsForResourceCommand.ts
|
|
4919
5027
|
|
|
4920
5028
|
|
|
4921
5029
|
|
|
4922
|
-
var
|
|
5030
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4923
5031
|
return [
|
|
4924
5032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4925
5033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4926
5034
|
];
|
|
4927
5035
|
}).s("ExpertQ", "ListTagsForResource", {}).n("QBusinessClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
5036
|
+
static {
|
|
5037
|
+
__name(this, "ListTagsForResourceCommand");
|
|
5038
|
+
}
|
|
4928
5039
|
};
|
|
4929
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
4930
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
4931
5040
|
|
|
4932
5041
|
// src/commands/ListWebExperiencesCommand.ts
|
|
4933
5042
|
|
|
4934
5043
|
|
|
4935
5044
|
|
|
4936
|
-
var
|
|
5045
|
+
var ListWebExperiencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4937
5046
|
return [
|
|
4938
5047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4939
5048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4940
5049
|
];
|
|
4941
5050
|
}).s("ExpertQ", "ListWebExperiences", {}).n("QBusinessClient", "ListWebExperiencesCommand").f(void 0, void 0).ser(se_ListWebExperiencesCommand).de(de_ListWebExperiencesCommand).build() {
|
|
5051
|
+
static {
|
|
5052
|
+
__name(this, "ListWebExperiencesCommand");
|
|
5053
|
+
}
|
|
4942
5054
|
};
|
|
4943
|
-
__name(_ListWebExperiencesCommand, "ListWebExperiencesCommand");
|
|
4944
|
-
var ListWebExperiencesCommand = _ListWebExperiencesCommand;
|
|
4945
5055
|
|
|
4946
5056
|
// src/commands/PutFeedbackCommand.ts
|
|
4947
5057
|
|
|
4948
5058
|
|
|
4949
5059
|
|
|
4950
|
-
var
|
|
5060
|
+
var PutFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4951
5061
|
return [
|
|
4952
5062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4953
5063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4954
5064
|
];
|
|
4955
5065
|
}).s("ExpertQ", "PutFeedback", {}).n("QBusinessClient", "PutFeedbackCommand").f(void 0, void 0).ser(se_PutFeedbackCommand).de(de_PutFeedbackCommand).build() {
|
|
5066
|
+
static {
|
|
5067
|
+
__name(this, "PutFeedbackCommand");
|
|
5068
|
+
}
|
|
4956
5069
|
};
|
|
4957
|
-
__name(_PutFeedbackCommand, "PutFeedbackCommand");
|
|
4958
|
-
var PutFeedbackCommand = _PutFeedbackCommand;
|
|
4959
5070
|
|
|
4960
5071
|
// src/commands/PutGroupCommand.ts
|
|
4961
5072
|
|
|
4962
5073
|
|
|
4963
5074
|
|
|
4964
|
-
var
|
|
5075
|
+
var PutGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4965
5076
|
return [
|
|
4966
5077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4967
5078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4968
5079
|
];
|
|
4969
5080
|
}).s("ExpertQ", "PutGroup", {}).n("QBusinessClient", "PutGroupCommand").f(void 0, void 0).ser(se_PutGroupCommand).de(de_PutGroupCommand).build() {
|
|
5081
|
+
static {
|
|
5082
|
+
__name(this, "PutGroupCommand");
|
|
5083
|
+
}
|
|
4970
5084
|
};
|
|
4971
|
-
__name(_PutGroupCommand, "PutGroupCommand");
|
|
4972
|
-
var PutGroupCommand = _PutGroupCommand;
|
|
4973
5085
|
|
|
4974
5086
|
// src/commands/SearchRelevantContentCommand.ts
|
|
4975
5087
|
|
|
4976
5088
|
|
|
4977
5089
|
|
|
4978
|
-
var
|
|
5090
|
+
var SearchRelevantContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4979
5091
|
return [
|
|
4980
5092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4981
5093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4982
5094
|
];
|
|
4983
5095
|
}).s("ExpertQ", "SearchRelevantContent", {}).n("QBusinessClient", "SearchRelevantContentCommand").f(void 0, void 0).ser(se_SearchRelevantContentCommand).de(de_SearchRelevantContentCommand).build() {
|
|
5096
|
+
static {
|
|
5097
|
+
__name(this, "SearchRelevantContentCommand");
|
|
5098
|
+
}
|
|
4984
5099
|
};
|
|
4985
|
-
__name(_SearchRelevantContentCommand, "SearchRelevantContentCommand");
|
|
4986
|
-
var SearchRelevantContentCommand = _SearchRelevantContentCommand;
|
|
4987
5100
|
|
|
4988
5101
|
// src/commands/StartDataSourceSyncJobCommand.ts
|
|
4989
5102
|
|
|
4990
5103
|
|
|
4991
5104
|
|
|
4992
|
-
var
|
|
5105
|
+
var StartDataSourceSyncJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4993
5106
|
return [
|
|
4994
5107
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4995
5108
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4996
5109
|
];
|
|
4997
5110
|
}).s("ExpertQ", "StartDataSourceSyncJob", {}).n("QBusinessClient", "StartDataSourceSyncJobCommand").f(void 0, void 0).ser(se_StartDataSourceSyncJobCommand).de(de_StartDataSourceSyncJobCommand).build() {
|
|
5111
|
+
static {
|
|
5112
|
+
__name(this, "StartDataSourceSyncJobCommand");
|
|
5113
|
+
}
|
|
4998
5114
|
};
|
|
4999
|
-
__name(_StartDataSourceSyncJobCommand, "StartDataSourceSyncJobCommand");
|
|
5000
|
-
var StartDataSourceSyncJobCommand = _StartDataSourceSyncJobCommand;
|
|
5001
5115
|
|
|
5002
5116
|
// src/commands/StopDataSourceSyncJobCommand.ts
|
|
5003
5117
|
|
|
5004
5118
|
|
|
5005
5119
|
|
|
5006
|
-
var
|
|
5120
|
+
var StopDataSourceSyncJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5007
5121
|
return [
|
|
5008
5122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5009
5123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5010
5124
|
];
|
|
5011
5125
|
}).s("ExpertQ", "StopDataSourceSyncJob", {}).n("QBusinessClient", "StopDataSourceSyncJobCommand").f(void 0, void 0).ser(se_StopDataSourceSyncJobCommand).de(de_StopDataSourceSyncJobCommand).build() {
|
|
5126
|
+
static {
|
|
5127
|
+
__name(this, "StopDataSourceSyncJobCommand");
|
|
5128
|
+
}
|
|
5012
5129
|
};
|
|
5013
|
-
__name(_StopDataSourceSyncJobCommand, "StopDataSourceSyncJobCommand");
|
|
5014
|
-
var StopDataSourceSyncJobCommand = _StopDataSourceSyncJobCommand;
|
|
5015
5130
|
|
|
5016
5131
|
// src/commands/TagResourceCommand.ts
|
|
5017
5132
|
|
|
5018
5133
|
|
|
5019
5134
|
|
|
5020
|
-
var
|
|
5135
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5021
5136
|
return [
|
|
5022
5137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5023
5138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5024
5139
|
];
|
|
5025
5140
|
}).s("ExpertQ", "TagResource", {}).n("QBusinessClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
5141
|
+
static {
|
|
5142
|
+
__name(this, "TagResourceCommand");
|
|
5143
|
+
}
|
|
5026
5144
|
};
|
|
5027
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
5028
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
5029
5145
|
|
|
5030
5146
|
// src/commands/UntagResourceCommand.ts
|
|
5031
5147
|
|
|
5032
5148
|
|
|
5033
5149
|
|
|
5034
|
-
var
|
|
5150
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5035
5151
|
return [
|
|
5036
5152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5037
5153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5038
5154
|
];
|
|
5039
5155
|
}).s("ExpertQ", "UntagResource", {}).n("QBusinessClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
5156
|
+
static {
|
|
5157
|
+
__name(this, "UntagResourceCommand");
|
|
5158
|
+
}
|
|
5040
5159
|
};
|
|
5041
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
5042
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
5043
5160
|
|
|
5044
5161
|
// src/commands/UpdateApplicationCommand.ts
|
|
5045
5162
|
|
|
5046
5163
|
|
|
5047
5164
|
|
|
5048
|
-
var
|
|
5165
|
+
var UpdateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5049
5166
|
return [
|
|
5050
5167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5051
5168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5052
5169
|
];
|
|
5053
5170
|
}).s("ExpertQ", "UpdateApplication", {}).n("QBusinessClient", "UpdateApplicationCommand").f(void 0, void 0).ser(se_UpdateApplicationCommand).de(de_UpdateApplicationCommand).build() {
|
|
5171
|
+
static {
|
|
5172
|
+
__name(this, "UpdateApplicationCommand");
|
|
5173
|
+
}
|
|
5054
5174
|
};
|
|
5055
|
-
__name(_UpdateApplicationCommand, "UpdateApplicationCommand");
|
|
5056
|
-
var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
5057
5175
|
|
|
5058
5176
|
// src/commands/UpdateChatControlsConfigurationCommand.ts
|
|
5059
5177
|
|
|
5060
5178
|
|
|
5061
5179
|
|
|
5062
|
-
var
|
|
5180
|
+
var UpdateChatControlsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5063
5181
|
return [
|
|
5064
5182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5065
5183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5066
5184
|
];
|
|
5067
5185
|
}).s("ExpertQ", "UpdateChatControlsConfiguration", {}).n("QBusinessClient", "UpdateChatControlsConfigurationCommand").f(void 0, void 0).ser(se_UpdateChatControlsConfigurationCommand).de(de_UpdateChatControlsConfigurationCommand).build() {
|
|
5186
|
+
static {
|
|
5187
|
+
__name(this, "UpdateChatControlsConfigurationCommand");
|
|
5188
|
+
}
|
|
5068
5189
|
};
|
|
5069
|
-
__name(_UpdateChatControlsConfigurationCommand, "UpdateChatControlsConfigurationCommand");
|
|
5070
|
-
var UpdateChatControlsConfigurationCommand = _UpdateChatControlsConfigurationCommand;
|
|
5071
5190
|
|
|
5072
5191
|
// src/commands/UpdateDataAccessorCommand.ts
|
|
5073
5192
|
|
|
5074
5193
|
|
|
5075
5194
|
|
|
5076
|
-
var
|
|
5195
|
+
var UpdateDataAccessorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5077
5196
|
return [
|
|
5078
5197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5079
5198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5080
5199
|
];
|
|
5081
5200
|
}).s("ExpertQ", "UpdateDataAccessor", {}).n("QBusinessClient", "UpdateDataAccessorCommand").f(UpdateDataAccessorRequestFilterSensitiveLog, void 0).ser(se_UpdateDataAccessorCommand).de(de_UpdateDataAccessorCommand).build() {
|
|
5201
|
+
static {
|
|
5202
|
+
__name(this, "UpdateDataAccessorCommand");
|
|
5203
|
+
}
|
|
5082
5204
|
};
|
|
5083
|
-
__name(_UpdateDataAccessorCommand, "UpdateDataAccessorCommand");
|
|
5084
|
-
var UpdateDataAccessorCommand = _UpdateDataAccessorCommand;
|
|
5085
5205
|
|
|
5086
5206
|
// src/commands/UpdateDataSourceCommand.ts
|
|
5087
5207
|
|
|
5088
5208
|
|
|
5089
5209
|
|
|
5090
|
-
var
|
|
5210
|
+
var UpdateDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5091
5211
|
return [
|
|
5092
5212
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5093
5213
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5094
5214
|
];
|
|
5095
5215
|
}).s("ExpertQ", "UpdateDataSource", {}).n("QBusinessClient", "UpdateDataSourceCommand").f(void 0, void 0).ser(se_UpdateDataSourceCommand).de(de_UpdateDataSourceCommand).build() {
|
|
5216
|
+
static {
|
|
5217
|
+
__name(this, "UpdateDataSourceCommand");
|
|
5218
|
+
}
|
|
5096
5219
|
};
|
|
5097
|
-
__name(_UpdateDataSourceCommand, "UpdateDataSourceCommand");
|
|
5098
|
-
var UpdateDataSourceCommand = _UpdateDataSourceCommand;
|
|
5099
5220
|
|
|
5100
5221
|
// src/commands/UpdateIndexCommand.ts
|
|
5101
5222
|
|
|
5102
5223
|
|
|
5103
5224
|
|
|
5104
|
-
var
|
|
5225
|
+
var UpdateIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5105
5226
|
return [
|
|
5106
5227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5107
5228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5108
5229
|
];
|
|
5109
5230
|
}).s("ExpertQ", "UpdateIndex", {}).n("QBusinessClient", "UpdateIndexCommand").f(void 0, void 0).ser(se_UpdateIndexCommand).de(de_UpdateIndexCommand).build() {
|
|
5231
|
+
static {
|
|
5232
|
+
__name(this, "UpdateIndexCommand");
|
|
5233
|
+
}
|
|
5110
5234
|
};
|
|
5111
|
-
__name(_UpdateIndexCommand, "UpdateIndexCommand");
|
|
5112
|
-
var UpdateIndexCommand = _UpdateIndexCommand;
|
|
5113
5235
|
|
|
5114
5236
|
// src/commands/UpdatePluginCommand.ts
|
|
5115
5237
|
|
|
5116
5238
|
|
|
5117
5239
|
|
|
5118
|
-
var
|
|
5240
|
+
var UpdatePluginCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5119
5241
|
return [
|
|
5120
5242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5121
5243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5122
5244
|
];
|
|
5123
5245
|
}).s("ExpertQ", "UpdatePlugin", {}).n("QBusinessClient", "UpdatePluginCommand").f(UpdatePluginRequestFilterSensitiveLog, void 0).ser(se_UpdatePluginCommand).de(de_UpdatePluginCommand).build() {
|
|
5246
|
+
static {
|
|
5247
|
+
__name(this, "UpdatePluginCommand");
|
|
5248
|
+
}
|
|
5124
5249
|
};
|
|
5125
|
-
__name(_UpdatePluginCommand, "UpdatePluginCommand");
|
|
5126
|
-
var UpdatePluginCommand = _UpdatePluginCommand;
|
|
5127
5250
|
|
|
5128
5251
|
// src/commands/UpdateRetrieverCommand.ts
|
|
5129
5252
|
|
|
5130
5253
|
|
|
5131
5254
|
|
|
5132
|
-
var
|
|
5255
|
+
var UpdateRetrieverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5133
5256
|
return [
|
|
5134
5257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5135
5258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5136
5259
|
];
|
|
5137
5260
|
}).s("ExpertQ", "UpdateRetriever", {}).n("QBusinessClient", "UpdateRetrieverCommand").f(void 0, void 0).ser(se_UpdateRetrieverCommand).de(de_UpdateRetrieverCommand).build() {
|
|
5261
|
+
static {
|
|
5262
|
+
__name(this, "UpdateRetrieverCommand");
|
|
5263
|
+
}
|
|
5138
5264
|
};
|
|
5139
|
-
__name(_UpdateRetrieverCommand, "UpdateRetrieverCommand");
|
|
5140
|
-
var UpdateRetrieverCommand = _UpdateRetrieverCommand;
|
|
5141
5265
|
|
|
5142
5266
|
// src/commands/UpdateUserCommand.ts
|
|
5143
5267
|
|
|
5144
5268
|
|
|
5145
5269
|
|
|
5146
|
-
var
|
|
5270
|
+
var UpdateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5147
5271
|
return [
|
|
5148
5272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5149
5273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5150
5274
|
];
|
|
5151
5275
|
}).s("ExpertQ", "UpdateUser", {}).n("QBusinessClient", "UpdateUserCommand").f(void 0, void 0).ser(se_UpdateUserCommand).de(de_UpdateUserCommand).build() {
|
|
5276
|
+
static {
|
|
5277
|
+
__name(this, "UpdateUserCommand");
|
|
5278
|
+
}
|
|
5152
5279
|
};
|
|
5153
|
-
__name(_UpdateUserCommand, "UpdateUserCommand");
|
|
5154
|
-
var UpdateUserCommand = _UpdateUserCommand;
|
|
5155
5280
|
|
|
5156
5281
|
// src/commands/UpdateWebExperienceCommand.ts
|
|
5157
5282
|
|
|
5158
5283
|
|
|
5159
5284
|
|
|
5160
|
-
var
|
|
5285
|
+
var UpdateWebExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5161
5286
|
return [
|
|
5162
5287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5163
5288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5164
5289
|
];
|
|
5165
5290
|
}).s("ExpertQ", "UpdateWebExperience", {}).n("QBusinessClient", "UpdateWebExperienceCommand").f(void 0, void 0).ser(se_UpdateWebExperienceCommand).de(de_UpdateWebExperienceCommand).build() {
|
|
5291
|
+
static {
|
|
5292
|
+
__name(this, "UpdateWebExperienceCommand");
|
|
5293
|
+
}
|
|
5166
5294
|
};
|
|
5167
|
-
__name(_UpdateWebExperienceCommand, "UpdateWebExperienceCommand");
|
|
5168
|
-
var UpdateWebExperienceCommand = _UpdateWebExperienceCommand;
|
|
5169
5295
|
|
|
5170
5296
|
// src/QBusiness.ts
|
|
5171
5297
|
var commands = {
|
|
@@ -5240,10 +5366,11 @@ var commands = {
|
|
|
5240
5366
|
UpdateUserCommand,
|
|
5241
5367
|
UpdateWebExperienceCommand
|
|
5242
5368
|
};
|
|
5243
|
-
var
|
|
5369
|
+
var QBusiness = class extends QBusinessClient {
|
|
5370
|
+
static {
|
|
5371
|
+
__name(this, "QBusiness");
|
|
5372
|
+
}
|
|
5244
5373
|
};
|
|
5245
|
-
__name(_QBusiness, "QBusiness");
|
|
5246
|
-
var QBusiness = _QBusiness;
|
|
5247
5374
|
(0, import_smithy_client.createAggregatedClient)(commands, QBusiness);
|
|
5248
5375
|
|
|
5249
5376
|
// src/pagination/GetChatControlsConfigurationPaginator.ts
|