aws-sdk-workdocs 1.90.0 → 1.91.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: eabcfaba6c090447776f2c9136623304ab01ecb372ac0871242611666b404fb0
4
+ data.tar.gz: 107f7d5682551c37a91204a538037c3b400ba9367531676344483c8fc77434c6
5
5
  SHA512:
6
- metadata.gz: 8cc3e5f545589f8e974370e881526e3f75f53c9f0a4844937727d97f5b977b2f2e0b4bfcaac44a7e8197e8a90c2c04c26d29214046a2be234358b515ffb16ae1
7
- data.tar.gz: c4ba9c22bf8a4b78b7960958c429159c7f1400dc88aad53f85a897003cdcd38c78b819ea4b95c9600a9994052d1785fbbb889eda4b6d820eee737bb067f239d3
6
+ metadata.gz: a15b29bea67d4240c49eb6333494aa21cb0eb9c6d1e61fea20336d77a82f2fa682e4fbef64145753911d8ab8a34a995e1b635b13c07cc7418e2360967a0af643
7
+ data.tar.gz: e8fb8c9bf693eb51b387873da4d142e302795630982a68941774e1e03f3effcaecab27b4e759a99d59f58c97a05c720f83f5b70c8a6b85d69d062e510e78c189
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.90.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.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.91.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.91.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.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services