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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-panorama/client.rb +4 -2
- data/lib/aws-sdk-panorama.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d27775f76b77bc30ffeab97047d44c65fcd33846cc66dea58ae31531abc39b91
|
4
|
+
data.tar.gz: 95a841898f2efd1fb061fc22cbaaa9a7607249508fb06326bdac99857f279296
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd9b68dabf543daf0a81fe378c69907f53758d3523badc8c4407cce4529b29909de065e98e27f015f57c60f0a5efc73de1a4341be2e3c78d1374a990cd499a9f
|
7
|
+
data.tar.gz: 77b3d10c30308dfeb53d6b0a66e51ea1158940c502f1e075490189c25f9b6cb200e8e17ac0911c68d7ce273ba500e970b99f128f44e8d725f4667fd0c4e08954
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1905
|
+
context[:gem_version] = '1.2.0'
|
1904
1906
|
Seahorse::Client::Request.new(handlers, context)
|
1905
1907
|
end
|
1906
1908
|
|
data/lib/aws-sdk-panorama.rb
CHANGED
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.
|
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-
|
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
|