aws-sdk-health 1.93.0 → 1.95.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: 9bcbe096c5983e3dd3003b2c4b07a632a8f9ac2345628cc957576a6bb21c3f9c
4
- data.tar.gz: 512604458d6779d53500db6190374608ab9c9a5e8c7eaae317ae673f504d7899
3
+ metadata.gz: 72d6fae0328a21a499de39ed7505ecf1b43406861c715e2f3d883a9a586f3528
4
+ data.tar.gz: 29a5575a7cbd55a70a3624b6d388c7bfd85a1986a92a315531ee6d3b0ae372ba
5
5
  SHA512:
6
- metadata.gz: 2e0df7af01369401c1c31b454cc2a5858ff677bf339840233275b0425f567ca97641fef74408c8207c2015a8cbf42de146ac324e8866a7466ae91ec2eb759b47
7
- data.tar.gz: c0224adffcdf42491d4c31318f599d3f4ae22bfef2c6b4b3f673817a2d7104255febbab2da8505acca6b0ea645e31b860d6c4d99cae18ae1ab8b19fb8e1c0867
6
+ metadata.gz: bc658664bb5a95fd41f7e30a6050aa76bca2d1b573d7cdb2544ecd63315d1d373900d284c9cbc7791b6cdb9c8626c3588ce3176e94ae271dc1bbad8105a7b45c
7
+ data.tar.gz: 4d8dbea6b74285d07226b21beaf2892a017024f089d42acb1bdbc1fa5e52e07999c275e743bbcdcbbe9f28a72bf5e98bc0c084c4c31c7fa7c79ccb3441797f46
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2026-01-22)
5
+ ------------------
6
+
7
+ * Feature - Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties.
8
+
9
+ 1.94.0 (2026-01-16)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.93.0 (2026-01-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.95.0
@@ -594,8 +594,8 @@ module Aws::Health
594
594
  # returned, the response does not contain a pagination token value.
595
595
  #
596
596
  # @option params [Integer] :max_results
597
- # The maximum number of items to return in one batch, between 10 and
598
- # 100, inclusive.
597
+ # The maximum number of items to return in one batch, between 1 and 100,
598
+ # inclusive.
599
599
  #
600
600
  # @return [Types::DescribeAffectedEntitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
601
601
  #
@@ -699,8 +699,8 @@ module Aws::Health
699
699
  # returned, the response does not contain a pagination token value.
700
700
  #
701
701
  # @option params [Integer] :max_results
702
- # The maximum number of items to return in one batch, between 10 and
703
- # 100, inclusive.
702
+ # The maximum number of items to return in one batch, between 1 and 100,
703
+ # inclusive.
704
704
  #
705
705
  # @option params [Array<Types::EntityAccountFilter>] :organization_entity_account_filters
706
706
  # A JSON set of elements including the `awsAccountId`, `eventArn` and a
@@ -1248,8 +1248,8 @@ module Aws::Health
1248
1248
  # returned, the response does not contain a pagination token value.
1249
1249
  #
1250
1250
  # @option params [Integer] :max_results
1251
- # The maximum number of items to return in one batch, between 10 and
1252
- # 100, inclusive.
1251
+ # The maximum number of items to return in one batch, between 1 and 100,
1252
+ # inclusive.
1253
1253
  #
1254
1254
  # @option params [String] :locale
1255
1255
  # The locale (language) to return information in. English (en) is the
@@ -1383,8 +1383,8 @@ module Aws::Health
1383
1383
  # returned, the response does not contain a pagination token value.
1384
1384
  #
1385
1385
  # @option params [Integer] :max_results
1386
- # The maximum number of items to return in one batch, between 10 and
1387
- # 100, inclusive.
1386
+ # The maximum number of items to return in one batch, between 1 and 100,
1387
+ # inclusive.
1388
1388
  #
1389
1389
  # @option params [String] :locale
1390
1390
  # The locale (language) to return information in. English (en) is the
@@ -1576,7 +1576,7 @@ module Aws::Health
1576
1576
  tracer: tracer
1577
1577
  )
1578
1578
  context[:gem_name] = 'aws-sdk-health'
1579
- context[:gem_version] = '1.93.0'
1579
+ context[:gem_version] = '1.95.0'
1580
1580
  Seahorse::Client::Request.new(handlers, context)
1581
1581
  end
1582
1582
 
@@ -192,7 +192,7 @@ module Aws::Health
192
192
  DescribeAffectedEntitiesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: EntityFilter, required: true, location_name: "filter"))
193
193
  DescribeAffectedEntitiesRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
194
194
  DescribeAffectedEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
195
- DescribeAffectedEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
195
+ DescribeAffectedEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
196
196
  DescribeAffectedEntitiesRequest.struct_class = Types::DescribeAffectedEntitiesRequest
197
197
 
198
198
  DescribeAffectedEntitiesResponse.add_member(:entities, Shapes::ShapeRef.new(shape: EntityList, location_name: "entities"))
@@ -268,7 +268,7 @@ module Aws::Health
268
268
 
269
269
  DescribeEventsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: EventFilter, location_name: "filter"))
270
270
  DescribeEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
271
- DescribeEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
271
+ DescribeEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
272
272
  DescribeEventsRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
273
273
  DescribeEventsRequest.struct_class = Types::DescribeEventsRequest
274
274
 
@@ -251,7 +251,7 @@ module Aws::Health
251
251
  # @return [String]
252
252
  #
253
253
  # @!attribute [rw] max_results
254
- # The maximum number of items to return in one batch, between 10 and
254
+ # The maximum number of items to return in one batch, between 1 and
255
255
  # 100, inclusive.
256
256
  # @return [Integer]
257
257
  #
@@ -320,7 +320,7 @@ module Aws::Health
320
320
  # @return [String]
321
321
  #
322
322
  # @!attribute [rw] max_results
323
- # The maximum number of items to return in one batch, between 10 and
323
+ # The maximum number of items to return in one batch, between 1 and
324
324
  # 100, inclusive.
325
325
  # @return [Integer]
326
326
  #
@@ -620,7 +620,7 @@ module Aws::Health
620
620
  # @return [String]
621
621
  #
622
622
  # @!attribute [rw] max_results
623
- # The maximum number of items to return in one batch, between 10 and
623
+ # The maximum number of items to return in one batch, between 1 and
624
624
  # 100, inclusive.
625
625
  # @return [Integer]
626
626
  #
@@ -674,7 +674,7 @@ module Aws::Health
674
674
  # @return [String]
675
675
  #
676
676
  # @!attribute [rw] max_results
677
- # The maximum number of items to return in one batch, between 10 and
677
+ # The maximum number of items to return in one batch, between 1 and
678
678
  # 100, inclusive.
679
679
  # @return [Integer]
680
680
  #
@@ -54,7 +54,7 @@ module Aws::Health
54
54
  autoload :EndpointProvider, 'aws-sdk-health/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-health/endpoints'
56
56
 
57
- GEM_VERSION = '1.93.0'
57
+ GEM_VERSION = '1.95.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-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.95.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.241.3
21
+ version: 3.241.4
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.241.3
31
+ version: 3.241.4
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement