aws-sdk-directoryservice 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a098827a622ad10f2d0fd51df4f0e26ab22eb231
4
- data.tar.gz: 3a943933fd5b2a60bd50a35ea40878aad86e3e36
3
+ metadata.gz: 974ec85cd73acf834be733a51e04c079ff04f331
4
+ data.tar.gz: 2919bc8c3a35e9f40196b12f1b51041ebde49872
5
5
  SHA512:
6
- metadata.gz: ff7d8c8ec4aa4702dd148bd1de40c4796eb5399447578ebc8d050177433ec44aa8881f23f751041ba6c2220a0ad8f7b024e0d2dd7519cc4cd474d022c8eb56e4
7
- data.tar.gz: 181912dbc7dd2c2bac4d37fa26a54907bef5667c29f324064a28cec9b621ac327bbb0e9e2a1b877516b22227019891d0a276f5d1eaa7c874d8f0c8ef757d8f83
6
+ metadata.gz: fcaa6c9fb606fec6dcb4800621724bed760f7da145d4c24fc64a2006514cb14dfc0c76d08a34e2ac8d8d0fb773ce304dca53c7120d13c696e6912d05d7bcd52a
7
+ data.tar.gz: 31af0b3fda8adf7ff69a68e9a6728538867ca6bf9c0f3e5808b05dc904a79213a54060ab8c1b0dc953ac654dfced601d8b8dff4425dc9103099cb00d8ee1783a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directoryservice/customizations'
42
42
  # @service
43
43
  module Aws::DirectoryService
44
44
 
45
- GEM_VERSION = '1.23.0'
45
+ GEM_VERSION = '1.24.0'
46
46
 
47
47
  end
@@ -1717,7 +1717,7 @@ module Aws::DirectoryService
1717
1717
  # @option params [required, String] :directory_id
1718
1718
  # The identifier of the directory.
1719
1719
  #
1720
- # @option params [String] :type
1720
+ # @option params [required, String] :type
1721
1721
  # The type of LDAP security that the customer wants to enable. The
1722
1722
  # security can be either server or client, but currently only the
1723
1723
  # default `Client` is supported.
@@ -1728,7 +1728,7 @@ module Aws::DirectoryService
1728
1728
  #
1729
1729
  # resp = client.disable_ldaps({
1730
1730
  # directory_id: "DirectoryId", # required
1731
- # type: "Client", # accepts Client
1731
+ # type: "Client", # required, accepts Client
1732
1732
  # })
1733
1733
  #
1734
1734
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableLDAPS AWS API Documentation
@@ -1810,7 +1810,7 @@ module Aws::DirectoryService
1810
1810
  # @option params [required, String] :directory_id
1811
1811
  # The identifier of the directory.
1812
1812
  #
1813
- # @option params [String] :type
1813
+ # @option params [required, String] :type
1814
1814
  # The type of LDAP security the customer wants to enable. The security
1815
1815
  # can be either server or client, but currently only the default
1816
1816
  # `Client` is supported.
@@ -1821,7 +1821,7 @@ module Aws::DirectoryService
1821
1821
  #
1822
1822
  # resp = client.enable_ldaps({
1823
1823
  # directory_id: "DirectoryId", # required
1824
- # type: "Client", # accepts Client
1824
+ # type: "Client", # required, accepts Client
1825
1825
  # })
1826
1826
  #
1827
1827
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableLDAPS AWS API Documentation
@@ -2760,7 +2760,7 @@ module Aws::DirectoryService
2760
2760
  params: params,
2761
2761
  config: config)
2762
2762
  context[:gem_name] = 'aws-sdk-directoryservice'
2763
- context[:gem_version] = '1.23.0'
2763
+ context[:gem_version] = '1.24.0'
2764
2764
  Seahorse::Client::Request.new(handlers, context)
2765
2765
  end
2766
2766
 
@@ -700,7 +700,7 @@ module Aws::DirectoryService
700
700
  DirectoryVpcSettingsDescription.struct_class = Types::DirectoryVpcSettingsDescription
701
701
 
702
702
  DisableLDAPSRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
703
- DisableLDAPSRequest.add_member(:type, Shapes::ShapeRef.new(shape: LDAPSType, location_name: "Type"))
703
+ DisableLDAPSRequest.add_member(:type, Shapes::ShapeRef.new(shape: LDAPSType, required: true, location_name: "Type"))
704
704
  DisableLDAPSRequest.struct_class = Types::DisableLDAPSRequest
705
705
 
706
706
  DisableLDAPSResult.struct_class = Types::DisableLDAPSResult
@@ -740,7 +740,7 @@ module Aws::DirectoryService
740
740
  DomainControllers.member = Shapes::ShapeRef.new(shape: DomainController)
741
741
 
742
742
  EnableLDAPSRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
743
- EnableLDAPSRequest.add_member(:type, Shapes::ShapeRef.new(shape: LDAPSType, location_name: "Type"))
743
+ EnableLDAPSRequest.add_member(:type, Shapes::ShapeRef.new(shape: LDAPSType, required: true, location_name: "Type"))
744
744
  EnableLDAPSRequest.struct_class = Types::EnableLDAPSRequest
745
745
 
746
746
  EnableLDAPSResult.struct_class = Types::EnableLDAPSResult
@@ -2214,7 +2214,7 @@ module Aws::DirectoryService
2214
2214
  #
2215
2215
  # {
2216
2216
  # directory_id: "DirectoryId", # required
2217
- # type: "Client", # accepts Client
2217
+ # type: "Client", # required, accepts Client
2218
2218
  # }
2219
2219
  #
2220
2220
  # @!attribute [rw] directory_id
@@ -2398,7 +2398,7 @@ module Aws::DirectoryService
2398
2398
  #
2399
2399
  # {
2400
2400
  # directory_id: "DirectoryId", # required
2401
- # type: "Client", # accepts Client
2401
+ # type: "Client", # required, accepts Client
2402
2402
  # }
2403
2403
  #
2404
2404
  # @!attribute [rw] directory_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directoryservice
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: 2019-11-26 00:00:00.000000000 Z
11
+ date: 2020-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core