aws-sdk-directoryservice 1.7.0 → 1.8.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: d81d6542743e2b6ed2a93482c586eadbea92c7e1
4
- data.tar.gz: 62187c0b2eb659f325ac7ef0b49f7af17c6d125e
3
+ metadata.gz: 4f92581e54361d437e867fe9ab13a574b10c0238
4
+ data.tar.gz: 207fd40ac9d8fcc9cf42bbd7e8bc1ba92bbe64a6
5
5
  SHA512:
6
- metadata.gz: 8587377ea5bd5cceea460c711b20106b60b1299825e8dcd4f6fc0e99766631adf2c9b3e93b055d1d139f40d6dd05bc05e11a02c667d6db0b1ae94231ca4b4607
7
- data.tar.gz: 225fb1ac31bfd03bff9ddb4e5e2975d29ded2071cc52660a49607a6a9112484697b3fde20d27b88b92ce9d49c62ad43e4bb7571f54a793892bd52b4110434af8
6
+ metadata.gz: e3050fd11b09ee6635623330892d2010250bfd318ec8ead7ce0e1cee7684b0892af43ded2d7da13410af6afadcf7f65e8ea783da6c28cf0ef5e76e3988d3763a
7
+ data.tar.gz: fddb096551726f51376201155ad6d51902f72990e431697cae12125a6d8474e1c73854824150728780da7d696f1888655c6f179d4d44828055cb92c4c6eaefbf
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directoryservice/customizations'
42
42
  # @service
43
43
  module Aws::DirectoryService
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -689,7 +689,7 @@ module Aws::DirectoryService
689
689
  req.send_request(options)
690
690
  end
691
691
 
692
- # Creates a Microsoft AD in the AWS cloud.
692
+ # Creates an AWS Managed Microsoft AD directory.
693
693
  #
694
694
  # Before you call *CreateMicrosoftAD*, ensure that all of the required
695
695
  # permissions have been explicitly granted through a policy. For details
@@ -724,7 +724,7 @@ module Aws::DirectoryService
724
724
  # operation.
725
725
  #
726
726
  # @option params [String] :edition
727
- # AWS Microsoft AD is available in two editions: Standard and
727
+ # AWS Managed Microsoft AD is available in two editions: Standard and
728
728
  # Enterprise. Enterprise is the default.
729
729
  #
730
730
  # @return [Types::CreateMicrosoftADResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -797,18 +797,19 @@ module Aws::DirectoryService
797
797
 
798
798
  # AWS Directory Service for Microsoft Active Directory allows you to
799
799
  # configure trust relationships. For example, you can establish a trust
800
- # between your Microsoft AD in the AWS cloud, and your existing
800
+ # between your AWS Managed Microsoft AD directory, and your existing
801
801
  # on-premises Microsoft Active Directory. This would allow you to
802
802
  # provide users and groups access to resources in either domain, with a
803
803
  # single set of credentials.
804
804
  #
805
805
  # This action initiates the creation of the AWS side of a trust
806
- # relationship between a Microsoft AD in the AWS cloud and an external
807
- # domain.
806
+ # relationship between an AWS Managed Microsoft AD directory and an
807
+ # external domain. You can create either a forest trust or an external
808
+ # trust.
808
809
  #
809
810
  # @option params [required, String] :directory_id
810
- # The Directory ID of the Microsoft AD in the AWS cloud for which to
811
- # establish the trust relationship.
811
+ # The Directory ID of the AWS Managed Microsoft AD directory for which
812
+ # to establish the trust relationship.
812
813
  #
813
814
  # @option params [required, String] :remote_domain_name
814
815
  # The Fully Qualified Domain Name (FQDN) of the external domain for
@@ -822,12 +823,15 @@ module Aws::DirectoryService
822
823
  # The direction of the trust relationship.
823
824
  #
824
825
  # @option params [String] :trust_type
825
- # The trust relationship type.
826
+ # The trust relationship type. `Forest` is the default.
826
827
  #
827
828
  # @option params [Array<String>] :conditional_forwarder_ip_addrs
828
829
  # The IP addresses of the remote DNS server associated with
829
830
  # RemoteDomainName.
830
831
  #
