aws-sdk-workmail 1.77.0 → 1.78.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -163,6 +163,18 @@ module Aws
163
163
  ) -> _CreateGroupResponseSuccess
164
164
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGroupResponseSuccess
165
165
 
166
+ interface _CreateIdentityCenterApplicationResponseSuccess
167
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdentityCenterApplicationResponse]
168
+ def application_arn: () -> ::String
169
+ end
170
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#create_identity_center_application-instance_method
171
+ def create_identity_center_application: (
172
+ name: ::String,
173
+ instance_arn: ::String,
174
+ ?client_token: ::String
175
+ ) -> _CreateIdentityCenterApplicationResponseSuccess
176
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdentityCenterApplicationResponseSuccess
177
+
166
178
  interface _CreateImpersonationRoleResponseSuccess
167
179
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateImpersonationRoleResponse]
168
180
  def impersonation_role_id: () -> ::String
@@ -256,7 +268,8 @@ module Aws
256
268
  ?role: ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER"),
257
269
  ?first_name: ::String,
258
270
  ?last_name: ::String,
259
- ?hidden_from_global_address_list: bool
271
+ ?hidden_from_global_address_list: bool,
272
+ ?identity_provider_user_id: ::String
260
273
  ) -> _CreateUserResponseSuccess
261
274
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
262
275
 
@@ -310,6 +323,24 @@ module Aws
310
323
  ) -> _DeleteGroupResponseSuccess
311
324
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGroupResponseSuccess
312
325
 
326
+ interface _DeleteIdentityCenterApplicationResponseSuccess
327
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdentityCenterApplicationResponse]
328
+ end
329
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_identity_center_application-instance_method
330
+ def delete_identity_center_application: (
331
+ application_arn: ::String
332
+ ) -> _DeleteIdentityCenterApplicationResponseSuccess
333
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityCenterApplicationResponseSuccess
334
+
335
+ interface _DeleteIdentityProviderConfigurationResponseSuccess
336
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdentityProviderConfigurationResponse]
337
+ end
338
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_identity_provider_configuration-instance_method
339
+ def delete_identity_provider_configuration: (
340
+ organization_id: ::String
341
+ ) -> _DeleteIdentityProviderConfigurationResponseSuccess
342
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityProviderConfigurationResponseSuccess
343
+
313
344
  interface _DeleteImpersonationRoleResponseSuccess
314
345
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteImpersonationRoleResponse]
315
346
  end
@@ -362,10 +393,21 @@ module Aws
362
393
  ?client_token: ::String,
363
394
  organization_id: ::String,
364
395
  delete_directory: bool,
365
- ?force_delete: bool
396
+ ?force_delete: bool,
397
+ ?delete_identity_center_application: bool
366
398
  ) -> _DeleteOrganizationResponseSuccess
367
399
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOrganizationResponseSuccess
368
400
 
401
+ interface _DeletePersonalAccessTokenResponseSuccess
402
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePersonalAccessTokenResponse]
403
+ end
404
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#delete_personal_access_token-instance_method
405
+ def delete_personal_access_token: (
406
+ organization_id: ::String,
407
+ personal_access_token_id: ::String
408
+ ) -> _DeletePersonalAccessTokenResponseSuccess
409
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePersonalAccessTokenResponseSuccess
410
+
369
411
  interface _DeleteResourceResponseSuccess
370
412
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceResponse]
371
413
  end
@@ -457,6 +499,18 @@ module Aws
457
499
  ) -> _DescribeGroupResponseSuccess
458
500
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGroupResponseSuccess
459
501
 
502
+ interface _DescribeIdentityProviderConfigurationResponseSuccess
503
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeIdentityProviderConfigurationResponse]
504
+ def authentication_mode: () -> ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY")
505
+ def identity_center_configuration: () -> Types::IdentityCenterConfiguration
506
+ def personal_access_token_configuration: () -> Types::PersonalAccessTokenConfiguration
507
+ end
508
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_identity_provider_configuration-instance_method
509
+ def describe_identity_provider_configuration: (
510
+ organization_id: ::String
511
+ ) -> _DescribeIdentityProviderConfigurationResponseSuccess
512
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIdentityProviderConfigurationResponseSuccess
513
+
460
514
  interface _DescribeInboundDmarcSettingsResponseSuccess
461
515
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInboundDmarcSettingsResponse]
462
516
  def enforced: () -> bool
@@ -554,6 +608,8 @@ module Aws
554
608
  def department: () -> ::String
555
609
  def country: () -> ::String
556
610
  def office: () -> ::String
611
+ def identity_provider_user_id: () -> ::String
612
+ def identity_provider_identity_store_id: () -> ::String
557
613
  end
