aws-sdk-connectcontactlens 1.7.0 → 1.8.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: 2da61a5fd408299ae1a972ab2df0a3a1f7f7fcfda8b920cbdbb051f921ade324
4
- data.tar.gz: e0a5039fd6ea4c8625b5d27c2305c7a85c9a0ca6293cb2337b081f24f91c0cf9
3
+ metadata.gz: 94e00761ff1db394f21fb8cba3a0528632d5806aa6d639c77ae7d906b56bd452
4
+ data.tar.gz: 16f737eb999bd7b74535e92c89a5187937bb1d536b5602e4227b196b7a499bf9
5
5
  SHA512:
6
- metadata.gz: 74b4b66daab50b76ed1b8a534aa0ddbdc109aba0abce4856da77f971967d0e3b61aec6a52664aa27129c9f000e85ada8077565ba67848a1bebaac257f40250ff
7
- data.tar.gz: 71b38955fdd14ca860bdbf38d455c49e23e6189eee7a30b5a0bd034dcb8dea02126391d4764ca0e9c95e7fb609eb82c78c9eaefa3693fadc9ee7b0c6332ec0f1
6
+ metadata.gz: b577da6cd7ad8ac2e9b21143ef608685839c3c3f91aac498a9df8f3891ac3ffa054069286cd8a5e37e029bf624d1a49fd1f96e369b05b818eb1448afe5d8b0da
7
+ data.tar.gz: 3c0bb6a445f3901ca71c36226f65481cf4302b96f921f1b8e2b8ea265c0c4908e5373f2af2685e68552656458935c61f8973a8e27ccd28285f4287971e21f443
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.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.7.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -119,7 +119,9 @@ module Aws::ConnectContactLens
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
@@ -411,7 +413,7 @@ module Aws::ConnectContactLens
411
413
  params: params,
412
414
  config: config)
413
415
  context[:gem_name] = 'aws-sdk-connectcontactlens'
414
- context[:gem_version] = '1.7.0'
416
+ context[:gem_version] = '1.8.0'
415
417
  Seahorse::Client::Request.new(handlers, context)
416
418
  end
417
419
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connectcontactlens/customizations'
48
48
  # @!group service
49
49
  module Aws::ConnectContactLens
50
50
 
51
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcontactlens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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