aws-sdk-workdocs 1.90.0 → 1.92.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: 7f7f380bc7e200e84a5fc2881f779ab956f74a9ce8f4ce9021c93afab5f8718d
4
- data.tar.gz: 4ff87e489ace971bccb7158c693cc5630cba3ec5d198f09af49334f6167956aa
3
+ metadata.gz: cf7500838dbd68683dabd402605dd3285128aa290525f8c63a2155eed3980ee1
4
+ data.tar.gz: 19750a8c9247de8635c0a2e0f06a48ff1255bec27e18886417d4f4977179cfdb
5
5
  SHA512:
6
- metadata.gz: 8cc3e5f545589f8e974370e881526e3f75f53c9f0a4844937727d97f5b977b2f2e0b4bfcaac44a7e8197e8a90c2c04c26d29214046a2be234358b515ffb16ae1
7
- data.tar.gz: c4ba9c22bf8a4b78b7960958c429159c7f1400dc88aad53f85a897003cdcd38c78b819ea4b95c9600a9994052d1785fbbb889eda4b6d820eee737bb067f239d3
6
+ metadata.gz: 3e92b42bfe2298f04fdff5d34ce82f47f8850f305875dab81ae8d318200393a68939607d80d6600f699c550796f2fd783c96aa3d2e090fa92ffb5f37a07cefa1
7
+ data.tar.gz: 7c94c8e1311869757bbb9a1a4d2a6c09fb184733b636996597790ad618ac3440f9f390dc5d47fe1603a97fd2ba2620efb3840dd796087e6025df4ede077878d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2026-07-09)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.91.0 (2026-06-04)
10
+ ------------------
11
+
12
+ * Feature - Adding new BDD representation of endpoint ruleset
13
+
4
14
  1.90.0 (2026-05-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.92.0
@@ -2609,8 +2609,8 @@ module Aws::WorkDocs
2609
2609
  # versions, and comments.
2610
2610
  #
2611
2611
  # @option params [String] :authentication_token
2612
- # Amazon WorkDocs authentication token. Not required when using Amazon
2613
- # Web Services administrator credentials to access the API.
2612
+ # WorkDocs authentication token. Not required when using Amazon Web
2613
+ # Services administrator credentials to access the API.
2614
2614
  #
2615
2615
  # @option params [String] :query_text
2616
2616
  # The String to search for. Searches across different text fields based
@@ -3004,7 +3004,7 @@ module Aws::WorkDocs
3004
3004
  tracer: tracer
3005
3005
  )
3006
3006
  context[:gem_name] = 'aws-sdk-workdocs'
3007
- context[:gem_version] = '1.90.0'
3007
+ context[:gem_version] = '1.92.0'
3008
3008
  Seahorse::Client::Request.new(handlers, context)
3009
3009
  end
3010
3010
 
@@ -2524,8 +2524,8 @@ module Aws::WorkDocs
2524
2524
  end
2525
2525
 
2526
2526
  # @!attribute [rw] authentication_token
2527
- # Amazon WorkDocs authentication token. Not required when using Amazon
2528
- # Web Services administrator credentials to access the API.
2527
+ # WorkDocs authentication token. Not required when using Amazon Web
2528
+ # Services administrator credentials to access the API.
2529
2529
  # @return [String]
2530
2530
  #
2531
2531
  # @!attribute [rw] query_text
@@ -54,7 +54,7 @@ module Aws::WorkDocs
54
54
  autoload :EndpointProvider, 'aws-sdk-workdocs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workdocs/endpoints'
56
56
 
57
- GEM_VERSION = '1.90.0'
57
+ GEM_VERSION = '1.92.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workdocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.92.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.248.0
21
+ version: 3.254.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.248.0
31
+ version: 3.254.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement