aws-sdk-directoryservice 1.36.0 → 1.37.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: eebbbdcffc97de8c09d60e84108ece87f99bf7b342938ade8034f8995d0d7e9a
4
- data.tar.gz: aedbccb9c7780c2fb411d8f01f6c990d3b207a2a3cbc9c2ece0c830d25608d83
3
+ metadata.gz: e4f4fd0065884bf9e98720b29d8fd14adb5b24b9f9a4ef46a92912e7c753656c
4
+ data.tar.gz: 6846af438c3a43588e4912d94bc70694f1e37adcf23d5e5bedeb322b74e4450b
5
5
  SHA512:
6
- metadata.gz: 7418e57eeab0ac6784e9d296e12ed6a397f41580f27c5843fea858dc8d44e27b4ed1820cddf4adbb3d8f54224e2606c59e08f0c2c5dd87daa87e7e6a8d1b1a64
7
- data.tar.gz: e73b538172fe694f0513000f6ca7a819963671493dbf9b43ca5252e84d0937a40b4f6a3747fa716eee437f46247eebf046fcd855779d1baac9a853e93a650c58
6
+ metadata.gz: '0239c674fce7dc2ab9c7ee6463ba6a10c4501b8730e616f208cfe2607e30ac0c6c89e695c3175a7c2914b3606a88bc88acb9575cdc120c763332f09a89a0e650'
7
+ data.tar.gz: 662fd53e648388165452b10a2b69616d6099d962f9473e6a1e0fb9b804b2fdb6632044a1f00ffe78448b1520b7b9bdceed9f3771fe7d8dd9ba7d86216512a393
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-directoryservice/customizations'
48
48
  # @!group service
49
49
  module Aws::DirectoryService
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -1266,8 +1266,8 @@ module Aws::DirectoryService
1266
1266
  req.send_request(options)
1267
1267
  end
1268
1268
 
1269
- # Deletes from the system the certificate that was registered for a
1270
- # secured LDAP connection.
1269
+ # Deletes from the system the certificate that was registered for secure
1270
+ # LDAP or client certificate authentication.
1271
1271
  #
1272
1272
  # @option params [required, String] :directory_id
1273
1273
  # The identifier of the directory.
@@ -1322,8 +1322,8 @@ module Aws::DirectoryService
1322
1322
  req.send_request(options)
1323
1323
  end
1324
1324
 
1325
- # Displays information about the certificate registered for a secured
1326
- # LDAP connection.
1325
+ # Displays information about the certificate registered for secure LDAP
1326
+ # or client certificate authentication.
1327
1327
  #
1328
1328
  # @option params [required, String] :directory_id
1329
1329
  # The identifier of the directory.
@@ -1910,14 +1910,15 @@ module Aws::DirectoryService
1910
1910
  req.send_request(options)
1911
1911
  end
1912
1912
 
1913
- # Disable client authentication for smart cards.
1913
+ # Disables alternative client authentication methods for the specified
1914
+ # directory.
1914
1915
  #
1915
1916
  # @option params [required, String] :directory_id
1916
- # Disable client authentication in a specified directory for smart
1917
- # cards.
1917
+ # The identifier of the directory
1918
1918
  #
1919
1919
  # @option params [required, String] :type
1920
- # Disable the type of client authentication request.
1920
+ # The type of client authentication to disable. Currently, only the
1921
+ # parameter, `SmartCard` is supported.
1921
1922
  #
1922
1923
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1923
1924
  #
@@ -2028,13 +2029,17 @@ module Aws::DirectoryService
2028
2029
  req.send_request(options)
2029
2030
  end
2030
2031
 
2031
- # Enable client authentication for smardtcards.
2032
+ # Enables alternative client authentication methods for the specified
2033
+ # directory.
2032
2034
  #
2033
2035
  # @option params [required, String] :directory_id
2034
- # Enable client authentication in a specified directory for smart cards.
2036
+ # The identifier of the specified directory.
2035
2037
  #
2036
2038
  # @option params [required, String] :type
2037
- # Enable the type of client authentication request.
2039
+ # The type of client authentication to enable. Currently only the value
2040
+ # `SmartCard` is supported. Smart card authentication in AD Connector
2041
+ # requires that you enable Kerberos Constrained Delegation for the
2042
+ # Service User to the LDAP service in the on-premises AD.
2038
2043
  #
