Skip to content

Commit ab31958

Browse files
Release v1.44.181 (2023-01-17) (#4692)
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
1 parent d56fdbd commit ab31958

File tree

19 files changed

+1037
-201
lines changed

19 files changed

+1037
-201
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.181 (2023-01-17)
2+
===
3+
4+
### Service Client Updates
5+
* `service/billingconductor`: Updates service API and documentation
6+
* `service/cloud9`: Updates service API
7+
* Added minimum value to AutomaticStopTimeMinutes parameter.
8+
* `service/imagebuilder`: Updates service API and documentation
9+
* `service/network-firewall`: Updates service API and documentation
10+
111
Release v1.44.180 (2023-01-13)
212
===
313

aws/endpoints/defaults.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.180"
8+
const SDKVersion = "1.44.181"

models/apis/billingconductor/2021-07-30/api-2.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,9 @@
959959
"Service":{"shape":"Service"},
960960
"Tags":{"shape":"TagMap"},
961961
"BillingEntity":{"shape":"BillingEntity"},
962-
"Tiering":{"shape":"CreateTieringInput"}
962+
"Tiering":{"shape":"CreateTieringInput"},
963+
"UsageType":{"shape":"UsageType"},
964+
"Operation":{"shape":"Operation"}
963965
}
964966
},
965967
"CreatePricingRuleOutput":{
@@ -1586,6 +1588,12 @@
15861588
"type":"long",
15871589
"min":0
15881590
},
1591+
"Operation":{
1592+
"type":"string",
1593+
"max":256,
1594+
"min":1,
1595+
"pattern":"\\S+"
1596+
},
15891597
"PricingPlanArn":{
15901598
"type":"string",
15911599
"pattern":"(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/)?[a-zA-Z0-9]{10}"
@@ -1963,7 +1971,9 @@
19631971
"AssociatedPricingPlanCount":{"shape":"NumberOfPricingPlansAssociatedWith"},
19641972
"LastModifiedTime":{"shape":"Instant"},
19651973
"BillingEntity":{"shape":"BillingEntity"},
1966-
"Tiering":{"shape":"UpdateTieringInput"}
1974+
"Tiering":{"shape":"UpdateTieringInput"},
1975+
"UsageType":{"shape":"UsageType"},
1976+
"Operation":{"shape":"Operation"}
19671977
}
19681978
},
19691979
"UpdateTieringInput":{
@@ -1973,6 +1983,12 @@
19731983
"FreeTier":{"shape":"UpdateFreeTierConfig"}
19741984
}
19751985
},
1986+
"UsageType":{
1987+
"type":"string",
1988+
"max":256,
1989+
"min":1,
1990+
"pattern":"\\S+"
1991+
},
19761992
"ValidationException":{
19771993
"type":"structure",
19781994
"required":["Message"],

models/apis/billingconductor/2021-07-30/docs-2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,13 @@
939939
"UpdatePricingRuleOutput$AssociatedPricingPlanCount": "<p> The pricing plans count that this pricing rule is associated with. </p>"
940940
}
941941
},
942+
"Operation": {
943+
"base": null,
944+
"refs": {
945+
"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>",
946+
"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>"
947+
}
948+
},
942949
"PricingPlanArn": {
943950
"base": null,
944951
"refs": {
@@ -1106,7 +1113,7 @@
11061113
"Service": {
11071114
"base": null,
11081115
"refs": {
1109-
"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>",
1116+
"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>",
11101117
"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>",
11111118
"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>"
11121119
}
@@ -1304,6 +1311,13 @@
13041311
"UpdatePricingRuleOutput$Tiering": "<p> The set of tiering configurations for the pricing rule. </p>"
13051312
}
13061313
},
1314+
"UsageType": {
1315+
"base": null,
1316+
"refs": {
1317+
"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>",
1318+
"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>"
1319+
}
1320+
},
13071321
"ValidationException": {
13081322
"base": "<p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>",
13091323
"refs": {

models/apis/billingconductor/2021-07-30/endpoint-rule-set-1.json

Lines changed: 27 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",
@@ -196,15 +187,7 @@
196187
"conditions": [],
197188
"endpoint": {
198189
"url": "https://billingconductor-fips.{Region}.api.aws",
199-
"properties": {
200-
"authSchemes": [
201-
{
202-
"name": "sigv4",
203-
"signingRegion": "us-east-1",
204-
"signingName": "billingconductor"
205-
}
206-
]
207-
},
190+
"properties": {},
208191
"headers": {}
209192
},
210193
"type": "endpoint"
@@ -256,15 +239,7 @@
256239
"conditions": [],
257240
"endpoint": {
258241
"url": "https://billingconductor-fips.{Region}.amazonaws.com",
259-
"properties": {
260-
"authSchemes": [
261-
{
262-
"name": "sigv4",
263-
"signingRegion": "us-east-1",
264-
"signingName": "billingconductor"
265-
}
266-
]
267-
},
242+
"properties": {},
268243
"headers": {}
269244
},
270245
"type": "endpoint"
@@ -316,15 +291,7 @@
316291
"conditions": [],
317292
"endpoint": {
318293
"url": "https://billingconductor.{Region}.api.aws",
319-
"properties": {
320-
"authSchemes": [
321-
{
322-
"name": "sigv4",
323-
"signingRegion": "us-east-1",
324-
"signingName": "billingconductor"
325-
}
326-
]
327-
},
294+
"properties": {},
328295
"headers": {}
329296
},
330297
"type": "endpoint"
@@ -417,12 +384,18 @@
417384
"rules": [
418385
{
419386
"conditions": [],
420-
"endpoint": {
421-
"url": "https://billingconductor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
422-
"properties": {},
423-
"headers": {}
424-
},
425-
"type": "endpoint"
387+
"type": "tree",
388+
"rules": [
389+
{
390+
"conditions": [],
391+
"endpoint": {
392+
"url": "https://billingconductor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
393+
"properties": {},
394+
"headers": {}
395+
},
396+
"type": "endpoint"
397+
}
398+
]
426399
}
427400
]
428401
},
@@ -527,12 +500,18 @@
527500
"rules": [
528501
{
529502
"conditions": [],
530-
"endpoint": {
531-
"url": "https://billingconductor.{Region}.{PartitionResult#dualStackDnsSuffix}",
532-
"properties": {},
533-
"headers": {}
534-
},
535-
"type": "endpoint"
503+
"type": "tree",
504+
"rules": [
505+
{
506+
"conditions": [],
507+
"endpoint": {
508+
"url": "https://billingconductor.{Region}.{PartitionResult#dualStackDnsSuffix}",
509+
"properties": {},
510+
"headers": {}
511+
},
512+
"type": "endpoint"
513+
}
514+
]
536515
}
537516
]
538517
},

0 commit comments

Comments
 (0)