Skip to content

Commit a58a4b6

Browse files
Merge branch 'release-1.42.41' into develop
* release-1.42.41: Bumping version to 1.42.41 Update to latest models
2 parents a7e4859 + 7436ba9 commit a58a4b6

19 files changed

Lines changed: 2563 additions & 412 deletions

File tree

.changes/1.42.41.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``batch``",
4+
"description": "AWS Batch Array Job Visibility feature support. Includes new statusSummaryLastUpdatedAt for array job parent DescribeJobs responses for the last time the statusSummary was updated. Includes both statusSummary and statusSummaryLastUpdatedAt in ListJobs responses for array job parents.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dynamodb``",
9+
"description": "This change supports the creation of multi-account global tables. It adds two new arguments to CreateTable, GlobalTableSourceArn and GlobalTableSettingsReplicationMode. DescribeTable is also updated to include information about GlobalTableSettingsReplicationMode.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``endpoint-rules``",
14+
"description": "Update endpoint-rules client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``geo-maps``",
19+
"description": "Added support for optional style parameters in maps, including 3D terrain and 3D Buildings",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kinesis``",
24+
"description": "Adds StreamId parameter to AWS Kinesis Data Streams APIs that is reserved for future use.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``marketplace-catalog``",
29+
"description": "Adds support for Catalog API us-east-1 dualstack endpoint catalog-marketplace.us-east-1.api.aws",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``organizations``",
34+
"description": "Updated the CloseAccount description.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sso-admin``",
39+
"description": "Added new Region management APIs to support multi-Region replication in IAM Identity Center.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.42.41
6+
=======
7+
8+
* api-change:``batch``: AWS Batch Array Job Visibility feature support. Includes new statusSummaryLastUpdatedAt for array job parent DescribeJobs responses for the last time the statusSummary was updated. Includes both statusSummary and statusSummaryLastUpdatedAt in ListJobs responses for array job parents.
9+
* api-change:``dynamodb``: This change supports the creation of multi-account global tables. It adds two new arguments to CreateTable, GlobalTableSourceArn and GlobalTableSettingsReplicationMode. DescribeTable is also updated to include information about GlobalTableSettingsReplicationMode.
10+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
11+
* api-change:``geo-maps``: Added support for optional style parameters in maps, including 3D terrain and 3D Buildings
12+
* api-change:``kinesis``: Adds StreamId parameter to AWS Kinesis Data Streams APIs that is reserved for future use.
13+
* api-change:``marketplace-catalog``: Adds support for Catalog API us-east-1 dualstack endpoint catalog-marketplace.us-east-1.api.aws
14+
* api-change:``organizations``: Updated the CloseAccount description.
15+
* api-change:``sso-admin``: Added new Region management APIs to support multi-Region replication in IAM Identity Center.
16+
17+
518
1.42.40
619
=======
720

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.40'
20+
__version__ = '1.42.41'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/batch/2016-08-10/service-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@
591591
"shape":"ArrayJobStatusSummary",
592592
"documentation":"<p>A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.</p>"
593593
},
594+
"statusSummaryLastUpdatedAt":{
595+
"shape":"Long",
596+
"documentation":"<p>The Unix timestamp (in milliseconds) for when the <code>statusSummary</code> was last updated.</p>"
597+
},
594598
"size":{
595599
"shape":"Integer",
596600
"documentation":"<p>The size of the array job. This parameter is returned for parent array jobs.</p>"
@@ -612,6 +616,14 @@
612616
"index":{
613617
"shape":"Integer",
614618
"documentation":"<p>The job index within the array that's associated with this job. This parameter is returned for children of array jobs.</p>"
619+
},
620+
"statusSummary":{
621+
"shape":"ArrayJobStatusSummary",
622+
"documentation":"<p>A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.</p>"
623+
},
624+
"statusSummaryLastUpdatedAt":{
625+
"shape":"Long",
626+
"documentation":"<p>The Unix timestamp (in milliseconds) for when the <code>statusSummary</code> was last updated.</p>"
615627
}
616628
},
617629
"documentation":"<p>An object that represents the array properties of a job.</p>"
@@ -3876,7 +3888,7 @@
38763888
},
38773889
"jobStatus":{
38783890
"shape":"JobStatus",
3879-
"documentation":"<p>The job status used to filter jobs in the specified queue. If the <code>filters</code> parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any status are returned. If you don't specify a status, only <code>RUNNING</code> jobs are returned.</p>"
3891+
"documentation":"<p>The job status used to filter jobs in the specified queue. If the <code>filters</code> parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any status are returned. If you don't specify a status, only <code>RUNNING</code> jobs are returned.</p> <note> <p>Array job parents are updated to <code>PENDING</code> when any child job is updated to <code>RUNNABLE</code> and remain in <code>PENDING</code> status while child jobs are running. To view these jobs, filter by <code>PENDING</code> status until all child jobs reach a terminal state.</p> </note>"
38803892
},
38813893
"maxResults":{
38823894
"shape":"Integer",

botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@
267267
"authSchemes": [
268268
{
269269
"name": "sigv4",
270-
"signingRegion": "us-east-1",
271-
"signingName": "dynamodb"
270+
"signingName": "dynamodb",
271+
"signingRegion": "us-east-1"
272272
}
273273
]
274274
},

