aws-sdk-marketplaceentitlementservice 1.49.0 → 1.50.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: d53cef63a44d97cf37decaad517e53e9a43414c34abdc9dd10cea50d53dccf34
4
- data.tar.gz: e662bb09268a3d9ed15c26f0536eaae4adf01bb24c360faf0402a722a80b5147
3
+ metadata.gz: 92db098d985b406af8f24134a0ece99301d4df7d3807b5d905dbe897fd0fcc5a
4
+ data.tar.gz: b5fb6ca2aaff2eefb928b59144ee5220017abd8bbbd99e08a05c23d8869e0123
5
5
  SHA512:
6
- metadata.gz: c24156d6232e5196f95d83f6706ee1d2c98458401d33c6961e3d268004c764c2974846dfebd04064630adb8de952b7f32d1ed66026af72aa5937f78178f7763b
7
- data.tar.gz: cf21c82382c8702559731e236065fa467708eac1d49c1dd6f7ead1e1ab08929f5916e51cd1edea9d4d855c9b173b33924ac3c82347b108f8f157d16b0004dead
6
+ metadata.gz: fb093124b2e22711e91d5b3fb1b110bf758cb70a9f442f89596ea435333a18ebc4ab637e740d242c5f78f489c1b01650e61d8376f248affadaabfa49ad94373b
7
+ data.tar.gz: e462aef8158516f9d7ed8d15f93c980e1de26532bc6c18e0ecbeffa83a9ded4ee68304519e9104bd201d1f3861f1888334d05a2f216ecb07bf243e1ac07c9d55
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2024-04-26)
5
+ ------------------
6
+
7
+ * Feature - Releasing minor endpoint updates.
8
+
4
9
  1.49.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -499,7 +499,7 @@ module Aws::MarketplaceEntitlementService
499
499
  params: params,
500
500
  config: config)
501
501
  context[:gem_name] = 'aws-sdk-marketplaceentitlementservice'
502
- context[:gem_version] = '1.49.0'
502
+ context[:gem_version] = '1.50.0'
503
503
  Seahorse::Client::Request.new(handlers, context)
504
504
  end
505
505
 
@@ -85,6 +85,7 @@ module Aws::MarketplaceEntitlementService
85
85
  "endpointPrefix" => "entitlement.marketplace",
86
86
  "jsonVersion" => "1.1",
87
87
  "protocol" => "json",
88
+ "protocols" => ["json"],
88
89
  "serviceFullName" => "AWS Marketplace Entitlement Service",
89
90
  "serviceId" => "Marketplace Entitlement Service",
90
91
  "signatureVersion" => "v4",
@@ -43,6 +43,9 @@ module Aws::MarketplaceEntitlementService
43
43
  end
44
44
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
45
  end
46
+ if Aws::Endpoints::Matchers.string_equals?(region, "cn-northwest-1")
47
+ return Aws::Endpoints::Endpoint.new(url: "https://entitlement-marketplace.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {})
48
+ end
46
49
  if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
47
50
  return Aws::Endpoints::Endpoint.new(url: "https://entitlement.marketplace.#{region}.amazonaws.com", headers: {}, properties: {})
48
51
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-marketplaceentitlementservice/customizations'
52
52
  # @!group service
53
53
  module Aws::MarketplaceEntitlementService
54
54
 
55
- GEM_VERSION = '1.49.0'
55
+ GEM_VERSION = '1.50.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplaceentitlementservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core