aws-sdk-partnercentralselling 1.21.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +5 -1
- data/lib/aws-sdk-partnercentralselling/client_api.rb +3 -0
- data/lib/aws-sdk-partnercentralselling/types.rb +16 -2
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +2 -0
- 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,6 +1,11 @@
|
|
|
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
|
+
|
|
4
9
|
1.21.0 (2025-12-08)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
|
@@ -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: {
|
|
@@ -1671,6 +1672,7 @@ module Aws::PartnerCentralSelling
|
|
|
1671
1672
|
# resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
|
|
1672
1673
|
# resp.project.expected_customer_spend[0].target_company #=> String
|
|
1673
1674
|
# resp.project.expected_customer_spend[0].estimation_url #=> String
|
|
1675
|
+
# resp.project.aws_partition #=> String, one of "aws-eusc"
|
|
1674
1676
|
# resp.catalog #=> String
|
|
1675
1677
|
#
|
|
1676
1678
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetAwsOpportunitySummary AWS API Documentation
|
|
@@ -1958,6 +1960,7 @@ module Aws::PartnerCentralSelling
|
|
|
1958
1960
|
# resp.project.other_competitor_names #=> String
|
|
1959
1961
|
# resp.project.other_solution_description #=> String
|
|
1960
1962
|
# resp.project.additional_comments #=> String
|
|
1963
|
+
# resp.project.aws_partition #=> String, one of "aws-eusc"
|
|
1961
1964
|
# resp.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
|
|
1962
1965
|
# resp.marketing.campaign_name #=> String
|
|
1963
1966
|
# resp.marketing.source #=> String, one of "Marketing Activity", "None"
|
|
@@ -4036,6 +4039,7 @@ module Aws::PartnerCentralSelling
|
|
|
4036
4039
|
# other_competitor_names: "ProjectOtherCompetitorNamesString",
|
|
4037
4040
|
# other_solution_description: "ProjectOtherSolutionDescriptionString",
|
|
4038
4041
|
# additional_comments: "ProjectAdditionalCommentsString",
|
|
4042
|
+
# aws_partition: "aws-eusc", # accepts aws-eusc
|
|
4039
4043
|
# },
|
|
4040
4044
|
# opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
|
|
4041
4045
|
# marketing: {
|
|
@@ -4105,7 +4109,7 @@ module Aws::PartnerCentralSelling
|
|
|
4105
4109
|
tracer: tracer
|
|
4106
4110
|
)
|
|
4107
4111
|
context[:gem_name] = 'aws-sdk-partnercentralselling'
|
|
4108
|
-
context[:gem_version] = '1.
|
|
4112
|
+
context[:gem_version] = '1.22.0'
|
|
4109
4113
|
Seahorse::Client::Request.new(handlers, context)
|
|
4110
4114
|
end
|
|
4111
4115
|
|
|
@@ -62,6 +62,7 @@ module Aws::PartnerCentralSelling
|
|
|
62
62
|
AwsOpportunityRelatedEntities = Shapes::StructureShape.new(name: 'AwsOpportunityRelatedEntities')
|
|
63
63
|
AwsOpportunityStage = Shapes::StringShape.new(name: 'AwsOpportunityStage')
|
|
64
64
|
AwsOpportunityTeamMembersList = Shapes::ListShape.new(name: 'AwsOpportunityTeamMembersList')
|
|
65
|
+
AwsPartition = Shapes::StringShape.new(name: 'AwsPartition')
|
|
65
66
|
AwsProductDetails = Shapes::StructureShape.new(name: 'AwsProductDetails')
|
|
66
67
|
AwsProductDetailsCategoriesList = Shapes::ListShape.new(name: 'AwsProductDetailsCategoriesList')
|
|
67
68
|
AwsProductIdentifier = Shapes::StringShape.new(name: 'AwsProductIdentifier')
|
|
@@ -482,6 +483,7 @@ module Aws::PartnerCentralSelling
|
|
|
482
483
|
AwsOpportunityLifeCycleNextStepsHistoryList.member = Shapes::ShapeRef.new(shape: ProfileNextStepsHistory)
|
|
483
484
|
|
|
484
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"))
|
|
485
487
|
AwsOpportunityProject.struct_class = Types::AwsOpportunityProject
|
|
486
488
|
|
|
487
489
|
AwsOpportunityRelatedEntities.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
|
@@ -1266,6 +1268,7 @@ module Aws::PartnerCentralSelling
|
|
|
1266
1268
|
Project.add_member(:other_competitor_names, Shapes::ShapeRef.new(shape: ProjectOtherCompetitorNamesString, location_name: "OtherCompetitorNames"))
|
|
1267
1269
|
Project.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
|
|
1268
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"))
|
|
1269
1272
|
Project.struct_class = Types::Project
|
|
1270
1273
|
|
|
1271
1274
|
ProjectDetails.add_member(:business_problem, Shapes::ShapeRef.new(shape: EngagementCustomerBusinessProblem, required: true, location_name: "BusinessProblem"))
|
|
@@ -517,10 +517,17 @@ module Aws::PartnerCentralSelling
|
|
|
517
517
|
# [1]: https://calculator.aws/#/
|
|
518
518
|
# @return [Array<Types::ExpectedCustomerSpend>]
|
|
519
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
|
+
#
|
|
520
526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsOpportunityProject AWS API Documentation
|
|
521
527
|
#
|
|
522
528
|
class AwsOpportunityProject < Struct.new(
|
|
523
|
-
:expected_customer_spend
|
|
529
|
+
:expected_customer_spend,
|
|
530
|
+
:aws_partition)
|
|
524
531
|
SENSITIVE = []
|
|
525
532
|
include Aws::Structure
|
|
526
533
|
end
|
|
@@ -5184,6 +5191,12 @@ module Aws::PartnerCentralSelling
|
|
|
5184
5191
|
# that weren't captured in other fields.
|
|
5185
5192
|
# @return [String]
|
|
5186
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
|
+
#
|
|
5187
5200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/Project AWS API Documentation
|
|
5188
5201
|
#
|
|
5189
5202
|
class Project < Struct.new(
|
|
@@ -5198,7 +5211,8 @@ module Aws::PartnerCentralSelling
|
|
|
5198
5211
|
:competitor_name,
|
|
5199
5212
|
:other_competitor_names,
|
|
5200
5213
|
:other_solution_description,
|
|
5201
|
-
:additional_comments
|
|
5214
|
+
:additional_comments,
|
|
5215
|
+
:aws_partition)
|
|
5202
5216
|
SENSITIVE = [:title, :customer_business_problem, :other_solution_description]
|
|
5203
5217
|
include Aws::Structure
|
|
5204
5218
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -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: {
|
|
@@ -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
|
@@ -110,6 +110,7 @@ module Aws::PartnerCentralSelling
|
|
|
110
110
|
|
|
111
111
|
class AwsOpportunityProject
|
|
112
112
|
attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
|
|
113
|
+
attr_accessor aws_partition: ("aws-eusc")
|
|
113
114
|
SENSITIVE: []
|
|
114
115
|
end
|
|
115
116
|
|
|
@@ -1034,6 +1035,7 @@ module Aws::PartnerCentralSelling
|
|
|
1034
1035
|
attr_accessor other_competitor_names: ::String
|
|
1035
1036
|
attr_accessor other_solution_description: ::String
|
|
1036
1037
|
attr_accessor additional_comments: ::String
|
|
1038
|
+
attr_accessor aws_partition: ("aws-eusc")
|
|
1037
1039
|
SENSITIVE: [:title, :customer_business_problem, :other_solution_description]
|
|
1038
1040
|
end
|
|
1039
1041
|
|