aws-sdk-workmail 1.26.1 → 1.27.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d16e64d6a3ac8bd0188c8cff4cc2aaeceab7290c9520791c01bdfff539e2eefa
|
|
4
|
+
data.tar.gz: be4d5bef40c700950736529709dc108f943f679eb975ac1c1a18125860028bd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 830b9d18a7c82a9dd7a20121d8d2c0c215ee01226faaf76dabc579744c37caec3cdab238ceb672fb817778a7c3e47cc245a0f8a34d88f54b8fd50c5069f1e218
|
|
7
|
+
data.tar.gz: cf0923b5b31e77e90e33138d164d33e3d24ca088fe9cfc599f588e99bbc2ac8ad5ce10fc5e33f4271af60936ab7c0307da1b47104d31af5d35216de11ebfe7fa
|
data/lib/aws-sdk-workmail.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-workmail/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::WorkMail
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.27.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -1991,7 +1993,7 @@ module Aws::WorkMail
|
|
|
1991
1993
|
params: params,
|
|
1992
1994
|
config: config)
|
|
1993
1995
|
context[:gem_name] = 'aws-sdk-workmail'
|
|
1994
|
-
context[:gem_version] = '1.
|
|
1996
|
+
context[:gem_version] = '1.27.0'
|
|
1995
1997
|
Seahorse::Client::Request.new(handlers, context)
|
|
1996
1998
|
end
|
|
1997
1999
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -72,6 +74,7 @@ module Aws::WorkMail
|
|
|
72
74
|
:not_user_ids,
|
|
73
75
|
:date_created,
|
|
74
76
|
:date_modified)
|
|
77
|
+
SENSITIVE = []
|
|
75
78
|
include Aws::Structure
|
|
76
79
|
end
|
|
77
80
|
|
|
@@ -102,6 +105,7 @@ module Aws::WorkMail
|
|
|
102
105
|
:organization_id,
|
|
103
106
|
:resource_id,
|
|
104
107
|
:entity_id)
|
|
108
|
+
SENSITIVE = []
|
|
105
109
|
include Aws::Structure
|
|
106
110
|
end
|
|
107
111
|
|
|
@@ -136,6 +140,7 @@ module Aws::WorkMail
|
|
|
136
140
|
:organization_id,
|
|
137
141
|
:group_id,
|
|
138
142
|
:member_id)
|
|
143
|
+
SENSITIVE = []
|
|
139
144
|
include Aws::Structure
|
|
140
145
|
end
|
|
141
146
|
|
|
@@ -176,6 +181,7 @@ module Aws::WorkMail
|
|
|
176
181
|
:auto_accept_requests,
|
|
177
182
|
:auto_decline_recurring_requests,
|
|
178
183
|
:auto_decline_conflicting_requests)
|
|
184
|
+
SENSITIVE = []
|
|
179
185
|
include Aws::Structure
|
|
180
186
|
end
|
|
181
187
|
|
|
@@ -206,6 +212,7 @@ module Aws::WorkMail
|
|
|
206
212
|
:organization_id,
|
|
207
213
|
:entity_id,
|
|
208
214
|
:alias)
|
|
215
|
+
SENSITIVE = []
|
|
209
216
|
include Aws::Structure
|
|
210
217
|
end
|
|
211
218
|
|
|
@@ -234,6 +241,7 @@ module Aws::WorkMail
|
|
|
234
241
|
class CreateGroupRequest < Struct.new(
|
|
235
242
|
:organization_id,
|
|
236
243
|
:name)
|
|
244
|
+
SENSITIVE = []
|
|
237
245
|
include Aws::Structure
|
|
238
246
|
end
|
|
239
247
|
|
|
@@ -245,6 +253,7 @@ module Aws::WorkMail
|
|
|
245
253
|
#
|
|
246
254
|
class CreateGroupResponse < Struct.new(
|
|
247
255
|
:group_id)
|
|
256
|
+
SENSITIVE = []
|
|
248
257
|
include Aws::Structure
|
|
249
258
|
end
|
|
250
259
|
|
|
@@ -277,6 +286,7 @@ module Aws::WorkMail
|
|
|
277
286
|
:organization_id,
|
|
278
287
|
:name,
|
|
279
288
|
:type)
|
|
289
|
+
SENSITIVE = []
|
|
280
290
|
include Aws::Structure
|
|
281
291
|
end
|
|
282
292
|
|
|
@@ -288,6 +298,7 @@ module Aws::WorkMail
|
|
|
288
298
|
#
|
|
289
299
|
class CreateResourceResponse < Struct.new(
|
|
290
300
|
:resource_id)
|
|
301
|
+
SENSITIVE = []
|
|
291
302
|
include Aws::Structure
|
|
292
303
|
end
|
|
293
304
|
|
|
@@ -325,6 +336,7 @@ module Aws::WorkMail
|
|
|
325
336
|
:name,
|
|
326
337
|
:display_name,
|
|
327
338
|
:password)
|
|
339
|
+
SENSITIVE = [:password]
|
|
328
340
|
include Aws::Structure
|
|
329
341
|
end
|
|
330
342
|
|
|
@@ -336,6 +348,7 @@ module Aws::WorkMail
|
|
|
336
348
|
#
|
|
337
349
|
class CreateUserResponse < Struct.new(
|
|
338
350
|
:user_id)
|
|
351
|
+
SENSITIVE = []
|
|
339
352
|
include Aws::Structure
|
|
340
353
|
end
|
|
341
354
|
|
|
@@ -356,6 +369,7 @@ module Aws::WorkMail
|
|
|
356
369
|
class Delegate < Struct.new(
|
|
357
370
|
:id,
|
|
358
371
|
:type)
|
|
372
|
+
SENSITIVE = []
|
|
359
373
|
include Aws::Structure
|
|
360
374
|
end
|
|
361
375
|
|
|
@@ -380,6 +394,7 @@ module Aws::WorkMail
|
|
|
380
394
|
class DeleteAccessControlRuleRequest < Struct.new(
|
|
381
395
|
:organization_id,
|
|
382
396
|
:name)
|
|
397
|
+
SENSITIVE = []
|
|
383
398
|
include Aws::Structure
|
|
384
399
|
end
|
|
385
400
|
|
|
@@ -417,6 +432,7 @@ module Aws::WorkMail
|
|
|
417
432
|
:organization_id,
|
|
418
433
|
:entity_id,
|
|
419
434
|
:alias)
|
|
435
|
+
SENSITIVE = []
|
|
420
436
|
include Aws::Structure
|
|
421
437
|
end
|
|
422
438
|
|
|
@@ -445,6 +461,7 @@ module Aws::WorkMail
|
|
|
445
461
|
class DeleteGroupRequest < Struct.new(
|
|
446
462
|
:organization_id,
|
|
447
463
|
:group_id)
|
|
464
|
+
SENSITIVE = []
|
|
448
465
|
include Aws::Structure
|
|
449
466
|
end
|
|
450
467
|
|
|
@@ -481,6 +498,7 @@ module Aws::WorkMail
|
|
|
481
498
|
:organization_id,
|
|
482
499
|
:entity_id,
|
|
483
500
|
:grantee_id)
|
|
501
|
+
SENSITIVE = []
|
|
484
502
|
include Aws::Structure
|
|
485
503
|
end
|
|
486
504
|
|
|
@@ -510,6 +528,7 @@ module Aws::WorkMail
|
|
|
510
528
|
class DeleteResourceRequest < Struct.new(
|
|
511
529
|
:organization_id,
|
|
512
530
|
:resource_id)
|
|
531
|
+
SENSITIVE = []
|
|
513
532
|
include Aws::Structure
|
|
514
533
|
end
|
|
515
534
|
|
|
@@ -538,6 +557,7 @@ module Aws::WorkMail
|
|
|
538
557
|
class DeleteRetentionPolicyRequest < Struct.new(
|
|
539
558
|
:organization_id,
|
|
540
559
|
:id)
|
|
560
|
+
SENSITIVE = []
|
|
541
561
|
include Aws::Structure
|
|
542
562
|
end
|
|
543
563
|
|
|
@@ -566,6 +586,7 @@ module Aws::WorkMail
|
|
|
566
586
|
class DeleteUserRequest < Struct.new(
|
|
567
587
|
:organization_id,
|
|
568
588
|
:user_id)
|
|
589
|
+
SENSITIVE = []
|
|
569
590
|
include Aws::Structure
|
|
570
591
|
end
|
|
571
592
|
|
|
@@ -595,6 +616,7 @@ module Aws::WorkMail
|
|
|
595
616
|
class DeregisterFromWorkMailRequest < Struct.new(
|
|
596
617
|
:organization_id,
|
|
597
618
|
:entity_id)
|
|
619
|
+
SENSITIVE = []
|
|
598
620
|
include Aws::Structure
|
|
599
621
|
end
|
|
600
622
|
|
|
@@ -623,6 +645,7 @@ module Aws::WorkMail
|
|
|
623
645
|
class DescribeGroupRequest < Struct.new(
|
|
624
646
|
:organization_id,
|
|
625
647
|
:group_id)
|
|
648
|
+
SENSITIVE = []
|
|
626
649
|
include Aws::Structure
|
|
627
650
|
end
|
|
628
651
|
|
|
@@ -662,6 +685,7 @@ module Aws::WorkMail
|
|
|
662
685
|
:state,
|
|
663
686
|
:enabled_date,
|
|
664
687
|
:disabled_date)
|
|
688
|
+
SENSITIVE = []
|
|
665
689
|
include Aws::Structure
|
|
666
690
|
end
|
|
667
691
|
|
|
@@ -680,6 +704,7 @@ module Aws::WorkMail
|
|
|
680
704
|
#
|
|
681
705
|
class DescribeOrganizationRequest < Struct.new(
|
|
682
706
|
:organization_id)
|
|
707
|
+
SENSITIVE = []
|
|
683
708
|
include Aws::Structure
|
|
684
709
|
end
|
|
685
710
|
|
|
@@ -734,6 +759,7 @@ module Aws::WorkMail
|
|
|
734
759
|
:completed_date,
|
|
735
760
|
:error_message,
|
|
736
761
|
:arn)
|
|
762
|
+
SENSITIVE = []
|
|
737
763
|
include Aws::Structure
|
|
738
764
|
end
|
|
739
765
|
|
|
@@ -759,6 +785,7 @@ module Aws::WorkMail
|
|
|
759
785
|
class DescribeResourceRequest < Struct.new(
|
|
760
786
|
:organization_id,
|
|
761
787
|
:resource_id)
|
|
788
|
+
SENSITIVE = []
|
|
762
789
|
include Aws::Structure
|
|
763
790
|
end
|
|
764
791
|
|
|
@@ -808,6 +835,7 @@ module Aws::WorkMail
|
|
|
808
835
|
:state,
|
|
809
836
|
:enabled_date,
|
|
810
837
|
:disabled_date)
|
|
838
|
+
SENSITIVE = []
|
|
811
839
|
include Aws::Structure
|
|
812
840
|
end
|
|
813
841
|
|
|
@@ -832,6 +860,7 @@ module Aws::WorkMail
|
|
|
832
860
|
class DescribeUserRequest < Struct.new(
|
|
833
861
|
:organization_id,
|
|
834
862
|
:user_id)
|
|
863
|
+
SENSITIVE = []
|
|
835
864
|
include Aws::Structure
|
|
836
865
|
end
|
|
837
866
|
|
|
@@ -887,6 +916,7 @@ module Aws::WorkMail
|
|
|
887
916
|
:user_role,
|
|
888
917
|
:enabled_date,
|
|
889
918
|
:disabled_date)
|
|
919
|
+
SENSITIVE = []
|
|
890
920
|
include Aws::Structure
|
|
891
921
|
end
|
|
892
922
|
|
|
@@ -900,6 +930,7 @@ module Aws::WorkMail
|
|
|
900
930
|
#
|
|
901
931
|
class DirectoryServiceAuthenticationFailedException < Struct.new(
|
|
902
932
|
:message)
|
|
933
|
+
SENSITIVE = []
|
|
903
934
|
include Aws::Structure
|
|
904
935
|
end
|
|
905
936
|
|
|
@@ -913,6 +944,7 @@ module Aws::WorkMail
|
|
|
913
944
|
#
|
|
914
945
|
class DirectoryUnavailableException < Struct.new(
|
|
915
946
|
:message)
|
|
947
|
+
SENSITIVE = []
|
|
916
948
|
include Aws::Structure
|
|
917
949
|
end
|
|
918
950
|
|
|
@@ -945,6 +977,7 @@ module Aws::WorkMail
|
|
|
945
977
|
:organization_id,
|
|
946
978
|
:resource_id,
|
|
947
979
|
:entity_id)
|
|
980
|
+
SENSITIVE = []
|
|
948
981
|
include Aws::Structure
|
|
949
982
|
end
|
|
950
983
|
|
|
@@ -979,6 +1012,7 @@ module Aws::WorkMail
|
|
|
979
1012
|
:organization_id,
|
|
980
1013
|
:group_id,
|
|
981
1014
|
:member_id)
|
|
1015
|
+
SENSITIVE = []
|
|
982
1016
|
include Aws::Structure
|
|
983
1017
|
end
|
|
984
1018
|
|
|
@@ -996,6 +1030,7 @@ module Aws::WorkMail
|
|
|
996
1030
|
#
|
|
997
1031
|
class EmailAddressInUseException < Struct.new(
|
|
998
1032
|
:message)
|
|
1033
|
+
SENSITIVE = []
|
|
999
1034
|
include Aws::Structure
|
|
1000
1035
|
end
|
|
1001
1036
|
|
|
@@ -1009,6 +1044,7 @@ module Aws::WorkMail
|
|
|
1009
1044
|
#
|
|
1010
1045
|
class EntityAlreadyRegisteredException < Struct.new(
|
|
1011
1046
|
:message)
|
|
1047
|
+
SENSITIVE = []
|
|
1012
1048
|
include Aws::Structure
|
|
1013
1049
|
end
|
|
1014
1050
|
|
|
@@ -1022,6 +1058,7 @@ module Aws::WorkMail
|
|
|
1022
1058
|
#
|
|
1023
1059
|
class EntityNotFoundException < Struct.new(
|
|
1024
1060
|
:message)
|
|
1061
|
+
SENSITIVE = []
|
|
1025
1062
|
include Aws::Structure
|
|
1026
1063
|
end
|
|
1027
1064
|
|
|
@@ -1035,6 +1072,7 @@ module Aws::WorkMail
|
|
|
1035
1072
|
#
|
|
1036
1073
|
class EntityStateException < Struct.new(
|
|
1037
1074
|
:message)
|
|
1075
|
+
SENSITIVE = []
|
|
1038
1076
|
include Aws::Structure
|
|
1039
1077
|
end
|
|
1040
1078
|
|
|
@@ -1070,6 +1108,7 @@ module Aws::WorkMail
|
|
|
1070
1108
|
:name,
|
|
1071
1109
|
:action,
|
|
1072
1110
|
:period)
|
|
1111
|
+
SENSITIVE = []
|
|
1073
1112
|
include Aws::Structure
|
|
1074
1113
|
end
|
|
1075
1114
|
|
|
@@ -1108,6 +1147,7 @@ module Aws::WorkMail
|
|
|
1108
1147
|
:ip_address,
|
|
1109
1148
|
:action,
|
|
1110
1149
|
:user_id)
|
|
1150
|
+
SENSITIVE = []
|
|
1111
1151
|
include Aws::Structure
|
|
1112
1152
|
end
|
|
1113
1153
|
|
|
@@ -1124,6 +1164,7 @@ module Aws::WorkMail
|
|
|
1124
1164
|
class GetAccessControlEffectResponse < Struct.new(
|
|
1125
1165
|
:effect,
|
|
1126
1166
|
:matched_rules)
|
|
1167
|
+
SENSITIVE = []
|
|
1127
1168
|
include Aws::Structure
|
|
1128
1169
|
end
|
|
1129
1170
|
|
|
@@ -1142,6 +1183,7 @@ module Aws::WorkMail
|
|
|
1142
1183
|
#
|
|
1143
1184
|
class GetDefaultRetentionPolicyRequest < Struct.new(
|
|
1144
1185
|
:organization_id)
|
|
1186
|
+
SENSITIVE = []
|
|
1145
1187
|
include Aws::Structure
|
|
1146
1188
|
end
|
|
1147
1189
|
|
|
@@ -1168,6 +1210,7 @@ module Aws::WorkMail
|
|
|
1168
1210
|
:name,
|
|
1169
1211
|
:description,
|
|
1170
1212
|
:folder_configurations)
|
|
1213
|
+
SENSITIVE = []
|
|
1171
1214
|
include Aws::Structure
|
|
1172
1215
|
end
|
|
1173
1216
|
|
|
@@ -1194,6 +1237,7 @@ module Aws::WorkMail
|
|
|
1194
1237
|
class GetMailboxDetailsRequest < Struct.new(
|
|
1195
1238
|
:organization_id,
|
|
1196
1239
|
:user_id)
|
|
1240
|
+
SENSITIVE = []
|
|
1197
1241
|
include Aws::Structure
|
|
1198
1242
|
end
|
|
1199
1243
|
|
|
@@ -1210,6 +1254,7 @@ module Aws::WorkMail
|
|
|
1210
1254
|
class GetMailboxDetailsResponse < Struct.new(
|
|
1211
1255
|
:mailbox_quota,
|
|
1212
1256
|
:mailbox_size)
|
|
1257
|
+
SENSITIVE = []
|
|
1213
1258
|
include Aws::Structure
|
|
1214
1259
|
end
|
|
1215
1260
|
|
|
@@ -1250,6 +1295,7 @@ module Aws::WorkMail
|
|
|
1250
1295
|
:state,
|
|
1251
1296
|
:enabled_date,
|
|
1252
1297
|
:disabled_date)
|
|
1298
|
+
SENSITIVE = []
|
|
1253
1299
|
include Aws::Structure
|
|
1254
1300
|
end
|
|
1255
1301
|
|
|
@@ -1264,6 +1310,7 @@ module Aws::WorkMail
|
|
|
1264
1310
|
#
|
|
1265
1311
|
class InvalidConfigurationException < Struct.new(
|
|
1266
1312
|
:message)
|
|
1313
|
+
SENSITIVE = []
|
|
1267
1314
|
include Aws::Structure
|
|
1268
1315
|
end
|
|
1269
1316
|
|
|
@@ -1277,6 +1324,7 @@ module Aws::WorkMail
|
|
|
1277
1324
|
#
|
|
1278
1325
|
class InvalidParameterException < Struct.new(
|
|
1279
1326
|
:message)
|
|
1327
|
+
SENSITIVE = []
|
|
1280
1328
|
include Aws::Structure
|
|
1281
1329
|
end
|
|
1282
1330
|
|
|
@@ -1290,6 +1338,7 @@ module Aws::WorkMail
|
|
|
1290
1338
|
#
|
|
1291
1339
|
class InvalidPasswordException < Struct.new(
|
|
1292
1340
|
:message)
|
|
1341
|
+
SENSITIVE = []
|
|
1293
1342
|
include Aws::Structure
|
|
1294
1343
|
end
|
|
1295
1344
|
|
|
@@ -1302,6 +1351,7 @@ module Aws::WorkMail
|
|
|
1302
1351
|
#
|
|
1303
1352
|
class LimitExceededException < Struct.new(
|
|
1304
1353
|
:message)
|
|
1354
|
+
SENSITIVE = []
|
|
1305
1355
|
include Aws::Structure
|
|
1306
1356
|
end
|
|
1307
1357
|
|
|
@@ -1320,6 +1370,7 @@ module Aws::WorkMail
|
|
|
1320
1370
|
#
|
|
1321
1371
|
class ListAccessControlRulesRequest < Struct.new(
|
|
1322
1372
|
:organization_id)
|
|
1373
|
+
SENSITIVE = []
|
|
1323
1374
|
include Aws::Structure
|
|
1324
1375
|
end
|
|
1325
1376
|
|
|
@@ -1331,6 +1382,7 @@ module Aws::WorkMail
|
|
|
1331
1382
|
#
|
|
1332
1383
|
class ListAccessControlRulesResponse < Struct.new(
|
|
1333
1384
|
:rules)
|
|
1385
|
+
SENSITIVE = []
|
|
1334
1386
|
include Aws::Structure
|
|
1335
1387
|
end
|
|
1336
1388
|
|
|
@@ -1368,6 +1420,7 @@ module Aws::WorkMail
|
|
|
1368
1420
|
:entity_id,
|
|
1369
1421
|
:next_token,
|
|
1370
1422
|
:max_results)
|
|
1423
|
+
SENSITIVE = []
|
|
1371
1424
|
include Aws::Structure
|
|
1372
1425
|
end
|
|
1373
1426
|
|
|
@@ -1385,6 +1438,7 @@ module Aws::WorkMail
|
|
|
1385
1438
|
class ListAliasesResponse < Struct.new(
|
|
1386
1439
|
:aliases,
|
|
1387
1440
|
:next_token)
|
|
1441
|
+
SENSITIVE = []
|
|
1388
1442
|
include Aws::Structure
|
|
1389
1443
|
end
|
|
1390
1444
|
|
|
@@ -1423,6 +1477,7 @@ module Aws::WorkMail
|
|
|
1423
1477
|
:group_id,
|
|
1424
1478
|
:next_token,
|
|
1425
1479
|
:max_results)
|
|
1480
|
+
SENSITIVE = []
|
|
1426
1481
|
include Aws::Structure
|
|
1427
1482
|
end
|
|
1428
1483
|
|
|
@@ -1440,6 +1495,7 @@ module Aws::WorkMail
|
|
|
1440
1495
|
class ListGroupMembersResponse < Struct.new(
|
|
1441
1496
|
:members,
|
|
1442
1497
|
:next_token)
|
|
1498
|
+
SENSITIVE = []
|
|
1443
1499
|
include Aws::Structure
|
|
1444
1500
|
end
|
|
1445
1501
|
|
|
@@ -1471,6 +1527,7 @@ module Aws::WorkMail
|
|
|
1471
1527
|
:organization_id,
|
|
1472
1528
|
:next_token,
|
|
1473
1529
|
:max_results)
|
|
1530
|
+
SENSITIVE = []
|
|
1474
1531
|
include Aws::Structure
|
|
1475
1532
|
end
|
|
1476
1533
|
|
|
@@ -1488,6 +1545,7 @@ module Aws::WorkMail
|
|
|
1488
1545
|
class ListGroupsResponse < Struct.new(
|
|
1489
1546
|
:groups,
|
|
1490
1547
|
:next_token)
|
|
1548
|
+
SENSITIVE = []
|
|
1491
1549
|
include Aws::Structure
|
|
1492
1550
|
end
|
|
1493
1551
|
|
|
@@ -1527,6 +1585,7 @@ module Aws::WorkMail
|
|
|
1527
1585
|
:entity_id,
|
|
1528
1586
|
:next_token,
|
|
1529
1587
|
:max_results)
|
|
1588
|
+
SENSITIVE = []
|
|
1530
1589
|
include Aws::Structure
|
|
1531
1590
|
end
|
|
1532
1591
|
|
|
@@ -1544,6 +1603,7 @@ module Aws::WorkMail
|
|
|
1544
1603
|
class ListMailboxPermissionsResponse < Struct.new(
|
|
1545
1604
|
:permissions,
|
|
1546
1605
|
:next_token)
|
|
1606
|
+
SENSITIVE = []
|
|
1547
1607
|
include Aws::Structure
|
|
1548
1608
|
end
|
|
1549
1609
|
|
|
@@ -1569,6 +1629,7 @@ module Aws::WorkMail
|
|
|
1569
1629
|
class ListOrganizationsRequest < Struct.new(
|
|
1570
1630
|
:next_token,
|
|
1571
1631
|
:max_results)
|
|
1632
|
+
SENSITIVE = []
|
|
1572
1633
|
include Aws::Structure
|
|
1573
1634
|
end
|
|
1574
1635
|
|
|
@@ -1587,6 +1648,7 @@ module Aws::WorkMail
|
|
|
1587
1648
|
class ListOrganizationsResponse < Struct.new(
|
|
1588
1649
|
:organization_summaries,
|
|
1589
1650
|
:next_token)
|
|
1651
|
+
SENSITIVE = []
|
|
1590
1652
|
include Aws::Structure
|
|
1591
1653
|
end
|
|
1592
1654
|
|
|
@@ -1625,6 +1687,7 @@ module Aws::WorkMail
|
|
|
1625
1687
|
:resource_id,
|
|
1626
1688
|
:next_token,
|
|
1627
1689
|
:max_results)
|
|
1690
|
+
SENSITIVE = []
|
|
1628
1691
|
include Aws::Structure
|
|
1629
1692
|
end
|
|
1630
1693
|
|
|
@@ -1643,6 +1706,7 @@ module Aws::WorkMail
|
|
|
1643
1706
|
class ListResourceDelegatesResponse < Struct.new(
|
|
1644
1707
|
:delegates,
|
|
1645
1708
|
:next_token)
|
|
1709
|
+
SENSITIVE = []
|
|
1646
1710
|
include Aws::Structure
|
|
1647
1711
|
end
|
|
1648
1712
|
|
|
@@ -1674,6 +1738,7 @@ module Aws::WorkMail
|
|
|
1674
1738
|
:organization_id,
|
|
1675
1739
|
:next_token,
|
|
1676
1740
|
:max_results)
|
|
1741
|
+
SENSITIVE = []
|
|
1677
1742
|
include Aws::Structure
|
|
1678
1743
|
end
|
|
1679
1744
|
|
|
@@ -1692,6 +1757,7 @@ module Aws::WorkMail
|
|
|
1692
1757
|
class ListResourcesResponse < Struct.new(
|
|
1693
1758
|
:resources,
|
|
1694
1759
|
:next_token)
|
|
1760
|
+
SENSITIVE = []
|
|
1695
1761
|
include Aws::Structure
|
|
1696
1762
|
end
|
|
1697
1763
|
|
|
@@ -1710,6 +1776,7 @@ module Aws::WorkMail
|
|
|
1710
1776
|
#
|
|
1711
1777
|
class ListTagsForResourceRequest < Struct.new(
|
|
1712
1778
|
:resource_arn)
|
|
1779
|
+
SENSITIVE = []
|
|
1713
1780
|
include Aws::Structure
|
|
1714
1781
|
end
|
|
1715
1782
|
|
|
@@ -1721,6 +1788,7 @@ module Aws::WorkMail
|
|
|
1721
1788
|
#
|
|
1722
1789
|
class ListTagsForResourceResponse < Struct.new(
|
|
1723
1790
|
:tags)
|
|
1791
|
+
SENSITIVE = []
|
|
1724
1792
|
include Aws::Structure
|
|
1725
1793
|
end
|
|
1726
1794
|
|
|
@@ -1752,6 +1820,7 @@ module Aws::WorkMail
|
|
|
1752
1820
|
:organization_id,
|
|
1753
1821
|
:next_token,
|
|
1754
1822
|
:max_results)
|
|
1823
|
+
SENSITIVE = []
|
|
1755
1824
|
include Aws::Structure
|
|
1756
1825
|
end
|
|
1757
1826
|
|
|
@@ -1769,6 +1838,7 @@ module Aws::WorkMail
|
|
|
1769
1838
|
class ListUsersResponse < Struct.new(
|
|
1770
1839
|
:users,
|
|
1771
1840
|
:next_token)
|
|
1841
|
+
SENSITIVE = []
|
|
1772
1842
|
include Aws::Structure
|
|
1773
1843
|
end
|
|
1774
1844
|
|
|
@@ -1782,6 +1852,7 @@ module Aws::WorkMail
|
|
|
1782
1852
|
#
|
|
1783
1853
|
class MailDomainNotFoundException < Struct.new(
|
|
1784
1854
|
:message)
|
|
1855
|
+
SENSITIVE = []
|
|
1785
1856
|
include Aws::Structure
|
|
1786
1857
|
end
|
|
1787
1858
|
|
|
@@ -1795,6 +1866,7 @@ module Aws::WorkMail
|
|
|
1795
1866
|
#
|
|
1796
1867
|
class MailDomainStateException < Struct.new(
|
|
1797
1868
|
:message)
|
|
1869
|
+
SENSITIVE = []
|
|
1798
1870
|
include Aws::Structure
|
|
1799
1871
|
end
|
|
1800
1872
|
|
|
@@ -1835,6 +1907,7 @@ module Aws::WorkMail
|
|
|
1835
1907
|
:state,
|
|
1836
1908
|
:enabled_date,
|
|
1837
1909
|
:disabled_date)
|
|
1910
|
+
SENSITIVE = []
|
|
1838
1911
|
include Aws::Structure
|
|
1839
1912
|
end
|
|
1840
1913
|
|
|
@@ -1847,6 +1920,7 @@ module Aws::WorkMail
|
|
|
1847
1920
|
#
|
|
1848
1921
|
class NameAvailabilityException < Struct.new(
|
|
1849
1922
|
:message)
|
|
1923
|
+
SENSITIVE = []
|
|
1850
1924
|
include Aws::Structure
|
|
1851
1925
|
end
|
|
1852
1926
|
|
|
@@ -1860,6 +1934,7 @@ module Aws::WorkMail
|
|
|
1860
1934
|
#
|
|
1861
1935
|
class OrganizationNotFoundException < Struct.new(
|
|
1862
1936
|
:message)
|
|
1937
|
+
SENSITIVE = []
|
|
1863
1938
|
include Aws::Structure
|
|
1864
1939
|
end
|
|
1865
1940
|
|
|
@@ -1873,6 +1948,7 @@ module Aws::WorkMail
|
|
|
1873
1948
|
#
|
|
1874
1949
|
class OrganizationStateException < Struct.new(
|
|
1875
1950
|
:message)
|
|
1951
|
+
SENSITIVE = []
|
|
1876
1952
|
include Aws::Structure
|
|
1877
1953
|
end
|
|
1878
1954
|
|
|
@@ -1904,6 +1980,7 @@ module Aws::WorkMail
|
|
|
1904
1980
|
:alias,
|
|
1905
1981
|
:error_message,
|
|
1906
1982
|
:state)
|
|
1983
|
+
SENSITIVE = []
|
|
1907
1984
|
include Aws::Structure
|
|
1908
1985
|
end
|
|
1909
1986
|
|
|
@@ -1935,6 +2012,7 @@ module Aws::WorkMail
|
|
|
1935
2012
|
:grantee_id,
|
|
1936
2013
|
:grantee_type,
|
|
1937
2014
|
:permission_values)
|
|
2015
|
+
SENSITIVE = []
|
|
1938
2016
|
include Aws::Structure
|
|
1939
2017
|
end
|
|
1940
2018
|
|
|
@@ -2011,6 +2089,7 @@ module Aws::WorkMail
|
|
|
2011
2089
|
:user_ids,
|
|
2012
2090
|
:not_user_ids,
|
|
2013
2091
|
:organization_id)
|
|
2092
|
+
SENSITIVE = []
|
|
2014
2093
|
include Aws::Structure
|
|
2015
2094
|
end
|
|
2016
2095
|
|
|
@@ -2060,6 +2139,7 @@ module Aws::WorkMail
|
|
|
2060
2139
|
:entity_id,
|
|
2061
2140
|
:grantee_id,
|
|
2062
2141
|
:permission_values)
|
|
2142
|
+
SENSITIVE = []
|
|
2063
2143
|
include Aws::Structure
|
|
2064
2144
|
end
|
|
2065
2145
|
|
|
@@ -2112,6 +2192,7 @@ module Aws::WorkMail
|
|
|
2112
2192
|
:name,
|
|
2113
2193
|
:description,
|
|
2114
2194
|
:folder_configurations)
|
|
2195
|
+
SENSITIVE = []
|
|
2115
2196
|
include Aws::Structure
|
|
2116
2197
|
end
|
|
2117
2198
|
|
|
@@ -2147,6 +2228,7 @@ module Aws::WorkMail
|
|
|
2147
2228
|
:organization_id,
|
|
2148
2229
|
:entity_id,
|
|
2149
2230
|
:email)
|
|
2231
|
+
SENSITIVE = []
|
|
2150
2232
|
include Aws::Structure
|
|
2151
2233
|
end
|
|
2152
2234
|
|
|
@@ -2163,6 +2245,7 @@ module Aws::WorkMail
|
|
|
2163
2245
|
#
|
|
2164
2246
|
class ReservedNameException < Struct.new(
|
|
2165
2247
|
:message)
|
|
2248
|
+
SENSITIVE = []
|
|
2166
2249
|
include Aws::Structure
|
|
2167
2250
|
end
|
|
2168
2251
|
|
|
@@ -2194,6 +2277,7 @@ module Aws::WorkMail
|
|
|
2194
2277
|
:organization_id,
|
|
2195
2278
|
:user_id,
|
|
2196
2279
|
:password)
|
|
2280
|
+
SENSITIVE = [:password]
|
|
2197
2281
|
include Aws::Structure
|
|
2198
2282
|
end
|
|
2199
2283
|
|
|
@@ -2244,6 +2328,7 @@ module Aws::WorkMail
|
|
|
2244
2328
|
:state,
|
|
2245
2329
|
:enabled_date,
|
|
2246
2330
|
:disabled_date)
|
|
2331
|
+
SENSITIVE = []
|
|
2247
2332
|
include Aws::Structure
|
|
2248
2333
|
end
|
|
2249
2334
|
|
|
@@ -2256,6 +2341,7 @@ module Aws::WorkMail
|
|
|
2256
2341
|
#
|
|
2257
2342
|
class ResourceNotFoundException < Struct.new(
|
|
2258
2343
|
:message)
|
|
2344
|
+
SENSITIVE = []
|
|
2259
2345
|
include Aws::Structure
|
|
2260
2346
|
end
|
|
2261
2347
|
|
|
@@ -2282,6 +2368,7 @@ module Aws::WorkMail
|
|
|
2282
2368
|
class Tag < Struct.new(
|
|
2283
2369
|
:key,
|
|
2284
2370
|
:value)
|
|
2371
|
+
SENSITIVE = []
|
|
2285
2372
|
include Aws::Structure
|
|
2286
2373
|
end
|
|
2287
2374
|
|
|
@@ -2311,6 +2398,7 @@ module Aws::WorkMail
|
|
|
2311
2398
|
class TagResourceRequest < Struct.new(
|
|
2312
2399
|
:resource_arn,
|
|
2313
2400
|
:tags)
|
|
2401
|
+
SENSITIVE = []
|
|
2314
2402
|
include Aws::Structure
|
|
2315
2403
|
end
|
|
2316
2404
|
|
|
@@ -2327,6 +2415,7 @@ module Aws::WorkMail
|
|
|
2327
2415
|
#
|
|
2328
2416
|
class TooManyTagsException < Struct.new(
|
|
2329
2417
|
:message)
|
|
2418
|
+
SENSITIVE = []
|
|
2330
2419
|
include Aws::Structure
|
|
2331
2420
|
end
|
|
2332
2421
|
|
|
@@ -2339,6 +2428,7 @@ module Aws::WorkMail
|
|
|
2339
2428
|
#
|
|
2340
2429
|
class UnsupportedOperationException < Struct.new(
|
|
2341
2430
|
:message)
|
|
2431
|
+
SENSITIVE = []
|
|
2342
2432
|
include Aws::Structure
|
|
2343
2433
|
end
|
|
2344
2434
|
|
|
@@ -2363,6 +2453,7 @@ module Aws::WorkMail
|
|
|
2363
2453
|
class UntagResourceRequest < Struct.new(
|
|
2364
2454
|
:resource_arn,
|
|
2365
2455
|
:tag_keys)
|
|
2456
|
+
SENSITIVE = []
|
|
2366
2457
|
include Aws::Structure
|
|
2367
2458
|
end
|
|
2368
2459
|
|
|
@@ -2398,6 +2489,7 @@ module Aws::WorkMail
|
|
|
2398
2489
|
:organization_id,
|
|
2399
2490
|
:user_id,
|
|
2400
2491
|
:mailbox_quota)
|
|
2492
|
+
SENSITIVE = []
|
|
2401
2493
|
include Aws::Structure
|
|
2402
2494
|
end
|
|
2403
2495
|
|
|
@@ -2433,6 +2525,7 @@ module Aws::WorkMail
|
|
|
2433
2525
|
:organization_id,
|
|
2434
2526
|
:entity_id,
|
|
2435
2527
|
:email)
|
|
2528
|
+
SENSITIVE = []
|
|
2436
2529
|
include Aws::Structure
|
|
2437
2530
|
end
|
|
2438
2531
|
|
|
@@ -2478,6 +2571,7 @@ module Aws::WorkMail
|
|
|
2478
2571
|
:resource_id,
|
|
2479
2572
|
:name,
|
|
2480
2573
|
:booking_options)
|
|
2574
|
+
SENSITIVE = []
|
|
2481
2575
|
include Aws::Structure
|
|
2482
2576
|
end
|
|
2483
2577
|
|
|
@@ -2532,6 +2626,7 @@ module Aws::WorkMail
|
|
|
2532
2626
|
:user_role,
|
|
2533
2627
|
:enabled_date,
|
|
2534
2628
|
:disabled_date)
|
|
2629
|
+
SENSITIVE = []
|
|
2535
2630
|
include Aws::Structure
|
|
2536
2631
|
end
|
|
2537
2632
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workmail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|