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 16, 2022
1 parent 0b04fed commit 00c5ca0
Show file tree
Hide file tree
Showing 15 changed files with 11,002 additions and 2,501 deletions.
486 changes: 269 additions & 217 deletions codegen/sdk-codegen/aws-models/batch.json

Large diffs are not rendered by default.

54 changes: 45 additions & 9 deletions codegen/sdk-codegen/aws-models/billingconductor.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,18 +669,18 @@
"authSchemes": [
{
"name": "sigv4",
"signingName": "billingconductor",
"signingRegion": "us-east-1"
"signingRegion": "us-east-1",
"signingName": "billingconductor"
}
]
},
"url": "https://billingconductor.us-east-1.amazonaws.com"
}
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-global"
"Region": "aws-global",
"UseDualStack": false
}
},
{
Expand All @@ -691,9 +691,9 @@
}
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -703,9 +703,9 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"UseDualStack": false,
"UseFIPS": true,
"Region": "us-east-1",
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -715,9 +715,9 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"UseDualStack": true,
"UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": true,
"Endpoint": "https://example.com"
}
}
Expand Down Expand Up @@ -1218,6 +1218,12 @@
}
}
},
"com.amazonaws.billingconductor#BillingEntity": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[a-zA-Z0-9 ]+$"
}
},
"com.amazonaws.billingconductor#BillingGroup": {
"type": "resource",
"identifiers": {
Expand Down Expand Up @@ -1949,6 +1955,12 @@
"traits": {
"smithy.api#documentation": "<p>\n A map that contains tag keys and tag values that are attached to a pricing rule.\n </p>"
}
},
"BillingEntity": {
"target": "com.amazonaws.billingconductor#BillingEntity",
"traits": {
"smithy.api#documentation": "<p>\n The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.\n </p>"
}
}
}
},
Expand Down Expand Up @@ -4458,6 +4470,12 @@
"smithy.api#default": 0,
"smithy.api#documentation": "<p> The most recent time when the pricing rule was modified. </p>"
}
},
"BillingEntity": {
"target": "com.amazonaws.billingconductor#BillingEntity",
"traits": {
"smithy.api#documentation": "<p>\n The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.\n </p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4486,6 +4504,10 @@
{
"value": "SERVICE",
"name": "SERVICE"
},
{
"value": "BILLING_ENTITY",
"name": "BILLING_ENTITY"
}
]
}
Expand Down Expand Up @@ -5387,6 +5409,12 @@
"smithy.api#default": 0,
"smithy.api#documentation": "<p>\n The most recent time the pricing rule was modified.\n </p>"
}
},
"BillingEntity": {
"target": "com.amazonaws.billingconductor#BillingEntity",
"traits": {
"smithy.api#documentation": "<p>\n The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.\n </p>"
}
}
}
},
Expand Down Expand Up @@ -5634,13 +5662,21 @@
"value": "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS",
"name": "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS"
},
{
"value": "INVALID_BILLING_GROUP",
"name": "INVALID_BILLING_GROUP"
},
{
"value": "INVALID_BILLING_PERIOD_FOR_OPERATION",
"name": "INVALID_BILLING_PERIOD_FOR_OPERATION"
},
{
"value": "INVALID_BILLING_GROUP",
"name": "INVALID_BILLING_GROUP"
"value": "ILLEGAL_BILLING_ENTITY",
"name": "ILLEGAL_BILLING_ENTITY"
},
{
"value": "ILLEGAL_MODIFIER_PERCENTAGE",
"name": "ILLEGAL_MODIFIER_PERCENTAGE"
}
]
}
Expand Down
8 changes: 7 additions & 1 deletion codegen/sdk-codegen/aws-models/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4277,7 +4277,7 @@
"AccountFilterType": {
"target": "com.amazonaws.cloudformation#AccountFilterType",
"traits": {
"smithy.api#documentation": "<p>Limit deployment targets to individual accounts or include additional accounts with\n provided OUs.</p>\n \n <p>The following is a list of possible values for the <code>AccountFilterType</code>\n operation.</p>\n <ul>\n <li>\n <p>\n <code>INTERSECTION</code>: StackSets deploys to the accounts specified in\n <code>Accounts</code> parameter. </p>\n </li>\n <li>\n <p>\n <code>DIFFERENCE</code>: StackSets excludes the accounts specified in\n <code>Accounts</code> parameter. This enables user to avoid certain accounts within an OU\n such as suspended accounts.</p>\n </li>\n <li>\n <p>\n <code>UNION</code>: StackSets includes additional accounts deployment targets. </p>\n <p>This is the default value if <code>AccountFilterType</code> is not provided. This\n enables user to update an entire OU and individual accounts from a different OU in one\n request, which used to be two separate requests.</p>\n </li>\n <li>\n <p>\n <code>NONE</code>: Deploys to all the accounts in specified organizational units\n (OU).</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>Limit deployment targets to individual accounts or include additional accounts with\n provided OUs.</p>\n <p>The following is a list of possible values for the <code>AccountFilterType</code>\n operation.</p>\n <ul>\n <li>\n <p>\n <code>INTERSECTION</code>: StackSets deploys to the accounts specified in\n <code>Accounts</code> parameter. </p>\n </li>\n <li>\n <p>\n <code>DIFFERENCE</code>: StackSets excludes the accounts specified in\n <code>Accounts</code> parameter. This enables user to avoid certain accounts within an OU\n such as suspended accounts.</p>\n </li>\n <li>\n <p>\n <code>UNION</code>: StackSets includes additional accounts deployment targets. </p>\n <p>This is the default value if <code>AccountFilterType</code> is not provided. This\n enables user to update an entire OU and individual accounts from a different OU in one\n request, which used to be two separate requests.</p>\n </li>\n <li>\n <p>\n <code>NONE</code>: Deploys to all the accounts in specified organizational units\n (OU).</p>\n </li>\n </ul>"
}
}
},
Expand Down Expand Up @@ -6745,6 +6745,12 @@
"traits": {
"smithy.api#enumValue": "Unknown"
}
},
"UnsupportedTarget": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UnsupportedTarget"
}
}
}
},
Expand Down
Loading

0 comments on commit 00c5ca0

Please sign in to comment.