aws-sdk-health 1.78.0 → 1.79.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: 6e553898d9c75f1870a07d4dc0baf2de2b5a98ea5bb138bbc1b20e2ec4e3a282
4
- data.tar.gz: c919bb17dc3c8a3c9604f894514b69b30e3f2c78732ab33169a8bc1edc70dd9c
3
+ metadata.gz: 0a06a379e80a0f16fd844c6943dad0f705355c0516a4ce2f8ea5614139187c64
4
+ data.tar.gz: 57663aa90151d47c791c549e05d533e646b63ea611a585d423f08a17ae56a0cf
5
5
  SHA512:
6
- metadata.gz: b662400d32bf912a8f66a30ca88894c71ab34b0134da1ed41b0b15484a72e71ec69f4db1aa96e00f4886a375ec89d92647bc01cf5e55b439abed0a3197c5367a
7
- data.tar.gz: be738a0991d41664700a650feba5ead6a4ff456aac8818cc66520936f5ea637edee3894a18e58859ca5243f7706d5b37b13db9d3515e82247f0b641c2d4e85a9
6
+ metadata.gz: 99ac6c7c9405eeec3860f57c69d4735a04eb1fe0e166224c111a55646efe99db50583734f9edc40a9d36ae87c5f148ccf5f85d0fa5861ad542df395862fe5481
7
+ data.tar.gz: 2589266441dd393ebf37d2963d7c973dcf443035b768a4b9472b5aefd96dde71bbeae84e26d58598465039d5ec842b04183404e831b697c77ff6712ca9327bf6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.78.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -1547,7 +1547,7 @@ module Aws::Health
1547
1547
  tracer: tracer
1548
1548
  )
1549
1549
  context[:gem_name] = 'aws-sdk-health'
1550
- context[:gem_version] = '1.78.0'
1550
+ context[:gem_version] = '1.79.0'
1551
1551
  Seahorse::Client::Request.new(handlers, context)
1552
1552
  end
1553
1553
 
@@ -169,7 +169,7 @@ module Aws::Health
169
169
 
170
170
  DescribeAffectedEntitiesForOrganizationFailedSet.member = Shapes::ShapeRef.new(shape: OrganizationAffectedEntitiesErrorItem)
171
171
 
172
- DescribeAffectedEntitiesForOrganizationRequest.add_member(:organization_entity_filters, Shapes::ShapeRef.new(shape: OrganizationEntityFiltersList, deprecated: true, location_name: "organizationEntityFilters", metadata: {"deprecatedMessage"=>"This property is deprecated, use organizationEntityAccountFilters instead."}))
172
+ DescribeAffectedEntitiesForOrganizationRequest.add_member(:organization_entity_filters, Shapes::ShapeRef.new(shape: OrganizationEntityFiltersList, deprecated: true, location_name: "organizationEntityFilters", metadata: {"deprecatedMessage" => "This property is deprecated, use organizationEntityAccountFilters instead."}))
173
173
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
174
174
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
175
175
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
@@ -40,10 +40,10 @@ module Aws::Health
40
40
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
41
41
  end
42
42
  if Aws::Endpoints::Matchers.string_equals?(parameters.region, "aws-global")
43
- return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
43
+ return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "health", "signingRegion" => "us-east-1"}]})
44
44
  end
45
45
  if Aws::Endpoints::Matchers.string_equals?(parameters.region, "aws-cn-global")
46
- return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
46
+ return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com.cn", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "health", "signingRegion" => "cn-northwest-1"}]})
47
47
  end
48
48
  return Aws::Endpoints::Endpoint.new(url: "https://health.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
49
49
  end
@@ -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.78.0'
57
+ GEM_VERSION = '1.79.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWSHealth
99
96
  test_files: []