Skip to content

Commit

Permalink
Merge branch 'release-1.17.62' into develop
Browse files Browse the repository at this point in the history
* release-1.17.62:
  Bumping version to 1.17.62
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 15, 2020
2 parents 81dcea6 + 8923f8d commit bc37761
Show file tree
Hide file tree
Showing 15 changed files with 584 additions and 123 deletions.
42 changes: 42 additions & 0 deletions .changes/1.17.62.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``transcribe``",
"description": "Update transcribe client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Update sagemaker client to latest version",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Update medialive client to latest version",
"type": "api-change"
},
{
"category": "``budgets``",
"description": "Update budgets client to latest version",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Update kafka client to latest version",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Update kendra client to latest version",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Update organizations client to latest version",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.17.62
=======

* api-change:``transcribe``: Update transcribe client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``sagemaker``: Update sagemaker client to latest version
* api-change:``medialive``: Update medialive client to latest version
* api-change:``budgets``: Update budgets client to latest version
* api-change:``kafka``: Update kafka client to latest version
* api-change:``kendra``: Update kendra client to latest version
* api-change:``organizations``: Update organizations client to latest version


1.17.61
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.17.61'
__version__ = '1.17.62'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/budgets/2016-10-20/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Subscribers"
},
"DescribeBudgetPerformanceHistory": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "BudgetPerformanceHistory"
}
}
}
24 changes: 12 additions & 12 deletions botocore/data/budgets/2016-10-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@
},
"CostTypes":{
"shape":"CostTypes",
"documentation":"<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>"
"documentation":"<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>"
},
"TimeUnit":{
"shape":"TimeUnit",
"documentation":"<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>"
"documentation":"<p>The length of time until a budget resets the actual and forecasted spend.</p>"
},
"TimePeriod":{
"shape":"TimePeriod",
Expand All @@ -318,7 +318,7 @@
"documentation":"<p>The last time that you updated this budget.</p>"
}
},
"documentation":"<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>"
"documentation":"<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>"
},
"BudgetName":{
"type":"string",
Expand Down Expand Up @@ -350,7 +350,7 @@
},
"BudgetType":{
"type":"string",
"documentation":"<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>",
"documentation":"<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>",
"enum":[
"USAGE",
"COST",
Expand Down Expand Up @@ -393,14 +393,14 @@
"members":{
"ActualSpend":{
"shape":"Spend",
"documentation":"<p>The amount of cost, usage, or RI units that you have used.</p>"
"documentation":"<p>The amount of cost, usage, RI units, or Savings Plans units that you have used.</p>"
},
"ForecastedSpend":{
"shape":"Spend",
"documentation":"<p>The amount of cost, usage, or RI units that you are forecasted to use.</p>"
"documentation":"<p>The amount of cost, usage, RI units, or Savings Plans units that you are forecasted to use.</p>"
}
},
"documentation":"<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>"
"documentation":"<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>"
},
"ComparisonOperator":{
"type":"string",
Expand Down Expand Up @@ -465,7 +465,7 @@
"documentation":"<p>Specifies whether a budget uses the amortized rate.</p> <p>The default value is <code>false</code>.</p>"
}
},
"documentation":"<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>"
"documentation":"<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>"
},
"CreateBudgetRequest":{
"type":"structure",
Expand Down Expand Up @@ -919,7 +919,7 @@
},
"Threshold":{
"shape":"NotificationThreshold",
"documentation":"<p>The threshold that is associated with a notification. Thresholds are always a percentage.</p>"
"documentation":"<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>"
},
"ThresholdType":{
"shape":"ThresholdType",
Expand All @@ -930,7 +930,7 @@
"documentation":"<p>Whether this notification is in alarm. If a budget notification is in the <code>ALARM</code> state, you have passed the set threshold for the budget.</p>"
}
},
"documentation":"<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>"
"documentation":"<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>"
},
"NotificationState":{
"type":"string",
Expand All @@ -942,7 +942,7 @@
"NotificationThreshold":{
"type":"double",
"documentation":"<p> The threshold of a notification. It must be a number between 0 and 1,000,000,000.</p>",
"max":1000000000,
"max":40000000000,
"min":0
},
"NotificationType":{
Expand Down Expand Up @@ -975,7 +975,7 @@
"type":"list",
"member":{"shape":"NotificationWithSubscribers"},
"documentation":"<p> A list of notifications, each with a list of subscribers.</p>",
"max":5
"max":10
},
"Notifications":{
"type":"list",
Expand Down
7 changes: 7 additions & 0 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23692,6 +23692,13 @@
"t3a.large",
"t3a.xlarge",
"t3a.2xlarge",
"t4g.nano",
"t4g.micro",
"t4g.small",
"t4g.medium",
"t4g.large",
"t4g.xlarge",
"t4g.2xlarge",
"m1.small",
"m1.medium",
"m1.large",
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4486,6 +4486,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/kafka/2018-11-14/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "KafkaVersions"
},
"ListScramSecrets": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "SecretArnList"
}
}
}
Loading

0 comments on commit bc37761

Please sign in to comment.