aws-sdk-notificationscontacts 1.11.0 → 1.13.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: 7c191e525cc0445f3d390d0c453c232572c63294022eb08ac516e8289efa2420
4
- data.tar.gz: dc5c49d6227640e37f86a007333da8b138152811bcb0fefd612b3e8c1e07960e
3
+ metadata.gz: 3c157893d24bdce103e3284ceea152c60a52b52fe73f184e6be9940b82dfc3a5
4
+ data.tar.gz: 43c592238ff1e70be94f4b8da0ec76d877311a753ed011b87e9000a1db2d40a5
5
5
  SHA512:
6
- metadata.gz: 22fef52167a6283fd981ad36bed29725e745b54f019b8547a08edf6eb91871e9948615137058ff5a99759a218cbf4bceff218f4d64d6bbfe618c22b3732e79b2
7
- data.tar.gz: 2b56a69da02bd02ecd84aa64b0ae705f9851e8f91169ae569a32b9193a795e37f43df9bd3c1eb0b34c1c458f722646dbd389d997dfc7c035882f013e63a8d738
6
+ metadata.gz: da26238ed993f6e1c4f130d42616be4797d55cd0d15ff0b2827b07a94233d85a974d13f5e24102fd586cabbd619512cdb667934be906173c034a74170041c2e7
7
+ data.tar.gz: e8724461db7f80825ac54638bde8c9725e68212b5a6e63858e18abd74b65926a0f5dc5cb2974b8ed7a56e3f4d8029663bd0d28e17e1d95b71b9bdf2cda3dd495
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.12.0 (2025-10-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.11.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.13.0
@@ -801,7 +801,7 @@ module Aws::NotificationsContacts
801
801
  tracer: tracer
802
802
  )
803
803
  context[:gem_name] = 'aws-sdk-notificationscontacts'
804
- context[:gem_version] = '1.11.0'
804
+ context[:gem_version] = '1.13.0'
805
805
  Seahorse::Client::Request.new(handlers, context)
806
806
  end
807
807
 
@@ -13,17 +13,17 @@ module Aws::NotificationsContacts
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -55,7 +55,7 @@ module Aws::NotificationsContacts
55
55
  autoload :EndpointProvider, 'aws-sdk-notificationscontacts/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-notificationscontacts/endpoints'
57
57
 
58
- GEM_VERSION = '1.11.0'
58
+ GEM_VERSION = '1.13.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-notificationscontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.13.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