aws-sdk-codestarnotifications 1.15.0 → 1.16.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: d11bad3690663673176c41b02c26d0cc0b060ed286c4ada308d921b892ee7dc8
4
- data.tar.gz: 4e52d93d5013a6de902f452bbab7a0482c2988f5bec5cd05633df7a3211a5659
3
+ metadata.gz: 746f5dba27ed95952bdc8ab8552fd068a610a015e5ba361797af719f93c1a4d4
4
+ data.tar.gz: 0cfb29fbd06c195f4aa8d6f3a51c9f945bab648ec1d1ff9a38a47112893986d8
5
5
  SHA512:
6
- metadata.gz: cf15b248ae469f856901e35318f7c49594ca58e9875c8850ed4fd0085cdf11d76477f0e87f8a315ebf6cb761efe56ea57e9c082fe2e53b2eb589b0ee1e65f97d
7
- data.tar.gz: e74efd109459cbe6351956de07700de8f18632b11fd175323e57dcb48045d6718fb1fb8487c740b4b6360502537811b7df1a8880f6bd88b5d04e1398143d0a32
6
+ metadata.gz: df803bc6c834ae408d01d6d65e985c32cb72a5b2c9240eb44ada5d2469ffc0a488a90bbea4533b06263a4c2265e88e570659a3e4a3c977539a898d42aac40684
7
+ data.tar.gz: 16f91f60a92e530533beaf66619268f0b3caa4f41ad9951fb99534cf425b9e74f2e94ad6e910447143e989ace366b5ff1cad2ffbd82fa4f905b8029e84b870f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -119,7 +119,9 @@ module Aws::CodeStarNotifications
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
@@ -949,7 +951,7 @@ module Aws::CodeStarNotifications
949
951
  params: params,
950
952
  config: config)
951
953
  context[:gem_name] = 'aws-sdk-codestarnotifications'
952
- context[:gem_version] = '1.15.0'
954
+ context[:gem_version] = '1.16.0'
953
955
  Seahorse::Client::Request.new(handlers, context)
954
956
  end
955
957
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codestarnotifications/customizations'
48
48
  # @!group service
49
49
  module Aws::CodeStarNotifications
50
50
 
51
- GEM_VERSION = '1.15.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarnotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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