aws-sdk-health 1.35.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d9d94bef06f5e4d1d9c11c6f004b97e5d21331e012b4078e2d9246500ffb443
4
- data.tar.gz: ec5259084892a785e8febf2991f604e0e970be80dfdedfb5a3af0b2e744eca9b
3
+ metadata.gz: 3248b44af136301fea9554c81b41550790c6406be0ea3c477debcaa31848acb6
4
+ data.tar.gz: 840273897a919842e9805d3e317e4257629850da2bc6e936dbf0d37a7752746b
5
5
  SHA512:
6
- metadata.gz: d3cbc98af90beb015abc5687a9bcd2373f78953d2a76e478747050c7e49e7e211b0166a7993b23212a11322e5da7b3e47af78a5cea67d17804c93dff78052894
7
- data.tar.gz: 9eb2d0b9293b4695672c02acc1fa1c53390007944d0abacac1050d5020c0f43bc62f06cbdaef4b62741d55fa7b3d7fe98bdccab91c35f665dc7254132efc9654
6
+ metadata.gz: d9c81b8b3ee5530056453762e5e7a8538a3277bb0b079805b8ffe41752b026a8a68cd0dff8d44ca04fb665f8856b628f20d30bba27ae64872163adf7f0732a39
7
+ data.tar.gz: 735911f99a887d788154e54336ff22c425c6a7e646acb84b48a2afdaa2eb8dbe13f42183d52099bce5e72f5b2ece328c9c3fde1af208bf05a80d065454005e08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.38.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.37.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.36.0 (2021-07-19)
20
+ ------------------
21
+
22
+ * Feature - In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
23
+
4
24
  1.35.0 (2021-05-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.39.0
@@ -1337,7 +1337,7 @@ module Aws::Health
1337
1337
  params: params,
1338
1338
  config: config)
1339
1339
  context[:gem_name] = 'aws-sdk-health'
1340
- context[:gem_version] = '1.35.0'
1340
+ context[:gem_version] = '1.39.0'
1341
1341
  Seahorse::Client::Request.new(handlers, context)
1342
1342
  end
1343
1343
 
@@ -102,6 +102,7 @@ module Aws::Health
102
102
  healthServiceAccessStatusForOrganization = Shapes::StringShape.new(name: 'healthServiceAccessStatusForOrganization')
103
103
  locale = Shapes::StringShape.new(name: 'locale')
104
104
  maxResults = Shapes::IntegerShape.new(name: 'maxResults')
105
+ maxResultsLowerRange = Shapes::IntegerShape.new(name: 'maxResultsLowerRange')
105
106
  metadataKey = Shapes::StringShape.new(name: 'metadataKey')
106
107
  metadataValue = Shapes::StringShape.new(name: 'metadataValue')
107
108
  nextToken = Shapes::StringShape.new(name: 'nextToken')
@@ -148,7 +149,7 @@ module Aws::Health
148
149
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:organization_entity_filters, Shapes::ShapeRef.new(shape: OrganizationEntityFiltersList, required: true, location_name: "organizationEntityFilters"))
149
150
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
150
151
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
151
- DescribeAffectedEntitiesForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
152
+ DescribeAffectedEntitiesForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
152
153
  DescribeAffectedEntitiesForOrganizationRequest.struct_class = Types::DescribeAffectedEntitiesForOrganizationRequest
153
154
 
154
155
  DescribeAffectedEntitiesForOrganizationResponse.add_member(:entities, Shapes::ShapeRef.new(shape: EntityList, location_name: "entities"))
@@ -218,7 +219,7 @@ module Aws::Health
218
219
 
219
220
  DescribeEventsForOrganizationRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OrganizationEventFilter, location_name: "filter"))
220
221
  DescribeEventsForOrganizationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
221
- DescribeEventsForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
222
+ DescribeEventsForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
222
223
  DescribeEventsForOrganizationRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
223
224
  DescribeEventsForOrganizationRequest.struct_class = Types::DescribeEventsForOrganizationRequest
224
225
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-health/customizations'
48
48
  # @!group service
49
49
  module Aws::Health
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-04 00:00:00.000000000 Z
11
+ date: 2021-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.120.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="