aws-sdk-apigatewayv2 1.38.0 → 1.39.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: 54d78b7f0b18f52ec05b298c6cc5b1b2d2666ad2c52823e342e1c21d8da39713
4
- data.tar.gz: f856c10909a047ac780b7c900d0a371f53ef49c69a1af6bcf7d3a62a2507cb0e
3
+ metadata.gz: 591965891930b2ccad89db0162d596d2d63c5eaea529ca5f3cce879fc2658525
4
+ data.tar.gz: 2dd9e506cb8adfc2a00f8eed7a060e8e7c3df981e5c99d0585e3de1600263484
5
5
  SHA512:
6
- metadata.gz: 577a035f5e14bd42f97eb47e5d5459196fe67d9f6eb212b2990ca64a957710ad0d61908fce5b0966890681a49512be9b2b9b62a7d8c99d412fb1c65fafcd84af
7
- data.tar.gz: '0983a1a6507adbf80847c6e3919bdc2d9858d701575635f8d7c2d89a17f1dbf1bd631ba881ab7bc92463cd3277594ffeb458a1d156b903daec5c3edc91d43036'
6
+ metadata.gz: '08001e31e7f0ea54bb22ccb9af265c16783db86525f2c4daae25f28aca718c93b19211a6854260a61819bf6bfbe5edb132026d16891c14b00b774a1680d6f0e7'
7
+ data.tar.gz: 42587bb02e000ccd60cbbd08006757757bdce6ecf1031e6977dc2a26152785d1ea0e62cdb9db9dc8441251cda2bc55612117624be923da925caadb84395000aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -119,7 +119,9 @@ module Aws::ApiGatewayV2
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -4466,7 +4468,7 @@ module Aws::ApiGatewayV2
4466
4468
  params: params,
4467
4469
  config: config)
4468
4470
  context[:gem_name] = 'aws-sdk-apigatewayv2'
4469
- context[:gem_version] = '1.38.0'
4471
+ context[:gem_version] = '1.39.0'
4470
4472
  Seahorse::Client::Request.new(handlers, context)
4471
4473
  end
4472
4474
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apigatewayv2/customizations'
48
48
  # @!group service
49
49
  module Aws::ApiGatewayV2
50
50
 
51
- GEM_VERSION = '1.38.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  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.38.0
4
+ version: 1.39.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core