Skip to content

Commit

Permalink
Merge branch 'release-1.20.2' into develop
Browse files Browse the repository at this point in the history
* release-1.20.2:
  Bumping version to 1.20.2
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 4, 2021
2 parents e54b9ce + 8589798 commit 9e4f3c1
Show file tree
Hide file tree
Showing 11 changed files with 301 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.20.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``quicksight``",
"description": "Update quicksight client to latest version",
"type": "api-change"
},
{
"category": "``appflow``",
"description": "Update appflow client to latest version",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "Update emr-containers client to latest version",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "Update dlm client to latest version",
"type": "api-change"
},
{
"category": "``athena``",
"description": "Update athena client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.20.2
======

* api-change:``quicksight``: Update quicksight client to latest version
* api-change:``appflow``: Update appflow client to latest version
* api-change:``emr-containers``: Update emr-containers client to latest version
* api-change:``dlm``: Update dlm client to latest version
* api-change:``athena``: Update athena client to latest version
* api-change:``ec2``: Update ec2 client to latest version


1.20.1
======

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.20.1'
__version__ = '1.20.2'


class NullHandler(logging.Handler):
Expand Down
22 changes: 20 additions & 2 deletions botocore/data/appflow/2020-08-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
"members":{
"connectorTypes":{
"shape":"ConnectorTypeList",
"documentation":"<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
"documentation":"<p> The type of connector, such as Salesforce, Amplitude, and so on. </p> <note> <p> <i>Locke</i> refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination. </p> </note>"
},
"nextToken":{
"shape":"NextToken",
Expand Down Expand Up @@ -1652,6 +1652,14 @@
"lastUpdatedAt":{
"shape":"Date",
"documentation":"<p> Specifies the time of the most recent update. </p>"
},
"dataPullStartTime":{
"shape":"Date",
"documentation":"<p> The timestamp that determines the first new or updated record to be transferred in the flow run. </p>"
},
"dataPullEndTime":{
"shape":"Date",
"documentation":"<p> The timestamp that indicates the last new or updated record to be transferred in the flow run. </p>"
}
},
"documentation":"<p> Specifies information about the past flow run instances for a given flow. </p>"
Expand Down Expand Up @@ -2609,6 +2617,11 @@
"ONCE"
]
},
"ScheduleOffset":{
"type":"long",
"max":36000,
"min":0
},
"ScheduledTriggerProperties":{
"type":"structure",
"required":["scheduleExpression"],
Expand All @@ -2631,7 +2644,12 @@
},
"timezone":{
"shape":"Timezone",
"documentation":"<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow. </p>"
"documentation":"<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as <code>America/New_York</code>. </p>"
},
"scheduleOffset":{
"shape":"ScheduleOffset",
"documentation":"<p> Specifies the optional offset that is added to the time interval for a schedule-triggered flow. </p>",
"box":true
}
},
"documentation":"<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>"
Expand Down
100 changes: 91 additions & 9 deletions botocore/data/athena/2017-05-18/service-2.json

Large diffs are not rendered by default.

45 changes: 37 additions & 8 deletions botocore/data/dlm/2018-01-12/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@
"CreateRule":{
"type":"structure",
"members":{
"Location":{
"shape":"LocationValues",
"documentation":"<p>Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify <code>CLOUD</code>. To create snapshots on the same Outpost as the source resource, specify <code>OUTPOST_LOCAL</code>. If you omit this parameter, <code>CLOUD</code> is used by default.</p> <p>If the policy targets resources in an AWS Region, then you must create snapshots in the same Region as the source resource. </p> <p>If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost.</p>"
},
"Interval":{
"shape":"Interval",
"documentation":"<p>The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.</p>"
Expand Down Expand Up @@ -307,14 +311,15 @@
},
"CrossRegionCopyRule":{
"type":"structure",
"required":[
"TargetRegion",
"Encrypted"
],
"required":["Encrypted"],
"members":{
"TargetRegion":{
"shape":"TargetRegion",
"documentation":"<p>The target Region.</p>"
"documentation":"<p>The target Region for the snapshot copies.</p> <p>If you specify a target Region, you must omit <b>Target</b>. You cannot specify a target Region and a target Outpost in the same rule.</p>"
},
"Target":{
"shape":"Target",
"documentation":"<p>The Amazon Resource Name (ARN) of the target AWS Outpost for the snapshot copies.</p> <p>If you specify an ARN, you must omit <b>TargetRegion</b>. You cannot specify a target Region and a target Outpost in the same rule.</p>"
},
"Encrypted":{
"shape":"Encrypted",
Expand Down Expand Up @@ -678,6 +683,13 @@
}
}
},
"LocationValues":{
"type":"string",
"enum":[
"CLOUD",
"OUTPOST_LOCAL"
]
},
"NoReboot":{"type":"boolean"},
"Parameter":{"type":"string"},
"ParameterList":{
Expand Down Expand Up @@ -721,6 +733,10 @@
"shape":"ResourceTypeValuesList",
"documentation":"<p>The target resource type for snapshot and AMI lifecycle policies. Use <code>VOLUME </code>to create snapshots of individual volumes or use <code>INSTANCE</code> to create multi-volume snapshots from the volumes for an instance.</p> <p>This parameter is required for snapshot and AMI policies only. If you are creating an event-based policy, omit this parameter.</p>"
},
"ResourceLocations":{
"shape":"ResourceLocationList",
"documentation":"<p>The location of the resources to backup. If the source resources are located in an AWS Region, specify <code>CLOUD</code>. If the source resources are located on an AWS Outpost in your account, specify <code>OUTPOST</code>. </p> <p>If you specify <code>OUTPOST</code>, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account.</p>"
},
"TargetTags":{
"shape":"TargetTagList",
"documentation":"<p>The single tag that identifies targeted resources for this policy.</p> <p>This parameter is required for snapshot and AMI policies only. If you are creating an event-based policy, omit this parameter.</p>"
Expand Down Expand Up @@ -762,6 +778,19 @@
"EVENT_BASED_POLICY"
]
},
"ResourceLocationList":{
"type":"list",
"member":{"shape":"ResourceLocationValues"},
"max":1,
"min":1
},
"ResourceLocationValues":{
"type":"string",
"enum":[
"CLOUD",
"OUTPOST"
]
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -853,7 +882,7 @@
},
"CrossRegionCopyRules":{
"shape":"CrossRegionCopyRules",
"documentation":"<p>The rule for cross-Region snapshot copies.</p>"
"documentation":"<p>The rule for cross-Region snapshot copies.</p> <p>You can only specify cross-Region copy rules for policies that create snapshots in a Region. If the policy creates snapshots on an Outpost, then you cannot copy the snapshots to a Region or to an Outpost. If the policy creates snapshots in a Region, then snapshots can be copied to up to three Regions or Outposts.</p>"
},
"ShareRules":{
"shape":"ShareRules",
Expand Down Expand Up @@ -1015,9 +1044,9 @@
},
"Target":{
"type":"string",
"max":16,
"max":2048,
"min":0,
"pattern":"^[\\\\w:\\\\-\\\\/\\\\*]+$"
"pattern":"^[\\w:\\-\\/\\*]+$"
},
"TargetRegion":{
"type":"string",
Expand Down
Loading

0 comments on commit 9e4f3c1

Please sign in to comment.