aws-sdk-core 3.69.0 → 3.69.1

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: 4d5f54960ec85856667ac784d849d03734c1cbb9
4
- data.tar.gz: 488b6f2ae7aac25bd34ef8105a8b9b4222dc4cba
3
+ metadata.gz: 83adfca19b60fb51036a316415306b57ac9808e1
4
+ data.tar.gz: bff748a3e09817422ea1787d0b2f5f584e2c958b
5
5
  SHA512:
6
- metadata.gz: 49e427278c17b714ec149c445444e47cf3af35852ee554d43d930bf90946909aa000e4918736346a729e0f3415e08f1c8251f68260b3acbd3b8f1dfc8f7f6f5a
7
- data.tar.gz: 77cc128c31fed8e41bf150001391fc21227b796c8fea38d335d07d6816a3955f844f1c0d56a1c9dd4fc27440d0b6ae447383a2bb3bd9563a7e7e60255c5c9820
6
+ metadata.gz: 13e8be68d1868d2404c09a2093f2d00597c4195a43ec0be4d4850f7f3e2ad986798e26a4f080826b924185041add4eddd0831543eded435ae0e3e40dda12c84c
7
+ data.tar.gz: dfe652bbeb582756a1144d43bac5b9a6814cbc7b563afb12edca85ce08aa9420701dddd109ed07c471465f1015891bc3ffeb83bcba2e866f4b21e9a9ff45e0ec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.69.0
1
+ 3.69.1
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.69.0'
43
+ GEM_VERSION = '3.69.1'
44
44
 
45
45
  end
@@ -1808,7 +1808,7 @@ module Aws::STS
1808
1808
  params: params,
1809
1809
  config: config)
1810
1810
  context[:gem_name] = 'aws-sdk-core'
1811
- context[:gem_version] = '3.69.0'
1811
+ context[:gem_version] = '3.69.1'
1812
1812
  Seahorse::Client::Request.new(handlers, context)
1813
1813
  end
1814
1814
 
@@ -194,13 +194,15 @@ module Seahorse
194
194
  private
195
195
 
196
196
  def define_operation_methods
197
+ operations_module = Module.new
197
198
  @api.operation_names.each do |method_name|
198
- define_method(method_name) do |*args, &block|
199
+ operations_module.send(:define_method, method_name) do |*args, &block|
199
200
  params = args[0] || {}
200
201
  options = args[1] || {}
201
202
  build_request(method_name, params).send_request(options, &block)
202
203
  end
203
204
  end
205
+ include(operations_module)
204
206
  end
205
207
 
206
208
  def build_plugins
@@ -119,7 +119,7 @@ module Seahorse
119
119
  attr_accessor :default_block
120
120
  attr_accessor :required
121
121
  attr_accessor :doc_type
122
- attr_accessor :doc_default
122
+ attr_writer :doc_default
123
123
  attr_accessor :docstring
124
124
 
125
125
  def doc_default
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.69.0
4
+ version: 3.69.1
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: 2019-10-17 00:00:00.000000000 Z
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath