aws-sdk-apigateway 1.45.0 → 1.46.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5585d81885b1fa7a5db5b307faee86a97b23429cbbb2d89ce70357304a40b496
|
|
4
|
+
data.tar.gz: 2d0e9bd2b3fb0ce19a18f7e5f86252b73d15941d555e3a951b57303d2110fb1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8dcfc339ef71265ab838c684c9fadc0891b10c5e1717fb9207391162bb74ef0d3bca6b59fbce5736c3221256b4a258c792f90d2714f4fa31943349adc01dd76
|
|
7
|
+
data.tar.gz: e0a16ca58754657b2aa42b62d6f9c828b148ab3618faf96122f78673db5fa6117213128f6844ff93cf7af4dad6f286052a5641f8f218fa5dd01ef5a756958782
|
data/lib/aws-sdk-apigateway.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-apigateway/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::APIGateway
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.46.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -7016,7 +7018,7 @@ module Aws::APIGateway
|
|
|
7016
7018
|
params: params,
|
|
7017
7019
|
config: config)
|
|
7018
7020
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7019
|
-
context[:gem_version] = '1.
|
|
7021
|
+
context[:gem_version] = '1.46.0'
|
|
7020
7022
|
Seahorse::Client::Request.new(handlers, context)
|
|
7021
7023
|
end
|
|
7022
7024
|
|
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.46.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-06-
|
|
11
|
+
date: 2020-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|