Skip to content

Commit 673440f

Browse files
Update to latest models
1 parent e54b9ce commit 673440f

File tree

12 files changed

+268
-30
lines changed

12 files changed

+268
-30
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``appflow``",
3+
"type": "api-change",
4+
"description": "Update appflow client to latest version"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``athena``",
3+
"type": "api-change",
4+
"description": "Update athena client to latest version"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``dlm``",
3+
"type": "api-change",
4+
"description": "Update dlm client to latest version"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``ec2``",
3+
"type": "api-change",
4+
"description": "Update ec2 client to latest version"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``emr-containers``",
3+
"type": "api-change",
4+
"description": "Update emr-containers client to latest version"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``quicksight``",
3+
"type": "api-change",
4+
"description": "Update quicksight client to latest version"
5+
}

botocore/data/appflow/2020-08-23/service-2.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
"members":{
12611261
"connectorTypes":{
12621262
"shape":"ConnectorTypeList",
1263-
"documentation":"<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
1263+
"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>"
12641264
},
12651265
"nextToken":{
12661266
"shape":"NextToken",
@@ -1652,6 +1652,14 @@
16521652
"lastUpdatedAt":{
16531653
"shape":"Date",
16541654
"documentation":"<p> Specifies the time of the most recent update. </p>"
1655+
},
1656+
"dataPullStartTime":{
1657+
"shape":"Date",
1658+
"documentation":"<p> The timestamp that determines the first new or updated record to be transferred in the flow run. </p>"
1659+
},
1660+
"dataPullEndTime":{
1661+
"shape":"Date",
1662+
"documentation":"<p> The timestamp that indicates the last new or updated record to be transferred in the flow run. </p>"
16551663
}
16561664
},
16571665
"documentation":"<p> Specifies information about the past flow run instances for a given flow. </p>"
@@ -2609,6 +2617,11 @@
26092617
"ONCE"
26102618
]
26112619
},
2620+
"ScheduleOffset":{
2621+
"type":"long",
2622+
"max":36000,
2623+
"min":0
2624+
},
26122625
"ScheduledTriggerProperties":{
26132626
"type":"structure",
26142627
"required":["scheduleExpression"],
@@ -2631,7 +2644,12 @@
26312644
},
26322645
"timezone":{
26332646
"shape":"Timezone",
2634-
"documentation":"<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow. </p>"
2647+
"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>"
2648+
},
2649+
"scheduleOffset":{
2650+
"shape":"ScheduleOffset",
2651+
"documentation":"<p> Specifies the optional offset that is added to the time interval for a schedule-triggered flow. </p>",
2652+
"box":true
26352653
}
26362654
},
26372655
"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>"

botocore/data/athena/2017-05-18/service-2.json

Lines changed: 91 additions & 9 deletions
Large diffs are not rendered by default.

botocore/data/dlm/2018-01-12/service-2.json

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@
241241
"CreateRule":{
242242
"type":"structure",
243243
"members":{
244+
"Location":{
245+
"shape":"LocationValues",
246+
"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>"
247+
},
244248
"Interval":{
245249
"shape":"Interval",
246250
"documentation":"<p>The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.</p>"
@@ -307,14 +311,15 @@
307311
},
308312
"CrossRegionCopyRule":{
309313
"type":"structure",
310-
"required":[
311-
"TargetRegion",
312-
"Encrypted"
313-
],
314+
"required":["Encrypted"],
314315
"members":{
315316
"TargetRegion":{
316317
"shape":"TargetRegion",
317-
"documentation":"<p>The target Region.</p>"
318+
"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>"
319+
},
320+
"Target":{
321+
"shape":"Target",
322+
"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>"
318323
},
319324
"Encrypted":{
320325
"shape":"Encrypted",
@@ -678,6 +683,13 @@
678683
}
679684
}
680685
},
686+
"LocationValues":{
687+
"type":"string",
688+
"enum":[
689+
"CLOUD",
690+
"OUTPOST_LOCAL"
691+
]
692+
},
681693
"NoReboot":{"type":"boolean"},
682694
"Parameter":{"type":"string"},
683695
"ParameterList":{
@@ -721,6 +733,10 @@
721733
"shape":"ResourceTypeValuesList",
722734
"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>"
723735
},
736+
"ResourceLocations":{
737+
"shape":"ResourceLocationList",
738+
"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>"
739+
},
724740
"TargetTags":{
725741
"shape":"TargetTagList",
726742
"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>"
@@ -762,6 +778,19 @@
762778
"EVENT_BASED_POLICY"
763779
]
764780
},
781+
"ResourceLocationList":{
782+
"type":"list",
783+
"member":{"shape":"ResourceLocationValues"},
784+
"max":1,
785+
"min":1
786+
},
787+
"ResourceLocationValues":{
788+
"type":"string",
789+
"enum":[
790+
"CLOUD",
791+
"OUTPOST"
792+
]
793+
},
765794
"ResourceNotFoundException":{
766795
"type":"structure",
767796
"members":{
@@ -853,7 +882,7 @@
853882
},
854883
"CrossRegionCopyRules":{
855884
"shape":"CrossRegionCopyRules",
856-
"documentation":"<p>The rule for cross-Region snapshot copies.</p>"
885+
"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>"
857886
},
858887
"ShareRules":{
859888
"shape":"ShareRules",
@@ -1015,9 +1044,9 @@
10151044
},
10161045
"Target":{
10171046
"type":"string",
1018-
"max":16,
1047+
"max":2048,
10191048
"min":0,
1020-
"pattern":"^[\\\\w:\\\\-\\\\/\\\\*]+$"
1049+
"pattern":"^[\\w:\\-\\/\\*]+$"
10211050
},
10221051
"TargetRegion":{
10231052
"type":"string",

0 commit comments

Comments
 (0)