@aws-sdk/client-workmail 3.682.0 → 3.686.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 +65 -1
- package/dist-cjs/index.js +386 -4
- package/dist-es/WorkMail.js +16 -0
- package/dist-es/commands/CreateIdentityCenterApplicationCommand.js +22 -0
- package/dist-es/commands/CreateResourceCommand.js +2 -1
- package/dist-es/commands/DeleteIdentityCenterApplicationCommand.js +22 -0
- package/dist-es/commands/DeleteIdentityProviderConfigurationCommand.js +22 -0
- package/dist-es/commands/DeletePersonalAccessTokenCommand.js +22 -0
- package/dist-es/commands/DescribeIdentityProviderConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeResourceCommand.js +2 -1
- package/dist-es/commands/GetPersonalAccessTokenMetadataCommand.js +22 -0
- package/dist-es/commands/ListPersonalAccessTokensCommand.js +22 -0
- package/dist-es/commands/ListResourcesCommand.js +2 -1
- package/dist-es/commands/PutIdentityProviderConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateResourceCommand.js +2 -1
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +28 -0
- package/dist-es/pagination/ListPersonalAccessTokensPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +200 -0
- package/dist-types/WorkMail.d.ts +56 -0
- package/dist-types/WorkMailClient.d.ts +10 -2
- package/dist-types/commands/CreateIdentityCenterApplicationCommand.d.ts +78 -0
- package/dist-types/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIdentityCenterApplicationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteIdentityProviderConfigurationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -0
- package/dist-types/commands/DeletePersonalAccessTokenCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIdentityProviderConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +8 -0
- package/dist-types/commands/GetPersonalAccessTokenMetadataCommand.d.ts +96 -0
- package/dist-types/commands/ListAvailabilityConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/ListPersonalAccessTokensCommand.d.ts +108 -0
- package/dist-types/commands/ListUsersCommand.d.ts +3 -0
- package/dist-types/commands/PutIdentityProviderConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +485 -1
- package/dist-types/pagination/ListPersonalAccessTokensPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/WorkMail.d.ts +148 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateIdentityCenterApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIdentityCenterApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePersonalAccessTokenCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPersonalAccessTokenMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPersonalAccessTokensCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutIdentityProviderConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +111 -0
- package/dist-types/ts3.4/pagination/ListPersonalAccessTokensPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -32,10 +32,12 @@ __export(src_exports, {
|
|
|
32
32
|
CreateAvailabilityConfigurationCommand: () => CreateAvailabilityConfigurationCommand,
|
|
33
33
|
CreateAvailabilityConfigurationRequestFilterSensitiveLog: () => CreateAvailabilityConfigurationRequestFilterSensitiveLog,
|
|
34
34
|
CreateGroupCommand: () => CreateGroupCommand,
|
|
35
|
+
CreateIdentityCenterApplicationCommand: () => CreateIdentityCenterApplicationCommand,
|
|
35
36
|
CreateImpersonationRoleCommand: () => CreateImpersonationRoleCommand,
|
|
36
37
|
CreateMobileDeviceAccessRuleCommand: () => CreateMobileDeviceAccessRuleCommand,
|
|
37
38
|
CreateOrganizationCommand: () => CreateOrganizationCommand,
|
|
38
39
|
CreateResourceCommand: () => CreateResourceCommand,
|
|
40
|
+
CreateResourceRequestFilterSensitiveLog: () => CreateResourceRequestFilterSensitiveLog,
|
|
39
41
|
CreateUserCommand: () => CreateUserCommand,
|
|
40
42
|
CreateUserRequestFilterSensitiveLog: () => CreateUserRequestFilterSensitiveLog,
|
|
41
43
|
DeleteAccessControlRuleCommand: () => DeleteAccessControlRuleCommand,
|
|
@@ -43,11 +45,14 @@ __export(src_exports, {
|
|
|
43
45
|
DeleteAvailabilityConfigurationCommand: () => DeleteAvailabilityConfigurationCommand,
|
|
44
46
|
DeleteEmailMonitoringConfigurationCommand: () => DeleteEmailMonitoringConfigurationCommand,
|
|
45
47
|
DeleteGroupCommand: () => DeleteGroupCommand,
|
|
48
|
+
DeleteIdentityCenterApplicationCommand: () => DeleteIdentityCenterApplicationCommand,
|
|
49
|
+
DeleteIdentityProviderConfigurationCommand: () => DeleteIdentityProviderConfigurationCommand,
|
|
46
50
|
DeleteImpersonationRoleCommand: () => DeleteImpersonationRoleCommand,
|
|
47
51
|
DeleteMailboxPermissionsCommand: () => DeleteMailboxPermissionsCommand,
|
|
48
52
|
DeleteMobileDeviceAccessOverrideCommand: () => DeleteMobileDeviceAccessOverrideCommand,
|
|
49
53
|
DeleteMobileDeviceAccessRuleCommand: () => DeleteMobileDeviceAccessRuleCommand,
|
|
50
54
|
DeleteOrganizationCommand: () => DeleteOrganizationCommand,
|
|
55
|
+
DeletePersonalAccessTokenCommand: () => DeletePersonalAccessTokenCommand,
|
|
51
56
|
DeleteResourceCommand: () => DeleteResourceCommand,
|
|
52
57
|
DeleteRetentionPolicyCommand: () => DeleteRetentionPolicyCommand,
|
|
53
58
|
DeleteUserCommand: () => DeleteUserCommand,
|
|
@@ -56,10 +61,12 @@ __export(src_exports, {
|
|
|
56
61
|
DescribeEmailMonitoringConfigurationCommand: () => DescribeEmailMonitoringConfigurationCommand,
|
|
57
62
|
DescribeEntityCommand: () => DescribeEntityCommand,
|
|
58
63
|
DescribeGroupCommand: () => DescribeGroupCommand,
|
|
64
|
+
DescribeIdentityProviderConfigurationCommand: () => DescribeIdentityProviderConfigurationCommand,
|
|
59
65
|
DescribeInboundDmarcSettingsCommand: () => DescribeInboundDmarcSettingsCommand,
|
|
60
66
|
DescribeMailboxExportJobCommand: () => DescribeMailboxExportJobCommand,
|
|
61
67
|
DescribeOrganizationCommand: () => DescribeOrganizationCommand,
|
|
62
68
|
DescribeResourceCommand: () => DescribeResourceCommand,
|
|
69
|
+
DescribeResourceResponseFilterSensitiveLog: () => DescribeResourceResponseFilterSensitiveLog,
|
|
63
70
|
DescribeUserCommand: () => DescribeUserCommand,
|
|
64
71
|
DescribeUserResponseFilterSensitiveLog: () => DescribeUserResponseFilterSensitiveLog,
|
|
65
72
|
DirectoryInUseException: () => DirectoryInUseException,
|
|
@@ -84,6 +91,8 @@ __export(src_exports, {
|
|
|
84
91
|
GetMailboxDetailsCommand: () => GetMailboxDetailsCommand,
|
|
85
92
|
GetMobileDeviceAccessEffectCommand: () => GetMobileDeviceAccessEffectCommand,
|
|
86
93
|
GetMobileDeviceAccessOverrideCommand: () => GetMobileDeviceAccessOverrideCommand,
|
|
94
|
+
GetPersonalAccessTokenMetadataCommand: () => GetPersonalAccessTokenMetadataCommand,
|
|
95
|
+
IdentityProviderAuthenticationMode: () => IdentityProviderAuthenticationMode,
|
|
87
96
|
ImpersonationRoleType: () => ImpersonationRoleType,
|
|
88
97
|
InvalidConfigurationException: () => InvalidConfigurationException,
|
|
89
98
|
InvalidCustomSesConfigurationException: () => InvalidCustomSesConfigurationException,
|
|
@@ -103,8 +112,10 @@ __export(src_exports, {
|
|
|
103
112
|
ListMobileDeviceAccessOverridesCommand: () => ListMobileDeviceAccessOverridesCommand,
|
|
104
113
|
ListMobileDeviceAccessRulesCommand: () => ListMobileDeviceAccessRulesCommand,
|
|
105
114
|
ListOrganizationsCommand: () => ListOrganizationsCommand,
|
|
115
|
+
ListPersonalAccessTokensCommand: () => ListPersonalAccessTokensCommand,
|
|
106
116
|
ListResourceDelegatesCommand: () => ListResourceDelegatesCommand,
|
|
107
117
|
ListResourcesCommand: () => ListResourcesCommand,
|
|
118
|
+
ListResourcesResponseFilterSensitiveLog: () => ListResourcesResponseFilterSensitiveLog,
|
|
108
119
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
109
120
|
ListUsersCommand: () => ListUsersCommand,
|
|
110
121
|
ListUsersFiltersFilterSensitiveLog: () => ListUsersFiltersFilterSensitiveLog,
|
|
@@ -119,8 +130,10 @@ __export(src_exports, {
|
|
|
119
130
|
OrganizationNotFoundException: () => OrganizationNotFoundException,
|
|
120
131
|
OrganizationStateException: () => OrganizationStateException,
|
|
121
132
|
PermissionType: () => PermissionType,
|
|
133
|
+
PersonalAccessTokenConfigurationStatus: () => PersonalAccessTokenConfigurationStatus,
|
|
122
134
|
PutAccessControlRuleCommand: () => PutAccessControlRuleCommand,
|
|
123
135
|
PutEmailMonitoringConfigurationCommand: () => PutEmailMonitoringConfigurationCommand,
|
|
136
|
+
PutIdentityProviderConfigurationCommand: () => PutIdentityProviderConfigurationCommand,
|
|
124
137
|
PutInboundDmarcSettingsCommand: () => PutInboundDmarcSettingsCommand,
|
|
125
138
|
PutMailboxPermissionsCommand: () => PutMailboxPermissionsCommand,
|
|
126
139
|
PutMobileDeviceAccessOverrideCommand: () => PutMobileDeviceAccessOverrideCommand,
|
|
@@ -131,6 +144,7 @@ __export(src_exports, {
|
|
|
131
144
|
ReservedNameException: () => ReservedNameException,
|
|
132
145
|
ResetPasswordCommand: () => ResetPasswordCommand,
|
|
133
146
|
ResetPasswordRequestFilterSensitiveLog: () => ResetPasswordRequestFilterSensitiveLog,
|
|
147
|
+
ResourceFilterSensitiveLog: () => ResourceFilterSensitiveLog,
|
|
134
148
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
135
149
|
ResourceType: () => ResourceType,
|
|
136
150
|
RetentionAction: () => RetentionAction,
|
|
@@ -150,6 +164,7 @@ __export(src_exports, {
|
|
|
150
164
|
UpdateMobileDeviceAccessRuleCommand: () => UpdateMobileDeviceAccessRuleCommand,
|
|
151
165
|
UpdatePrimaryEmailAddressCommand: () => UpdatePrimaryEmailAddressCommand,
|
|
152
166
|
UpdateResourceCommand: () => UpdateResourceCommand,
|
|
167
|
+
UpdateResourceRequestFilterSensitiveLog: () => UpdateResourceRequestFilterSensitiveLog,
|
|
153
168
|
UpdateUserCommand: () => UpdateUserCommand,
|
|
154
169
|
UpdateUserRequestFilterSensitiveLog: () => UpdateUserRequestFilterSensitiveLog,
|
|
155
170
|
UserRole: () => UserRole,
|
|
@@ -168,6 +183,7 @@ __export(src_exports, {
|
|
|
168
183
|
paginateListMailboxPermissions: () => paginateListMailboxPermissions,
|
|
169
184
|
paginateListMobileDeviceAccessOverrides: () => paginateListMobileDeviceAccessOverrides,
|
|
170
185
|
paginateListOrganizations: () => paginateListOrganizations,
|
|
186
|
+
paginateListPersonalAccessTokens: () => paginateListPersonalAccessTokens,
|
|
171
187
|
paginateListResourceDelegates: () => paginateListResourceDelegates,
|
|
172
188
|
paginateListResources: () => paginateListResources,
|
|
173
189
|
paginateListUsers: () => paginateListUsers
|
|
@@ -729,6 +745,14 @@ var EntityState = {
|
|
|
729
745
|
DISABLED: "DISABLED",
|
|
730
746
|
ENABLED: "ENABLED"
|
|
731
747
|
};
|
|
748
|
+
var IdentityProviderAuthenticationMode = {
|
|
749
|
+
IDENTITY_PROVIDER_AND_DIRECTORY: "IDENTITY_PROVIDER_AND_DIRECTORY",
|
|
750
|
+
IDENTITY_PROVIDER_ONLY: "IDENTITY_PROVIDER_ONLY"
|
|
751
|
+
};
|
|
752
|
+
var PersonalAccessTokenConfigurationStatus = {
|
|
753
|
+
ACTIVE: "ACTIVE",
|
|
754
|
+
INACTIVE: "INACTIVE"
|
|
755
|
+
};
|
|
732
756
|
var MailboxExportJobState = {
|
|
733
757
|
CANCELLED: "CANCELLED",
|
|
734
758
|
COMPLETED: "COMPLETED",
|
|
@@ -819,6 +843,10 @@ var CreateAvailabilityConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ _
|
|
|
819
843
|
...obj,
|
|
820
844
|
...obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }
|
|
821
845
|
}), "CreateAvailabilityConfigurationRequestFilterSensitiveLog");
|
|
846
|
+
var CreateResourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
849
|
+
}), "CreateResourceRequestFilterSensitiveLog");
|
|
822
850
|
var CreateUserRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
823
851
|
...obj,
|
|
824
852
|
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -826,6 +854,10 @@ var CreateUserRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
826
854
|
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
827
855
|
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING }
|
|
828
856
|
}), "CreateUserRequestFilterSensitiveLog");
|
|
857
|
+
var DescribeResourceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
858
|
+
...obj,
|
|
859
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
860
|
+
}), "DescribeResourceResponseFilterSensitiveLog");
|
|
829
861
|
var DescribeUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
830
862
|
...obj,
|
|
831
863
|
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -842,6 +874,14 @@ var DescribeUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
842
874
|
...obj.Country && { Country: import_smithy_client.SENSITIVE_STRING },
|
|
843
875
|
...obj.Office && { Office: import_smithy_client.SENSITIVE_STRING }
|
|
844
876
|
}), "DescribeUserResponseFilterSensitiveLog");
|
|
877
|
+
var ResourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
880
|
+
}), "ResourceFilterSensitiveLog");
|
|
881
|
+
var ListResourcesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
882
|
+
...obj,
|
|
883
|
+
...obj.Resources && { Resources: obj.Resources.map((item) => ResourceFilterSensitiveLog(item)) }
|
|
884
|
+
}), "ListResourcesResponseFilterSensitiveLog");
|
|
845
885
|
var ListUsersFiltersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
846
886
|
...obj,
|
|
847
887
|
...obj.DisplayNamePrefix && { DisplayNamePrefix: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -866,6 +906,10 @@ var UpdateAvailabilityConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ _
|
|
|
866
906
|
...obj,
|
|
867
907
|
...obj.EwsProvider && { EwsProvider: EwsAvailabilityProviderFilterSensitiveLog(obj.EwsProvider) }
|
|
868
908
|
}), "UpdateAvailabilityConfigurationRequestFilterSensitiveLog");
|
|
909
|
+
var UpdateResourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
912
|
+
}), "UpdateResourceRequestFilterSensitiveLog");
|
|
869
913
|
var UpdateUserRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
870
914
|
...obj,
|
|
871
915
|
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -926,6 +970,12 @@ var se_CreateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
926
970
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
927
971
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
928
972
|
}, "se_CreateGroupCommand");
|
|
973
|
+
var se_CreateIdentityCenterApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
974
|
+
const headers = sharedHeaders("CreateIdentityCenterApplication");
|
|
975
|
+
let body;
|
|
976
|
+
body = JSON.stringify(se_CreateIdentityCenterApplicationRequest(input, context));
|
|
977
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
978
|
+
}, "se_CreateIdentityCenterApplicationCommand");
|
|
929
979
|
var se_CreateImpersonationRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
930
980
|
const headers = sharedHeaders("CreateImpersonationRole");
|
|
931
981
|
let body;
|
|
@@ -986,6 +1036,18 @@ var se_DeleteGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
986
1036
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
987
1037
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
988
1038
|
}, "se_DeleteGroupCommand");
|
|
1039
|
+
var se_DeleteIdentityCenterApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1040
|
+
const headers = sharedHeaders("DeleteIdentityCenterApplication");
|
|
1041
|
+
let body;
|
|
1042
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1043
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1044
|
+
}, "se_DeleteIdentityCenterApplicationCommand");
|
|
1045
|
+
var se_DeleteIdentityProviderConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1046
|
+
const headers = sharedHeaders("DeleteIdentityProviderConfiguration");
|
|
1047
|
+
let body;
|
|
1048
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1049
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1050
|
+
}, "se_DeleteIdentityProviderConfigurationCommand");
|
|
989
1051
|
var se_DeleteImpersonationRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
990
1052
|
const headers = sharedHeaders("DeleteImpersonationRole");
|
|
991
1053
|
let body;
|
|
@@ -1016,6 +1078,12 @@ var se_DeleteOrganizationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1016
1078
|
body = JSON.stringify(se_DeleteOrganizationRequest(input, context));
|
|
1017
1079
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1018
1080
|
}, "se_DeleteOrganizationCommand");
|
|
1081
|
+
var se_DeletePersonalAccessTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1082
|
+
const headers = sharedHeaders("DeletePersonalAccessToken");
|
|
1083
|
+
let body;
|
|
1084
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1085
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1086
|
+
}, "se_DeletePersonalAccessTokenCommand");
|
|
1019
1087
|
var se_DeleteResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1020
1088
|
const headers = sharedHeaders("DeleteResource");
|
|
1021
1089
|
let body;
|
|
@@ -1064,6 +1132,12 @@ var se_DescribeGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1064
1132
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1065
1133
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1066
1134
|
}, "se_DescribeGroupCommand");
|
|
1135
|
+
var se_DescribeIdentityProviderConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1136
|
+
const headers = sharedHeaders("DescribeIdentityProviderConfiguration");
|
|
1137
|
+
let body;
|
|
1138
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1139
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1140
|
+
}, "se_DescribeIdentityProviderConfigurationCommand");
|
|
1067
1141
|
var se_DescribeInboundDmarcSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1068
1142
|
const headers = sharedHeaders("DescribeInboundDmarcSettings");
|
|
1069
1143
|
let body;
|
|
@@ -1154,6 +1228,12 @@ var se_GetMobileDeviceAccessOverrideCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1154
1228
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1155
1229
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1156
1230
|
}, "se_GetMobileDeviceAccessOverrideCommand");
|
|
1231
|
+
var se_GetPersonalAccessTokenMetadataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1232
|
+
const headers = sharedHeaders("GetPersonalAccessTokenMetadata");
|
|
1233
|
+
let body;
|
|
1234
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1235
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1236
|
+
}, "se_GetPersonalAccessTokenMetadataCommand");
|
|
1157
1237
|
var se_ListAccessControlRulesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1158
1238
|
const headers = sharedHeaders("ListAccessControlRules");
|
|
1159
1239
|
let body;
|
|
@@ -1232,6 +1312,12 @@ var se_ListOrganizationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1232
1312
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1233
1313
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1234
1314
|
}, "se_ListOrganizationsCommand");
|
|
1315
|
+
var se_ListPersonalAccessTokensCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1316
|
+
const headers = sharedHeaders("ListPersonalAccessTokens");
|
|
1317
|
+
let body;
|
|
1318
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1319
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1320
|
+
}, "se_ListPersonalAccessTokensCommand");
|
|
1235
1321
|
var se_ListResourceDelegatesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1236
1322
|
const headers = sharedHeaders("ListResourceDelegates");
|
|
1237
1323
|
let body;
|
|
@@ -1268,6 +1354,12 @@ var se_PutEmailMonitoringConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1268
1354
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1269
1355
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1270
1356
|
}, "se_PutEmailMonitoringConfigurationCommand");
|
|
1357
|
+
var se_PutIdentityProviderConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1358
|
+
const headers = sharedHeaders("PutIdentityProviderConfiguration");
|
|
1359
|
+
let body;
|
|
1360
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1361
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1362
|
+
}, "se_PutIdentityProviderConfigurationCommand");
|
|
1271
1363
|
var se_PutInboundDmarcSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1272
1364
|
const headers = sharedHeaders("PutInboundDmarcSettings");
|
|
1273
1365
|
let body;
|
|
@@ -1479,6 +1571,19 @@ var de_CreateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1479
1571
|
};
|
|
1480
1572
|
return response;
|
|
1481
1573
|
}, "de_CreateGroupCommand");
|
|
1574
|
+
var de_CreateIdentityCenterApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1575
|
+
if (output.statusCode >= 300) {
|
|
1576
|
+
return de_CommandError(output, context);
|
|
1577
|
+
}
|
|
1578
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1579
|
+
let contents = {};
|
|
1580
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1581
|
+
const response = {
|
|
1582
|
+
$metadata: deserializeMetadata(output),
|
|
1583
|
+
...contents
|
|
1584
|
+
};
|
|
1585
|
+
return response;
|
|
1586
|
+
}, "de_CreateIdentityCenterApplicationCommand");
|
|
1482
1587
|
var de_CreateImpersonationRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1483
1588
|
if (output.statusCode >= 300) {
|
|
1484
1589
|
return de_CommandError(output, context);
|
|
@@ -1609,6 +1714,32 @@ var de_DeleteGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1609
1714
|
};
|
|
1610
1715
|
return response;
|
|
1611
1716
|
}, "de_DeleteGroupCommand");
|
|
1717
|
+
var de_DeleteIdentityCenterApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1718
|
+
if (output.statusCode >= 300) {
|
|
1719
|
+
return de_CommandError(output, context);
|
|
1720
|
+
}
|
|
1721
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1722
|
+
let contents = {};
|
|
1723
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1724
|
+
const response = {
|
|
1725
|
+
$metadata: deserializeMetadata(output),
|
|
1726
|
+
...contents
|
|
1727
|
+
};
|
|
1728
|
+
return response;
|
|
1729
|
+
}, "de_DeleteIdentityCenterApplicationCommand");
|
|
1730
|
+
var de_DeleteIdentityProviderConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1731
|
+
if (output.statusCode >= 300) {
|
|
1732
|
+
return de_CommandError(output, context);
|
|
1733
|
+
}
|
|
1734
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1735
|
+
let contents = {};
|
|
1736
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1737
|
+
const response = {
|
|
1738
|
+
$metadata: deserializeMetadata(output),
|
|
1739
|
+
...contents
|
|
1740
|
+
};
|
|
1741
|
+
return response;
|
|
1742
|
+
}, "de_DeleteIdentityProviderConfigurationCommand");
|
|
1612
1743
|
var de_DeleteImpersonationRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1613
1744
|
if (output.statusCode >= 300) {
|
|
1614
1745
|
return de_CommandError(output, context);
|
|
@@ -1674,6 +1805,19 @@ var de_DeleteOrganizationCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1674
1805
|
};
|
|
1675
1806
|
return response;
|
|
1676
1807
|
}, "de_DeleteOrganizationCommand");
|
|
1808
|
+
var de_DeletePersonalAccessTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1809
|
+
if (output.statusCode >= 300) {
|
|
1810
|
+
return de_CommandError(output, context);
|
|
1811
|
+
}
|
|
1812
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1813
|
+
let contents = {};
|
|
1814
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1815
|
+
const response = {
|
|
1816
|
+
$metadata: deserializeMetadata(output),
|
|
1817
|
+
...contents
|
|
1818
|
+
};
|
|
1819
|
+
return response;
|
|
1820
|
+
}, "de_DeletePersonalAccessTokenCommand");
|
|
1677
1821
|
var de_DeleteResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1678
1822
|
if (output.statusCode >= 300) {
|
|
1679
1823
|
return de_CommandError(output, context);
|
|
@@ -1778,6 +1922,19 @@ var de_DescribeGroupCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1778
1922
|
};
|
|
1779
1923
|
return response;
|
|
1780
1924
|
}, "de_DescribeGroupCommand");
|
|
1925
|
+
var de_DescribeIdentityProviderConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1926
|
+
if (output.statusCode >= 300) {
|
|
1927
|
+
return de_CommandError(output, context);
|
|
1928
|
+
}
|
|
1929
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1930
|
+
let contents = {};
|
|
1931
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1932
|
+
const response = {
|
|
1933
|
+
$metadata: deserializeMetadata(output),
|
|
1934
|
+
...contents
|
|
1935
|
+
};
|
|
1936
|
+
return response;
|
|
1937
|
+
}, "de_DescribeIdentityProviderConfigurationCommand");
|
|
1781
1938
|
var de_DescribeInboundDmarcSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1782
1939
|
if (output.statusCode >= 300) {
|
|
1783
1940
|
return de_CommandError(output, context);
|
|
@@ -1973,6 +2130,19 @@ var de_GetMobileDeviceAccessOverrideCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1973
2130
|
};
|
|
1974
2131
|
return response;
|
|
1975
2132
|
}, "de_GetMobileDeviceAccessOverrideCommand");
|
|
2133
|
+
var de_GetPersonalAccessTokenMetadataCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2134
|
+
if (output.statusCode >= 300) {
|
|
2135
|
+
return de_CommandError(output, context);
|
|
2136
|
+
}
|
|
2137
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2138
|
+
let contents = {};
|
|
2139
|
+
contents = de_GetPersonalAccessTokenMetadataResponse(data, context);
|
|
2140
|
+
const response = {
|
|
2141
|
+
$metadata: deserializeMetadata(output),
|
|
2142
|
+
...contents
|
|
2143
|
+
};
|
|
2144
|
+
return response;
|
|
2145
|
+
}, "de_GetPersonalAccessTokenMetadataCommand");
|
|
1976
2146
|
var de_ListAccessControlRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1977
2147
|
if (output.statusCode >= 300) {
|
|
1978
2148
|
return de_CommandError(output, context);
|
|
@@ -2142,6 +2312,19 @@ var de_ListOrganizationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2142
2312
|
};
|
|
2143
2313
|
return response;
|
|
2144
2314
|
}, "de_ListOrganizationsCommand");
|
|
2315
|
+
var de_ListPersonalAccessTokensCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2316
|
+
if (output.statusCode >= 300) {
|
|
2317
|
+
return de_CommandError(output, context);
|
|
2318
|
+
}
|
|
2319
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2320
|
+
let contents = {};
|
|
2321
|
+
contents = de_ListPersonalAccessTokensResponse(data, context);
|
|
2322
|
+
const response = {
|
|
2323
|
+
$metadata: deserializeMetadata(output),
|
|
2324
|
+
...contents
|
|
2325
|
+
};
|
|
2326
|
+
return response;
|
|
2327
|
+
}, "de_ListPersonalAccessTokensCommand");
|
|
2145
2328
|
var de_ListResourceDelegatesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2146
2329
|
if (output.statusCode >= 300) {
|
|
2147
2330
|
return de_CommandError(output, context);
|
|
@@ -2220,6 +2403,19 @@ var de_PutEmailMonitoringConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2220
2403
|
};
|
|
2221
2404
|
return response;
|
|
2222
2405
|
}, "de_PutEmailMonitoringConfigurationCommand");
|
|
2406
|
+
var de_PutIdentityProviderConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2407
|
+
if (output.statusCode >= 300) {
|
|
2408
|
+
return de_CommandError(output, context);
|
|
2409
|
+
}
|
|
2410
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2411
|
+
let contents = {};
|
|
2412
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2413
|
+
const response = {
|
|
2414
|
+
$metadata: deserializeMetadata(output),
|
|
2415
|
+
...contents
|
|
2416
|
+
};
|
|
2417
|
+
return response;
|
|
2418
|
+
}, "de_PutIdentityProviderConfigurationCommand");
|
|
2223
2419
|
var de_PutInboundDmarcSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2224
2420
|
if (output.statusCode >= 300) {
|
|
2225
2421
|
return de_CommandError(output, context);
|
|
@@ -2776,6 +2972,13 @@ var se_CreateAvailabilityConfigurationRequest = /* @__PURE__ */ __name((input, c
|
|
|
2776
2972
|
OrganizationId: []
|
|
2777
2973
|
});
|
|
2778
2974
|
}, "se_CreateAvailabilityConfigurationRequest");
|
|
2975
|
+
var se_CreateIdentityCenterApplicationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2976
|
+
return (0, import_smithy_client.take)(input, {
|
|
2977
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2978
|
+
InstanceArn: [],
|
|
2979
|
+
Name: []
|
|
2980
|
+
});
|
|
2981
|
+
}, "se_CreateIdentityCenterApplicationRequest");
|
|
2779
2982
|
var se_CreateImpersonationRoleRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2780
2983
|
return (0, import_smithy_client.take)(input, {
|
|
2781
2984
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
@@ -2817,6 +3020,7 @@ var se_DeleteOrganizationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2817
3020
|
return (0, import_smithy_client.take)(input, {
|
|
2818
3021
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2819
3022
|
DeleteDirectory: [],
|
|
3023
|
+
DeleteIdentityCenterApplication: [],
|
|
2820
3024
|
ForceDelete: [],
|
|
2821
3025
|
OrganizationId: []
|
|
2822
3026
|
});
|
|
@@ -2947,6 +3151,8 @@ var de_DescribeUserResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2947
3151
|
EnabledDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2948
3152
|
FirstName: import_smithy_client.expectString,
|
|
2949
3153
|
HiddenFromGlobalAddressList: import_smithy_client.expectBoolean,
|
|
3154
|
+
IdentityProviderIdentityStoreId: import_smithy_client.expectString,
|
|
3155
|
+
IdentityProviderUserId: import_smithy_client.expectString,
|
|
2950
3156
|
Initials: import_smithy_client.expectString,
|
|
2951
3157
|
JobTitle: import_smithy_client.expectString,
|
|
2952
3158
|
LastName: import_smithy_client.expectString,
|
|
@@ -2989,6 +3195,17 @@ var de_GetMobileDeviceAccessOverrideResponse = /* @__PURE__ */ __name((output, c
|
|
|
2989
3195
|
UserId: import_smithy_client.expectString
|
|
2990
3196
|
});
|
|
2991
3197
|
}, "de_GetMobileDeviceAccessOverrideResponse");
|
|
3198
|
+
var de_GetPersonalAccessTokenMetadataResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3199
|
+
return (0, import_smithy_client.take)(output, {
|
|
3200
|
+
DateCreated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3201
|
+
DateLastUsed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3202
|
+
ExpiresTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3203
|
+
Name: import_smithy_client.expectString,
|
|
3204
|
+
PersonalAccessTokenId: import_smithy_client.expectString,
|
|
3205
|
+
Scopes: import_smithy_client._json,
|
|
3206
|
+
UserId: import_smithy_client.expectString
|
|
3207
|
+
});
|
|
3208
|
+
}, "de_GetPersonalAccessTokenMetadataResponse");
|
|
2992
3209
|
var de_Group = /* @__PURE__ */ __name((output, context) => {
|
|
2993
3210
|
return (0, import_smithy_client.take)(output, {
|
|
2994
3211
|
DisabledDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -3072,6 +3289,12 @@ var de_ListMobileDeviceAccessRulesResponse = /* @__PURE__ */ __name((output, con
|
|
|
3072
3289
|
Rules: (_) => de_MobileDeviceAccessRulesList(_, context)
|
|
3073
3290
|
});
|
|
3074
3291
|
}, "de_ListMobileDeviceAccessRulesResponse");
|
|
3292
|
+
var de_ListPersonalAccessTokensResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3293
|
+
return (0, import_smithy_client.take)(output, {
|
|
3294
|
+
NextToken: import_smithy_client.expectString,
|
|
3295
|
+
PersonalAccessTokenSummaries: (_) => de_PersonalAccessTokenSummaryList(_, context)
|
|
3296
|
+
});
|
|
3297
|
+
}, "de_ListPersonalAccessTokensResponse");
|
|
3075
3298
|
var de_ListResourcesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3076
3299
|
return (0, import_smithy_client.take)(output, {
|
|
3077
3300
|
NextToken: import_smithy_client.expectString,
|
|
@@ -3153,6 +3376,23 @@ var de_MobileDeviceAccessRulesList = /* @__PURE__ */ __name((output, context) =>
|
|
|
3153
3376
|
});
|
|
3154
3377
|
return retVal;
|
|
3155
3378
|
}, "de_MobileDeviceAccessRulesList");
|
|
3379
|
+
var de_PersonalAccessTokenSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3380
|
+
return (0, import_smithy_client.take)(output, {
|
|
3381
|
+
DateCreated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3382
|
+
DateLastUsed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3383
|
+
ExpiresTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3384
|
+
Name: import_smithy_client.expectString,
|
|
3385
|
+
PersonalAccessTokenId: import_smithy_client.expectString,
|
|
3386
|
+
Scopes: import_smithy_client._json,
|
|
3387
|
+
UserId: import_smithy_client.expectString
|
|
3388
|
+
});
|
|
3389
|
+
}, "de_PersonalAccessTokenSummary");
|
|
3390
|
+
var de_PersonalAccessTokenSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
3391
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3392
|
+
return de_PersonalAccessTokenSummary(entry, context);
|
|
3393
|
+
});
|
|
3394
|
+
return retVal;
|
|
3395
|
+
}, "de_PersonalAccessTokenSummaryList");
|
|
3156
3396
|
var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
3157
3397
|
return (0, import_smithy_client.take)(output, {
|
|
3158
3398
|
Description: import_smithy_client.expectString,
|
|
@@ -3178,6 +3418,8 @@ var de_User = /* @__PURE__ */ __name((output, context) => {
|
|
|
3178
3418
|
Email: import_smithy_client.expectString,
|
|
3179
3419
|
EnabledDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3180
3420
|
Id: import_smithy_client.expectString,
|
|
3421
|
+
IdentityProviderIdentityStoreId: import_smithy_client.expectString,
|
|
3422
|
+
IdentityProviderUserId: import_smithy_client.expectString,
|
|
3181
3423
|
Name: import_smithy_client.expectString,
|
|
3182
3424
|
State: import_smithy_client.expectString,
|
|
3183
3425
|
UserRole: import_smithy_client.expectString
|
|
@@ -3317,6 +3559,20 @@ var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client
|
|
|
3317
3559
|
__name(_CreateGroupCommand, "CreateGroupCommand");
|
|
3318
3560
|
var CreateGroupCommand = _CreateGroupCommand;
|
|
3319
3561
|
|
|
3562
|
+
// src/commands/CreateIdentityCenterApplicationCommand.ts
|
|
3563
|
+
|
|
3564
|
+
|
|
3565
|
+
|
|
3566
|
+
var _CreateIdentityCenterApplicationCommand = class _CreateIdentityCenterApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3567
|
+
return [
|
|
3568
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3569
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3570
|
+
];
|
|
3571
|
+
}).s("WorkMailService", "CreateIdentityCenterApplication", {}).n("WorkMailClient", "CreateIdentityCenterApplicationCommand").f(void 0, void 0).ser(se_CreateIdentityCenterApplicationCommand).de(de_CreateIdentityCenterApplicationCommand).build() {
|
|
3572
|
+
};
|
|
3573
|
+
__name(_CreateIdentityCenterApplicationCommand, "CreateIdentityCenterApplicationCommand");
|
|
3574
|
+
var CreateIdentityCenterApplicationCommand = _CreateIdentityCenterApplicationCommand;
|
|
3575
|
+
|
|
3320
3576
|
// src/commands/CreateImpersonationRoleCommand.ts
|
|
3321
3577
|
|
|
3322
3578
|
|
|
@@ -3368,7 +3624,7 @@ var _CreateResourceCommand = class _CreateResourceCommand extends import_smithy_
|
|
|
3368
3624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3369
3625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3370
3626
|
];
|
|
3371
|
-
}).s("WorkMailService", "CreateResource", {}).n("WorkMailClient", "CreateResourceCommand").f(
|
|
3627
|
+
}).s("WorkMailService", "CreateResource", {}).n("WorkMailClient", "CreateResourceCommand").f(CreateResourceRequestFilterSensitiveLog, void 0).ser(se_CreateResourceCommand).de(de_CreateResourceCommand).build() {
|
|
3372
3628
|
};
|
|
3373
3629
|
__name(_CreateResourceCommand, "CreateResourceCommand");
|
|
3374
3630
|
var CreateResourceCommand = _CreateResourceCommand;
|
|
@@ -3457,6 +3713,34 @@ var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client
|
|
|
3457
3713
|
__name(_DeleteGroupCommand, "DeleteGroupCommand");
|
|
3458
3714
|
var DeleteGroupCommand = _DeleteGroupCommand;
|
|
3459
3715
|
|
|
3716
|
+
// src/commands/DeleteIdentityCenterApplicationCommand.ts
|
|
3717
|
+
|
|
3718
|
+
|
|
3719
|
+
|
|
3720
|
+
var _DeleteIdentityCenterApplicationCommand = class _DeleteIdentityCenterApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3721
|
+
return [
|
|
3722
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3723
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3724
|
+
];
|
|
3725
|
+
}).s("WorkMailService", "DeleteIdentityCenterApplication", {}).n("WorkMailClient", "DeleteIdentityCenterApplicationCommand").f(void 0, void 0).ser(se_DeleteIdentityCenterApplicationCommand).de(de_DeleteIdentityCenterApplicationCommand).build() {
|
|
3726
|
+
};
|
|
3727
|
+
__name(_DeleteIdentityCenterApplicationCommand, "DeleteIdentityCenterApplicationCommand");
|
|
3728
|
+
var DeleteIdentityCenterApplicationCommand = _DeleteIdentityCenterApplicationCommand;
|
|
3729
|
+
|
|
3730
|
+
// src/commands/DeleteIdentityProviderConfigurationCommand.ts
|
|
3731
|
+
|
|
3732
|
+
|
|
3733
|
+
|
|
3734
|
+
var _DeleteIdentityProviderConfigurationCommand = class _DeleteIdentityProviderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3735
|
+
return [
|
|
3736
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3737
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3738
|
+
];
|
|
3739
|
+
}).s("WorkMailService", "DeleteIdentityProviderConfiguration", {}).n("WorkMailClient", "DeleteIdentityProviderConfigurationCommand").f(void 0, void 0).ser(se_DeleteIdentityProviderConfigurationCommand).de(de_DeleteIdentityProviderConfigurationCommand).build() {
|
|
3740
|
+
};
|
|
3741
|
+
__name(_DeleteIdentityProviderConfigurationCommand, "DeleteIdentityProviderConfigurationCommand");
|
|
3742
|
+
var DeleteIdentityProviderConfigurationCommand = _DeleteIdentityProviderConfigurationCommand;
|
|
3743
|
+
|
|
3460
3744
|
// src/commands/DeleteImpersonationRoleCommand.ts
|
|
3461
3745
|
|
|
3462
3746
|
|
|
@@ -3527,6 +3811,20 @@ var _DeleteOrganizationCommand = class _DeleteOrganizationCommand extends import
|
|
|
3527
3811
|
__name(_DeleteOrganizationCommand, "DeleteOrganizationCommand");
|
|
3528
3812
|
var DeleteOrganizationCommand = _DeleteOrganizationCommand;
|
|
3529
3813
|
|
|
3814
|
+
// src/commands/DeletePersonalAccessTokenCommand.ts
|
|
3815
|
+
|
|
3816
|
+
|
|
3817
|
+
|
|
3818
|
+
var _DeletePersonalAccessTokenCommand = class _DeletePersonalAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3819
|
+
return [
|
|
3820
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3821
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3822
|
+
];
|
|
3823
|
+
}).s("WorkMailService", "DeletePersonalAccessToken", {}).n("WorkMailClient", "DeletePersonalAccessTokenCommand").f(void 0, void 0).ser(se_DeletePersonalAccessTokenCommand).de(de_DeletePersonalAccessTokenCommand).build() {
|
|
3824
|
+
};
|
|
3825
|
+
__name(_DeletePersonalAccessTokenCommand, "DeletePersonalAccessTokenCommand");
|
|
3826
|
+
var DeletePersonalAccessTokenCommand = _DeletePersonalAccessTokenCommand;
|
|
3827
|
+
|
|
3530
3828
|
// src/commands/DeleteResourceCommand.ts
|
|
3531
3829
|
|
|
3532
3830
|
|
|
@@ -3639,6 +3937,20 @@ var _DescribeGroupCommand = class _DescribeGroupCommand extends import_smithy_cl
|
|
|
3639
3937
|
__name(_DescribeGroupCommand, "DescribeGroupCommand");
|
|
3640
3938
|
var DescribeGroupCommand = _DescribeGroupCommand;
|
|
3641
3939
|
|
|
3940
|
+
// src/commands/DescribeIdentityProviderConfigurationCommand.ts
|
|
3941
|
+
|
|
3942
|
+
|
|
3943
|
+
|
|
3944
|
+
var _DescribeIdentityProviderConfigurationCommand = class _DescribeIdentityProviderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3945
|
+
return [
|
|
3946
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3947
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3948
|
+
];
|
|
3949
|
+
}).s("WorkMailService", "DescribeIdentityProviderConfiguration", {}).n("WorkMailClient", "DescribeIdentityProviderConfigurationCommand").f(void 0, void 0).ser(se_DescribeIdentityProviderConfigurationCommand).de(de_DescribeIdentityProviderConfigurationCommand).build() {
|
|
3950
|
+
};
|
|
3951
|
+
__name(_DescribeIdentityProviderConfigurationCommand, "DescribeIdentityProviderConfigurationCommand");
|
|
3952
|
+
var DescribeIdentityProviderConfigurationCommand = _DescribeIdentityProviderConfigurationCommand;
|
|
3953
|
+
|
|
3642
3954
|
// src/commands/DescribeInboundDmarcSettingsCommand.ts
|
|
3643
3955
|
|
|
3644
3956
|
|
|
@@ -3690,7 +4002,7 @@ var _DescribeResourceCommand = class _DescribeResourceCommand extends import_smi
|
|
|
3690
4002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3691
4003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3692
4004
|
];
|
|
3693
|
-
}).s("WorkMailService", "DescribeResource", {}).n("WorkMailClient", "DescribeResourceCommand").f(void 0,
|
|
4005
|
+
}).s("WorkMailService", "DescribeResource", {}).n("WorkMailClient", "DescribeResourceCommand").f(void 0, DescribeResourceResponseFilterSensitiveLog).ser(se_DescribeResourceCommand).de(de_DescribeResourceCommand).build() {
|
|
3694
4006
|
};
|
|
3695
4007
|
__name(_DescribeResourceCommand, "DescribeResourceCommand");
|
|
3696
4008
|
var DescribeResourceCommand = _DescribeResourceCommand;
|
|
@@ -3849,6 +4161,20 @@ var _GetMobileDeviceAccessOverrideCommand = class _GetMobileDeviceAccessOverride
|
|
|
3849
4161
|
__name(_GetMobileDeviceAccessOverrideCommand, "GetMobileDeviceAccessOverrideCommand");
|
|
3850
4162
|
var GetMobileDeviceAccessOverrideCommand = _GetMobileDeviceAccessOverrideCommand;
|
|
3851
4163
|
|
|
4164
|
+
// src/commands/GetPersonalAccessTokenMetadataCommand.ts
|
|
4165
|
+
|
|
4166
|
+
|
|
4167
|
+
|
|
4168
|
+
var _GetPersonalAccessTokenMetadataCommand = class _GetPersonalAccessTokenMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4169
|
+
return [
|
|
4170
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4171
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4172
|
+
];
|
|
4173
|
+
}).s("WorkMailService", "GetPersonalAccessTokenMetadata", {}).n("WorkMailClient", "GetPersonalAccessTokenMetadataCommand").f(void 0, void 0).ser(se_GetPersonalAccessTokenMetadataCommand).de(de_GetPersonalAccessTokenMetadataCommand).build() {
|
|
4174
|
+
};
|
|
4175
|
+
__name(_GetPersonalAccessTokenMetadataCommand, "GetPersonalAccessTokenMetadataCommand");
|
|
4176
|
+
var GetPersonalAccessTokenMetadataCommand = _GetPersonalAccessTokenMetadataCommand;
|
|
4177
|
+
|
|
3852
4178
|
// src/commands/ListAccessControlRulesCommand.ts
|
|
3853
4179
|
|
|
3854
4180
|
|
|
@@ -4031,6 +4357,20 @@ var _ListOrganizationsCommand = class _ListOrganizationsCommand extends import_s
|
|
|
4031
4357
|
__name(_ListOrganizationsCommand, "ListOrganizationsCommand");
|
|
4032
4358
|
var ListOrganizationsCommand = _ListOrganizationsCommand;
|
|
4033
4359
|
|
|
4360
|
+
// src/commands/ListPersonalAccessTokensCommand.ts
|
|
4361
|
+
|
|
4362
|
+
|
|
4363
|
+
|
|
4364
|
+
var _ListPersonalAccessTokensCommand = class _ListPersonalAccessTokensCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4365
|
+
return [
|
|
4366
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4367
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4368
|
+
];
|
|
4369
|
+
}).s("WorkMailService", "ListPersonalAccessTokens", {}).n("WorkMailClient", "ListPersonalAccessTokensCommand").f(void 0, void 0).ser(se_ListPersonalAccessTokensCommand).de(de_ListPersonalAccessTokensCommand).build() {
|
|
4370
|
+
};
|
|
4371
|
+
__name(_ListPersonalAccessTokensCommand, "ListPersonalAccessTokensCommand");
|
|
4372
|
+
var ListPersonalAccessTokensCommand = _ListPersonalAccessTokensCommand;
|
|
4373
|
+
|
|
4034
4374
|
// src/commands/ListResourceDelegatesCommand.ts
|
|
4035
4375
|
|
|
4036
4376
|
|
|
@@ -4054,7 +4394,7 @@ var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_cl
|
|
|
4054
4394
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4055
4395
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4056
4396
|
];
|
|
4057
|
-
}).s("WorkMailService", "ListResources", {}).n("WorkMailClient", "ListResourcesCommand").f(void 0,
|
|
4397
|
+
}).s("WorkMailService", "ListResources", {}).n("WorkMailClient", "ListResourcesCommand").f(void 0, ListResourcesResponseFilterSensitiveLog).ser(se_ListResourcesCommand).de(de_ListResourcesCommand).build() {
|
|
4058
4398
|
};
|
|
4059
4399
|
__name(_ListResourcesCommand, "ListResourcesCommand");
|
|
4060
4400
|
var ListResourcesCommand = _ListResourcesCommand;
|
|
@@ -4115,6 +4455,20 @@ var _PutEmailMonitoringConfigurationCommand = class _PutEmailMonitoringConfigura
|
|
|
4115
4455
|
__name(_PutEmailMonitoringConfigurationCommand, "PutEmailMonitoringConfigurationCommand");
|
|
4116
4456
|
var PutEmailMonitoringConfigurationCommand = _PutEmailMonitoringConfigurationCommand;
|
|
4117
4457
|
|
|
4458
|
+
// src/commands/PutIdentityProviderConfigurationCommand.ts
|
|
4459
|
+
|
|
4460
|
+
|
|
4461
|
+
|
|
4462
|
+
var _PutIdentityProviderConfigurationCommand = class _PutIdentityProviderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4463
|
+
return [
|
|
4464
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4465
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4466
|
+
];
|
|
4467
|
+
}).s("WorkMailService", "PutIdentityProviderConfiguration", {}).n("WorkMailClient", "PutIdentityProviderConfigurationCommand").f(void 0, void 0).ser(se_PutIdentityProviderConfigurationCommand).de(de_PutIdentityProviderConfigurationCommand).build() {
|
|
4468
|
+
};
|
|
4469
|
+
__name(_PutIdentityProviderConfigurationCommand, "PutIdentityProviderConfigurationCommand");
|
|
4470
|
+
var PutIdentityProviderConfigurationCommand = _PutIdentityProviderConfigurationCommand;
|
|
4471
|
+
|
|
4118
4472
|
// src/commands/PutInboundDmarcSettingsCommand.ts
|
|
4119
4473
|
|
|
4120
4474
|
|
|
@@ -4376,7 +4730,7 @@ var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_
|
|
|
4376
4730
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4377
4731
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4378
4732
|
];
|
|
4379
|
-
}).s("WorkMailService", "UpdateResource", {}).n("WorkMailClient", "UpdateResourceCommand").f(
|
|
4733
|
+
}).s("WorkMailService", "UpdateResource", {}).n("WorkMailClient", "UpdateResourceCommand").f(UpdateResourceRequestFilterSensitiveLog, void 0).ser(se_UpdateResourceCommand).de(de_UpdateResourceCommand).build() {
|
|
4380
4734
|
};
|
|
4381
4735
|
__name(_UpdateResourceCommand, "UpdateResourceCommand");
|
|
4382
4736
|
var UpdateResourceCommand = _UpdateResourceCommand;
|
|
@@ -4404,6 +4758,7 @@ var commands = {
|
|
|
4404
4758
|
CreateAliasCommand,
|
|
4405
4759
|
CreateAvailabilityConfigurationCommand,
|
|
4406
4760
|
CreateGroupCommand,
|
|
4761
|
+
CreateIdentityCenterApplicationCommand,
|
|
4407
4762
|
CreateImpersonationRoleCommand,
|
|
4408
4763
|
CreateMobileDeviceAccessRuleCommand,
|
|
4409
4764
|
CreateOrganizationCommand,
|
|
@@ -4414,11 +4769,14 @@ var commands = {
|
|
|
4414
4769
|
DeleteAvailabilityConfigurationCommand,
|
|
4415
4770
|
DeleteEmailMonitoringConfigurationCommand,
|
|
4416
4771
|
DeleteGroupCommand,
|
|
4772
|
+
DeleteIdentityCenterApplicationCommand,
|
|
4773
|
+
DeleteIdentityProviderConfigurationCommand,
|
|
4417
4774
|
DeleteImpersonationRoleCommand,
|
|
4418
4775
|
DeleteMailboxPermissionsCommand,
|
|
4419
4776
|
DeleteMobileDeviceAccessOverrideCommand,
|
|
4420
4777
|
DeleteMobileDeviceAccessRuleCommand,
|
|
4421
4778
|
DeleteOrganizationCommand,
|
|
4779
|
+
DeletePersonalAccessTokenCommand,
|
|
4422
4780
|
DeleteResourceCommand,
|
|
4423
4781
|
DeleteRetentionPolicyCommand,
|
|
4424
4782
|
DeleteUserCommand,
|
|
@@ -4427,6 +4785,7 @@ var commands = {
|
|
|
4427
4785
|
DescribeEmailMonitoringConfigurationCommand,
|
|
4428
4786
|
DescribeEntityCommand,
|
|
4429
4787
|
DescribeGroupCommand,
|
|
4788
|
+
DescribeIdentityProviderConfigurationCommand,
|
|
4430
4789
|
DescribeInboundDmarcSettingsCommand,
|
|
4431
4790
|
DescribeMailboxExportJobCommand,
|
|
4432
4791
|
DescribeOrganizationCommand,
|
|
@@ -4442,6 +4801,7 @@ var commands = {
|
|
|
4442
4801
|
GetMailDomainCommand,
|
|
4443
4802
|
GetMobileDeviceAccessEffectCommand,
|
|
4444
4803
|
GetMobileDeviceAccessOverrideCommand,
|
|
4804
|
+
GetPersonalAccessTokenMetadataCommand,
|
|
4445
4805
|
ListAccessControlRulesCommand,
|
|
4446
4806
|
ListAliasesCommand,
|
|
4447
4807
|
ListAvailabilityConfigurationsCommand,
|
|
@@ -4455,12 +4815,14 @@ var commands = {
|
|
|
4455
4815
|
ListMobileDeviceAccessOverridesCommand,
|
|
4456
4816
|
ListMobileDeviceAccessRulesCommand,
|
|
4457
4817
|
ListOrganizationsCommand,
|
|
4818
|
+
ListPersonalAccessTokensCommand,
|
|
4458
4819
|
ListResourceDelegatesCommand,
|
|
4459
4820
|
ListResourcesCommand,
|
|
4460
4821
|
ListTagsForResourceCommand,
|
|
4461
4822
|
ListUsersCommand,
|
|
4462
4823
|
PutAccessControlRuleCommand,
|
|
4463
4824
|
PutEmailMonitoringConfigurationCommand,
|
|
4825
|
+
PutIdentityProviderConfigurationCommand,
|
|
4464
4826
|
PutInboundDmarcSettingsCommand,
|
|
4465
4827
|
PutMailboxPermissionsCommand,
|
|
4466
4828
|
PutMobileDeviceAccessOverrideCommand,
|
|
@@ -4532,6 +4894,10 @@ var paginateListMobileDeviceAccessOverrides = (0, import_core.createPaginator)(W
|
|
|
4532
4894
|
|
|
4533
4895
|
var paginateListOrganizations = (0, import_core.createPaginator)(WorkMailClient, ListOrganizationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4534
4896
|
|
|
4897
|
+
// src/pagination/ListPersonalAccessTokensPaginator.ts
|
|
4898
|
+
|
|
4899
|
+
var paginateListPersonalAccessTokens = (0, import_core.createPaginator)(WorkMailClient, ListPersonalAccessTokensCommand, "NextToken", "NextToken", "MaxResults");
|
|
4900
|
+
|
|
4535
4901
|
// src/pagination/ListResourceDelegatesPaginator.ts
|
|
4536
4902
|
|
|
4537
4903
|
var paginateListResourceDelegates = (0, import_core.createPaginator)(WorkMailClient, ListResourceDelegatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4558,6 +4924,7 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4558
4924
|
CreateAliasCommand,
|
|
4559
4925
|
CreateAvailabilityConfigurationCommand,
|
|
4560
4926
|
CreateGroupCommand,
|
|
4927
|
+
CreateIdentityCenterApplicationCommand,
|
|
4561
4928
|
CreateImpersonationRoleCommand,
|
|
4562
4929
|
CreateMobileDeviceAccessRuleCommand,
|
|
4563
4930
|
CreateOrganizationCommand,
|
|
@@ -4568,11 +4935,14 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4568
4935
|
DeleteAvailabilityConfigurationCommand,
|
|
4569
4936
|
DeleteEmailMonitoringConfigurationCommand,
|
|
4570
4937
|
DeleteGroupCommand,
|
|
4938
|
+
DeleteIdentityCenterApplicationCommand,
|
|
4939
|
+
DeleteIdentityProviderConfigurationCommand,
|
|
4571
4940
|
DeleteImpersonationRoleCommand,
|
|
4572
4941
|
DeleteMailboxPermissionsCommand,
|
|
4573
4942
|
DeleteMobileDeviceAccessOverrideCommand,
|
|
4574
4943
|
DeleteMobileDeviceAccessRuleCommand,
|
|
4575
4944
|
DeleteOrganizationCommand,
|
|
4945
|
+
DeletePersonalAccessTokenCommand,
|
|
4576
4946
|
DeleteResourceCommand,
|
|
4577
4947
|
DeleteRetentionPolicyCommand,
|
|
4578
4948
|
DeleteUserCommand,
|
|
@@ -4581,6 +4951,7 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4581
4951
|
DescribeEmailMonitoringConfigurationCommand,
|
|
4582
4952
|
DescribeEntityCommand,
|
|
4583
4953
|
DescribeGroupCommand,
|
|
4954
|
+
DescribeIdentityProviderConfigurationCommand,
|
|
4584
4955
|
DescribeInboundDmarcSettingsCommand,
|
|
4585
4956
|
DescribeMailboxExportJobCommand,
|
|
4586
4957
|
DescribeOrganizationCommand,
|
|
@@ -4596,6 +4967,7 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4596
4967
|
GetMailboxDetailsCommand,
|
|
4597
4968
|
GetMobileDeviceAccessEffectCommand,
|
|
4598
4969
|
GetMobileDeviceAccessOverrideCommand,
|
|
4970
|
+
GetPersonalAccessTokenMetadataCommand,
|
|
4599
4971
|
ListAccessControlRulesCommand,
|
|
4600
4972
|
ListAliasesCommand,
|
|
4601
4973
|
ListAvailabilityConfigurationsCommand,
|
|
@@ -4609,12 +4981,14 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4609
4981
|
ListMobileDeviceAccessOverridesCommand,
|
|
4610
4982
|
ListMobileDeviceAccessRulesCommand,
|
|
4611
4983
|
ListOrganizationsCommand,
|
|
4984
|
+
ListPersonalAccessTokensCommand,
|
|
4612
4985
|
ListResourceDelegatesCommand,
|
|
4613
4986
|
ListResourcesCommand,
|
|
4614
4987
|
ListTagsForResourceCommand,
|
|
4615
4988
|
ListUsersCommand,
|
|
4616
4989
|
PutAccessControlRuleCommand,
|
|
4617
4990
|
PutEmailMonitoringConfigurationCommand,
|
|
4991
|
+
PutIdentityProviderConfigurationCommand,
|
|
4618
4992
|
PutInboundDmarcSettingsCommand,
|
|
4619
4993
|
PutMailboxPermissionsCommand,
|
|
4620
4994
|
PutMobileDeviceAccessOverrideCommand,
|
|
@@ -4646,6 +5020,7 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4646
5020
|
paginateListMailboxPermissions,
|
|
4647
5021
|
paginateListMobileDeviceAccessOverrides,
|
|
4648
5022
|
paginateListOrganizations,
|
|
5023
|
+
paginateListPersonalAccessTokens,
|
|
4649
5024
|
paginateListResourceDelegates,
|
|
4650
5025
|
paginateListResources,
|
|
4651
5026
|
paginateListUsers,
|
|
@@ -4678,6 +5053,8 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4678
5053
|
MailDomainInUseException,
|
|
4679
5054
|
EntityType,
|
|
4680
5055
|
EntityState,
|
|
5056
|
+
IdentityProviderAuthenticationMode,
|
|
5057
|
+
PersonalAccessTokenConfigurationStatus,
|
|
4681
5058
|
MailboxExportJobState,
|
|
4682
5059
|
DnsRecordVerificationStatus,
|
|
4683
5060
|
EntityAlreadyRegisteredException,
|
|
@@ -4688,14 +5065,19 @@ var paginateListUsers = (0, import_core.createPaginator)(WorkMailClient, ListUse
|
|
|
4688
5065
|
TooManyTagsException,
|
|
4689
5066
|
EwsAvailabilityProviderFilterSensitiveLog,
|
|
4690
5067
|
CreateAvailabilityConfigurationRequestFilterSensitiveLog,
|
|
5068
|
+
CreateResourceRequestFilterSensitiveLog,
|
|
4691
5069
|
CreateUserRequestFilterSensitiveLog,
|
|
5070
|
+
DescribeResourceResponseFilterSensitiveLog,
|
|
4692
5071
|
DescribeUserResponseFilterSensitiveLog,
|
|
5072
|
+
ResourceFilterSensitiveLog,
|
|
5073
|
+
ListResourcesResponseFilterSensitiveLog,
|
|
4693
5074
|
ListUsersFiltersFilterSensitiveLog,
|
|
4694
5075
|
ListUsersRequestFilterSensitiveLog,
|
|
4695
5076
|
PutRetentionPolicyRequestFilterSensitiveLog,
|
|
4696
5077
|
ResetPasswordRequestFilterSensitiveLog,
|
|
4697
5078
|
TestAvailabilityConfigurationRequestFilterSensitiveLog,
|
|
4698
5079
|
UpdateAvailabilityConfigurationRequestFilterSensitiveLog,
|
|
5080
|
+
UpdateResourceRequestFilterSensitiveLog,
|
|
4699
5081
|
UpdateUserRequestFilterSensitiveLog
|
|
4700
5082
|
});
|
|
4701
5083
|
|