aws-sdk-partnercentralselling 1.20.0 → 1.22.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 +11 -5
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +47 -7
- data/lib/aws-sdk-partnercentralselling/client_api.rb +52 -2
- data/lib/aws-sdk-partnercentralselling/types.rb +161 -4
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +7 -5
- data/sig/types.rbs +38 -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: d47525323135dcd4d654b99e5a78279f6a3aa7fa4174b04c729cbe32ce2b89a4
|
|
4
|
+
data.tar.gz: ebdac83d66e79d02fe2e59f4e9b81dac9ae4b96452915e566a65f7040be3f601
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7583d44946f909ad907eefe8c82d5a5d4371914f7a0a49842b0b5ea86629efda592cce4ce48254c2174b81f12325977b5de54b684b6144b0c1cf5c5c35c3cfe
|
|
7
|
+
data.tar.gz: 70c2361d597c32850d884e81db909891d30d25d2d9d917bed73f4bf76302798c9d39b6606e10df168fad504b22e237e11d96789e0bd15d1ccfa0482000107e5b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.22.0 (2025-12-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed.
|
|
8
|
+
|
|
9
|
+
1.21.0 (2025-12-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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.
|
|
13
|
+
|
|
4
14
|
1.20.0 (2025-12-01)
|
|
5
15
|
------------------
|
|
6
16
|
|
|
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
|
|
17
|
+
* 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
18
|
|
|
13
19
|
1.19.0 (2025-11-21)
|
|
14
20
|
------------------
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.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",
|
|
@@ -1240,6 +1240,7 @@ module Aws::PartnerCentralSelling
|
|
|
1240
1240
|
# other_competitor_names: "ProjectOtherCompetitorNamesString",
|
|
1241
1241
|
# other_solution_description: "ProjectOtherSolutionDescriptionString",
|
|
1242
1242
|
# additional_comments: "ProjectAdditionalCommentsString",
|
|
1243
|
+
# aws_partition: "aws-eusc", # accepts aws-eusc
|
|
1243
1244
|
# },
|
|
1244
1245
|
# opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
|
|
1245
1246
|
# marketing: {
|
|
@@ -1618,6 +1619,42 @@ module Aws::PartnerCentralSelling
|
|
|
1618
1619
|
# resp.opportunity_team[0].business_title #=> String, one of "AWSSalesRep", "AWSAccountOwner", "WWPSPDM", "PDM", "PSM", "ISVSM"
|
|
1619
1620
|
# resp.insights.next_best_actions #=> String
|
|
1620
1621
|
# resp.insights.engagement_score #=> String, one of "High", "Medium", "Low"
|
|
1622
|
+
# 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"
|
|
1623
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.frequency #=> String, one of "Monthly"
|
|
1624
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_amount #=> String
|
|
1625
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_optimized_amount #=> String
|
|
1626
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_potential_savings_amount #=> String
|
|
1627
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_amount_by_category #=> Hash
|
|
1628
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.total_amount_by_category["String"] #=> String
|
|
1629
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products #=> Array
|
|
1630
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].product_code #=> String
|
|
1631
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].service_code #=> String
|
|
1632
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].categories #=> Array
|
|
1633
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].categories[0] #=> String
|
|
1634
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].amount #=> String
|
|
1635
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimized_amount #=> String
|
|
1636
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].potential_savings_amount #=> String
|
|
1637
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations #=> Array
|
|
1638
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations[0].description #=> String
|
|
1639
|
+
# resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations[0].savings_amount #=> String
|
|
1640
|
+
# 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"
|
|
1641
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.frequency #=> String, one of "Monthly"
|
|
1642
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_amount #=> String
|
|
1643
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_optimized_amount #=> String
|
|
1644
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_potential_savings_amount #=> String
|
|
1645
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_amount_by_category #=> Hash
|
|
1646
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.total_amount_by_category["String"] #=> String
|
|
1647
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products #=> Array
|
|
1648
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].product_code #=> String
|
|
1649
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].service_code #=> String
|
|
1650
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].categories #=> Array
|
|
1651
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].categories[0] #=> String
|
|
1652
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].amount #=> String
|
|
1653
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimized_amount #=> String
|
|
1654
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].potential_savings_amount #=> String
|
|
1655
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations #=> Array
|
|
1656
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations[0].description #=> String
|
|
1657
|
+
# resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations[0].savings_amount #=> String
|
|
1621
1658
|
# resp.involvement_type_change_reason #=> String, one of "Expansion Opportunity", "Change in Deal Information", "Customer Requested", "Technical Complexity", "Risk Mitigation"
|
|
1622
1659
|
# resp.related_entity_ids.aws_products #=> Array
|
|
1623
1660
|
# resp.related_entity_ids.aws_products[0] #=> String
|
|
@@ -1635,6 +1672,7 @@ module Aws::PartnerCentralSelling
|
|
|
1635
1672
|
# resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
|
|
1636
1673
|
# resp.project.expected_customer_spend[0].target_company #=> String
|
|
1637
1674
|
# resp.project.expected_customer_spend[0].estimation_url #=> String
|
|
1675
|
+
# resp.project.aws_partition #=> String, one of "aws-eusc"
|
|
1638
1676
|
# resp.catalog #=> String
|
|
1639
1677
|
#
|
|
1640
1678
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetAwsOpportunitySummary AWS API Documentation
|
|
@@ -1922,6 +1960,7 @@ module Aws::PartnerCentralSelling
|
|
|
1922
1960
|
# resp.project.other_competitor_names #=> String
|
|
1923
1961
|
# resp.project.other_solution_description #=> String
|
|
1924
1962
|
# resp.project.additional_comments #=> String
|
|
1963
|
+
# resp.project.aws_partition #=> String, one of "aws-eusc"
|
|
1925
1964
|
# resp.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
|
|
1926
1965
|
# resp.marketing.campaign_name #=> String
|
|
1927
1966
|
# resp.marketing.source #=> String, one of "Marketing Activity", "None"
|
|
@@ -3983,11 +4022,11 @@ module Aws::PartnerCentralSelling
|
|
|
3983
4022
|
# delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
|
|
3984
4023
|
# expected_customer_spend: [
|
|
3985
4024
|
# {
|
|
3986
|
-
# amount: "Amount",
|
|
4025
|
+
# amount: "Amount",
|
|
3987
4026
|
# 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
4027
|
# frequency: "Monthly", # required, accepts Monthly
|
|
3989
4028
|
# target_company: "ExpectedCustomerSpendTargetCompanyString", # required
|
|
3990
|
-
# estimation_url: "
|
|
4029
|
+
# estimation_url: "EstimationUrl",
|
|
3991
4030
|
# },
|
|
3992
4031
|
# ],
|
|
3993
4032
|
# title: "ProjectTitleString",
|
|
@@ -4000,6 +4039,7 @@ module Aws::PartnerCentralSelling
|
|
|
4000
4039
|
# other_competitor_names: "ProjectOtherCompetitorNamesString",
|
|
4001
4040
|
# other_solution_description: "ProjectOtherSolutionDescriptionString",
|
|
4002
4041
|
# additional_comments: "ProjectAdditionalCommentsString",
|
|
4042
|
+
# aws_partition: "aws-eusc", # accepts aws-eusc
|
|
4003
4043
|
# },
|
|
4004
4044
|
# opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
|
|
4005
4045
|
# marketing: {
|
|
@@ -4069,7 +4109,7 @@ module Aws::PartnerCentralSelling
|
|
|
4069
4109
|
tracer: tracer
|
|
4070
4110
|
)
|
|
4071
4111
|
context[:gem_name] = 'aws-sdk-partnercentralselling'
|
|
4072
|
-
context[:gem_version] = '1.
|
|
4112
|
+
context[:gem_version] = '1.22.0'
|
|
4073
4113
|
Seahorse::Client::Request.new(handlers, context)
|
|
4074
4114
|
end
|
|
4075
4115
|
|
|
@@ -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,17 @@ 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
|
+
AwsPartition = Shapes::StringShape.new(name: 'AwsPartition')
|
|
66
|
+
AwsProductDetails = Shapes::StructureShape.new(name: 'AwsProductDetails')
|
|
67
|
+
AwsProductDetailsCategoriesList = Shapes::ListShape.new(name: 'AwsProductDetailsCategoriesList')
|
|
64
68
|
AwsProductIdentifier = Shapes::StringShape.new(name: 'AwsProductIdentifier')
|
|
65
69
|
AwsProductIdentifiers = Shapes::ListShape.new(name: 'AwsProductIdentifiers')
|
|
70
|
+
AwsProductInsights = Shapes::StructureShape.new(name: 'AwsProductInsights')
|
|
71
|
+
AwsProductInsightsCurrencyCodeEnum = Shapes::StringShape.new(name: 'AwsProductInsightsCurrencyCodeEnum')
|
|
72
|
+
AwsProductOptimization = Shapes::StructureShape.new(name: 'AwsProductOptimization')
|
|
73
|
+
AwsProductOptimizationsList = Shapes::ListShape.new(name: 'AwsProductOptimizationsList')
|
|
74
|
+
AwsProductsList = Shapes::ListShape.new(name: 'AwsProductsList')
|
|
75
|
+
AwsProductsSpendInsightsBySource = Shapes::StructureShape.new(name: 'AwsProductsSpendInsightsBySource')
|
|
66
76
|
AwsSubmission = Shapes::StructureShape.new(name: 'AwsSubmission')
|
|
67
77
|
AwsTeamMember = Shapes::StructureShape.new(name: 'AwsTeamMember')
|
|
68
78
|
AwsTeamMemberFirstNameString = Shapes::StringShape.new(name: 'AwsTeamMemberFirstNameString')
|
|
@@ -149,6 +159,7 @@ module Aws::PartnerCentralSelling
|
|
|
149
159
|
EngagementSummaryList = Shapes::ListShape.new(name: 'EngagementSummaryList')
|
|
150
160
|
EngagementTitle = Shapes::StringShape.new(name: 'EngagementTitle')
|
|
151
161
|
EngagementUseCase = Shapes::StringShape.new(name: 'EngagementUseCase')
|
|
162
|
+
EstimationUrl = Shapes::StringShape.new(name: 'EstimationUrl')
|
|
152
163
|
ExpectedCustomerSpend = Shapes::StructureShape.new(name: 'ExpectedCustomerSpend')
|
|
153
164
|
ExpectedCustomerSpendCurrencyCodeEnum = Shapes::StringShape.new(name: 'ExpectedCustomerSpendCurrencyCodeEnum')
|
|
154
165
|
ExpectedCustomerSpendList = Shapes::ListShape.new(name: 'ExpectedCustomerSpendList')
|
|
@@ -251,6 +262,7 @@ module Aws::PartnerCentralSelling
|
|
|
251
262
|
MarketingSource = Shapes::StringShape.new(name: 'MarketingSource')
|
|
252
263
|
MemberCompanyName = Shapes::StringShape.new(name: 'MemberCompanyName')
|
|
253
264
|
MemberPageSize = Shapes::IntegerShape.new(name: 'MemberPageSize')
|
|
265
|
+
MonetaryAmount = Shapes::StringShape.new(name: 'MonetaryAmount')
|
|
254
266
|
MonetaryValue = Shapes::StructureShape.new(name: 'MonetaryValue')
|
|
255
267
|
MonetaryValueAmountString = Shapes::StringShape.new(name: 'MonetaryValueAmountString')
|
|
256
268
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
@@ -422,6 +434,9 @@ module Aws::PartnerCentralSelling
|
|
|
422
434
|
AddressSummary.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
|
423
435
|
AddressSummary.struct_class = Types::AddressSummary
|
|
424
436
|
|
|
437
|
+
AmountMap.key = Shapes::ShapeRef.new(shape: String)
|
|
438
|
+
AmountMap.value = Shapes::ShapeRef.new(shape: MonetaryAmount)
|
|
439
|
+
|
|
425
440
|
ApnPrograms.member = Shapes::ShapeRef.new(shape: String)
|
|
426
441
|
|
|
427
442
|
AssignOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
@@ -455,6 +470,7 @@ module Aws::PartnerCentralSelling
|
|
|
455
470
|
|
|
456
471
|
AwsOpportunityInsights.add_member(:next_best_actions, Shapes::ShapeRef.new(shape: String, location_name: "NextBestActions"))
|
|
457
472
|
AwsOpportunityInsights.add_member(:engagement_score, Shapes::ShapeRef.new(shape: EngagementScore, location_name: "EngagementScore"))
|
|
473
|
+
AwsOpportunityInsights.add_member(:aws_products_spend_insights_by_source, Shapes::ShapeRef.new(shape: AwsProductsSpendInsightsBySource, location_name: "AwsProductsSpendInsightsBySource"))
|
|
458
474
|
AwsOpportunityInsights.struct_class = Types::AwsOpportunityInsights
|
|
459
475
|
|
|
460
476
|
AwsOpportunityLifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
|
@@ -467,6 +483,7 @@ module Aws::PartnerCentralSelling
|
|
|
467
483
|
AwsOpportunityLifeCycleNextStepsHistoryList.member = Shapes::ShapeRef.new(shape: ProfileNextStepsHistory)
|
|
468
484
|
|
|
469
485
|
AwsOpportunityProject.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
|
486
|
+
AwsOpportunityProject.add_member(:aws_partition, Shapes::ShapeRef.new(shape: AwsPartition, location_name: "AwsPartition"))
|
|
470
487
|
AwsOpportunityProject.struct_class = Types::AwsOpportunityProject
|
|
471
488
|
|
|
472
489
|
AwsOpportunityRelatedEntities.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
|
@@ -475,8 +492,40 @@ module Aws::PartnerCentralSelling
|
|
|
475
492
|
|
|
476
493
|
AwsOpportunityTeamMembersList.member = Shapes::ShapeRef.new(shape: AwsTeamMember)
|
|
477
494
|
|
|
495
|
+
AwsProductDetails.add_member(:product_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductCode"))
|
|
496
|
+
AwsProductDetails.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
|
|
497
|
+
AwsProductDetails.add_member(:categories, Shapes::ShapeRef.new(shape: AwsProductDetailsCategoriesList, required: true, location_name: "Categories"))
|
|
498
|
+
AwsProductDetails.add_member(:amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "Amount"))
|
|
499
|
+
AwsProductDetails.add_member(:optimized_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "OptimizedAmount"))
|
|
500
|
+
AwsProductDetails.add_member(:potential_savings_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "PotentialSavingsAmount"))
|
|
501
|
+
AwsProductDetails.add_member(:optimizations, Shapes::ShapeRef.new(shape: AwsProductOptimizationsList, required: true, location_name: "Optimizations"))
|
|
502
|
+
AwsProductDetails.struct_class = Types::AwsProductDetails
|
|
503
|
+
|
|
504
|
+
AwsProductDetailsCategoriesList.member = Shapes::ShapeRef.new(shape: String)
|
|
505
|
+
|
|
478
506
|
AwsProductIdentifiers.member = Shapes::ShapeRef.new(shape: AwsProductIdentifier)
|
|
479
507
|
|
|
508
|
+
AwsProductInsights.add_member(:currency_code, Shapes::ShapeRef.new(shape: AwsProductInsightsCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
|
|
509
|
+
AwsProductInsights.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
|
|
510
|
+
AwsProductInsights.add_member(:total_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalAmount"))
|
|
511
|
+
AwsProductInsights.add_member(:total_optimized_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalOptimizedAmount"))
|
|
512
|
+
AwsProductInsights.add_member(:total_potential_savings_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "TotalPotentialSavingsAmount"))
|
|
513
|
+
AwsProductInsights.add_member(:total_amount_by_category, Shapes::ShapeRef.new(shape: AmountMap, required: true, location_name: "TotalAmountByCategory"))
|
|
514
|
+
AwsProductInsights.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductsList, required: true, location_name: "AwsProducts"))
|
|
515
|
+
AwsProductInsights.struct_class = Types::AwsProductInsights
|
|
516
|
+
|
|
517
|
+
AwsProductOptimization.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
|
518
|
+
AwsProductOptimization.add_member(:savings_amount, Shapes::ShapeRef.new(shape: MonetaryAmount, required: true, location_name: "SavingsAmount"))
|
|
519
|
+
AwsProductOptimization.struct_class = Types::AwsProductOptimization
|
|
520
|
+
|
|
521
|
+
AwsProductOptimizationsList.member = Shapes::ShapeRef.new(shape: AwsProductOptimization)
|
|
522
|
+
|
|
523
|
+
AwsProductsList.member = Shapes::ShapeRef.new(shape: AwsProductDetails)
|
|
524
|
+
|
|
525
|
+
AwsProductsSpendInsightsBySource.add_member(:partner, Shapes::ShapeRef.new(shape: AwsProductInsights, location_name: "Partner"))
|
|
526
|
+
AwsProductsSpendInsightsBySource.add_member(:aws, Shapes::ShapeRef.new(shape: AwsProductInsights, location_name: "AWS"))
|
|
527
|
+
AwsProductsSpendInsightsBySource.struct_class = Types::AwsProductsSpendInsightsBySource
|
|
528
|
+
|
|
480
529
|
AwsSubmission.add_member(:involvement_type, Shapes::ShapeRef.new(shape: SalesInvolvementType, required: true, location_name: "InvolvementType"))
|
|
481
530
|
AwsSubmission.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
482
531
|
AwsSubmission.struct_class = Types::AwsSubmission
|
|
@@ -697,11 +746,11 @@ module Aws::PartnerCentralSelling
|
|
|
697
746
|
|
|
698
747
|
EngagementSummaryList.member = Shapes::ShapeRef.new(shape: EngagementSummary)
|
|
699
748
|
|
|
700
|
-
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount,
|
|
749
|
+
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount, location_name: "Amount"))
|
|
701
750
|
ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
|
|
702
751
|
ExpectedCustomerSpend.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
|
|
703
752
|
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:
|
|
753
|
+
ExpectedCustomerSpend.add_member(:estimation_url, Shapes::ShapeRef.new(shape: EstimationUrl, location_name: "EstimationUrl"))
|
|
705
754
|
ExpectedCustomerSpend.struct_class = Types::ExpectedCustomerSpend
|
|
706
755
|
|
|
707
756
|
ExpectedCustomerSpendList.member = Shapes::ShapeRef.new(shape: ExpectedCustomerSpend)
|
|
@@ -1219,6 +1268,7 @@ module Aws::PartnerCentralSelling
|
|
|
1219
1268
|
Project.add_member(:other_competitor_names, Shapes::ShapeRef.new(shape: ProjectOtherCompetitorNamesString, location_name: "OtherCompetitorNames"))
|
|
1220
1269
|
Project.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
|
|
1221
1270
|
Project.add_member(:additional_comments, Shapes::ShapeRef.new(shape: ProjectAdditionalCommentsString, location_name: "AdditionalComments"))
|
|
1271
|
+
Project.add_member(:aws_partition, Shapes::ShapeRef.new(shape: AwsPartition, location_name: "AwsPartition"))
|
|
1222
1272
|
Project.struct_class = Types::Project
|
|
1223
1273
|
|
|
1224
1274
|
ProjectDetails.add_member(:business_problem, Shapes::ShapeRef.new(shape: EngagementCustomerBusinessProblem, required: true, location_name: "BusinessProblem"))
|
|
@@ -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
|
|
@@ -511,10 +517,17 @@ module Aws::PartnerCentralSelling
|
|
|
511
517
|
# [1]: https://calculator.aws/#/
|
|
512
518
|
# @return [Array<Types::ExpectedCustomerSpend>]
|
|
513
519
|
#
|
|
520
|
+
# @!attribute [rw] aws_partition
|
|
521
|
+
# AWS partition where the opportunity will be deployed. Possible
|
|
522
|
+
# values: 'aws-eusc' for AWS European Sovereign Cloud, `null` for
|
|
523
|
+
# all other partitions
|
|
524
|
+
# @return [String]
|
|
525
|
+
#
|
|
514
526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsOpportunityProject AWS API Documentation
|
|
515
527
|
#
|
|
516
528
|
class AwsOpportunityProject < Struct.new(
|
|
517
|
-
:expected_customer_spend
|
|
529
|
+
:expected_customer_spend,
|
|
530
|
+
:aws_partition)
|
|
518
531
|
SENSITIVE = []
|
|
519
532
|
include Aws::Structure
|
|
520
533
|
end
|
|
@@ -544,6 +557,143 @@ module Aws::PartnerCentralSelling
|
|
|
544
557
|
include Aws::Structure
|
|
545
558
|
end
|
|
546
559
|
|
|
560
|
+
# AWS services with program eligibility indicators (MAP, modernization
|
|
561
|
+
# pathways), cost estimates, and optimization recommendations.
|
|
562
|
+
#
|
|
563
|
+
# @!attribute [rw] product_code
|
|
564
|
+
# AWS Partner Central product identifier used for opportunity
|
|
565
|
+
# association
|
|
566
|
+
# @return [String]
|
|
567
|
+
#
|
|
568
|
+
# @!attribute [rw] service_code
|
|
569
|
+
# Pricing Calculator service code (links to original calculator URL)
|
|
570
|
+
# @return [String]
|
|
571
|
+
#
|
|
572
|
+
# @!attribute [rw] categories
|
|
573
|
+
# List of program and pathway categories this product is eligible for
|
|
574
|
+
# @return [Array<String>]
|
|
575
|
+
#
|
|
576
|
+
# @!attribute [rw] amount
|
|
577
|
+
# Baseline service cost before optimizations (may be null for
|
|
578
|
+
# AWS-sourced predictions)
|
|
579
|
+
# @return [String]
|
|
580
|
+
#
|
|
581
|
+
# @!attribute [rw] optimized_amount
|
|
582
|
+
# Service cost after applying optimizations (may be null for
|
|
583
|
+
# AWS-sourced predictions)
|
|
584
|
+
# @return [String]
|
|
585
|
+
#
|
|
586
|
+
# @!attribute [rw] potential_savings_amount
|
|
587
|
+
# Service-specific cost reduction through optimizations (may be null
|
|
588
|
+
# for AWS-sourced predictions)
|
|
589
|
+
# @return [String]
|
|
590
|
+
#
|
|
591
|
+
# @!attribute [rw] optimizations
|
|
592
|
+
# List of specific optimization recommendations for this product
|
|
593
|
+
# @return [Array<Types::AwsProductOptimization>]
|
|
594
|
+
#
|
|
595
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductDetails AWS API Documentation
|
|
596
|
+
#
|
|
597
|
+
class AwsProductDetails < Struct.new(
|
|
598
|
+
:product_code,
|
|
599
|
+
:service_code,
|
|
600
|
+
:categories,
|
|
601
|
+
:amount,
|
|
602
|
+
:optimized_amount,
|
|
603
|
+
:potential_savings_amount,
|
|
604
|
+
:optimizations)
|
|
605
|
+
SENSITIVE = [:amount, :optimized_amount, :potential_savings_amount]
|
|
606
|
+
include Aws::Structure
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
# Comprehensive spend analysis for a single source (AWS or Partner)
|
|
610
|
+
# including total amounts, optimization savings, program category
|
|
611
|
+
# breakdowns, and detailed product-level insights.
|
|
612
|
+
#
|
|
613
|
+
# @!attribute [rw] currency_code
|
|
614
|
+
# ISO 4217 currency code (e.g., "USD") ensuring consistent
|
|
615
|
+
# representation across calculations
|
|
616
|
+
# @return [String]
|
|
617
|
+
#
|
|
618
|
+
# @!attribute [rw] frequency
|
|
619
|
+
# Time period for spend amounts: "Monthly" or "Annually"
|
|
620
|
+
# @return [String]
|
|
621
|
+
#
|
|
622
|
+
# @!attribute [rw] total_amount
|
|
623
|
+
# Total estimated spend for this source before optimizations
|
|
624
|
+
# @return [String]
|
|
625
|
+
#
|
|
626
|
+
# @!attribute [rw] total_optimized_amount
|
|
627
|
+
# Total estimated spend after applying recommended optimizations
|
|
628
|
+
# @return [String]
|
|
629
|
+
#
|
|
630
|
+
# @!attribute [rw] total_potential_savings_amount
|
|
631
|
+
# Quantified savings achievable through implementing optimizations
|
|
632
|
+
# @return [String]
|
|
633
|
+
#
|
|
634
|
+
# @!attribute [rw] total_amount_by_category
|
|
635
|
+
# Spend amounts mapped to AWS programs and modernization pathways
|
|
636
|
+
# @return [Hash<String,String>]
|
|
637
|
+
#
|
|
638
|
+
# @!attribute [rw] aws_products
|
|
639
|
+
# Product-level details including costs and optimization
|
|
640
|
+
# recommendations
|
|
641
|
+
# @return [Array<Types::AwsProductDetails>]
|
|
642
|
+
#
|
|
643
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductInsights AWS API Documentation
|
|
644
|
+
#
|
|
645
|
+
class AwsProductInsights < Struct.new(
|
|
646
|
+
:currency_code,
|
|
647
|
+
:frequency,
|
|
648
|
+
:total_amount,
|
|
649
|
+
:total_optimized_amount,
|
|
650
|
+
:total_potential_savings_amount,
|
|
651
|
+
:total_amount_by_category,
|
|
652
|
+
:aws_products)
|
|
653
|
+
SENSITIVE = [:currency_code, :total_amount, :total_optimized_amount, :total_potential_savings_amount, :total_amount_by_category]
|
|
654
|
+
include Aws::Structure
|
|
655
|
+
end
|
|
656
|
+
|
|
657
|
+
# Details for a specific optimization recommendation
|
|
658
|
+
#
|
|
659
|
+
# @!attribute [rw] description
|
|
660
|
+
# Human-readable explanation of the optimization strategy
|
|
661
|
+
# @return [String]
|
|
662
|
+
#
|
|
663
|
+
# @!attribute [rw] savings_amount
|
|
664
|
+
# Quantified cost savings achievable by implementing this optimization
|
|
665
|
+
# @return [String]
|
|
666
|
+
#
|
|
667
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductOptimization AWS API Documentation
|
|
668
|
+
#
|
|
669
|
+
class AwsProductOptimization < Struct.new(
|
|
670
|
+
:description,
|
|
671
|
+
:savings_amount)
|
|
672
|
+
SENSITIVE = [:savings_amount]
|
|
673
|
+
include Aws::Structure
|
|
674
|
+
end
|
|
675
|
+
|
|
676
|
+
# Source-separated spend insights that provide independent analysis for
|
|
677
|
+
# AWS predictions and partner estimates
|
|
678
|
+
#
|
|
679
|
+
# @!attribute [rw] partner
|
|
680
|
+
# Partner-sourced insights derived from Pricing Calculator URLs
|
|
681
|
+
# including detailed service costs and optimizations
|
|
682
|
+
# @return [Types::AwsProductInsights]
|
|
683
|
+
#
|
|
684
|
+
# @!attribute [rw] aws
|
|
685
|
+
# AI-generated insights including recommended products from AWS
|
|
686
|
+
# @return [Types::AwsProductInsights]
|
|
687
|
+
#
|
|
688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsProductsSpendInsightsBySource AWS API Documentation
|
|
689
|
+
#
|
|
690
|
+
class AwsProductsSpendInsightsBySource < Struct.new(
|
|
691
|
+
:partner,
|
|
692
|
+
:aws)
|
|
693
|
+
SENSITIVE = []
|
|
694
|
+
include Aws::Structure
|
|
695
|
+
end
|
|
696
|
+
|
|
547
697
|
# Indicates the level of AWS involvement in the opportunity. This field
|
|
548
698
|
# helps track AWS participation throughout the engagement, such as
|
|
549
699
|
# providing technical support, deal assistance, and sales support.
|
|
@@ -1826,7 +1976,7 @@ module Aws::PartnerCentralSelling
|
|
|
1826
1976
|
:frequency,
|
|
1827
1977
|
:target_company,
|
|
1828
1978
|
:estimation_url)
|
|
1829
|
-
SENSITIVE = [:amount, :currency_code
|
|
1979
|
+
SENSITIVE = [:amount, :currency_code]
|
|
1830
1980
|
include Aws::Structure
|
|
1831
1981
|
end
|
|
1832
1982
|
|
|
@@ -5041,6 +5191,12 @@ module Aws::PartnerCentralSelling
|
|
|
5041
5191
|
# that weren't captured in other fields.
|
|
5042
5192
|
# @return [String]
|
|
5043
5193
|
#
|
|
5194
|
+
# @!attribute [rw] aws_partition
|
|
5195
|
+
# AWS partition where the opportunity will be deployed. Possible
|
|
5196
|
+
# values: 'aws-eusc' for AWS European Sovereign Cloud, `null` for
|
|
5197
|
+
# all other partitions
|
|
5198
|
+
# @return [String]
|
|
5199
|
+
#
|
|
5044
5200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/Project AWS API Documentation
|
|
5045
5201
|
#
|
|
5046
5202
|
class Project < Struct.new(
|
|
@@ -5055,7 +5211,8 @@ module Aws::PartnerCentralSelling
|
|
|
5055
5211
|
:competitor_name,
|
|
5056
5212
|
:other_competitor_names,
|
|
5057
5213
|
:other_solution_description,
|
|
5058
|
-
:additional_comments
|
|
5214
|
+
:additional_comments,
|
|
5215
|
+
:aws_partition)
|
|
5059
5216
|
SENSITIVE = [:title, :customer_business_problem, :other_solution_description]
|
|
5060
5217
|
include Aws::Structure
|
|
5061
5218
|
end
|
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,
|
|
@@ -375,7 +375,8 @@ module Aws
|
|
|
375
375
|
competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")?,
|
|
376
376
|
other_competitor_names: ::String?,
|
|
377
377
|
other_solution_description: ::String?,
|
|
378
|
-
additional_comments: ::String
|
|
378
|
+
additional_comments: ::String?,
|
|
379
|
+
aws_partition: ("aws-eusc")?
|
|
379
380
|
},
|
|
380
381
|
?opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion"),
|
|
381
382
|
?marketing: {
|
|
@@ -1124,7 +1125,7 @@ module Aws
|
|
|
1124
1125
|
delivery_models: Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]?,
|
|
1125
1126
|
expected_customer_spend: Array[
|
|
1126
1127
|
{
|
|
1127
|
-
amount: ::String
|
|
1128
|
+
amount: ::String?,
|
|
1128
1129
|
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
1130
|
frequency: ("Monthly"),
|
|
1130
1131
|
target_company: ::String,
|
|
@@ -1140,7 +1141,8 @@ module Aws
|
|
|
1140
1141
|
competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")?,
|
|
1141
1142
|
other_competitor_names: ::String?,
|
|
1142
1143
|
other_solution_description: ::String?,
|
|
1143
|
-
additional_comments: ::String
|
|
1144
|
+
additional_comments: ::String?,
|
|
1145
|
+
aws_partition: ("aws-eusc")?
|
|
1144
1146
|
},
|
|
1145
1147
|
?opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion"),
|
|
1146
1148
|
?marketing: {
|
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
|
|
|
@@ -109,6 +110,7 @@ module Aws::PartnerCentralSelling
|
|
|
109
110
|
|
|
110
111
|
class AwsOpportunityProject
|
|
111
112
|
attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
|
|
113
|
+
attr_accessor aws_partition: ("aws-eusc")
|
|
112
114
|
SENSITIVE: []
|
|
113
115
|
end
|
|
114
116
|
|
|
@@ -118,6 +120,40 @@ module Aws::PartnerCentralSelling
|
|
|
118
120
|
SENSITIVE: []
|
|
119
121
|
end
|
|
120
122
|
|
|
123
|
+
class AwsProductDetails
|
|
124
|
+
attr_accessor product_code: ::String
|
|
125
|
+
attr_accessor service_code: ::String
|
|
126
|
+
attr_accessor categories: ::Array[::String]
|
|
127
|
+
attr_accessor amount: ::String
|
|
128
|
+
attr_accessor optimized_amount: ::String
|
|
129
|
+
attr_accessor potential_savings_amount: ::String
|
|
130
|
+
attr_accessor optimizations: ::Array[Types::AwsProductOptimization]
|
|
131
|
+
SENSITIVE: [:amount, :optimized_amount, :potential_savings_amount]
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
class AwsProductInsights
|
|
135
|
+
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")
|
|
136
|
+
attr_accessor frequency: ("Monthly")
|
|
137
|
+
attr_accessor total_amount: ::String
|
|
138
|
+
attr_accessor total_optimized_amount: ::String
|
|
139
|
+
attr_accessor total_potential_savings_amount: ::String
|
|
140
|
+
attr_accessor total_amount_by_category: ::Hash[::String, ::String]
|
|
141
|
+
attr_accessor aws_products: ::Array[Types::AwsProductDetails]
|
|
142
|
+
SENSITIVE: [:currency_code, :total_amount, :total_optimized_amount, :total_potential_savings_amount]
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class AwsProductOptimization
|
|
146
|
+
attr_accessor description: ::String
|
|
147
|
+
attr_accessor savings_amount: ::String
|
|
148
|
+
SENSITIVE: [:savings_amount]
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class AwsProductsSpendInsightsBySource
|
|
152
|
+
attr_accessor partner: Types::AwsProductInsights
|
|
153
|
+
attr_accessor aws: Types::AwsProductInsights
|
|
154
|
+
SENSITIVE: []
|
|
155
|
+
end
|
|
156
|
+
|
|
121
157
|
class AwsSubmission
|
|
122
158
|
attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
|
|
123
159
|
attr_accessor visibility: ("Full" | "Limited")
|
|
@@ -382,7 +418,7 @@ module Aws::PartnerCentralSelling
|
|
|
382
418
|
attr_accessor frequency: ("Monthly")
|
|
383
419
|
attr_accessor target_company: ::String
|
|
384
420
|
attr_accessor estimation_url: ::String
|
|
385
|
-
SENSITIVE: [:amount, :currency_code
|
|
421
|
+
SENSITIVE: [:amount, :currency_code]
|
|
386
422
|
end
|
|
387
423
|
|
|
388
424
|
class GetAwsOpportunitySummaryRequest
|
|
@@ -999,6 +1035,7 @@ module Aws::PartnerCentralSelling
|
|
|
999
1035
|
attr_accessor other_competitor_names: ::String
|
|
1000
1036
|
attr_accessor other_solution_description: ::String
|
|
1001
1037
|
attr_accessor additional_comments: ::String
|
|
1038
|
+
attr_accessor aws_partition: ("aws-eusc")
|
|
1002
1039
|
SENSITIVE: [:title, :customer_business_problem, :other_solution_description]
|
|
1003
1040
|
end
|
|
1004
1041
|
|