aws-sdk-directoryservice 1.66.0 → 1.67.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11deb2ca8344d8cf82e918e3256fb2f056dad7e6dde44a04f18f72f21396bde3
|
4
|
+
data.tar.gz: 3aecf076ad85bd440d7e4f79d420bfb3938cd431d5605c2e3e84d06c02f5a28e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4834817ac29e3275c74534281fd614abb3cd63e776464d143f57d8c3b96708f7f69d5efd390a6cf84e3c4b333000584abe01bc0d51d9c7b6a8a883dc1ecd9d58
|
7
|
+
data.tar.gz: 4a2c9676d284c28d13d1bf30f1f9f377661598d728d8250f52705728a47388c747f2b18e930572b580e8d646bd0e54f83220a0340b418827e9a1fd46d69f3582
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
@@ -3412,7 +3412,7 @@ module Aws::DirectoryService
|
|
3412
3412
|
params: params,
|
3413
3413
|
config: config)
|
3414
3414
|
context[:gem_name] = 'aws-sdk-directoryservice'
|
3415
|
-
context[:gem_version] = '1.
|
3415
|
+
context[:gem_version] = '1.67.0'
|
3416
3416
|
Seahorse::Client::Request.new(handlers, context)
|
3417
3417
|
end
|
3418
3418
|
|
@@ -1382,9 +1382,11 @@ module Aws::DirectoryService
|
|
1382
1382
|
|
1383
1383
|
api.metadata = {
|
1384
1384
|
"apiVersion" => "2015-04-16",
|
1385
|
+
"auth" => ["aws.auth#sigv4"],
|
1385
1386
|
"endpointPrefix" => "ds",
|
1386
1387
|
"jsonVersion" => "1.1",
|
1387
1388
|
"protocol" => "json",
|
1389
|
+
"protocols" => ["json"],
|
1388
1390
|
"serviceAbbreviation" => "Directory Service",
|
1389
1391
|
"serviceFullName" => "AWS Directory Service",
|
1390
1392
|
"serviceId" => "Directory Service",
|
@@ -32,7 +32,7 @@ module Aws::DirectoryService
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://ds-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
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.
|
4
|
+
version: 1.67.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: 2024-06-
|
11
|
+
date: 2024-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|