aws-sdk-devicefarm 1.47.0 → 1.48.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: 89b7c45e11fc0c6e224d48921c422553408a0f96c373ab59beb991de27e2c1e0
4
- data.tar.gz: 4a0b0d5a3333701847bf0da630fb1b845c9c35d1a1a6ed4639967b6c5840b5a9
3
+ metadata.gz: 6fdec8f71bf55f3c894957297edd339109b6d6e6517dd44be16cdb12db377e2a
4
+ data.tar.gz: 37bc59b92767b24d36d1aa12f4cf678dd0d65e30f95620e64f7cddab90a3aa45
5
5
  SHA512:
6
- metadata.gz: 12da21756f5af4f6ed08de089ac1932b8e510e5bdcc45b30852dd9895a05ace92f0b15302b86e10660b45b429545c442bba0c926b2e2a2bbe3cbe562b94d2464
7
- data.tar.gz: 04f8d0ad895706ab4b4312d46c2e560918af7adab20026b172663b1d392d3dbbfc98cdf411c205791e90d14b776a0cc23286edefc445aa46347d789313465b2a
6
+ metadata.gz: 0d913217da9ae8c0b3c9727766a9ffa6bd2c7b55bb89b83bacf727dbe115911e135afc3915e7f2e3250d059404c14506fccbf6dcc9aa6e0849477d479f363e30
7
+ data.tar.gz: c304f398dee9e22ae629f992d24af675c027ec67cac87391f3eab70e7302d02515db9747f7c728d4723b1d74dff2e53c63dd633441d4aecc4b7bdc41ebc82adb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -119,7 +119,9 @@ module Aws::DeviceFarm
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
@@ -5991,7 +5993,7 @@ module Aws::DeviceFarm
5991
5993
  params: params,
5992
5994
  config: config)
5993
5995
  context[:gem_name] = 'aws-sdk-devicefarm'
5994
- context[:gem_version] = '1.47.0'
5996
+ context[:gem_version] = '1.48.0'
5995
5997
  Seahorse::Client::Request.new(handlers, context)
5996
5998
  end
5997
5999
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
48
48
  # @!group service
49
49
  module Aws::DeviceFarm
50
50
 
51
- GEM_VERSION = '1.47.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devicefarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.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