@aws-sdk/client-repostspace 3.840.0 → 3.845.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/index.js +644 -14
- package/dist-es/Repostspace.js +12 -0
- package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +22 -0
- package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +22 -0
- package/dist-es/commands/CreateChannelCommand.js +23 -0
- package/dist-es/commands/GetChannelCommand.js +23 -0
- package/dist-es/commands/ListChannelsCommand.js +23 -0
- package/dist-es/commands/UpdateChannelCommand.js +23 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +73 -6
- package/dist-es/pagination/ListChannelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +203 -0
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForChannelCreated.js +49 -0
- package/dist-es/waiters/waitForChannelDeleted.js +52 -0
- package/dist-es/waiters/waitForSpaceCreated.js +49 -0
- package/dist-es/waiters/waitForSpaceDeleted.js +52 -0
- package/dist-types/Repostspace.d.ts +42 -0
- package/dist-types/RepostspaceClient.d.ts +8 -2
- package/dist-types/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +124 -0
- package/dist-types/commands/BatchAddRoleCommand.d.ts +23 -1
- package/dist-types/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +124 -0
- package/dist-types/commands/BatchRemoveRoleCommand.d.ts +23 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +112 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/GetChannelCommand.d.ts +125 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +8 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +135 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +107 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +464 -33
- package/dist-types/pagination/ListChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/Repostspace.d.ts +108 -0
- package/dist-types/ts3.4/RepostspaceClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +148 -17
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSpaceCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSpaceDeleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
- package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForSpaceCreated.d.ts +14 -0
- package/dist-types/waiters/waitForSpaceDeleted.d.ts +14 -0
- package/package.json +15 -14
package/dist-cjs/index.js
CHANGED
|
@@ -22,17 +22,30 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
22
22
|
var index_exports = {};
|
|
23
23
|
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
BatchAddChannelRoleToAccessorsCommand: () => BatchAddChannelRoleToAccessorsCommand,
|
|
25
26
|
BatchAddRoleCommand: () => BatchAddRoleCommand,
|
|
27
|
+
BatchRemoveChannelRoleFromAccessorsCommand: () => BatchRemoveChannelRoleFromAccessorsCommand,
|
|
26
28
|
BatchRemoveRoleCommand: () => BatchRemoveRoleCommand,
|
|
29
|
+
ChannelDataFilterSensitiveLog: () => ChannelDataFilterSensitiveLog,
|
|
30
|
+
ChannelRole: () => ChannelRole,
|
|
31
|
+
ChannelStatus: () => ChannelStatus,
|
|
27
32
|
ConfigurationStatus: () => ConfigurationStatus,
|
|
28
33
|
ConflictException: () => ConflictException,
|
|
34
|
+
CreateChannelCommand: () => CreateChannelCommand,
|
|
35
|
+
CreateChannelInputFilterSensitiveLog: () => CreateChannelInputFilterSensitiveLog,
|
|
29
36
|
CreateSpaceCommand: () => CreateSpaceCommand,
|
|
30
37
|
CreateSpaceInputFilterSensitiveLog: () => CreateSpaceInputFilterSensitiveLog,
|
|
31
38
|
DeleteSpaceCommand: () => DeleteSpaceCommand,
|
|
32
39
|
DeregisterAdminCommand: () => DeregisterAdminCommand,
|
|
40
|
+
FeatureEnableParameter: () => FeatureEnableParameter,
|
|
41
|
+
FeatureEnableStatus: () => FeatureEnableStatus,
|
|
42
|
+
GetChannelCommand: () => GetChannelCommand,
|
|
43
|
+
GetChannelOutputFilterSensitiveLog: () => GetChannelOutputFilterSensitiveLog,
|
|
33
44
|
GetSpaceCommand: () => GetSpaceCommand,
|
|
34
45
|
GetSpaceOutputFilterSensitiveLog: () => GetSpaceOutputFilterSensitiveLog,
|
|
35
46
|
InternalServerException: () => InternalServerException,
|
|
47
|
+
ListChannelsCommand: () => ListChannelsCommand,
|
|
48
|
+
ListChannelsOutputFilterSensitiveLog: () => ListChannelsOutputFilterSensitiveLog,
|
|
36
49
|
ListSpacesCommand: () => ListSpacesCommand,
|
|
37
50
|
ListSpacesOutputFilterSensitiveLog: () => ListSpacesOutputFilterSensitiveLog,
|
|
38
51
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
@@ -47,18 +60,31 @@ __export(index_exports, {
|
|
|
47
60
|
SendInvitesInputFilterSensitiveLog: () => SendInvitesInputFilterSensitiveLog,
|
|
48
61
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
49
62
|
SpaceDataFilterSensitiveLog: () => SpaceDataFilterSensitiveLog,
|
|
63
|
+
SupportedEmailDomainsParametersFilterSensitiveLog: () => SupportedEmailDomainsParametersFilterSensitiveLog,
|
|
64
|
+
SupportedEmailDomainsStatusFilterSensitiveLog: () => SupportedEmailDomainsStatusFilterSensitiveLog,
|
|
50
65
|
TagResourceCommand: () => TagResourceCommand,
|
|
51
66
|
TagResourceRequestFilterSensitiveLog: () => TagResourceRequestFilterSensitiveLog,
|
|
52
67
|
ThrottlingException: () => ThrottlingException,
|
|
53
68
|
TierLevel: () => TierLevel,
|
|
54
69
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
70
|
+
UpdateChannelCommand: () => UpdateChannelCommand,
|
|
71
|
+
UpdateChannelInputFilterSensitiveLog: () => UpdateChannelInputFilterSensitiveLog,
|
|
55
72
|
UpdateSpaceCommand: () => UpdateSpaceCommand,
|
|
56
73
|
UpdateSpaceInputFilterSensitiveLog: () => UpdateSpaceInputFilterSensitiveLog,
|
|
57
74
|
ValidationException: () => ValidationException,
|
|
58
75
|
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
59
76
|
VanityDomainStatus: () => VanityDomainStatus,
|
|
60
77
|
__Client: () => import_smithy_client.Client,
|
|
61
|
-
|
|
78
|
+
paginateListChannels: () => paginateListChannels,
|
|
79
|
+
paginateListSpaces: () => paginateListSpaces,
|
|
80
|
+
waitForChannelCreated: () => waitForChannelCreated,
|
|
81
|
+
waitForChannelDeleted: () => waitForChannelDeleted,
|
|
82
|
+
waitForSpaceCreated: () => waitForSpaceCreated,
|
|
83
|
+
waitForSpaceDeleted: () => waitForSpaceDeleted,
|
|
84
|
+
waitUntilChannelCreated: () => waitUntilChannelCreated,
|
|
85
|
+
waitUntilChannelDeleted: () => waitUntilChannelDeleted,
|
|
86
|
+
waitUntilSpaceCreated: () => waitUntilSpaceCreated,
|
|
87
|
+
waitUntilSpaceDeleted: () => waitUntilSpaceDeleted
|
|
62
88
|
});
|
|
63
89
|
module.exports = __toCommonJS(index_exports);
|
|
64
90
|
|
|
@@ -206,7 +232,7 @@ var RepostspaceClient = class extends import_smithy_client.Client {
|
|
|
206
232
|
// src/Repostspace.ts
|
|
207
233
|
|
|
208
234
|
|
|
209
|
-
// src/commands/
|
|
235
|
+
// src/commands/BatchAddChannelRoleToAccessorsCommand.ts
|
|
210
236
|
|
|
211
237
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
212
238
|
|
|
@@ -253,8 +279,8 @@ var AccessDeniedException = class _AccessDeniedException extends RepostspaceServ
|
|
|
253
279
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
254
280
|
}
|
|
255
281
|
};
|
|
256
|
-
var
|
|
257
|
-
|
|
282
|
+
var ChannelRole = {
|
|
283
|
+
ASKER: "ASKER",
|
|
258
284
|
EXPERT: "EXPERT",
|
|
259
285
|
MODERATOR: "MODERATOR",
|
|
260
286
|
SUPPORTREQUESTOR: "SUPPORTREQUESTOR"
|
|
@@ -389,6 +415,20 @@ var ValidationException = class _ValidationException extends RepostspaceServiceE
|
|
|
389
415
|
this.fieldList = opts.fieldList;
|
|
390
416
|
}
|
|
391
417
|
};
|
|
418
|
+
var Role = {
|
|
419
|
+
ADMINISTRATOR: "ADMINISTRATOR",
|
|
420
|
+
EXPERT: "EXPERT",
|
|
421
|
+
MODERATOR: "MODERATOR",
|
|
422
|
+
SUPPORTREQUESTOR: "SUPPORTREQUESTOR"
|
|
423
|
+
};
|
|
424
|
+
var ChannelStatus = {
|
|
425
|
+
CREATED: "CREATED",
|
|
426
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
427
|
+
CREATING: "CREATING",
|
|
428
|
+
DELETED: "DELETED",
|
|
429
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
430
|
+
DELETING: "DELETING"
|
|
431
|
+
};
|
|
392
432
|
var ConfigurationStatus = {
|
|
393
433
|
CONFIGURED: "CONFIGURED",
|
|
394
434
|
UNCONFIGURED: "UNCONFIGURED"
|
|
@@ -423,10 +463,6 @@ var ConflictException = class _ConflictException extends RepostspaceServiceExcep
|
|
|
423
463
|
this.resourceType = opts.resourceType;
|
|
424
464
|
}
|
|
425
465
|
};
|
|
426
|
-
var TierLevel = {
|
|
427
|
-
BASIC: "BASIC",
|
|
428
|
-
STANDARD: "STANDARD"
|
|
429
|
-
};
|
|
430
466
|
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends RepostspaceServiceException {
|
|
431
467
|
static {
|
|
432
468
|
__name(this, "ServiceQuotaExceededException");
|
|
@@ -469,26 +505,75 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
|
|
|
469
505
|
this.quotaCode = opts.quotaCode;
|
|
470
506
|
}
|
|
471
507
|
};
|
|
508
|
+
var FeatureEnableParameter = {
|
|
509
|
+
DISABLED: "DISABLED",
|
|
510
|
+
ENABLED: "ENABLED"
|
|
511
|
+
};
|
|
512
|
+
var TierLevel = {
|
|
513
|
+
BASIC: "BASIC",
|
|
514
|
+
STANDARD: "STANDARD"
|
|
515
|
+
};
|
|
516
|
+
var FeatureEnableStatus = {
|
|
517
|
+
DISABLED: "DISABLED",
|
|
518
|
+
ENABLED: "ENABLED",
|
|
519
|
+
NOT_ALLOWED: "NOT_ALLOWED"
|
|
520
|
+
};
|
|
472
521
|
var VanityDomainStatus = {
|
|
473
522
|
APPROVED: "APPROVED",
|
|
474
523
|
PENDING: "PENDING",
|
|
475
524
|
UNAPPROVED: "UNAPPROVED"
|
|
476
525
|
};
|
|
526
|
+
var ChannelDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
...obj.channelName && { channelName: import_smithy_client.SENSITIVE_STRING },
|
|
529
|
+
...obj.channelDescription && { channelDescription: import_smithy_client.SENSITIVE_STRING }
|
|
530
|
+
}), "ChannelDataFilterSensitiveLog");
|
|
531
|
+
var CreateChannelInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
...obj.channelName && { channelName: import_smithy_client.SENSITIVE_STRING },
|
|
534
|
+
...obj.channelDescription && { channelDescription: import_smithy_client.SENSITIVE_STRING }
|
|
535
|
+
}), "CreateChannelInputFilterSensitiveLog");
|
|
536
|
+
var SupportedEmailDomainsParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
...obj.allowedDomains && { allowedDomains: import_smithy_client.SENSITIVE_STRING }
|
|
539
|
+
}), "SupportedEmailDomainsParametersFilterSensitiveLog");
|
|
477
540
|
var CreateSpaceInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
478
541
|
...obj,
|
|
479
542
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
480
543
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
481
|
-
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
544
|
+
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING },
|
|
545
|
+
...obj.supportedEmailDomains && {
|
|
546
|
+
supportedEmailDomains: SupportedEmailDomainsParametersFilterSensitiveLog(obj.supportedEmailDomains)
|
|
547
|
+
}
|
|
482
548
|
}), "CreateSpaceInputFilterSensitiveLog");
|
|
549
|
+
var GetChannelOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
550
|
+
...obj,
|
|
551
|
+
...obj.channelName && { channelName: import_smithy_client.SENSITIVE_STRING },
|
|
552
|
+
...obj.channelDescription && { channelDescription: import_smithy_client.SENSITIVE_STRING }
|
|
553
|
+
}), "GetChannelOutputFilterSensitiveLog");
|
|
554
|
+
var SupportedEmailDomainsStatusFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
...obj.allowedDomains && { allowedDomains: import_smithy_client.SENSITIVE_STRING }
|
|
557
|
+
}), "SupportedEmailDomainsStatusFilterSensitiveLog");
|
|
483
558
|
var GetSpaceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
484
559
|
...obj,
|
|
485
560
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
486
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
561
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
562
|
+
...obj.supportedEmailDomains && {
|
|
563
|
+
supportedEmailDomains: SupportedEmailDomainsStatusFilterSensitiveLog(obj.supportedEmailDomains)
|
|
564
|
+
}
|
|
487
565
|
}), "GetSpaceOutputFilterSensitiveLog");
|
|
566
|
+
var ListChannelsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
567
|
+
...obj,
|
|
568
|
+
...obj.channels && { channels: obj.channels.map((item) => ChannelDataFilterSensitiveLog(item)) }
|
|
569
|
+
}), "ListChannelsOutputFilterSensitiveLog");
|
|
488
570
|
var SpaceDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
489
571
|
...obj,
|
|
490
572
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
491
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
573
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
574
|
+
...obj.supportedEmailDomains && {
|
|
575
|
+
supportedEmailDomains: SupportedEmailDomainsStatusFilterSensitiveLog(obj.supportedEmailDomains)
|
|
576
|
+
}
|
|
492
577
|
}), "SpaceDataFilterSensitiveLog");
|
|
493
578
|
var ListSpacesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
494
579
|
...obj,
|
|
@@ -507,12 +592,38 @@ var TagResourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
507
592
|
...obj,
|
|
508
593
|
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
509
594
|
}), "TagResourceRequestFilterSensitiveLog");
|
|
595
|
+
var UpdateChannelInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
596
|
+
...obj,
|
|
597
|
+
...obj.channelName && { channelName: import_smithy_client.SENSITIVE_STRING },
|
|
598
|
+
...obj.channelDescription && { channelDescription: import_smithy_client.SENSITIVE_STRING }
|
|
599
|
+
}), "UpdateChannelInputFilterSensitiveLog");
|
|
510
600
|
var UpdateSpaceInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
511
601
|
...obj,
|
|
512
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
602
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
603
|
+
...obj.supportedEmailDomains && {
|
|
604
|
+
supportedEmailDomains: SupportedEmailDomainsParametersFilterSensitiveLog(obj.supportedEmailDomains)
|
|
605
|
+
}
|
|
513
606
|
}), "UpdateSpaceInputFilterSensitiveLog");
|
|
514
607
|
|
|
515
608
|
// src/protocols/Aws_restJson1.ts
|
|
609
|
+
var se_BatchAddChannelRoleToAccessorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
610
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
611
|
+
const headers = {
|
|
612
|
+
"content-type": "application/json"
|
|
613
|
+
};
|
|
614
|
+
b.bp("/spaces/{spaceId}/channels/{channelId}/roles");
|
|
615
|
+
b.p("spaceId", () => input.spaceId, "{spaceId}", false);
|
|
616
|
+
b.p("channelId", () => input.channelId, "{channelId}", false);
|
|
617
|
+
let body;
|
|
618
|
+
body = JSON.stringify(
|
|
619
|
+
(0, import_smithy_client.take)(input, {
|
|
620
|
+
accessorIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessorIds"),
|
|
621
|
+
channelRole: []
|
|
622
|
+
})
|
|
623
|
+
);
|
|
624
|
+
b.m("POST").h(headers).b(body);
|
|
625
|
+
return b.build();
|
|
626
|
+
}, "se_BatchAddChannelRoleToAccessorsCommand");
|
|
516
627
|
var se_BatchAddRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
517
628
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
518
629
|
const headers = {
|
|
@@ -530,6 +641,24 @@ var se_BatchAddRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
530
641
|
b.m("POST").h(headers).b(body);
|
|
531
642
|
return b.build();
|
|
532
643
|
}, "se_BatchAddRoleCommand");
|
|
644
|
+
var se_BatchRemoveChannelRoleFromAccessorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
645
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
646
|
+
const headers = {
|
|
647
|
+
"content-type": "application/json"
|
|
648
|
+
};
|
|
649
|
+
b.bp("/spaces/{spaceId}/channels/{channelId}/roles");
|
|
650
|
+
b.p("spaceId", () => input.spaceId, "{spaceId}", false);
|
|
651
|
+
b.p("channelId", () => input.channelId, "{channelId}", false);
|
|
652
|
+
let body;
|
|
653
|
+
body = JSON.stringify(
|
|
654
|
+
(0, import_smithy_client.take)(input, {
|
|
655
|
+
accessorIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessorIds"),
|
|
656
|
+
channelRole: []
|
|
657
|
+
})
|
|
658
|
+
);
|
|
659
|
+
b.m("PATCH").h(headers).b(body);
|
|
660
|
+
return b.build();
|
|
661
|
+
}, "se_BatchRemoveChannelRoleFromAccessorsCommand");
|
|
533
662
|
var se_BatchRemoveRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
534
663
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
535
664
|
const headers = {
|
|
@@ -547,6 +676,23 @@ var se_BatchRemoveRoleCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
547
676
|
b.m("PATCH").h(headers).b(body);
|
|
548
677
|
return b.build();
|
|
549
678
|
}, "se_BatchRemoveRoleCommand");
|
|
679
|
+
var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
680
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
681
|
+
const headers = {
|
|
682
|
+
"content-type": "application/json"
|
|
683
|
+
};
|
|
684
|
+
b.bp("/spaces/{spaceId}/channels");
|
|
685
|
+
b.p("spaceId", () => input.spaceId, "{spaceId}", false);
|
|
686
|
+
let body;
|
|
687
|
+
body = JSON.stringify(
|
|
688
|
+
(0, import_smithy_client.take)(input, {
|
|
689
|
+
channelDescription: [],
|
|
690
|
+
channelName: []
|
|
691
|
+
})
|
|
692
|
+
);
|
|
693
|
+
b.m("POST").h(headers).b(body);
|
|
694
|
+
return b.build();
|
|
695
|
+
}, "se_CreateChannelCommand");
|
|
550
696
|
var se_CreateSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
551
697
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
552
698
|
const headers = {
|
|
@@ -560,6 +706,7 @@ var se_CreateSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
560
706
|
name: [],
|
|
561
707
|
roleArn: [],
|
|
562
708
|
subdomain: [],
|
|
709
|
+
supportedEmailDomains: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "supportedEmailDomains"),
|
|
563
710
|
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
564
711
|
tier: [],
|
|
565
712
|
userKMSKey: []
|
|
@@ -587,6 +734,16 @@ var se_DeregisterAdminCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
587
734
|
b.m("DELETE").h(headers).b(body);
|
|
588
735
|
return b.build();
|
|
589
736
|
}, "se_DeregisterAdminCommand");
|
|
737
|
+
var se_GetChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
738
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
739
|
+
const headers = {};
|
|
740
|
+
b.bp("/spaces/{spaceId}/channels/{channelId}");
|
|
741
|
+
b.p("spaceId", () => input.spaceId, "{spaceId}", false);
|
|
742
|
+
b.p("channelId", () => input.channelId, "{channelId}", false);
|
|
743
|
+
let body;
|
|
744
|
+
b.m("GET").h(headers).b(body);
|
|
745
|
+
return b.build();
|
|
746
|
+
}, "se_GetChannelCommand");
|
|
590
747
|
var se_GetSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
591
748
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
592
749
|
const headers = {};
|
|
@@ -596,6 +753,19 @@ var se_GetSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
596
753
|
b.m("GET").h(headers).b(body);
|
|
597
754
|
return b.build();
|
|
598
755
|
}, "se_GetSpaceCommand");
|
|
756
|
+
var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
757
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
758
|
+
const headers = {};
|
|
759
|
+
b.bp("/spaces/{spaceId}/channels");
|
|
760
|
+
b.p("spaceId", () => input.spaceId, "{spaceId}", false);
|
|
761
|
+
const query = (0, import_smithy_client.map)({
|
|
762
|
+
[_nT]: [, input[_nT]],
|
|
763
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
764
|
+
});
|
|
765
|
+
let body;
|
|
766
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
767
|
+
return b.build();
|
|
768
|
+
}, "se_ListChannelsCommand");
|
|
599
769
|
var se_ListSpacesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
600
770
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
601
771
|
const headers = {};
|
|
@@ -673,6 +843,24 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
673
843
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
674
844
|
return b.build();
|
|
675
845
|
}, "se_UntagResourceCommand");
|
|
846
|
+
var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
847
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
848
|
+
const headers = {
|
|
849
|
+
"content-type": "application/json"
|
|
850
|
+
};
|
|
851
|
+
b.bp("/spaces/{spaceId}/channels/{channelId}");
|
|
852
|
+
b.p("spaceId", () => input.spaceId, "{spaceId}", false);
|
|
853
|
+
b.p("channelId", () => input.channelId, "{channelId}", false);
|
|
854
|
+
let body;
|
|
855
|
+
body = JSON.stringify(
|
|
856
|
+
(0, import_smithy_client.take)(input, {
|
|
857
|
+
channelDescription: [],
|
|
858
|
+
channelName: []
|
|
859
|
+
})
|
|
860
|
+
);
|
|
861
|
+
b.m("PUT").h(headers).b(body);
|
|
862
|
+
return b.build();
|
|
863
|
+
}, "se_UpdateChannelCommand");
|
|
676
864
|
var se_UpdateSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
677
865
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
678
866
|
const headers = {
|
|
@@ -685,12 +873,28 @@ var se_UpdateSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
685
873
|
(0, import_smithy_client.take)(input, {
|
|
686
874
|
description: [],
|
|
687
875
|
roleArn: [],
|
|
876
|
+
supportedEmailDomains: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "supportedEmailDomains"),
|
|
688
877
|
tier: []
|
|
689
878
|
})
|
|
690
879
|
);
|
|
691
880
|
b.m("PUT").h(headers).b(body);
|
|
692
881
|
return b.build();
|
|
693
882
|
}, "se_UpdateSpaceCommand");
|
|
883
|
+
var de_BatchAddChannelRoleToAccessorsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
884
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
885
|
+
return de_CommandError(output, context);
|
|
886
|
+
}
|
|
887
|
+
const contents = (0, import_smithy_client.map)({
|
|
888
|
+
$metadata: deserializeMetadata(output)
|
|
889
|
+
});
|
|
890
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
891
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
892
|
+
addedAccessorIds: import_smithy_client._json,
|
|
893
|
+
errors: import_smithy_client._json
|
|
894
|
+
});
|
|
895
|
+
Object.assign(contents, doc);
|
|
896
|
+
return contents;
|
|
897
|
+
}, "de_BatchAddChannelRoleToAccessorsCommand");
|
|
694
898
|
var de_BatchAddRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
695
899
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
696
900
|
return de_CommandError(output, context);
|
|
@@ -706,6 +910,21 @@ var de_BatchAddRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
706
910
|
Object.assign(contents, doc);
|
|
707
911
|
return contents;
|
|
708
912
|
}, "de_BatchAddRoleCommand");
|
|
913
|
+
var de_BatchRemoveChannelRoleFromAccessorsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
914
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
915
|
+
return de_CommandError(output, context);
|
|
916
|
+
}
|
|
917
|
+
const contents = (0, import_smithy_client.map)({
|
|
918
|
+
$metadata: deserializeMetadata(output)
|
|
919
|
+
});
|
|
920
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
921
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
922
|
+
errors: import_smithy_client._json,
|
|
923
|
+
removedAccessorIds: import_smithy_client._json
|
|
924
|
+
});
|
|
925
|
+
Object.assign(contents, doc);
|
|
926
|
+
return contents;
|
|
927
|
+
}, "de_BatchRemoveChannelRoleFromAccessorsCommand");
|
|
709
928
|
var de_BatchRemoveRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
710
929
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
711
930
|
return de_CommandError(output, context);
|
|
@@ -721,6 +940,20 @@ var de_BatchRemoveRoleCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
721
940
|
Object.assign(contents, doc);
|
|
722
941
|
return contents;
|
|
723
942
|
}, "de_BatchRemoveRoleCommand");
|
|
943
|
+
var de_CreateChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
944
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
945
|
+
return de_CommandError(output, context);
|
|
946
|
+
}
|
|
947
|
+
const contents = (0, import_smithy_client.map)({
|
|
948
|
+
$metadata: deserializeMetadata(output)
|
|
949
|
+
});
|
|
950
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
951
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
952
|
+
channelId: import_smithy_client.expectString
|
|
953
|
+
});
|
|
954
|
+
Object.assign(contents, doc);
|
|
955
|
+
return contents;
|
|
956
|
+
}, "de_CreateChannelCommand");
|
|
724
957
|
var de_CreateSpaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
725
958
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
726
959
|
return de_CommandError(output, context);
|
|
@@ -755,6 +988,27 @@ var de_DeregisterAdminCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
755
988
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
756
989
|
return contents;
|
|
757
990
|
}, "de_DeregisterAdminCommand");
|
|
991
|
+
var de_GetChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
992
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
993
|
+
return de_CommandError(output, context);
|
|
994
|
+
}
|
|
995
|
+
const contents = (0, import_smithy_client.map)({
|
|
996
|
+
$metadata: deserializeMetadata(output)
|
|
997
|
+
});
|
|
998
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
999
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1000
|
+
channelDescription: import_smithy_client.expectString,
|
|
1001
|
+
channelId: import_smithy_client.expectString,
|
|
1002
|
+
channelName: import_smithy_client.expectString,
|
|
1003
|
+
channelRoles: import_smithy_client._json,
|
|
1004
|
+
channelStatus: import_smithy_client.expectString,
|
|
1005
|
+
createDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createDateTime"),
|
|
1006
|
+
deleteDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "deleteDateTime"),
|
|
1007
|
+
spaceId: import_smithy_client.expectString
|
|
1008
|
+
});
|
|
1009
|
+
Object.assign(contents, doc);
|
|
1010
|
+
return contents;
|
|
1011
|
+
}, "de_GetChannelCommand");
|
|
758
1012
|
var de_GetSpaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
759
1013
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
760
1014
|
return de_CommandError(output, context);
|
|
@@ -764,6 +1018,7 @@ var de_GetSpaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
764
1018
|
});
|
|
765
1019
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
766
1020
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1021
|
+
applicationArn: import_smithy_client.expectString,
|
|
767
1022
|
arn: import_smithy_client.expectString,
|
|
768
1023
|
clientId: import_smithy_client.expectString,
|
|
769
1024
|
configurationStatus: import_smithy_client.expectString,
|
|
@@ -773,12 +1028,14 @@ var de_GetSpaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
773
1028
|
deleteDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "deleteDateTime"),
|
|
774
1029
|
description: import_smithy_client.expectString,
|
|
775
1030
|
groupAdmins: import_smithy_client._json,
|
|
1031
|
+
identityStoreId: import_smithy_client.expectString,
|
|
776
1032
|
name: import_smithy_client.expectString,
|
|
777
1033
|
randomDomain: import_smithy_client.expectString,
|
|
778
1034
|
roles: import_smithy_client._json,
|
|
779
1035
|
spaceId: import_smithy_client.expectString,
|
|
780
1036
|
status: import_smithy_client.expectString,
|
|
781
1037
|
storageLimit: import_smithy_client.expectLong,
|
|
1038
|
+
supportedEmailDomains: import_smithy_client._json,
|
|
782
1039
|
tier: import_smithy_client.expectString,
|
|
783
1040
|
userAdmins: import_smithy_client._json,
|
|
784
1041
|
userCount: import_smithy_client.expectInt32,
|
|
@@ -789,6 +1046,21 @@ var de_GetSpaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
789
1046
|
Object.assign(contents, doc);
|
|
790
1047
|
return contents;
|
|
791
1048
|
}, "de_GetSpaceCommand");
|
|
1049
|
+
var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1050
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1051
|
+
return de_CommandError(output, context);
|
|
1052
|
+
}
|
|
1053
|
+
const contents = (0, import_smithy_client.map)({
|
|
1054
|
+
$metadata: deserializeMetadata(output)
|
|
1055
|
+
});
|
|
1056
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1057
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1058
|
+
channels: /* @__PURE__ */ __name((_) => de_ChannelsList(_, context), "channels"),
|
|
1059
|
+
nextToken: import_smithy_client.expectString
|
|
1060
|
+
});
|
|
1061
|
+
Object.assign(contents, doc);
|
|
1062
|
+
return contents;
|
|
1063
|
+
}, "de_ListChannelsCommand");
|
|
792
1064
|
var de_ListSpacesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
793
1065
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
794
1066
|
return de_CommandError(output, context);
|
|
@@ -858,6 +1130,16 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
858
1130
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
859
1131
|
return contents;
|
|
860
1132
|
}, "de_UntagResourceCommand");
|
|
1133
|
+
var de_UpdateChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1134
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1135
|
+
return de_CommandError(output, context);
|
|
1136
|
+
}
|
|
1137
|
+
const contents = (0, import_smithy_client.map)({
|
|
1138
|
+
$metadata: deserializeMetadata(output)
|
|
1139
|
+
});
|
|
1140
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1141
|
+
return contents;
|
|
1142
|
+
}, "de_UpdateChannelCommand");
|
|
861
1143
|
var de_UpdateSpaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
862
1144
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
863
1145
|
return de_CommandError(output, context);
|
|
@@ -1013,6 +1295,25 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1013
1295
|
});
|
|
1014
1296
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1015
1297
|
}, "de_ValidationExceptionRes");
|
|
1298
|
+
var de_ChannelData = /* @__PURE__ */ __name((output, context) => {
|
|
1299
|
+
return (0, import_smithy_client.take)(output, {
|
|
1300
|
+
channelDescription: import_smithy_client.expectString,
|
|
1301
|
+
channelId: import_smithy_client.expectString,
|
|
1302
|
+
channelName: import_smithy_client.expectString,
|
|
1303
|
+
channelStatus: import_smithy_client.expectString,
|
|
1304
|
+
createDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createDateTime"),
|
|
1305
|
+
deleteDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "deleteDateTime"),
|
|
1306
|
+
groupCount: import_smithy_client.expectInt32,
|
|
1307
|
+
spaceId: import_smithy_client.expectString,
|
|
1308
|
+
userCount: import_smithy_client.expectInt32
|
|
1309
|
+
});
|
|
1310
|
+
}, "de_ChannelData");
|
|
1311
|
+
var de_ChannelsList = /* @__PURE__ */ __name((output, context) => {
|
|
1312
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1313
|
+
return de_ChannelData(entry, context);
|
|
1314
|
+
});
|
|
1315
|
+
return retVal;
|
|
1316
|
+
}, "de_ChannelsList");
|
|
1016
1317
|
var de_SpaceData = /* @__PURE__ */ __name((output, context) => {
|
|
1017
1318
|
return (0, import_smithy_client.take)(output, {
|
|
1018
1319
|
arn: import_smithy_client.expectString,
|
|
@@ -1026,6 +1327,7 @@ var de_SpaceData = /* @__PURE__ */ __name((output, context) => {
|
|
|
1026
1327
|
spaceId: import_smithy_client.expectString,
|
|
1027
1328
|
status: import_smithy_client.expectString,
|
|
1028
1329
|
storageLimit: import_smithy_client.expectLong,
|
|
1330
|
+
supportedEmailDomains: import_smithy_client._json,
|
|
1029
1331
|
tier: import_smithy_client.expectString,
|
|
1030
1332
|
userCount: import_smithy_client.expectInt32,
|
|
1031
1333
|
userKMSKey: import_smithy_client.expectString,
|
|
@@ -1051,7 +1353,22 @@ var _rAS = "retryAfterSeconds";
|
|
|
1051
1353
|
var _ra = "retry-after";
|
|
1052
1354
|
var _tK = "tagKeys";
|
|
1053
1355
|
|
|
1356
|
+
// src/commands/BatchAddChannelRoleToAccessorsCommand.ts
|
|
1357
|
+
var BatchAddChannelRoleToAccessorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1358
|
+
return [
|
|
1359
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1360
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1361
|
+
];
|
|
1362
|
+
}).s("RepostSpace", "BatchAddChannelRoleToAccessors", {}).n("RepostspaceClient", "BatchAddChannelRoleToAccessorsCommand").f(void 0, void 0).ser(se_BatchAddChannelRoleToAccessorsCommand).de(de_BatchAddChannelRoleToAccessorsCommand).build() {
|
|
1363
|
+
static {
|
|
1364
|
+
__name(this, "BatchAddChannelRoleToAccessorsCommand");
|
|
1365
|
+
}
|
|
1366
|
+
};
|
|
1367
|
+
|
|
1054
1368
|
// src/commands/BatchAddRoleCommand.ts
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1055
1372
|
var BatchAddRoleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1056
1373
|
return [
|
|
1057
1374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -1063,6 +1380,21 @@ var BatchAddRoleCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
1063
1380
|
}
|
|
1064
1381
|
};
|
|
1065
1382
|
|
|
1383
|
+
// src/commands/BatchRemoveChannelRoleFromAccessorsCommand.ts
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
var BatchRemoveChannelRoleFromAccessorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1388
|
+
return [
|
|
1389
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1390
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1391
|
+
];
|
|
1392
|
+
}).s("RepostSpace", "BatchRemoveChannelRoleFromAccessors", {}).n("RepostspaceClient", "BatchRemoveChannelRoleFromAccessorsCommand").f(void 0, void 0).ser(se_BatchRemoveChannelRoleFromAccessorsCommand).de(de_BatchRemoveChannelRoleFromAccessorsCommand).build() {
|
|
1393
|
+
static {
|
|
1394
|
+
__name(this, "BatchRemoveChannelRoleFromAccessorsCommand");
|
|
1395
|
+
}
|
|
1396
|
+
};
|
|
1397
|
+
|
|
1066
1398
|
// src/commands/BatchRemoveRoleCommand.ts
|
|
1067
1399
|
|
|
1068
1400
|
|
|
@@ -1078,6 +1410,21 @@ var BatchRemoveRoleCommand = class extends import_smithy_client.Command.classBui
|
|
|
1078
1410
|
}
|
|
1079
1411
|
};
|
|
1080
1412
|
|
|
1413
|
+
// src/commands/CreateChannelCommand.ts
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
var CreateChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1418
|
+
return [
|
|
1419
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1420
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1421
|
+
];
|
|
1422
|
+
}).s("RepostSpace", "CreateChannel", {}).n("RepostspaceClient", "CreateChannelCommand").f(CreateChannelInputFilterSensitiveLog, void 0).ser(se_CreateChannelCommand).de(de_CreateChannelCommand).build() {
|
|
1423
|
+
static {
|
|
1424
|
+
__name(this, "CreateChannelCommand");
|
|
1425
|
+
}
|
|
1426
|
+
};
|
|
1427
|
+
|
|
1081
1428
|
// src/commands/CreateSpaceCommand.ts
|
|
1082
1429
|
|
|
1083
1430
|
|
|
@@ -1123,6 +1470,21 @@ var DeregisterAdminCommand = class extends import_smithy_client.Command.classBui
|
|
|
1123
1470
|
}
|
|
1124
1471
|
};
|
|
1125
1472
|
|
|
1473
|
+
// src/commands/GetChannelCommand.ts
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
var GetChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1478
|
+
return [
|
|
1479
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1480
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1481
|
+
];
|
|
1482
|
+
}).s("RepostSpace", "GetChannel", {}).n("RepostspaceClient", "GetChannelCommand").f(void 0, GetChannelOutputFilterSensitiveLog).ser(se_GetChannelCommand).de(de_GetChannelCommand).build() {
|
|
1483
|
+
static {
|
|
1484
|
+
__name(this, "GetChannelCommand");
|
|
1485
|
+
}
|
|
1486
|
+
};
|
|
1487
|
+
|
|
1126
1488
|
// src/commands/GetSpaceCommand.ts
|
|
1127
1489
|
|
|
1128
1490
|
|
|
@@ -1138,6 +1500,21 @@ var GetSpaceCommand = class extends import_smithy_client.Command.classBuilder().
|
|
|
1138
1500
|
}
|
|
1139
1501
|
};
|
|
1140
1502
|
|
|
1503
|
+
// src/commands/ListChannelsCommand.ts
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
var ListChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1508
|
+
return [
|
|
1509
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1510
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1511
|
+
];
|
|
1512
|
+
}).s("RepostSpace", "ListChannels", {}).n("RepostspaceClient", "ListChannelsCommand").f(void 0, ListChannelsOutputFilterSensitiveLog).ser(se_ListChannelsCommand).de(de_ListChannelsCommand).build() {
|
|
1513
|
+
static {
|
|
1514
|
+
__name(this, "ListChannelsCommand");
|
|
1515
|
+
}
|
|
1516
|
+
};
|
|
1517
|
+
|
|
1141
1518
|
// src/commands/ListSpacesCommand.ts
|
|
1142
1519
|
|
|
1143
1520
|
|
|
@@ -1228,6 +1605,21 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
|
|
|
1228
1605
|
}
|
|
1229
1606
|
};
|
|
1230
1607
|
|
|
1608
|
+
// src/commands/UpdateChannelCommand.ts
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
var UpdateChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1613
|
+
return [
|
|
1614
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1615
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1616
|
+
];
|
|
1617
|
+
}).s("RepostSpace", "UpdateChannel", {}).n("RepostspaceClient", "UpdateChannelCommand").f(UpdateChannelInputFilterSensitiveLog, void 0).ser(se_UpdateChannelCommand).de(de_UpdateChannelCommand).build() {
|
|
1618
|
+
static {
|
|
1619
|
+
__name(this, "UpdateChannelCommand");
|
|
1620
|
+
}
|
|
1621
|
+
};
|
|
1622
|
+
|
|
1231
1623
|
// src/commands/UpdateSpaceCommand.ts
|
|
1232
1624
|
|
|
1233
1625
|
|
|
@@ -1245,18 +1637,24 @@ var UpdateSpaceCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
1245
1637
|
|
|
1246
1638
|
// src/Repostspace.ts
|
|
1247
1639
|
var commands = {
|
|
1640
|
+
BatchAddChannelRoleToAccessorsCommand,
|
|
1248
1641
|
BatchAddRoleCommand,
|
|
1642
|
+
BatchRemoveChannelRoleFromAccessorsCommand,
|
|
1249
1643
|
BatchRemoveRoleCommand,
|
|
1644
|
+
CreateChannelCommand,
|
|
1250
1645
|
CreateSpaceCommand,
|
|
1251
1646
|
DeleteSpaceCommand,
|
|
1252
1647
|
DeregisterAdminCommand,
|
|
1648
|
+
GetChannelCommand,
|
|
1253
1649
|
GetSpaceCommand,
|
|
1650
|
+
ListChannelsCommand,
|
|
1254
1651
|
ListSpacesCommand,
|
|
1255
1652
|
ListTagsForResourceCommand,
|
|
1256
1653
|
RegisterAdminCommand,
|
|
1257
1654
|
SendInvitesCommand,
|
|
1258
1655
|
TagResourceCommand,
|
|
1259
1656
|
UntagResourceCommand,
|
|
1657
|
+
UpdateChannelCommand,
|
|
1260
1658
|
UpdateSpaceCommand
|
|
1261
1659
|
};
|
|
1262
1660
|
var Repostspace = class extends RepostspaceClient {
|
|
@@ -1266,9 +1664,215 @@ var Repostspace = class extends RepostspaceClient {
|
|
|
1266
1664
|
};
|
|
1267
1665
|
(0, import_smithy_client.createAggregatedClient)(commands, Repostspace);
|
|
1268
1666
|
|
|
1667
|
+
// src/pagination/ListChannelsPaginator.ts
|
|
1668
|
+
|
|
1669
|
+
var paginateListChannels = (0, import_core.createPaginator)(RepostspaceClient, ListChannelsCommand, "nextToken", "nextToken", "maxResults");
|
|
1670
|
+
|
|
1269
1671
|
// src/pagination/ListSpacesPaginator.ts
|
|
1270
1672
|
|
|
1271
1673
|
var paginateListSpaces = (0, import_core.createPaginator)(RepostspaceClient, ListSpacesCommand, "nextToken", "nextToken", "maxResults");
|
|
1674
|
+
|
|
1675
|
+
// src/waiters/waitForChannelCreated.ts
|
|
1676
|
+
var import_util_waiter = require("@smithy/util-waiter");
|
|
1677
|
+
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
1678
|
+
let reason;
|
|
1679
|
+
try {
|
|
1680
|
+
const result = await client.send(new GetChannelCommand(input));
|
|
1681
|
+
reason = result;
|
|
1682
|
+
try {
|
|
1683
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1684
|
+
return result.channelStatus;
|
|
1685
|
+
}, "returnComparator");
|
|
1686
|
+
if (returnComparator() === "CREATED") {
|
|
1687
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
1688
|
+
}
|
|
1689
|
+
} catch (e) {
|
|
1690
|
+
}
|
|
1691
|
+
try {
|
|
1692
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1693
|
+
return result.channelStatus;
|
|
1694
|
+
}, "returnComparator");
|
|
1695
|
+
if (returnComparator() === "CREATE_FAILED") {
|
|
1696
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
1697
|
+
}
|
|
1698
|
+
} catch (e) {
|
|
1699
|
+
}
|
|
1700
|
+
try {
|
|
1701
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1702
|
+
return result.channelStatus;
|
|
1703
|
+
}, "returnComparator");
|
|
1704
|
+
if (returnComparator() === "CREATING") {
|
|
1705
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1706
|
+
}
|
|
1707
|
+
} catch (e) {
|
|
1708
|
+
}
|
|
1709
|
+
} catch (exception) {
|
|
1710
|
+
reason = exception;
|
|
1711
|
+
}
|
|
1712
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1713
|
+
}, "checkState");
|
|
1714
|
+
var waitForChannelCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
1715
|
+
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1716
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
1717
|
+
}, "waitForChannelCreated");
|
|
1718
|
+
var waitUntilChannelCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
1719
|
+
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1720
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
1721
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
1722
|
+
}, "waitUntilChannelCreated");
|
|
1723
|
+
|
|
1724
|
+
// src/waiters/waitForChannelDeleted.ts
|
|
1725
|
+
|
|
1726
|
+
var checkState2 = /* @__PURE__ */ __name(async (client, input) => {
|
|
1727
|
+
let reason;
|
|
1728
|
+
try {
|
|
1729
|
+
const result = await client.send(new GetChannelCommand(input));
|
|
1730
|
+
reason = result;
|
|
1731
|
+
try {
|
|
1732
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1733
|
+
return result.channelStatus;
|
|
1734
|
+
}, "returnComparator");
|
|
1735
|
+
if (returnComparator() === "DELETED") {
|
|
1736
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
1737
|
+
}
|
|
1738
|
+
} catch (e) {
|
|
1739
|
+
}
|
|
1740
|
+
try {
|
|
1741
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1742
|
+
return result.channelStatus;
|
|
1743
|
+
}, "returnComparator");
|
|
1744
|
+
if (returnComparator() === "DELETE_FAILED") {
|
|
1745
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
1746
|
+
}
|
|
1747
|
+
} catch (e) {
|
|
1748
|
+
}
|
|
1749
|
+
try {
|
|
1750
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1751
|
+
return result.channelStatus;
|
|
1752
|
+
}, "returnComparator");
|
|
1753
|
+
if (returnComparator() === "DELETING") {
|
|
1754
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1755
|
+
}
|
|
1756
|
+
} catch (e) {
|
|
1757
|
+
}
|
|
1758
|
+
} catch (exception) {
|
|
1759
|
+
reason = exception;
|
|
1760
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
1761
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1765
|
+
}, "checkState");
|
|
1766
|
+
var waitForChannelDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
1767
|
+
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1768
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
|
|
1769
|
+
}, "waitForChannelDeleted");
|
|
1770
|
+
var waitUntilChannelDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
1771
|
+
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1772
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
|
|
1773
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
1774
|
+
}, "waitUntilChannelDeleted");
|
|
1775
|
+
|
|
1776
|
+
// src/waiters/waitForSpaceCreated.ts
|
|
1777
|
+
|
|
1778
|
+
var checkState3 = /* @__PURE__ */ __name(async (client, input) => {
|
|
1779
|
+
let reason;
|
|
1780
|
+
try {
|
|
1781
|
+
const result = await client.send(new GetSpaceCommand(input));
|
|
1782
|
+
reason = result;
|
|
1783
|
+
try {
|
|
1784
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1785
|
+
return result.status;
|
|
1786
|
+
}, "returnComparator");
|
|
1787
|
+
if (returnComparator() === "CREATED") {
|
|
1788
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
1789
|
+
}
|
|
1790
|
+
} catch (e) {
|
|
1791
|
+
}
|
|
1792
|
+
try {
|
|
1793
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1794
|
+
return result.status;
|
|
1795
|
+
}, "returnComparator");
|
|
1796
|
+
if (returnComparator() === "CREATE_FAILED") {
|
|
1797
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
1798
|
+
}
|
|
1799
|
+
} catch (e) {
|
|
1800
|
+
}
|
|
1801
|
+
try {
|
|
1802
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1803
|
+
return result.status;
|
|
1804
|
+
}, "returnComparator");
|
|
1805
|
+
if (returnComparator() === "CREATING") {
|
|
1806
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1807
|
+
}
|
|
1808
|
+
} catch (e) {
|
|
1809
|
+
}
|
|
1810
|
+
} catch (exception) {
|
|
1811
|
+
reason = exception;
|
|
1812
|
+
}
|
|
1813
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1814
|
+
}, "checkState");
|
|
1815
|
+
var waitForSpaceCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
1816
|
+
const serviceDefaults = { minDelay: 300, maxDelay: 7200 };
|
|
1817
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
|
|
1818
|
+
}, "waitForSpaceCreated");
|
|
1819
|
+
var waitUntilSpaceCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
1820
|
+
const serviceDefaults = { minDelay: 300, maxDelay: 7200 };
|
|
1821
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
|
|
1822
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
1823
|
+
}, "waitUntilSpaceCreated");
|
|
1824
|
+
|
|
1825
|
+
// src/waiters/waitForSpaceDeleted.ts
|
|
1826
|
+
|
|
1827
|
+
var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
|
|
1828
|
+
let reason;
|
|
1829
|
+
try {
|
|
1830
|
+
const result = await client.send(new GetSpaceCommand(input));
|
|
1831
|
+
reason = result;
|
|
1832
|
+
try {
|
|
1833
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1834
|
+
return result.status;
|
|
1835
|
+
}, "returnComparator");
|
|
1836
|
+
if (returnComparator() === "DELETED") {
|
|
1837
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
1838
|
+
}
|
|
1839
|
+
} catch (e) {
|
|
1840
|
+
}
|
|
1841
|
+
try {
|
|
1842
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1843
|
+
return result.status;
|
|
1844
|
+
}, "returnComparator");
|
|
1845
|
+
if (returnComparator() === "DELETE_FAILED") {
|
|
1846
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
1847
|
+
}
|
|
1848
|
+
} catch (e) {
|
|
1849
|
+
}
|
|
1850
|
+
try {
|
|
1851
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
1852
|
+
return result.status;
|
|
1853
|
+
}, "returnComparator");
|
|
1854
|
+
if (returnComparator() === "DELETING") {
|
|
1855
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1856
|
+
}
|
|
1857
|
+
} catch (e) {
|
|
1858
|
+
}
|
|
1859
|
+
} catch (exception) {
|
|
1860
|
+
reason = exception;
|
|
1861
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
1862
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
1866
|
+
}, "checkState");
|
|
1867
|
+
var waitForSpaceDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
1868
|
+
const serviceDefaults = { minDelay: 300, maxDelay: 7200 };
|
|
1869
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
|
|
1870
|
+
}, "waitForSpaceDeleted");
|
|
1871
|
+
var waitUntilSpaceDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
1872
|
+
const serviceDefaults = { minDelay: 300, maxDelay: 7200 };
|
|
1873
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
|
|
1874
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
1875
|
+
}, "waitUntilSpaceDeleted");
|
|
1272
1876
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1273
1877
|
|
|
1274
1878
|
0 && (module.exports = {
|
|
@@ -1277,39 +1881,65 @@ var paginateListSpaces = (0, import_core.createPaginator)(RepostspaceClient, Lis
|
|
|
1277
1881
|
RepostspaceClient,
|
|
1278
1882
|
Repostspace,
|
|
1279
1883
|
$Command,
|
|
1884
|
+
BatchAddChannelRoleToAccessorsCommand,
|
|
1280
1885
|
BatchAddRoleCommand,
|
|
1886
|
+
BatchRemoveChannelRoleFromAccessorsCommand,
|
|
1281
1887
|
BatchRemoveRoleCommand,
|
|
1888
|
+
CreateChannelCommand,
|
|
1282
1889
|
CreateSpaceCommand,
|
|
1283
1890
|
DeleteSpaceCommand,
|
|
1284
1891
|
DeregisterAdminCommand,
|
|
1892
|
+
GetChannelCommand,
|
|
1285
1893
|
GetSpaceCommand,
|
|
1894
|
+
ListChannelsCommand,
|
|
1286
1895
|
ListSpacesCommand,
|
|
1287
1896
|
ListTagsForResourceCommand,
|
|
1288
1897
|
RegisterAdminCommand,
|
|
1289
1898
|
SendInvitesCommand,
|
|
1290
1899
|
TagResourceCommand,
|
|
1291
1900
|
UntagResourceCommand,
|
|
1901
|
+
UpdateChannelCommand,
|
|
1292
1902
|
UpdateSpaceCommand,
|
|
1903
|
+
paginateListChannels,
|
|
1293
1904
|
paginateListSpaces,
|
|
1905
|
+
waitForChannelCreated,
|
|
1906
|
+
waitUntilChannelCreated,
|
|
1907
|
+
waitForChannelDeleted,
|
|
1908
|
+
waitUntilChannelDeleted,
|
|
1909
|
+
waitForSpaceCreated,
|
|
1910
|
+
waitUntilSpaceCreated,
|
|
1911
|
+
waitForSpaceDeleted,
|
|
1912
|
+
waitUntilSpaceDeleted,
|
|
1294
1913
|
AccessDeniedException,
|
|
1295
|
-
|
|
1914
|
+
ChannelRole,
|
|
1296
1915
|
InternalServerException,
|
|
1297
1916
|
ResourceNotFoundException,
|
|
1298
1917
|
ThrottlingException,
|
|
1299
1918
|
ValidationExceptionReason,
|
|
1300
1919
|
ValidationException,
|
|
1920
|
+
Role,
|
|
1921
|
+
ChannelStatus,
|
|
1301
1922
|
ConfigurationStatus,
|
|
1302
1923
|
ConflictException,
|
|
1303
|
-
TierLevel,
|
|
1304
1924
|
ServiceQuotaExceededException,
|
|
1925
|
+
FeatureEnableParameter,
|
|
1926
|
+
TierLevel,
|
|
1927
|
+
FeatureEnableStatus,
|
|
1305
1928
|
VanityDomainStatus,
|
|
1929
|
+
ChannelDataFilterSensitiveLog,
|
|
1930
|
+
CreateChannelInputFilterSensitiveLog,
|
|
1931
|
+
SupportedEmailDomainsParametersFilterSensitiveLog,
|
|
1306
1932
|
CreateSpaceInputFilterSensitiveLog,
|
|
1933
|
+
GetChannelOutputFilterSensitiveLog,
|
|
1934
|
+
SupportedEmailDomainsStatusFilterSensitiveLog,
|
|
1307
1935
|
GetSpaceOutputFilterSensitiveLog,
|
|
1936
|
+
ListChannelsOutputFilterSensitiveLog,
|
|
1308
1937
|
SpaceDataFilterSensitiveLog,
|
|
1309
1938
|
ListSpacesOutputFilterSensitiveLog,
|
|
1310
1939
|
ListTagsForResourceResponseFilterSensitiveLog,
|
|
1311
1940
|
SendInvitesInputFilterSensitiveLog,
|
|
1312
1941
|
TagResourceRequestFilterSensitiveLog,
|
|
1942
|
+
UpdateChannelInputFilterSensitiveLog,
|
|
1313
1943
|
UpdateSpaceInputFilterSensitiveLog
|
|
1314
1944
|
});
|
|
1315
1945
|
|