Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 10, 2023
1 parent 6653524 commit 3d52e68
Show file tree
Hide file tree
Showing 7 changed files with 938 additions and 156 deletions.
364 changes: 309 additions & 55 deletions codegen/sdk-codegen/aws-models/controltower.json

Large diffs are not rendered by default.

394 changes: 356 additions & 38 deletions codegen/sdk-codegen/aws-models/cost-and-usage-report-service.json

Large diffs are not rendered by default.

162 changes: 152 additions & 10 deletions codegen/sdk-codegen/aws-models/ec2.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions codegen/sdk-codegen/aws-models/fms.json

Large diffs are not rendered by default.

58 changes: 36 additions & 22 deletions codegen/sdk-codegen/aws-models/marketplace-entitlement-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -137,7 +136,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -150,7 +150,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -164,7 +163,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -187,7 +185,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -222,7 +219,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -233,14 +229,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -254,14 +252,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -270,11 +266,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -285,14 +281,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -306,7 +304,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -326,7 +323,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -337,14 +333,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand Down Expand Up @@ -380,9 +378,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down Expand Up @@ -857,7 +857,12 @@
}
],
"traits": {
"smithy.api#documentation": "<p>GetEntitlements retrieves entitlement values for a given product. The results can be\n filtered based on customer identifier or product dimensions.</p>"
"smithy.api#documentation": "<p>GetEntitlements retrieves entitlement values for a given product. The results can be\n filtered based on customer identifier or product dimensions.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "MaxResults"
}
}
},
"com.amazonaws.marketplaceentitlementservice#GetEntitlementsRequest": {
Expand All @@ -883,7 +888,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.marketplaceentitlementservice#Integer",
"target": "com.amazonaws.marketplaceentitlementservice#PageSizeInteger",
"traits": {
"smithy.api#documentation": "<p>The maximum number of items to retrieve from the GetEntitlements operation. For\n pagination, use the NextToken field in subsequent calls to GetEntitlements.</p>"
}
Expand Down Expand Up @@ -948,6 +953,15 @@
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.marketplaceentitlementservice#PageSizeInteger": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 25
}
}
},
"com.amazonaws.marketplaceentitlementservice#ProductCode": {
"type": "string",
"traits": {
Expand Down
Loading

0 comments on commit 3d52e68

Please sign in to comment.