aws-sdk-codestarnotifications 1.37.0 → 1.38.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: de0d7282f188727df494788c2b494711b0502ecb95baba85e274bfbea677124b
4
- data.tar.gz: 5367813effa9a09f78e1ea3924db32345157a16d24593f32251c0fc8e85031f5
3
+ metadata.gz: 05c8435df85901d54c4574138cde60e81bf9bf4b26f526206871b229478ad790
4
+ data.tar.gz: f1a1a3e3e73017cd971c8b1c0acd35a57104995c3772aad8580c348f5505df2a
5
5
  SHA512:
6
- metadata.gz: 3e2a686efca2d82d7e0d4796492c56b664a06f0a9945ae42a3420ebf3ee12b5211edf203ccdac0798db90293ca60f4f5481b949387e4f116e3747dfc9a62b790
7
- data.tar.gz: cda699e2d122704b3eed33cf16e787a9c4f0f80afc886102cfac9a971d31a125a73f29fbafad40f3103cfa6c99338c61e8a8471ec4af1a00643a89ec6e920793
6
+ metadata.gz: e9c8ef4f80da0e63642274267403bafe4b6bd554ae3e3df0c87be207e1ba9ad4bdc82ad072b004db9d49b0ff193471234dc3f959fef5bf89bffe516735a4d8e8
7
+ data.tar.gz: 77510f5dd64474dd19094fbdefff91f10d4ffa9be412a7a6e969a0c7d7cdd41008f931dff61f5ca060f86994e65b4aff2e92583f885b79317d148e95a5df4d1b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.37.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -1043,7 +1043,7 @@ module Aws::CodeStarNotifications
1043
1043
  params: params,
1044
1044
  config: config)
1045
1045
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1046
- context[:gem_version] = '1.37.0'
1046
+ context[:gem_version] = '1.38.0'
1047
1047
  Seahorse::Client::Request.new(handlers, context)
1048
1048
  end
1049
1049
 
@@ -290,9 +290,11 @@ module Aws::CodeStarNotifications
290
290
 
291
291
  api.metadata = {
292
292
  "apiVersion" => "2019-10-15",
293
+ "auth" => ["aws.auth#sigv4"],
293
294
  "endpointPrefix" => "codestar-notifications",
294
295
  "jsonVersion" => "1.1",
295
296
  "protocol" => "rest-json",
297
+ "protocols" => ["rest-json"],
296
298
  "serviceFullName" => "AWS CodeStar Notifications",
297
299
  "serviceId" => "codestar notifications",
298
300
  "signatureVersion" => "v4",
@@ -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.37.0'
55
+ GEM_VERSION = '1.38.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.37.0
4
+ version: 1.38.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core