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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 577c6dbe8b12850b6c6db5e449353c463ff28b4be6d9c5dfab598c0122a6941c
4
- data.tar.gz: 675bc40ee76bc02e34c82fcb09da260077f8dbb63919d3b4a6b8949456a0497f
3
+ metadata.gz: 28dc58ea4a19e54f2e85face3f1ffb204791783efc286f5881a276403aa60742
4
+ data.tar.gz: df3bcc1d52e9a210c0d057525c87f7b24d7efd6c9c75f48a77e72a92a0d72ee9
5
5
  SHA512:
6
- metadata.gz: 9dfefddd995676286bca12c66573f1f962c52dcb5be1d31428303b7f8e4ac564aa75d84c56ab7dd97af7c7d561e998349b9a6c98318139802a5404842331e080
7
- data.tar.gz: 44ada0d9801349dd76f5bc5f080304c5411d73edb191d81e7875f3b6ba03d4dd6614c6d78417d03be2135c5507efbcba10ac250850afd3524a5a34004989c8b4
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.66.0
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.*\\\{location\\}*.*\\\{name\\}* , where
922
- # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}*
923
- # must be a valid and unique method request parameter name.
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.*\\\{location\\}*.*\\\{name\\}* , where
1091
- # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}*
1092
- # must be a valid and unique method request parameter name.
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.*\\\{location\\}*.*\\\{name\\}* , where
3890
- # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}*
3891
- # must be a valid and unique method request parameter name.
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.*\\\{location\\}*.*\\\{name\\}* , where
4062
- # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}*
4063
- # must be a valid and unique method request parameter name.
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.66.0'
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