aws-sdk-directoryservice 1.102.0 → 1.103.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: 4bbd84b2d845b918a6f9698bac1bb763a87aac05d121b763b22d8fb94c83b97a
4
- data.tar.gz: 0bffc39190bc435f4226a92a36f2a5886c00414a8cdb37acb24ab5b7cc263ab3
3
+ metadata.gz: 2cf30b9af9dbaeb6397a13f34cebac6f3f066da3f3944f237b9268c1c81ea249
4
+ data.tar.gz: cd1267b9ee524212e1376dc39741b17b50bcb19b3a21b675014903d96d0b120c
5
5
  SHA512:
6
- metadata.gz: 04de659cb3251eb57a3b2f3ddac3f4ab51535db4971488ee2869ba49010e7e9c548c72212ccb6e33e7a0b56d40b5ecc4d8f55f10ecebd780ae58b3a728f0faeb
7
- data.tar.gz: b13546c66bc62d88aff6340983b930e0c3b3a16c1263a94e9f9c9db130e256c49c67752b70d8b48c42762353f1d4d8d4fc11113b10de207b07e6aad21b5edfea
6
+ metadata.gz: e3ec6d4b1eb88bf5c8f4e2c1e2d9147791289ebd0616e132e610cf29ad7374dc3e59f5a12faba77c3d2d582eb397b39181ba83c06330666dc5640290abd355eb
7
+ data.tar.gz: f94b992a17bbfcef1f02998897745507a8c427e78cb27e404360095cf6642b54fe44c8f6f8ba04664d9f86e6cf3262558ee552fca94a5b3ae2c38192eba81957
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.102.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.103.0
@@ -4947,7 +4947,7 @@ module Aws::DirectoryService
4947
4947
  tracer: tracer
4948
4948
  )
4949
4949
  context[:gem_name] = 'aws-sdk-directoryservice'
4950
- context[:gem_version] = '1.102.0'
4950
+ context[:gem_version] = '1.103.0'
4951
4951
  Seahorse::Client::Request.new(handlers, context)
4952
4952
  end
4953
4953
 
@@ -55,7 +55,7 @@ module Aws::DirectoryService
55
55
  autoload :EndpointProvider, 'aws-sdk-directoryservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-directoryservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.102.0'
58
+ GEM_VERSION = '1.103.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -100,7 +100,7 @@ module Aws
100
100
  cidr_ip: ::String?,
101
101
  cidr_ipv_6: ::String?,
102
102
  description: ::String?
103
- },
103
+ }
104
104
  ],
105
105
  ?update_security_group_for_directory_controllers: bool
106
106
  ) -> _AddIpRoutesResponseSuccess
@@ -130,7 +130,7 @@ module Aws
130
130
  {
131
131
  key: ::String,
132
132
  value: ::String
133
- },
133
+ }
134
134
  ]
135
135
  ) -> _AddTagsToResourceResponseSuccess
136
136
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsToResourceResponseSuccess
@@ -167,7 +167,7 @@ module Aws
167
167
  {
168
168
  key: ::String,
169
169
  value: ::String
170
- },
170
+ }
171
171
  ],
172
172
  ?network_type: ("Dual-stack" | "IPv4" | "IPv6")
173
173
  ) -> _ConnectDirectoryResponseSuccess
@@ -199,7 +199,7 @@ module Aws
199
199
  {
200
200
  name: ::String?,
201
201
  value: ::String?
202
- },
202
+ }
203
203
  ]
204
204
  ) -> _CreateComputerResponseSuccess
205
205
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateComputerResponseSuccess
@@ -235,7 +235,7 @@ module Aws
235
235
  {
236
236
  key: ::String,
237
237
  value: ::String
238
- },
238
+ }
239
239
  ],
240
240
  ?network_type: ("Dual-stack" | "IPv4" | "IPv6")
241
241
  ) -> _CreateDirectoryResponseSuccess
@@ -253,7 +253,7 @@ module Aws
253
253
  {
254
254
  key: ::String,
255
255
  value: ::String
256
- },
256
+ }
257
257
  ]
258
258
  ) -> _CreateHybridADResponseSuccess
259
259
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHybridADResponseSuccess
@@ -287,7 +287,7 @@ module Aws
287
287
  {
288
288
  key: ::String,
289
289
  value: ::String
290
- },
290
+ }
291
291
  ],
292
292
  ?network_type: ("Dual-stack" | "IPv4" | "IPv6")
293
293
  ) -> _CreateMicrosoftADResponseSuccess
@@ -723,17 +723,7 @@ module Aws
723
723
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#enable_radius-instance_method
724
724
  def enable_radius: (
725
725
  directory_id: ::String,
726
- radius_settings: {
727
- radius_servers: Array[::String]?,
728
- radius_servers_ipv_6: Array[::String]?,
729
- radius_port: ::Integer?,
730
- radius_timeout: ::Integer?,
731
- radius_retries: ::Integer?,
732
- shared_secret: ::String?,
733
- authentication_protocol: ("PAP" | "CHAP" | "MS-CHAPv1" | "MS-CHAPv2")?,
734
- display_label: ::String?,
735
- use_same_username: bool?
736
- }
726
+ radius_settings: Params::radius_settings
737
727
  ) -> _EnableRadiusResponseSuccess
738
728
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableRadiusResponseSuccess
739
729
 
@@ -1060,17 +1050,7 @@ module Aws
1060
1050
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#update_radius-instance_method
1061
1051
  def update_radius: (
1062
1052
  directory_id: ::String,
1063
- radius_settings: {
1064
- radius_servers: Array[::String]?,
1065
- radius_servers_ipv_6: Array[::String]?,
1066
- radius_port: ::Integer?,
1067
- radius_timeout: ::Integer?,
1068
- radius_retries: ::Integer?,
1069
- shared_secret: ::String?,
1070
- authentication_protocol: ("PAP" | "CHAP" | "MS-CHAPv1" | "MS-CHAPv2")?,
1071
- display_label: ::String?,
1072
- use_same_username: bool?
1073
- }
1053
+ radius_settings: Params::radius_settings
1074
1054
  ) -> _UpdateRadiusResponseSuccess
1075
1055
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRadiusResponseSuccess
1076
1056
 
@@ -1085,7 +1065,7 @@ module Aws
1085
1065
  {
1086
1066
  name: ::String,
1087
1067
  value: ::String
1088
- },
1068
+ }
1089
1069
  ]
1090
1070
  ) -> _UpdateSettingsResponseSuccess
1091
1071
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSettingsResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,25 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DirectoryService
10
+ module Params
11
+ type radius_settings = {
12
+ radius_servers: Array[::String]?,
13
+ radius_servers_ipv_6: Array[::String]?,
14
+ radius_port: ::Integer?,
15
+ radius_timeout: ::Integer?,
16
+ radius_retries: ::Integer?,
17
+ shared_secret: ::String?,
18
+ authentication_protocol: ("PAP" | "CHAP" | "MS-CHAPv1" | "MS-CHAPv2")?,
19
+ display_label: ::String?,
20
+ use_same_username: bool?
21
+ }
22
+
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directoryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-directoryservice/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs