aws-sdk-workmail 1.23.0 → 1.24.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/lib/aws-sdk-workmail.rb +1 -1
- data/lib/aws-sdk-workmail/client.rb +4 -4
- data/lib/aws-sdk-workmail/client_api.rb +1 -1
- data/lib/aws-sdk-workmail/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d0c366077492d333463aca449010774e30cd1f21c2510141609986144a8972b
|
|
4
|
+
data.tar.gz: b23f60c00f08bd3b3ec43fff2759f2c2bb3e442e3f3b27f6ac31ee9cc461b83d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f06f16d67d2d93e58a23ca92a5e5f279c0eefa3a226325c29879d2f64b75d6dad72a9bc9343b608e839112d72d9f0d91b6022217bd99723e736af2b857c8ffcc
|
|
7
|
+
data.tar.gz: 9f24e0858e7122ed02ab1934cdfc06cb13a1735fbdf91832c92f466b2ef654df303f091cb0cbd84e786fd57e59d2247cfdba4929718ee297f91cf3e172374fa6
|
data/lib/aws-sdk-workmail.rb
CHANGED
|
@@ -525,7 +525,7 @@ module Aws::WorkMail
|
|
|
525
525
|
# Deletes an access control rule for the specified WorkMail
|
|
526
526
|
# organization.
|
|
527
527
|
#
|
|
528
|
-
# @option params [String] :organization_id
|
|
528
|
+
# @option params [required, String] :organization_id
|
|
529
529
|
# The identifier for the organization.
|
|
530
530
|
#
|
|
531
531
|
# @option params [required, String] :name
|
|
@@ -536,7 +536,7 @@ module Aws::WorkMail
|
|
|
536
536
|
# @example Request syntax with placeholder values
|
|
537
537
|
#
|
|
538
538
|
# resp = client.delete_access_control_rule({
|
|
539
|
-
# organization_id: "OrganizationId",
|
|
539
|
+
# organization_id: "OrganizationId", # required
|
|
540
540
|
# name: "AccessControlRuleName", # required
|
|
541
541
|
# })
|
|
542
542
|
#
|
|
@@ -1299,7 +1299,7 @@ module Aws::WorkMail
|
|
|
1299
1299
|
req.send_request(options)
|
|
1300
1300
|
end
|
|
1301
1301
|
|
|
1302
|
-
# Returns summaries of the customer's
|
|
1302
|
+
# Returns summaries of the customer's organizations.
|
|
1303
1303
|
#
|
|
1304
1304
|
# @option params [String] :next_token
|
|
1305
1305
|
# The token to use to retrieve the next page of results. The first call
|
|
@@ -1880,7 +1880,7 @@ module Aws::WorkMail
|
|
|
1880
1880
|
params: params,
|
|
1881
1881
|
config: config)
|
|
1882
1882
|
context[:gem_name] = 'aws-sdk-workmail'
|
|
1883
|
-
context[:gem_version] = '1.
|
|
1883
|
+
context[:gem_version] = '1.24.0'
|
|
1884
1884
|
Seahorse::Client::Request.new(handlers, context)
|
|
1885
1885
|
end
|
|
1886
1886
|
|
|
@@ -242,7 +242,7 @@ module Aws::WorkMail
|
|
|
242
242
|
Delegate.add_member(:type, Shapes::ShapeRef.new(shape: MemberType, required: true, location_name: "Type"))
|
|
243
243
|
Delegate.struct_class = Types::Delegate
|
|
244
244
|
|
|
245
|
-
DeleteAccessControlRuleRequest.add_member(:organization_id, Shapes::ShapeRef.new(shape: OrganizationId, location_name: "OrganizationId"))
|
|
245
|
+
DeleteAccessControlRuleRequest.add_member(:organization_id, Shapes::ShapeRef.new(shape: OrganizationId, required: true, location_name: "OrganizationId"))
|
|
246
246
|
DeleteAccessControlRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessControlRuleName, required: true, location_name: "Name"))
|
|
247
247
|
DeleteAccessControlRuleRequest.struct_class = Types::DeleteAccessControlRuleRequest
|
|
248
248
|
|
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.24.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-05-
|
|
11
|
+
date: 2020-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|