aws-sdk-codestarnotifications 1.14.0 → 1.15.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: da07f191e58278562357f124cfa8c1e3e3f25aaa227892740b2f3340789f213d
4
- data.tar.gz: 688f578a10ca25f8fe6e28553dfbb42e45d72f4f2941067f24380aa5d4ea0ff4
3
+ metadata.gz: d11bad3690663673176c41b02c26d0cc0b060ed286c4ada308d921b892ee7dc8
4
+ data.tar.gz: 4e52d93d5013a6de902f452bbab7a0482c2988f5bec5cd05633df7a3211a5659
5
5
  SHA512:
6
- metadata.gz: cffa25fc122209409bb4f83adbd47e3c271b408aa9c3097b43226a328f05a7c1b4a0830f52dbf9862e69535e29d118fce3ed7feb282a4647d616e34d996309d1
7
- data.tar.gz: 608f729ce5fedcf2275122f4df350ce084ee9660c4f9016c3356d26f455c925a2a116b7af207e90e1a92212fafdd106ec09c57dc46c0b110bba7f24b9b3026ac
6
+ metadata.gz: cf15b248ae469f856901e35318f7c49594ca58e9875c8850ed4fd0085cdf11d76477f0e87f8a315ebf6cb761efe56ea57e9c082fe2e53b2eb589b0ee1e65f97d
7
+ data.tar.gz: e74efd109459cbe6351956de07700de8f18632b11fd175323e57dcb48045d6718fb1fb8487c740b4b6360502537811b7df1a8880f6bd88b5d04e1398143d0a32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -275,6 +275,15 @@ module Aws::CodeStarNotifications
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -940,7 +949,7 @@ module Aws::CodeStarNotifications
940
949
  params: params,
941
950
  config: config)
942
951
  context[:gem_name] = 'aws-sdk-codestarnotifications'
943
- context[:gem_version] = '1.14.0'
952
+ context[:gem_version] = '1.15.0'
944
953
  Seahorse::Client::Request.new(handlers, context)
945
954
  end
946
955
 
@@ -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.14.0'
51
+ GEM_VERSION = '1.15.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.14.0
4
+ version: 1.15.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-10-18 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.121.2
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.121.2
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement