aws-sdk-codestarnotifications 1.57.0 → 1.58.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: bdd96ee82026d44ca8f335b71ebf45a4560875facc88ab6875482da2b07bf274
4
+ data.tar.gz: 17d2c255aa97d040f4cb3dc669c23e23d323d702b697b90771355c147318fd9a
5
5
  SHA512:
6
- metadata.gz: 2afbeb520bc80d5bd1a993a0fa2519a37aa48bb522594fcd08aa61cd1243d633b4c9573d04bddbcc05d61e65a44b49dba84c326222b7c4a2c181ca64446196c6
7
- data.tar.gz: bea2ee0182c575e471a6abac5be74eef5b97f63d8f97d193aef78bb6b927a45655140b9977a3079d6cda0cabc9e9507739a66ddde651fed7b54fad239e88fd0b
6
+ metadata.gz: 53ab213d88296524be6068cd5d83ce3688453135c83350069ca452ffa74b9e6b5e3d320b64456d388e51471a080d05e03cd855442cc90403515195fbbe7e9b71
7
+ data.tar.gz: d700d6b01cab20c1612bfc7b65cab5e3924b28370f8e54ebbf250a653019fe67a9f45a1ecf6dc7bded87e1d0a92da3d3a7b90d3369989d5bb72c40ab792bcc60
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.57.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.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.58.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.58.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.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services