aws-sdk-workdocs 1.89.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: 27437a56d11812079df9abde9a342269f02afdace94b50c637d0f706afe13911
4
- data.tar.gz: 5412ed4ec458745a7d1b3508b472fc2eea9ed9aa0bec219712eeee732998e38e
3
+ metadata.gz: eabcfaba6c090447776f2c9136623304ab01ecb372ac0871242611666b404fb0
4
+ data.tar.gz: 107f7d5682551c37a91204a538037c3b400ba9367531676344483c8fc77434c6
5
5
  SHA512:
6
- metadata.gz: 308ff3ab0dc2f3700367f16d68fad65e0dd3e8a3441c8806733adc071d1eeafb45236c9f6c154c3bc1f082256a2e24b3a54bb35dd036857cfebeeaa976ffcc15
7
- data.tar.gz: 5d9aa17e3a7347d4f3db5a9fb08c5f9fba79ba9622b83cdf4af4193dcfbdbb0faeabbb133d3360289aae440031a70e26ad1e59a3757706109b5dc559bc012747
6
+ metadata.gz: a15b29bea67d4240c49eb6333494aa21cb0eb9c6d1e61fea20336d77a82f2fa682e4fbef64145753911d8ab8a34a995e1b635b13c07cc7418e2360967a0af643
7
+ data.tar.gz: e8fb8c9bf693eb51b387873da4d142e302795630982a68941774e1e03f3effcaecab27b4e759a99d59f58c97a05c720f83f5b70c8a6b85d69d062e510e78c189
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.90.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.89.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.91.0
@@ -199,7 +199,7 @@ module Aws::WorkDocs
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::WorkDocs
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
@@ -2611,8 +2609,8 @@ module Aws::WorkDocs
2611
2609
  # versions, and comments.
2612
2610
  #
2613
2611
  # @option params [String] :authentication_token
2614
- # Amazon WorkDocs authentication token. Not required when using Amazon
2615
- # 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.
2616
2614
  #
2617
2615
  # @option params [String] :query_text
2618
2616
  # The String to search for. Searches across different text fields based
@@ -3006,7 +3004,7 @@ module Aws::WorkDocs
3006
3004
  tracer: tracer
3007
3005
  )
3008
3006
  context[:gem_name] = 'aws-sdk-workdocs'
3009
- context[:gem_version] = '1.89.0'
3007
+ context[:gem_version] = '1.91.0'
3010
3008
  Seahorse::Client::Request.new(handlers, context)
3011
3009
  end
3012
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.89.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.89.0
4
+ version: 1.91.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