Skip to content

Commit 768f533

Browse files
Merge branch 'release-1.37.1' into develop
* release-1.37.1: Bumping version to 1.37.1 Update endpoints model Update to latest models
2 parents 38e457e + dd1c84b commit 768f533

File tree

10 files changed

+359
-27
lines changed

10 files changed

+359
-27
lines changed

.changes/1.37.1.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``codebuild``",
4+
"description": "Adding \"reportArns\" field in output of BatchGetBuildBatches API. \"reportArns\" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``devicefarm``",
9+
"description": "Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``iot``",
19+
"description": "AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``taxsettings``",
24+
"description": "PutTaxRegistration API changes for Egypt, Greece, Vietnam countries",
25+
"type": "api-change"
26+
}
27+
]

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
CHANGELOG
33
=========
44

5+
1.37.1
6+
======
7+
8+
* api-change:``codebuild``: Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
9+
* api-change:``devicefarm``: Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.
10+
* api-change:``ec2``: Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
11+
* api-change:``iot``: AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
12+
* api-change:``taxsettings``: PutTaxRegistration API changes for Egypt, Greece, Vietnam countries
13+
14+
515
1.37.0
616
======
717

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.37.0'
19+
__version__ = '1.37.1'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/codebuild/2016-10-06/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,10 @@
12361236
"debugSessionEnabled":{
12371237
"shape":"WrapperBoolean",
12381238
"documentation":"<p>Specifies if session debugging is enabled for this batch build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>"
1239+
},
1240+
"reportArns":{
1241+
"shape":"BuildReportArns",
1242+
"documentation":"<p>An array that contains the ARNs of reports created by merging reports from builds associated with this batch build.</p>"
12391243
}
12401244
},
12411245
"documentation":"<p>Contains information about a batch build.</p>"

