Skip to content

Commit 002e43a

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 3eb0043 commit 002e43a

File tree

19 files changed

+532
-119
lines changed

19 files changed

+532
-119
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Budgets - Updated the API, and documentation for AWS Budgets.
5+
6+
* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::Kafka - Updated the API, and documentation for Managed Streaming for Kafka.
9+
10+
* Feature - Aws::Kendra - Updated the API, and documentation for AWSKendraFrontendService.
11+
12+
* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.
13+
14+
* Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations.
15+
16+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
17+
18+
* Feature - Aws::TranscribeService - Updated the API, and documentation for Amazon Transcribe Service.
19+
420
2.11.585 (2020-09-14)
521
------------------
622

aws-sdk-core/apis/budgets/2016-10-20/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
},
652652
"NotificationThreshold":{
653653
"type":"double",
654-
"max":1000000000,
654+
"max":40000000000,
655655
"min":0
656656
},
657657
"NotificationType":{
@@ -675,7 +675,7 @@
675675
"NotificationWithSubscribersList":{
676676
"type":"list",
677677
"member":{"shape":"NotificationWithSubscribers"},
678-
"max":5
678+
"max":10
679679
},
680680
"Notifications":{
681681
"type":"list",

aws-sdk-core/apis/budgets/2016-10-20/docs-2.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"Budget": {
46-
"base": "<p>Represents the output of the <code>CreateBudget</code> operation. The content consists of the detailed metadata and data file information, and the current status of the <code>budget</code> object.</p> <p>This is the ARN pattern for a budget: </p> <p> <code>arn:aws:budgetservice::AccountId:budget/budgetName</code> </p>",
46+
"base": "<p>Represents the output of the <code>CreateBudget</code> operation. The content consists of the detailed metadata and data file information, and the current status of the <code>budget</code> object.</p> <p>This is the ARN pattern for a budget: </p> <p> <code>arn:aws:budgets::AccountId:budget/budgetName</code> </p>",
4747
"refs": {
4848
"Budgets$member": null,
4949
"CreateBudgetRequest$Budget": "<p>The budget object that you want to create.</p>",
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"BudgetType": {
79-
"base": "<p> The type of a budget. It must be one of the following types: </p> <p> <code>COST</code>, <code>USAGE</code>, <code>RI_UTILIZATION</code>, or <code>RI_COVERAGE</code>.</p>",
79+
"base": "<p> The type of a budget. It must be one of the following types: </p> <p> <code>COST</code>, <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>SAVINGS_PLANS_UTILIZATION</code>, or <code>SAVINGS_PLANS_COVERAGE</code>.</p>",
8080
"refs": {
8181
"Budget$BudgetType": "<p>Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.</p>",
8282
"BudgetPerformanceHistory$BudgetType": null
@@ -101,7 +101,7 @@
101101
}
102102
},
103103
"CalculatedSpend": {
104-
"base": "<p>The spend objects that are associated with this budget. The <code>actualSpend</code> tracks how much you've used, cost, usage, or RI units, and the <code>forecastedSpend</code> tracks how much you are predicted to spend if your current usage remains steady.</p> <p>For example, if it is the 20th of the month and you have spent <code>50</code> dollars on Amazon EC2, your <code>actualSpend</code> is <code>50 USD</code>, and your <code>forecastedSpend</code> is <code>75 USD</code>.</p>",
104+
"base": "<p>The spend objects that are associated with this budget. The <code>actualSpend</code> tracks how much you've used, cost, usage, RI units, or Savings Plans units and the <code>forecastedSpend</code> tracks how much you are predicted to spend based on your historical usage profile.</p> <p>For example, if it is the 20th of the month and you have spent <code>50</code> dollars on Amazon EC2, your <code>actualSpend</code> is <code>50 USD</code>, and your <code>forecastedSpend</code> is <code>75 USD</code>.</p>",
105105
"refs": {
106106
"Budget$CalculatedSpend": "<p>The actual and forecasted cost or usage that the budget tracks.</p>"
107107
}
@@ -120,9 +120,9 @@
120120
}
121121
},
122122
"CostTypes": {
123-
"base": "<p>The types of cost that are included in a <code>COST</code> budget, such as tax and subscriptions.</p> <p> <code>USAGE</code>, <code>RI_UTILIZATION</code>, and <code>RI_COVERAGE</code> budgets do not have <code>CostTypes</code>.</p>",
123+
"base": "<p>The types of cost that are included in a <code>COST</code> budget, such as tax and subscriptions.</p> <p> <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>SAVINGS_PLANS_UTILIZATION</code>, and <code>SAVINGS_PLANS_COVERAGE</code> budgets do not have <code>CostTypes</code>.</p>",
124124
"refs": {
125-
"Budget$CostTypes": "<p>The types of costs that are included in this <code>COST</code> budget.</p> <p> <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>Savings_Plans_Utilization</code>, and <code>Savings_Plans_Coverage</code> budgets do not have <code>CostTypes</code>.</p>",
125+
"Budget$CostTypes": "<p>The types of costs that are included in this <code>COST</code> budget.</p> <p> <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>SAVINGS_PLANS_UTILIZATION</code>, and <code>SAVINGS_PLANS_COVERAGE</code> budgets do not have <code>CostTypes</code>.</p>",
126126
"BudgetPerformanceHistory$CostTypes": "<p>The history of the cost types for a budget during the specified time period.</p>"
127127
}
128128
},
@@ -311,7 +311,7 @@
311311
}
312312
},
313313
"Notification": {
314-
"base": "<p>A notification that is associated with a budget. A budget can have up to five notifications. </p> <p>Each notification must have at least one subscriber. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.</p> <p>For example, if you have a budget for 200 dollars and you want to be notified when you go over 160 dollars, create a notification with the following parameters:</p> <ul> <li> <p>A notificationType of <code>ACTUAL</code> </p> </li> <li> <p>A <code>thresholdType</code> of <code>PERCENTAGE</code> </p> </li> <li> <p>A <code>comparisonOperator</code> of <code>GREATER_THAN</code> </p> </li> <li> <p>A notification <code>threshold</code> of <code>80</code> </p> </li> </ul>",
314+
"base": "<p>A notification that is associated with a budget. A budget can have up to ten notifications. </p> <p>Each notification must have at least one subscriber. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.</p> <p>For example, if you have a budget for 200 dollars and you want to be notified when you go over 160 dollars, create a notification with the following parameters:</p> <ul> <li> <p>A notificationType of <code>ACTUAL</code> </p> </li> <li> <p>A <code>thresholdType</code> of <code>PERCENTAGE</code> </p> </li> <li> <p>A <code>comparisonOperator</code> of <code>GREATER_THAN</code> </p> </li> <li> <p>A notification <code>threshold</code> of <code>80</code> </p> </li> </ul>",
315315
"refs": {
316316
"CreateNotificationRequest$Notification": "<p>The notification that you want to create.</p>",
317317
"CreateSubscriberRequest$Notification": "<p>The notification that you want to create a subscriber for.</p>",
@@ -334,7 +334,7 @@
334334
"NotificationThreshold": {
335335
"base": "<p> The threshold of a notification. It must be a number between 0 and 1,000,000,000.</p>",
336336
"refs": {
337-
"Notification$Threshold": "<p>The threshold that is associated with a notification. Thresholds are always a percentage.</p>"
337+
"Notification$Threshold": "<p>The threshold that is associated with a notification. Thresholds are always a percentage, and many customers find value being alerted between 50% - 200% of the budgeted amount. The maximum limit for your threshold is 1,000,000% above the budgeted amount.</p>"
338338
}
339339
},
340340
"NotificationType": {
@@ -395,8 +395,8 @@
395395
"Budget$BudgetLimit": "<p>The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.</p> <p> <code>BudgetLimit</code> is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to <code>100</code>, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use <code>BudgetLimit</code> with <code>PlannedBudgetLimits</code> for <code>CreateBudget</code> and <code>UpdateBudget</code> actions. </p>",
396396
"BudgetedAndActualAmounts$BudgetedAmount": "<p>The amount of cost or usage that you created the budget for.</p>",
397397
"BudgetedAndActualAmounts$ActualAmount": "<p>Your actual costs or usage for a budget period.</p>",
398-
"CalculatedSpend$ActualSpend": "<p>The amount of cost, usage, or RI units that you have used.</p>",
399-
"CalculatedSpend$ForecastedSpend": "<p>The amount of cost, usage, or RI units that you are forecasted to use.</p>",
398+
"CalculatedSpend$ActualSpend": "<p>The amount of cost, usage, RI units, or Savings Plans units that you have used.</p>",
399+
"CalculatedSpend$ForecastedSpend": "<p>The amount of cost, usage, RI units, or Savings Plans units that you are forecasted to use.</p>",
400400
"PlannedBudgetLimits$value": null
401401
}
402402
},
@@ -447,7 +447,7 @@
447447
"TimeUnit": {
448448
"base": "<p> The time unit of the budget, such as MONTHLY or QUARTERLY.</p>",
449449
"refs": {
450-
"Budget$TimeUnit": "<p>The length of time until a budget resets the actual and forecasted spend. <code>DAILY</code> is available only for <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>Savings_Plans_Utilization</code>, and <code>Savings_Plans_Coverage</code> budgets.</p>",
450+
"Budget$TimeUnit": "<p>The length of time until a budget resets the actual and forecasted spend.</p>",
451451
"BudgetPerformanceHistory$TimeUnit": null
452452
}
453453
},
Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
22
"pagination": {
3+
"DescribeBudgetPerformanceHistory": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken",
7+
"result_key": "BudgetPerformanceHistory"
8+
},
9+
"DescribeBudgets": {
10+
"input_token": "NextToken",
11+
"limit_key": "MaxResults",
12+
"output_token": "NextToken",
13+
"result_key": "Budgets"
14+
},
15+
"DescribeNotificationsForBudget": {
16+
"input_token": "NextToken",
17+
"limit_key": "MaxResults",
18+
"output_token": "NextToken",
19+
"result_key": "Notifications"
20+
},
21+
"DescribeSubscribersForNotification": {
22+
"input_token": "NextToken",
23+
"limit_key": "MaxResults",
24+
"output_token": "NextToken",
25+
"result_key": "Subscribers"
26+
}
327
}
4-
}
28+
}

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18543,6 +18543,13 @@
1854318543
"t3a.large",
1854418544
"t3a.xlarge",
1854518545
"t3a.2xlarge",
18546+
"t4g.nano",
18547+
"t4g.micro",
18548+
"t4g.small",
18549+
"t4g.medium",
18550+
"t4g.large",
18551+
"t4g.xlarge",
18552+
"t4g.2xlarge",
1854618553
"m1.small",
1854718554
"m1.medium",
1854818555
"m1.large",

0 commit comments

Comments
 (0)