aws-sdk-directoryservice 1.102.0 → 1.104.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: 2222ec5199e57f5367c53a302e93f0cbdaaa9e5318eaddca89b0f7d4cfa99608
4
+ data.tar.gz: f5dd41b6f1d70398dadbf1f3355a7676a5273c7f10750e0baaf0b637b24f9f70
5
5
  SHA512:
6
- metadata.gz: 04de659cb3251eb57a3b2f3ddac3f4ab51535db4971488ee2869ba49010e7e9c548c72212ccb6e33e7a0b56d40b5ecc4d8f55f10ecebd780ae58b3a728f0faeb
7
- data.tar.gz: b13546c66bc62d88aff6340983b930e0c3b3a16c1263a94e9f9c9db130e256c49c67752b70d8b48c42762353f1d4d8d4fc11113b10de207b07e6aad21b5edfea
6
+ metadata.gz: 388fa78b35305e20975cba530d68bfd1a07ab2da4c909f643e62d47c6bfb98bbabc170da97ce04e7dfcf62920ad5da145fd90dd2813a0f8af0028c9e0a50073f
7
+ data.tar.gz: 2c7eb6c6257f79fe6081843fd5d2f1b8a4bfcc5e1cdfcde0321c5f555f0fa183cef16f33bbac4609f6614e0f9b86b78889218e531dea6ef97e590e4cfbbb17e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.103.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.102.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -199,7 +199,7 @@ module Aws::DirectoryService
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::DirectoryService
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -4947,7 +4945,7 @@ module Aws::DirectoryService
4947
4945
  tracer: tracer
4948
4946
  )
4949
4947
  context[:gem_name] = 'aws-sdk-directoryservice'
4950
- context[:gem_version] = '1.102.0'
4948
+ context[:gem_version] = '1.104.0'
4951
4949
  Seahorse::Client::Request.new(handlers, context)
4952
4950
  end
4953
4951
 
@@ -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.104.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.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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