aws-sdk-marketplaceentitlementservice 1.77.0 → 1.78.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: '009907ad74394859eb0822c93df80e08280b7f80c938da2ff79069d00436bf75'
4
- data.tar.gz: 901eb3ab663130a822ad46fd543efcb93cf0c67fb0cb643aa77564ad71d55174
3
+ metadata.gz: 9733268308ae20f08266c37856f1630b25b09a547c51ba9fecbdb75309f0f5f0
4
+ data.tar.gz: eef734a656dfcef5e47e564673cea1d95677e2148de93806d5e87bf7e760fe34
5
5
  SHA512:
6
- metadata.gz: a4e32b345e37d0bdb90a02c83f2ef259b515bdc55105a92fac90266acfd6be5e531c6907f9ad09a6f4a9da3884f430e6a0399e78c98a577e92f1364570cc4649
7
- data.tar.gz: f4b51187e4ebd09cac1c4cafc4f8a754da56a6422a12b7da637a82772a2c70e59e17ed107b898ec320e56678dee1e8833cf285cc02cf9ecb0a0862b22fcabfa0
6
+ metadata.gz: 8a4cc7722489498b3e2840bb60787a503ca84cc8c2d14f6788bb63e25fb7c79a8710e4531561fc0e8b19753409b3883e3f9866f0b90a080a45d9ddd1fbf139f1
7
+ data.tar.gz: 3c6062b7dab24a6deee0e853ac061cdb0c03ef977c3153d0dad2043c8ae1fa8b43d10c44f71a933e4e71ae7646a9264d50f68671ecbd26375f8b634dff1a461b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.77.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -575,7 +575,7 @@ module Aws::MarketplaceEntitlementService
575
575
  tracer: tracer
576
576
  )
577
577
  context[:gem_name] = 'aws-sdk-marketplaceentitlementservice'
578
- context[:gem_version] = '1.77.0'
578
+ context[:gem_version] = '1.78.0'
579
579
  Seahorse::Client::Request.new(handlers, context)
580
580
  end
581
581
 
@@ -13,22 +13,22 @@ module Aws::MarketplaceEntitlementService
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
@@ -54,7 +54,7 @@ module Aws::MarketplaceEntitlementService
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplaceentitlementservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplaceentitlementservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.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-marketplaceentitlementservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services