aws-sdk-workdocs 1.8.0 → 1.9.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
  SHA1:
3
- metadata.gz: 7b75a3b982ba01092728f7c31f1db97e75a9a24e
4
- data.tar.gz: dcd4b1fc9c5ea2ca90e5da251c398a369598c46a
3
+ metadata.gz: d03c827242bdfe3d1ed9aaa9aedb747067968308
4
+ data.tar.gz: 8ec4df48a90edc48b66138cb58d7c1275f54c92e
5
5
  SHA512:
6
- metadata.gz: 0acfb84e4db03a7c0d9fba31dfb546773d00188a5d16691963df7bd9572546d4f3514b14741118c72bb119eff266a712e082c2921775d1ce3b7871704d076a70
7
- data.tar.gz: 1aed3df0ab7beed2f77e62e6f756fb746fe27fda1e2bc6f49f0ce5ca0ccd220dc902e8f8c5b8e0799274adb702ff6975df7686283ff77ae1453cf15e8a567855
6
+ metadata.gz: b4abb4ebeb109a6d225307094f37f9a9143baae35525c77c4c1bd4650acfa84afd270677e7f0401dd087f2412e96485816b86b8e0dd5111d2bad77fa68028080
7
+ data.tar.gz: f83d01a97ec074b3c5c6f09a01602ebfb520a2efacc7ffd2af418f711c7699de031b9359bae8213a4f7156d7222f74ce659f40720ae70ef6d22a265b7d08812f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workdocs/customizations'
42
42
  # @service
43
43
  module Aws::WorkDocs
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -567,14 +567,14 @@ module Aws::WorkDocs
567
567
  #
568
568
  #
569
569
  #
570
- # [1]: http://docs.aws.amazon.com/workdocs/latest/developerguide/subscribe-notifications.html
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 "https://".
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]: http://docs.aws.amazon.com/workdocs/latest/developerguide/wd-auth-user.html
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.8.0'
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 "https://".
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.8.0
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: 2018-11-20 00:00:00.000000000 Z
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