Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Dec 4, 2023
1 parent 1d3e952 commit d1eed81
Show file tree
Hide file tree
Showing 34 changed files with 540 additions and 94 deletions.
37 changes: 37 additions & 0 deletions .changes/3.293.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "MediaLive",
"description": "Adds support for custom color correction on channels using 3D LUT files."
},
{
"type": "api-change",
"category": "Braket",
"description": "This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations."
},
{
"type": "enhancement",
"category": "AppRegistry",
"description": "Documentation-only updates for Dawn"
},
{
"type": "api-change",
"category": "BillingConductor",
"description": "This release adds the ability to specify a linked account of the billing group for the custom line item resource."
},
{
"type": "api-change",
"category": "Cloud9",
"description": "This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call."
},
{
"type": "api-change",
"category": "CloudFormation",
"description": "Including UPDATE_* states as a success status for CreateStack waiter."
},
{
"type": "api-change",
"category": "finspace",
"description": "Release General Purpose type clusters"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\MediaLive` - Adds support for custom color correction on channels using 3D LUT files.
* `Aws\Braket` - This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations.
* `Aws\AppRegistry` - Documentation-only updates for Dawn
* `Aws\BillingConductor` - This release adds the ability to specify a linked account of the billing group for the custom line item resource.
* `Aws\Cloud9` - This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.
* `Aws\CloudFormation` - Including UPDATE_* states as a success status for CreateStack waiter.
* `Aws\finspace` - Release General Purpose type clusters

## 3.293.2 - 2023-12-01

* `Aws\RecycleBin` - Added resource identifier in the output and updated error handling.
Expand Down
15 changes: 10 additions & 5 deletions src/data/billingconductor/2021-07-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,8 @@
"BillingGroupArn":{"shape":"BillingGroupArn"},
"BillingPeriodRange":{"shape":"CustomLineItemBillingPeriodRange"},
"Tags":{"shape":"TagMap"},
"ChargeDetails":{"shape":"CustomLineItemChargeDetails"}
"ChargeDetails":{"shape":"CustomLineItemChargeDetails"},
"AccountId":{"shape":"AccountId"}
}
},
"CreateCustomLineItemOutput":{
Expand Down Expand Up @@ -1088,7 +1089,8 @@
"BillingGroupArn":{"shape":"BillingGroupArn"},
"CreationTime":{"shape":"Instant"},
"LastModifiedTime":{"shape":"Instant"},
"AssociationSize":{"shape":"NumberOfAssociations"}
"AssociationSize":{"shape":"NumberOfAssociations"},
"AccountId":{"shape":"AccountId"}
}
},
"CustomLineItemName":{
Expand Down Expand Up @@ -1156,7 +1158,8 @@
"StartBillingPeriod":{"shape":"BillingPeriod"},
"EndBillingPeriod":{"shape":"BillingPeriod"},
"Arn":{"shape":"CustomLineItemArn"},
"StartTime":{"shape":"Instant"}
"StartTime":{"shape":"Instant"},
"AccountId":{"shape":"AccountId"}
}
},
"DeleteBillingGroupInput":{
Expand Down Expand Up @@ -1448,7 +1451,8 @@
"members":{
"Names":{"shape":"CustomLineItemNameList"},
"BillingGroups":{"shape":"BillingGroupArnList"},
"Arns":{"shape":"CustomLineItemArns"}
"Arns":{"shape":"CustomLineItemArns"},
"AccountIds":{"shape":"AccountIdList"}
}
},
"ListCustomLineItemsInput":{
Expand Down Expand Up @@ -2159,7 +2163,8 @@
"INVALID_SKU_COMBO",
"INVALID_FILTER",
"TOO_MANY_AUTO_ASSOCIATE_BILLING_GROUPS",
"CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP"
"CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP",
"ILLEGAL_ACCOUNT_ID"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/billingconductor/2021-07-30/api-2.json.php

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/data/billingconductor/2021-07-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"AccountIdList$member": null,
"BillingGroupListElement$PrimaryAccountId": "<p>The account ID that serves as the main account in a billing group.</p>",
"CreateBillingGroupInput$PrimaryAccountId": "<p> The account ID that serves as the main account in a billing group. </p>",
"CreateCustomLineItemInput$AccountId": "<p>The Amazon Web Services account in which this custom line item will be applied to.</p>",
"CustomLineItemListElement$AccountId": "<p>The Amazon Web Services account in which this custom line item will be applied to.</p>",
"CustomLineItemVersionListElement$AccountId": "<p>The Amazon Web Services account in which this custom line item will be applied to.</p>",
"ListAccountAssociationsFilter$AccountId": "<p>The Amazon Web Services account ID to filter on.</p>",
"UpdateBillingGroupOutput$PrimaryAccountId": "<p> The account ID that serves as the main account in a billing group. </p>"
}
Expand All @@ -93,7 +96,8 @@
"refs": {
"AccountGrouping$LinkedAccountIds": "<p>The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.</p>",
"AssociateAccountsInput$AccountIds": "<p> The associating array of account IDs. </p>",
"DisassociateAccountsInput$AccountIds": "<p>The array of account IDs to disassociate. </p>"
"DisassociateAccountsInput$AccountIds": "<p>The array of account IDs to disassociate. </p>",
"ListCustomLineItemsFilter$AccountIds": "<p>The Amazon Web Services accounts in which this custom line item will be applied to.</p>"
}
},
"AccountName": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/billingconductor/2021-07-30/docs-2.json.php

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions src/data/billingconductor/2021-07-30/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -184,7 +182,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -219,7 +216,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -230,14 +226,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 @@ -251,14 +249,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -267,11 +263,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -282,14 +278,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -303,7 +301,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -323,7 +320,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -334,14 +330,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -352,9 +350,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
Loading

0 comments on commit d1eed81

Please sign in to comment.