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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a96d7beec430c2c1a00a3295b5f8d7fc7168032756cc14d5e929ce4c89bb466f
4
- data.tar.gz: 58419ac188c4ba2f112669f6838f9e543687d77275a63c5de5318440d02f9cd5
3
+ metadata.gz: '07076628e075551f7029da2281f835155d80257791f6a9f8b0163a9e6091e371'
4
+ data.tar.gz: 75b9a40dca5e8fcd6fcdd4527b89da994fbc446949836b832ff763153d2d4e8d
5
5
  SHA512:
6
- metadata.gz: 4316daae4769aaaa37ffc8952feb88d7ae51aba63bae8ef776dda42a9b47571d3a9498dd675a2be6a07bf257348a5ff8d75657e29eed95f0280b788a4e689eb6
7
- data.tar.gz: d0d9a91fe52b1746127ec1c735fa5854cd104f5aa11dbb7bc012f29cc5e909aea37929d53333aa5f1f31ed50a802c4db4eaeed4115385b724e908f3f0fa37329
6
+ metadata.gz: 1a79aff5305098ac2304b05b32a723d7deff804c58f42d218ff89b88c99241b55d78477586b73c2c8d7bb530576b2b9c92cff5878f170ba67a6590ebf0dfbe47
7
+ data.tar.gz: 8d97b4e6457457051a30230e4b58225ee64a0f5d510ecc4c29cf702f513475a7589d5462e4cb12639a05642cd3c572a1faa9f8b195b13a3c2899694fc43a6ff2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
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.81.0'
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`\: passes the method request body through the
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`\: passes the method request body
3370
- # through the integration request to the back end without
3371
- # transformation when no mapping template is defined in the
3372
- # integration request. If a template is defined when this option is
3373
- # selected, the method request of an unmapped content-type will be
3374
- # rejected with an HTTP 415 Unsupported Media Type response. `NEVER`\:
3375
- # rejects the method request with an HTTP 415 Unsupported Media Type
3376
- # response when either the method request content type does not match
3377
- # any content type associated with the mapping templates defined in
3378
- # the integration request or no mapping template is defined in the
3379
- # integration request.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apigateway/customizations'
52
52
  # @!group service
53
53
  module Aws::APIGateway
54
54
 
55
- GEM_VERSION = '1.81.0'
55
+ GEM_VERSION = '1.82.0'
56
56
 
57
57
  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.81.0
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-01-18 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement