aws-sdk-workmail 1.32.0 → 1.33.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 162a075a8bc4a77c1760e32aa4b4459bd7d13d74c1f80ab91885ef250ad1db11
4
- data.tar.gz: 551950cec0756abd8517b2ed3a86b399d2261026c1690ff8b1ec423dc63e5ce3
3
+ metadata.gz: 3201d2e0edef8a11db5d5ebfd9423b233e2efa004dc7a152123d1763259da22d
4
+ data.tar.gz: f843012acca6da88ea974e20ab55792e464af68da7ff6d34e6d52ad773e4de44
5
5
  SHA512:
6
- metadata.gz: 2819fd88e0a74783ea79deb24c17d55246557b1f3c1ae4d95f3fbd803811f96e6ed0fa584c20e04e60c0caa6d73283d1e56065b67ec86dc871808c8bec12cab5
7
- data.tar.gz: 597dc41977fd5baa014d2481b34a7a1ebf301c7169a92573904d254e3ea9ca962396fb91130577ff2e54cf21c130777dec0c7426ff0d6dd077ad9f7fcc5b45a0
6
+ metadata.gz: 031653ef702350423c145a5c14d6bb1dcef3a7a7ece56459587f35801b2d8d000f11044ea0c8f324bde7a655937f5a3b471b5233a842d188b60052e6def70596
7
+ data.tar.gz: 30730fb1c6d40c62f6eee4d3362feaedd58ecfbf833e15b277fce86ef5860f4f53f05cbef13b9aad21e23374fc45c27f8934c78bb200de37cb4fd6ad2421a456
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workmail/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkMail
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
@@ -628,8 +628,8 @@ module Aws::WorkMail
628
628
  # The identifier of the organization for which the user is created.
629
629
  #
630
630
  # @option params [required, String] :name
631
- # The name for the new user. Simple AD or AD Connector user names have a
632
- # maximum length of 20. All others have a maximum length of 64.
631
+ # The name for the new user. WorkMail directory user names have a
632
+ # maximum length of 64. All others have a maximum length of 20.
633
633
  #
634
634
  # @option params [required, String] :display_name
635
635
  # The display name for the new user.
@@ -2354,7 +2354,7 @@ module Aws::WorkMail
2354
2354
  params: params,
2355
2355
  config: config)
2356
2356
  context[:gem_name] = 'aws-sdk-workmail'
2357
- context[:gem_version] = '1.32.0'
2357
+ context[:gem_version] = '1.33.0'
2358
2358
  Seahorse::Client::Request.new(handlers, context)
2359
2359
  end
2360
2360
 
@@ -427,8 +427,8 @@ module Aws::WorkMail
427
427
  # @return [String]
428
428
  #
429
429
  # @!attribute [rw] name
430
- # The name for the new user. Simple AD or AD Connector user names have
431
- # a maximum length of 20. All others have a maximum length of 64.
430
+ # The name for the new user. WorkMail directory user names have a
431
+ # maximum length of 64. All others have a maximum length of 20.
432
432
  # @return [String]
433
433
  #
434
434
  # @!attribute [rw] display_name
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.32.0
4
+ version: 1.33.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-10-15 00:00:00.000000000 Z
11
+ date: 2020-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core