aws-sdk-apigateway 1.73.0 → 1.76.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: 20a9a80e29bc3b5e38afd06bfaf4cce5c96c9c02621d9db699e54f5222bade6f
4
- data.tar.gz: e1ff78ffeb8dfece5445463eb176794eceb79f0d68e91fa50fc1c7a483b19646
3
+ metadata.gz: 9a6b5eb60c88f209a20c2db05ae86b61353a60dce5321cc678826c00ebc336f9
4
+ data.tar.gz: ed81457da172190af33be2a4856d14f8be1300a137a33a94dcc0267bd7875865
5
5
  SHA512:
6
- metadata.gz: c0c6f09867e6a272a1dbc6f2aefca9fa71e5cc6848b90671ed49ced6b8dc5ac9a9a9ba225a6a6b74903302cebca11d40c68eefe7ded2e510b41c40ea17bba68e
7
- data.tar.gz: d2a5362fe903c2624519dd6b16dda611bc1da2af7b437196687e358dd956c3bf617016031ecc4ecae1d492de77a625b5ebe6d1a54d82d5cb69896a8181d7a325
6
+ metadata.gz: feaae215ed19625c153a41dc7bcfb6c414a1108750f733946783046a71416f1891609ce09d980daaf2d880babe2830ce400340535fafc0f12177fb6149b417f1
7
+ data.tar.gz: ec86730772865b4e3c9683f3fcada44b9b6d7716ff0cd52be34fdfa6716094750cbae51e85b95856b4d99de65ddfcfc40734f4f83e80662d4d76a8742d5565cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2022-04-07)
5
+ ------------------
6
+
7
+ * Feature - ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation.
8
+
9
+ 1.75.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.74.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.73.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.76.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
  require 'aws-sdk-apigateway/plugins/apply_content_type_header.rb'
@@ -75,7 +77,9 @@ module Aws::APIGateway
75
77
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
78
  add_plugin(Aws::Plugins::TransferEncoding)
77
79
  add_plugin(Aws::Plugins::HttpChecksum)
80
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
81
  add_plugin(Aws::Plugins::DefaultsMode)
82
+ add_plugin(Aws::Plugins::RecursionDetection)
79
83
  add_plugin(Aws::Plugins::SignatureV4)
80
84
  add_plugin(Aws::Plugins::Protocols::RestJson)
81
85
  add_plugin(Aws::APIGateway::Plugins::ApplyContentTypeHeader)
@@ -7031,7 +7035,7 @@ module Aws::APIGateway
7031
7035
  params: params,
7032
7036
  config: config)
7033
7037
  context[:gem_name] = 'aws-sdk-apigateway'
7034
- context[:gem_version] = '1.73.0'
7038
+ context[:gem_version] = '1.76.0'
7035
7039
  Seahorse::Client::Request.new(handlers, context)
7036
7040
  end
7037
7041
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apigateway/customizations'
48
48
  # @!group service
49
49
  module Aws::APIGateway
50
50
 
51
- GEM_VERSION = '1.73.0'
51
+ GEM_VERSION = '1.76.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.76.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-04-07 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.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement