aws-sdk-workdocs 1.8.0 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-workdocs.rb +1 -1
- data/lib/aws-sdk-workdocs/client.rb +4 -4
- data/lib/aws-sdk-workdocs/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d03c827242bdfe3d1ed9aaa9aedb747067968308
|
4
|
+
data.tar.gz: 8ec4df48a90edc48b66138cb58d7c1275f54c92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4abb4ebeb109a6d225307094f37f9a9143baae35525c77c4c1bd4650acfa84afd270677e7f0401dd087f2412e96485816b86b8e0dd5111d2bad77fa68028080
|
7
|
+
data.tar.gz: f83d01a97ec074b3c5c6f09a01602ebfb520a2efacc7ffd2af418f711c7699de031b9359bae8213a4f7156d7222f74ce659f40720ae70ef6d22a265b7d08812f
|
data/lib/aws-sdk-workdocs.rb
CHANGED
@@ -567,14 +567,14 @@ module Aws::WorkDocs
|
|
567
567
|
#
|
568
568
|
#
|
569
569
|
#
|
570
|
-
# [1]:
|
570
|
+
# [1]: https://docs.aws.amazon.com/workdocs/latest/developerguide/subscribe-notifications.html
|
571
571
|
#
|
572
572
|
# @option params [required, String] :organization_id
|
573
573
|
# The ID of the organization.
|
574
574
|
#
|
575
575
|
# @option params [required, String] :endpoint
|
576
576
|
# The endpoint to receive the notifications. If the protocol is HTTPS,
|
577
|
-
# the endpoint is a URL that begins with
|
577
|
+
# the endpoint is a URL that begins with `https`.
|
578
578
|
#
|
579
579
|
# @option params [required, String] :protocol
|
580
580
|
# The protocol to use. The supported value is https, which delivers
|
@@ -1527,7 +1527,7 @@ module Aws::WorkDocs
|
|
1527
1527
|
#
|
1528
1528
|
#
|
1529
1529
|
#
|
1530
|
-
# [1]:
|
1530
|
+
# [1]: https://docs.aws.amazon.com/workdocs/latest/developerguide/wd-auth-user.html
|
1531
1531
|
#
|
1532
1532
|
# @option params [required, String] :authentication_token
|
1533
1533
|
# Amazon WorkDocs authentication token. Do not set this field when using
|
@@ -2478,7 +2478,7 @@ module Aws::WorkDocs
|
|
2478
2478
|
params: params,
|
2479
2479
|
config: config)
|
2480
2480
|
context[:gem_name] = 'aws-sdk-workdocs'
|
2481
|
-
context[:gem_version] = '1.
|
2481
|
+
context[:gem_version] = '1.9.0'
|
2482
2482
|
Seahorse::Client::Request.new(handlers, context)
|
2483
2483
|
end
|
2484
2484
|
|
@@ -504,7 +504,7 @@ module Aws::WorkDocs
|
|
504
504
|
#
|
505
505
|
# @!attribute [rw] endpoint
|
506
506
|
# The endpoint to receive the notifications. If the protocol is HTTPS,
|
507
|
-
# the endpoint is a URL that begins with
|
507
|
+
# the endpoint is a URL that begins with `https`.
|
508
508
|
# @return [String]
|
509
509
|
#
|
510
510
|
# @!attribute [rw] protocol
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-workdocs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|