Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Nov 15, 2024
1 parent 6456873 commit 6f9512b
Show file tree
Hide file tree
Showing 18 changed files with 647 additions and 1,126 deletions.
21 changes: 11 additions & 10 deletions apis/partnercentral-selling/2022-07-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,8 @@
"ZAR",
"ZMW",
"ZWL"
]
],
"sensitive":true
},
"Customer":{
"type":"structure",
Expand Down Expand Up @@ -1372,16 +1373,12 @@
"TargetCompany"
],
"members":{
"Amount":{"shape":"ExpectedCustomerSpendAmountString"},
"Amount":{"shape":"String"},
"CurrencyCode":{"shape":"ExpectedCustomerSpendCurrencyCodeEnum"},
"Frequency":{"shape":"PaymentFrequency"},
"TargetCompany":{"shape":"ExpectedCustomerSpendTargetCompanyString"}
}
},
"ExpectedCustomerSpendAmountString":{
"type":"string",
"pattern":"^(0|([1-9][0-9]{0,30}))(\\.[0-9]{0,2})?$"
},
"ExpectedCustomerSpendCurrencyCodeEnum":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1554,7 +1551,8 @@
"ZMW",
"ZWL"
],
"pattern":"^USD$"
"pattern":"^USD$",
"sensitive":true
},
"ExpectedCustomerSpendList":{
"type":"list",
Expand Down Expand Up @@ -2188,7 +2186,8 @@
"EngagementInvitationConflict",
"InternalError",
"OpportunityValidationFailed",
"OpportunityConflict"
"OpportunityConflict",
"ResourceSnapshotAccessDenied"
]
},
"Receiver":{
Expand Down Expand Up @@ -2435,7 +2434,8 @@
},
"StartEngagementByAcceptingInvitationTaskRequestClientTokenString":{
"type":"string",
"min":1
"min":1,
"pattern":"^[!-~]{1,64}$"
},
"StartEngagementByAcceptingInvitationTaskResponse":{
"type":"structure",
Expand Down Expand Up @@ -2470,7 +2470,8 @@
},
"StartEngagementFromOpportunityTaskRequestClientTokenString":{
"type":"string",
"min":1
"min":1,
"pattern":"^[!-~]{1,64}$"
},
"StartEngagementFromOpportunityTaskResponse":{
"type":"structure",
Expand Down
173 changes: 84 additions & 89 deletions apis/partnercentral-selling/2022-07-26/docs-2.json

Large diffs are not rendered by default.

263 changes: 25 additions & 238 deletions apis/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6f9512b

Please sign in to comment.