aws-sdk-cloud9 1.22.0 → 1.23.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: cfb719a19f1c9b9e8a1e5de4f696b49f721d69050c13cdb75af71d2a2fed9abd
4
- data.tar.gz: 7b2b7d2bdfbde0e78d0decdb24c77abec2b13605e0c779d6e453762fccb6b4d0
3
+ metadata.gz: 96823834ca17a1769d982a56148518127a0856224dc26bac5d4eefc60797cc55
4
+ data.tar.gz: 55bd5d8d2bfba49579f85118b393bd2a853901ea2f4e42337dfb9f54332bf04b
5
5
  SHA512:
6
- metadata.gz: 2abcb71a22ae764f7e67d8ac120657d644b55804d2c978a32b5b43bf651956aeac26ac3b88177b255ff097bfabceaac3162d89d51c9a6775b55de3ae258259c9
7
- data.tar.gz: df95f55fa3c6d41c27762a9cb9e15aa045f13b62753ae4bce03cdd9029655e986fcfcfa8bcd80ec0bdff6d2dca9044afa20a0573af2801a2ac907cd4fbb97906
6
+ metadata.gz: '08519a02e5277c2363d13c9b0410726f3548725dd7fbcf58ab205c8efe57277ca2ef2a7ef1e6a5b2732c124cfc2d37bc6b87c0230e2d3bbe93727f5aefac15fa'
7
+ data.tar.gz: 58f4d8cf444a553a830cad7c8f0f13dcdcc4b02442cfd8d9e87b0fc7159e82875463a12bc1d045de196dbd231edc97905876bfecde226d552b3ab1874229ee49
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloud9/customizations'
45
45
  # @service
46
46
  module Aws::Cloud9
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Cloud9
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1101,7 +1101,7 @@ module Aws::Cloud9
1101
1101
  params: params,
1102
1102
  config: config)
1103
1103
  context[:gem_name] = 'aws-sdk-cloud9'
1104
- context[:gem_version] = '1.22.0'
1104
+ context[:gem_version] = '1.23.0'
1105
1105
  Seahorse::Client::Request.new(handlers, context)
1106
1106
  end
1107
1107
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core