aws-sdk-health 1.94.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-health/client.rb +9 -9
- data/lib/aws-sdk-health/client_api.rb +2 -2
- data/lib/aws-sdk-health/types.rb +4 -4
- data/lib/aws-sdk-health.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72d6fae0328a21a499de39ed7505ecf1b43406861c715e2f3d883a9a586f3528
|
|
4
|
+
data.tar.gz: 29a5575a7cbd55a70a3624b6d388c7bfd85a1986a92a315531ee6d3b0ae372ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc658664bb5a95fd41f7e30a6050aa76bca2d1b573d7cdb2544ecd63315d1d373900d284c9cbc7791b6cdb9c8626c3588ce3176e94ae271dc1bbad8105a7b45c
|
|
7
|
+
data.tar.gz: 4d8dbea6b74285d07226b21beaf2892a017024f089d42acb1bdbc1fa5e52e07999c275e743bbcdcbbe9f28a72bf5e98bc0c084c4c31c7fa7c79ccb3441797f46
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
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
|
+
|
|
4
9
|
1.94.0 (2026-01-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
598
|
-
#
|
|
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
|
|
703
|
-
#
|
|
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
|
|
1252
|
-
#
|
|
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
|
|
1387
|
-
#
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
|
data/lib/aws-sdk-health/types.rb
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
677
|
+
# The maximum number of items to return in one batch, between 1 and
|
|
678
678
|
# 100, inclusive.
|
|
679
679
|
# @return [Integer]
|
|
680
680
|
#
|
data/lib/aws-sdk-health.rb
CHANGED