aws-sdk-applicationautoscaling 1.40.0 → 1.41.1

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: 881ca63b37cfa9af8ca3c1a8ceaaafebf7b32f74eac13be909b0ffe8214bc56a
4
- data.tar.gz: f2d6a232041e0c37b38da00a6e0531de39cc1f296b8a4f38131bbb3f4bf623c5
3
+ metadata.gz: 29e03644ced2409db103cde94cfdde338d67afbc68ef8567755fd57e4d422c86
4
+ data.tar.gz: 60a227203dbb6bdc904c25d4b106199fd31f55213b5d5a75fd85a8cc616d6263
5
5
  SHA512:
6
- metadata.gz: 9c447c258b6d251727fbf223bb2a56d8e2f6a34d355b5ba361b591f30198b0beeb6c9b96c56374cc573943d01921706042133bf5972db955757368646060a99f
7
- data.tar.gz: 5edb6ea0ccb53733832e1c3f9ce665958b210d6c0004814998420c1076bbad117c68ce3d81e6e94506be24f8d382f33b0cfa74c00fefa50d88eb3658bb469fce
6
+ metadata.gz: 4607bbd81ef7550af06c45bd4978e10dc372ae921c881b1cc0d2fa3f3dbbad47b4d592b7bd9b66a0881fb67358f0cf77cae855946c1a7b51816a73377431b7cd
7
+ data.tar.gz: 3f1ea4fdb95858682b0913628cdbe3288be1a8f156995b4cef6bd0904b52a10373e7ddca6b1e9befbc4ee78c9f008b9ce27d8b7ac91eb55657e624641202e000
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
45
45
  # @service
46
46
  module Aws::ApplicationAutoScaling
47
47
 
48
- GEM_VERSION = '1.40.0'
48
+ GEM_VERSION = '1.41.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::ApplicationAutoScaling
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::ApplicationAutoScaling
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2406,7 +2408,7 @@ module Aws::ApplicationAutoScaling
2406
2408
  params: params,
2407
2409
  config: config)
2408
2410
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2409
- context[:gem_version] = '1.40.0'
2411
+ context[:gem_version] = '1.41.1'
2410
2412
  Seahorse::Client::Request.new(handlers, context)
2411
2413
  end
2412
2414
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement