aws-sdk-apigateway 1.75.0 → 1.76.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +1 -1
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a6b5eb60c88f209a20c2db05ae86b61353a60dce5321cc678826c00ebc336f9
|
|
4
|
+
data.tar.gz: ed81457da172190af33be2a4856d14f8be1300a137a33a94dcc0267bd7875865
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: feaae215ed19625c153a41dc7bcfb6c414a1108750f733946783046a71416f1891609ce09d980daaf2d880babe2830ce400340535fafc0f12177fb6149b417f1
|
|
7
|
+
data.tar.gz: ec86730772865b4e3c9683f3fcada44b9b6d7716ff0cd52be34fdfa6716094750cbae51e85b95856b4d99de65ddfcfc40734f4f83e80662d4d76a8742d5565cc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
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
|
+
|
|
4
9
|
1.75.0 (2022-02-24)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.76.0
|
|
@@ -7035,7 +7035,7 @@ module Aws::APIGateway
|
|
|
7035
7035
|
params: params,
|
|
7036
7036
|
config: config)
|
|
7037
7037
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7038
|
-
context[:gem_version] = '1.
|
|
7038
|
+
context[:gem_version] = '1.76.0'
|
|
7039
7039
|
Seahorse::Client::Request.new(handlers, context)
|
|
7040
7040
|
end
|
|
7041
7041
|
|
data/lib/aws-sdk-apigateway.rb
CHANGED
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.
|
|
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: 2022-
|
|
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
|