Skip to content

Commit ce537c9

Browse files
Update models for release
1 parent ba4a7ac commit ce537c9

12 files changed

+191
-509
lines changed

.changes/3.327.1

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "PartnerCentralSelling",
5+
"description": "Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations."
6+
}
7+
]

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\PartnerCentralSelling` - Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.
6+
37
## 3.327.0 - 2024-11-14
48

59
* `Aws\AccessAnalyzer` - Expand analyzer configuration capabilities for unused access analyzers. Unused access analyzer configurations now support the ability to exclude accounts and resource tags from analysis providing more granular control over the scope of analysis.

src/data/endpoints.json

+1
Original file line numberDiff line numberDiff line change
@@ -12057,6 +12057,7 @@
1205712057
"ap-southeast-2" : { },
1205812058
"ap-southeast-3" : { },
1205912059
"ap-southeast-4" : { },
12060+
"ap-southeast-5" : { },
1206012061
"ca-central-1" : { },
1206112062
"ca-west-1" : { },
1206212063
"eu-central-1" : { },

src/data/endpoints.json.php

+1-1
Large diffs are not rendered by default.

src/data/partnercentral-selling/2022-07-26/api-2.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,8 @@
12081208
"ZAR",
12091209
"ZMW",
12101210
"ZWL"
1211-
]
1211+
],
1212+
"sensitive":true
12121213
},
12131214
"Customer":{
12141215
"type":"structure",
@@ -1372,16 +1373,12 @@
13721373
"TargetCompany"
13731374
],
13741375
"members":{
1375-
"Amount":{"shape":"ExpectedCustomerSpendAmountString"},
1376+
"Amount":{"shape":"String"},
13761377
"CurrencyCode":{"shape":"ExpectedCustomerSpendCurrencyCodeEnum"},
13771378
"Frequency":{"shape":"PaymentFrequency"},
13781379
"TargetCompany":{"shape":"ExpectedCustomerSpendTargetCompanyString"}
13791380
}
13801381
},
1381-
"ExpectedCustomerSpendAmountString":{
1382-
"type":"string",
1383-
"pattern":"^(0|([1-9][0-9]{0,30}))(\\.[0-9]{0,2})?$"
1384-
},
13851382
"ExpectedCustomerSpendCurrencyCodeEnum":{
13861383
"type":"string",
13871384
"enum":[
@@ -1554,7 +1551,8 @@
15541551
"ZMW",
15551552
"ZWL"
15561553
],
1557-
"pattern":"^USD$"
1554+
"pattern":"^USD$",
1555+
"sensitive":true
15581556
},
15591557
"ExpectedCustomerSpendList":{
15601558
"type":"list",
@@ -2188,7 +2186,8 @@
21882186
"EngagementInvitationConflict",
21892187
"InternalError",
21902188
"OpportunityValidationFailed",
2191-
"OpportunityConflict"
2189+
"OpportunityConflict",
2190+
"ResourceSnapshotAccessDenied"
21922191
]
21932192
},
21942193
"Receiver":{
@@ -2435,7 +2434,8 @@
24352434
},
24362435
"StartEngagementByAcceptingInvitationTaskRequestClientTokenString":{
24372436
"type":"string",
2438-
"min":1
2437+
"min":1,
2438+
"pattern":"^[!-~]{1,64}$"
24392439
},
24402440
"StartEngagementByAcceptingInvitationTaskResponse":{
24412441
"type":"structure",
@@ -2470,7 +2470,8 @@
24702470
},
24712471
"StartEngagementFromOpportunityTaskRequestClientTokenString":{
24722472
"type":"string",
2473-
"min":1
2473+
"min":1,
2474+
"pattern":"^[!-~]{1,64}$"
24742475
},
24752476
"StartEngagementFromOpportunityTaskResponse":{
24762477
"type":"structure",

src/data/partnercentral-selling/2022-07-26/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/partnercentral-selling/2022-07-26/docs-2.json

+84-89
Large diffs are not rendered by default.

src/data/partnercentral-selling/2022-07-26/docs-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json

+25-238
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
// This file was auto-generated from sdk-root/src/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json
3-
return [ 'version' => '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], true, ], ], ], 'rules' => [ [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://partnercentral-selling-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://partnercentral-selling.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], 'type' => 'tree', ], ],];
3+
return [ 'version' => '1.0', 'parameters' => [ 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'endpoint' => [ 'url' => 'https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], 'type' => 'tree', ], ],];

0 commit comments

Comments
 (0)