aws-sdk-ec2instanceconnect 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5ed7b83ab294a9bd777d15e770fbfef7e64a5256ee5723f114d3886dadda04a
4
- data.tar.gz: 19b552290c10b1af5156ae6034e688f2448e8234063667bfcab905af7683cdee
3
+ metadata.gz: 3c46aedd28aab2fc7c5120f6e7e8494baab32cce9249198cb92f861244dccf6b
4
+ data.tar.gz: 4c672ef086e8d98a89eabf12ecc2f06cb99528783c043558d938315bdf36dc39
5
5
  SHA512:
6
- metadata.gz: 4a69b3e22f6e4b7e054c5b25d4998009653c418079e20de95676018f5e61c4c98896651f55fda0fba7a121701529a263ce3698ebf61ea1c4bde82b57b346fa8d
7
- data.tar.gz: d948222e90afce8923425ea727d4d28f176b6340590edfcef089ac0901ce3150f21f759a490c4fe354b87b1797f3a01d8fb7807f87d73a0ffb59378709931305
6
+ metadata.gz: f3004fd48c2c8295cd4cbcb5b2f4aa2ea2539f1d58ecf7641a1dd90eadd0ef6aec1b49e19060b5312b193cff2d282682dc04be3aca2b58183b5fb088fc00cadd
7
+ data.tar.gz: 31e72e7f33da8c14651ccc7305572b1ec025d1ffd0a6adc67371f12cb3f4e9f9d60764de1dbe681b7c7dd829ab44fb6e73a0c82e466e348b35d41c3de516aae3
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-ec2instanceconnect/customizations'
45
45
  # @service
46
46
  module Aws::EC2InstanceConnect
47
47
 
48
- GEM_VERSION = '1.5.0'
48
+ GEM_VERSION = '1.6.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::EC2InstanceConnect
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.
@@ -395,7 +395,7 @@ module Aws::EC2InstanceConnect
395
395
  params: params,
396
396
  config: config)
397
397
  context[:gem_name] = 'aws-sdk-ec2instanceconnect'
398
- context[:gem_version] = '1.5.0'
398
+ context[:gem_version] = '1.6.0'
399
399
  Seahorse::Client::Request.new(handlers, context)
400
400
  end
401
401
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2instanceconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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