Skip to content

Commit 954fb17

Browse files
author
Ed Paulosky
authored
chore: bump models (#931)
1 parent a322891 commit 954fb17

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+24654
-5396
lines changed

codegen/sdk-codegen/aws-models/application-auto-scaling.2016-02-06.json

Lines changed: 364 additions & 99 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/athena.2017-05-18.json

Lines changed: 52 additions & 40 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/batch.2016-08-10.json

Lines changed: 545 additions & 400 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/billingconductor.2021-07-30.json

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,18 @@
10451045
"smithy.api#pattern": "^[0-9]{12}$"
10461046
}
10471047
},
1048+
"com.amazonaws.billingconductor#AccountIdFilterList": {
1049+
"type": "list",
1050+
"member": {
1051+
"target": "com.amazonaws.billingconductor#AccountId"
1052+
},
1053+
"traits": {
1054+
"smithy.api#length": {
1055+
"min": 1,
1056+
"max": 30
1057+
}
1058+
}
1059+
},
10481060
"com.amazonaws.billingconductor#AccountIdList": {
10491061
"type": "list",
10501062
"member": {
@@ -1679,6 +1691,18 @@
16791691
]
16801692
}
16811693
},
1694+
"com.amazonaws.billingconductor#BillingGroupStatusList": {
1695+
"type": "list",
1696+
"member": {
1697+
"target": "com.amazonaws.billingconductor#BillingGroupStatus"
1698+
},
1699+
"traits": {
1700+
"smithy.api#length": {
1701+
"min": 1,
1702+
"max": 2
1703+
}
1704+
}
1705+
},
16821706
"com.amazonaws.billingconductor#BillingGroupStatusReason": {
16831707
"type": "string"
16841708
},
@@ -2700,6 +2724,19 @@
27002724
"traits": {
27012725
"smithy.api#documentation": "<p>The end billing period of the custom line item version.</p>"
27022726
}
2727+
},
2728+
"Arn": {
2729+
"target": "com.amazonaws.billingconductor#CustomLineItemArn",
2730+
"traits": {
2731+
"smithy.api#documentation": "<p>\n A list of custom line item Amazon Resource Names (ARNs) to retrieve information.\n </p>"
2732+
}
2733+
},
2734+
"StartTime": {
2735+
"target": "com.amazonaws.billingconductor#Instant",
2736+
"traits": {
2737+
"smithy.api#default": 0,
2738+
"smithy.api#documentation": "<p>\n The inclusive start time.\n </p>"
2739+
}
27032740
}
27042741
},
27052742
"traits": {
@@ -3199,6 +3236,12 @@
31993236
"traits": {
32003237
"smithy.api#documentation": "<p>\n The Amazon Web Services account ID to filter on.\n </p>"
32013238
}
3239+
},
3240+
"AccountIds": {
3241+
"target": "com.amazonaws.billingconductor#AccountIdFilterList",
3242+
"traits": {
3243+
"smithy.api#documentation": "<p>\n The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.\n </p>"
3244+
}
32023245
}
32033246
},
32043247
"traits": {
@@ -3401,6 +3444,12 @@
34013444
"traits": {
34023445
"smithy.api#documentation": "<p>The pricing plan Amazon Resource Names (ARNs) to retrieve information. </p>"
34033446
}
3447+
},
3448+
"Statuses": {
3449+
"target": "com.amazonaws.billingconductor#BillingGroupStatusList",
3450+
"traits": {
3451+
"smithy.api#documentation": "<p>\n A list of billing groups to retrieve their current status for a specific time range\n </p>"
3452+
}
34043453
}
34053454
},
34063455
"traits": {
@@ -4788,6 +4837,18 @@
47884837
"traits": {
47894838
"smithy.api#documentation": "<p>\n The set of tiering configurations for the pricing rule.\n </p>"
47904839
}
4840+
},
4841+
"UsageType": {
4842+
"target": "com.amazonaws.billingconductor#UsageType",
4843+
"traits": {
4844+
"smithy.api#documentation": "<p>\n Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>\n <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. \n \n </p>"
4845+
}
4846+
},
4847+
"Operation": {
4848+
"target": "com.amazonaws.billingconductor#Operation",
4849+
"traits": {
4850+
"smithy.api#documentation": "<p>\n Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>\n <p>\n 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>"
4851+
}
47914852
}
47924853
},
47934854
"traits": {
@@ -4820,6 +4881,10 @@
48204881
{
48214882
"value": "BILLING_ENTITY",
48224883
"name": "BILLING_ENTITY"
4884+
},
4885+
{
4886+
"value": "SKU",
4887+
"name": "SKU"
48234888
}
48244889
]
48254890
}
@@ -6087,9 +6152,25 @@
60876152
{
60886153
"value": "ILLEGAL_TIERING_INPUT",
60896154
"name": "ILLEGAL_TIERING_INPUT"
6155+
},
6156+
{
6157+
"value": "ILLEGAL_OPERATION",
6158+
"name": "ILLEGAL_OPERATION"
6159+
},
6160+
{
6161+
"value": "ILLEGAL_USAGE_TYPE",
6162+
"name": "ILLEGAL_USAGE_TYPE"
6163+
},
6164+
{
6165+
"value": "INVALID_SKU_COMBO",
6166+
"name": "INVALID_SKU_COMBO"
6167+
},
6168+
{
6169+
"value": "INVALID_FILTER",
6170+
"name": "INVALID_FILTER"
60906171
}
60916172
]
60926173
}
60936174
}
60946175
}
6095-
}
6176+
}

0 commit comments

Comments
 (0)