aws-sdk-partnercentralselling 1.20.0 → 1.21.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 +4 -4
- data/CHANGELOG.md +6 -5
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +43 -7
- data/lib/aws-sdk-partnercentralselling/client_api.rb +49 -2
- data/lib/aws-sdk-partnercentralselling/types.rb +145 -2
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +36 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d329b0102c3658faeeccda9f36865d31170c8fa1b7a4e85dfd02794b4e549fb8
|
|
4
|
+
data.tar.gz: 628a6d85f6fd9e3bc7574f4a9d134ff3f1840ae9545134412955b8988bc8d4a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28754cabafd519c96628b7fda12eba81f83b0803f7ac14fa7bd0b9e4d5459c1817305237ec8aa8b558471471278c101120b4eb39bc1faa374a4173e71dae18bd
|
|
7
|
+
data.tar.gz: d226eea81c03688cf71d2cab5133db671e70a545cdc1b32708cb2df1158f868729cc3b4f085507eb8da3470e063e4eceb1407376829dbf842887d41fb1f36246
|
data/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.21.0 (2025-12-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives.
|
|
8
|
+
|
|
4
9
|
1.20.0 (2025-12-01)
|
|
5
10
|
------------------
|
|
6
11
|
|
|
7
|
-
* Feature -
|
|
8
|
-
Lead Management APIs for capturing and nurturing leads
|
|
9
|
-
Lead invitation support for partner collaboration
|
|
10
|
-
Lead-to-opportunity conversion operations
|
|
11
|
-
AWS Marketplace OfferSets support for opportunities
|
|
12
|
+
* Feature - Add Lead Management APIs for capturing and nurturing leads, Lead invitation support for partner collaborationLead-to-opportunity conversion operations and AWS Marketplace OfferSets support for opportunities.
|
|
12
13
|
|
|
13
14
|
1.19.0 (2025-11-21)
|
|
14
15
|
------------------
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.21.0
|
|
@@ -985,11 +985,11 @@ module Aws::PartnerCentralSelling
|
|
|
985
985
|
# target_completion_date: "Date", # required
|
|
986
986
|
# expected_customer_spend: [ # required
|
|
987
987
|
# {
|
|
988
|
-
# amount: "Amount",
|
|
988
|
+
# amount: "Amount",
|
|
989
989
|
# currency_code: "USD", # required, accepts USD, EUR, GBP, AUD, CAD, CNY, NZD, INR, JPY, CHF, SEK, AED, AFN, ALL, AMD, ANG, AOA, ARS, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CDF, CHE, CHW, CLF, CLP, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, FJD, FKP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, IQD, IRR, ISK, JMD, JOD, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USN, UYI, UYU, UZS, VEF, VND, VUV, WST, XAF, XCD, XDR, XOF, XPF, XSU, XUA, YER, ZAR, ZMW, ZWL
|
|
990
990
|
# frequency: "Monthly", # required, accepts Monthly
|
|
991
991
|
# target_company: "ExpectedCustomerSpendTargetCompanyString", # required
|
|
992
|
-
# estimation_url: "
|
|
992
|
+
# estimation_url: "EstimationUrl",
|
|
993
993
|
# },
|
|
994
994
|
# ],
|
|
995
995
|
# },
|
|
@@ -1223,11 +1223,11 @@ module Aws::PartnerCentralSelling
|
|
|
1223
1223
|
# delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
|
|
1224
1224
|
# expected_customer_spend: [
|
|
1225
1225
|
# {
|
|
1226
|
-
# amount: "Amount",
|
|
1226
|
+
# amount: "Amount",
|
|
1227
1227
|
# currency_code: "USD", # required, accepts USD, EUR, GBP, AUD, CAD, CNY, NZD, INR, JPY, CHF, SEK, AED, AFN, ALL, AMD, ANG, AOA, ARS, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CDF, CHE, CHW, CLF, CLP, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, FJD, FKP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, IQD, IRR, ISK, JMD, JOD, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USN, UYI, UYU, UZS, VEF, VND, VUV, WST, XAF, XCD, XDR, XOF, XPF, XSU, XUA, YER, ZAR, ZMW, ZWL
|
|
1228
1228
|
# frequency: "Monthly", # required, accepts Monthly
|
|
1229
1229
|
# target_company: "ExpectedCustomerSpendTargetCompanyString", # required
|
|
1230
|
-
# estimation_url: "
|
|
1230
|
+
# estimation_url: "EstimationUrl",
|
|
1231
1231
|
# },
|
|
1232
1232
|
# ],
|
|
1233
1233
|
# title: "ProjectTitleString",
|
|
@@ -1618,6 +1618,42 @@ module Aws::PartnerCentralSelling
|
|
|
1618
1618
|
# resp.opportunity_team[0].business_title #=> String, one of "AWSSalesRep", "AWSAccountOwner", "WWPSPDM", "PDM", "PSM", "ISVSM"
|
|
1619
1619
|
# resp.insights.next_best_actions #=> String
|
|
1620
1620
|
# resp.insights.engagement_score #=> String, one of "High", "Medium", "Low"
|
|
1621
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
|
|
1622
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.frequency #=> String, one of "Monthly"
|
|
1623
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_amount #=> String
|
|
1624
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_optimized_amount #=> String
|
|
1625
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_potential_savings_amount #=> String
|
|
1626
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_amount_by_category #=> Hash
|
|
1627
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_amount_by_category["String"] #=> String
|
|
1628
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products #=> Array
|
|
1629
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].product_code #=> String
|
|
1630
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].service_code #=> String
|
|
1631
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].categories #=> Array
|
|
1632
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].categories[0] #=> String
|
|
1633
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].amount #=> String
|
|
1634
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimized_amount #=> String
|
|
1635
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].potential_savings_amount #=> String
|
|
1636
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations #=> Array
|
|
1637
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations[0].description #=> String
|
|
1638
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations[0].savings_amount #=> String
|
|
1639
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
|
|
1640
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.frequency #=> String, one of "Monthly"
|
|
1641
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_amount #=> String
|
|
1642
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_optimized_amount #=> String
|
|
1643
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_potential_savings_amount #=> String
|
|
1644
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_amount_by_category #=> Hash
|
|
1645
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_amount_by_category["String"] #=> String
|
|
1646
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products #=> Array
|
|
1647
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].product_code #=> String
|
|
1648
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].service_code #=> String
|
|
1649
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].categories #=> Array
|
|
1650
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].categories[0] #=> String
|
|
1651
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].amount #=> String
|
|
1652
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimized_amount #=> String
|
|
1653
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].potential_savings_amount #=> String
|
|
1654
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations #=> Array
|
|
1655
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations[0].description #=> String
|
|
1656
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations[0].savings_amount #=> String
|
|
1621
1657
|
# resp.involvement_type_change_reason #=> String, one of "Expansion Opportunity", "Change in Deal Information", "Customer Requested", "Technical Complexity", "Risk Mitigation"
|
|
1622
1658
|
# resp.related_entity_ids.aws_products #=> Array
|
|
1623
1659
|
# resp.related_entity_ids.aws_products[0] #=> String
|
|
@@ -3983,11 +4019,11 @@ module Aws::PartnerCentralSelling
|
|
|
3983
4019
|
# delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
|
|
3984
4020
|
# expected_customer_spend: [
|
|
3985
4021
|
# {
|
|
3986
|
-
# amount: "Amount",
|
|
4022
|
+
# amount: "Amount",
|
|
3987
4023
|
# currency_code: "USD", # required, accepts USD, EUR, GBP, AUD, CAD, CNY, NZD, INR, JPY, CHF, SEK, AED, AFN, ALL, AMD, ANG, AOA, ARS, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CDF, CHE, CHW, CLF, CLP, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, FJD, FKP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, IQD, IRR, ISK, JMD, JOD, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USN, UYI, UYU, UZS, VEF, VND, VUV, WST, XAF, XCD, XDR, XOF, XPF, XSU, XUA, YER, ZAR, ZMW, ZWL
|
|
3988
4024
|
# frequency: "Monthly", # required, accepts Monthly
|
|
3989
4025
|
# target_company: "ExpectedCustomerSpendTargetCompanyString", # required
|
|
3990
|
-
# estimation_url: "
|
|
4026
|
+
# estimation_url: "EstimationUrl",
|
|
3991
4027
|
# },
|
|
3992
4028
|
# ],
|
|
3993
4029
|
# title: "ProjectTitleString",
|
|
@@ -4069,7 +4105,7 @@ module Aws::PartnerCentralSelling
|
|
|
4069
4105
|
tracer: tracer
|
|
4070
4106
|
)
|
|
4071
4107
|
context[:gem_name] = 'aws-sdk-partnercentralselling'
|
|
4072
|
-
context[:gem_version] = '1.
|
|
4108
|
+
context[:gem_version] = '1.21.0'
|
|
4073
4109
|
Seahorse::Client::Request.new(handlers, context)
|
|
4074
4110
|
end
|
|
4075
4111
|
|
|
@@ -34,6 +34,7 @@ module Aws::PartnerCentralSelling
|
|
|
34
34
|
AddressSummaryPostalCodeString = Shapes::StringShape.new(name: 'AddressSummaryPostalCodeString')
|
|
35
35
|
Alias = Shapes::StringShape.new(name: 'Alias')
|
|
36
36
|
Amount = Shapes::StringShape.new(name: 'Amount')
|
|
37
|
+
AmountMap = Shapes::MapShape.new(name: 'AmountMap')
|
|
37
38
|
ApnPrograms = Shapes::ListShape.new(name: 'ApnPrograms')
|
|
38
39
|
AssignOpportunityRequest = Shapes::StructureShape.new(name: 'AssignOpportunityRequest')
|
|
39
40
|
AssigneeContact = Shapes::StructureShape.new(name: 'AssigneeContact')
|
|
@@ -61,8 +62,16 @@ module Aws::PartnerCentralSelling
|
|
|
61
62
|
AwsOpportunityRelatedEntities = Shapes::StructureShape.new(name: 'AwsOpportunityRelatedEntities')
|
|
62
63
|
AwsOpportunityStage = Shapes::StringShape.new(name: 'AwsOpportunityStage')
|
|
63
64
|
AwsOpportunityTeamMembersList = Shapes::ListShape.new(name: 'AwsOpportunityTeamMembersList')
|
|
65
|
+
AwsProductDetails = Shapes::StructureShape.new(name: 'AwsProductDetails')
|
|
66
|
+
AwsProductDetailsCategoriesList = Shapes::ListShape.new(name: 'AwsProductDetailsCategoriesList')
|
|
64
67
|
AwsProductIdentifier = Shapes::StringShape.new(name: 'AwsProductIdentifier')
|
|
65
68
|
AwsProductIdentifiers = Shapes::ListShape.new(name: 'AwsProductIdentifiers')
|
|
69
|
+
AwsProductInsights = Shapes::StructureShape.new(name: 'AwsProductInsights')
|
|
70
|
+
AwsProductInsightsCurrencyCodeEnum = Shapes::StringShape.new(name: 'AwsProductInsightsCurrencyCodeEnum')
|
|
71
|
+
AwsProductOptimization = Shapes::StructureShape.new(name: 'AwsProductOptimization')
|
|
72
|
+
AwsProductOptimizationsList = Shapes::ListShape.new(name: 'AwsProductOptimizationsList')
|
|
73
|
+
AwsProductsList = Shapes::ListShape.new(name: 'AwsProductsList')
|
|
74
|
+
AwsProductsSpendInsightsBySource = Shapes::StructureShape.new(name: 'AwsProductsSpendInsightsBySource')
|
|
66
75
|
AwsSubmission = Shapes::StructureShape.new(name: 'AwsSubmission')
|
|
67
76
|
AwsTeamMember = Shapes::StructureShape.new(name: 'AwsTeamMember')
|
|
68
77
|
AwsTeamMemberFirstNameString = Shapes::StringShape.new(name: 'AwsTeamMemberFirstNameString')
|
|
@@ -149,6 +158,7 @@ module Aws::PartnerCentralSelling
|
|
|
149
158
|
EngagementSummaryList = Shapes::ListShape.new(name: 'EngagementSummaryList')
|
|
150
159
|
EngagementTitle = Shapes::StringShape.new(name: 'EngagementTitle')
|
|
151
160
|
EngagementUseCase = Shapes::StringShape.new(name: 'EngagementUseCase')
|
|
161
|
+
EstimationUrl = Shapes::StringShape.new(name: 'EstimationUrl')
|
|
152
162
|
ExpectedCustomerSpend = Shapes::StructureShape.new(name: 'ExpectedCustomerSpend')
|
|
153
163
|
ExpectedCustomerSpendCurrencyCodeEnum = Shapes::StringShape.new(name: 'ExpectedCustomerSpendCurrencyCodeEnum')
|
|
154
164
|
ExpectedCustomerSpendList = Shapes::ListShape.new(name: 'ExpectedCustomerSpendList')
|
|
@@ -251,6 +261,7 @@ module Aws::PartnerCentralSelling
|
|
|
251
261
|
MarketingSource = Shapes::StringShape.new(name: 'MarketingSource')
|
|
252
262
|
MemberCompanyName = Shapes::StringShape.new(name: 'MemberCompanyName')
|
|
253
263
|
MemberPageSize = Shapes::IntegerShape.new(name: 'MemberPageSize')
|
|
264
|
+
MonetaryAmount = Shapes::StringShape.new(name: 'MonetaryAmount')
|
|
254
265
|
MonetaryValue = Shapes::StructureShape.new(name: 'MonetaryValue')
|
|
255
266
|
MonetaryValueAmountString = Shapes::StringShape.new(name: 'MonetaryValueAmountString')
|
|
256
267
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
@@ -422,6 +433,9 @@ module Aws::PartnerCentralSelling
|
|
|
422
433
|
AddressSummary.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
|
423
434
|
AddressSummary.struct_class = Types::AddressSummary
|
|
424
435
|
|
|
436
|
+
AmountMap.key = Shapes::ShapeRef.new(shape: String)
|
|
437
|
+
AmountMap.value = Shapes::ShapeRef.new(shape: MonetaryAmount)
|
|
438
|
+
|
|
425
439
|
ApnPrograms.member = Shapes::ShapeRef.new(shape: String)
|
|
426
440
|
|
|
427
441
|
AssignOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
@@ -455,6 +469,7 @@ module Aws::PartnerCentralSelling
|
|
|
455
469
|
|
|
456
470
|
AwsOpportunityInsights.add_member(:next_best_actions, Shapes::ShapeRef.new(shape: String, location_name: "NextBestActions"))
|
|
457
471
|
AwsOpportunityInsights.add_member(:engagement_score, Shapes::ShapeRef.new(shape: EngagementScore, location_name: "EngagementScore"))
|
|
472
|
+
AwsOpportunityInsights.add_member(:aws_products_spend_insights_by_source, Shapes::ShapeRef.new(shape: AwsProductsSpendInsightsBySource, location_name: "AwsProductsSpendInsightsBySource"))
|
|
458
473
|
AwsOpportunityInsights.struct_class = Types::AwsOpportunityInsights
|
|
459
474
|
|
|
460
475
|
AwsOpportunityLifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
|
@@ -475,8 +490,40 @@ module Aws::PartnerCentralSelling
|
|
|
475
490
|
|
|
476
491
|
AwsOpportunityTeamMembersList.member = Shapes::ShapeRef.new(shape: AwsTeamMember)
|
|
477
492
|
|
|
493
|
+
AwsProductDetails.add_member(:product_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductCode"))
|
|
494
|
+
AwsProductDetails.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
|
|
495
|
+
AwsProductDetails.add_member(:categories, Shapes::ShapeRef.new(shape: AwsProductDetailsCategoriesList, required: true, location_name: "Categories"))
|
|
496
|
+
AwsProductDetails.add_member(:amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "Amount"))
|
|
497
|
+
AwsProductDetails.add_member(:optimized_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "OptimizedAmount"))
|
|
498
|
+
AwsProductDetails.add_member(:potential_savings_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "PotentialSavingsAmount"))
|
|
499
|
+
AwsProductDetails.add_member(:optimizations, Shapes::ShapeRef.new(shape: AwsProductOptimizationsList, required: true, location_name: "Optimizations"))
|
|
500
|
+
AwsProductDetails.struct_class = Types::AwsProductDetails
|
|
501
|
+
|
|
502
|
+
AwsProductDetailsCategoriesList.member = Shapes::ShapeRef.new(shape: String)
|
|
503
|
+
|
|
478
504
|
AwsProductIdentifiers.member = Shapes::ShapeRef.new(shape: AwsProductIdentifier)
|
|
479
505
|
|
|
506
|
+
AwsProductInsights.add_member(:currency_code, Shapes::ShapeRef.new(shape: AwsProductInsightsCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
|
|
507
|
+
AwsProductInsights.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
|
|
508
|
+
AwsProductInsights.add_member(:total_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalAmount"))
|
|
509
|
+
AwsProductInsights.add_member(:total_optimized_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalOptimizedAmount"))
|
|
510
|
+
AwsProductInsights.add_member(:total_potential_savings_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalPotentialSavingsAmount"))
|
|
511
|
+
AwsProductInsights.add_member(:total_amount_by_category, Shapes::ShapeRef.new(shape: AmountMap, required: true, location_name: "TotalAmountByCategory"))
|
|
512
|
+
AwsProductInsights.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductsList, required: true, location_name: "AwsProducts"))
|
|
513
|
+
AwsProductInsights.struct_class = Types::AwsProductInsights
|
|
514
|
+
|
|
515
|
+
AwsProductOptimization.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
|
516
|
+
AwsProductOptimization.add_member(:savings_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, required: true, location_name: "SavingsAmount"))
|
|
517
|
+
AwsProductOptimization.struct_class = Types::AwsProductOptimization
|
|
518
|
+
|
|
519
|
+
AwsProductOptimizationsList.member = Shapes::ShapeRef.new(shape: AwsProductOptimization)
|
|
520
|
+
|
|
521
|
+
AwsProductsList.member = Shapes::ShapeRef.new(shape: AwsProductDetails)
|
|
522
|
+
|
|
523
|
+
AwsProductsSpendInsightsBySource.add_member(:partner, Shapes::ShapeRef.new(shape: AwsProductInsights, location_name: "Partner"))
|
|
524
|
+
AwsProductsSpendInsightsBySource.add_member(:aws, Shapes::ShapeRef.new(shape: AwsProductInsights, location_name: "AWS"))
|
|
525
|
+
AwsProductsSpendInsightsBySource.struct_class = Types::AwsProductsSpendInsightsBySource
|
|
526
|
+
|
|
480
527
|
AwsSubmission.add_member(:involvement_type, Shapes::ShapeRef.new(shape: SalesInvolvementType, required: true, location_name: "InvolvementType"))
|
|
481
528
|
AwsSubmission.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
482
529
|
AwsSubmission.struct_class = Types::AwsSubmission
|
|
@@ -697,11 +744,11 @@ module Aws::PartnerCentralSelling
|
|
|
697
744
|
|
|
698
745
|
EngagementSummaryList.member = Shapes::ShapeRef.new(shape: EngagementSummary)
|
|
699
746
|
|
|
700
|
-
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount,
|
|
747
|
+
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount, location_name: "Amount"))
|
|
701
748
|
ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
|
|
702
749
|
ExpectedCustomerSpend.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
|
|
703
750
|
ExpectedCustomerSpend.add_member(:target_company, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendTargetCompanyString, required: true, location_name: "TargetCompany"))
|
|
704
|
-
ExpectedCustomerSpend.add_member(:estimation_url, Shapes::ShapeRef.new(shape:
|
|
751
|
+
ExpectedCustomerSpend.add_member(:estimation_url, Shapes::ShapeRef.new(shape: EstimationUrl, location_name: "EstimationUrl"))
|
|
705
752
|
ExpectedCustomerSpend.struct_class = Types::ExpectedCustomerSpend
|
|
706
753
|
|
|
707
754
|
ExpectedCustomerSpendList.member = Shapes::ShapeRef.new(shape: ExpectedCustomerSpend)
|
|
@@ -439,11 +439,17 @@ module Aws::PartnerCentralSelling
|
|
|
439
439
|
# helps partners prioritize their efforts.
|
|
440
440
|
# @return [String]
|
|
441
441
|
#
|
|
442
|
+
# @!attribute [rw] aws_products_spend_insights_by_source
|
|
443
|
+
# Source-separated spend insights that provide independent analysis
|
|
444
|
+
# for AWS predictions and partner estimates
|
|
445
|
+
# @return [Types::AwsProductsSpendInsightsBySource]
|
|
446
|
+
#
|
|
442
447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsOpportunityInsights AWS API Documentation
|
|
443
448
|
#
|
|
444
449
|
class AwsOpportunityInsights < Struct.new(
|
|
445
450
|
:next_best_actions,
|
|
446
|
-
:engagement_score
|
|
451
|
+
:engagement_score,
|
|
452
|
+
:aws_products_spend_insights_by_source)
|
|
447
453
|
SENSITIVE = []
|
|
448
454
|
include Aws::Structure
|
|
449
455
|
end
|
|
@@ -544,6 +550,143 @@ module Aws::PartnerCentralSelling
|
|
|
544
550
|
include Aws::Structure
|
|
545
551
|
end
|
|
546
552
|
|
|
553
|
+
# AWS services with program eligibility indicators (MAP, modernization
|
|
554
|
+
# pathways), cost estimates, and optimization recommendations.
|
|
555
|
+
#
|
|
556
|
+
# @!attribute [rw] product_code
|
|
557
|
+
# AWS Partner Central product identifier used for opportunity
|
|
558
|
+
# association
|
|
559
|
+
# @return [String]
|
|
560
|
+
#
|
|
561
|
+
# @!attribute [rw] service_code
|
|
562
|
+
# Pricing Calculator service code (links to original calculator URL)
|
|
563
|
+
# @return [String]
|
|
564
|
+
#
|
|
565
|
+
# @!attribute [rw] categories
|
|
566
|
+
# List of program and pathway categories this product is eligible for
|
|
567
|
+
# @return [Array<String>]
|
|
568
|
+
#
|
|
569
|
+
# @!attribute [rw] amount
|
|
570
|
+
# Baseline service cost before optimizations (may be null for
|
|
571
|
+
# AWS-sourced predictions)
|
|
572
|
+
# @return [String]
|
|
573
|
+
#
|
|
574
|
+
# @!attribute [rw] optimized_amount
|
|
575
|
+
# Service cost after applying optimizations (may be null for
|
|
576
|
+
# AWS-sourced predictions)
|
|
577
|
+
# @return [String]
|
|
578
|
+
#
|
|
579
|
+
# @!attribute [rw] potential_savings_amount
|
|
580
|
+
# Service-specific cost reduction through optimizations (may be null
|
|
581
|
+
# for AWS-sourced predictions)
|
|
582
|
+
# @return [String]
|
|
583
|
+
#
|
|
584
|
+
# @!attribute [rw] optimizations
|
|
585
|
+
# List of specific optimization recommendations for this product
|
|
586
|
+
# @return [Array<Types::AwsProductOptimization>]
|
|
587
|
+
#
|
|
588
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductDetails AWS API Documentation
|
|
589
|
+
#
|
|
590
|
+
class AwsProductDetails < Struct.new(
|
|
591
|
+
:product_code,
|
|
592
|
+
:service_code,
|
|
593
|
+
:categories,
|
|
594
|
+
:amount,
|
|
595
|
+
:optimized_amount,
|
|
596
|
+
:potential_savings_amount,
|
|
597
|
+
:optimizations)
|
|
598
|
+
SENSITIVE = [:amount, :optimized_amount, :potential_savings_amount]
|
|
599
|
+
include Aws::Structure
|
|
600
|
+
end
|
|
601
|
+
|
|
602
|
+
# Comprehensive spend analysis for a single source (AWS or Partner)
|
|
603
|
+
# including total amounts, optimization savings, program category
|
|
604
|
+
# breakdowns, and detailed product-level insights.
|
|
605
|
+
#
|
|
606
|
+
# @!attribute [rw] currency_code
|
|
607
|
+
# ISO 4217 currency code (e.g., "USD") ensuring consistent
|
|
608
|
+
# representation across calculations
|
|
609
|
+
# @return [String]
|
|
610
|
+
#
|
|
611
|
+
# @!attribute [rw] frequency
|
|
612
|
+
# Time period for spend amounts: "Monthly" or "Annually"
|
|
613
|
+
# @return [String]
|
|
614
|
+
#
|
|
615
|
+
# @!attribute [rw] total_amount
|
|
616
|
+
# Total estimated spend for this source before optimizations
|
|
617
|
+
# @return [String]
|
|
618
|
+
#
|
|
619
|
+
# @!attribute [rw] total_optimized_amount
|
|
620
|
+
# Total estimated spend after applying recommended optimizations
|
|
621
|
+
# @return [String]
|
|
622
|
+
#
|
|
623
|
+
# @!attribute [rw] total_potential_savings_amount
|
|
624
|
+
# Quantified savings achievable through implementing optimizations
|
|
625
|
+
# @return [String]
|
|
626
|
+
#
|
|
627
|
+
# @!attribute [rw] total_amount_by_category
|
|
628
|
+
# Spend amounts mapped to AWS programs and modernization pathways
|
|
629
|
+
# @return [Hash<String,String>]
|
|
630
|
+
#
|
|
631
|
+
# @!attribute [rw] aws_products
|
|
632
|
+
# Product-level details including costs and optimization
|
|
633
|
+
# recommendations
|
|
634
|
+
# @return [Array<Types::AwsProductDetails>]
|
|
635
|
+
#
|
|
636
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductInsights AWS API Documentation
|
|
637
|
+
#
|
|
638
|
+
class AwsProductInsights < Struct.new(
|
|
639
|
+
:currency_code,
|
|
640
|
+
:frequency,
|
|
641
|
+
:total_amount,
|
|
642
|
+
:total_optimized_amount,
|
|
643
|
+
:total_potential_savings_amount,
|
|
644
|
+
:total_amount_by_category,
|
|
645
|
+
:aws_products)
|
|
646
|
+
SENSITIVE = [:currency_code, :total_amount, :total_optimized_amount, :total_potential_savings_amount, :total_amount_by_category]
|
|
647
|
+
include Aws::Structure
|
|
648
|
+
end
|
|
649
|
+
|
|
650
|
+
# Details for a specific optimization recommendation
|
|
651
|
+
#
|
|
652
|
+
# @!attribute [rw] description
|
|
653
|
+
# Human-readable explanation of the optimization strategy
|
|
654
|
+
# @return [String]
|
|
655
|
+
#
|
|
656
|
+
# @!attribute [rw] savings_amount
|
|
657
|
+
# Quantified cost savings achievable by implementing this optimization
|
|
658
|
+
# @return [String]
|
|
659
|
+
#
|
|
660
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductOptimization AWS API Documentation
|
|
661
|
+
#
|
|
662
|
+
class AwsProductOptimization < Struct.new(
|
|
663
|
+
:description,
|
|
664
|
+
:savings_amount)
|
|
665
|
+
SENSITIVE = [:savings_amount]
|
|
666
|
+
include Aws::Structure
|
|
667
|
+
end
|
|
668
|
+
|
|
669
|
+
# Source-separated spend insights that provide independent analysis for
|
|
670
|
+
# AWS predictions and partner estimates
|
|
671
|
+
#
|
|
672
|
+
# @!attribute [rw] partner
|
|
673
|
+
# Partner-sourced insights derived from Pricing Calculator URLs
|
|
674
|
+
# including detailed service costs and optimizations
|
|
675
|
+
# @return [Types::AwsProductInsights]
|
|
676
|
+
#
|
|
677
|
+
# @!attribute [rw] aws
|
|
678
|
+
# AI-generated insights including recommended products from AWS
|
|
679
|
+
# @return [Types::AwsProductInsights]
|
|
680
|
+
#
|
|
681
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductsSpendInsightsBySource AWS API Documentation
|
|
682
|
+
#
|
|
683
|
+
class AwsProductsSpendInsightsBySource < Struct.new(
|
|
684
|
+
:partner,
|
|
685
|
+
:aws)
|
|
686
|
+
SENSITIVE = []
|
|
687
|
+
include Aws::Structure
|
|
688
|
+
end
|
|
689
|
+
|
|
547
690
|
# Indicates the level of AWS involvement in the opportunity. This field
|
|
548
691
|
# helps track AWS participation throughout the engagement, such as
|
|
549
692
|
# providing technical support, deal assistance, and sales support.
|
|
@@ -1826,7 +1969,7 @@ module Aws::PartnerCentralSelling
|
|
|
1826
1969
|
:frequency,
|
|
1827
1970
|
:target_company,
|
|
1828
1971
|
:estimation_url)
|
|
1829
|
-
SENSITIVE = [:amount, :currency_code
|
|
1972
|
+
SENSITIVE = [:amount, :currency_code]
|
|
1830
1973
|
include Aws::Structure
|
|
1831
1974
|
end
|
|
1832
1975
|
|
data/sig/client.rbs
CHANGED
|
@@ -286,7 +286,7 @@ module Aws
|
|
|
286
286
|
target_completion_date: ::String,
|
|
287
287
|
expected_customer_spend: Array[
|
|
288
288
|
{
|
|
289
|
-
amount: ::String
|
|
289
|
+
amount: ::String?,
|
|
290
290
|
currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL"),
|
|
291
291
|
frequency: ("Monthly"),
|
|
292
292
|
target_company: ::String,
|
|
@@ -359,7 +359,7 @@ module Aws
|
|
|
359
359
|
delivery_models: Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]?,
|
|
360
360
|
expected_customer_spend: Array[
|
|
361
361
|
{
|
|
362
|
-
amount: ::String
|
|
362
|
+
amount: ::String?,
|
|
363
363
|
currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL"),
|
|
364
364
|
frequency: ("Monthly"),
|
|
365
365
|
target_company: ::String,
|
|
@@ -1124,7 +1124,7 @@ module Aws
|
|
|
1124
1124
|
delivery_models: Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]?,
|
|
1125
1125
|
expected_customer_spend: Array[
|
|
1126
1126
|
{
|
|
1127
|
-
amount: ::String
|
|
1127
|
+
amount: ::String?,
|
|
1128
1128
|
currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL"),
|
|
1129
1129
|
frequency: ("Monthly"),
|
|
1130
1130
|
target_company: ::String,
|
data/sig/types.rbs
CHANGED
|
@@ -95,6 +95,7 @@ module Aws::PartnerCentralSelling
|
|
|
95
95
|
class AwsOpportunityInsights
|
|
96
96
|
attr_accessor next_best_actions: ::String
|
|
97
97
|
attr_accessor engagement_score: ("High" | "Medium" | "Low")
|
|
98
|
+
attr_accessor aws_products_spend_insights_by_source: Types::AwsProductsSpendInsightsBySource
|
|
98
99
|
SENSITIVE: []
|
|
99
100
|
end
|
|
100
101
|
|
|
@@ -118,6 +119,40 @@ module Aws::PartnerCentralSelling
|
|
|
118
119
|
SENSITIVE: []
|
|
119
120
|
end
|
|
120
121
|
|
|
122
|
+
class AwsProductDetails
|
|
123
|
+
attr_accessor product_code: ::String
|
|
124
|
+
attr_accessor service_code: ::String
|
|
125
|
+
attr_accessor categories: ::Array[::String]
|
|
126
|
+
attr_accessor amount: ::String
|
|
127
|
+
attr_accessor optimized_amount: ::String
|
|
128
|
+
attr_accessor potential_savings_amount: ::String
|
|
129
|
+
attr_accessor optimizations: ::Array[Types::AwsProductOptimization]
|
|
130
|
+
SENSITIVE: [:amount, :optimized_amount, :potential_savings_amount]
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class AwsProductInsights
|
|
134
|
+
attr_accessor currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL")
|
|
135
|
+
attr_accessor frequency: ("Monthly")
|
|
136
|
+
attr_accessor total_amount: ::String
|
|
137
|
+
attr_accessor total_optimized_amount: ::String
|
|
138
|
+
attr_accessor total_potential_savings_amount: ::String
|
|
139
|
+
attr_accessor total_amount_by_category: ::Hash[::String, ::String]
|
|
140
|
+
attr_accessor aws_products: ::Array[Types::AwsProductDetails]
|
|
141
|
+
SENSITIVE: [:currency_code, :total_amount, :total_optimized_amount, :total_potential_savings_amount]
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
class AwsProductOptimization
|
|
145
|
+
attr_accessor description: ::String
|
|
146
|
+
attr_accessor savings_amount: ::String
|
|
147
|
+
SENSITIVE: [:savings_amount]
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
class AwsProductsSpendInsightsBySource
|
|
151
|
+
attr_accessor partner: Types::AwsProductInsights
|
|
152
|
+
attr_accessor aws: Types::AwsProductInsights
|
|
153
|
+
SENSITIVE: []
|
|
154
|
+
end
|
|
155
|
+
|
|
121
156
|
class AwsSubmission
|
|
122
157
|
attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
|
|
123
158
|
attr_accessor visibility: ("Full" | "Limited")
|
|
@@ -382,7 +417,7 @@ module Aws::PartnerCentralSelling
|
|
|
382
417
|
attr_accessor frequency: ("Monthly")
|
|
383
418
|
attr_accessor target_company: ::String
|
|
384
419
|
attr_accessor estimation_url: ::String
|
|
385
|
-
SENSITIVE: [:amount, :currency_code
|
|
420
|
+
SENSITIVE: [:amount, :currency_code]
|
|
386
421
|
end
|
|
387
422
|
|
|
388
423
|
class GetAwsOpportunitySummaryRequest
|