@aws-sdk/client-wickr 3.995.0 → 3.997.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 +14 -0
- package/dist-cjs/index.js +45 -18
- package/dist-cjs/schemas/schemas_0.js +46 -11
- package/dist-es/Wickr.js +4 -0
- package/dist-es/commands/GetOpentdfConfigCommand.js +16 -0
- package/dist-es/commands/RegisterOpentdfConfigCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +43 -8
- package/dist-types/Wickr.d.ts +14 -0
- package/dist-types/WickrClient.d.ts +4 -2
- package/dist-types/commands/GetOpentdfConfigCommand.d.ts +134 -0
- package/dist-types/commands/RegisterOpentdfConfigCommand.d.ts +200 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +100 -0
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/Wickr.d.ts +34 -0
- package/dist-types/ts3.4/WickrClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetOpentdfConfigCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/RegisterOpentdfConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +37 -37
package/README.md
CHANGED
|
@@ -355,6 +355,13 @@ GetOidcInfo
|
|
|
355
355
|
</details>
|
|
356
356
|
<details>
|
|
357
357
|
<summary>
|
|
358
|
+
GetOpentdfConfig
|
|
359
|
+
</summary>
|
|
360
|
+
|
|
361
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wickr/command/GetOpentdfConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wickr/Interface/GetOpentdfConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wickr/Interface/GetOpentdfConfigCommandOutput/)
|
|
362
|
+
</details>
|
|
363
|
+
<details>
|
|
364
|
+
<summary>
|
|
358
365
|
GetSecurityGroup
|
|
359
366
|
</summary>
|
|
360
367
|
|
|
@@ -446,6 +453,13 @@ RegisterOidcConfigTest
|
|
|
446
453
|
</details>
|
|
447
454
|
<details>
|
|
448
455
|
<summary>
|
|
456
|
+
RegisterOpentdfConfig
|
|
457
|
+
</summary>
|
|
458
|
+
|
|
459
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wickr/command/RegisterOpentdfConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wickr/Interface/RegisterOpentdfConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wickr/Interface/RegisterOpentdfConfigCommandOutput/)
|
|
460
|
+
</details>
|
|
461
|
+
<details>
|
|
462
|
+
<summary>
|
|
449
463
|
UpdateBot
|
|
450
464
|
</summary>
|
|
451
465
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -377,6 +377,18 @@ class GetOidcInfoCommand extends smithyClient.Command
|
|
|
377
377
|
.build() {
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
+
class GetOpentdfConfigCommand extends smithyClient.Command
|
|
381
|
+
.classBuilder()
|
|
382
|
+
.ep(commonParams)
|
|
383
|
+
.m(function (Command, cs, config, o) {
|
|
384
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
385
|
+
})
|
|
386
|
+
.s("WickrAdminApi", "GetOpentdfConfig", {})
|
|
387
|
+
.n("WickrClient", "GetOpentdfConfigCommand")
|
|
388
|
+
.sc(schemas_0.GetOpentdfConfig$)
|
|
389
|
+
.build() {
|
|
390
|
+
}
|
|
391
|
+
|
|
380
392
|
class GetSecurityGroupCommand extends smithyClient.Command
|
|
381
393
|
.classBuilder()
|
|
382
394
|
.ep(commonParams)
|
|
@@ -533,6 +545,18 @@ class RegisterOidcConfigTestCommand extends smithyClient.Command
|
|
|
533
545
|
.build() {
|
|
534
546
|
}
|
|
535
547
|
|
|
548
|
+
class RegisterOpentdfConfigCommand extends smithyClient.Command
|
|
549
|
+
.classBuilder()
|
|
550
|
+
.ep(commonParams)
|
|
551
|
+
.m(function (Command, cs, config, o) {
|
|
552
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
553
|
+
})
|
|
554
|
+
.s("WickrAdminApi", "RegisterOpentdfConfig", {})
|
|
555
|
+
.n("WickrClient", "RegisterOpentdfConfigCommand")
|
|
556
|
+
.sc(schemas_0.RegisterOpentdfConfig$)
|
|
557
|
+
.build() {
|
|
558
|
+
}
|
|
559
|
+
|
|
536
560
|
class UpdateBotCommand extends smithyClient.Command
|
|
537
561
|
.classBuilder()
|
|
538
562
|
.ep(commonParams)
|
|
@@ -656,6 +680,7 @@ const commands = {
|
|
|
656
680
|
GetNetworkCommand,
|
|
657
681
|
GetNetworkSettingsCommand,
|
|
658
682
|
GetOidcInfoCommand,
|
|
683
|
+
GetOpentdfConfigCommand,
|
|
659
684
|
GetSecurityGroupCommand,
|
|
660
685
|
GetUserCommand,
|
|
661
686
|
GetUsersCountCommand,
|
|
@@ -669,6 +694,7 @@ const commands = {
|
|
|
669
694
|
ListUsersCommand,
|
|
670
695
|
RegisterOidcConfigCommand,
|
|
671
696
|
RegisterOidcConfigTestCommand,
|
|
697
|
+
RegisterOpentdfConfigCommand,
|
|
672
698
|
UpdateBotCommand,
|
|
673
699
|
UpdateDataRetentionCommand,
|
|
674
700
|
UpdateGuestUserCommand,
|
|
@@ -720,18 +746,9 @@ const Status = {
|
|
|
720
746
|
FORCE_ENABLED: "FORCE_ENABLED",
|
|
721
747
|
};
|
|
722
748
|
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
});
|
|
727
|
-
Object.defineProperty(exports, "__Client", {
|
|
728
|
-
enumerable: true,
|
|
729
|
-
get: function () { return smithyClient.Client; }
|
|
730
|
-
});
|
|
731
|
-
Object.defineProperty(exports, "WickrServiceException", {
|
|
732
|
-
enumerable: true,
|
|
733
|
-
get: function () { return WickrServiceException.WickrServiceException; }
|
|
734
|
-
});
|
|
749
|
+
exports.$Command = smithyClient.Command;
|
|
750
|
+
exports.__Client = smithyClient.Client;
|
|
751
|
+
exports.WickrServiceException = WickrServiceException.WickrServiceException;
|
|
735
752
|
exports.AccessLevel = AccessLevel;
|
|
736
753
|
exports.BatchCreateUserCommand = BatchCreateUserCommand;
|
|
737
754
|
exports.BatchDeleteUserCommand = BatchDeleteUserCommand;
|
|
@@ -756,6 +773,7 @@ exports.GetGuestUserHistoryCountCommand = GetGuestUserHistoryCountCommand;
|
|
|
756
773
|
exports.GetNetworkCommand = GetNetworkCommand;
|
|
757
774
|
exports.GetNetworkSettingsCommand = GetNetworkSettingsCommand;
|
|
758
775
|
exports.GetOidcInfoCommand = GetOidcInfoCommand;
|
|
776
|
+
exports.GetOpentdfConfigCommand = GetOpentdfConfigCommand;
|
|
759
777
|
exports.GetSecurityGroupCommand = GetSecurityGroupCommand;
|
|
760
778
|
exports.GetUserCommand = GetUserCommand;
|
|
761
779
|
exports.GetUsersCountCommand = GetUsersCountCommand;
|
|
@@ -769,6 +787,7 @@ exports.ListSecurityGroupsCommand = ListSecurityGroupsCommand;
|
|
|
769
787
|
exports.ListUsersCommand = ListUsersCommand;
|
|
770
788
|
exports.RegisterOidcConfigCommand = RegisterOidcConfigCommand;
|
|
771
789
|
exports.RegisterOidcConfigTestCommand = RegisterOidcConfigTestCommand;
|
|
790
|
+
exports.RegisterOpentdfConfigCommand = RegisterOpentdfConfigCommand;
|
|
772
791
|
exports.SortDirection = SortDirection;
|
|
773
792
|
exports.Status = Status;
|
|
774
793
|
exports.UpdateBotCommand = UpdateBotCommand;
|
|
@@ -788,15 +807,23 @@ exports.paginateListNetworks = paginateListNetworks;
|
|
|
788
807
|
exports.paginateListSecurityGroupUsers = paginateListSecurityGroupUsers;
|
|
789
808
|
exports.paginateListSecurityGroups = paginateListSecurityGroups;
|
|
790
809
|
exports.paginateListUsers = paginateListUsers;
|
|
791
|
-
Object.
|
|
792
|
-
|
|
810
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
811
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
812
|
+
Object.defineProperty(exports, '__proto__', {
|
|
793
813
|
enumerable: true,
|
|
794
|
-
|
|
814
|
+
value: schemas_0['__proto__']
|
|
795
815
|
});
|
|
816
|
+
|
|
817
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
818
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
796
819
|
});
|
|
797
|
-
Object.
|
|
798
|
-
|
|
820
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
821
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
822
|
+
Object.defineProperty(exports, '__proto__', {
|
|
799
823
|
enumerable: true,
|
|
800
|
-
|
|
824
|
+
value: errors['__proto__']
|
|
801
825
|
});
|
|
826
|
+
|
|
827
|
+
Object.keys(errors).forEach(function (k) {
|
|
828
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
802
829
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteSecurityGroupResponse$ = exports.DeleteSecurityGroupRequest$ = exports.DeleteNetworkResponse$ = exports.DeleteNetworkRequest$ = exports.DeleteDataRetentionBotResponse$ = exports.DeleteDataRetentionBotRequest$ = exports.DeleteBotResponse$ = exports.DeleteBotRequest$ = exports.CreateSecurityGroupResponse$ = exports.CreateSecurityGroupRequest$ = exports.CreateNetworkResponse$ = exports.CreateNetworkRequest$ = exports.CreateDataRetentionBotResponse$ = exports.CreateDataRetentionBotRequest$ = exports.CreateDataRetentionBotChallengeResponse$ = exports.CreateDataRetentionBotChallengeRequest$ = exports.CreateBotResponse$ = exports.CreateBotRequest$ = exports.CallingSettings$ = exports.Bot$ = exports.BlockedGuestUser$ = exports.BatchUserSuccessResponseItem$ = exports.BatchUserErrorResponseItem$ = exports.BatchUnameSuccessResponseItem$ = exports.BatchUnameErrorResponseItem$ = exports.BatchToggleUserSuspendStatusResponse$ = exports.BatchToggleUserSuspendStatusRequest$ = exports.BatchResetDevicesForUserResponse$ = exports.BatchResetDevicesForUserRequest$ = exports.BatchReinviteUserResponse$ = exports.BatchReinviteUserRequest$ = exports.BatchLookupUserUnameResponse$ = exports.BatchLookupUserUnameRequest$ = exports.BatchDeviceSuccessResponseItem$ = exports.BatchDeviceErrorResponseItem$ = exports.BatchDeleteUserResponse$ = exports.BatchDeleteUserRequest$ = exports.BatchCreateUserResponse$ = exports.BatchCreateUserRequestItem$ = exports.BatchCreateUserRequest$ = exports.BasicDeviceObject$ = exports.errorTypeRegistries = exports.ValidationError$ = exports.UnauthorizedError$ = exports.ResourceNotFoundError$ = exports.RateLimitError$ = exports.InternalServerError$ = exports.ForbiddenError$ = exports.BadRequestError$ = exports.WickrServiceException$ = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateUser$ = exports.UpdateSecurityGroup$ = exports.UpdateNetworkSettings$ = exports.UpdateNetwork$ = exports.UpdateGuestUser$ = exports.UpdateDataRetention$ = exports.UpdateBot$ = exports.RegisterOidcConfigTest$ = exports.RegisterOidcConfig$ = exports.ListUsers$ = exports.ListSecurityGroupUsers$ = exports.ListSecurityGroups$ = exports.ListNetworks$ = exports.ListGuestUsers$ = void 0;
|
|
4
|
+
exports.RegisterOidcConfigResponse$ = exports.RegisterOidcConfigRequest$ = exports.ReadReceiptConfig$ = exports.PermittedWickrEnterpriseNetwork$ = exports.PasswordRequirements$ = exports.OidcTokenInfo$ = exports.OidcConfigInfo$ = exports.NetworkSettings$ = exports.Network$ = exports.ListUsersResponse$ = exports.ListUsersRequest$ = exports.ListSecurityGroupUsersResponse$ = exports.ListSecurityGroupUsersRequest$ = exports.ListSecurityGroupsResponse$ = exports.ListSecurityGroupsRequest$ = exports.ListNetworksResponse$ = exports.ListNetworksRequest$ = exports.ListGuestUsersResponse$ = exports.ListGuestUsersRequest$ = exports.ListDevicesForUserResponse$ = exports.ListDevicesForUserRequest$ = exports.ListBotsResponse$ = exports.ListBotsRequest$ = exports.ListBlockedGuestUsersResponse$ = exports.ListBlockedGuestUsersRequest$ = exports.GuestUserHistoryCount$ = exports.GuestUser$ = exports.GetUsersCountResponse$ = exports.GetUsersCountRequest$ = exports.GetUserResponse$ = exports.GetUserRequest$ = exports.GetSecurityGroupResponse$ = exports.GetSecurityGroupRequest$ = exports.GetOpentdfConfigResponse$ = exports.GetOpentdfConfigRequest$ = exports.GetOidcInfoResponse$ = exports.GetOidcInfoRequest$ = exports.GetNetworkSettingsResponse$ = exports.GetNetworkSettingsRequest$ = exports.GetNetworkResponse$ = exports.GetNetworkRequest$ = exports.GetGuestUserHistoryCountResponse$ = exports.GetGuestUserHistoryCountRequest$ = exports.GetDataRetentionBotResponse$ = exports.GetDataRetentionBotRequest$ = exports.GetBotsCountResponse$ = exports.GetBotsCountRequest$ = exports.GetBotResponse$ = exports.GetBotRequest$ = exports.ErrorDetail$ = void 0;
|
|
5
|
+
exports.GetSecurityGroup$ = exports.GetOpentdfConfig$ = exports.GetOidcInfo$ = exports.GetNetworkSettings$ = exports.GetNetwork$ = exports.GetGuestUserHistoryCount$ = exports.GetDataRetentionBot$ = exports.GetBotsCount$ = exports.GetBot$ = exports.DeleteSecurityGroup$ = exports.DeleteNetwork$ = exports.DeleteDataRetentionBot$ = exports.DeleteBot$ = exports.CreateSecurityGroup$ = exports.CreateNetwork$ = exports.CreateDataRetentionBotChallenge$ = exports.CreateDataRetentionBot$ = exports.CreateBot$ = exports.BatchToggleUserSuspendStatus$ = exports.BatchResetDevicesForUser$ = exports.BatchReinviteUser$ = exports.BatchLookupUserUname$ = exports.BatchDeleteUser$ = exports.BatchCreateUser$ = exports.WickrAwsNetworks$ = exports.User$ = exports.UpdateUserResponse$ = exports.UpdateUserRequest$ = exports.UpdateUserDetails$ = exports.UpdateSecurityGroupResponse$ = exports.UpdateSecurityGroupRequest$ = exports.UpdateNetworkSettingsResponse$ = exports.UpdateNetworkSettingsRequest$ = exports.UpdateNetworkResponse$ = exports.UpdateNetworkRequest$ = exports.UpdateGuestUserResponse$ = exports.UpdateGuestUserRequest$ = exports.UpdateDataRetentionResponse$ = exports.UpdateDataRetentionRequest$ = exports.UpdateBotResponse$ = exports.UpdateBotRequest$ = exports.ShredderSettings$ = exports.Setting$ = exports.SecurityGroupSettingsRequest$ = exports.SecurityGroupSettings$ = exports.SecurityGroup$ = exports.RegisterOpentdfConfigResponse$ = exports.RegisterOpentdfConfigRequest$ = exports.RegisterOidcConfigTestResponse$ = exports.RegisterOidcConfigTestRequest$ = void 0;
|
|
6
|
+
exports.UpdateUser$ = exports.UpdateSecurityGroup$ = exports.UpdateNetworkSettings$ = exports.UpdateNetwork$ = exports.UpdateGuestUser$ = exports.UpdateDataRetention$ = exports.UpdateBot$ = exports.RegisterOpentdfConfig$ = exports.RegisterOidcConfigTest$ = exports.RegisterOidcConfig$ = exports.ListUsers$ = exports.ListSecurityGroupUsers$ = exports.ListSecurityGroups$ = exports.ListNetworks$ = exports.ListGuestUsers$ = exports.ListDevicesForUser$ = exports.ListBots$ = exports.ListBlockedGuestUsers$ = exports.GetUsersCount$ = exports.GetUser$ = void 0;
|
|
7
7
|
const _B = "Bot";
|
|
8
8
|
const _BCU = "BatchCreateUser";
|
|
9
9
|
const _BCUR = "BatchCreateUserRequest";
|
|
@@ -92,6 +92,9 @@ const _GNRe = "GetNetworkResponse";
|
|
|
92
92
|
const _GNS = "GetNetworkSettings";
|
|
93
93
|
const _GNSR = "GetNetworkSettingsRequest";
|
|
94
94
|
const _GNSRe = "GetNetworkSettingsResponse";
|
|
95
|
+
const _GOC = "GetOpentdfConfig";
|
|
96
|
+
const _GOCR = "GetOpentdfConfigRequest";
|
|
97
|
+
const _GOCRe = "GetOpentdfConfigResponse";
|
|
95
98
|
const _GOI = "GetOidcInfo";
|
|
96
99
|
const _GOIR = "GetOidcInfoRequest";
|
|
97
100
|
const _GOIRe = "GetOidcInfoResponse";
|
|
@@ -146,9 +149,12 @@ const _RNFE = "ResourceNotFoundError";
|
|
|
146
149
|
const _ROC = "RegisterOidcConfig";
|
|
147
150
|
const _ROCR = "RegisterOidcConfigRequest";
|
|
148
151
|
const _ROCRe = "RegisterOidcConfigResponse";
|
|
152
|
+
const _ROCReg = "RegisterOpentdfConfigRequest";
|
|
153
|
+
const _ROCRegi = "RegisterOpentdfConfigResponse";
|
|
149
154
|
const _ROCT = "RegisterOidcConfigTest";
|
|
150
155
|
const _ROCTR = "RegisterOidcConfigTestRequest";
|
|
151
156
|
const _ROCTRe = "RegisterOidcConfigTestResponse";
|
|
157
|
+
const _ROCe = "RegisterOpentdfConfig";
|
|
152
158
|
const _RRC = "ReadReceiptConfig";
|
|
153
159
|
const _S = "Setting";
|
|
154
160
|
const _SG = "SecurityGroup";
|
|
@@ -233,10 +239,11 @@ const _ch = "challenge";
|
|
|
233
239
|
const _co = "code";
|
|
234
240
|
const _cou = "count";
|
|
235
241
|
const _cr = "created";
|
|
236
|
-
const _d = "
|
|
242
|
+
const _d = "domain";
|
|
237
243
|
const _dN = "displayName";
|
|
238
244
|
const _dR = "dataRetention";
|
|
239
|
-
const
|
|
245
|
+
const _dRr = "dryRun";
|
|
246
|
+
const _de = "devices";
|
|
240
247
|
const _e = "error";
|
|
241
248
|
const _eA = "enableAtak";
|
|
242
249
|
const _eAP = "extraAuthParams";
|
|
@@ -252,6 +259,7 @@ const _ePFT = "enablePremiumFreeTrial";
|
|
|
252
259
|
const _eRGF = "enableRestrictedGlobalFederation";
|
|
253
260
|
const _eSE = "endSessionEndpoint";
|
|
254
261
|
const _eT = "endTime";
|
|
262
|
+
const _eTDF = "enableTrustedDataFormat";
|
|
255
263
|
const _f = "failed";
|
|
256
264
|
const _fDL = "forceDeviceLockout";
|
|
257
265
|
const _fE = "filesEnabled";
|
|
@@ -328,6 +336,7 @@ const _pR = "passwordRequirements";
|
|
|
328
336
|
const _pWAN = "permittedWickrAwsNetworks";
|
|
329
337
|
const _pWEN = "permittedWickrEnterpriseNetworks";
|
|
330
338
|
const _pe = "pending";
|
|
339
|
+
const _pr = "provider";
|
|
331
340
|
const _qR = "quickResponses";
|
|
332
341
|
const _r = "reasons";
|
|
333
342
|
const _rE = "revocationEndpoint";
|
|
@@ -429,8 +438,8 @@ exports.UnauthorizedError$ = [-3, n0, _UE,
|
|
|
429
438
|
n0_registry.registerError(exports.UnauthorizedError$, errors_1.UnauthorizedError);
|
|
430
439
|
exports.ValidationError$ = [-3, n0, _VE,
|
|
431
440
|
{ [_e]: _c, [_hE]: 422 },
|
|
432
|
-
[_r],
|
|
433
|
-
[() => ErrorDetailList]
|
|
441
|
+
[_r, _m],
|
|
442
|
+
[() => ErrorDetailList, 0]
|
|
434
443
|
];
|
|
435
444
|
n0_registry.registerError(exports.ValidationError$, errors_1.ValidationError);
|
|
436
445
|
exports.errorTypeRegistries = [
|
|
@@ -718,6 +727,16 @@ exports.GetOidcInfoResponse$ = [3, n0, _GOIRe,
|
|
|
718
727
|
[_oCI, _tI],
|
|
719
728
|
[[() => exports.OidcConfigInfo$, 0], () => exports.OidcTokenInfo$]
|
|
720
729
|
];
|
|
730
|
+
exports.GetOpentdfConfigRequest$ = [3, n0, _GOCR,
|
|
731
|
+
0,
|
|
732
|
+
[_nI],
|
|
733
|
+
[[0, 1]], 1
|
|
734
|
+
];
|
|
735
|
+
exports.GetOpentdfConfigResponse$ = [3, n0, _GOCRe,
|
|
736
|
+
0,
|
|
737
|
+
[_cI, _d, _cS, _pr],
|
|
738
|
+
[0, 0, [() => SensitiveString, 0], 0], 4
|
|
739
|
+
];
|
|
721
740
|
exports.GetSecurityGroupRequest$ = [3, n0, _GSGR,
|
|
722
741
|
0,
|
|
723
742
|
[_nI, _gI],
|
|
@@ -785,7 +804,7 @@ exports.ListDevicesForUserRequest$ = [3, n0, _LDFUR,
|
|
|
785
804
|
];
|
|
786
805
|
exports.ListDevicesForUserResponse$ = [3, n0, _LDFURi,
|
|
787
806
|
0,
|
|
788
|
-
[
|
|
807
|
+
[_de, _nT],
|
|
789
808
|
[() => Devices, 0], 1
|
|
790
809
|
];
|
|
791
810
|
exports.ListGuestUsersRequest$ = [3, n0, _LGUR,
|
|
@@ -845,8 +864,8 @@ exports.Network$ = [3, n0, _N,
|
|
|
845
864
|
];
|
|
846
865
|
exports.NetworkSettings$ = [3, n0, _NS,
|
|
847
866
|
0,
|
|
848
|
-
[_eCM, _rRC, _dR],
|
|
849
|
-
[2, () => exports.ReadReceiptConfig$, 2]
|
|
867
|
+
[_eCM, _rRC, _dR, _eTDF],
|
|
868
|
+
[2, () => exports.ReadReceiptConfig$, 2, 2]
|
|
850
869
|
];
|
|
851
870
|
exports.OidcConfigInfo$ = [3, n0, _OCI,
|
|
852
871
|
0,
|
|
@@ -865,7 +884,7 @@ exports.PasswordRequirements$ = [3, n0, _PR,
|
|
|
865
884
|
];
|
|
866
885
|
exports.PermittedWickrEnterpriseNetwork$ = [3, n0, _PWEN,
|
|
867
886
|
0,
|
|
868
|
-
[
|
|
887
|
+
[_d, _nI],
|
|
869
888
|
[0, 0], 2
|
|
870
889
|
];
|
|
871
890
|
exports.ReadReceiptConfig$ = [3, n0, _RRC,
|
|
@@ -893,6 +912,16 @@ exports.RegisterOidcConfigTestResponse$ = [3, n0, _ROCTRe,
|
|
|
893
912
|
[_tE, _uE, _rTS, _sS, _i, _aE, _eSE, _lE, _gTS, _rE, _tEAMS, _mMRT],
|
|
894
913
|
[0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 2]
|
|
895
914
|
];
|
|
915
|
+
exports.RegisterOpentdfConfigRequest$ = [3, n0, _ROCReg,
|
|
916
|
+
0,
|
|
917
|
+
[_nI, _cI, _cS, _d, _pr, _dRr],
|
|
918
|
+
[[0, 1], 0, [() => SensitiveString, 0], 0, 0, [2, { [_hQ]: _dRr }]], 5
|
|
919
|
+
];
|
|
920
|
+
exports.RegisterOpentdfConfigResponse$ = [3, n0, _ROCRegi,
|
|
921
|
+
0,
|
|
922
|
+
[_cI, _d, _cS, _pr],
|
|
923
|
+
[0, 0, [() => SensitiveString, 0], 0], 4
|
|
924
|
+
];
|
|
896
925
|
exports.SecurityGroup$ = [3, n0, _SG,
|
|
897
926
|
0,
|
|
898
927
|
[_aM, _bM, _id, _iD, _n, _mo, _sGS, _aDG],
|
|
@@ -1135,6 +1164,9 @@ exports.GetNetworkSettings$ = [9, n0, _GNS,
|
|
|
1135
1164
|
exports.GetOidcInfo$ = [9, n0, _GOI,
|
|
1136
1165
|
{ [_ht]: ["GET", "/networks/{networkId}/oidc", 200] }, () => exports.GetOidcInfoRequest$, () => exports.GetOidcInfoResponse$
|
|
1137
1166
|
];
|
|
1167
|
+
exports.GetOpentdfConfig$ = [9, n0, _GOC,
|
|
1168
|
+
{ [_ht]: ["GET", "/networks/{networkId}/tdf", 200] }, () => exports.GetOpentdfConfigRequest$, () => exports.GetOpentdfConfigResponse$
|
|
1169
|
+
];
|
|
1138
1170
|
exports.GetSecurityGroup$ = [9, n0, _GSG,
|
|
1139
1171
|
{ [_ht]: ["GET", "/networks/{networkId}/security-groups/{groupId}", 200] }, () => exports.GetSecurityGroupRequest$, () => exports.GetSecurityGroupResponse$
|
|
1140
1172
|
];
|
|
@@ -1174,6 +1206,9 @@ exports.RegisterOidcConfig$ = [9, n0, _ROC,
|
|
|
1174
1206
|
exports.RegisterOidcConfigTest$ = [9, n0, _ROCT,
|
|
1175
1207
|
{ [_ht]: ["POST", "/networks/{networkId}/oidc/test", 200] }, () => exports.RegisterOidcConfigTestRequest$, () => exports.RegisterOidcConfigTestResponse$
|
|
1176
1208
|
];
|
|
1209
|
+
exports.RegisterOpentdfConfig$ = [9, n0, _ROCe,
|
|
1210
|
+
{ [_ht]: ["POST", "/networks/{networkId}/tdf", 200] }, () => exports.RegisterOpentdfConfigRequest$, () => exports.RegisterOpentdfConfigResponse$
|
|
1211
|
+
];
|
|
1177
1212
|
exports.UpdateBot$ = [9, n0, _UB,
|
|
1178
1213
|
{ [_ht]: ["PATCH", "/networks/{networkId}/bots/{botId}", 200] }, () => exports.UpdateBotRequest$, () => exports.UpdateBotResponse$
|
|
1179
1214
|
];
|
package/dist-es/Wickr.js
CHANGED
|
@@ -21,6 +21,7 @@ import { GetGuestUserHistoryCountCommand, } from "./commands/GetGuestUserHistory
|
|
|
21
21
|
import { GetNetworkCommand } from "./commands/GetNetworkCommand";
|
|
22
22
|
import { GetNetworkSettingsCommand, } from "./commands/GetNetworkSettingsCommand";
|
|
23
23
|
import { GetOidcInfoCommand } from "./commands/GetOidcInfoCommand";
|
|
24
|
+
import { GetOpentdfConfigCommand, } from "./commands/GetOpentdfConfigCommand";
|
|
24
25
|
import { GetSecurityGroupCommand, } from "./commands/GetSecurityGroupCommand";
|
|
25
26
|
import { GetUserCommand } from "./commands/GetUserCommand";
|
|
26
27
|
import { GetUsersCountCommand, } from "./commands/GetUsersCountCommand";
|
|
@@ -34,6 +35,7 @@ import { ListSecurityGroupUsersCommand, } from "./commands/ListSecurityGroupUser
|
|
|
34
35
|
import { ListUsersCommand } from "./commands/ListUsersCommand";
|
|
35
36
|
import { RegisterOidcConfigCommand, } from "./commands/RegisterOidcConfigCommand";
|
|
36
37
|
import { RegisterOidcConfigTestCommand, } from "./commands/RegisterOidcConfigTestCommand";
|
|
38
|
+
import { RegisterOpentdfConfigCommand, } from "./commands/RegisterOpentdfConfigCommand";
|
|
37
39
|
import { UpdateBotCommand } from "./commands/UpdateBotCommand";
|
|
38
40
|
import { UpdateDataRetentionCommand, } from "./commands/UpdateDataRetentionCommand";
|
|
39
41
|
import { UpdateGuestUserCommand, } from "./commands/UpdateGuestUserCommand";
|
|
@@ -73,6 +75,7 @@ const commands = {
|
|
|
73
75
|
GetNetworkCommand,
|
|
74
76
|
GetNetworkSettingsCommand,
|
|
75
77
|
GetOidcInfoCommand,
|
|
78
|
+
GetOpentdfConfigCommand,
|
|
76
79
|
GetSecurityGroupCommand,
|
|
77
80
|
GetUserCommand,
|
|
78
81
|
GetUsersCountCommand,
|
|
@@ -86,6 +89,7 @@ const commands = {
|
|
|
86
89
|
ListUsersCommand,
|
|
87
90
|
RegisterOidcConfigCommand,
|
|
88
91
|
RegisterOidcConfigTestCommand,
|
|
92
|
+
RegisterOpentdfConfigCommand,
|
|
89
93
|
UpdateBotCommand,
|
|
90
94
|
UpdateDataRetentionCommand,
|
|
91
95
|
UpdateGuestUserCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetOpentdfConfig$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetOpentdfConfigCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("WickrAdminApi", "GetOpentdfConfig", {})
|
|
13
|
+
.n("WickrClient", "GetOpentdfConfigCommand")
|
|
14
|
+
.sc(GetOpentdfConfig$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { RegisterOpentdfConfig$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class RegisterOpentdfConfigCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("WickrAdminApi", "RegisterOpentdfConfig", {})
|
|
13
|
+
.n("WickrClient", "RegisterOpentdfConfigCommand")
|
|
14
|
+
.sc(RegisterOpentdfConfig$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -20,6 +20,7 @@ export * from "./GetGuestUserHistoryCountCommand";
|
|
|
20
20
|
export * from "./GetNetworkCommand";
|
|
21
21
|
export * from "./GetNetworkSettingsCommand";
|
|
22
22
|
export * from "./GetOidcInfoCommand";
|
|
23
|
+
export * from "./GetOpentdfConfigCommand";
|
|
23
24
|
export * from "./GetSecurityGroupCommand";
|
|
24
25
|
export * from "./GetUserCommand";
|
|
25
26
|
export * from "./GetUsersCountCommand";
|
|
@@ -33,6 +34,7 @@ export * from "./ListSecurityGroupsCommand";
|
|
|
33
34
|
export * from "./ListUsersCommand";
|
|
34
35
|
export * from "./RegisterOidcConfigCommand";
|
|
35
36
|
export * from "./RegisterOidcConfigTestCommand";
|
|
37
|
+
export * from "./RegisterOpentdfConfigCommand";
|
|
36
38
|
export * from "./UpdateBotCommand";
|
|
37
39
|
export * from "./UpdateDataRetentionCommand";
|
|
38
40
|
export * from "./UpdateGuestUserCommand";
|
|
@@ -86,6 +86,9 @@ const _GNRe = "GetNetworkResponse";
|
|
|
86
86
|
const _GNS = "GetNetworkSettings";
|
|
87
87
|
const _GNSR = "GetNetworkSettingsRequest";
|
|
88
88
|
const _GNSRe = "GetNetworkSettingsResponse";
|
|
89
|
+
const _GOC = "GetOpentdfConfig";
|
|
90
|
+
const _GOCR = "GetOpentdfConfigRequest";
|
|
91
|
+
const _GOCRe = "GetOpentdfConfigResponse";
|
|
89
92
|
const _GOI = "GetOidcInfo";
|
|
90
93
|
const _GOIR = "GetOidcInfoRequest";
|
|
91
94
|
const _GOIRe = "GetOidcInfoResponse";
|
|
@@ -140,9 +143,12 @@ const _RNFE = "ResourceNotFoundError";
|
|
|
140
143
|
const _ROC = "RegisterOidcConfig";
|
|
141
144
|
const _ROCR = "RegisterOidcConfigRequest";
|
|
142
145
|
const _ROCRe = "RegisterOidcConfigResponse";
|
|
146
|
+
const _ROCReg = "RegisterOpentdfConfigRequest";
|
|
147
|
+
const _ROCRegi = "RegisterOpentdfConfigResponse";
|
|
143
148
|
const _ROCT = "RegisterOidcConfigTest";
|
|
144
149
|
const _ROCTR = "RegisterOidcConfigTestRequest";
|
|
145
150
|
const _ROCTRe = "RegisterOidcConfigTestResponse";
|
|
151
|
+
const _ROCe = "RegisterOpentdfConfig";
|
|
146
152
|
const _RRC = "ReadReceiptConfig";
|
|
147
153
|
const _S = "Setting";
|
|
148
154
|
const _SG = "SecurityGroup";
|
|
@@ -227,10 +233,11 @@ const _ch = "challenge";
|
|
|
227
233
|
const _co = "code";
|
|
228
234
|
const _cou = "count";
|
|
229
235
|
const _cr = "created";
|
|
230
|
-
const _d = "
|
|
236
|
+
const _d = "domain";
|
|
231
237
|
const _dN = "displayName";
|
|
232
238
|
const _dR = "dataRetention";
|
|
233
|
-
const
|
|
239
|
+
const _dRr = "dryRun";
|
|
240
|
+
const _de = "devices";
|
|
234
241
|
const _e = "error";
|
|
235
242
|
const _eA = "enableAtak";
|
|
236
243
|
const _eAP = "extraAuthParams";
|
|
@@ -246,6 +253,7 @@ const _ePFT = "enablePremiumFreeTrial";
|
|
|
246
253
|
const _eRGF = "enableRestrictedGlobalFederation";
|
|
247
254
|
const _eSE = "endSessionEndpoint";
|
|
248
255
|
const _eT = "endTime";
|
|
256
|
+
const _eTDF = "enableTrustedDataFormat";
|
|
249
257
|
const _f = "failed";
|
|
250
258
|
const _fDL = "forceDeviceLockout";
|
|
251
259
|
const _fE = "filesEnabled";
|
|
@@ -322,6 +330,7 @@ const _pR = "passwordRequirements";
|
|
|
322
330
|
const _pWAN = "permittedWickrAwsNetworks";
|
|
323
331
|
const _pWEN = "permittedWickrEnterpriseNetworks";
|
|
324
332
|
const _pe = "pending";
|
|
333
|
+
const _pr = "provider";
|
|
325
334
|
const _qR = "quickResponses";
|
|
326
335
|
const _r = "reasons";
|
|
327
336
|
const _rE = "revocationEndpoint";
|
|
@@ -423,8 +432,8 @@ export var UnauthorizedError$ = [-3, n0, _UE,
|
|
|
423
432
|
n0_registry.registerError(UnauthorizedError$, UnauthorizedError);
|
|
424
433
|
export var ValidationError$ = [-3, n0, _VE,
|
|
425
434
|
{ [_e]: _c, [_hE]: 422 },
|
|
426
|
-
[_r],
|
|
427
|
-
[() => ErrorDetailList]
|
|
435
|
+
[_r, _m],
|
|
436
|
+
[() => ErrorDetailList, 0]
|
|
428
437
|
];
|
|
429
438
|
n0_registry.registerError(ValidationError$, ValidationError);
|
|
430
439
|
export const errorTypeRegistries = [
|
|
@@ -712,6 +721,16 @@ export var GetOidcInfoResponse$ = [3, n0, _GOIRe,
|
|
|
712
721
|
[_oCI, _tI],
|
|
713
722
|
[[() => OidcConfigInfo$, 0], () => OidcTokenInfo$]
|
|
714
723
|
];
|
|
724
|
+
export var GetOpentdfConfigRequest$ = [3, n0, _GOCR,
|
|
725
|
+
0,
|
|
726
|
+
[_nI],
|
|
727
|
+
[[0, 1]], 1
|
|
728
|
+
];
|
|
729
|
+
export var GetOpentdfConfigResponse$ = [3, n0, _GOCRe,
|
|
730
|
+
0,
|
|
731
|
+
[_cI, _d, _cS, _pr],
|
|
732
|
+
[0, 0, [() => SensitiveString, 0], 0], 4
|
|
733
|
+
];
|
|
715
734
|
export var GetSecurityGroupRequest$ = [3, n0, _GSGR,
|
|
716
735
|
0,
|
|
717
736
|
[_nI, _gI],
|
|
@@ -779,7 +798,7 @@ export var ListDevicesForUserRequest$ = [3, n0, _LDFUR,
|
|
|
779
798
|
];
|
|
780
799
|
export var ListDevicesForUserResponse$ = [3, n0, _LDFURi,
|
|
781
800
|
0,
|
|
782
|
-
[
|
|
801
|
+
[_de, _nT],
|
|
783
802
|
[() => Devices, 0], 1
|
|
784
803
|
];
|
|
785
804
|
export var ListGuestUsersRequest$ = [3, n0, _LGUR,
|
|
@@ -839,8 +858,8 @@ export var Network$ = [3, n0, _N,
|
|
|
839
858
|
];
|
|
840
859
|
export var NetworkSettings$ = [3, n0, _NS,
|
|
841
860
|
0,
|
|
842
|
-
[_eCM, _rRC, _dR],
|
|
843
|
-
[2, () => ReadReceiptConfig$, 2]
|
|
861
|
+
[_eCM, _rRC, _dR, _eTDF],
|
|
862
|
+
[2, () => ReadReceiptConfig$, 2, 2]
|
|
844
863
|
];
|
|
845
864
|
export var OidcConfigInfo$ = [3, n0, _OCI,
|
|
846
865
|
0,
|
|
@@ -859,7 +878,7 @@ export var PasswordRequirements$ = [3, n0, _PR,
|
|
|
859
878
|
];
|
|
860
879
|
export var PermittedWickrEnterpriseNetwork$ = [3, n0, _PWEN,
|
|
861
880
|
0,
|
|
862
|
-
[
|
|
881
|
+
[_d, _nI],
|
|
863
882
|
[0, 0], 2
|
|
864
883
|
];
|
|
865
884
|
export var ReadReceiptConfig$ = [3, n0, _RRC,
|
|
@@ -887,6 +906,16 @@ export var RegisterOidcConfigTestResponse$ = [3, n0, _ROCTRe,
|
|
|
887
906
|
[_tE, _uE, _rTS, _sS, _i, _aE, _eSE, _lE, _gTS, _rE, _tEAMS, _mMRT],
|
|
888
907
|
[0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 2]
|
|
889
908
|
];
|
|
909
|
+
export var RegisterOpentdfConfigRequest$ = [3, n0, _ROCReg,
|
|
910
|
+
0,
|
|
911
|
+
[_nI, _cI, _cS, _d, _pr, _dRr],
|
|
912
|
+
[[0, 1], 0, [() => SensitiveString, 0], 0, 0, [2, { [_hQ]: _dRr }]], 5
|
|
913
|
+
];
|
|
914
|
+
export var RegisterOpentdfConfigResponse$ = [3, n0, _ROCRegi,
|
|
915
|
+
0,
|
|
916
|
+
[_cI, _d, _cS, _pr],
|
|
917
|
+
[0, 0, [() => SensitiveString, 0], 0], 4
|
|
918
|
+
];
|
|
890
919
|
export var SecurityGroup$ = [3, n0, _SG,
|
|
891
920
|
0,
|
|
892
921
|
[_aM, _bM, _id, _iD, _n, _mo, _sGS, _aDG],
|
|
@@ -1129,6 +1158,9 @@ export var GetNetworkSettings$ = [9, n0, _GNS,
|
|
|
1129
1158
|
export var GetOidcInfo$ = [9, n0, _GOI,
|
|
1130
1159
|
{ [_ht]: ["GET", "/networks/{networkId}/oidc", 200] }, () => GetOidcInfoRequest$, () => GetOidcInfoResponse$
|
|
1131
1160
|
];
|
|
1161
|
+
export var GetOpentdfConfig$ = [9, n0, _GOC,
|
|
1162
|
+
{ [_ht]: ["GET", "/networks/{networkId}/tdf", 200] }, () => GetOpentdfConfigRequest$, () => GetOpentdfConfigResponse$
|
|
1163
|
+
];
|
|
1132
1164
|
export var GetSecurityGroup$ = [9, n0, _GSG,
|
|
1133
1165
|
{ [_ht]: ["GET", "/networks/{networkId}/security-groups/{groupId}", 200] }, () => GetSecurityGroupRequest$, () => GetSecurityGroupResponse$
|
|
1134
1166
|
];
|
|
@@ -1168,6 +1200,9 @@ export var RegisterOidcConfig$ = [9, n0, _ROC,
|
|
|
1168
1200
|
export var RegisterOidcConfigTest$ = [9, n0, _ROCT,
|
|
1169
1201
|
{ [_ht]: ["POST", "/networks/{networkId}/oidc/test", 200] }, () => RegisterOidcConfigTestRequest$, () => RegisterOidcConfigTestResponse$
|
|
1170
1202
|
];
|
|
1203
|
+
export var RegisterOpentdfConfig$ = [9, n0, _ROCe,
|
|
1204
|
+
{ [_ht]: ["POST", "/networks/{networkId}/tdf", 200] }, () => RegisterOpentdfConfigRequest$, () => RegisterOpentdfConfigResponse$
|
|
1205
|
+
];
|
|
1171
1206
|
export var UpdateBot$ = [9, n0, _UB,
|
|
1172
1207
|
{ [_ht]: ["PATCH", "/networks/{networkId}/bots/{botId}", 200] }, () => UpdateBotRequest$, () => UpdateBotResponse$
|
|
1173
1208
|
];
|
package/dist-types/Wickr.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ import { GetGuestUserHistoryCountCommandInput, GetGuestUserHistoryCountCommandOu
|
|
|
21
21
|
import { GetNetworkCommandInput, GetNetworkCommandOutput } from "./commands/GetNetworkCommand";
|
|
22
22
|
import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
|
|
23
23
|
import { GetOidcInfoCommandInput, GetOidcInfoCommandOutput } from "./commands/GetOidcInfoCommand";
|
|
24
|
+
import { GetOpentdfConfigCommandInput, GetOpentdfConfigCommandOutput } from "./commands/GetOpentdfConfigCommand";
|
|
24
25
|
import { GetSecurityGroupCommandInput, GetSecurityGroupCommandOutput } from "./commands/GetSecurityGroupCommand";
|
|
25
26
|
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
26
27
|
import { GetUsersCountCommandInput, GetUsersCountCommandOutput } from "./commands/GetUsersCountCommand";
|
|
@@ -34,6 +35,7 @@ import { ListSecurityGroupUsersCommandInput, ListSecurityGroupUsersCommandOutput
|
|
|
34
35
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
35
36
|
import { RegisterOidcConfigCommandInput, RegisterOidcConfigCommandOutput } from "./commands/RegisterOidcConfigCommand";
|
|
36
37
|
import { RegisterOidcConfigTestCommandInput, RegisterOidcConfigTestCommandOutput } from "./commands/RegisterOidcConfigTestCommand";
|
|
38
|
+
import { RegisterOpentdfConfigCommandInput, RegisterOpentdfConfigCommandOutput } from "./commands/RegisterOpentdfConfigCommand";
|
|
37
39
|
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
38
40
|
import { UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput } from "./commands/UpdateDataRetentionCommand";
|
|
39
41
|
import { UpdateGuestUserCommandInput, UpdateGuestUserCommandOutput } from "./commands/UpdateGuestUserCommand";
|
|
@@ -175,6 +177,12 @@ export interface Wickr {
|
|
|
175
177
|
getOidcInfo(args: GetOidcInfoCommandInput, options?: __HttpHandlerOptions): Promise<GetOidcInfoCommandOutput>;
|
|
176
178
|
getOidcInfo(args: GetOidcInfoCommandInput, cb: (err: any, data?: GetOidcInfoCommandOutput) => void): void;
|
|
177
179
|
getOidcInfo(args: GetOidcInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOidcInfoCommandOutput) => void): void;
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link GetOpentdfConfigCommand}
|
|
182
|
+
*/
|
|
183
|
+
getOpentdfConfig(args: GetOpentdfConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetOpentdfConfigCommandOutput>;
|
|
184
|
+
getOpentdfConfig(args: GetOpentdfConfigCommandInput, cb: (err: any, data?: GetOpentdfConfigCommandOutput) => void): void;
|
|
185
|
+
getOpentdfConfig(args: GetOpentdfConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpentdfConfigCommandOutput) => void): void;
|
|
178
186
|
/**
|
|
179
187
|
* @see {@link GetSecurityGroupCommand}
|
|
180
188
|
*/
|
|
@@ -254,6 +262,12 @@ export interface Wickr {
|
|
|
254
262
|
registerOidcConfigTest(args: RegisterOidcConfigTestCommandInput, options?: __HttpHandlerOptions): Promise<RegisterOidcConfigTestCommandOutput>;
|
|
255
263
|
registerOidcConfigTest(args: RegisterOidcConfigTestCommandInput, cb: (err: any, data?: RegisterOidcConfigTestCommandOutput) => void): void;
|
|
256
264
|
registerOidcConfigTest(args: RegisterOidcConfigTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOidcConfigTestCommandOutput) => void): void;
|
|
265
|
+
/**
|
|
266
|
+
* @see {@link RegisterOpentdfConfigCommand}
|
|
267
|
+
*/
|
|
268
|
+
registerOpentdfConfig(args: RegisterOpentdfConfigCommandInput, options?: __HttpHandlerOptions): Promise<RegisterOpentdfConfigCommandOutput>;
|
|
269
|
+
registerOpentdfConfig(args: RegisterOpentdfConfigCommandInput, cb: (err: any, data?: RegisterOpentdfConfigCommandOutput) => void): void;
|
|
270
|
+
registerOpentdfConfig(args: RegisterOpentdfConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOpentdfConfigCommandOutput) => void): void;
|
|
257
271
|
/**
|
|
258
272
|
* @see {@link UpdateBotCommand}
|
|
259
273
|
*/
|
|
@@ -29,6 +29,7 @@ import { GetGuestUserHistoryCountCommandInput, GetGuestUserHistoryCountCommandOu
|
|
|
29
29
|
import { GetNetworkCommandInput, GetNetworkCommandOutput } from "./commands/GetNetworkCommand";
|
|
30
30
|
import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
|
|
31
31
|
import { GetOidcInfoCommandInput, GetOidcInfoCommandOutput } from "./commands/GetOidcInfoCommand";
|
|
32
|
+
import { GetOpentdfConfigCommandInput, GetOpentdfConfigCommandOutput } from "./commands/GetOpentdfConfigCommand";
|
|
32
33
|
import { GetSecurityGroupCommandInput, GetSecurityGroupCommandOutput } from "./commands/GetSecurityGroupCommand";
|
|
33
34
|
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
34
35
|
import { GetUsersCountCommandInput, GetUsersCountCommandOutput } from "./commands/GetUsersCountCommand";
|
|
@@ -42,6 +43,7 @@ import { ListSecurityGroupUsersCommandInput, ListSecurityGroupUsersCommandOutput
|
|
|
42
43
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
43
44
|
import { RegisterOidcConfigCommandInput, RegisterOidcConfigCommandOutput } from "./commands/RegisterOidcConfigCommand";
|
|
44
45
|
import { RegisterOidcConfigTestCommandInput, RegisterOidcConfigTestCommandOutput } from "./commands/RegisterOidcConfigTestCommand";
|
|
46
|
+
import { RegisterOpentdfConfigCommandInput, RegisterOpentdfConfigCommandOutput } from "./commands/RegisterOpentdfConfigCommand";
|
|
45
47
|
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
46
48
|
import { UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput } from "./commands/UpdateDataRetentionCommand";
|
|
47
49
|
import { UpdateGuestUserCommandInput, UpdateGuestUserCommandOutput } from "./commands/UpdateGuestUserCommand";
|
|
@@ -55,11 +57,11 @@ export { __Client };
|
|
|
55
57
|
/**
|
|
56
58
|
* @public
|
|
57
59
|
*/
|
|
58
|
-
export type ServiceInputTypes = BatchCreateUserCommandInput | BatchDeleteUserCommandInput | BatchLookupUserUnameCommandInput | BatchReinviteUserCommandInput | BatchResetDevicesForUserCommandInput | BatchToggleUserSuspendStatusCommandInput | CreateBotCommandInput | CreateDataRetentionBotChallengeCommandInput | CreateDataRetentionBotCommandInput | CreateNetworkCommandInput | CreateSecurityGroupCommandInput | DeleteBotCommandInput | DeleteDataRetentionBotCommandInput | DeleteNetworkCommandInput | DeleteSecurityGroupCommandInput | GetBotCommandInput | GetBotsCountCommandInput | GetDataRetentionBotCommandInput | GetGuestUserHistoryCountCommandInput | GetNetworkCommandInput | GetNetworkSettingsCommandInput | GetOidcInfoCommandInput | GetSecurityGroupCommandInput | GetUserCommandInput | GetUsersCountCommandInput | ListBlockedGuestUsersCommandInput | ListBotsCommandInput | ListDevicesForUserCommandInput | ListGuestUsersCommandInput | ListNetworksCommandInput | ListSecurityGroupUsersCommandInput | ListSecurityGroupsCommandInput | ListUsersCommandInput | RegisterOidcConfigCommandInput | RegisterOidcConfigTestCommandInput | UpdateBotCommandInput | UpdateDataRetentionCommandInput | UpdateGuestUserCommandInput | UpdateNetworkCommandInput | UpdateNetworkSettingsCommandInput | UpdateSecurityGroupCommandInput | UpdateUserCommandInput;
|
|
60
|
+
export type ServiceInputTypes = BatchCreateUserCommandInput | BatchDeleteUserCommandInput | BatchLookupUserUnameCommandInput | BatchReinviteUserCommandInput | BatchResetDevicesForUserCommandInput | BatchToggleUserSuspendStatusCommandInput | CreateBotCommandInput | CreateDataRetentionBotChallengeCommandInput | CreateDataRetentionBotCommandInput | CreateNetworkCommandInput | CreateSecurityGroupCommandInput | DeleteBotCommandInput | DeleteDataRetentionBotCommandInput | DeleteNetworkCommandInput | DeleteSecurityGroupCommandInput | GetBotCommandInput | GetBotsCountCommandInput | GetDataRetentionBotCommandInput | GetGuestUserHistoryCountCommandInput | GetNetworkCommandInput | GetNetworkSettingsCommandInput | GetOidcInfoCommandInput | GetOpentdfConfigCommandInput | GetSecurityGroupCommandInput | GetUserCommandInput | GetUsersCountCommandInput | ListBlockedGuestUsersCommandInput | ListBotsCommandInput | ListDevicesForUserCommandInput | ListGuestUsersCommandInput | ListNetworksCommandInput | ListSecurityGroupUsersCommandInput | ListSecurityGroupsCommandInput | ListUsersCommandInput | RegisterOidcConfigCommandInput | RegisterOidcConfigTestCommandInput | RegisterOpentdfConfigCommandInput | UpdateBotCommandInput | UpdateDataRetentionCommandInput | UpdateGuestUserCommandInput | UpdateNetworkCommandInput | UpdateNetworkSettingsCommandInput | UpdateSecurityGroupCommandInput | UpdateUserCommandInput;
|
|
59
61
|
/**
|
|
60
62
|
* @public
|
|
61
63
|
*/
|
|
62
|
-
export type ServiceOutputTypes = BatchCreateUserCommandOutput | BatchDeleteUserCommandOutput | BatchLookupUserUnameCommandOutput | BatchReinviteUserCommandOutput | BatchResetDevicesForUserCommandOutput | BatchToggleUserSuspendStatusCommandOutput | CreateBotCommandOutput | CreateDataRetentionBotChallengeCommandOutput | CreateDataRetentionBotCommandOutput | CreateNetworkCommandOutput | CreateSecurityGroupCommandOutput | DeleteBotCommandOutput | DeleteDataRetentionBotCommandOutput | DeleteNetworkCommandOutput | DeleteSecurityGroupCommandOutput | GetBotCommandOutput | GetBotsCountCommandOutput | GetDataRetentionBotCommandOutput | GetGuestUserHistoryCountCommandOutput | GetNetworkCommandOutput | GetNetworkSettingsCommandOutput | GetOidcInfoCommandOutput | GetSecurityGroupCommandOutput | GetUserCommandOutput | GetUsersCountCommandOutput | ListBlockedGuestUsersCommandOutput | ListBotsCommandOutput | ListDevicesForUserCommandOutput | ListGuestUsersCommandOutput | ListNetworksCommandOutput | ListSecurityGroupUsersCommandOutput | ListSecurityGroupsCommandOutput | ListUsersCommandOutput | RegisterOidcConfigCommandOutput | RegisterOidcConfigTestCommandOutput | UpdateBotCommandOutput | UpdateDataRetentionCommandOutput | UpdateGuestUserCommandOutput | UpdateNetworkCommandOutput | UpdateNetworkSettingsCommandOutput | UpdateSecurityGroupCommandOutput | UpdateUserCommandOutput;
|
|
64
|
+
export type ServiceOutputTypes = BatchCreateUserCommandOutput | BatchDeleteUserCommandOutput | BatchLookupUserUnameCommandOutput | BatchReinviteUserCommandOutput | BatchResetDevicesForUserCommandOutput | BatchToggleUserSuspendStatusCommandOutput | CreateBotCommandOutput | CreateDataRetentionBotChallengeCommandOutput | CreateDataRetentionBotCommandOutput | CreateNetworkCommandOutput | CreateSecurityGroupCommandOutput | DeleteBotCommandOutput | DeleteDataRetentionBotCommandOutput | DeleteNetworkCommandOutput | DeleteSecurityGroupCommandOutput | GetBotCommandOutput | GetBotsCountCommandOutput | GetDataRetentionBotCommandOutput | GetGuestUserHistoryCountCommandOutput | GetNetworkCommandOutput | GetNetworkSettingsCommandOutput | GetOidcInfoCommandOutput | GetOpentdfConfigCommandOutput | GetSecurityGroupCommandOutput | GetUserCommandOutput | GetUsersCountCommandOutput | ListBlockedGuestUsersCommandOutput | ListBotsCommandOutput | ListDevicesForUserCommandOutput | ListGuestUsersCommandOutput | ListNetworksCommandOutput | ListSecurityGroupUsersCommandOutput | ListSecurityGroupsCommandOutput | ListUsersCommandOutput | RegisterOidcConfigCommandOutput | RegisterOidcConfigTestCommandOutput | RegisterOpentdfConfigCommandOutput | UpdateBotCommandOutput | UpdateDataRetentionCommandOutput | UpdateGuestUserCommandOutput | UpdateNetworkCommandOutput | UpdateNetworkSettingsCommandOutput | UpdateSecurityGroupCommandOutput | UpdateUserCommandOutput;
|
|
63
65
|
/**
|
|
64
66
|
* @public
|
|
65
67
|
*/
|