aws-sdk-apigatewayv2 1.73.0 → 1.74.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-apigatewayv2/client.rb +1 -1
- data/lib/aws-sdk-apigatewayv2/client_api.rb +2 -2
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36215fed8ed62158cd7877a9319a6f5e62ba36128c2b11356e7d3e0c38e6e69e
|
4
|
+
data.tar.gz: f2a49f8938b0bd8fce97d0ac514bbf95f020a47cac61b07bf81cbbdc4b5d6851
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1040d05ae7d1f391e28821ea343aacf47491866c6575af96a4101c96b257c3a1f14f6d86701f68115f79e2ee19593606d46d5116f459e8a17679b55093169276
|
7
|
+
data.tar.gz: 6df3164e3949bce82e8a606ead6e8d9f5963c25327d15b57850da51c9a01a8d65ca4348db309d5481750255440be1cb5ce20dd7fbc56383095ca2d69a951b018
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -4630,7 +4630,7 @@ module Aws::ApiGatewayV2
|
|
4630
4630
|
tracer: tracer
|
4631
4631
|
)
|
4632
4632
|
context[:gem_name] = 'aws-sdk-apigatewayv2'
|
4633
|
-
context[:gem_version] = '1.
|
4633
|
+
context[:gem_version] = '1.74.0'
|
4634
4634
|
Seahorse::Client::Request.new(handlers, context)
|
4635
4635
|
end
|
4636
4636
|
|
@@ -839,8 +839,8 @@ module Aws::ApiGatewayV2
|
|
839
839
|
ExportApiRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
840
840
|
ExportApiRequest.add_member(:export_version, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "exportVersion"))
|
841
841
|
ExportApiRequest.add_member(:include_extensions, Shapes::ShapeRef.new(shape: __boolean, location: "querystring", location_name: "includeExtensions"))
|
842
|
-
ExportApiRequest.add_member(:output_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "outputType", metadata: {"enum"=>["YAML", "JSON"]}))
|
843
|
-
ExportApiRequest.add_member(:specification, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "specification", metadata: {"enum"=>["OAS30"]}))
|
842
|
+
ExportApiRequest.add_member(:output_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "outputType", metadata: {"enum" => ["YAML", "JSON"]}))
|
843
|
+
ExportApiRequest.add_member(:specification, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "specification", metadata: {"enum" => ["OAS30"]}))
|
844
844
|
ExportApiRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "stageName"))
|
845
845
|
ExportApiRequest.struct_class = Types::ExportApiRequest
|
846
846
|
|
data/lib/aws-sdk-apigatewayv2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-apigatewayv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.74.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apigatewayv2
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apigatewayv2/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AmazonApiGatewayV2
|
99
96
|
test_files: []
|