aws-sdk-gamelift 1.50.0 → 1.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47c5d74c6519cac794b7c8c09f3f369771e94e0b27985fd4ac7709be77080b6f
4
- data.tar.gz: 35deddd119c6a22da531b9df6cab4fafb9b47884fdc9361cd9e870e66193a20d
3
+ metadata.gz: 754d8b2e34c0230e06f5d15af409c6cb64c9c000d8a5ddb31588b2d93b9c49a8
4
+ data.tar.gz: 2e9dcabd2b90e6a306d465ff5ed92b9529376e889b5286eca631c32967216794
5
5
  SHA512:
6
- metadata.gz: 44bd020d3eacce73ba810f684c32e5df489686d5669cc0c64e51099faf86914f536b6016bf72a0421382be90ba2f21be7f5a454c8fe9f5c35df372d75ef15021
7
- data.tar.gz: 56d291df16cd7d93d7beab36e9fcba747031ae974daa13c4800fdc65c3bc452e5f1b5ac770e7a28ecd5936b308674a1fd3b4c73137c75d73b9da72d90e173617
6
+ metadata.gz: 6124302adb1e846ebe97f55e7fb7943f896ec8a19f5a99bb24781f6ba769908d959d8bc55a3722cd63af421fc7d10606ae10600a7229ae8ad828a2651d75dbea
7
+ data.tar.gz: e11b80ee6efc71d7316dbfe8d2ab4f9a9321f3c2e3c2a8ca0f0d7801911fc758f71bce30418a9bb17547f35eb738ecdc6f26856e9ff767cad0e5acaf24d2d088
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -119,7 +119,9 @@ module Aws::GameLift
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
@@ -9363,7 +9365,7 @@ module Aws::GameLift
9363
9365
  params: params,
9364
9366
  config: config)
9365
9367
  context[:gem_name] = 'aws-sdk-gamelift'
9366
- context[:gem_version] = '1.50.0'
9368
+ context[:gem_version] = '1.51.0'
9367
9369
  Seahorse::Client::Request.new(handlers, context)
9368
9370
  end
9369
9371
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-gamelift/customizations'
48
48
  # @!group service
49
49
  module Aws::GameLift
50
50
 
51
- GEM_VERSION = '1.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gamelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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