Skip to content

Commit 1cdde4e

Browse files
Merge branch 'release-1.27.28' into develop
* release-1.27.28: Bumping version to 1.27.28 Update to latest endpoints Update to latest models
2 parents 0dff21d + 4ae9880 commit 1cdde4e

File tree

7 files changed

+723
-25
lines changed

7 files changed

+723
-25
lines changed

.changes/1.27.28.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``networkmanager``",
4+
"description": "This release adds general availability API support for AWS Cloud WAN.",
5+
"type": "api-change"
6+
}
7+
]

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
1.27.28
6+
=======
7+
8+
* api-change:``networkmanager``: This release adds general availability API support for AWS Cloud WAN.
9+
10+
511
1.27.27
612
=======
713

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.27.27'
19+
__version__ = '1.27.28'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/endpoints.json

+111
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,32 @@
11591159
"us-west-2" : { }
11601160
}
11611161
},
1162+
"appconfig" : {
1163+
"endpoints" : {
1164+
"af-south-1" : { },
1165+
"ap-east-1" : { },
1166+
"ap-northeast-1" : { },
1167+
"ap-northeast-2" : { },
1168+
"ap-northeast-3" : { },
1169+
"ap-south-1" : { },
1170+
"ap-southeast-1" : { },
1171+
"ap-southeast-2" : { },
1172+
"ap-southeast-3" : { },
1173+
"ca-central-1" : { },
1174+
"eu-central-1" : { },
1175+
"eu-north-1" : { },
1176+
"eu-south-1" : { },
1177+
"eu-west-1" : { },
1178+
"eu-west-2" : { },
1179+
"eu-west-3" : { },
1180+
"me-south-1" : { },
1181+
"sa-east-1" : { },
1182+
"us-east-1" : { },
1183+
"us-east-2" : { },
1184+
"us-west-1" : { },
1185+
"us-west-2" : { }
1186+
}
1187+
},
11621188
"appconfigdata" : {
11631189
"endpoints" : {
11641190
"af-south-1" : { },
@@ -3555,6 +3581,32 @@
35553581
"us-west-2" : { }
35563582
}
35573583
},
3584+
"dlm" : {
3585+
"endpoints" : {
3586+
"af-south-1" : { },
3587+
"ap-east-1" : { },
3588+
"ap-northeast-1" : { },
3589+
"ap-northeast-2" : { },
3590+
"ap-northeast-3" : { },
3591+
"ap-south-1" : { },
3592+
"ap-southeast-1" : { },
3593+
"ap-southeast-2" : { },
3594+
"ap-southeast-3" : { },
3595+
"ca-central-1" : { },
3596+
"eu-central-1" : { },
3597+
"eu-north-1" : { },
3598+
"eu-south-1" : { },
3599+
"eu-west-1" : { },
3600+
"eu-west-2" : { },
3601+
"eu-west-3" : { },
3602+
"me-south-1" : { },
3603+
"sa-east-1" : { },
3604+
"us-east-1" : { },
3605+
"us-east-2" : { },
3606+
"us-west-1" : { },
3607+
"us-west-2" : { }
3608+
}
3609+
},
35583610
"dms" : {
35593611
"endpoints" : {
35603612
"af-south-1" : { },
@@ -14155,6 +14207,12 @@
1415514207
"cn-northwest-1" : { }
1415614208
}
1415714209
},
14210+
"appconfig" : {
14211+
"endpoints" : {
14212+
"cn-north-1" : { },
14213+
"cn-northwest-1" : { }
14214+
}
14215+
},
1415814216
"appconfigdata" : {
1415914217
"endpoints" : {
1416014218
"cn-north-1" : { },
@@ -14393,6 +14451,12 @@
1439314451
"cn-northwest-1" : { }
1439414452
}
1439514453
},
14454+
"dlm" : {
14455+
"endpoints" : {
14456+
"cn-north-1" : { },
14457+
"cn-northwest-1" : { }
14458+
}
14459+
},
1439614460
"dms" : {
1439714461
"endpoints" : {
1439814462
"cn-north-1" : { },
@@ -15473,6 +15537,36 @@
1547315537
"us-gov-west-1" : { }
1547415538
}
1547515539
},
15540+
"appconfig" : {
15541+
"endpoints" : {
15542+
"fips-us-gov-east-1" : {
15543+
"credentialScope" : {
15544+
"region" : "us-gov-east-1"
15545+
},
15546+
"deprecated" : true,
15547+
"hostname" : "appconfig.us-gov-east-1.amazonaws.com"
15548+
},
15549+
"fips-us-gov-west-1" : {
15550+
"credentialScope" : {
15551+
"region" : "us-gov-west-1"
15552+
},
15553+
"deprecated" : true,
15554+
"hostname" : "appconfig.us-gov-west-1.amazonaws.com"
15555+
},
15556+
"us-gov-east-1" : {
15557+
"variants" : [ {
15558+
"hostname" : "appconfig.us-gov-east-1.amazonaws.com",
15559+
"tags" : [ "fips" ]
15560+
} ]
15561+
},
15562+
"us-gov-west-1" : {
15563+
"variants" : [ {
15564+
"hostname" : "appconfig.us-gov-west-1.amazonaws.com",
15565+
"tags" : [ "fips" ]
15566+
} ]
15567+
}
15568+
}
15569+
},
1547615570
"appconfigdata" : {
1547715571
"endpoints" : {
1547815572
"us-gov-east-1" : { },
@@ -16121,6 +16215,12 @@
1612116215
}
1612216216
}
1612316217
},
16218+
"dlm" : {
16219+
"endpoints" : {
16220+
"us-gov-east-1" : { },
16221+
"us-gov-west-1" : { }
16222+
}
16223+
},
1612416224
"dms" : {
1612516225
"defaults" : {
1612616226
"variants" : [ {
@@ -18844,6 +18944,12 @@
1884418944
"us-iso-east-1" : { }
1884518945
}
1884618946
},
18947+
"appconfig" : {
18948+
"endpoints" : {
18949+
"us-iso-east-1" : { },
18950+
"us-iso-west-1" : { }
18951+
}
18952+
},
1884718953
"appconfigdata" : {
1884818954
"endpoints" : {
1884918955
"us-iso-west-1" : { }
@@ -19351,6 +19457,11 @@
1935119457
}
1935219458
}
1935319459
},
19460+
"appconfig" : {
19461+
"endpoints" : {
19462+
"us-isob-east-1" : { }
19463+
}
19464+
},
1935419465
"application-autoscaling" : {
1935519466
"defaults" : {
1935619467
"protocols" : [ "http", "https" ]

botocore/data/networkmanager/2019-07-05/paginators-1.json

+12
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@
113113
"output_token": "NextToken",
114114
"limit_key": "MaxResults",
115115
"result_key": "CoreNetworks"
116+
},
117+
"GetCoreNetworkChangeEvents": {
118+
"input_token": "NextToken",
119+
"output_token": "NextToken",
120+
"limit_key": "MaxResults",
121+
"result_key": "CoreNetworkChangeEvents"
122+
},
123+
"ListPeerings": {
124+
"input_token": "NextToken",
125+
"output_token": "NextToken",
126+
"limit_key": "MaxResults",
127+
"result_key": "Peerings"
116128
}
117129
}
118130
}

0 commit comments

Comments
 (0)