832
+ # @option params [String] :selective_auth
833
+ # Optional parameter to enable selective authentication for the trust.
834
+ #
831
835
  # @return [Types::CreateTrustResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
832
836
  #
833
837
  # * {Types::CreateTrustResult#trust_id #trust_id} => String
@@ -839,8 +843,9 @@ module Aws::DirectoryService
839
843
  # remote_domain_name: "RemoteDomainName", # required
840
844
  # trust_password: "TrustPassword", # required
841
845
  # trust_direction: "One-Way: Outgoing", # required, accepts One-Way: Outgoing, One-Way: Incoming, Two-Way
842
- # trust_type: "Forest", # accepts Forest
846
+ # trust_type: "Forest", # accepts Forest, External
843
847
  # conditional_forwarder_ip_addrs: ["IpAddr"],
848
+ # selective_auth: "Enabled", # accepts Enabled, Disabled
844
849
  # })
845
850
  #
846
851
  # @example Response structure
@@ -973,8 +978,8 @@ module Aws::DirectoryService
973
978
  req.send_request(options)
974
979
  end
975
980
 
976
- # Deletes an existing trust relationship between your Microsoft AD in
977
- # the AWS cloud and an external domain.
981
+ # Deletes an existing trust relationship between your AWS Managed
982
+ # Microsoft AD directory and an external domain.
978
983
  #
979
984
  # @option params [required, String] :trust_id
980
985
  # The Trust ID of the trust relationship to be deleted.
@@ -1462,13 +1467,14 @@ module Aws::DirectoryService
1462
1467
  # resp.trusts[0].directory_id #=> String
1463
1468
  # resp.trusts[0].trust_id #=> String
1464
1469
  # resp.trusts[0].remote_domain_name #=> String
1465
- # resp.trusts[0].trust_type #=> String, one of "Forest"
1470
+ # resp.trusts[0].trust_type #=> String, one of "Forest", "External"
1466
1471
  # resp.trusts[0].trust_direction #=> String, one of "One-Way: Outgoing", "One-Way: Incoming", "Two-Way"
1467
- # resp.trusts[0].trust_state #=> String, one of "Creating", "Created", "Verifying", "VerifyFailed", "Verified", "Deleting", "Deleted", "Failed"
1472
+ # resp.trusts[0].trust_state #=> String, one of "Creating", "Created", "Verifying", "VerifyFailed", "Verified", "Updating", "UpdateFailed", "Updated", "Deleting", "Deleted", "Failed"
1468
1473
  # resp.trusts[0].created_date_time #=> Time
1469
1474
  # resp.trusts[0].last_updated_date_time #=> Time
1470
1475
  # resp.trusts[0].state_last_updated_date_time #=> Time
1471
1476
  # resp.trusts[0].trust_state_reason #=> String
1477
+ # resp.trusts[0].selective_auth #=> String, one of "Enabled", "Disabled"
1472
1478
  # resp.next_token #=> String
1473
1479
  #
1474
1480
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrusts AWS API Documentation
@@ -2293,11 +2299,46 @@ module Aws::DirectoryService
2293
2299
  req.send_request(options)
2294
2300
  end
2295
2301
 
2302
+ # Updates the trust that has been set up between your AWS Managed
2303
+ # Microsoft AD directory and an on-premises Active Directory.
2304
+ #
2305
+ # @option params [required, String] :trust_id
2306
+ # Identifier of the trust relationship.
2307
+ #
2308
+ # @option params [String] :selective_auth
2309
+ # Updates selective authentication for the trust.
2310
+ #
2311
+ # @return [Types::UpdateTrustResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2312
+ #
2313
+ # * {Types::UpdateTrustResult#request_id #request_id} => String
2314
+ # * {Types::UpdateTrustResult#trust_id #trust_id} => String
2315
+ #
2316
+ # @example Request syntax with placeholder values
2317
+ #
2318
+ # resp = client.update_trust({
2319
+ # trust_id: "TrustId", # required
2320
+ # selective_auth: "Enabled", # accepts Enabled, Disabled
2321
+ # })
2322
+ #
2323
+ # @example Response structure
2324
+ #
2325
+ # resp.request_id #=> String
2326
+ # resp.trust_id #=> String
2327
+ #
2328
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateTrust AWS API Documentation
2329
+ #
2330
+ # @overload update_trust(params = {})
2331
+ # @param [Hash] params ({})
2332
+ def update_trust(params = {}, options = {})
2333
+ req = build_request(:update_trust, params)
2334
+ req.send_request(options)
2335
+ end
2336
+
2296
2337
  # AWS Directory Service for Microsoft Active Directory allows you to
