aws-sdk-workdocs 1.88.0 → 1.90.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: 181ebaffb90a74e008dbfe01e9ff2dfcf3a0163d502b20f7a7063f8c7a09dafb
4
- data.tar.gz: 9d10ac739974342eda1fe5344c44d7d310b7d26d0782481662bd26fb2fc7769f
3
+ metadata.gz: 7f7f380bc7e200e84a5fc2881f779ab956f74a9ce8f4ce9021c93afab5f8718d
4
+ data.tar.gz: 4ff87e489ace971bccb7158c693cc5630cba3ec5d198f09af49334f6167956aa
5
5
  SHA512:
6
- metadata.gz: 20a214a96e57cbbeed12cb4e2efdd9e877ce3901ac7da9a59fdb9075da162bb0ed702fedf8cd7d3386ac31692e0a4ed25e95139ae482e47215a311d340102e2a
7
- data.tar.gz: f936495385a8ebc6dd09cc05cee663cad8a6204c1138f274773b6d7848220c30e5a4e999794b482df4ccfe81766577e14f5975f7756192e7ab36f9691085aafb
6
+ metadata.gz: 8cc3e5f545589f8e974370e881526e3f75f53c9f0a4844937727d97f5b977b2f2e0b4bfcaac44a7e8197e8a90c2c04c26d29214046a2be234358b515ffb16ae1
7
+ data.tar.gz: c4ba9c22bf8a4b78b7960958c429159c7f1400dc88aad53f85a897003cdcd38c78b819ea4b95c9600a9994052d1785fbbb889eda4b6d820eee737bb067f239d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.89.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.88.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.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
@@ -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.88.0'
3007
+ context[:gem_version] = '1.90.0'
3010
3008
  Seahorse::Client::Request.new(handlers, context)
3011
3009
  end
3012
3010
 
@@ -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.88.0'
57
+ GEM_VERSION = '1.90.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -110,7 +110,7 @@ module Aws
110
110
  id: ::String,
111
111
  type: ("USER" | "GROUP" | "INVITE" | "ANONYMOUS" | "ORGANIZATION"),
112
112
  role: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "COOWNER")
113
- },
113
+ }
114
114
  ],
115
115
  ?notification_options: {
116
116
  send_email: bool?,
@@ -594,7 +594,7 @@ module Aws
594
594
  {
595
595
  id: ::String,
596
596
  roles: Array[("VIEWER" | "CONTRIBUTOR" | "OWNER" | "COOWNER")]?
597
- },
597
+ }
598
598
  ]?,
599
599
  ancestor_ids: Array[::String]?,
600
600
  search_collection_types: Array[("OWNED" | "SHARED_WITH_ME")]?,
@@ -615,7 +615,7 @@ module Aws
615
615
  {
616
616
  field: ("RELEVANCE" | "NAME" | "SIZE" | "CREATED_TIMESTAMP" | "MODIFIED_TIMESTAMP")?,
617
617
  order: ("ASC" | "DESC")?
618
- },
618
+ }
619
619
  ],
620
620
  ?limit: ::Integer,
621
621
  ?marker: ::String
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.88.0
4
+ version: 1.90.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