aws-sdk-apigatewayv2 1.66.0 → 1.68.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 +13 -13
- data/lib/aws-sdk-apigatewayv2/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-apigatewayv2/endpoints.rb +2 -790
- data/lib/aws-sdk-apigatewayv2/plugins/endpoints.rb +1 -150
- data/lib/aws-sdk-apigatewayv2/types.rb +83 -87
- 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: 28dc58ea4a19e54f2e85face3f1ffb204791783efc286f5881a276403aa60742
|
4
|
+
data.tar.gz: df3bcc1d52e9a210c0d057525c87f7b24d7efd6c9c75f48a77e72a92a0d72ee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd387a9964c576ba8920912aaddb66677ef3293ca10f316554ac64789872f76721257af7facdc560e61ab37ee60f847c36efd3ab32024f44390c8cf0037a1c27
|
7
|
+
data.tar.gz: 16bb2957039c6bc300fc1741be96cbdcf206db95870ba586ba004d206c36dd899c85a4614a574d5f33d69f4be2ea6ff10c4c5f30a10af3df9059a186472dcc5c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.68.0 (2024-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.67.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.66.0 (2024-09-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.68.0
|
@@ -918,9 +918,9 @@ module Aws::ApiGatewayV2
|
|
918
918
|
# method request parameter value or static value that must be enclosed
|
919
919
|
# within single quotes and pre-encoded as required by the backend. The
|
920
920
|
# method request parameter value must match the pattern of
|
921
|
-
# method.request
|
922
|
-
#
|
923
|
-
#
|
921
|
+
# method.request.*\{location}*.*\{name}* , where *\{location}* is
|
922
|
+
# querystring, path, or header; and *\{name}* must be a valid and unique
|
923
|
+
# method request parameter name.
|
924
924
|
#
|
925
925
|
# For HTTP API integrations with a specified integrationSubtype, request
|
926
926
|
# parameters are a key-value map specifying parameters that are passed
|
@@ -1087,9 +1087,9 @@ module Aws::ApiGatewayV2
|
|
1087
1087
|
# method request parameter value or static value that must be enclosed
|
1088
1088
|
# within single quotes and pre-encoded as required by the backend. The
|
1089
1089
|
# method request parameter value must match the pattern of
|
1090
|
-
# method.request
|
1091
|
-
#
|
1092
|
-
#
|
1090
|
+
# method.request.*\{location}*.*\{name}* , where *\{location}* is
|
1091
|
+
# querystring, path, or header; and *\{name}* must be a valid and unique
|
1092
|
+
# method request parameter name.
|
1093
1093
|
#
|
1094
1094
|
# For HTTP API integrations with a specified integrationSubtype, request
|
1095
1095
|
# parameters are a key-value map specifying parameters that are passed
|
@@ -3886,9 +3886,9 @@ module Aws::ApiGatewayV2
|
|
3886
3886
|
# method request parameter value or static value that must be enclosed
|
3887
3887
|
# within single quotes and pre-encoded as required by the backend. The
|
3888
3888
|
# method request parameter value must match the pattern of
|
3889
|
-
# method.request
|
3890
|
-
#
|
3891
|
-
#
|
3889
|
+
# method.request.*\{location}*.*\{name}* , where *\{location}* is
|
3890
|
+
# querystring, path, or header; and *\{name}* must be a valid and unique
|
3891
|
+
# method request parameter name.
|
3892
3892
|
#
|
3893
3893
|
# For HTTP API integrations with a specified integrationSubtype, request
|
3894
3894
|
# parameters are a key-value map specifying parameters that are passed
|
@@ -4058,9 +4058,9 @@ module Aws::ApiGatewayV2
|
|
4058
4058
|
# method request parameter value or static value that must be enclosed
|
4059
4059
|
# within single quotes and pre-encoded as required by the backend. The
|
4060
4060
|
# method request parameter value must match the pattern of
|
4061
|
-
# method.request
|
4062
|
-
#
|
4063
|
-
#
|
4061
|
+
# method.request.*\{location}*.*\{name}* , where *\{location}* is
|
4062
|
+
# querystring, path, or header; and *\{name}* must be a valid and unique
|
4063
|
+
# method request parameter name.
|
4064
4064
|
#
|
4065
4065
|
# For HTTP API integrations with a specified integrationSubtype, request
|
4066
4066
|
# parameters are a key-value map specifying parameters that are passed
|
@@ -4582,7 +4582,7 @@ module Aws::ApiGatewayV2
|
|
4582
4582
|
tracer: tracer
|
4583
4583
|
)
|
4584
4584
|
context[:gem_name] = 'aws-sdk-apigatewayv2'
|
4585
|
-
context[:gem_version] = '1.
|
4585
|
+
context[:gem_version] = '1.68.0'
|
4586
4586
|
Seahorse::Client::Request.new(handlers, context)
|
4587
4587
|
end
|
4588
4588
|
|
@@ -52,15 +52,18 @@ module Aws::ApiGatewayV2
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|