2297
2338
  # configure and verify trust relationships.
2298
2339
  #
2299
- # This action verifies a trust relationship between your Microsoft AD in
2300
- # the AWS cloud and an external domain.
2340
+ # This action verifies a trust relationship between your AWS Managed
2341
+ # Microsoft AD directory and an external domain.
2301
2342
  #
2302
2343
  # @option params [required, String] :trust_id
2303
2344
  # The unique Trust ID of the trust relationship to verify.
@@ -2338,7 +2379,7 @@ module Aws::DirectoryService
2338
2379
  params: params,
2339
2380
  config: config)
2340
2381
  context[:gem_name] = 'aws-sdk-directoryservice'
2341
- context[:gem_version] = '1.7.0'
2382
+ context[:gem_version] = '1.8.0'
2342
2383
  Seahorse::Client::Request.new(handlers, context)
2343
2384
  end
2344
2385
 
@@ -205,6 +205,7 @@ module Aws::DirectoryService
205
205
  SchemaExtensionStatusReason = Shapes::StringShape.new(name: 'SchemaExtensionStatusReason')
206
206
  SchemaExtensionsInfo = Shapes::ListShape.new(name: 'SchemaExtensionsInfo')
207
207
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
208
+ SelectiveAuth = Shapes::StringShape.new(name: 'SelectiveAuth')
208
209
  Server = Shapes::StringShape.new(name: 'Server')
209
210
  Servers = Shapes::ListShape.new(name: 'Servers')
210
211
  ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
@@ -267,6 +268,8 @@ module Aws::DirectoryService
267
268
  UpdateRadiusRequest = Shapes::StructureShape.new(name: 'UpdateRadiusRequest')
268
269
  UpdateRadiusResult = Shapes::StructureShape.new(name: 'UpdateRadiusResult')
269
270
  UpdateSecurityGroupForDirectoryControllers = Shapes::BooleanShape.new(name: 'UpdateSecurityGroupForDirectoryControllers')
271
+ UpdateTrustRequest = Shapes::StructureShape.new(name: 'UpdateTrustRequest')
272
+ UpdateTrustResult = Shapes::StructureShape.new(name: 'UpdateTrustResult')
270
273
  UseSameUsername = Shapes::BooleanShape.new(name: 'UseSameUsername')
271
274
  UserDoesNotExistException = Shapes::StructureShape.new(name: 'UserDoesNotExistException')
272
275
  UserName = Shapes::StringShape.new(name: 'UserName')
@@ -399,6 +402,7 @@ module Aws::DirectoryService
399
402
  CreateTrustRequest.add_member(:trust_direction, Shapes::ShapeRef.new(shape: TrustDirection, required: true, location_name: "TrustDirection"))
400
403
  CreateTrustRequest.add_member(:trust_type, Shapes::ShapeRef.new(shape: TrustType, location_name: "TrustType"))
401
404
  CreateTrustRequest.add_member(:conditional_forwarder_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "ConditionalForwarderIpAddrs"))
405
+ CreateTrustRequest.add_member(:selective_auth, Shapes::ShapeRef.new(shape: SelectiveAuth, location_name: "SelectiveAuth"))
402
406
  CreateTrustRequest.struct_class = Types::CreateTrustRequest
403
407
 
404
408
  CreateTrustResult.add_member(:trust_id, Shapes::ShapeRef.new(shape: TrustId, location_name: "TrustId"))
@@ -835,6 +839,7 @@ module Aws::DirectoryService
835
839
  Trust.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: LastUpdatedDateTime, location_name: "LastUpdatedDateTime"))
836
840
  Trust.add_member(:state_last_updated_date_time, Shapes::ShapeRef.new(shape: StateLastUpdatedDateTime, location_name: "StateLastUpdatedDateTime"))
837
841
  Trust.add_member(:trust_state_reason, Shapes::ShapeRef.new(shape: TrustStateReason, location_name: "TrustStateReason"))