2039
2044
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2040
2045
  #
@@ -2220,7 +2225,7 @@ module Aws::DirectoryService
2220
2225
  end
2221
2226
 
2222
2227
  # For the specified directory, lists all the certificates registered for
2223
- # a secured LDAP connection.
2228
+ # a secure LDAP or client certificate authentication.
2224
2229
  #
2225
2230
  # @option params [required, String] :directory_id
2226
2231
  # The identifier of the directory.
@@ -2445,7 +2450,8 @@ module Aws::DirectoryService
2445
2450
  req.send_request(options)
2446
2451
  end
2447
2452
 
2448
- # Registers a certificate for secured LDAP connection.
2453
+ # Registers a certificate for a secure LDAP or client certificate
2454
+ # authentication.
2449
2455
  #
2450
2456
  # @option params [required, String] :directory_id
2451
2457
  # The identifier of the directory.
@@ -2454,11 +2460,13 @@ module Aws::DirectoryService
2454
2460
  # The certificate PEM string that needs to be registered.
2455
2461
  #
2456
2462
  # @option params [String] :type
2457
- # The certificate type to register for the request.
2463
+ # The function that the registered certificate performs. Valid values
2464
+ # include `ClientLDAPS` or `ClientCertAuth`. The default value is
2465
+ # `ClientLDAPS`.
2458
2466
  #
2459
2467
  # @option params [Types::ClientCertAuthSettings] :client_cert_auth_settings
2460
- # Contains information about the client certificate authentication
2461
- # settings, such as `ClientLDAPS` or `ClientCertAuth`.
2468
+ # A `ClientCertAuthSettings` object that contains client certificate
2469
+ # authentication settings.
2462
2470
  #
2463
2471
  # @return [Types::RegisterCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2464
2472
  #
@@ -3047,7 +3055,7 @@ module Aws::DirectoryService
3047
3055
  params: params,
3048
3056
  config: config)
3049
3057
  context[:gem_name] = 'aws-sdk-directoryservice'
3050
- context[:gem_version] = '1.36.0'
3058
+ context[:gem_version] = '1.37.0'
3051
3059
  Seahorse::Client::Request.new(handlers, context)
3052
3060
  end
3053
3061
 
@@ -43,7 +43,7 @@ module Aws::DirectoryService
43
43
  include Aws::Structure
44
44
  end
45
45
 
46
- # You do not have sufficient access to perform this action.
46
+ # Client authentication is not available in this region at this time.
47
47
  #
48
48
  # @!attribute [rw] message
49
49
  # The descriptive message for the exception.
@@ -344,12 +344,14 @@ module Aws::DirectoryService
344
344
  # @return [Time]
345
345
  #
346
346
  # @!attribute [rw] type
347
- # Select `ClientCertAuth` for smart card integration.
347
+ # The function that the registered certificate performs. Valid values
348
+ # include `ClientLDAPS` or `ClientCertAuth`. The default value is
349
+ # `ClientLDAPS`.
348
350
  # @return [String]
349
351
  #
350
352
  # @!attribute [rw] client_cert_auth_settings
351
- # Provides information about the client certificate authentication
352
- # settings. The default value is `ClientLDAPS`.
353
+ # A `ClientCertAuthSettings` object that contains client certificate
354
+ # authentication settings.
353
355
  # @return [Types::ClientCertAuthSettings]
354
356
  #
355
357
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Certificate AWS API Documentation
@@ -445,7 +447,9 @@ module Aws::DirectoryService
445
447
  # @return [Time]
446
448
  #
447
449
  # @!attribute [rw] type
448
- # Displays the type of certificate.
450
+ # The function that the registered certificate performs. Valid values
451
+ # include `ClientLDAPS` or `ClientCertAuth`. The default value is
452
+ # `ClientLDAPS`.
449
453
  # @return [String]
450
454
  #
451
455
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CertificateInfo AWS API Documentation
@@ -481,7 +485,8 @@ module Aws::DirectoryService
481
485
  end
482
486
 
483
487
  # Contains information about the client certificate authentication
