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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codestarnotifications/client.rb +1 -1
- data/lib/aws-sdk-codestarnotifications/client_api.rb +2 -0
- data/lib/aws-sdk-codestarnotifications.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05c8435df85901d54c4574138cde60e81bf9bf4b26f526206871b229478ad790
|
|
4
|
+
data.tar.gz: f1a1a3e3e73017cd971c8b1c0acd35a57104995c3772aad8580c348f5505df2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9c8ef4f80da0e63642274267403bafe4b6bd554ae3e3df0c87be207e1ba9ad4bdc82ad072b004db9d49b0ff193471234dc3f959fef5bf89bffe516735a4d8e8
|
|
7
|
+
data.tar.gz: 77510f5dd64474dd19094fbdefff91f10d4ffa9be412a7a6e969a0c7d7cdd41008f931dff61f5ca060f86994e65b4aff2e92583f885b79317d148e95a5df4d1b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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",
|
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.
|
|
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-
|
|
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
|