aws-sdk-locationservice 1.12.0 → 1.13.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: 90c9e0fc258df6ad4221e838c38033a84b3ff15903f75643402fac03186eece9
4
- data.tar.gz: b3842d431b50a14bb56bef09eff0e0508f466310d952913dc808772653eb4a69
3
+ metadata.gz: caf72f04b3ad6ca0575d8c0a09d2b1ea33005920fca50ed03df012ddc7b7af14
4
+ data.tar.gz: ebd39ff994a10f4d463d194f8a78f8eafc7bd8409f60eb003545242a7153b09c
5
5
  SHA512:
6
- metadata.gz: 69e05d15d739b21639aab96629ddad081c2269f7922f31c86056ae5fc822465f94a54c5935207a191dba8a111c9fe29f693cb37aff242f20e39f8683f93bb291
7
- data.tar.gz: f296c6dc03b0b9d4becf8551f4d99b2f963075a35cc05b7ade7f482c3fced4d5fe0f0b103a4d281d3663aa42456073c9c9b255ea2ac57b04779cbdb774f3ae8c
6
+ metadata.gz: 4a4df27c219a40aa791fb3d5cf3912b102726b060543b813fa5ba585c35c9615d8e98ed302c60dcbca8946e719661bb342a6d4d6790d9077e4b872feda5bf9fc
7
+ data.tar.gz: bcf6a3a0c9265c35fafe16456ff49753f8ee7d24eed58fc393aee0c950bcbdea0166911ea4f49af5fd3feeccd64b977daad97c41162060ecf8550d90bbbfb5ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2021-11-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -119,7 +119,9 @@ module Aws::LocationService
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
@@ -3422,7 +3424,7 @@ module Aws::LocationService
3422
3424
  params: params,
3423
3425
  config: config)
3424
3426
  context[:gem_name] = 'aws-sdk-locationservice'
3425
- context[:gem_version] = '1.12.0'
3427
+ context[:gem_version] = '1.13.0'
3426
3428
  Seahorse::Client::Request.new(handlers, context)
3427
3429
  end
3428
3430
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-locationservice/customizations'
48
48
  # @!group service
49
49
  module Aws::LocationService
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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-16 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