aws-sdk-apigatewayv2 1.44.0 → 1.46.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +10 -5
- data/lib/aws-sdk-apigatewayv2/endpoints.rb +1 -0
- data/lib/aws-sdk-apigatewayv2/types.rb +22 -22
- data/lib/aws-sdk-apigatewayv2.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: 75b1646c1fa9c93007d9ba38d87b25a8260a552a566fa89ec22f9d05eafa624a
|
4
|
+
data.tar.gz: f5b8fc5b4aad409899035c3e27cb57c5bef646dfd3abd88561a64ecf8c89e154
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9b0504083300417b3da58a21adf105cc814c3d4c02ec8c0368612c359584e5f2197690e9dcd897ab0dfb5b7639eb52cd2be447fd4f829c5119e9945a00c75f5
|
7
|
+
data.tar.gz: 789eea33554a71fc572d8f7aa8766671be6e1a3b8c18c15498eee15e00df09fcfb4b317253a13c8a074b25badd963e47fa621ff495fce14bc374723c28334e4f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.46.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.45.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.44.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -275,6 +275,11 @@ module Aws::ApiGatewayV2
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -854,7 +859,7 @@ module Aws::ApiGatewayV2
|
|
854
859
|
# request parameters are a key-value map specifying how to transform
|
855
860
|
# HTTP requests before sending them to the backend. The key should
|
856
861
|
# follow the pattern
|
857
|
-
# <action>
|
862
|
+
# <action>:<header\|querystring\|path>.<location>
|
858
863
|
# where action can be append, overwrite or remove. For values, you can
|
859
864
|
# provide static values, or map request data, stage variables, or
|
860
865
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -1023,7 +1028,7 @@ module Aws::ApiGatewayV2
|
|
1023
1028
|
# request parameters are a key-value map specifying how to transform
|
1024
1029
|
# HTTP requests before sending them to the backend. The key should
|
1025
1030
|
# follow the pattern
|
1026
|
-
# <action>
|
1031
|
+
# <action>:<header\|querystring\|path>.<location>
|
1027
1032
|
# where action can be append, overwrite or remove. For values, you can
|
1028
1033
|
# provide static values, or map request data, stage variables, or
|
1029
1034
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -3822,7 +3827,7 @@ module Aws::ApiGatewayV2
|
|
3822
3827
|
# request parameters are a key-value map specifying how to transform
|
3823
3828
|
# HTTP requests before sending them to the backend. The key should
|
3824
3829
|
# follow the pattern
|
3825
|
-
# <action>
|
3830
|
+
# <action>:<header\|querystring\|path>.<location>
|
3826
3831
|
# where action can be append, overwrite or remove. For values, you can
|
3827
3832
|
# provide static values, or map request data, stage variables, or
|
3828
3833
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -3994,7 +3999,7 @@ module Aws::ApiGatewayV2
|
|
3994
3999
|
# request parameters are a key-value map specifying how to transform
|
3995
4000
|
# HTTP requests before sending them to the backend. The key should
|
3996
4001
|
# follow the pattern
|
3997
|
-
# <action>
|
4002
|
+
# <action>:<header\|querystring\|path>.<location>
|
3998
4003
|
# where action can be append, overwrite or remove. For values, you can
|
3999
4004
|
# provide static values, or map request data, stage variables, or
|
4000
4005
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -4498,7 +4503,7 @@ module Aws::ApiGatewayV2
|
|
4498
4503
|
params: params,
|
4499
4504
|
config: config)
|
4500
4505
|
context[:gem_name] = 'aws-sdk-apigatewayv2'
|
4501
|
-
context[:gem_version] = '1.
|
4506
|
+
context[:gem_version] = '1.46.0'
|
4502
4507
|
Seahorse::Client::Request.new(handlers, context)
|
4503
4508
|
end
|
4504
4509
|
|
@@ -241,9 +241,9 @@ module Aws::ApiGatewayV2
|
|
241
241
|
# The authorizer's Uniform Resource Identifier (URI). For REQUEST
|
242
242
|
# authorizers, this must be a well-formed Lambda function URI, for
|
243
243
|
# example,
|
244
|
-
# arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:*\\\{account\_id\\}
|
244
|
+
# arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:*\\\{account\_id\\}*:function:*\\\{lambda\_function\_name\\}*/invocations.
|
245
245
|
# In general, the URI has this form:
|
246
|
-
# arn:aws:apigateway:*\\\{region\\}
|
246
|
+
# arn:aws:apigateway:*\\\{region\\}*:lambda:path/*\\\{service\_api\\}*
|
247
247
|
# , where <replaceable />
|
248
248
|
#
|
249
249
|
# \\\{region\\} is the same as the region hosting the Lambda function,
|
@@ -829,9 +829,9 @@ module Aws::ApiGatewayV2
|
|
829
829
|
# The authorizer's Uniform Resource Identifier (URI). For REQUEST
|
830
830
|
# authorizers, this must be a well-formed Lambda function URI, for
|
831
831
|
# example,
|
832
|
-
# arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:*\\\{account\_id\\}
|
832
|
+
# arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:*\\\{account\_id\\}*:function:*\\\{lambda\_function\_name\\}*/invocations.
|
833
833
|
# In general, the URI has this form:
|
834
|
-
# arn:aws:apigateway:*\\\{region\\}
|
834
|
+
# arn:aws:apigateway:*\\\{region\\}*:lambda:path/*\\\{service\_api\\}*
|
835
835
|
# , where <replaceable />
|
836
836
|
#
|
837
837
|
# \\\{region\\} is the same as the region hosting the Lambda function,
|
@@ -1387,7 +1387,7 @@ module Aws::ApiGatewayV2
|
|
1387
1387
|
# request parameters are a key-value map specifying how to transform
|
1388
1388
|
# HTTP requests before sending them to the backend. The key should
|
1389
1389
|
# follow the pattern
|
1390
|
-
# <action>
|
1390
|
+
# <action>:<header\|querystring\|path>.<location>
|
1391
1391
|
# where action can be append, overwrite or remove. For values, you can
|
1392
1392
|
# provide static values, or map request data, stage variables, or
|
1393
1393
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -1406,7 +1406,7 @@ module Aws::ApiGatewayV2
|
|
1406
1406
|
# selection key to response parameters. The selection key must be a
|
1407
1407
|
# valid HTTP status code within the range of 200-599. Response
|
1408
1408
|
# parameters are a key-value map. The key must match pattern
|
1409
|
-
# <action>
|
1409
|
+
# <action>:<header>.<location> or
|
1410
1410
|
# overwrite.statuscode. The action can be append, overwrite or remove.
|
1411
1411
|
# The value can be a static value, or map to response data, stage
|
1412
1412
|
# variables, or context variables that are evaluated at runtime. To
|
@@ -1535,7 +1535,7 @@ module Aws::ApiGatewayV2
|
|
1535
1535
|
# request parameters are a key-value map specifying how to transform
|
1536
1536
|
# HTTP requests before sending them to the backend. The key should
|
1537
1537
|
# follow the pattern
|
1538
|
-
# <action>
|
1538
|
+
# <action>:<header\|querystring\|path>.<location>
|
1539
1539
|
# where action can be append, overwrite or remove. For values, you can
|
1540
1540
|
# provide static values, or map request data, stage variables, or
|
1541
1541
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -1685,7 +1685,7 @@ module Aws::ApiGatewayV2
|
|
1685
1685
|
# request parameters are a key-value map specifying how to transform
|
1686
1686
|
# HTTP requests before sending them to the backend. The key should
|
1687
1687
|
# follow the pattern
|
1688
|
-
# <action>
|
1688
|
+
# <action>:<header\|querystring\|path>.<location>
|
1689
1689
|
# where action can be append, overwrite or remove. For values, you can
|
1690
1690
|
# provide static values, or map request data, stage variables, or
|
1691
1691
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -1858,7 +1858,7 @@ module Aws::ApiGatewayV2
|
|
1858
1858
|
# request parameters are a key-value map specifying how to transform
|
1859
1859
|
# HTTP requests before sending them to the backend. The key should
|
1860
1860
|
# follow the pattern
|
1861
|
-
# <action>
|
1861
|
+
# <action>:<header\|querystring\|path>.<location>
|
1862
1862
|
# where action can be append, overwrite or remove. For values, you can
|
1863
1863
|
# provide static values, or map request data, stage variables, or
|
1864
1864
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -1939,7 +1939,7 @@ module Aws::ApiGatewayV2
|
|
1939
1939
|
# request parameters are a key-value map specifying how to transform
|
1940
1940
|
# HTTP requests before sending them to the backend. The key should
|
1941
1941
|
# follow the pattern
|
1942
|
-
# <action>
|
1942
|
+
# <action>:<header\|querystring\|path>.<location>
|
1943
1943
|
# where action can be append, overwrite or remove. For values, you can
|
1944
1944
|
# provide static values, or map request data, stage variables, or
|
1945
1945
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -3754,7 +3754,7 @@ module Aws::ApiGatewayV2
|
|
3754
3754
|
# request parameters are a key-value map specifying how to transform
|
3755
3755
|
# HTTP requests before sending them to the backend. The key should
|
3756
3756
|
# follow the pattern
|
3757
|
-
# <action>
|
3757
|
+
# <action>:<header\|querystring\|path>.<location>
|
3758
3758
|
# where action can be append, overwrite or remove. For values, you can
|
3759
3759
|
# provide static values, or map request data, stage variables, or
|
3760
3760
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -3881,7 +3881,7 @@ module Aws::ApiGatewayV2
|
|
3881
3881
|
# request parameters are a key-value map specifying how to transform
|
3882
3882
|
# HTTP requests before sending them to the backend. The key should
|
3883
3883
|
# follow the pattern
|
3884
|
-
# <action>
|
3884
|
+
# <action>:<header\|querystring\|path>.<location>
|
3885
3885
|
# where action can be append, overwrite or remove. For values, you can
|
3886
3886
|
# provide static values, or map request data, stage variables, or
|
3887
3887
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -4832,7 +4832,7 @@ module Aws::ApiGatewayV2
|
|
4832
4832
|
# request parameters are a key-value map specifying how to transform
|
4833
4833
|
# HTTP requests before sending them to backend integrations. The key
|
4834
4834
|
# should follow the pattern
|
4835
|
-
# <action>
|
4835
|
+
# <action>:<header\|querystring\|path>.<location>.
|
4836
4836
|
# The action can be append, overwrite or remove. For values, you can
|
4837
4837
|
# provide static values, or map request data, stage variables, or
|
4838
4838
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -4851,7 +4851,7 @@ module Aws::ApiGatewayV2
|
|
4851
4851
|
# selection key to response parameters. The selection key must be a
|
4852
4852
|
# valid HTTP status code within the range of 200-599. Response
|
4853
4853
|
# parameters are a key-value map. The key must match pattern
|
4854
|
-
# <action>
|
4854
|
+
# <action>:<header>.<location> or
|
4855
4855
|
# overwrite.statuscode. The action can be append, overwrite or remove.
|
4856
4856
|
# The value can be a static value, or map to response data, stage
|
4857
4857
|
# variables, or context variables that are evaluated at runtime. To
|
@@ -6129,9 +6129,9 @@ module Aws::ApiGatewayV2
|
|
6129
6129
|
# The authorizer's Uniform Resource Identifier (URI). For REQUEST
|
6130
6130
|
# authorizers, this must be a well-formed Lambda function URI, for
|
6131
6131
|
# example,
|
6132
|
-
# arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:*\\\{account\_id\\}
|
6132
|
+
# arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:*\\\{account\_id\\}*:function:*\\\{lambda\_function\_name\\}*/invocations.
|
6133
6133
|
# In general, the URI has this form:
|
6134
|
-
# arn:aws:apigateway:*\\\{region\\}
|
6134
|
+
# arn:aws:apigateway:*\\\{region\\}*:lambda:path/*\\\{service\_api\\}*
|
6135
6135
|
# , where <replaceable />
|
6136
6136
|
#
|
6137
6137
|
# \\\{region\\} is the same as the region hosting the Lambda function,
|
@@ -6668,7 +6668,7 @@ module Aws::ApiGatewayV2
|
|
6668
6668
|
# request parameters are a key-value map specifying how to transform
|
6669
6669
|
# HTTP requests before sending them to the backend. The key should
|
6670
6670
|
# follow the pattern
|
6671
|
-
# <action>
|
6671
|
+
# <action>:<header\|querystring\|path>.<location>
|
6672
6672
|
# where action can be append, overwrite or remove. For values, you can
|
6673
6673
|
# provide static values, or map request data, stage variables, or
|
6674
6674
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -6687,7 +6687,7 @@ module Aws::ApiGatewayV2
|
|
6687
6687
|
# selection key to response parameters. The selection key must be a
|
6688
6688
|
# valid HTTP status code within the range of 200-599. Response
|
6689
6689
|
# parameters are a key-value map. The key must match pattern
|
6690
|
-
# <action>
|
6690
|
+
# <action>:<header>.<location> or
|
6691
6691
|
# overwrite.statuscode. The action can be append, overwrite or remove.
|
6692
6692
|
# The value can be a static value, or map to response data, stage
|
6693
6693
|
# variables, or context variables that are evaluated at runtime. To
|
@@ -6819,7 +6819,7 @@ module Aws::ApiGatewayV2
|
|
6819
6819
|
# request parameters are a key-value map specifying how to transform
|
6820
6820
|
# HTTP requests before sending them to the backend. The key should
|
6821
6821
|
# follow the pattern
|
6822
|
-
# <action>
|
6822
|
+
# <action>:<header\|querystring\|path>.<location>
|
6823
6823
|
# where action can be append, overwrite or remove. For values, you can
|
6824
6824
|
# provide static values, or map request data, stage variables, or
|
6825
6825
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -6970,7 +6970,7 @@ module Aws::ApiGatewayV2
|
|
6970
6970
|
# request parameters are a key-value map specifying how to transform
|
6971
6971
|
# HTTP requests before sending them to the backend. The key should
|
6972
6972
|
# follow the pattern
|
6973
|
-
# <action>
|
6973
|
+
# <action>:<header\|querystring\|path>.<location>
|
6974
6974
|
# where action can be append, overwrite or remove. For values, you can
|
6975
6975
|
# provide static values, or map request data, stage variables, or
|
6976
6976
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -7147,7 +7147,7 @@ module Aws::ApiGatewayV2
|
|
7147
7147
|
# request parameters are a key-value map specifying how to transform
|
7148
7148
|
# HTTP requests before sending them to the backend. The key should
|
7149
7149
|
# follow the pattern
|
7150
|
-
# <action>
|
7150
|
+
# <action>:<header\|querystring\|path>.<location>
|
7151
7151
|
# where action can be append, overwrite or remove. For values, you can
|
7152
7152
|
# provide static values, or map request data, stage variables, or
|
7153
7153
|
# context variables that are evaluated at runtime. To learn more, see
|
@@ -7229,7 +7229,7 @@ module Aws::ApiGatewayV2
|
|
7229
7229
|
# request parameters are a key-value map specifying how to transform
|
7230
7230
|
# HTTP requests before sending them to the backend. The key should
|
7231
7231
|
# follow the pattern
|
7232
|
-
# <action>
|
7232
|
+
# <action>:<header\|querystring\|path>.<location>
|
7233
7233
|
# where action can be append, overwrite or remove. For values, you can
|
7234
7234
|
# provide static values, or map request data, stage variables, or
|
7235
7235
|
# context variables that are evaluated at runtime. To learn more, see
|
data/lib/aws-sdk-apigatewayv2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.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: 2023-
|
11
|
+
date: 2023-06-15 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
|