aws-sdk-workmail 1.77.0 → 1.79.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workmail/client.rb +346 -3
- data/lib/aws-sdk-workmail/client_api.rb +225 -0
- data/lib/aws-sdk-workmail/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-workmail/types.rb +422 -11
- data/lib/aws-sdk-workmail.rb +1 -1
- data/sig/client.rbs +113 -4
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +126 -4
- metadata +4 -4
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -163,6 +165,18 @@ module Aws
|
|
163
165
|
) -> _CreateGroupResponseSuccess
|
164
166
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGroupResponseSuccess
|
165
167
|
|
168
|
+
interface _CreateIdentityCenterApplicationResponseSuccess
|
169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdentityCenterApplicationResponse]
|
170
|
+
def application_arn: () -> ::String
|
171
|
+
end
|
172
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_identity_center_application-instance_method
|
173
|
+
def create_identity_center_application: (
|
174
|
+
name: ::String,
|
175
|
+
instance_arn: ::String,
|
176
|
+
?client_token: ::String
|
177
|
+
) -> _CreateIdentityCenterApplicationResponseSuccess
|
178
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdentityCenterApplicationResponseSuccess
|
179
|
+
|
166
180
|
interface _CreateImpersonationRoleResponseSuccess
|
167
181
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateImpersonationRoleResponse]
|
168
182
|
def impersonation_role_id: () -> ::String
|
@@ -256,7 +270,8 @@ module Aws
|
|
256
270
|
?role: ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER"),
|
257
271
|
?first_name: ::String,
|
258
272
|
?last_name: ::String,
|
259
|
-
?hidden_from_global_address_list: bool
|
273
|
+
?hidden_from_global_address_list: bool,
|
274
|
+
?identity_provider_user_id: ::String
|
260
275
|
) -> _CreateUserResponseSuccess
|
261
276
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
|
262
277
|
|
@@ -310,6 +325,24 @@ module Aws
|
|
310
325
|
) -> _DeleteGroupResponseSuccess
|
311
326
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGroupResponseSuccess
|
312
327
|
|
328
|
+
interface _DeleteIdentityCenterApplicationResponseSuccess
|
329
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdentityCenterApplicationResponse]
|
330
|
+
end
|
331
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_identity_center_application-instance_method
|
332
|
+
def delete_identity_center_application: (
|
333
|
+
application_arn: ::String
|
334
|
+
) -> _DeleteIdentityCenterApplicationResponseSuccess
|
335
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityCenterApplicationResponseSuccess
|
336
|
+
|
337
|
+
interface _DeleteIdentityProviderConfigurationResponseSuccess
|
338
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdentityProviderConfigurationResponse]
|
339
|
+
end
|
340
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_identity_provider_configuration-instance_method
|
341
|
+
def delete_identity_provider_configuration: (
|
342
|
+
organization_id: ::String
|
343
|
+
) -> _DeleteIdentityProviderConfigurationResponseSuccess
|
344
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityProviderConfigurationResponseSuccess
|
345
|
+
|
313
346
|
interface _DeleteImpersonationRoleResponseSuccess
|
314
347
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteImpersonationRoleResponse]
|
315
348
|
end
|
@@ -362,10 +395,21 @@ module Aws
|
|
362
395
|
?client_token: ::String,
|
363
396
|
organization_id: ::String,
|
364
397
|
delete_directory: bool,
|
365
|
-
?force_delete: bool
|
398
|
+
?force_delete: bool,
|
399
|
+
?delete_identity_center_application: bool
|
366
400
|
) -> _DeleteOrganizationResponseSuccess
|
367
401
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOrganizationResponseSuccess
|
368
402
|
|
403
|
+
interface _DeletePersonalAccessTokenResponseSuccess
|
404
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeletePersonalAccessTokenResponse]
|
405
|
+
end
|
406
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_personal_access_token-instance_method
|
407
|
+
def delete_personal_access_token: (
|
408
|
+
organization_id: ::String,
|
409
|
+
personal_access_token_id: ::String
|
410
|
+
) -> _DeletePersonalAccessTokenResponseSuccess
|
411
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePersonalAccessTokenResponseSuccess
|
412
|
+
|
369
413
|
interface _DeleteResourceResponseSuccess
|
370
414
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceResponse]
|
371
415
|
end
|
@@ -457,6 +501,18 @@ module Aws
|
|
457
501
|
) -> _DescribeGroupResponseSuccess
|
458
502
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGroupResponseSuccess
|
459
503
|
|
504
|
+
interface _DescribeIdentityProviderConfigurationResponseSuccess
|
505
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeIdentityProviderConfigurationResponse]
|
506
|
+
def authentication_mode: () -> ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY")
|
507
|
+
def identity_center_configuration: () -> Types::IdentityCenterConfiguration
|
508
|
+
def personal_access_token_configuration: () -> Types::PersonalAccessTokenConfiguration
|
509
|
+
end
|
510
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_identity_provider_configuration-instance_method
|
511
|
+
def describe_identity_provider_configuration: (
|
512
|
+
organization_id: ::String
|
513
|
+
) -> _DescribeIdentityProviderConfigurationResponseSuccess
|
514
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIdentityProviderConfigurationResponseSuccess
|
515
|
+
|
460
516
|
interface _DescribeInboundDmarcSettingsResponseSuccess
|
461
517
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInboundDmarcSettingsResponse]
|
462
518
|
def enforced: () -> bool
|
@@ -554,6 +610,8 @@ module Aws
|
|
554
610
|
def department: () -> ::String
|
555
611
|
def country: () -> ::String
|
556
612
|
def office: () -> ::String
|
613
|
+
def identity_provider_user_id: () -> ::String
|
614
|
+
def identity_provider_identity_store_id: () -> ::String
|
557
615
|
end
|
558
616
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_user-instance_method
|
559
617
|
def describe_user: (
|
@@ -702,6 +760,23 @@ module Aws
|
|
702
760
|
) -> _GetMobileDeviceAccessOverrideResponseSuccess
|
703
761
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMobileDeviceAccessOverrideResponseSuccess
|
704
762
|
|
763
|
+
interface _GetPersonalAccessTokenMetadataResponseSuccess
|
764
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPersonalAccessTokenMetadataResponse]
|
765
|
+
def personal_access_token_id: () -> ::String
|
766
|
+
def user_id: () -> ::String
|
767
|
+
def name: () -> ::String
|
768
|
+
def date_created: () -> ::Time
|
769
|
+
def date_last_used: () -> ::Time
|
770
|
+
def expires_time: () -> ::Time
|
771
|
+
def scopes: () -> ::Array[::String]
|
772
|
+
end
|
773
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_personal_access_token_metadata-instance_method
|
774
|
+
def get_personal_access_token_metadata: (
|
775
|
+
organization_id: ::String,
|
776
|
+
personal_access_token_id: ::String
|
777
|
+
) -> _GetPersonalAccessTokenMetadataResponseSuccess
|
778
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPersonalAccessTokenMetadataResponseSuccess
|
779
|
+
|
705
780
|
interface _ListAccessControlRulesResponseSuccess
|
706
781
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListAccessControlRulesResponse]
|
707
782
|
def rules: () -> ::Array[Types::AccessControlRule]
|
@@ -878,6 +953,20 @@ module Aws
|
|
878
953
|
) -> _ListOrganizationsResponseSuccess
|
879
954
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOrganizationsResponseSuccess
|
880
955
|
|
956
|
+
interface _ListPersonalAccessTokensResponseSuccess
|
957
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListPersonalAccessTokensResponse]
|
958
|
+
def next_token: () -> ::String
|
959
|
+
def personal_access_token_summaries: () -> ::Array[Types::PersonalAccessTokenSummary]
|
960
|
+
end
|
961
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_personal_access_tokens-instance_method
|
962
|
+
def list_personal_access_tokens: (
|
963
|
+
organization_id: ::String,
|
964
|
+
?user_id: ::String,
|
965
|
+
?next_token: ::String,
|
966
|
+
?max_results: ::Integer
|
967
|
+
) -> _ListPersonalAccessTokensResponseSuccess
|
968
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPersonalAccessTokensResponseSuccess
|
969
|
+
|
881
970
|
interface _ListResourceDelegatesResponseSuccess
|
882
971
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceDelegatesResponse]
|
883
972
|
def delegates: () -> ::Array[Types::Delegate]
|
@@ -934,7 +1023,8 @@ module Aws
|
|
934
1023
|
username_prefix: ::String?,
|
935
1024
|
display_name_prefix: ::String?,
|
936
1025
|
primary_email_prefix: ::String?,
|
937
|
-
state: ("ENABLED" | "DISABLED" | "DELETED")
|
1026
|
+
state: ("ENABLED" | "DISABLED" | "DELETED")?,
|
1027
|
+
identity_provider_user_id_prefix: ::String?
|
938
1028
|
}
|
939
1029
|
) -> _ListUsersResponseSuccess
|
940
1030
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
|
@@ -970,6 +1060,24 @@ module Aws
|
|
970
1060
|
) -> _PutEmailMonitoringConfigurationResponseSuccess
|
971
1061
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEmailMonitoringConfigurationResponseSuccess
|
972
1062
|
|
1063
|
+
interface _PutIdentityProviderConfigurationResponseSuccess
|
1064
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutIdentityProviderConfigurationResponse]
|
1065
|
+
end
|
1066
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_identity_provider_configuration-instance_method
|
1067
|
+
def put_identity_provider_configuration: (
|
1068
|
+
organization_id: ::String,
|
1069
|
+
authentication_mode: ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY"),
|
1070
|
+
identity_center_configuration: {
|
1071
|
+
instance_arn: ::String,
|
1072
|
+
application_arn: ::String
|
1073
|
+
},
|
1074
|
+
personal_access_token_configuration: {
|
1075
|
+
status: ("ACTIVE" | "INACTIVE"),
|
1076
|
+
lifetime_in_days: ::Integer?
|
1077
|
+
}
|
1078
|
+
) -> _PutIdentityProviderConfigurationResponseSuccess
|
1079
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutIdentityProviderConfigurationResponseSuccess
|
1080
|
+
|
973
1081
|
interface _PutInboundDmarcSettingsResponseSuccess
|
974
1082
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutInboundDmarcSettingsResponse]
|
975
1083
|
end
|
@@ -1264,7 +1372,8 @@ module Aws
|
|
1264
1372
|
?zip_code: ::String,
|
1265
1373
|
?department: ::String,
|
1266
1374
|
?country: ::String,
|
1267
|
-
?office: ::String
|
1375
|
+
?office: ::String,
|
1376
|
+
?identity_provider_user_id: ::String
|
1268
1377
|
) -> _UpdateUserResponseSuccess
|
1269
1378
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
|
1270
1379
|
end
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -118,6 +118,18 @@ module Aws::WorkMail
|
|
118
118
|
SENSITIVE: []
|
119
119
|
end
|
120
120
|
|
121
|
+
class CreateIdentityCenterApplicationRequest
|
122
|
+
attr_accessor name: ::String
|
123
|
+
attr_accessor instance_arn: ::String
|
124
|
+
attr_accessor client_token: ::String
|
125
|
+
SENSITIVE: []
|
126
|
+
end
|
127
|
+
|
128
|
+
class CreateIdentityCenterApplicationResponse
|
129
|
+
attr_accessor application_arn: ::String
|
130
|
+
SENSITIVE: []
|
131
|
+
end
|
132
|
+
|
121
133
|
class CreateImpersonationRoleRequest
|
122
134
|
attr_accessor client_token: ::String
|
123
135
|
attr_accessor organization_id: ::String
|
@@ -176,7 +188,7 @@ module Aws::WorkMail
|
|
176
188
|
attr_accessor type: ("ROOM" | "EQUIPMENT")
|
177
189
|
attr_accessor description: ::String
|
178
190
|
attr_accessor hidden_from_global_address_list: bool
|
179
|
-
SENSITIVE: []
|
191
|
+
SENSITIVE: [:description]
|
180
192
|
end
|
181
193
|
|
182
194
|
class CreateResourceResponse
|
@@ -193,6 +205,7 @@ module Aws::WorkMail
|
|
193
205
|
attr_accessor first_name: ::String
|
194
206
|
attr_accessor last_name: ::String
|
195
207
|
attr_accessor hidden_from_global_address_list: bool
|
208
|
+
attr_accessor identity_provider_user_id: ::String
|
196
209
|
SENSITIVE: [:display_name, :password, :first_name, :last_name]
|
197
210
|
end
|
198
211
|
|
@@ -252,6 +265,22 @@ module Aws::WorkMail
|
|
252
265
|
class DeleteGroupResponse < Aws::EmptyStructure
|
253
266
|
end
|
254
267
|
|
268
|
+
class DeleteIdentityCenterApplicationRequest
|
269
|
+
attr_accessor application_arn: ::String
|
270
|
+
SENSITIVE: []
|
271
|
+
end
|
272
|
+
|
273
|
+
class DeleteIdentityCenterApplicationResponse < Aws::EmptyStructure
|
274
|
+
end
|
275
|
+
|
276
|
+
class DeleteIdentityProviderConfigurationRequest
|
277
|
+
attr_accessor organization_id: ::String
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class DeleteIdentityProviderConfigurationResponse < Aws::EmptyStructure
|
282
|
+
end
|
283
|
+
|
255
284
|
class DeleteImpersonationRoleRequest
|
256
285
|
attr_accessor organization_id: ::String
|
257
286
|
attr_accessor impersonation_role_id: ::String
|
@@ -295,6 +324,7 @@ module Aws::WorkMail
|
|
295
324
|
attr_accessor organization_id: ::String
|
296
325
|
attr_accessor delete_directory: bool
|
297
326
|
attr_accessor force_delete: bool
|
327
|
+
attr_accessor delete_identity_center_application: bool
|
298
328
|
SENSITIVE: []
|
299
329
|
end
|
300
330
|
|
@@ -304,6 +334,15 @@ module Aws::WorkMail
|
|
304
334
|
SENSITIVE: []
|
305
335
|
end
|
306
336
|
|
337
|
+
class DeletePersonalAccessTokenRequest
|
338
|
+
attr_accessor organization_id: ::String
|
339
|
+
attr_accessor personal_access_token_id: ::String
|
340
|
+
SENSITIVE: []
|
341
|
+
end
|
342
|
+
|
343
|
+
class DeletePersonalAccessTokenResponse < Aws::EmptyStructure
|
344
|
+
end
|
345
|
+
|
307
346
|
class DeleteResourceRequest
|
308
347
|
attr_accessor organization_id: ::String
|
309
348
|
attr_accessor resource_id: ::String
|
@@ -390,6 +429,18 @@ module Aws::WorkMail
|
|
390
429
|
SENSITIVE: []
|
391
430
|
end
|
392
431
|
|
432
|
+
class DescribeIdentityProviderConfigurationRequest
|
433
|
+
attr_accessor organization_id: ::String
|
434
|
+
SENSITIVE: []
|
435
|
+
end
|
436
|
+
|
437
|
+
class DescribeIdentityProviderConfigurationResponse
|
438
|
+
attr_accessor authentication_mode: ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY")
|
439
|
+
attr_accessor identity_center_configuration: Types::IdentityCenterConfiguration
|
440
|
+
attr_accessor personal_access_token_configuration: Types::PersonalAccessTokenConfiguration
|
441
|
+
SENSITIVE: []
|
442
|
+
end
|
443
|
+
|
393
444
|
class DescribeInboundDmarcSettingsRequest
|
394
445
|
attr_accessor organization_id: ::String
|
395
446
|
SENSITIVE: []
|
@@ -459,7 +510,7 @@ module Aws::WorkMail
|
|
459
510
|
attr_accessor disabled_date: ::Time
|
460
511
|
attr_accessor description: ::String
|
461
512
|
attr_accessor hidden_from_global_address_list: bool
|
462
|
-
SENSITIVE: []
|
513
|
+
SENSITIVE: [:description]
|
463
514
|
end
|
464
515
|
|
465
516
|
class DescribeUserRequest
|
@@ -492,6 +543,8 @@ module Aws::WorkMail
|
|
492
543
|
attr_accessor department: ::String
|
493
544
|
attr_accessor country: ::String
|
494
545
|
attr_accessor office: ::String
|
546
|
+
attr_accessor identity_provider_user_id: ::String
|
547
|
+
attr_accessor identity_provider_identity_store_id: ::String
|
495
548
|
SENSITIVE: [:display_name, :first_name, :last_name, :initials, :telephone, :street, :job_title, :city, :company, :zip_code, :department, :country, :office]
|
496
549
|
end
|
497
550
|
|
@@ -695,6 +748,23 @@ module Aws::WorkMail
|
|
695
748
|
SENSITIVE: []
|
696
749
|
end
|
697
750
|
|
751
|
+
class GetPersonalAccessTokenMetadataRequest
|
752
|
+
attr_accessor organization_id: ::String
|
753
|
+
attr_accessor personal_access_token_id: ::String
|
754
|
+
SENSITIVE: []
|
755
|
+
end
|
756
|
+
|
757
|
+
class GetPersonalAccessTokenMetadataResponse
|
758
|
+
attr_accessor personal_access_token_id: ::String
|
759
|
+
attr_accessor user_id: ::String
|
760
|
+
attr_accessor name: ::String
|
761
|
+
attr_accessor date_created: ::Time
|
762
|
+
attr_accessor date_last_used: ::Time
|
763
|
+
attr_accessor expires_time: ::Time
|
764
|
+
attr_accessor scopes: ::Array[::String]
|
765
|
+
SENSITIVE: []
|
766
|
+
end
|
767
|
+
|
698
768
|
class Group
|
699
769
|
attr_accessor id: ::String
|
700
770
|
attr_accessor email: ::String
|
@@ -711,6 +781,12 @@ module Aws::WorkMail
|
|
711
781
|
SENSITIVE: []
|
712
782
|
end
|
713
783
|
|
784
|
+
class IdentityCenterConfiguration
|
785
|
+
attr_accessor instance_arn: ::String
|
786
|
+
attr_accessor application_arn: ::String
|
787
|
+
SENSITIVE: []
|
788
|
+
end
|
789
|
+
|
714
790
|
class ImpersonationMatchedRule
|
715
791
|
attr_accessor impersonation_rule_id: ::String
|
716
792
|
attr_accessor name: ::String
|
@@ -948,6 +1024,20 @@ module Aws::WorkMail
|
|
948
1024
|
SENSITIVE: []
|
949
1025
|
end
|
950
1026
|
|
1027
|
+
class ListPersonalAccessTokensRequest
|
1028
|
+
attr_accessor organization_id: ::String
|
1029
|
+
attr_accessor user_id: ::String
|
1030
|
+
attr_accessor next_token: ::String
|
1031
|
+
attr_accessor max_results: ::Integer
|
1032
|
+
SENSITIVE: []
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class ListPersonalAccessTokensResponse
|
1036
|
+
attr_accessor next_token: ::String
|
1037
|
+
attr_accessor personal_access_token_summaries: ::Array[Types::PersonalAccessTokenSummary]
|
1038
|
+
SENSITIVE: []
|
1039
|
+
end
|
1040
|
+
|
951
1041
|
class ListResourceDelegatesRequest
|
952
1042
|
attr_accessor organization_id: ::String
|
953
1043
|
attr_accessor resource_id: ::String
|
@@ -998,6 +1088,7 @@ module Aws::WorkMail
|
|
998
1088
|
attr_accessor display_name_prefix: ::String
|
999
1089
|
attr_accessor primary_email_prefix: ::String
|
1000
1090
|
attr_accessor state: ("ENABLED" | "DISABLED" | "DELETED")
|
1091
|
+
attr_accessor identity_provider_user_id_prefix: ::String
|
1001
1092
|
SENSITIVE: [:display_name_prefix]
|
1002
1093
|
end
|
1003
1094
|
|
@@ -1124,6 +1215,23 @@ module Aws::WorkMail
|
|
1124
1215
|
SENSITIVE: []
|
1125
1216
|
end
|
1126
1217
|
|
1218
|
+
class PersonalAccessTokenConfiguration
|
1219
|
+
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
1220
|
+
attr_accessor lifetime_in_days: ::Integer
|
1221
|
+
SENSITIVE: []
|
1222
|
+
end
|
1223
|
+
|
1224
|
+
class PersonalAccessTokenSummary
|
1225
|
+
attr_accessor personal_access_token_id: ::String
|
1226
|
+
attr_accessor user_id: ::String
|
1227
|
+
attr_accessor name: ::String
|
1228
|
+
attr_accessor date_created: ::Time
|
1229
|
+
attr_accessor date_last_used: ::Time
|
1230
|
+
attr_accessor expires_time: ::Time
|
1231
|
+
attr_accessor scopes: ::Array[::String]
|
1232
|
+
SENSITIVE: []
|
1233
|
+
end
|
1234
|
+
|
1127
1235
|
class PutAccessControlRuleRequest
|
1128
1236
|
attr_accessor name: ::String
|
1129
1237
|
attr_accessor effect: ("ALLOW" | "DENY")
|
@@ -1153,6 +1261,17 @@ module Aws::WorkMail
|
|
1153
1261
|
class PutEmailMonitoringConfigurationResponse < Aws::EmptyStructure
|
1154
1262
|
end
|
1155
1263
|
|
1264
|
+
class PutIdentityProviderConfigurationRequest
|
1265
|
+
attr_accessor organization_id: ::String
|
1266
|
+
attr_accessor authentication_mode: ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY")
|
1267
|
+
attr_accessor identity_center_configuration: Types::IdentityCenterConfiguration
|
1268
|
+
attr_accessor personal_access_token_configuration: Types::PersonalAccessTokenConfiguration
|
1269
|
+
SENSITIVE: []
|
1270
|
+
end
|
1271
|
+
|
1272
|
+
class PutIdentityProviderConfigurationResponse < Aws::EmptyStructure
|
1273
|
+
end
|
1274
|
+
|
1156
1275
|
class PutInboundDmarcSettingsRequest
|
1157
1276
|
attr_accessor organization_id: ::String
|
1158
1277
|
attr_accessor enforced: bool
|
@@ -1247,7 +1366,7 @@ module Aws::WorkMail
|
|
1247
1366
|
attr_accessor enabled_date: ::Time
|
1248
1367
|
attr_accessor disabled_date: ::Time
|
1249
1368
|
attr_accessor description: ::String
|
1250
|
-
SENSITIVE: []
|
1369
|
+
SENSITIVE: [:description]
|
1251
1370
|
end
|
1252
1371
|
|
1253
1372
|
class ResourceNotFoundException
|
@@ -1411,7 +1530,7 @@ module Aws::WorkMail
|
|
1411
1530
|
attr_accessor description: ::String
|
1412
1531
|
attr_accessor type: ("ROOM" | "EQUIPMENT")
|
1413
1532
|
attr_accessor hidden_from_global_address_list: bool
|
1414
|
-
SENSITIVE: []
|
1533
|
+
SENSITIVE: [:description]
|
1415
1534
|
end
|
1416
1535
|
|
1417
1536
|
class UpdateResourceResponse < Aws::EmptyStructure
|
@@ -1435,6 +1554,7 @@ module Aws::WorkMail
|
|
1435
1554
|
attr_accessor department: ::String
|
1436
1555
|
attr_accessor country: ::String
|
1437
1556
|
attr_accessor office: ::String
|
1557
|
+
attr_accessor identity_provider_user_id: ::String
|
1438
1558
|
SENSITIVE: [:display_name, :first_name, :last_name, :initials, :telephone, :street, :job_title, :city, :company, :zip_code, :department, :country, :office]
|
1439
1559
|
end
|
1440
1560
|
|
@@ -1450,6 +1570,8 @@ module Aws::WorkMail
|
|
1450
1570
|
attr_accessor user_role: ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER")
|
1451
1571
|
attr_accessor enabled_date: ::Time
|
1452
1572
|
attr_accessor disabled_date: ::Time
|
1573
|
+
attr_accessor identity_provider_user_id: ::String
|
1574
|
+
attr_accessor identity_provider_identity_store_id: ::String
|
1453
1575
|
SENSITIVE: []
|
1454
1576
|
end
|
1455
1577
|
end
|
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.79.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|