Skip to content

Commit

Permalink
Release v1.44.181 (2023-01-17) (#4692)
Browse files Browse the repository at this point in the history
Release v1.44.181 (2023-01-17)
===

### Service Client Updates
* `service/billingconductor`: Updates service API and documentation
* `service/cloud9`: Updates service API
  * Added minimum value to AutomaticStopTimeMinutes parameter.
* `service/imagebuilder`: Updates service API and documentation
* `service/network-firewall`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 17, 2023
1 parent d56fdbd commit ab31958
Show file tree
Hide file tree
Showing 19 changed files with 1,037 additions and 201 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.181 (2023-01-17)
===

### Service Client Updates
* `service/billingconductor`: Updates service API and documentation
* `service/cloud9`: Updates service API
* Added minimum value to AutomaticStopTimeMinutes parameter.
* `service/imagebuilder`: Updates service API and documentation
* `service/network-firewall`: Updates service API and documentation

Release v1.44.180 (2023-01-13)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.180"
const SDKVersion = "1.44.181"
20 changes: 18 additions & 2 deletions models/apis/billingconductor/2021-07-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,9 @@
"Service":{"shape":"Service"},
"Tags":{"shape":"TagMap"},
"BillingEntity":{"shape":"BillingEntity"},
"Tiering":{"shape":"CreateTieringInput"}
"Tiering":{"shape":"CreateTieringInput"},
"UsageType":{"shape":"UsageType"},
"Operation":{"shape":"Operation"}
}
},
"CreatePricingRuleOutput":{
Expand Down Expand Up @@ -1586,6 +1588,12 @@
"type":"long",
"min":0
},
"Operation":{
"type":"string",
"max":256,
"min":1,
"pattern":"\\S+"
},
"PricingPlanArn":{
"type":"string",
"pattern":"(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/)?[a-zA-Z0-9]{10}"
Expand Down Expand Up @@ -1963,7 +1971,9 @@
"AssociatedPricingPlanCount":{"shape":"NumberOfPricingPlansAssociatedWith"},
"LastModifiedTime":{"shape":"Instant"},
"BillingEntity":{"shape":"BillingEntity"},
"Tiering":{"shape":"UpdateTieringInput"}
"Tiering":{"shape":"UpdateTieringInput"},
"UsageType":{"shape":"UsageType"},
"Operation":{"shape":"Operation"}
}
},
"UpdateTieringInput":{
Expand All @@ -1973,6 +1983,12 @@
"FreeTier":{"shape":"UpdateFreeTierConfig"}
}
},
"UsageType":{
"type":"string",
"max":256,
"min":1,
"pattern":"\\S+"
},
"ValidationException":{
"type":"structure",
"required":["Message"],
Expand Down
16 changes: 15 additions & 1 deletion models/apis/billingconductor/2021-07-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,13 @@
"UpdatePricingRuleOutput$AssociatedPricingPlanCount": "<p> The pricing plans count that this pricing rule is associated with. </p>"
}
},
"Operation": {
"base": null,
"refs": {
"CreatePricingRuleInput$Operation": "<p> Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>",
"UpdatePricingRuleOutput$Operation": "<p>Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>"
}
},
"PricingPlanArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1106,7 +1113,7 @@
"Service": {
"base": null,
"refs": {
"CreatePricingRuleInput$Service": "<p> If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>",
"CreatePricingRuleInput$Service": "<p> If the <code>Scope</code> attribute is set to <code>SERVICE</code> or <code>SKU</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>",
"PricingRuleListElement$Service": "<p> If the <code>Scope</code> attribute is <code>SERVICE</code>, this attribute indicates which service the <code>PricingRule</code> is applicable for. </p>",
"UpdatePricingRuleOutput$Service": "<p> If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>"
}
Expand Down Expand Up @@ -1304,6 +1311,13 @@
"UpdatePricingRuleOutput$Tiering": "<p> The set of tiering configurations for the pricing rule. </p>"
}
},
"UsageType": {
"base": null,
"refs": {
"CreatePricingRuleInput$UsageType": "<p> Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. <pre><code>&lt;/p&gt; </code></pre>",
"UpdatePricingRuleOutput$UsageType": "<p>Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an <code>M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. </p>"
}
},
"ValidationException": {
"base": "<p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>",
"refs": {
Expand Down
75 changes: 27 additions & 48 deletions models/apis/billingconductor/2021-07-30/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down Expand Up @@ -196,15 +187,7 @@
"conditions": [],
"endpoint": {
"url": "https://billingconductor-fips.{Region}.api.aws",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "us-east-1",
"signingName": "billingconductor"
}
]
},
"properties": {},
"headers": {}
},
"type": "endpoint"
Expand Down Expand Up @@ -256,15 +239,7 @@
"conditions": [],
"endpoint": {
"url": "https://billingconductor-fips.{Region}.amazonaws.com",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "us-east-1",
"signingName": "billingconductor"
}
]
},
"properties": {},
"headers": {}
},
"type": "endpoint"
Expand Down Expand Up @@ -316,15 +291,7 @@
"conditions": [],
"endpoint": {
"url": "https://billingconductor.{Region}.api.aws",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "us-east-1",
"signingName": "billingconductor"
}
]
},
"properties": {},
"headers": {}
},
"type": "endpoint"
Expand Down Expand Up @@ -417,12 +384,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://billingconductor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://billingconductor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand Down Expand Up @@ -527,12 +500,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://billingconductor.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://billingconductor.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand Down
Loading

0 comments on commit ab31958

Please sign in to comment.