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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db34e97399d167103766de67a123c5ed992d2d374cf61b5f3ff20b08d47d16c7
|
|
4
|
+
data.tar.gz: eb05bc344ea4a2356eb94ccbef0860d808aa75ab2009ae7f593a916ebdfba508
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f1b9619b0a0f3353bb9e5c3fd7ac89dfd04e281ad9e4803e69b7df891110856f615c46ea8a7e9b9ddab481f430b7f20dcf1273b3a295e677a66edd1aaf3b248
|
|
7
|
+
data.tar.gz: 9aaeb808ca8cc94000b7f11b6810c2e461fbcfff0eebb3d359e83e484c4cb33363da3b05bed4a42ec524a50ce0bd0308e1cbba5d96822cca002e43c7e9b47e77
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
-
#
|
|
2042
|
-
#
|
|
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
|