botocore/data/dynamodb/2012-08-10/service-2.json

Lines changed: 30 additions & 10 deletions
Large diffs are not rendered by default.

botocore/data/geo-maps/2020-11-19/service-2.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
"type":"boolean",
116116
"box":true
117117
},
118+
"Buildings":{
119+
"type":"string",
120+
"enum":["Buildings3D"]
121+
},
118122
"ColorScheme":{
119123
"type":"string",
120124
"enum":[
@@ -124,7 +128,7 @@
124128
},
125129
"CompactOverlay":{
126130
"type":"string",
127-
"max":7000,
131+
"max":5000,
128132
"min":1,
129133
"sensitive":true
130134
},
@@ -147,7 +151,7 @@
147151
},
148152
"GeoJsonOverlay":{
149153
"type":"string",
150-
"max":7000,
154+
"max":4200,
151155
"min":1,
152156
"sensitive":true
153157
},
@@ -411,7 +415,7 @@
411415
},
412416
"GetStaticMapRequestBoundedPositionsString":{
413417
"type":"string",
414-
"max":2000,
418+
"max":5000,
415419
"min":0,
416420
"pattern":"(-?\\d{1,3}(\\.\\d{1,14})?,-?\\d{1,2}(\\.\\d{1,14})?)(,(-?\\d{1,3}(\\.\\d{1,14})?,-?\\d{1,2}(\\.\\d{1,14})?))*",
417421
"sensitive":true
@@ -514,13 +518,13 @@
514518
},
515519
"Terrain":{
516520
"shape":"Terrain",
517-
"documentation":"<p>Adjusts how physical terrain details are rendered on the map.</p> <p>The following terrain styles are currently supported:</p> <ul> <li> <p> <code>Hillshade</code>: Displays the physical terrain details through shading and highlighting of elevation change and geographic features.</p> </li> </ul> <p>This parameter is valid only for the <code>Standard</code> map style.</p>",
521+
"documentation":"<p>Adjusts how physical terrain details are rendered on the map.</p> <p>The following terrain styles are currently supported:</p> <ul> <li> <p> <code>Hillshade</code>: Displays the physical terrain details through shading and highlighting of elevation change and geographic features.</p> </li> <li> <p> <code>Terrain3D</code>: Displays physical terrain details and elevations as a three-dimensional model.</p> </li> </ul> <p> <code>Hillshade</code> is valid only for the <code>Standard</code> and <code>Monochrome</code> map styles.</p>",
518522
"location":"querystring",
519523
"locationName":"terrain"
520524
},
521525
"ContourDensity":{
522526
"shape":"ContourDensity",
523-
"documentation":"<p>Displays the shape and steepness of terrain features using elevation lines. The density value controls how densely the available contour line information is rendered on the map.</p> <p>This parameter is valid only for the <code>Standard</code> map style.</p>",
527+
"documentation":"<p>Displays the shape and steepness of terrain features using elevation lines. The density value controls how densely the available contour line information is rendered on the map.</p> <p>This parameter is valid only for the <code>Standard</code>, <code>Monochrome</code>, and <code>Hybrid</code> map styles.</p>",
524528
"location":"querystring",
525529
"locationName":"contour-density"
526530
},
@@ -536,6 +540,12 @@
536540
"location":"querystring",
537541
"locationName":"travel-modes"
538542
},
543+
"Buildings":{
544+
"shape":"Buildings",
545+
"documentation":"<p>Adjusts how building details are rendered on the map.</p> <p>The following building styles are currently supported:</p> <ul> <li> <p> <code>Buildings3D</code>: Displays buildings as three-dimensional extrusions on the map.</p> </li> </ul> <p> <code>Buildings3D</code> is valid only for the <code>Standard</code> and <code>Monochrome</code> map styles.</p>",
546+
"location":"querystring",
547+
"locationName":"buildings"
548+
},
539549
"Key":{
540550
"shape":"ApiKey",
541551
"documentation":"<p>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </p>",
@@ -589,7 +599,7 @@
589599
},
590600
"Tileset":{
591601
"shape":"Tileset",
592-
"documentation":"<p>Specifies the desired tile set.</p> <p>Valid Values: <code>raster.satellite | vector.basemap</code> </p>",
602+
"documentation":"<p>Specifies the desired tile set.</p> <p>Valid Values: <code>raster.satellite | vector.basemap | vector.traffic | raster.dem</code> </p>",
593603
"location":"uri",
594604
"locationName":"Tileset"
595605
},
@@ -760,7 +770,10 @@
760770
"String":{"type":"string"},
761771
"Terrain":{
762772
"type":"string",
763-
"enum":["Hillshade"]
773+
"enum":[
774+
"Hillshade",
775+
"Terrain3D"
776+
]
764777
},
765778
"ThrottlingException":{
766779
"type":"structure",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
}
5+
}

0 commit comments

Comments
 (0)