558
614
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#describe_user-instance_method
559
615
  def describe_user: (
@@ -702,6 +758,23 @@ module Aws
702
758
  ) -> _GetMobileDeviceAccessOverrideResponseSuccess
703
759
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMobileDeviceAccessOverrideResponseSuccess
704
760
 
761
+ interface _GetPersonalAccessTokenMetadataResponseSuccess
762
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPersonalAccessTokenMetadataResponse]
763
+ def personal_access_token_id: () -> ::String
764
+ def user_id: () -> ::String
765
+ def name: () -> ::String
766
+ def date_created: () -> ::Time
767
+ def date_last_used: () -> ::Time
768
+ def expires_time: () -> ::Time
769
+ def scopes: () -> ::Array[::String]
770
+ end
771
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#get_personal_access_token_metadata-instance_method
772
+ def get_personal_access_token_metadata: (
773
+ organization_id: ::String,
774
+ personal_access_token_id: ::String
775
+ ) -> _GetPersonalAccessTokenMetadataResponseSuccess
776
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPersonalAccessTokenMetadataResponseSuccess
777
+
705
778
  interface _ListAccessControlRulesResponseSuccess
706
779
  include ::Seahorse::Client::_ResponseSuccess[Types::ListAccessControlRulesResponse]
707
780
  def rules: () -> ::Array[Types::AccessControlRule]
@@ -878,6 +951,20 @@ module Aws
878
951
  ) -> _ListOrganizationsResponseSuccess
879
952
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOrganizationsResponseSuccess
880
953
 
954
+ interface _ListPersonalAccessTokensResponseSuccess
955
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPersonalAccessTokensResponse]
956
+ def next_token: () -> ::String
957
+ def personal_access_token_summaries: () -> ::Array[Types::PersonalAccessTokenSummary]
958
+ end
959
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#list_personal_access_tokens-instance_method
960
+ def list_personal_access_tokens: (
961
+ organization_id: ::String,
962
+ ?user_id: ::String,
963
+ ?next_token: ::String,
964
+ ?max_results: ::Integer
965
+ ) -> _ListPersonalAccessTokensResponseSuccess
966
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPersonalAccessTokensResponseSuccess
967
+
881
968
  interface _ListResourceDelegatesResponseSuccess
882
969
  include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceDelegatesResponse]
883
970
  def delegates: () -> ::Array[Types::Delegate]
@@ -934,7 +1021,8 @@ module Aws
934
1021
  username_prefix: ::String?,
935
1022
  display_name_prefix: ::String?,
936
1023
  primary_email_prefix: ::String?,
937
- state: ("ENABLED" | "DISABLED" | "DELETED")?
1024
+ state: ("ENABLED" | "DISABLED" | "DELETED")?,
1025
+ identity_provider_user_id_prefix: ::String?
938
1026
  }
939
1027
  ) -> _ListUsersResponseSuccess
940
1028
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
@@ -970,6 +1058,24 @@ module Aws
970
1058
  ) -> _PutEmailMonitoringConfigurationResponseSuccess
971
1059
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEmailMonitoringConfigurationResponseSuccess
972
1060
 
1061
+ interface _PutIdentityProviderConfigurationResponseSuccess
1062
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutIdentityProviderConfigurationResponse]
1063
+ end
1064
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkMail/Client.html#put_identity_provider_configuration-instance_method
1065
+ def put_identity_provider_configuration: (
1066
+ organization_id: ::String,
1067
+ authentication_mode: ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY"),
1068
+ identity_center_configuration: {
1069
+ instance_arn: ::String,
1070
+ application_arn: ::String
1071
+ },
1072
+ personal_access_token_configuration: {
1073
+ status: ("ACTIVE" | "INACTIVE"),
1074
+ lifetime_in_days: ::Integer?
1075
+ }
1076
+ ) -> _PutIdentityProviderConfigurationResponseSuccess
1077
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutIdentityProviderConfigurationResponseSuccess
1078
+
973
1079
  interface _PutInboundDmarcSettingsResponseSuccess
974
1080
  include ::Seahorse::Client::_ResponseSuccess[Types::PutInboundDmarcSettingsResponse]
975
1081
  end
@@ -1264,7 +1370,8 @@ module Aws
1264
1370
  ?zip_code: ::String,
1265
1371
  ?department: ::String,
1266
1372
  ?country: ::String,
1267
- ?office: ::String
1373
+ ?office: ::String,
1374
+ ?identity_provider_user_id: ::String
1268
1375
  ) -> _UpdateUserResponseSuccess
1269
1376
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
1270
1377
  end
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.77.0
4
+ version: 1.78.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core