botocore/data/devicefarm/2015-06-23/service-2.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,10 @@
16421642
"vpceConfigurationArns":{
16431643
"shape":"AmazonResourceNames",
16441644
"documentation":"<p>An array of ARNs included in the VPC endpoint configuration.</p>"
1645+
},
1646+
"deviceProxy":{
1647+
"shape":"DeviceProxy",
1648+
"documentation":"<p>The device proxy to be configured on the device for the remote access session.</p>"
16451649
}
16461650
},
16471651
"documentation":"<p>Configuration settings for a remote access session, including billing method.</p>"
@@ -2315,6 +2319,36 @@
23152319
"type":"list",
23162320
"member":{"shape":"DevicePool"}
23172321
},
2322+
"DeviceProxy":{
2323+
"type":"structure",
2324+
"required":[
2325+
"host",
2326+
"port"
2327+
],
2328+
"members":{
2329+
"host":{
2330+
"shape":"DeviceProxyHost",
2331+
"documentation":"<p>Hostname or IPv4 address of the proxy.</p>"
2332+
},
2333+
"port":{
2334+
"shape":"DeviceProxyPort",
2335+
"documentation":"<p>The port number on which the http/s proxy is listening.</p>"
2336+
}
2337+
},
2338+
"documentation":"<p>Represents the http/s proxy configuration that will be applied to a device during a run.</p>"
2339+
},
2340+
"DeviceProxyHost":{
2341+
"type":"string",
2342+
"max":255,
2343+
"min":1,
2344+
"pattern":"^([a-zA-Z0-9])([a-zA-Z0-9-.]+)([a-zA-Z0-9])$"
2345+
},
2346+
"DeviceProxyPort":{
2347+
"type":"integer",
2348+
"box":true,
2349+
"max":65535,
2350+
"min":1
2351+
},
23182352
"DeviceSelectionConfiguration":{
23192353
"type":"structure",
23202354
"required":[
@@ -4287,6 +4321,10 @@
42874321
"vpcConfig":{
42884322
"shape":"VpcConfig",
42894323
"documentation":"<p>The VPC security groups and subnets that are attached to a project.</p>"
4324+
},
4325+
"deviceProxy":{
4326+
"shape":"DeviceProxy",
4327+
"documentation":"<p>The device proxy configured for the remote access session.</p>"
42904328
}
42914329
},
42924330
"documentation":"<p>Represents information about the remote access session.</p>"
@@ -4457,6 +4495,10 @@
44574495
"shape":"NetworkProfile",
44584496
"documentation":"<p>The network profile being used for a test run.</p>"
44594497
},
4498+
"deviceProxy":{
4499+
"shape":"DeviceProxy",
4500+
"documentation":"<p>The device proxy configured for the devices in the run.</p>"
4501+
},
44604502
"parsingResultUrl":{
44614503
"shape":"String",
44624504
"documentation":"<p>Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points to.</p>"
@@ -4595,6 +4637,10 @@
45954637
"shape":"AmazonResourceNames",
45964638
"documentation":"<p>An array of ARNs for your VPC endpoint configurations.</p>"
45974639
},
4640+
"deviceProxy":{
4641+
"shape":"DeviceProxy",
4642+
"documentation":"<p>The device proxy to be configured on the device for the run.</p>"
4643+
},
45984644
"customerArtifactPaths":{
45994645
"shape":"CustomerArtifactPaths",
46004646
"documentation":"<p>Input <code>CustomerArtifactPaths</code> object for the scheduled run configuration.</p>"

botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12851,6 +12851,10 @@
1285112851
"documentation":"<p>The tags to apply to the new AMI and new snapshots. You can tag the AMI, the snapshots, or both.</p> <ul> <li> <p>To tag the new AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p> </li> <li> <p>To tag the new snapshots, the value for <code>ResourceType</code> must be <code>snapshot</code>. The same tag is applied to all the new snapshots.</p> </li> </ul> <p>If you specify other values for <code>ResourceType</code>, the request fails.</p> <p>To tag an AMI or snapshot after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>",
1285212852
"locationName":"TagSpecification"
1285312853
},
12854+
"SnapshotCopyCompletionDurationMinutes":{
12855+
"shape":"Long",
12856+
"documentation":"<p>Specify a completion duration, in 15 minute increments, to initiate a time-based AMI copy. The specified completion duration applies to each of the snapshots associated with the AMI. Each snapshot associated with the AMI will be completed within the specified completion duration, regardless of their size.</p> <p>If you do not specify a value, the AMI copy operation is completed on a best-effort basis.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html\"> Time-based copies</a>.</p>"
12857+
},
1285412858
"DryRun":{
1285512859
"shape":"Boolean",
1285612860
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
@@ -16671,7 +16675,7 @@
1667116675
},
1667216676
"SubnetIds":{
1667316677
"shape":"CreateVerifiedAccessEndpointSubnetIdList",
16674-
"documentation":"<p>The IDs of the subnets.</p>",
16678+
"documentation":"<p>The IDs of the subnets. You can specify only one subnet per Availability Zone.</p>",
1667516679
"locationName":"SubnetId"
1667616680
},
1667716681
"PortRanges":{
@@ -16732,7 +16736,7 @@
1673216736
},
1673316737
"SubnetIds":{
1673416738
"shape":"CreateVerifiedAccessEndpointSubnetIdList",
16735-
"documentation":"<p>The IDs of the subnets.</p>",
16739+
"documentation":"<p>The IDs of the subnets. You can specify only one subnet per Availability Zone.</p>",
1673616740
"locationName":"SubnetId"
1673716741
}
1673816742
},
@@ -56410,7 +56414,7 @@
5641056414
},
5641156415
"TransitGatewayId":{
5641256416
"shape":"String",
56413-
"documentation":"<note> <p>This parameter is in preview and may not be available for your account.</p> </note> <p>The ID of the transit gateway (if applicable).</p>",
56417+
"documentation":"<p>The ID of the transit gateway (if applicable).</p>",
5641456418
"locationName":"transitGatewayId"
5641556419
}
5641656420
},

0 commit comments

Comments
 (0)