aws-sdk-panorama 1.1.0 → 1.2.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: bf58ae1e72ac89ad1c858e3734d2b920db6caf12d0395259a1e292c54d831a0f
4
- data.tar.gz: 9029a13bb5e6fb5d8ce44e0ee7e9cd715d9366dd44c1a5ed0c678d749b26ccb8
3
+ metadata.gz: d27775f76b77bc30ffeab97047d44c65fcd33846cc66dea58ae31531abc39b91
4
+ data.tar.gz: 95a841898f2efd1fb061fc22cbaaa9a7607249508fb06326bdac99857f279296
5
5
  SHA512:
6
- metadata.gz: eeec55809e234b2e88a68f53ae1d507d1fb3d517bbddfce74945dc266b5f4ab3db697331a433593ec4137ed7ccc3797ddbc9293ac54c13a26695e18714290f90
7
- data.tar.gz: d24c37820288355eb4b4807b3a77f10e7ace8c6f5239b5f3985df92fa3c8fcb54a56ab3bb449dd1c7fecea1a9aa3fd0841c60aca0a7201a869eba85435370077
6
+ metadata.gz: cd9b68dabf543daf0a81fe378c69907f53758d3523badc8c4407cce4529b29909de065e98e27f015f57c60f0a5efc73de1a4341be2e3c78d1374a990cd499a9f
7
+ data.tar.gz: 77b3d10c30308dfeb53d6b0a66e51ea1158940c502f1e075490189c25f9b6cb200e8e17ac0911c68d7ce273ba500e970b99f128f44e8d725f4667fd0c4e08954
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -119,7 +119,9 @@ module Aws::Panorama
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
@@ -1900,7 +1902,7 @@ module Aws::Panorama
1900
1902
  params: params,
1901
1903
  config: config)
1902
1904
  context[:gem_name] = 'aws-sdk-panorama'
1903
- context[:gem_version] = '1.1.0'
1905
+ context[:gem_version] = '1.2.0'
1904
1906
  Seahorse::Client::Request.new(handlers, context)
1905
1907
  end
1906
1908
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-panorama/customizations'
48
48
  # @!group service
49
49
  module Aws::Panorama
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-panorama
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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