aws-sdk-partnercentralselling 1.28.0 → 1.29.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: 50caf97ed5005f40e7bc2f5d6f25a1cbdcefc768410244baf7bb0a373bd00c51
4
- data.tar.gz: 4e131bad23d94596fa0e2da233a2d72a09c697a63edc3640deb23d2f74a2bd2e
3
+ metadata.gz: db34e97399d167103766de67a123c5ed992d2d374cf61b5f3ff20b08d47d16c7
4
+ data.tar.gz: eb05bc344ea4a2356eb94ccbef0860d808aa75ab2009ae7f593a916ebdfba508
5
5
  SHA512:
6
- metadata.gz: 384d1d011708ad79f213d49292dc959c537bfa7ae723692e25bdcc830b5ad532857b67a9b4df01550e8f0fe5852029a8375d3e3bf9c0a6570e20751be3b7c28e
7
- data.tar.gz: 34bd54efc550119d00ff355a7a479e79a5a987d1e48f2055d9f649afda2eb0664b95cdce9f7e85bacd7507b8ee89d98e8feff393432240dabecc90579148f5fd
6
+ metadata.gz: 4f1b9619b0a0f3353bb9e5c3fd7ac89dfd04e281ad9e4803e69b7df891110856f615c46ea8a7e9b9ddab481f430b7f20dcf1273b3a295e677a66edd1aaf3b248
7
+ data.tar.gz: 9aaeb808ca8cc94000b7f11b6810c2e461fbcfff0eebb3d359e83e484c4cb33363da3b05bed4a42ec524a50ce0bd0308e1cbba5d96822cca002e43c7e9b47e77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Adding EURO Currency for MRR Amount
8
+
4
9
  1.28.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -4201,7 +4201,7 @@ module Aws::PartnerCentralSelling
4201
4201
  tracer: tracer
4202
4202
  )
4203
4203
  context[:gem_name] = 'aws-sdk-partnercentralselling'
4204
- context[:gem_version] = '1.28.0'
4204
+ context[:gem_version] = '1.29.0'
4205
4205
  Seahorse::Client::Request.new(handlers, context)
4206
4206
  end
4207
4207
 
@@ -69,7 +69,6 @@ module Aws::PartnerCentralSelling
69
69
  AwsProductIdentifier = Shapes::StringShape.new(name: 'AwsProductIdentifier')
70
70
  AwsProductIdentifiers = Shapes::ListShape.new(name: 'AwsProductIdentifiers')
71
71
  AwsProductInsights = Shapes::StructureShape.new(name: 'AwsProductInsights')
72
- AwsProductInsightsCurrencyCodeEnum = Shapes::StringShape.new(name: 'AwsProductInsightsCurrencyCodeEnum')
73
72
  AwsProductOptimization = Shapes::StructureShape.new(name: 'AwsProductOptimization')
74
73
  AwsProductOptimizationsList = Shapes::ListShape.new(name: 'AwsProductOptimizationsList')
75
74
  AwsProductsList = Shapes::ListShape.new(name: 'AwsProductsList')
@@ -163,7 +162,6 @@ module Aws::PartnerCentralSelling
163
162
  EngagementUseCase = Shapes::StringShape.new(name: 'EngagementUseCase')
164
163
  EstimationUrl = Shapes::StringShape.new(name: 'EstimationUrl')
165
164
  ExpectedCustomerSpend = Shapes::StructureShape.new(name: 'ExpectedCustomerSpend')
166
- ExpectedCustomerSpendCurrencyCodeEnum = Shapes::StringShape.new(name: 'ExpectedCustomerSpendCurrencyCodeEnum')
167
165
  ExpectedCustomerSpendList = Shapes::ListShape.new(name: 'ExpectedCustomerSpendList')
168
166
  ExpectedCustomerSpendTargetCompanyString = Shapes::StringShape.new(name: 'ExpectedCustomerSpendTargetCompanyString')
169
167
  GetAwsOpportunitySummaryRequest = Shapes::StructureShape.new(name: 'GetAwsOpportunitySummaryRequest')
@@ -521,7 +519,7 @@ module Aws::PartnerCentralSelling
521
519
 
522
520
  AwsProductIdentifiers.member = Shapes::ShapeRef.new(shape: AwsProductIdentifier)
523
521
 
524
- AwsProductInsights.add_member(:currency_code, Shapes::ShapeRef.new(shape: AwsProductInsightsCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
522
+ AwsProductInsights.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "CurrencyCode"))
525
523
  AwsProductInsights.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
526
524
  AwsProductInsights.add_member(:total_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalAmount"))
527
525
  AwsProductInsights.add_member(:total_optimized_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalOptimizedAmount"))
@@ -767,7 +765,7 @@ module Aws::PartnerCentralSelling
767
765
  EngagementSummaryList.member = Shapes::ShapeRef.new(shape: EngagementSummary)
768
766
 
769
767
  ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount, location_name: "Amount"))
770
- ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
768
+ ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "CurrencyCode"))
771
769
  ExpectedCustomerSpend.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
772
770
  ExpectedCustomerSpend.add_member(:target_company, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendTargetCompanyString, required: true, location_name: "TargetCompany"))
773
771
  ExpectedCustomerSpend.add_member(:estimation_url, Shapes::ShapeRef.new(shape: EstimationUrl, location_name: "EstimationUrl"))
@@ -684,7 +684,9 @@ module Aws::PartnerCentralSelling
684
684
  # breakdowns, and detailed product-level insights.
685
685
  #
686
686
  # @!attribute [rw] currency_code
687
- # ISO 4217 currency code.
687
+ # ISO 4217 currency code. Supported values are `USD` and `EUR`.
688
+ # Returns `EUR` when the opportunity is in the `aws-eusc` (AWS
689
+ # European Sovereign Cloud) partition.
688
690
  # @return [String]
689
691
  #
690
692
  # @!attribute [rw] frequency
@@ -2038,9 +2040,8 @@ module Aws::PartnerCentralSelling
2038
2040
  # @return [String]
2039
2041
  #
2040
2042
  # @!attribute [rw] currency_code
2041
- # Indicates the currency in which the revenue estimate is provided.
2042
- # This helps in understanding the financial impact across different
2043
- # markets.
2043
+ # Currency code for the expected customer spend. Supported currencies:
2044
+ # USD, EUR
2044
2045
  # @return [String]
2045
2046
  #
2046
2047
  # @!attribute [rw] frequency
@@ -4839,7 +4840,9 @@ module Aws::PartnerCentralSelling
4839
4840
  # @return [String]
4840
4841
  #
4841
4842
  # @!attribute [rw] currency_code
4842
- # Specifies the payment currency.
4843
+ # Specifies the payment currency. Accepted values are `USD` (US
4844
+ # Dollars) and `EUR` (Euros). If the AWS Partition is `aws-eusc` (AWS
4845
+ # European Sovereign Cloud), the currency code must be `EUR`.
4843
4846
  # @return [String]
4844
4847
  #
4845
4848
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/MonetaryValue AWS API Documentation
@@ -55,7 +55,7 @@ module Aws::PartnerCentralSelling
55
55
  autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
57
57
 
58
- GEM_VERSION = '1.28.0'
58
+ GEM_VERSION = '1.29.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-partnercentralselling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services