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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workdocs/client.rb +3 -3
- data/lib/aws-sdk-workdocs/types.rb +2 -2
- data/lib/aws-sdk-workdocs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eabcfaba6c090447776f2c9136623304ab01ecb372ac0871242611666b404fb0
|
|
4
|
+
data.tar.gz: 107f7d5682551c37a91204a538037c3b400ba9367531676344483c8fc77434c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a15b29bea67d4240c49eb6333494aa21cb0eb9c6d1e61fea20336d77a82f2fa682e4fbef64145753911d8ab8a34a995e1b635b13c07cc7418e2360967a0af643
|
|
7
|
+
data.tar.gz: e8fb8c9bf693eb51b387873da4d142e302795630982a68941774e1e03f3effcaecab27b4e759a99d59f58c97a05c720f83f5b70c8a6b85d69d062e510e78c189
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
2613
|
-
#
|
|
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.
|
|
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
|
-
#
|
|
2528
|
-
#
|
|
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
|
data/lib/aws-sdk-workdocs.rb
CHANGED