aws-sdk-codestarnotifications 1.33.0 → 1.34.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: f4fbf6c32354a264407d8723ae9d50a88cc756053163b57029c977fef765ff55
4
- data.tar.gz: 4f63b7b3a8de45f8abdb49d175c97d70039be5194bb5a3f9724b8641d5193115
3
+ metadata.gz: 6467d866de971530e6c0b00487bdb3b2516db2f9d2b4085828235b6c98eb4e17
4
+ data.tar.gz: cfbc6e15f0d533d89f523b9cacfa02390d150ebeca4a77fa5a6249402ceabdef
5
5
  SHA512:
6
- metadata.gz: 7000ae2fc39f6186097817b07200b130b782f4ec803566f8897daa47cbb7951b9ad109f92b1ca533018cf44b31d3fa85d2897b35c00466090922d381cb12ad26
7
- data.tar.gz: '038a192a9d28bf5cf2748ae7909d17138a21314fc5e64c84890999020db0ffadc5c3e26fcaf55fb8af3ed9df8ab7e2b6c4291dc95a943285ae3307a32e760d21'
6
+ metadata.gz: 52f56a77748c3eeb779d3e730ac1825b381033f366b6a1cd3d8b3bc2a19a4c0e023e318e4c84c249d5c1e0e568c54519fb6401438558384bb3041b841220446c
7
+ data.tar.gz: 56de273acfd9f1afe5b65f7b7c8197e0b82d1b117c8b0790401223f6431344231c804deb8bfe3f83616f54ec1ae929afb173670afade36785a7c24f398be9e63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.33.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -301,8 +301,9 @@ module Aws::CodeStarNotifications
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1039,7 +1040,7 @@ module Aws::CodeStarNotifications
1039
1040
  params: params,
1040
1041
  config: config)
1041
1042
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1042
- context[:gem_version] = '1.33.0'
1043
+ context[:gem_version] = '1.34.0'
1043
1044
  Seahorse::Client::Request.new(handlers, context)
1044
1045
  end
1045
1046
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestarnotifications/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarNotifications
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.34.0'
56
56
 
57
57
  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.33.0
4
+ version: 1.34.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core