aws-sdk-directoryservicedata 1.7.0 → 1.9.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: 1f60249e27572405778a03f849702a851f76c065e0f21e86a4a051bd49ebd178
4
- data.tar.gz: 5f29a94a92e3e8218f66cc425294ec9f18f910f1f24a9fcd55e6958efb093171
3
+ metadata.gz: 8abdcc52aaa85ba90a698eb2dfeb05d790dba95ba67b8c0d8c0ca38339a2e8ef
4
+ data.tar.gz: a8f01dc381ec27ab3e303ea445676e364692c171c840e9211413d03ea98de634
5
5
  SHA512:
6
- metadata.gz: 10987fd3702406d6f1cc9970b9e69b0549420e639e200a8d41da7ab6c4e2756da1c65ae3d5c3ceaf0af0977665c7fe82d19bb59f509600386fb15086b670814e
7
- data.tar.gz: 3f952b3a554a05e5e6d6398c57951c34b1a35842dae62db6680d70cab1b57f1cd88c44739ca33cd7c5e59a084388a5fd9075478d3c9a002c4aa26c04761c6591
6
+ metadata.gz: b2289153e2a59efa63b411c20c97704d301a062011630e679a9fc4e7b381903b23792de3227122efb3916c8b19f1041ce25a2f0910052d77ead0fef917817917
7
+ data.tar.gz: b5e9e9b8d388ef33ef99471a151f0558299fdf725981633c7461a30f01614019f26fb183d51b4406a519d0800b166739a606fdaecd15a038acf458f3bb3d4a7b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.8.0 (2025-04-04)
10
+ ------------------
11
+
12
+ * Feature - Doc only update - fixed broken links.
13
+
4
14
  1.7.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -815,7 +815,7 @@ module Aws::DirectoryServiceData
815
815
  #
816
816
  #
817
817
  #
818
- # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html
818
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html
819
819
  #
820
820
  # @option params [String] :realm
821
821
  # The domain name that's associated with the group.
@@ -1701,7 +1701,7 @@ module Aws::DirectoryServiceData
1701
1701
  #
1702
1702
  #
1703
1703
  #
1704
- # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html
1704
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html
1705
1705
  #
1706
1706
  # @option params [required, String] :sam_account_name
1707
1707
  # The name of the user.
@@ -1758,7 +1758,7 @@ module Aws::DirectoryServiceData
1758
1758
  tracer: tracer
1759
1759
  )
1760
1760
  context[:gem_name] = 'aws-sdk-directoryservicedata'
1761
- context[:gem_version] = '1.7.0'
1761
+ context[:gem_version] = '1.9.0'
1762
1762
  Seahorse::Client::Request.new(handlers, context)
1763
1763
  end
1764
1764
 
@@ -103,7 +103,7 @@ module Aws::DirectoryServiceData
103
103
  AccessDeniedException.add_member(:reason, Shapes::ShapeRef.new(shape: AccessDeniedReason, location_name: "Reason"))
104
104
  AccessDeniedException.struct_class = Types::AccessDeniedException
105
105
 
106
- AddGroupMemberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
106
+ AddGroupMemberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
107
107
  AddGroupMemberRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
108
108
  AddGroupMemberRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "GroupName"))
109
109
  AddGroupMemberRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: MemberName, required: true, location_name: "MemberName"))
@@ -130,7 +130,7 @@ module Aws::DirectoryServiceData
130
130
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
131
131
  ConflictException.struct_class = Types::ConflictException
132
132
 
133
- CreateGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
133
+ CreateGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
134
134
  CreateGroupRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
135
135
  CreateGroupRequest.add_member(:group_scope, Shapes::ShapeRef.new(shape: GroupScope, location_name: "GroupScope"))
136
136
  CreateGroupRequest.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, location_name: "GroupType"))
@@ -143,7 +143,7 @@ module Aws::DirectoryServiceData
143
143
  CreateGroupResult.add_member(:sid, Shapes::ShapeRef.new(shape: SID, location_name: "SID"))
144
144
  CreateGroupResult.struct_class = Types::CreateGroupResult
145
145
 
146
- CreateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
146
+ CreateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
147
147
  CreateUserRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
148
148
  CreateUserRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
149
149
  CreateUserRequest.add_member(:given_name, Shapes::ShapeRef.new(shape: GivenName, location_name: "GivenName"))
@@ -157,14 +157,14 @@ module Aws::DirectoryServiceData
157
157
  CreateUserResult.add_member(:sid, Shapes::ShapeRef.new(shape: SID, location_name: "SID"))
158
158
  CreateUserResult.struct_class = Types::CreateUserResult
159
159
 
160
- DeleteGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
160
+ DeleteGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
161
161
  DeleteGroupRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
162
162
  DeleteGroupRequest.add_member(:sam_account_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "SAMAccountName"))
163
163
  DeleteGroupRequest.struct_class = Types::DeleteGroupRequest
164
164
 
165
165
  DeleteGroupResult.struct_class = Types::DeleteGroupResult
166
166
 
167
- DeleteUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
167
+ DeleteUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
168
168
  DeleteUserRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
169
169
  DeleteUserRequest.add_member(:sam_account_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "SAMAccountName"))
170
170
  DeleteUserRequest.struct_class = Types::DeleteUserRequest
@@ -210,7 +210,7 @@ module Aws::DirectoryServiceData
210
210
  DirectoryUnavailableException.add_member(:reason, Shapes::ShapeRef.new(shape: DirectoryUnavailableReason, location_name: "Reason"))
211
211
  DirectoryUnavailableException.struct_class = Types::DirectoryUnavailableException
212
212
 
213
- DisableUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
213
+ DisableUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
214
214
  DisableUserRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
215
215
  DisableUserRequest.add_member(:sam_account_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "SAMAccountName"))
216
216
  DisableUserRequest.struct_class = Types::DisableUserRequest
@@ -301,7 +301,7 @@ module Aws::DirectoryServiceData
301
301
 
302
302
  MemberList.member = Shapes::ShapeRef.new(shape: Member)
303
303
 
304
- RemoveGroupMemberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
304
+ RemoveGroupMemberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
305
305
  RemoveGroupMemberRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
306
306
  RemoveGroupMemberRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "GroupName"))
307
307
  RemoveGroupMemberRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: MemberName, required: true, location_name: "MemberName"))
@@ -347,7 +347,7 @@ module Aws::DirectoryServiceData
347
347
  ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
348
348
  ThrottlingException.struct_class = Types::ThrottlingException
349
349
 
350
- UpdateGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
350
+ UpdateGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
351
351
  UpdateGroupRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
352
352
  UpdateGroupRequest.add_member(:group_scope, Shapes::ShapeRef.new(shape: GroupScope, location_name: "GroupScope"))
353
353
  UpdateGroupRequest.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, location_name: "GroupType"))
@@ -358,7 +358,7 @@ module Aws::DirectoryServiceData
358
358
 
359
359
  UpdateGroupResult.struct_class = Types::UpdateGroupResult
360
360
 
361
- UpdateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
361
+ UpdateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
362
362
  UpdateUserRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location: "querystring", location_name: "DirectoryId"))
363
363
  UpdateUserRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
364
364
  UpdateUserRequest.add_member(:given_name, Shapes::ShapeRef.new(shape: GivenName, location_name: "GivenName"))
@@ -404,6 +404,7 @@ module Aws::DirectoryServiceData
404
404
 
405
405
  api.metadata = {
406
406
  "apiVersion" => "2023-05-31",
407
+ "auth" => ["aws.auth#sigv4"],
407
408
  "endpointPrefix" => "ds-data",
408
409
  "jsonVersion" => "1.1",
409
410
  "protocol" => "rest-json",
@@ -464,7 +464,7 @@ module Aws::DirectoryServiceData
464
464
  #
465
465
  #
466
466
  #
467
- # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html
467
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html
468
468
  # @return [Array<String>]
469
469
  #
470
470
  # @!attribute [rw] realm
@@ -656,7 +656,7 @@ module Aws::DirectoryServiceData
656
656
  #
657
657
  #
658
658
  #
659
- # [1]: https://www.ietf.org/rfc/rfc0822.txt
659
+ # [1]: https://datatracker.ietf.org/doc/html/rfc822
660
660
  # @return [String]
661
661
  #
662
662
  # @see http://docs.aws.amazon.com/goto/WebAPI/directory-service-data-2023-05-31/DescribeUserResult AWS API Documentation
@@ -1583,7 +1583,7 @@ module Aws::DirectoryServiceData
1583
1583
  #
1584
1584
  #
1585
1585
  #
1586
- # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html
1586
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html
1587
1587
  # @return [Hash<String,Types::AttributeValue>]
1588
1588
  #
1589
1589
  # @!attribute [rw] sam_account_name
@@ -1666,7 +1666,7 @@ module Aws::DirectoryServiceData
1666
1666
  #
1667
1667
  #
1668
1668
  #
1669
- # [1]: https://www.ietf.org/rfc/rfc0822.txt
1669
+ # [1]: https://datatracker.ietf.org/doc/html/rfc822
1670
1670
  # @return [String]
1671
1671
  #
1672
1672
  # @see http://docs.aws.amazon.com/goto/WebAPI/directory-service-data-2023-05-31/User AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::DirectoryServiceData
54
54
  autoload :EndpointProvider, 'aws-sdk-directoryservicedata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-directoryservicedata/endpoints'
56
56
 
57
- GEM_VERSION = '1.7.0'
57
+ GEM_VERSION = '1.9.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directoryservicedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -36,14 +35,14 @@ dependencies:
36
35
  requirements:
37
36
  - - "~>"
38
37
  - !ruby/object:Gem::Version
39
- version: '1.1'
38
+ version: '1.5'
40
39
  type: :runtime
41
40
  prerelease: false
42
41
  version_requirements: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - "~>"
45
44
  - !ruby/object:Gem::Version
46
- version: '1.1'
45
+ version: '1.5'
47
46
  description: Official AWS Ruby gem for AWS Directory Service Data. This gem is part
48
47
  of the AWS SDK for Ruby.
49
48
  email:
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-directoryservicedata
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-directoryservicedata/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS Directory Service Data
99
96
  test_files: []