842
+ Trust.add_member(:selective_auth, Shapes::ShapeRef.new(shape: SelectiveAuth, location_name: "SelectiveAuth"))
838
843
  Trust.struct_class = Types::Trust
839
844
 
840
845
  TrustIds.member = Shapes::ShapeRef.new(shape: TrustId)
@@ -871,6 +876,14 @@ module Aws::DirectoryService
871
876
 
872
877
  UpdateRadiusResult.struct_class = Types::UpdateRadiusResult
873
878
 
879
+ UpdateTrustRequest.add_member(:trust_id, Shapes::ShapeRef.new(shape: TrustId, required: true, location_name: "TrustId"))
880
+ UpdateTrustRequest.add_member(:selective_auth, Shapes::ShapeRef.new(shape: SelectiveAuth, location_name: "SelectiveAuth"))
881
+ UpdateTrustRequest.struct_class = Types::UpdateTrustRequest
882
+
883
+ UpdateTrustResult.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
884
+ UpdateTrustResult.add_member(:trust_id, Shapes::ShapeRef.new(shape: TrustId, location_name: "TrustId"))
885
+ UpdateTrustResult.struct_class = Types::UpdateTrustResult
886
+
874
887
  VerifyTrustRequest.add_member(:trust_id, Shapes::ShapeRef.new(shape: TrustId, required: true, location_name: "TrustId"))
875
888
  VerifyTrustRequest.struct_class = Types::VerifyTrustRequest
876
889
 
@@ -1529,6 +1542,18 @@ module Aws::DirectoryService
1529
1542
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1530
1543
  end)
1531
1544
 
1545
+ api.add_operation(:update_trust, Seahorse::Model::Operation.new.tap do |o|
1546
+ o.name = "UpdateTrust"
1547
+ o.http_method = "POST"
1548
+ o.http_request_uri = "/"
1549
+ o.input = Shapes::ShapeRef.new(shape: UpdateTrustRequest)
1550
+ o.output = Shapes::ShapeRef.new(shape: UpdateTrustResult)
1551
+ o.errors << Shapes::ShapeRef.new(shape: EntityDoesNotExistException)
1552
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1553
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1555
+ end)
1556
+
1532
1557
  api.add_operation(:verify_trust, Seahorse::Model::Operation.new.tap do |o|
1533
1558
  o.name = "VerifyTrust"
1534
1559
  o.http_method = "POST"
@@ -613,7 +613,7 @@ module Aws::DirectoryService
613
613
  #
614
614
  class CreateLogSubscriptionResult < Aws::EmptyStructure; end
615
615
 
616
- # Creates a Microsoft AD in the AWS cloud.
616
+ # Creates an AWS Managed Microsoft AD directory.
617
617
  #
618
618
  # @note When making an API call, you may pass CreateMicrosoftADRequest
619
619
  # data as a hash:
@@ -659,7 +659,7 @@ module Aws::DirectoryService
659
659
  # @return [Types::DirectoryVpcSettings]
660
660
  #
661
661
  # @!attribute [rw] edition
662
- # AWS Microsoft AD is available in two editions: Standard and
662
+ # AWS Managed Microsoft AD is available in two editions: Standard and
663
663
  # Enterprise. Enterprise is the default.
664
664
  # @return [String]
665
665
  #
@@ -729,14 +729,14 @@ module Aws::DirectoryService
729
729
 
730
730
  # AWS Directory Service for Microsoft Active Directory allows you to
731
731
  # configure trust relationships. For example, you can establish a trust
732
- # between your Microsoft AD in the AWS cloud, and your existing
732
+ # between your AWS Managed Microsoft AD directory, and your existing
733
733
  # on-premises Microsoft Active Directory. This would allow you to
734
734
  # provide users and groups access to resources in either domain, with a
735
735
  # single set of credentials.
736
736
  #
737
737
  # This action initiates the creation of the AWS side of a trust
738
- # relationship between a Microsoft AD in the AWS cloud and an external
739
- # domain.
738
+ # relationship between an AWS Managed Microsoft AD directory and an
739
+ # external domain.
740
740
  #
741
741
  # @note When making an API call, you may pass CreateTrustRequest
742
742
  # data as a hash:
@@ -746,13 +746,14 @@ module Aws::DirectoryService
746
746
  # remote_domain_name: "RemoteDomainName", # required
747
747
  # trust_password: "TrustPassword", # required
748
748
  # trust_direction: "One-Way: Outgoing", # required, accepts One-Way: Outgoing, One-Way: Incoming, Two-Way
749
- # trust_type: "Forest", # accepts Forest
749
+ # trust_type: "Forest", # accepts Forest, External
750
750
  # conditional_forwarder_ip_addrs: ["IpAddr"],
751
+ # selective_auth: "Enabled", # accepts Enabled, Disabled
751
752
  # }
752
753
  #
753
754
  # @!attribute [rw] directory_id
754
- # The Directory ID of the Microsoft AD in the AWS cloud for which to
755
- # establish the trust relationship.
755
+ # The Directory ID of the AWS Managed Microsoft AD directory for which
756
+ # to establish the trust relationship.
756
757
  # @return [String]
757
758
  #
758
759
  # @!attribute [rw] remote_domain_name
@@ -770,7 +771,7 @@ module Aws::DirectoryService
770
771
  # @return [String]
771
772
  #
772
773
  # @!attribute [rw] trust_type
773
- # The trust relationship type.
774
+ # The trust relationship type. `Forest` is the default.
774
775
  # @return [String]
775
776
  #
776
777
  # @!attribute [rw] conditional_forwarder_ip_addrs
@@ -778,6 +779,10 @@ module Aws::DirectoryService
778
779
  # RemoteDomainName.
779
780
  # @return [Array<String>]
780
781
  #
782
+ # @!attribute [rw] selective_auth
783
+ # Optional parameter to enable selective authentication for the trust.
784
+ # @return [String]
785
+ #
781
786
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrustRequest AWS API Documentation
782
787
  #
783
788
  class CreateTrustRequest < Struct.new(
@@ -786,7 +791,8 @@ module Aws::DirectoryService
786
791
  :trust_password,
787
792
  :trust_direction,
788
793
  :trust_type,
789
- :conditional_forwarder_ip_addrs)
794
+ :conditional_forwarder_ip_addrs,
795
+ :selective_auth)
790
796
  include Aws::Structure
