aws-sdk-marketplaceentitlementservice 1.49.0 → 1.51.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: af6504b3030ad71143319dc0520ee4dfcab6a98d86b3374d59aac039c7c772f5
4
+ data.tar.gz: 23dbfba4a1323c9b511c04d53a631a25d0306c17fdf8597fcfd6455170b7f9c3
5
5
  SHA512:
6
- metadata.gz: c24156d6232e5196f95d83f6706ee1d2c98458401d33c6961e3d268004c764c2974846dfebd04064630adb8de952b7f32d1ed66026af72aa5937f78178f7763b
7
- data.tar.gz: cf21c82382c8702559731e236065fa467708eac1d49c1dd6f7ead1e1ab08929f5916e51cd1edea9d4d855c9b173b33924ac3c82347b108f8f157d16b0004dead
6
+ metadata.gz: f23a30dae15581eb1ff8c1276fff26973847a7bef3fd9cb3578bd3de5f4426cf6d716a307ec56a7b5110965c8a9f5fd8e8096ec33c4bacba02510298c50dbb5f
7
+ data.tar.gz: aa61ae25ea53122f4a5386cade4005959b26601dc5def81606d55f1160acdd662d461c7ea6e0e20791f0b34174582eaee68246d92e738d743e53fe660cc73e13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.50.0 (2024-04-26)
10
+ ------------------
11
+
12
+ * Feature - Releasing minor endpoint updates.
13
+
4
14
  1.49.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.51.0
@@ -301,8 +301,9 @@ module Aws::MarketplaceEntitlementService
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -499,7 +500,7 @@ module Aws::MarketplaceEntitlementService
499
500
  params: params,
500
501
  config: config)
501
502
  context[:gem_name] = 'aws-sdk-marketplaceentitlementservice'
502
- context[:gem_version] = '1.49.0'
503
+ context[:gem_version] = '1.51.0'
503
504
  Seahorse::Client::Request.new(handlers, context)
504
505
  end
505
506
 
@@ -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.51.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.51.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-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core