aws-sdk-directoryservice 1.66.0 → 1.67.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: 8c6eb2b89a958676ea23b13e6bcc86daeb8c681521191a3b72df21c0a3d5d8b6
4
- data.tar.gz: c54b1d88f003a2aefa9dc8fc70ad86c4ec57456322c4de0d775c0e02c247c3d3
3
+ metadata.gz: 11deb2ca8344d8cf82e918e3256fb2f056dad7e6dde44a04f18f72f21396bde3
4
+ data.tar.gz: 3aecf076ad85bd440d7e4f79d420bfb3938cd431d5605c2e3e84d06c02f5a28e
5
5
  SHA512:
6
- metadata.gz: 9c755fb4c83d40ae9effa74fe07d8cb5ef3e08cdc247b9b690c6e66ad656766da4f36142b30fe4b5429d4fe22068f27fa959639e4163f1c361add03eb1755133
7
- data.tar.gz: d053997d4e60e2f8d556749ad67e4827390ed93c6442b73612812a8f1006bf48530387181520ce94161f2148c128829dc74205fcec85dffdf1154750e20e0fa3
6
+ metadata.gz: 4834817ac29e3275c74534281fd614abb3cd63e776464d143f57d8c3b96708f7f69d5efd390a6cf84e3c4b333000584abe01bc0d51d9c7b6a8a883dc1ecd9d58
7
+ data.tar.gz: 4a2c9676d284c28d13d1bf30f1f9f377661598d728d8250f52705728a47388c747f2b18e930572b580e8d646bd0e54f83220a0340b418827e9a1fd46d69f3582
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2024-06-17)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.66.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
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.66.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-directoryservice/customizations'
52
52
  # @!group service
53
53
  module Aws::DirectoryService
54
54
 
55
- GEM_VERSION = '1.66.0'
55
+ GEM_VERSION = '1.67.0'
56
56
 
57
57
  end
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.66.0
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-05 00:00:00.000000000 Z
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