aws-sdk-codestarnotifications 1.57.0 → 1.59.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: c6b7bd423fec81733b149b93958918f6ad048c49a4550c200cb9b8253653f858
4
- data.tar.gz: fd95fd7ab59878a609b5048a492c1c75127ca8b330e5701505e397a4e2d4e473
3
+ metadata.gz: 2e3f32378fe4e975e6c3855307311e7107ad739d8e2d513a3ecc280fa79e76ba
4
+ data.tar.gz: 538a04e7765c9f7451423e2c8464e3d17391b318c4b7d5ab6544b8db75bd8141
5
5
  SHA512:
6
- metadata.gz: 2afbeb520bc80d5bd1a993a0fa2519a37aa48bb522594fcd08aa61cd1243d633b4c9573d04bddbcc05d61e65a44b49dba84c326222b7c4a2c181ca64446196c6
7
- data.tar.gz: bea2ee0182c575e471a6abac5be74eef5b97f63d8f97d193aef78bb6b927a45655140b9977a3079d6cda0cabc9e9507739a66ddde651fed7b54fad239e88fd0b
6
+ metadata.gz: bdad8e263d15cc999a8a06bb4a3d0350d676ee549c0a3439b254a910aaf2f739dd7f2b1ad20659b5cd79172fded51b218df6a6cb26c9dc36718f0406c8badde8
7
+ data.tar.gz: c0bb98e7d38fda19e9d66b1c8449de4f9d4d802cd0b8847e1cfbcfb6518dc0f0ef242d01ed8f33e363b1dea71765f995869e8a68b88de14f2f3af146edb280dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-10-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.58.0 (2025-10-17)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.57.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.0
@@ -1113,7 +1113,7 @@ module Aws::CodeStarNotifications
1113
1113
  tracer: tracer
1114
1114
  )
1115
1115
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1116
- context[:gem_version] = '1.57.0'
1116
+ context[:gem_version] = '1.59.0'
1117
1117
  Seahorse::Client::Request.new(handlers, context)
1118
1118
  end
1119
1119
 
@@ -13,22 +13,22 @@ module Aws::CodeStarNotifications
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::CodeStarNotifications
54
54
  autoload :EndpointProvider, 'aws-sdk-codestarnotifications/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codestarnotifications/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.59.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarnotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.231.0
21
+ version: 3.234.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement