aws-sdk-workmail 1.23.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c39f3603709f4cd2ae480efc95351f035d875a30e5b429f672dfcae380e16ae
4
- data.tar.gz: e5d41f72f557c0868a6eb0bd1abd5a4b7b2681808911f84591691500db244888
3
+ metadata.gz: 7d0c366077492d333463aca449010774e30cd1f21c2510141609986144a8972b
4
+ data.tar.gz: b23f60c00f08bd3b3ec43fff2759f2c2bb3e442e3f3b27f6ac31ee9cc461b83d
5
5
  SHA512:
6
- metadata.gz: 58cbaedfac4e212c69adf9c60192c06cc30ff80f85f8c33f30c60783f1a11949ffb9bbd958a011deb1a7c333a0b7bdc3eadee0423576cf77482da9a2f0f8966a
7
- data.tar.gz: ab9b0953bbe5d6f61f3edf6e17f5fae26928c4e730aa131b06f254d81b060d9dc7da17d0e2f884861f1ed3c8b16dcea89977dc6bc246102810a40e165a3f75c3
6
+ metadata.gz: f06f16d67d2d93e58a23ca92a5e5f279c0eefa3a226325c29879d2f64b75d6dad72a9bc9343b608e839112d72d9f0d91b6022217bd99723e736af2b857c8ffcc
7
+ data.tar.gz: 9f24e0858e7122ed02ab1934cdfc06cb13a1735fbdf91832c92f466b2ef654df303f091cb0cbd84e786fd57e59d2247cfdba4929718ee297f91cf3e172374fa6
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-workmail/customizations'
45
45
  # @service
46
46
  module Aws::WorkMail
47
47
 
48
- GEM_VERSION = '1.23.0'
48
+ GEM_VERSION = '1.24.0'
49
49
 
50
50
  end
@@ -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 non-deleted organizations.
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.23.0'
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
 
@@ -363,7 +363,7 @@ module Aws::WorkMail
363
363
  # data as a hash:
364
364
  #
365
365
  # {
366
- # organization_id: "OrganizationId",
366
+ # organization_id: "OrganizationId", # required
367
367
  # name: "AccessControlRuleName", # required
368
368
  # }
369
369
  #
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.23.0
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-07 00:00:00.000000000 Z
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