aws-sdk-workdocs 1.88.0 → 1.89.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: 27437a56d11812079df9abde9a342269f02afdace94b50c637d0f706afe13911
4
+ data.tar.gz: 5412ed4ec458745a7d1b3508b472fc2eea9ed9aa0bec219712eeee732998e38e
5
5
  SHA512:
6
- metadata.gz: 20a214a96e57cbbeed12cb4e2efdd9e877ce3901ac7da9a59fdb9075da162bb0ed702fedf8cd7d3386ac31692e0a4ed25e95139ae482e47215a311d340102e2a
7
- data.tar.gz: f936495385a8ebc6dd09cc05cee663cad8a6204c1138f274773b6d7848220c30e5a4e999794b482df4ccfe81766577e14f5975f7756192e7ab36f9691085aafb
6
+ metadata.gz: 308ff3ab0dc2f3700367f16d68fad65e0dd3e8a3441c8806733adc071d1eeafb45236c9f6c154c3bc1f082256a2e24b3a54bb35dd036857cfebeeaa976ffcc15
7
+ data.tar.gz: 5d9aa17e3a7347d4f3db5a9fb08c5f9fba79ba9622b83cdf4af4193dcfbdbb0faeabbb133d3360289aae440031a70e26ad1e59a3757706109b5dc559bc012747
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.88.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -3006,7 +3006,7 @@ module Aws::WorkDocs
3006
3006
  tracer: tracer
3007
3007
  )
3008
3008
  context[:gem_name] = 'aws-sdk-workdocs'
3009
- context[:gem_version] = '1.88.0'
3009
+ context[:gem_version] = '1.89.0'
3010
3010
  Seahorse::Client::Request.new(handlers, context)
3011
3011
  end
3012
3012
 
@@ -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.89.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.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services