aws-sdk-apigateway 1.81.0 → 1.82.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +6 -1
- data/lib/aws-sdk-apigateway/types.rb +12 -12
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '07076628e075551f7029da2281f835155d80257791f6a9f8b0163a9e6091e371'
|
4
|
+
data.tar.gz: 75b9a40dca5e8fcd6fcdd4527b89da994fbc446949836b832ff763153d2d4e8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a79aff5305098ac2304b05b32a723d7deff804c58f42d218ff89b88c99241b55d78477586b73c2c8d7bb530576b2b9c92cff5878f170ba67a6590ebf0dfbe47
|
7
|
+
data.tar.gz: 8d97b4e6457457051a30230e4b58225ee64a0f5d510ecc4c29cf702f513475a7589d5462e4cb12639a05642cd3c572a1faa9f8b195b13a3c2899694fc43a6ff2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|
@@ -277,6 +277,11 @@ module Aws::APIGateway
|
|
277
277
|
# in the future.
|
278
278
|
#
|
279
279
|
#
|
280
|
+
# @option options [String] :sdk_ua_app_id
|
281
|
+
# A unique and opaque application ID that is appended to the
|
282
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
283
|
+
# maximum length of 50.
|
284
|
+
#
|
280
285
|
# @option options [String] :secret_access_key
|
281
286
|
#
|
282
287
|
# @option options [String] :session_token
|
@@ -7035,7 +7040,7 @@ module Aws::APIGateway
|
|
7035
7040
|
params: params,
|
7036
7041
|
config: config)
|
7037
7042
|
context[:gem_name] = 'aws-sdk-apigateway'
|
7038
|
-
context[:gem_version] = '1.
|
7043
|
+
context[:gem_version] = '1.82.0'
|
7039
7044
|
Seahorse::Client::Request.new(handlers, context)
|
7040
7045
|
end
|
7041
7046
|
|
@@ -3362,21 +3362,21 @@ module Aws::APIGateway
|
|
3362
3362
|
# template is defined in the integration or the content type does not
|
3363
3363
|
# match any of the mapped content types, as specified in
|
3364
3364
|
# `requestTemplates`. The valid value is one of the following:
|
3365
|
-
# `WHEN_NO_MATCH
|
3365
|
+
# `WHEN_NO_MATCH`: passes the method request body through the
|
3366
3366
|
# integration request to the back end without transformation when the
|
3367
3367
|
# method request content type does not match any content type
|
3368
3368
|
# associated with the mapping templates defined in the integration
|
3369
|
-
# request. `WHEN_NO_TEMPLATES
|
3370
|
-
#
|
3371
|
-
#
|
3372
|
-
#
|
3373
|
-
#
|
3374
|
-
#
|
3375
|
-
#
|
3376
|
-
#
|
3377
|
-
#
|
3378
|
-
#
|
3379
|
-
#
|
3369
|
+
# request. `WHEN_NO_TEMPLATES`: passes the method request body through
|
3370
|
+
# the integration request to the back end without transformation when
|
3371
|
+
# no mapping template is defined in the integration request. If a
|
3372
|
+
# template is defined when this option is selected, the method request
|
3373
|
+
# of an unmapped content-type will be rejected with an HTTP 415
|
3374
|
+
# Unsupported Media Type response. `NEVER`: rejects the method request
|
3375
|
+
# with an HTTP 415 Unsupported Media Type response when either the
|
3376
|
+
# method request content type does not match any content type
|
3377
|
+
# associated with the mapping templates defined in the integration
|
3378
|
+
# request or no mapping template is defined in the integration
|
3379
|
+
# request.
|
3380
3380
|
# @return [String]
|
3381
3381
|
#
|
3382
3382
|
# @!attribute [rw] content_handling
|
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.82.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: 2023-
|
11
|
+
date: 2023-05-31 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.
|
22
|
+
version: 3.174.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.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|