Skip to content

Commit 2026f0d

Browse files
Update to latest models
1 parent f04a94f commit 2026f0d

6 files changed

Lines changed: 223 additions & 90 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``billing``",
4+
"description": "Cost Categories filtering support to BillingView data filter expressions through the new costCategories parameter, enabling users to filter billing views by AWS Cost Categories for more granular cost management and allocation."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``iot-managed-integrations``",
4+
"description": "This release introduces WiFi Simple Setup (WSS) enabling device provisioning via barcode scanning with automated network discovery, authentication, and credential provisioning. Additionally, it introduces 2P Device Capability Rediscovery for updating hub-managed device capabilities post-onboarding."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``sagemaker``",
4+
"description": "Added ultraServerType to the UltraServerInfo structure to support server type identification for SageMaker HyperPod"
5+
}

awscli/botocore/data/billing/2023-09-07/service-2.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
},
346346
"dataFilterExpression":{
347347
"shape":"Expression",
348-
"documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>"
348+
"documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>"
349349
},
350350
"createdAt":{
351351
"shape":"Timestamp",
@@ -523,6 +523,30 @@
523523
"documentation":"<p> The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>",
524524
"exception":true
525525
},
526+
"CostCategoryName":{
527+
"type":"string",
528+
"max":50,
529+
"min":1,
530+
"pattern":"(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )"
531+
},
532+
"CostCategoryValues":{
533+
"type":"structure",
534+
"required":[
535+
"key",
536+
"values"
537+
],
538+
"members":{
539+
"key":{
540+
"shape":"CostCategoryName",
541+
"documentation":"<p> The unique name of the Cost Category. </p>"
542+
},
543+
"values":{
544+
"shape":"Values",
545+
"documentation":"<p> The specific value of the Cost Category. </p>"
546+
}
547+
},
548+
"documentation":"<p> The Cost Categories values used for filtering the costs. </p>"
549+
},
526550
"CreateBillingViewRequest":{
527551
"type":"structure",
528552
"required":[
@@ -544,7 +568,7 @@
544568
},
545569
"dataFilterExpression":{
546570
"shape":"Expression",
547-
"documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>"
571+
"documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>"
548572
},
549573
"clientToken":{
550574
"shape":"ClientToken",
@@ -660,12 +684,16 @@
660684
"shape":"TagValues",
661685
"documentation":"<p> The specific <code>Tag</code> to use for <code>Expression</code>. </p>"
662686
},
687+
"costCategories":{
688+
"shape":"CostCategoryValues",
689+
"documentation":"<p> The filter that's based on <code>CostCategory</code> values. </p>"
690+
},
663691
"timeRange":{
664692
"shape":"TimeRange",
665693
"documentation":"<p> Specifies a time range filter for the billing view data. </p>"
666694
}
667695
},
668-
"documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>"
696+
"documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>"
669697
},
670698
"FieldName":{
671699
"type":"string",
@@ -1093,7 +1121,7 @@
10931121
},
10941122
"dataFilterExpression":{
10951123
"shape":"Expression",
1096-
"documentation":"<p>See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>"
1124+
"documentation":"<p>See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>"
10971125
}
10981126
}
10991127
},

0 commit comments

Comments
 (0)