791
797
  end
792
798
 
@@ -927,7 +933,7 @@ module Aws::DirectoryService
927
933
  end
928
934
 
929
935
  # Deletes the local side of an existing trust relationship between the
930
- # Microsoft AD in the AWS cloud and the external domain.
936
+ # AWS Managed Microsoft AD directory and the external domain.
931
937
  #
932
938
  # @note When making an API call, you may pass DeleteTrustRequest
933
939
  # data as a hash:
@@ -1335,9 +1341,10 @@ module Aws::DirectoryService
1335
1341
  include Aws::Structure
1336
1342
  end
1337
1343
 
1338
- # Describes the trust relationships for a particular Microsoft AD in the
1339
- # AWS cloud. If no input parameters are are provided, such as directory
1340
- # ID or trust ID, this request describes all the trust relationships.
1344
+ # Describes the trust relationships for a particular AWS Managed
1345
+ # Microsoft AD directory. If no input parameters are are provided, such
1346
+ # as directory ID or trust ID, this request describes all the trust
1347
+ # relationships.
1341
1348
  #
1342
1349
  # @note When making an API call, you may pass DescribeTrustsRequest
1343
1350
  # data as a hash:
@@ -1662,16 +1669,18 @@ module Aws::DirectoryService
1662
1669
  # @return [Boolean]
1663
1670
  #
1664
1671
  # @!attribute [rw] cloud_only_microsoft_ad_limit
1665
- # The maximum number of Microsoft AD directories allowed in the
1666
- # region.
1672
+ # The maximum number of AWS Managed Microsoft AD directories allowed
1673
+ # in the region.
1667
1674
  # @return [Integer]
1668
1675
  #
1669
1676
  # @!attribute [rw] cloud_only_microsoft_ad_current_count
1670
- # The current number of Microsoft AD directories in the region.
1677
+ # The current number of AWS Managed Microsoft AD directories in the
1678
+ # region.
1671
1679
  # @return [Integer]
1672
1680
  #
1673
1681
  # @!attribute [rw] cloud_only_microsoft_ad_limit_reached
