@aws-sdk/client-chime-sdk-messaging 3.721.0 → 3.726.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 +293 -208
- package/dist-es/ChimeSDKMessagingClient.js +1 -0
- package/dist-es/models/models_0.js +36 -18
- 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 +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -282,7 +282,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
282
282
|
}, "resolveRuntimeExtensions");
|
|
283
283
|
|
|
284
284
|
// src/ChimeSDKMessagingClient.ts
|
|
285
|
-
var
|
|
285
|
+
var ChimeSDKMessagingClient = class extends import_smithy_client.Client {
|
|
286
|
+
static {
|
|
287
|
+
__name(this, "ChimeSDKMessagingClient");
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* The resolved configuration of ChimeSDKMessagingClient class. This is resolved and normalized from the {@link ChimeSDKMessagingClientConfig | constructor configuration interface}.
|
|
291
|
+
*/
|
|
292
|
+
config;
|
|
286
293
|
constructor(...[configuration]) {
|
|
287
294
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
288
295
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -292,7 +299,7 @@ var _ChimeSDKMessagingClient = class _ChimeSDKMessagingClient extends import_smi
|
|
|
292
299
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
293
300
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
294
301
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
295
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
302
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
296
303
|
super(_config_8);
|
|
297
304
|
this.config = _config_8;
|
|
298
305
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -320,8 +327,6 @@ var _ChimeSDKMessagingClient = class _ChimeSDKMessagingClient extends import_smi
|
|
|
320
327
|
super.destroy();
|
|
321
328
|
}
|
|
322
329
|
};
|
|
323
|
-
__name(_ChimeSDKMessagingClient, "ChimeSDKMessagingClient");
|
|
324
|
-
var ChimeSDKMessagingClient = _ChimeSDKMessagingClient;
|
|
325
330
|
|
|
326
331
|
// src/ChimeSDKMessaging.ts
|
|
327
332
|
|
|
@@ -339,7 +344,10 @@ var import_uuid = require("uuid");
|
|
|
339
344
|
|
|
340
345
|
// src/models/ChimeSDKMessagingServiceException.ts
|
|
341
346
|
|
|
342
|
-
var
|
|
347
|
+
var ChimeSDKMessagingServiceException = class _ChimeSDKMessagingServiceException extends import_smithy_client.ServiceException {
|
|
348
|
+
static {
|
|
349
|
+
__name(this, "ChimeSDKMessagingServiceException");
|
|
350
|
+
}
|
|
343
351
|
/**
|
|
344
352
|
* @internal
|
|
345
353
|
*/
|
|
@@ -348,8 +356,6 @@ var _ChimeSDKMessagingServiceException = class _ChimeSDKMessagingServiceExceptio
|
|
|
348
356
|
Object.setPrototypeOf(this, _ChimeSDKMessagingServiceException.prototype);
|
|
349
357
|
}
|
|
350
358
|
};
|
|
351
|
-
__name(_ChimeSDKMessagingServiceException, "ChimeSDKMessagingServiceException");
|
|
352
|
-
var ChimeSDKMessagingServiceException = _ChimeSDKMessagingServiceException;
|
|
353
359
|
|
|
354
360
|
// src/models/models_0.ts
|
|
355
361
|
|
|
@@ -379,7 +385,14 @@ var ErrorCode = {
|
|
|
379
385
|
Unprocessable: "Unprocessable",
|
|
380
386
|
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist"
|
|
381
387
|
};
|
|
382
|
-
var
|
|
388
|
+
var BadRequestException = class _BadRequestException extends ChimeSDKMessagingServiceException {
|
|
389
|
+
static {
|
|
390
|
+
__name(this, "BadRequestException");
|
|
391
|
+
}
|
|
392
|
+
name = "BadRequestException";
|
|
393
|
+
$fault = "client";
|
|
394
|
+
Code;
|
|
395
|
+
Message;
|
|
383
396
|
/**
|
|
384
397
|
* @internal
|
|
385
398
|
*/
|
|
@@ -389,16 +402,19 @@ var _BadRequestException = class _BadRequestException extends ChimeSDKMessagingS
|
|
|
389
402
|
$fault: "client",
|
|
390
403
|
...opts
|
|
391
404
|
});
|
|
392
|
-
this.name = "BadRequestException";
|
|
393
|
-
this.$fault = "client";
|
|
394
405
|
Object.setPrototypeOf(this, _BadRequestException.prototype);
|
|
395
406
|
this.Code = opts.Code;
|
|
396
407
|
this.Message = opts.Message;
|
|
397
408
|
}
|
|
398
409
|
};
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
410
|
+
var ConflictException = class _ConflictException extends ChimeSDKMessagingServiceException {
|
|
411
|
+
static {
|
|
412
|
+
__name(this, "ConflictException");
|
|
413
|
+
}
|
|
414
|
+
name = "ConflictException";
|
|
415
|
+
$fault = "client";
|
|
416
|
+
Code;
|
|
417
|
+
Message;
|
|
402
418
|
/**
|
|
403
419
|
* @internal
|
|
404
420
|
*/
|
|
@@ -408,16 +424,19 @@ var _ConflictException = class _ConflictException extends ChimeSDKMessagingServi
|
|
|
408
424
|
$fault: "client",
|
|
409
425
|
...opts
|
|
410
426
|
});
|
|
411
|
-
this.name = "ConflictException";
|
|
412
|
-
this.$fault = "client";
|
|
413
427
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
414
428
|
this.Code = opts.Code;
|
|
415
429
|
this.Message = opts.Message;
|
|
416
430
|
}
|
|
417
431
|
};
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
432
|
+
var ForbiddenException = class _ForbiddenException extends ChimeSDKMessagingServiceException {
|
|
433
|
+
static {
|
|
434
|
+
__name(this, "ForbiddenException");
|
|
435
|
+
}
|
|
436
|
+
name = "ForbiddenException";
|
|
437
|
+
$fault = "client";
|
|
438
|
+
Code;
|
|
439
|
+
Message;
|
|
421
440
|
/**
|
|
422
441
|
* @internal
|
|
423
442
|
*/
|
|
@@ -427,16 +446,19 @@ var _ForbiddenException = class _ForbiddenException extends ChimeSDKMessagingSer
|
|
|
427
446
|
$fault: "client",
|
|
428
447
|
...opts
|
|
429
448
|
});
|
|
430
|
-
this.name = "ForbiddenException";
|
|
431
|
-
this.$fault = "client";
|
|
432
449
|
Object.setPrototypeOf(this, _ForbiddenException.prototype);
|
|
433
450
|
this.Code = opts.Code;
|
|
434
451
|
this.Message = opts.Message;
|
|
435
452
|
}
|
|
436
453
|
};
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
454
|
+
var NotFoundException = class _NotFoundException extends ChimeSDKMessagingServiceException {
|
|
455
|
+
static {
|
|
456
|
+
__name(this, "NotFoundException");
|
|
457
|
+
}
|
|
458
|
+
name = "NotFoundException";
|
|
459
|
+
$fault = "client";
|
|
460
|
+
Code;
|
|
461
|
+
Message;
|
|
440
462
|
/**
|
|
441
463
|
* @internal
|
|
442
464
|
*/
|
|
@@ -446,16 +468,19 @@ var _NotFoundException = class _NotFoundException extends ChimeSDKMessagingServi
|
|
|
446
468
|
$fault: "client",
|
|
447
469
|
...opts
|
|
448
470
|
});
|
|
449
|
-
this.name = "NotFoundException";
|
|
450
|
-
this.$fault = "client";
|
|
451
471
|
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
452
472
|
this.Code = opts.Code;
|
|
453
473
|
this.Message = opts.Message;
|
|
454
474
|
}
|
|
455
475
|
};
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
476
|
+
var ServiceFailureException = class _ServiceFailureException extends ChimeSDKMessagingServiceException {
|
|
477
|
+
static {
|
|
478
|
+
__name(this, "ServiceFailureException");
|
|
479
|
+
}
|
|
480
|
+
name = "ServiceFailureException";
|
|
481
|
+
$fault = "server";
|
|
482
|
+
Code;
|
|
483
|
+
Message;
|
|
459
484
|
/**
|
|
460
485
|
* @internal
|
|
461
486
|
*/
|
|
@@ -465,16 +490,19 @@ var _ServiceFailureException = class _ServiceFailureException extends ChimeSDKMe
|
|
|
465
490
|
$fault: "server",
|
|
466
491
|
...opts
|
|
467
492
|
});
|
|
468
|
-
this.name = "ServiceFailureException";
|
|
469
|
-
this.$fault = "server";
|
|
470
493
|
Object.setPrototypeOf(this, _ServiceFailureException.prototype);
|
|
471
494
|
this.Code = opts.Code;
|
|
472
495
|
this.Message = opts.Message;
|
|
473
496
|
}
|
|
474
497
|
};
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
498
|
+
var ServiceUnavailableException = class _ServiceUnavailableException extends ChimeSDKMessagingServiceException {
|
|
499
|
+
static {
|
|
500
|
+
__name(this, "ServiceUnavailableException");
|
|
501
|
+
}
|
|
502
|
+
name = "ServiceUnavailableException";
|
|
503
|
+
$fault = "server";
|
|
504
|
+
Code;
|
|
505
|
+
Message;
|
|
478
506
|
/**
|
|
479
507
|
* @internal
|
|
480
508
|
*/
|
|
@@ -484,16 +512,19 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Ch
|
|
|
484
512
|
$fault: "server",
|
|
485
513
|
...opts
|
|
486
514
|
});
|
|
487
|
-
this.name = "ServiceUnavailableException";
|
|
488
|
-
this.$fault = "server";
|
|
489
515
|
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
490
516
|
this.Code = opts.Code;
|
|
491
517
|
this.Message = opts.Message;
|
|
492
518
|
}
|
|
493
519
|
};
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
520
|
+
var ThrottledClientException = class _ThrottledClientException extends ChimeSDKMessagingServiceException {
|
|
521
|
+
static {
|
|
522
|
+
__name(this, "ThrottledClientException");
|
|
523
|
+
}
|
|
524
|
+
name = "ThrottledClientException";
|
|
525
|
+
$fault = "client";
|
|
526
|
+
Code;
|
|
527
|
+
Message;
|
|
497
528
|
/**
|
|
498
529
|
* @internal
|
|
499
530
|
*/
|
|
@@ -503,16 +534,19 @@ var _ThrottledClientException = class _ThrottledClientException extends ChimeSDK
|
|
|
503
534
|
$fault: "client",
|
|
504
535
|
...opts
|
|
505
536
|
});
|
|
506
|
-
this.name = "ThrottledClientException";
|
|
507
|
-
this.$fault = "client";
|
|
508
537
|
Object.setPrototypeOf(this, _ThrottledClientException.prototype);
|
|
509
538
|
this.Code = opts.Code;
|
|
510
539
|
this.Message = opts.Message;
|
|
511
540
|
}
|
|
512
541
|
};
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
542
|
+
var UnauthorizedClientException = class _UnauthorizedClientException extends ChimeSDKMessagingServiceException {
|
|
543
|
+
static {
|
|
544
|
+
__name(this, "UnauthorizedClientException");
|
|
545
|
+
}
|
|
546
|
+
name = "UnauthorizedClientException";
|
|
547
|
+
$fault = "client";
|
|
548
|
+
Code;
|
|
549
|
+
Message;
|
|
516
550
|
/**
|
|
517
551
|
* @internal
|
|
518
552
|
*/
|
|
@@ -522,16 +556,19 @@ var _UnauthorizedClientException = class _UnauthorizedClientException extends Ch
|
|
|
522
556
|
$fault: "client",
|
|
523
557
|
...opts
|
|
524
558
|
});
|
|
525
|
-
this.name = "UnauthorizedClientException";
|
|
526
|
-
this.$fault = "client";
|
|
527
559
|
Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
|
|
528
560
|
this.Code = opts.Code;
|
|
529
561
|
this.Message = opts.Message;
|
|
530
562
|
}
|
|
531
563
|
};
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
564
|
+
var ResourceLimitExceededException = class _ResourceLimitExceededException extends ChimeSDKMessagingServiceException {
|
|
565
|
+
static {
|
|
566
|
+
__name(this, "ResourceLimitExceededException");
|
|
567
|
+
}
|
|
568
|
+
name = "ResourceLimitExceededException";
|
|
569
|
+
$fault = "client";
|
|
570
|
+
Code;
|
|
571
|
+
Message;
|
|
535
572
|
/**
|
|
536
573
|
* @internal
|
|
537
574
|
*/
|
|
@@ -541,15 +578,11 @@ var _ResourceLimitExceededException = class _ResourceLimitExceededException exte
|
|
|
541
578
|
$fault: "client",
|
|
542
579
|
...opts
|
|
543
580
|
});
|
|
544
|
-
this.name = "ResourceLimitExceededException";
|
|
545
|
-
this.$fault = "client";
|
|
546
581
|
Object.setPrototypeOf(this, _ResourceLimitExceededException.prototype);
|
|
547
582
|
this.Code = opts.Code;
|
|
548
583
|
this.Message = opts.Message;
|
|
549
584
|
}
|
|
550
585
|
};
|
|
551
|
-
__name(_ResourceLimitExceededException, "ResourceLimitExceededException");
|
|
552
|
-
var ResourceLimitExceededException = _ResourceLimitExceededException;
|
|
553
586
|
var ExpirationCriterion = {
|
|
554
587
|
CREATED_TIMESTAMP: "CREATED_TIMESTAMP",
|
|
555
588
|
LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP"
|
|
@@ -2832,441 +2865,472 @@ var _t = "type";
|
|
|
2832
2865
|
var _xacb = "x-amz-chime-bearer";
|
|
2833
2866
|
|
|
2834
2867
|
// src/commands/AssociateChannelFlowCommand.ts
|
|
2835
|
-
var
|
|
2868
|
+
var AssociateChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2836
2869
|
return [
|
|
2837
2870
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2838
2871
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2839
2872
|
];
|
|
2840
2873
|
}).s("ChimeMessagingService", "AssociateChannelFlow", {}).n("ChimeSDKMessagingClient", "AssociateChannelFlowCommand").f(void 0, void 0).ser(se_AssociateChannelFlowCommand).de(de_AssociateChannelFlowCommand).build() {
|
|
2874
|
+
static {
|
|
2875
|
+
__name(this, "AssociateChannelFlowCommand");
|
|
2876
|
+
}
|
|
2841
2877
|
};
|
|
2842
|
-
__name(_AssociateChannelFlowCommand, "AssociateChannelFlowCommand");
|
|
2843
|
-
var AssociateChannelFlowCommand = _AssociateChannelFlowCommand;
|
|
2844
2878
|
|
|
2845
2879
|
// src/commands/BatchCreateChannelMembershipCommand.ts
|
|
2846
2880
|
|
|
2847
2881
|
|
|
2848
2882
|
|
|
2849
|
-
var
|
|
2883
|
+
var BatchCreateChannelMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2850
2884
|
return [
|
|
2851
2885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2852
2886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2853
2887
|
];
|
|
2854
2888
|
}).s("ChimeMessagingService", "BatchCreateChannelMembership", {}).n("ChimeSDKMessagingClient", "BatchCreateChannelMembershipCommand").f(void 0, BatchCreateChannelMembershipResponseFilterSensitiveLog).ser(se_BatchCreateChannelMembershipCommand).de(de_BatchCreateChannelMembershipCommand).build() {
|
|
2889
|
+
static {
|
|
2890
|
+
__name(this, "BatchCreateChannelMembershipCommand");
|
|
2891
|
+
}
|
|
2855
2892
|
};
|
|
2856
|
-
__name(_BatchCreateChannelMembershipCommand, "BatchCreateChannelMembershipCommand");
|
|
2857
|
-
var BatchCreateChannelMembershipCommand = _BatchCreateChannelMembershipCommand;
|
|
2858
2893
|
|
|
2859
2894
|
// src/commands/ChannelFlowCallbackCommand.ts
|
|
2860
2895
|
|
|
2861
2896
|
|
|
2862
2897
|
|
|
2863
|
-
var
|
|
2898
|
+
var ChannelFlowCallbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2864
2899
|
return [
|
|
2865
2900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2866
2901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2867
2902
|
];
|
|
2868
2903
|
}).s("ChimeMessagingService", "ChannelFlowCallback", {}).n("ChimeSDKMessagingClient", "ChannelFlowCallbackCommand").f(ChannelFlowCallbackRequestFilterSensitiveLog, void 0).ser(se_ChannelFlowCallbackCommand).de(de_ChannelFlowCallbackCommand).build() {
|
|
2904
|
+
static {
|
|
2905
|
+
__name(this, "ChannelFlowCallbackCommand");
|
|
2906
|
+
}
|
|
2869
2907
|
};
|
|
2870
|
-
__name(_ChannelFlowCallbackCommand, "ChannelFlowCallbackCommand");
|
|
2871
|
-
var ChannelFlowCallbackCommand = _ChannelFlowCallbackCommand;
|
|
2872
2908
|
|
|
2873
2909
|
// src/commands/CreateChannelBanCommand.ts
|
|
2874
2910
|
|
|
2875
2911
|
|
|
2876
2912
|
|
|
2877
|
-
var
|
|
2913
|
+
var CreateChannelBanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2878
2914
|
return [
|
|
2879
2915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2880
2916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2881
2917
|
];
|
|
2882
2918
|
}).s("ChimeMessagingService", "CreateChannelBan", {}).n("ChimeSDKMessagingClient", "CreateChannelBanCommand").f(void 0, CreateChannelBanResponseFilterSensitiveLog).ser(se_CreateChannelBanCommand).de(de_CreateChannelBanCommand).build() {
|
|
2919
|
+
static {
|
|
2920
|
+
__name(this, "CreateChannelBanCommand");
|
|
2921
|
+
}
|
|
2883
2922
|
};
|
|
2884
|
-
__name(_CreateChannelBanCommand, "CreateChannelBanCommand");
|
|
2885
|
-
var CreateChannelBanCommand = _CreateChannelBanCommand;
|
|
2886
2923
|
|
|
2887
2924
|
// src/commands/CreateChannelCommand.ts
|
|
2888
2925
|
|
|
2889
2926
|
|
|
2890
2927
|
|
|
2891
|
-
var
|
|
2928
|
+
var CreateChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2892
2929
|
return [
|
|
2893
2930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2894
2931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2895
2932
|
];
|
|
2896
2933
|
}).s("ChimeMessagingService", "CreateChannel", {}).n("ChimeSDKMessagingClient", "CreateChannelCommand").f(CreateChannelRequestFilterSensitiveLog, void 0).ser(se_CreateChannelCommand).de(de_CreateChannelCommand).build() {
|
|
2934
|
+
static {
|
|
2935
|
+
__name(this, "CreateChannelCommand");
|
|
2936
|
+
}
|
|
2897
2937
|
};
|
|
2898
|
-
__name(_CreateChannelCommand, "CreateChannelCommand");
|
|
2899
|
-
var CreateChannelCommand = _CreateChannelCommand;
|
|
2900
2938
|
|
|
2901
2939
|
// src/commands/CreateChannelFlowCommand.ts
|
|
2902
2940
|
|
|
2903
2941
|
|
|
2904
2942
|
|
|
2905
|
-
var
|
|
2943
|
+
var CreateChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2906
2944
|
return [
|
|
2907
2945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2908
2946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2909
2947
|
];
|
|
2910
2948
|
}).s("ChimeMessagingService", "CreateChannelFlow", {}).n("ChimeSDKMessagingClient", "CreateChannelFlowCommand").f(CreateChannelFlowRequestFilterSensitiveLog, void 0).ser(se_CreateChannelFlowCommand).de(de_CreateChannelFlowCommand).build() {
|
|
2949
|
+
static {
|
|
2950
|
+
__name(this, "CreateChannelFlowCommand");
|
|
2951
|
+
}
|
|
2911
2952
|
};
|
|
2912
|
-
__name(_CreateChannelFlowCommand, "CreateChannelFlowCommand");
|
|
2913
|
-
var CreateChannelFlowCommand = _CreateChannelFlowCommand;
|
|
2914
2953
|
|
|
2915
2954
|
// src/commands/CreateChannelMembershipCommand.ts
|
|
2916
2955
|
|
|
2917
2956
|
|
|
2918
2957
|
|
|
2919
|
-
var
|
|
2958
|
+
var CreateChannelMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2920
2959
|
return [
|
|
2921
2960
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2922
2961
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2923
2962
|
];
|
|
2924
2963
|
}).s("ChimeMessagingService", "CreateChannelMembership", {}).n("ChimeSDKMessagingClient", "CreateChannelMembershipCommand").f(void 0, CreateChannelMembershipResponseFilterSensitiveLog).ser(se_CreateChannelMembershipCommand).de(de_CreateChannelMembershipCommand).build() {
|
|
2964
|
+
static {
|
|
2965
|
+
__name(this, "CreateChannelMembershipCommand");
|
|
2966
|
+
}
|
|
2925
2967
|
};
|
|
2926
|
-
__name(_CreateChannelMembershipCommand, "CreateChannelMembershipCommand");
|
|
2927
|
-
var CreateChannelMembershipCommand = _CreateChannelMembershipCommand;
|
|
2928
2968
|
|
|
2929
2969
|
// src/commands/CreateChannelModeratorCommand.ts
|
|
2930
2970
|
|
|
2931
2971
|
|
|
2932
2972
|
|
|
2933
|
-
var
|
|
2973
|
+
var CreateChannelModeratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2934
2974
|
return [
|
|
2935
2975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2936
2976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2937
2977
|
];
|
|
2938
2978
|
}).s("ChimeMessagingService", "CreateChannelModerator", {}).n("ChimeSDKMessagingClient", "CreateChannelModeratorCommand").f(void 0, CreateChannelModeratorResponseFilterSensitiveLog).ser(se_CreateChannelModeratorCommand).de(de_CreateChannelModeratorCommand).build() {
|
|
2979
|
+
static {
|
|
2980
|
+
__name(this, "CreateChannelModeratorCommand");
|
|
2981
|
+
}
|
|
2939
2982
|
};
|
|
2940
|
-
__name(_CreateChannelModeratorCommand, "CreateChannelModeratorCommand");
|
|
2941
|
-
var CreateChannelModeratorCommand = _CreateChannelModeratorCommand;
|
|
2942
2983
|
|
|
2943
2984
|
// src/commands/DeleteChannelBanCommand.ts
|
|
2944
2985
|
|
|
2945
2986
|
|
|
2946
2987
|
|
|
2947
|
-
var
|
|
2988
|
+
var DeleteChannelBanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2948
2989
|
return [
|
|
2949
2990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2950
2991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2951
2992
|
];
|
|
2952
2993
|
}).s("ChimeMessagingService", "DeleteChannelBan", {}).n("ChimeSDKMessagingClient", "DeleteChannelBanCommand").f(void 0, void 0).ser(se_DeleteChannelBanCommand).de(de_DeleteChannelBanCommand).build() {
|
|
2994
|
+
static {
|
|
2995
|
+
__name(this, "DeleteChannelBanCommand");
|
|
2996
|
+
}
|
|
2953
2997
|
};
|
|
2954
|
-
__name(_DeleteChannelBanCommand, "DeleteChannelBanCommand");
|
|
2955
|
-
var DeleteChannelBanCommand = _DeleteChannelBanCommand;
|
|
2956
2998
|
|
|
2957
2999
|
// src/commands/DeleteChannelCommand.ts
|
|
2958
3000
|
|
|
2959
3001
|
|
|
2960
3002
|
|
|
2961
|
-
var
|
|
3003
|
+
var DeleteChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2962
3004
|
return [
|
|
2963
3005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2964
3006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2965
3007
|
];
|
|
2966
3008
|
}).s("ChimeMessagingService", "DeleteChannel", {}).n("ChimeSDKMessagingClient", "DeleteChannelCommand").f(void 0, void 0).ser(se_DeleteChannelCommand).de(de_DeleteChannelCommand).build() {
|
|
3009
|
+
static {
|
|
3010
|
+
__name(this, "DeleteChannelCommand");
|
|
3011
|
+
}
|
|
2967
3012
|
};
|
|
2968
|
-
__name(_DeleteChannelCommand, "DeleteChannelCommand");
|
|
2969
|
-
var DeleteChannelCommand = _DeleteChannelCommand;
|
|
2970
3013
|
|
|
2971
3014
|
// src/commands/DeleteChannelFlowCommand.ts
|
|
2972
3015
|
|
|
2973
3016
|
|
|
2974
3017
|
|
|
2975
|
-
var
|
|
3018
|
+
var DeleteChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2976
3019
|
return [
|
|
2977
3020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2978
3021
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2979
3022
|
];
|
|
2980
3023
|
}).s("ChimeMessagingService", "DeleteChannelFlow", {}).n("ChimeSDKMessagingClient", "DeleteChannelFlowCommand").f(void 0, void 0).ser(se_DeleteChannelFlowCommand).de(de_DeleteChannelFlowCommand).build() {
|
|
3024
|
+
static {
|
|
3025
|
+
__name(this, "DeleteChannelFlowCommand");
|
|
3026
|
+
}
|
|
2981
3027
|
};
|
|
2982
|
-
__name(_DeleteChannelFlowCommand, "DeleteChannelFlowCommand");
|
|
2983
|
-
var DeleteChannelFlowCommand = _DeleteChannelFlowCommand;
|
|
2984
3028
|
|
|
2985
3029
|
// src/commands/DeleteChannelMembershipCommand.ts
|
|
2986
3030
|
|
|
2987
3031
|
|
|
2988
3032
|
|
|
2989
|
-
var
|
|
3033
|
+
var DeleteChannelMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2990
3034
|
return [
|
|
2991
3035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2992
3036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2993
3037
|
];
|
|
2994
3038
|
}).s("ChimeMessagingService", "DeleteChannelMembership", {}).n("ChimeSDKMessagingClient", "DeleteChannelMembershipCommand").f(void 0, void 0).ser(se_DeleteChannelMembershipCommand).de(de_DeleteChannelMembershipCommand).build() {
|
|
3039
|
+
static {
|
|
3040
|
+
__name(this, "DeleteChannelMembershipCommand");
|
|
3041
|
+
}
|
|
2995
3042
|
};
|
|
2996
|
-
__name(_DeleteChannelMembershipCommand, "DeleteChannelMembershipCommand");
|
|
2997
|
-
var DeleteChannelMembershipCommand = _DeleteChannelMembershipCommand;
|
|
2998
3043
|
|
|
2999
3044
|
// src/commands/DeleteChannelMessageCommand.ts
|
|
3000
3045
|
|
|
3001
3046
|
|
|
3002
3047
|
|
|
3003
|
-
var
|
|
3048
|
+
var DeleteChannelMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3004
3049
|
return [
|
|
3005
3050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3006
3051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3007
3052
|
];
|
|
3008
3053
|
}).s("ChimeMessagingService", "DeleteChannelMessage", {}).n("ChimeSDKMessagingClient", "DeleteChannelMessageCommand").f(void 0, void 0).ser(se_DeleteChannelMessageCommand).de(de_DeleteChannelMessageCommand).build() {
|
|
3054
|
+
static {
|
|
3055
|
+
__name(this, "DeleteChannelMessageCommand");
|
|
3056
|
+
}
|
|
3009
3057
|
};
|
|
3010
|
-
__name(_DeleteChannelMessageCommand, "DeleteChannelMessageCommand");
|
|
3011
|
-
var DeleteChannelMessageCommand = _DeleteChannelMessageCommand;
|
|
3012
3058
|
|
|
3013
3059
|
// src/commands/DeleteChannelModeratorCommand.ts
|
|
3014
3060
|
|
|
3015
3061
|
|
|
3016
3062
|
|
|
3017
|
-
var
|
|
3063
|
+
var DeleteChannelModeratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3018
3064
|
return [
|
|
3019
3065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3020
3066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3021
3067
|
];
|
|
3022
3068
|
}).s("ChimeMessagingService", "DeleteChannelModerator", {}).n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand").f(void 0, void 0).ser(se_DeleteChannelModeratorCommand).de(de_DeleteChannelModeratorCommand).build() {
|
|
3069
|
+
static {
|
|
3070
|
+
__name(this, "DeleteChannelModeratorCommand");
|
|
3071
|
+
}
|
|
3023
3072
|
};
|
|
3024
|
-
__name(_DeleteChannelModeratorCommand, "DeleteChannelModeratorCommand");
|
|
3025
|
-
var DeleteChannelModeratorCommand = _DeleteChannelModeratorCommand;
|
|
3026
3073
|
|
|
3027
3074
|
// src/commands/DeleteMessagingStreamingConfigurationsCommand.ts
|
|
3028
3075
|
|
|
3029
3076
|
|
|
3030
3077
|
|
|
3031
|
-
var
|
|
3078
|
+
var DeleteMessagingStreamingConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3032
3079
|
return [
|
|
3033
3080
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3034
3081
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3035
3082
|
];
|
|
3036
3083
|
}).s("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {}).n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand").f(void 0, void 0).ser(se_DeleteMessagingStreamingConfigurationsCommand).de(de_DeleteMessagingStreamingConfigurationsCommand).build() {
|
|
3084
|
+
static {
|
|
3085
|
+
__name(this, "DeleteMessagingStreamingConfigurationsCommand");
|
|
3086
|
+
}
|
|
3037
3087
|
};
|
|
3038
|
-
__name(_DeleteMessagingStreamingConfigurationsCommand, "DeleteMessagingStreamingConfigurationsCommand");
|
|
3039
|
-
var DeleteMessagingStreamingConfigurationsCommand = _DeleteMessagingStreamingConfigurationsCommand;
|
|
3040
3088
|
|
|
3041
3089
|
// src/commands/DescribeChannelBanCommand.ts
|
|
3042
3090
|
|
|
3043
3091
|
|
|
3044
3092
|
|
|
3045
|
-
var
|
|
3093
|
+
var DescribeChannelBanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3046
3094
|
return [
|
|
3047
3095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3048
3096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3049
3097
|
];
|
|
3050
3098
|
}).s("ChimeMessagingService", "DescribeChannelBan", {}).n("ChimeSDKMessagingClient", "DescribeChannelBanCommand").f(void 0, DescribeChannelBanResponseFilterSensitiveLog).ser(se_DescribeChannelBanCommand).de(de_DescribeChannelBanCommand).build() {
|
|
3099
|
+
static {
|
|
3100
|
+
__name(this, "DescribeChannelBanCommand");
|
|
3101
|
+
}
|
|
3051
3102
|
};
|
|
3052
|
-
__name(_DescribeChannelBanCommand, "DescribeChannelBanCommand");
|
|
3053
|
-
var DescribeChannelBanCommand = _DescribeChannelBanCommand;
|
|
3054
3103
|
|
|
3055
3104
|
// src/commands/DescribeChannelCommand.ts
|
|
3056
3105
|
|
|
3057
3106
|
|
|
3058
3107
|
|
|
3059
|
-
var
|
|
3108
|
+
var DescribeChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3060
3109
|
return [
|
|
3061
3110
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3062
3111
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3063
3112
|
];
|
|
3064
3113
|
}).s("ChimeMessagingService", "DescribeChannel", {}).n("ChimeSDKMessagingClient", "DescribeChannelCommand").f(void 0, DescribeChannelResponseFilterSensitiveLog).ser(se_DescribeChannelCommand).de(de_DescribeChannelCommand).build() {
|
|
3114
|
+
static {
|
|
3115
|
+
__name(this, "DescribeChannelCommand");
|
|
3116
|
+
}
|
|
3065
3117
|
};
|
|
3066
|
-
__name(_DescribeChannelCommand, "DescribeChannelCommand");
|
|
3067
|
-
var DescribeChannelCommand = _DescribeChannelCommand;
|
|
3068
3118
|
|
|
3069
3119
|
// src/commands/DescribeChannelFlowCommand.ts
|
|
3070
3120
|
|
|
3071
3121
|
|
|
3072
3122
|
|
|
3073
|
-
var
|
|
3123
|
+
var DescribeChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3074
3124
|
return [
|
|
3075
3125
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3076
3126
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3077
3127
|
];
|
|
3078
3128
|
}).s("ChimeMessagingService", "DescribeChannelFlow", {}).n("ChimeSDKMessagingClient", "DescribeChannelFlowCommand").f(void 0, DescribeChannelFlowResponseFilterSensitiveLog).ser(se_DescribeChannelFlowCommand).de(de_DescribeChannelFlowCommand).build() {
|
|
3129
|
+
static {
|
|
3130
|
+
__name(this, "DescribeChannelFlowCommand");
|
|
3131
|
+
}
|
|
3079
3132
|
};
|
|
3080
|
-
__name(_DescribeChannelFlowCommand, "DescribeChannelFlowCommand");
|
|
3081
|
-
var DescribeChannelFlowCommand = _DescribeChannelFlowCommand;
|
|
3082
3133
|
|
|
3083
3134
|
// src/commands/DescribeChannelMembershipCommand.ts
|
|
3084
3135
|
|
|
3085
3136
|
|
|
3086
3137
|
|
|
3087
|
-
var
|
|
3138
|
+
var DescribeChannelMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3088
3139
|
return [
|
|
3089
3140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3090
3141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3091
3142
|
];
|
|
3092
3143
|
}).s("ChimeMessagingService", "DescribeChannelMembership", {}).n("ChimeSDKMessagingClient", "DescribeChannelMembershipCommand").f(void 0, DescribeChannelMembershipResponseFilterSensitiveLog).ser(se_DescribeChannelMembershipCommand).de(de_DescribeChannelMembershipCommand).build() {
|
|
3144
|
+
static {
|
|
3145
|
+
__name(this, "DescribeChannelMembershipCommand");
|
|
3146
|
+
}
|
|
3093
3147
|
};
|
|
3094
|
-
__name(_DescribeChannelMembershipCommand, "DescribeChannelMembershipCommand");
|
|
3095
|
-
var DescribeChannelMembershipCommand = _DescribeChannelMembershipCommand;
|
|
3096
3148
|
|
|
3097
3149
|
// src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
|
|
3098
3150
|
|
|
3099
3151
|
|
|
3100
3152
|
|
|
3101
|
-
var
|
|
3153
|
+
var DescribeChannelMembershipForAppInstanceUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3102
3154
|
return [
|
|
3103
3155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3104
3156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3105
3157
|
];
|
|
3106
3158
|
}).s("ChimeMessagingService", "DescribeChannelMembershipForAppInstanceUser", {}).n("ChimeSDKMessagingClient", "DescribeChannelMembershipForAppInstanceUserCommand").f(void 0, DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog).ser(se_DescribeChannelMembershipForAppInstanceUserCommand).de(de_DescribeChannelMembershipForAppInstanceUserCommand).build() {
|
|
3159
|
+
static {
|
|
3160
|
+
__name(this, "DescribeChannelMembershipForAppInstanceUserCommand");
|
|
3161
|
+
}
|
|
3107
3162
|
};
|
|
3108
|
-
__name(_DescribeChannelMembershipForAppInstanceUserCommand, "DescribeChannelMembershipForAppInstanceUserCommand");
|
|
3109
|
-
var DescribeChannelMembershipForAppInstanceUserCommand = _DescribeChannelMembershipForAppInstanceUserCommand;
|
|
3110
3163
|
|
|
3111
3164
|
// src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
|
|
3112
3165
|
|
|
3113
3166
|
|
|
3114
3167
|
|
|
3115
|
-
var
|
|
3168
|
+
var DescribeChannelModeratedByAppInstanceUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3116
3169
|
return [
|
|
3117
3170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3118
3171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3119
3172
|
];
|
|
3120
3173
|
}).s("ChimeMessagingService", "DescribeChannelModeratedByAppInstanceUser", {}).n("ChimeSDKMessagingClient", "DescribeChannelModeratedByAppInstanceUserCommand").f(void 0, DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog).ser(se_DescribeChannelModeratedByAppInstanceUserCommand).de(de_DescribeChannelModeratedByAppInstanceUserCommand).build() {
|
|
3174
|
+
static {
|
|
3175
|
+
__name(this, "DescribeChannelModeratedByAppInstanceUserCommand");
|
|
3176
|
+
}
|
|
3121
3177
|
};
|
|
3122
|
-
__name(_DescribeChannelModeratedByAppInstanceUserCommand, "DescribeChannelModeratedByAppInstanceUserCommand");
|
|
3123
|
-
var DescribeChannelModeratedByAppInstanceUserCommand = _DescribeChannelModeratedByAppInstanceUserCommand;
|
|
3124
3178
|
|
|
3125
3179
|
// src/commands/DescribeChannelModeratorCommand.ts
|
|
3126
3180
|
|
|
3127
3181
|
|
|
3128
3182
|
|
|
3129
|
-
var
|
|
3183
|
+
var DescribeChannelModeratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3130
3184
|
return [
|
|
3131
3185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3132
3186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3133
3187
|
];
|
|
3134
3188
|
}).s("ChimeMessagingService", "DescribeChannelModerator", {}).n("ChimeSDKMessagingClient", "DescribeChannelModeratorCommand").f(void 0, DescribeChannelModeratorResponseFilterSensitiveLog).ser(se_DescribeChannelModeratorCommand).de(de_DescribeChannelModeratorCommand).build() {
|
|
3189
|
+
static {
|
|
3190
|
+
__name(this, "DescribeChannelModeratorCommand");
|
|
3191
|
+
}
|
|
3135
3192
|
};
|
|
3136
|
-
__name(_DescribeChannelModeratorCommand, "DescribeChannelModeratorCommand");
|
|
3137
|
-
var DescribeChannelModeratorCommand = _DescribeChannelModeratorCommand;
|
|
3138
3193
|
|
|
3139
3194
|
// src/commands/DisassociateChannelFlowCommand.ts
|
|
3140
3195
|
|
|
3141
3196
|
|
|
3142
3197
|
|
|
3143
|
-
var
|
|
3198
|
+
var DisassociateChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3144
3199
|
return [
|
|
3145
3200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3146
3201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3147
3202
|
];
|
|
3148
3203
|
}).s("ChimeMessagingService", "DisassociateChannelFlow", {}).n("ChimeSDKMessagingClient", "DisassociateChannelFlowCommand").f(void 0, void 0).ser(se_DisassociateChannelFlowCommand).de(de_DisassociateChannelFlowCommand).build() {
|
|
3204
|
+
static {
|
|
3205
|
+
__name(this, "DisassociateChannelFlowCommand");
|
|
3206
|
+
}
|
|
3149
3207
|
};
|
|
3150
|
-
__name(_DisassociateChannelFlowCommand, "DisassociateChannelFlowCommand");
|
|
3151
|
-
var DisassociateChannelFlowCommand = _DisassociateChannelFlowCommand;
|
|
3152
3208
|
|
|
3153
3209
|
// src/commands/GetChannelMembershipPreferencesCommand.ts
|
|
3154
3210
|
|
|
3155
3211
|
|
|
3156
3212
|
|
|
3157
|
-
var
|
|
3213
|
+
var GetChannelMembershipPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3158
3214
|
return [
|
|
3159
3215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3160
3216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3161
3217
|
];
|
|
3162
3218
|
}).s("ChimeMessagingService", "GetChannelMembershipPreferences", {}).n("ChimeSDKMessagingClient", "GetChannelMembershipPreferencesCommand").f(void 0, GetChannelMembershipPreferencesResponseFilterSensitiveLog).ser(se_GetChannelMembershipPreferencesCommand).de(de_GetChannelMembershipPreferencesCommand).build() {
|
|
3219
|
+
static {
|
|
3220
|
+
__name(this, "GetChannelMembershipPreferencesCommand");
|
|
3221
|
+
}
|
|
3163
3222
|
};
|
|
3164
|
-
__name(_GetChannelMembershipPreferencesCommand, "GetChannelMembershipPreferencesCommand");
|
|
3165
|
-
var GetChannelMembershipPreferencesCommand = _GetChannelMembershipPreferencesCommand;
|
|
3166
3223
|
|
|
3167
3224
|
// src/commands/GetChannelMessageCommand.ts
|
|
3168
3225
|
|
|
3169
3226
|
|
|
3170
3227
|
|
|
3171
|
-
var
|
|
3228
|
+
var GetChannelMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3172
3229
|
return [
|
|
3173
3230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3174
3231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3175
3232
|
];
|
|
3176
3233
|
}).s("ChimeMessagingService", "GetChannelMessage", {}).n("ChimeSDKMessagingClient", "GetChannelMessageCommand").f(void 0, GetChannelMessageResponseFilterSensitiveLog).ser(se_GetChannelMessageCommand).de(de_GetChannelMessageCommand).build() {
|
|
3234
|
+
static {
|
|
3235
|
+
__name(this, "GetChannelMessageCommand");
|
|
3236
|
+
}
|
|
3177
3237
|
};
|
|
3178
|
-
__name(_GetChannelMessageCommand, "GetChannelMessageCommand");
|
|
3179
|
-
var GetChannelMessageCommand = _GetChannelMessageCommand;
|
|
3180
3238
|
|
|
3181
3239
|
// src/commands/GetChannelMessageStatusCommand.ts
|
|
3182
3240
|
|
|
3183
3241
|
|
|
3184
3242
|
|
|
3185
|
-
var
|
|
3243
|
+
var GetChannelMessageStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3186
3244
|
return [
|
|
3187
3245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3188
3246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3189
3247
|
];
|
|
3190
3248
|
}).s("ChimeMessagingService", "GetChannelMessageStatus", {}).n("ChimeSDKMessagingClient", "GetChannelMessageStatusCommand").f(void 0, void 0).ser(se_GetChannelMessageStatusCommand).de(de_GetChannelMessageStatusCommand).build() {
|
|
3249
|
+
static {
|
|
3250
|
+
__name(this, "GetChannelMessageStatusCommand");
|
|
3251
|
+
}
|
|
3191
3252
|
};
|
|
3192
|
-
__name(_GetChannelMessageStatusCommand, "GetChannelMessageStatusCommand");
|
|
3193
|
-
var GetChannelMessageStatusCommand = _GetChannelMessageStatusCommand;
|
|
3194
3253
|
|
|
3195
3254
|
// src/commands/GetMessagingSessionEndpointCommand.ts
|
|
3196
3255
|
|
|
3197
3256
|
|
|
3198
3257
|
|
|
3199
|
-
var
|
|
3258
|
+
var GetMessagingSessionEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3200
3259
|
return [
|
|
3201
3260
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3202
3261
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3203
3262
|
];
|
|
3204
3263
|
}).s("ChimeMessagingService", "GetMessagingSessionEndpoint", {}).n("ChimeSDKMessagingClient", "GetMessagingSessionEndpointCommand").f(void 0, void 0).ser(se_GetMessagingSessionEndpointCommand).de(de_GetMessagingSessionEndpointCommand).build() {
|
|
3264
|
+
static {
|
|
3265
|
+
__name(this, "GetMessagingSessionEndpointCommand");
|
|
3266
|
+
}
|
|
3205
3267
|
};
|
|
3206
|
-
__name(_GetMessagingSessionEndpointCommand, "GetMessagingSessionEndpointCommand");
|
|
3207
|
-
var GetMessagingSessionEndpointCommand = _GetMessagingSessionEndpointCommand;
|
|
3208
3268
|
|
|
3209
3269
|
// src/commands/GetMessagingStreamingConfigurationsCommand.ts
|
|
3210
3270
|
|
|
3211
3271
|
|
|
3212
3272
|
|
|
3213
|
-
var
|
|
3273
|
+
var GetMessagingStreamingConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3214
3274
|
return [
|
|
3215
3275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3216
3276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3217
3277
|
];
|
|
3218
3278
|
}).s("ChimeMessagingService", "GetMessagingStreamingConfigurations", {}).n("ChimeSDKMessagingClient", "GetMessagingStreamingConfigurationsCommand").f(void 0, void 0).ser(se_GetMessagingStreamingConfigurationsCommand).de(de_GetMessagingStreamingConfigurationsCommand).build() {
|
|
3279
|
+
static {
|
|
3280
|
+
__name(this, "GetMessagingStreamingConfigurationsCommand");
|
|
3281
|
+
}
|
|
3219
3282
|
};
|
|
3220
|
-
__name(_GetMessagingStreamingConfigurationsCommand, "GetMessagingStreamingConfigurationsCommand");
|
|
3221
|
-
var GetMessagingStreamingConfigurationsCommand = _GetMessagingStreamingConfigurationsCommand;
|
|
3222
3283
|
|
|
3223
3284
|
// src/commands/ListChannelBansCommand.ts
|
|
3224
3285
|
|
|
3225
3286
|
|
|
3226
3287
|
|
|
3227
|
-
var
|
|
3288
|
+
var ListChannelBansCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3228
3289
|
return [
|
|
3229
3290
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3230
3291
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3231
3292
|
];
|
|
3232
3293
|
}).s("ChimeMessagingService", "ListChannelBans", {}).n("ChimeSDKMessagingClient", "ListChannelBansCommand").f(ListChannelBansRequestFilterSensitiveLog, ListChannelBansResponseFilterSensitiveLog).ser(se_ListChannelBansCommand).de(de_ListChannelBansCommand).build() {
|
|
3294
|
+
static {
|
|
3295
|
+
__name(this, "ListChannelBansCommand");
|
|
3296
|
+
}
|
|
3233
3297
|
};
|
|
3234
|
-
__name(_ListChannelBansCommand, "ListChannelBansCommand");
|
|
3235
|
-
var ListChannelBansCommand = _ListChannelBansCommand;
|
|
3236
3298
|
|
|
3237
3299
|
// src/commands/ListChannelFlowsCommand.ts
|
|
3238
3300
|
|
|
3239
3301
|
|
|
3240
3302
|
|
|
3241
|
-
var
|
|
3303
|
+
var ListChannelFlowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3242
3304
|
return [
|
|
3243
3305
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3244
3306
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3245
3307
|
];
|
|
3246
3308
|
}).s("ChimeMessagingService", "ListChannelFlows", {}).n("ChimeSDKMessagingClient", "ListChannelFlowsCommand").f(ListChannelFlowsRequestFilterSensitiveLog, ListChannelFlowsResponseFilterSensitiveLog).ser(se_ListChannelFlowsCommand).de(de_ListChannelFlowsCommand).build() {
|
|
3309
|
+
static {
|
|
3310
|
+
__name(this, "ListChannelFlowsCommand");
|
|
3311
|
+
}
|
|
3247
3312
|
};
|
|
3248
|
-
__name(_ListChannelFlowsCommand, "ListChannelFlowsCommand");
|
|
3249
|
-
var ListChannelFlowsCommand = _ListChannelFlowsCommand;
|
|
3250
3313
|
|
|
3251
3314
|
// src/commands/ListChannelMembershipsCommand.ts
|
|
3252
3315
|
|
|
3253
3316
|
|
|
3254
3317
|
|
|
3255
|
-
var
|
|
3318
|
+
var ListChannelMembershipsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3256
3319
|
return [
|
|
3257
3320
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3258
3321
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3259
3322
|
];
|
|
3260
3323
|
}).s("ChimeMessagingService", "ListChannelMemberships", {}).n("ChimeSDKMessagingClient", "ListChannelMembershipsCommand").f(ListChannelMembershipsRequestFilterSensitiveLog, ListChannelMembershipsResponseFilterSensitiveLog).ser(se_ListChannelMembershipsCommand).de(de_ListChannelMembershipsCommand).build() {
|
|
3324
|
+
static {
|
|
3325
|
+
__name(this, "ListChannelMembershipsCommand");
|
|
3326
|
+
}
|
|
3261
3327
|
};
|
|
3262
|
-
__name(_ListChannelMembershipsCommand, "ListChannelMembershipsCommand");
|
|
3263
|
-
var ListChannelMembershipsCommand = _ListChannelMembershipsCommand;
|
|
3264
3328
|
|
|
3265
3329
|
// src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
|
|
3266
3330
|
|
|
3267
3331
|
|
|
3268
3332
|
|
|
3269
|
-
var
|
|
3333
|
+
var ListChannelMembershipsForAppInstanceUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3270
3334
|
return [
|
|
3271
3335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3272
3336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3275,43 +3339,46 @@ var _ListChannelMembershipsForAppInstanceUserCommand = class _ListChannelMembers
|
|
|
3275
3339
|
ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog,
|
|
3276
3340
|
ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog
|
|
3277
3341
|
).ser(se_ListChannelMembershipsForAppInstanceUserCommand).de(de_ListChannelMembershipsForAppInstanceUserCommand).build() {
|
|
3342
|
+
static {
|
|
3343
|
+
__name(this, "ListChannelMembershipsForAppInstanceUserCommand");
|
|
3344
|
+
}
|
|
3278
3345
|
};
|
|
3279
|
-
__name(_ListChannelMembershipsForAppInstanceUserCommand, "ListChannelMembershipsForAppInstanceUserCommand");
|
|
3280
|
-
var ListChannelMembershipsForAppInstanceUserCommand = _ListChannelMembershipsForAppInstanceUserCommand;
|
|
3281
3346
|
|
|
3282
3347
|
// src/commands/ListChannelMessagesCommand.ts
|
|
3283
3348
|
|
|
3284
3349
|
|
|
3285
3350
|
|
|
3286
|
-
var
|
|
3351
|
+
var ListChannelMessagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3287
3352
|
return [
|
|
3288
3353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3289
3354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3290
3355
|
];
|
|
3291
3356
|
}).s("ChimeMessagingService", "ListChannelMessages", {}).n("ChimeSDKMessagingClient", "ListChannelMessagesCommand").f(ListChannelMessagesRequestFilterSensitiveLog, ListChannelMessagesResponseFilterSensitiveLog).ser(se_ListChannelMessagesCommand).de(de_ListChannelMessagesCommand).build() {
|
|
3357
|
+
static {
|
|
3358
|
+
__name(this, "ListChannelMessagesCommand");
|
|
3359
|
+
}
|
|
3292
3360
|
};
|
|
3293
|
-
__name(_ListChannelMessagesCommand, "ListChannelMessagesCommand");
|
|
3294
|
-
var ListChannelMessagesCommand = _ListChannelMessagesCommand;
|
|
3295
3361
|
|
|
3296
3362
|
// src/commands/ListChannelModeratorsCommand.ts
|
|
3297
3363
|
|
|
3298
3364
|
|
|
3299
3365
|
|
|
3300
|
-
var
|
|
3366
|
+
var ListChannelModeratorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3301
3367
|
return [
|
|
3302
3368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3303
3369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3304
3370
|
];
|
|
3305
3371
|
}).s("ChimeMessagingService", "ListChannelModerators", {}).n("ChimeSDKMessagingClient", "ListChannelModeratorsCommand").f(ListChannelModeratorsRequestFilterSensitiveLog, ListChannelModeratorsResponseFilterSensitiveLog).ser(se_ListChannelModeratorsCommand).de(de_ListChannelModeratorsCommand).build() {
|
|
3372
|
+
static {
|
|
3373
|
+
__name(this, "ListChannelModeratorsCommand");
|
|
3374
|
+
}
|
|
3306
3375
|
};
|
|
3307
|
-
__name(_ListChannelModeratorsCommand, "ListChannelModeratorsCommand");
|
|
3308
|
-
var ListChannelModeratorsCommand = _ListChannelModeratorsCommand;
|
|
3309
3376
|
|
|
3310
3377
|
// src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts
|
|
3311
3378
|
|
|
3312
3379
|
|
|
3313
3380
|
|
|
3314
|
-
var
|
|
3381
|
+
var ListChannelsAssociatedWithChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3315
3382
|
return [
|
|
3316
3383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3317
3384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3320,29 +3387,31 @@ var _ListChannelsAssociatedWithChannelFlowCommand = class _ListChannelsAssociate
|
|
|
3320
3387
|
ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog,
|
|
3321
3388
|
ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog
|
|
3322
3389
|
).ser(se_ListChannelsAssociatedWithChannelFlowCommand).de(de_ListChannelsAssociatedWithChannelFlowCommand).build() {
|
|
3390
|
+
static {
|
|
3391
|
+
__name(this, "ListChannelsAssociatedWithChannelFlowCommand");
|
|
3392
|
+
}
|
|
3323
3393
|
};
|
|
3324
|
-
__name(_ListChannelsAssociatedWithChannelFlowCommand, "ListChannelsAssociatedWithChannelFlowCommand");
|
|
3325
|
-
var ListChannelsAssociatedWithChannelFlowCommand = _ListChannelsAssociatedWithChannelFlowCommand;
|
|
3326
3394
|
|
|
3327
3395
|
// src/commands/ListChannelsCommand.ts
|
|
3328
3396
|
|
|
3329
3397
|
|
|
3330
3398
|
|
|
3331
|
-
var
|
|
3399
|
+
var ListChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3332
3400
|
return [
|
|
3333
3401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3334
3402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3335
3403
|
];
|
|
3336
3404
|
}).s("ChimeMessagingService", "ListChannels", {}).n("ChimeSDKMessagingClient", "ListChannelsCommand").f(ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog).ser(se_ListChannelsCommand).de(de_ListChannelsCommand).build() {
|
|
3405
|
+
static {
|
|
3406
|
+
__name(this, "ListChannelsCommand");
|
|
3407
|
+
}
|
|
3337
3408
|
};
|
|
3338
|
-
__name(_ListChannelsCommand, "ListChannelsCommand");
|
|
3339
|
-
var ListChannelsCommand = _ListChannelsCommand;
|
|
3340
3409
|
|
|
3341
3410
|
// src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
|
|
3342
3411
|
|
|
3343
3412
|
|
|
3344
3413
|
|
|
3345
|
-
var
|
|
3414
|
+
var ListChannelsModeratedByAppInstanceUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3346
3415
|
return [
|
|
3347
3416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3348
3417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3351,57 +3420,61 @@ var _ListChannelsModeratedByAppInstanceUserCommand = class _ListChannelsModerate
|
|
|
3351
3420
|
ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog,
|
|
3352
3421
|
ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog
|
|
3353
3422
|
).ser(se_ListChannelsModeratedByAppInstanceUserCommand).de(de_ListChannelsModeratedByAppInstanceUserCommand).build() {
|
|
3423
|
+
static {
|
|
3424
|
+
__name(this, "ListChannelsModeratedByAppInstanceUserCommand");
|
|
3425
|
+
}
|
|
3354
3426
|
};
|
|
3355
|
-
__name(_ListChannelsModeratedByAppInstanceUserCommand, "ListChannelsModeratedByAppInstanceUserCommand");
|
|
3356
|
-
var ListChannelsModeratedByAppInstanceUserCommand = _ListChannelsModeratedByAppInstanceUserCommand;
|
|
3357
3427
|
|
|
3358
3428
|
// src/commands/ListSubChannelsCommand.ts
|
|
3359
3429
|
|
|
3360
3430
|
|
|
3361
3431
|
|
|
3362
|
-
var
|
|
3432
|
+
var ListSubChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3363
3433
|
return [
|
|
3364
3434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3365
3435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3366
3436
|
];
|
|
3367
3437
|
}).s("ChimeMessagingService", "ListSubChannels", {}).n("ChimeSDKMessagingClient", "ListSubChannelsCommand").f(ListSubChannelsRequestFilterSensitiveLog, ListSubChannelsResponseFilterSensitiveLog).ser(se_ListSubChannelsCommand).de(de_ListSubChannelsCommand).build() {
|
|
3438
|
+
static {
|
|
3439
|
+
__name(this, "ListSubChannelsCommand");
|
|
3440
|
+
}
|
|
3368
3441
|
};
|
|
3369
|
-
__name(_ListSubChannelsCommand, "ListSubChannelsCommand");
|
|
3370
|
-
var ListSubChannelsCommand = _ListSubChannelsCommand;
|
|
3371
3442
|
|
|
3372
3443
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3373
3444
|
|
|
3374
3445
|
|
|
3375
3446
|
|
|
3376
|
-
var
|
|
3447
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3377
3448
|
return [
|
|
3378
3449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3379
3450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3380
3451
|
];
|
|
3381
3452
|
}).s("ChimeMessagingService", "ListTagsForResource", {}).n("ChimeSDKMessagingClient", "ListTagsForResourceCommand").f(void 0, ListTagsForResourceResponseFilterSensitiveLog).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3453
|
+
static {
|
|
3454
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3455
|
+
}
|
|
3382
3456
|
};
|
|
3383
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3384
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3385
3457
|
|
|
3386
3458
|
// src/commands/PutChannelExpirationSettingsCommand.ts
|
|
3387
3459
|
|
|
3388
3460
|
|
|
3389
3461
|
|
|
3390
|
-
var
|
|
3462
|
+
var PutChannelExpirationSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3391
3463
|
return [
|
|
3392
3464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3393
3465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3394
3466
|
];
|
|
3395
3467
|
}).s("ChimeMessagingService", "PutChannelExpirationSettings", {}).n("ChimeSDKMessagingClient", "PutChannelExpirationSettingsCommand").f(void 0, void 0).ser(se_PutChannelExpirationSettingsCommand).de(de_PutChannelExpirationSettingsCommand).build() {
|
|
3468
|
+
static {
|
|
3469
|
+
__name(this, "PutChannelExpirationSettingsCommand");
|
|
3470
|
+
}
|
|
3396
3471
|
};
|
|
3397
|
-
__name(_PutChannelExpirationSettingsCommand, "PutChannelExpirationSettingsCommand");
|
|
3398
|
-
var PutChannelExpirationSettingsCommand = _PutChannelExpirationSettingsCommand;
|
|
3399
3472
|
|
|
3400
3473
|
// src/commands/PutChannelMembershipPreferencesCommand.ts
|
|
3401
3474
|
|
|
3402
3475
|
|
|
3403
3476
|
|
|
3404
|
-
var
|
|
3477
|
+
var PutChannelMembershipPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3405
3478
|
return [
|
|
3406
3479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3407
3480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3410,149 +3483,160 @@ var _PutChannelMembershipPreferencesCommand = class _PutChannelMembershipPrefere
|
|
|
3410
3483
|
PutChannelMembershipPreferencesRequestFilterSensitiveLog,
|
|
3411
3484
|
PutChannelMembershipPreferencesResponseFilterSensitiveLog
|
|
3412
3485
|
).ser(se_PutChannelMembershipPreferencesCommand).de(de_PutChannelMembershipPreferencesCommand).build() {
|
|
3486
|
+
static {
|
|
3487
|
+
__name(this, "PutChannelMembershipPreferencesCommand");
|
|
3488
|
+
}
|
|
3413
3489
|
};
|
|
3414
|
-
__name(_PutChannelMembershipPreferencesCommand, "PutChannelMembershipPreferencesCommand");
|
|
3415
|
-
var PutChannelMembershipPreferencesCommand = _PutChannelMembershipPreferencesCommand;
|
|
3416
3490
|
|
|
3417
3491
|
// src/commands/PutMessagingStreamingConfigurationsCommand.ts
|
|
3418
3492
|
|
|
3419
3493
|
|
|
3420
3494
|
|
|
3421
|
-
var
|
|
3495
|
+
var PutMessagingStreamingConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3422
3496
|
return [
|
|
3423
3497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3424
3498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3425
3499
|
];
|
|
3426
3500
|
}).s("ChimeMessagingService", "PutMessagingStreamingConfigurations", {}).n("ChimeSDKMessagingClient", "PutMessagingStreamingConfigurationsCommand").f(void 0, void 0).ser(se_PutMessagingStreamingConfigurationsCommand).de(de_PutMessagingStreamingConfigurationsCommand).build() {
|
|
3501
|
+
static {
|
|
3502
|
+
__name(this, "PutMessagingStreamingConfigurationsCommand");
|
|
3503
|
+
}
|
|
3427
3504
|
};
|
|
3428
|
-
__name(_PutMessagingStreamingConfigurationsCommand, "PutMessagingStreamingConfigurationsCommand");
|
|
3429
|
-
var PutMessagingStreamingConfigurationsCommand = _PutMessagingStreamingConfigurationsCommand;
|
|
3430
3505
|
|
|
3431
3506
|
// src/commands/RedactChannelMessageCommand.ts
|
|
3432
3507
|
|
|
3433
3508
|
|
|
3434
3509
|
|
|
3435
|
-
var
|
|
3510
|
+
var RedactChannelMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3436
3511
|
return [
|
|
3437
3512
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3438
3513
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3439
3514
|
];
|
|
3440
3515
|
}).s("ChimeMessagingService", "RedactChannelMessage", {}).n("ChimeSDKMessagingClient", "RedactChannelMessageCommand").f(void 0, void 0).ser(se_RedactChannelMessageCommand).de(de_RedactChannelMessageCommand).build() {
|
|
3516
|
+
static {
|
|
3517
|
+
__name(this, "RedactChannelMessageCommand");
|
|
3518
|
+
}
|
|
3441
3519
|
};
|
|
3442
|
-
__name(_RedactChannelMessageCommand, "RedactChannelMessageCommand");
|
|
3443
|
-
var RedactChannelMessageCommand = _RedactChannelMessageCommand;
|
|
3444
3520
|
|
|
3445
3521
|
// src/commands/SearchChannelsCommand.ts
|
|
3446
3522
|
|
|
3447
3523
|
|
|
3448
3524
|
|
|
3449
|
-
var
|
|
3525
|
+
var SearchChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3450
3526
|
return [
|
|
3451
3527
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3452
3528
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3453
3529
|
];
|
|
3454
3530
|
}).s("ChimeMessagingService", "SearchChannels", {}).n("ChimeSDKMessagingClient", "SearchChannelsCommand").f(SearchChannelsRequestFilterSensitiveLog, SearchChannelsResponseFilterSensitiveLog).ser(se_SearchChannelsCommand).de(de_SearchChannelsCommand).build() {
|
|
3531
|
+
static {
|
|
3532
|
+
__name(this, "SearchChannelsCommand");
|
|
3533
|
+
}
|
|
3455
3534
|
};
|
|
3456
|
-
__name(_SearchChannelsCommand, "SearchChannelsCommand");
|
|
3457
|
-
var SearchChannelsCommand = _SearchChannelsCommand;
|
|
3458
3535
|
|
|
3459
3536
|
// src/commands/SendChannelMessageCommand.ts
|
|
3460
3537
|
|
|
3461
3538
|
|
|
3462
3539
|
|
|
3463
|
-
var
|
|
3540
|
+
var SendChannelMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3464
3541
|
return [
|
|
3465
3542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3466
3543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3467
3544
|
];
|
|
3468
3545
|
}).s("ChimeMessagingService", "SendChannelMessage", {}).n("ChimeSDKMessagingClient", "SendChannelMessageCommand").f(SendChannelMessageRequestFilterSensitiveLog, void 0).ser(se_SendChannelMessageCommand).de(de_SendChannelMessageCommand).build() {
|
|
3546
|
+
static {
|
|
3547
|
+
__name(this, "SendChannelMessageCommand");
|
|
3548
|
+
}
|
|
3469
3549
|
};
|
|
3470
|
-
__name(_SendChannelMessageCommand, "SendChannelMessageCommand");
|
|
3471
|
-
var SendChannelMessageCommand = _SendChannelMessageCommand;
|
|
3472
3550
|
|
|
3473
3551
|
// src/commands/TagResourceCommand.ts
|
|
3474
3552
|
|
|
3475
3553
|
|
|
3476
3554
|
|
|
3477
|
-
var
|
|
3555
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3478
3556
|
return [
|
|
3479
3557
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3480
3558
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3481
3559
|
];
|
|
3482
3560
|
}).s("ChimeMessagingService", "TagResource", {}).n("ChimeSDKMessagingClient", "TagResourceCommand").f(TagResourceRequestFilterSensitiveLog, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3561
|
+
static {
|
|
3562
|
+
__name(this, "TagResourceCommand");
|
|
3563
|
+
}
|
|
3483
3564
|
};
|
|
3484
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3485
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
3486
3565
|
|
|
3487
3566
|
// src/commands/UntagResourceCommand.ts
|
|
3488
3567
|
|
|
3489
3568
|
|
|
3490
3569
|
|
|
3491
|
-
var
|
|
3570
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3492
3571
|
return [
|
|
3493
3572
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3494
3573
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3495
3574
|
];
|
|
3496
3575
|
}).s("ChimeMessagingService", "UntagResource", {}).n("ChimeSDKMessagingClient", "UntagResourceCommand").f(UntagResourceRequestFilterSensitiveLog, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3576
|
+
static {
|
|
3577
|
+
__name(this, "UntagResourceCommand");
|
|
3578
|
+
}
|
|
3497
3579
|
};
|
|
3498
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3499
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
3500
3580
|
|
|
3501
3581
|
// src/commands/UpdateChannelCommand.ts
|
|
3502
3582
|
|
|
3503
3583
|
|
|
3504
3584
|
|
|
3505
|
-
var
|
|
3585
|
+
var UpdateChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3506
3586
|
return [
|
|
3507
3587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3508
3588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3509
3589
|
];
|
|
3510
3590
|
}).s("ChimeMessagingService", "UpdateChannel", {}).n("ChimeSDKMessagingClient", "UpdateChannelCommand").f(UpdateChannelRequestFilterSensitiveLog, void 0).ser(se_UpdateChannelCommand).de(de_UpdateChannelCommand).build() {
|
|
3591
|
+
static {
|
|
3592
|
+
__name(this, "UpdateChannelCommand");
|
|
3593
|
+
}
|
|
3511
3594
|
};
|
|
3512
|
-
__name(_UpdateChannelCommand, "UpdateChannelCommand");
|
|
3513
|
-
var UpdateChannelCommand = _UpdateChannelCommand;
|
|
3514
3595
|
|
|
3515
3596
|
// src/commands/UpdateChannelFlowCommand.ts
|
|
3516
3597
|
|
|
3517
3598
|
|
|
3518
3599
|
|
|
3519
|
-
var
|
|
3600
|
+
var UpdateChannelFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3520
3601
|
return [
|
|
3521
3602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3522
3603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3523
3604
|
];
|
|
3524
3605
|
}).s("ChimeMessagingService", "UpdateChannelFlow", {}).n("ChimeSDKMessagingClient", "UpdateChannelFlowCommand").f(UpdateChannelFlowRequestFilterSensitiveLog, void 0).ser(se_UpdateChannelFlowCommand).de(de_UpdateChannelFlowCommand).build() {
|
|
3606
|
+
static {
|
|
3607
|
+
__name(this, "UpdateChannelFlowCommand");
|
|
3608
|
+
}
|
|
3525
3609
|
};
|
|
3526
|
-
__name(_UpdateChannelFlowCommand, "UpdateChannelFlowCommand");
|
|
3527
|
-
var UpdateChannelFlowCommand = _UpdateChannelFlowCommand;
|
|
3528
3610
|
|
|
3529
3611
|
// src/commands/UpdateChannelMessageCommand.ts
|
|
3530
3612
|
|
|
3531
3613
|
|
|
3532
3614
|
|
|
3533
|
-
var
|
|
3615
|
+
var UpdateChannelMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3534
3616
|
return [
|
|
3535
3617
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3536
3618
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3537
3619
|
];
|
|
3538
3620
|
}).s("ChimeMessagingService", "UpdateChannelMessage", {}).n("ChimeSDKMessagingClient", "UpdateChannelMessageCommand").f(UpdateChannelMessageRequestFilterSensitiveLog, void 0).ser(se_UpdateChannelMessageCommand).de(de_UpdateChannelMessageCommand).build() {
|
|
3621
|
+
static {
|
|
3622
|
+
__name(this, "UpdateChannelMessageCommand");
|
|
3623
|
+
}
|
|
3539
3624
|
};
|
|
3540
|
-
__name(_UpdateChannelMessageCommand, "UpdateChannelMessageCommand");
|
|
3541
|
-
var UpdateChannelMessageCommand = _UpdateChannelMessageCommand;
|
|
3542
3625
|
|
|
3543
3626
|
// src/commands/UpdateChannelReadMarkerCommand.ts
|
|
3544
3627
|
|
|
3545
3628
|
|
|
3546
3629
|
|
|
3547
|
-
var
|
|
3630
|
+
var UpdateChannelReadMarkerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3548
3631
|
return [
|
|
3549
3632
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3550
3633
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3551
3634
|
];
|
|
3552
3635
|
}).s("ChimeMessagingService", "UpdateChannelReadMarker", {}).n("ChimeSDKMessagingClient", "UpdateChannelReadMarkerCommand").f(void 0, void 0).ser(se_UpdateChannelReadMarkerCommand).de(de_UpdateChannelReadMarkerCommand).build() {
|
|
3636
|
+
static {
|
|
3637
|
+
__name(this, "UpdateChannelReadMarkerCommand");
|
|
3638
|
+
}
|
|
3553
3639
|
};
|
|
3554
|
-
__name(_UpdateChannelReadMarkerCommand, "UpdateChannelReadMarkerCommand");
|
|
3555
|
-
var UpdateChannelReadMarkerCommand = _UpdateChannelReadMarkerCommand;
|
|
3556
3640
|
|
|
3557
3641
|
// src/ChimeSDKMessaging.ts
|
|
3558
3642
|
var commands = {
|
|
@@ -3608,10 +3692,11 @@ var commands = {
|
|
|
3608
3692
|
UpdateChannelMessageCommand,
|
|
3609
3693
|
UpdateChannelReadMarkerCommand
|
|
3610
3694
|
};
|
|
3611
|
-
var
|
|
3695
|
+
var ChimeSDKMessaging = class extends ChimeSDKMessagingClient {
|
|
3696
|
+
static {
|
|
3697
|
+
__name(this, "ChimeSDKMessaging");
|
|
3698
|
+
}
|
|
3612
3699
|
};
|
|
3613
|
-
__name(_ChimeSDKMessaging, "ChimeSDKMessaging");
|
|
3614
|
-
var ChimeSDKMessaging = _ChimeSDKMessaging;
|
|
3615
3700
|
(0, import_smithy_client.createAggregatedClient)(commands, ChimeSDKMessaging);
|
|
3616
3701
|
|
|
3617
3702
|
// src/pagination/ListChannelBansPaginator.ts
|