aws-sdk-workmail 1.98.0 → 1.99.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workmail/client.rb +1 -1
- data/lib/aws-sdk-workmail.rb +1 -1
- data/sig/client.rbs +5 -19
- data/sig/params.rbs +22 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02beb4ae87ee293f6c526915edc0f2348a4926e12cf635f4a40fbf504bb9bd59
|
|
4
|
+
data.tar.gz: b77881cf134133e6962cfa19e1f3218bf9f0a573a67860a3a008d9b8eb2d815c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b854930239b9c4eee0f8da62ae5ee3078350d364ed011cf9b95a6df05b2d8b9694ae2be10f67b2d8fe2c43b121f440d7635f98534493e44e4b05df73cf0eeef9
|
|
7
|
+
data.tar.gz: 2ea25b09b381a717f341be63eb05fedadf74b8cb790e7ec22a5a68c2a2f3c35d5fed2eb82e650782afb804b8fa8a4c4b92d20387e89551f435c8f2ee45a6fb86
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
data/lib/aws-sdk-workmail.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -190,14 +190,7 @@ module Aws
|
|
|
190
190
|
type: ("FULL_ACCESS" | "READ_ONLY"),
|
|
191
191
|
?description: ::String,
|
|
192
192
|
rules: Array[
|
|
193
|
-
|
|
194
|
-
impersonation_rule_id: ::String,
|
|
195
|
-
name: ::String?,
|
|
196
|
-
description: ::String?,
|
|
197
|
-
effect: ("ALLOW" | "DENY"),
|
|
198
|
-
target_users: Array[::String]?,
|
|
199
|
-
not_target_users: Array[::String]?
|
|
200
|
-
},
|
|
193
|
+
Params::impersonation_rule
|
|
201
194
|
]
|
|
202
195
|
) -> _CreateImpersonationRoleResponseSuccess
|
|
203
196
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImpersonationRoleResponseSuccess
|
|
@@ -237,7 +230,7 @@ module Aws
|
|
|
237
230
|
{
|
|
238
231
|
domain_name: ::String,
|
|
239
232
|
hosted_zone_id: ::String?
|
|
240
|
-
}
|
|
233
|
+
}
|
|
241
234
|
],
|
|
242
235
|
?kms_key_arn: ::String,
|
|
243
236
|
?enable_interoperability: bool
|
|
@@ -1128,7 +1121,7 @@ module Aws
|
|
|
1128
1121
|
name: ("INBOX" | "DELETED_ITEMS" | "SENT_ITEMS" | "DRAFTS" | "JUNK_EMAIL"),
|
|
1129
1122
|
action: ("NONE" | "DELETE" | "PERMANENTLY_DELETE"),
|
|
1130
1123
|
period: ::Integer?
|
|
1131
|
-
}
|
|
1124
|
+
}
|
|
1132
1125
|
]
|
|
1133
1126
|
) -> _PutRetentionPolicyResponseSuccess
|
|
1134
1127
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRetentionPolicyResponseSuccess
|
|
@@ -1193,7 +1186,7 @@ module Aws
|
|
|
1193
1186
|
{
|
|
1194
1187
|
key: ::String,
|
|
1195
1188
|
value: ::String
|
|
1196
|
-
}
|
|
1189
|
+
}
|
|
1197
1190
|
]
|
|
1198
1191
|
) -> _TagResourceResponseSuccess
|
|
1199
1192
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1278,14 +1271,7 @@ module Aws
|
|
|
1278
1271
|
type: ("FULL_ACCESS" | "READ_ONLY"),
|
|
1279
1272
|
?description: ::String,
|
|
1280
1273
|
rules: Array[
|
|
1281
|
-
|
|
1282
|
-
impersonation_rule_id: ::String,
|
|
1283
|
-
name: ::String?,
|
|
1284
|
-
description: ::String?,
|
|
1285
|
-
effect: ("ALLOW" | "DENY"),
|
|
1286
|
-
target_users: Array[::String]?,
|
|
1287
|
-
not_target_users: Array[::String]?
|
|
1288
|
-
},
|
|
1274
|
+
Params::impersonation_rule
|
|
1289
1275
|
]
|
|
1290
1276
|
) -> _UpdateImpersonationRoleResponseSuccess
|
|
1291
1277
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateImpersonationRoleResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module WorkMail
|
|
10
|
+
module Params
|
|
11
|
+
type impersonation_rule = {
|
|
12
|
+
impersonation_rule_id: ::String,
|
|
13
|
+
name: ::String?,
|
|
14
|
+
description: ::String?,
|
|
15
|
+
effect: ("ALLOW" | "DENY"),
|
|
16
|
+
target_users: Array[::String]?,
|
|
17
|
+
not_target_users: Array[::String]?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.99.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-workmail/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|