1674
- # Indicates if the Microsoft AD directory limit has been reached.
1682
+ # Indicates if the AWS Managed Microsoft AD directory limit has been
1683
+ # reached.
1675
1684
  # @return [Boolean]
1676
1685
  #
1677
1686
  # @!attribute [rw] connected_directories_limit
@@ -3009,8 +3018,8 @@ module Aws::DirectoryService
3009
3018
  include Aws::Structure
3010
3019
  end
3011
3020
 
3012
- # Describes a trust relationship between an Microsoft AD in the AWS
3013
- # cloud and an external domain.
3021
+ # Describes a trust relationship between an AWS Managed Microsoft AD
3022
+ # directory and an external domain.
3014
3023
  #
3015
3024
  # @!attribute [rw] directory_id
3016
3025
  # The Directory ID of the AWS directory involved in the trust
@@ -3027,7 +3036,7 @@ module Aws::DirectoryService
3027
3036
  # @return [String]
3028
3037
  #
3029
3038
  # @!attribute [rw] trust_type
3030
- # The trust relationship type.
3039
+ # The trust relationship type. `Forest` is the default.
3031
3040
  # @return [String]
3032
3041
  #
3033
3042
  # @!attribute [rw] trust_direction
@@ -3054,6 +3063,10 @@ module Aws::DirectoryService
3054
3063
  # The reason for the TrustState.
3055
3064
  # @return [String]
3056
3065
  #
3066
+ # @!attribute [rw] selective_auth
3067
+ # Current state of selective authentication for the trust.
3068
+ # @return [String]
3069
+ #
3057
3070
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Trust AWS API Documentation
3058
3071
  #
3059
3072
  class Trust < Struct.new(
@@ -3066,7 +3079,8 @@ module Aws::DirectoryService
3066
3079
  :created_date_time,
3067
3080
  :last_updated_date_time,
3068
3081
  :state_last_updated_date_time,
3069
- :trust_state_reason)
3082
+ :trust_state_reason,
3083
+ :selective_auth)
3070
3084
  include Aws::Structure
3071
3085
  end
3072
3086
 
@@ -3251,8 +3265,48 @@ module Aws::DirectoryService
3251
3265
  #
3252
3266
  class UpdateRadiusResult < Aws::EmptyStructure; end
3253
3267
 
3254
- # Initiates the verification of an existing trust relationship between a
3255
- # Microsoft AD in the AWS cloud and an external domain.
3268
+ # @note When making an API call, you may pass UpdateTrustRequest
3269
+ # data as a hash:
3270
+ #
3271
+ # {
3272
+ # trust_id: "TrustId", # required
3273
+ # selective_auth: "Enabled", # accepts Enabled, Disabled
3274
+ # }
3275
+ #
3276
+ # @!attribute [rw] trust_id
3277
+ # Identifier of the trust relationship.
3278
+ # @return [String]
3279
+ #
3280
+ # @!attribute [rw] selective_auth
3281
+ # Updates selective authentication for the trust.
3282
+ # @return [String]
3283
+ #
3284
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateTrustRequest AWS API Documentation
3285
+ #
3286
+ class UpdateTrustRequest < Struct.new(
3287
+ :trust_id,
3288
+ :selective_auth)
3289
+ include Aws::Structure
3290
+ end
3291
+
3292
+ # @!attribute [rw] request_id
3293
+ # The AWS request identifier.
3294
+ # @return [String]
3295
+ #
3296
+ # @!attribute [rw] trust_id
3297
+ # Identifier of the trust relationship.
3298
+ # @return [String]
3299
+ #
3300
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateTrustResult AWS API Documentation
3301
+ #
3302
+ class UpdateTrustResult < Struct.new(
3303
+ :request_id,
3304
+ :trust_id)
3305
+ include Aws::Structure
3306
+ end
3307
+
3308
+ # Initiates the verification of an existing trust relationship between
3309
+ # an AWS Managed Microsoft AD directory and an external domain.
3256
3310
  #
3257
3311
  # @note When making an API call, you may pass VerifyTrustRequest
3258
3312
  # data as a hash:
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.7.0
4
+ version: 1.8.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: 2018-09-25 00:00:00.000000000 Z
11
+ date: 2018-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core