484
- # settings, such as `ClientLDAPS` or `ClientCertAuth`.
488
+ # settings for the `RegisterCertificate` and `DescribeCertificate`
489
+ # operations.
485
490
  #
486
491
  # @note When making an API call, you may pass ClientCertAuthSettings
487
492
  # data as a hash:
@@ -492,7 +497,8 @@ module Aws::DirectoryService
492
497
  #
493
498
  # @!attribute [rw] ocsp_url
494
499
  # Specifies the URL of the default OCSP server used to check for
495
- # revocation status.
500
+ # revocation status. A secondary value to any OCSP address found in
501
+ # the AIA extension of the user certificate.
496
502
  # @return [String]
497
503
  #
498
504
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ClientCertAuthSettings AWS API Documentation
@@ -2485,12 +2491,12 @@ module Aws::DirectoryService
2485
2491
  # }
2486
2492
  #
2487
2493
  # @!attribute [rw] directory_id
2488
- # Disable client authentication in a specified directory for smart
2489
- # cards.
2494
+ # The identifier of the directory
2490
2495
  # @return [String]
2491
2496
  #
2492
2497
  # @!attribute [rw] type
2493
- # Disable the type of client authentication request.
2498
+ # The type of client authentication to disable. Currently, only the
2499
+ # parameter, `SmartCard` is supported.
2494
2500
  # @return [String]
2495
2501
  #
2496
2502
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableClientAuthenticationRequest AWS API Documentation
@@ -2703,12 +2709,14 @@ module Aws::DirectoryService
2703
2709
  # }
2704
2710
  #
2705
2711
  # @!attribute [rw] directory_id
2706
- # Enable client authentication in a specified directory for smart
2707
- # cards.
2712
+ # The identifier of the specified directory.
2708
2713
  # @return [String]
2709
2714
  #
2710
2715
  # @!attribute [rw] type
2711
- # Enable the type of client authentication request.
2716
+ # The type of client authentication to enable. Currently only the
2717
+ # value `SmartCard` is supported. Smart card authentication in AD
2718
+ # Connector requires that you enable Kerberos Constrained Delegation
2719
+ # for the Service User to the LDAP service in the on-premises AD.
2712
2720
  # @return [String]
2713
2721
  #
2714
2722
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableClientAuthenticationRequest AWS API Documentation
@@ -3020,7 +3028,7 @@ module Aws::DirectoryService
3020
3028
  include Aws::Structure
3021
3029
  end
3022
3030
 
3023
- # The client authorization was invalid.
3031
+ # Client authentication is already enabled.
3024
3032
  #
3025
3033
  # @!attribute [rw] message
3026
3034
  # The descriptive message for the exception.
@@ -3538,8 +3546,8 @@ module Aws::DirectoryService
3538
3546
  include Aws::Structure
3539
3547
  end
3540
3548
 
3541
- # The LDAP activities could not be performed because at least one valid
3542
- # certificate must be registered with the system.
3549
+ # Client authentication setup could not be completed because at least
3550
+ # one valid certificate must be registered in the system.
3543
3551
  #
3544
3552
  # @!attribute [rw] message
3545
3553
  # The descriptive message for the exception.
@@ -3809,12 +3817,14 @@ module Aws::DirectoryService
3809
3817
  # @return [String]
3810
3818
  #
3811
3819
  # @!attribute [rw] type
3812
- # The certificate type to register for the request.
3820
+ # The function that the registered certificate performs. Valid values
3821
+ # include `ClientLDAPS` or `ClientCertAuth`. The default value is
3822
+ # `ClientLDAPS`.
3813
3823
  # @return [String]
3814
3824
  #
3815
3825
  # @!attribute [rw] client_cert_auth_settings
3816
- # Contains information about the client certificate authentication
3817
- # settings, such as `ClientLDAPS` or `ClientCertAuth`.
3826
+ # A `ClientCertAuthSettings` object that contains client certificate
3827
+ # authentication settings.
3818
3828
  # @return [Types::ClientCertAuthSettings]
3819
3829
  #
3820
3830
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterCertificateRequest AWS API Documentation
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.36.0
4
+ version: 1.37.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-12-01 00:00:00.000000000 Z
11
+ date: 2020-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core