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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 489dffb443a70b8cbbb5fdb5d112db80cf61bc673ae3d4bea5ce0e1089760e52
4
- data.tar.gz: 6d64bdabc09e388401a7c002d8e4daa1d34eb83dd4f0934bd2263613e739db69
3
+ metadata.gz: 75b1646c1fa9c93007d9ba38d87b25a8260a552a566fa89ec22f9d05eafa624a
4
+ data.tar.gz: f5b8fc5b4aad409899035c3e27cb57c5bef646dfd3abd88561a64ecf8c89e154
5
5
  SHA512:
6
- metadata.gz: b361e46425cd1d57263f92505753c0b53e045fdcd235ea7ab2e68ac922bbd87377bcfe5cb4961e4f00f0a19155bcce28b45060a715448aeabb1cdbe752bed287
7
- data.tar.gz: 9ff828c363b14c5d808b2bd0517e5c97be4171ca050c2c8a2818932b3735ee1bc9f815123a44ec4e1f0d3eb78e5c707a021af01a5bc1565a860ff0267deae59e
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.44.0
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
862
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
1031
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
3830
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
4002
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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.44.0'
4506
+ context[:gem_version] = '1.46.0'
4502
4507
  Seahorse::Client::Request.new(handlers, context)
4503
4508
  end
4504
4509
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::ApiGatewayV2
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CreateApi
@@ -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\\}*\:function:*\\\{lambda\_function\_name\\}*/invocations.
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\\}*\:lambda:path/*\\\{service\_api\\}*
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\\}*\:function:*\\\{lambda\_function\_name\\}*/invocations.
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\\}*\:lambda:path/*\\\{service\_api\\}*
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
1390
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header&gt;.&lt;location&gt; or
1409
+ # &lt;action&gt;:&lt;header&gt;.&lt;location&gt; 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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
1538
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
1688
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
1861
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
1942
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
3757
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
3884
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;.
4835
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;.
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
- # &lt;action&gt;\:&lt;header&gt;.&lt;location&gt; or
4854
+ # &lt;action&gt;:&lt;header&gt;.&lt;location&gt; 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\\}*\:function:*\\\{lambda\_function\_name\\}*/invocations.
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\\}*\:lambda:path/*\\\{service\_api\\}*
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
6671
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header&gt;.&lt;location&gt; or
6690
+ # &lt;action&gt;:&lt;header&gt;.&lt;location&gt; 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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
6822
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
6973
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
7150
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
- # &lt;action&gt;\:&lt;header\|querystring\|path&gt;.&lt;location&gt;
7232
+ # &lt;action&gt;:&lt;header\|querystring\|path&gt;.&lt;location&gt;
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apigatewayv2/customizations'
52
52
  # @!group service
53
53
  module Aws::ApiGatewayV2
54
54
 
55
- GEM_VERSION = '1.44.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
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.44.0
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-01-18 00:00:00.000000000 Z
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.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