aws-partitions 1.661.0 → 1.662.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0ebed98b657a0f38bfc8d0302aac358ab4cce70e2a5510a7ea5616cf598e6ad
4
- data.tar.gz: b01b2ab3424f740eb4f94ce85b1c6d53d4db5143e4b493f3931a01e3e1920b7b
3
+ metadata.gz: b0c960db99a49ad232088c1bc6484da773413f2809bb16258dfa8bdad6ef0309
4
+ data.tar.gz: 3becebcbdb0a9f81dbe857cadbc92a1e5ca18487cfd90d66cc956b7e9ae300f7
5
5
  SHA512:
6
- metadata.gz: 0b477541a0d2b9dad22f1bee5e165aad5a9268c8650ca92670b9c39869dda4df87873572b57ef33e1d90b26b3233d6e8628771db48ef138ba9ea8de3e584f8cf
7
- data.tar.gz: 1123ae8195c949d8ff74c971837b044e464e8d273ff63694cd413d23f4e84f78fab8cf3a515ba05a17dd0d2f5c1a8ee148d673f1dfb7ae52962946836fb950af
6
+ metadata.gz: 21a769dfff5cd8b6153da32296967d1fe910a979de3b47e3498e5b7e36dced737dcd4f03b603564aac843152d7cc8e79f2e3ecff36244569ac192f7a7959db60
7
+ data.tar.gz: cb862240f8e4a8db1fa1f47d65eaf6dd777ecd4b86f30be42508ece6b4bbd4226210f790a54a42f2f130db54e03b5ee8d22174fbdb57ed94b48c52bcb4357a9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.662.0 (2022-11-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.661.0 (2022-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.661.0
1
+ 1.662.0
@@ -1,105 +1,175 @@
1
1
  {
2
- "version": "1.1",
3
- "partitions": [
4
- {
5
- "id": "aws",
6
- "regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
7
- "regions": {
8
- "af-south-1": {},
9
- "ap-east-1": {},
10
- "ap-northeast-1": {},
11
- "ap-northeast-2": {},
12
- "ap-northeast-3": {},
13
- "ap-south-1": {},
14
- "ap-southeast-1": {},
15
- "ap-southeast-2": {},
16
- "ap-southeast-3": {},
17
- "ca-central-1": {},
18
- "eu-central-1": {},
19
- "eu-north-1": {},
20
- "eu-south-1": {},
21
- "eu-west-1": {},
22
- "eu-west-2": {},
23
- "eu-west-3": {},
24
- "me-central-1": {},
25
- "me-south-1": {},
26
- "sa-east-1": {},
27
- "us-east-1": {},
28
- "us-east-2": {},
29
- "us-west-1": {},
30
- "us-west-2": {},
31
- "aws-global": {}
32
- },
33
- "outputs": {
34
- "name": "aws",
35
- "dnsSuffix": "amazonaws.com",
36
- "dualStackDnsSuffix": "api.aws",
37
- "supportsFIPS": true,
38
- "supportsDualStack": true
2
+ "partitions" : [ {
3
+ "id" : "aws",
4
+ "outputs" : {
5
+ "dnsSuffix" : "amazonaws.com",
6
+ "dualStackDnsSuffix" : "api.aws",
7
+ "name" : "aws",
8
+ "supportsDualStack" : true,
9
+ "supportsFIPS" : true
10
+ },
11
+ "regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
12
+ "regions" : {
13
+ "af-south-1" : {
14
+ "description" : "Africa (Cape Town)"
15
+ },
16
+ "ap-east-1" : {
17
+ "description" : "Asia Pacific (Hong Kong)"
18
+ },
19
+ "ap-northeast-1" : {
20
+ "description" : "Asia Pacific (Tokyo)"
21
+ },
22
+ "ap-northeast-2" : {
23
+ "description" : "Asia Pacific (Seoul)"
24
+ },
25
+ "ap-northeast-3" : {
26
+ "description" : "Asia Pacific (Osaka)"
27
+ },
28
+ "ap-south-1" : {
29
+ "description" : "Asia Pacific (Mumbai)"
30
+ },
31
+ "ap-southeast-1" : {
32
+ "description" : "Asia Pacific (Singapore)"
33
+ },
34
+ "ap-southeast-2" : {
35
+ "description" : "Asia Pacific (Sydney)"
36
+ },
37
+ "ap-southeast-3" : {
38
+ "description" : "Asia Pacific (Jakarta)"
39
+ },
40
+ "aws-global" : {
41
+ "description" : "AWS Standard global region"
42
+ },
43
+ "ca-central-1" : {
44
+ "description" : "Canada (Central)"
45
+ },
46
+ "eu-central-1" : {
47
+ "description" : "Europe (Frankfurt)"
48
+ },
49
+ "eu-central-2" : {
50
+ "description" : "Europe (Zurich)"
51
+ },
52
+ "eu-north-1" : {
53
+ "description" : "Europe (Stockholm)"
54
+ },
55
+ "eu-south-1" : {
56
+ "description" : "Europe (Milan)"
57
+ },
58
+ "eu-south-2" : {
59
+ "description" : "Europe (Spain)"
60
+ },
61
+ "eu-west-1" : {
62
+ "description" : "Europe (Ireland)"
63
+ },
64
+ "eu-west-2" : {
65
+ "description" : "Europe (London)"
66
+ },
67
+ "eu-west-3" : {
68
+ "description" : "Europe (Paris)"
69
+ },
70
+ "me-central-1" : {
71
+ "description" : "Middle East (UAE)"
72
+ },
73
+ "me-south-1" : {
74
+ "description" : "Middle East (Bahrain)"
75
+ },
76
+ "sa-east-1" : {
77
+ "description" : "South America (Sao Paulo)"
78
+ },
79
+ "us-east-1" : {
80
+ "description" : "US East (N. Virginia)"
81
+ },
82
+ "us-east-2" : {
83
+ "description" : "US East (Ohio)"
84
+ },
85
+ "us-west-1" : {
86
+ "description" : "US West (N. California)"
87
+ },
88
+ "us-west-2" : {
89
+ "description" : "US West (Oregon)"
39
90
  }
91
+ }
92
+ }, {
93
+ "id" : "aws-cn",
94
+ "outputs" : {
95
+ "dnsSuffix" : "amazonaws.com.cn",
96
+ "dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
97
+ "name" : "aws-cn",
98
+ "supportsDualStack" : true,
99
+ "supportsFIPS" : true
40
100
  },
41
- {
42
- "id": "aws-us-gov",
43
- "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
44
- "regions": {
45
- "us-gov-west-1": {},
46
- "us-gov-east-1": {},
47
- "aws-us-gov-global": {}
48
- },
49
- "outputs": {
50
- "name": "aws-us-gov",
51
- "dnsSuffix": "amazonaws.com",
52
- "dualStackDnsSuffix": "api.aws",
53
- "supportsFIPS": true,
54
- "supportsDualStack": true
101
+ "regionRegex" : "^cn\\-\\w+\\-\\d+$",
102
+ "regions" : {
103
+ "aws-cn-global" : {
104
+ "description" : "AWS China global region"
105
+ },
106
+ "cn-north-1" : {
107
+ "description" : "China (Beijing)"
108
+ },
109
+ "cn-northwest-1" : {
110
+ "description" : "China (Ningxia)"
55
111
  }
112
+ }
113
+ }, {
114
+ "id" : "aws-us-gov",
115
+ "outputs" : {
116
+ "dnsSuffix" : "amazonaws.com",
117
+ "dualStackDnsSuffix" : "api.aws",
118
+ "name" : "aws-us-gov",
119
+ "supportsDualStack" : true,
120
+ "supportsFIPS" : true
56
121
  },
57
- {
58
- "id": "aws-cn",
59
- "regionRegex": "^cn\\-\\w+\\-\\d+$",
60
- "regions": {
61
- "cn-north-1": {},
62
- "cn-northwest-1": {},
63
- "aws-cn-global": {}
64
- },
65
- "outputs": {
66
- "name": "aws-cn",
67
- "dnsSuffix": "amazonaws.com.cn",
68
- "dualStackDnsSuffix": "api.amazonwebservices.com.cn",
69
- "supportsFIPS": true,
70
- "supportsDualStack": true
122
+ "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
123
+ "regions" : {
124
+ "aws-us-gov-global" : {
125
+ "description" : "AWS GovCloud (US) global region"
126
+ },
127
+ "us-gov-east-1" : {
128
+ "description" : "AWS GovCloud (US-East)"
129
+ },
130
+ "us-gov-west-1" : {
131
+ "description" : "AWS GovCloud (US-West)"
71
132
  }
133
+ }
134
+ }, {
135
+ "id" : "aws-iso",
136
+ "outputs" : {
137
+ "dnsSuffix" : "c2s.ic.gov",
138
+ "dualStackDnsSuffix" : "c2s.ic.gov",
139
+ "name" : "aws-iso",
140
+ "supportsDualStack" : false,
141
+ "supportsFIPS" : true
72
142
  },
73
- {
74
- "id": "aws-iso",
75
- "regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
76
- "outputs": {
77
- "name": "aws-iso",
78
- "dnsSuffix": "c2s.ic.gov",
79
- "supportsFIPS": true,
80
- "supportsDualStack": false,
81
- "dualStackDnsSuffix": "c2s.ic.gov"
82
- },
83
- "regions": {
84
- "us-iso-east-1": {},
85
- "us-iso-west-1": {},
86
- "aws-iso-global": {}
143
+ "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
144
+ "regions" : {
145
+ "aws-iso-global" : {
146
+ "description" : "AWS ISO (US) global region"
147
+ },
148
+ "us-iso-east-1" : {
149
+ "description" : "US ISO East"
150
+ },
151
+ "us-iso-west-1" : {
152
+ "description" : "US ISO WEST"
87
153
  }
154
+ }
155
+ }, {
156
+ "id" : "aws-iso-b",
157
+ "outputs" : {
158
+ "dnsSuffix" : "sc2s.sgov.gov",
159
+ "dualStackDnsSuffix" : "sc2s.sgov.gov",
160
+ "name" : "aws-iso-b",
161
+ "supportsDualStack" : false,
162
+ "supportsFIPS" : true
88
163
  },
89
- {
90
- "id": "aws-iso-b",
91
- "regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
92
- "outputs": {
93
- "name": "aws-iso-b",
94
- "dnsSuffix": "sc2s.sgov.gov",
95
- "supportsFIPS": true,
96
- "supportsDualStack": false,
97
- "dualStackDnsSuffix": "sc2s.sgov.gov"
98
- },
99
- "regions": {
100
- "us-isob-east-1": {},
101
- "aws-iso-b-global": {}
164
+ "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
165
+ "regions" : {
166
+ "aws-iso-b-global" : {
167
+ "description" : "AWS ISOB (US) global region"
168
+ },
169
+ "us-isob-east-1" : {
170
+ "description" : "US ISOB East (Ohio)"
102
171
  }
103
172
  }
104
- ]
105
- }
173
+ } ],
174
+ "version" : "1.1"
175
+ }
data/partitions.json CHANGED
@@ -65,6 +65,9 @@
65
65
  "eu-south-1" : {
66
66
  "description" : "Europe (Milan)"
67
67
  },
68
+ "eu-south-2" : {
69
+ "description" : "Europe (Spain)"
70
+ },
68
71
  "eu-west-1" : {
69
72
  "description" : "Europe (Ireland)"
70
73
  },
@@ -123,6 +126,7 @@
123
126
  "eu-central-2" : { },
124
127
  "eu-north-1" : { },
125
128
  "eu-south-1" : { },
129
+ "eu-south-2" : { },
126
130
  "eu-west-1" : { },
127
131
  "eu-west-2" : { },
128
132
  "eu-west-3" : { },
@@ -230,6 +234,7 @@
230
234
  "eu-central-2" : { },
231
235
  "eu-north-1" : { },
232
236
  "eu-south-1" : { },
237
+ "eu-south-2" : { },
233
238
  "eu-west-1" : { },
234
239
  "eu-west-2" : { },
235
240
  "eu-west-3" : { },
@@ -670,6 +675,12 @@
670
675
  },
671
676
  "hostname" : "api.ecr.eu-south-1.amazonaws.com"
672
677
  },
678
+ "eu-south-2" : {
679
+ "credentialScope" : {
680
+ "region" : "eu-south-2"
681
+ },
682
+ "hostname" : "api.ecr.eu-south-2.amazonaws.com"
683
+ },
673
684
  "eu-west-1" : {
674
685
  "credentialScope" : {
675
686
  "region" : "eu-west-1"
@@ -1176,6 +1187,7 @@
1176
1187
  "eu-central-2" : { },
1177
1188
  "eu-north-1" : { },
1178
1189
  "eu-south-1" : { },
1190
+ "eu-south-2" : { },
1179
1191
  "eu-west-1" : { },
1180
1192
  "eu-west-2" : { },
1181
1193
  "eu-west-3" : { },
@@ -1273,6 +1285,7 @@
1273
1285
  "eu-central-2" : { },
1274
1286
  "eu-north-1" : { },
1275
1287
  "eu-south-1" : { },
1288
+ "eu-south-2" : { },
1276
1289
  "eu-west-1" : { },
1277
1290
  "eu-west-2" : { },
1278
1291
  "eu-west-3" : { },
@@ -1349,6 +1362,7 @@
1349
1362
  "eu-central-2" : { },
1350
1363
  "eu-north-1" : { },
1351
1364
  "eu-south-1" : { },
1365
+ "eu-south-2" : { },
1352
1366
  "eu-west-1" : { },
1353
1367
  "eu-west-2" : { },
1354
1368
  "eu-west-3" : { },
@@ -1939,6 +1953,7 @@
1939
1953
  "eu-central-2" : { },
1940
1954
  "eu-north-1" : { },
1941
1955
  "eu-south-1" : { },
1956
+ "eu-south-2" : { },
1942
1957
  "eu-west-1" : { },
1943
1958
  "eu-west-2" : { },
1944
1959
  "eu-west-3" : { },
@@ -2282,6 +2297,7 @@
2282
2297
  "eu-central-2" : { },
2283
2298
  "eu-north-1" : { },
2284
2299
  "eu-south-1" : { },
2300
+ "eu-south-2" : { },
2285
2301
  "eu-west-1" : { },
2286
2302
  "eu-west-2" : { },
2287
2303
  "eu-west-3" : { },
@@ -2378,6 +2394,7 @@
2378
2394
  "eu-central-2" : { },
2379
2395
  "eu-north-1" : { },
2380
2396
  "eu-south-1" : { },
2397
+ "eu-south-2" : { },
2381
2398
  "eu-west-1" : { },
2382
2399
  "eu-west-2" : { },
2383
2400
  "eu-west-3" : { },
@@ -2518,6 +2535,7 @@
2518
2535
  "eu-central-2" : { },
2519
2536
  "eu-north-1" : { },
2520
2537
  "eu-south-1" : { },
2538
+ "eu-south-2" : { },
2521
2539
  "eu-west-1" : { },
2522
2540
  "eu-west-2" : { },
2523
2541
  "eu-west-3" : { },
@@ -2777,6 +2795,7 @@
2777
2795
  "eu-central-2" : { },
2778
2796
  "eu-north-1" : { },
2779
2797
  "eu-south-1" : { },
2798
+ "eu-south-2" : { },
2780
2799
  "eu-west-1" : { },
2781
2800
  "eu-west-2" : { },
2782
2801
  "eu-west-3" : { },
@@ -3381,6 +3400,7 @@
3381
3400
  "eu-central-2" : { },
3382
3401
  "eu-north-1" : { },
3383
3402
  "eu-south-1" : { },
3403
+ "eu-south-2" : { },
3384
3404
  "eu-west-1" : { },
3385
3405
  "eu-west-2" : { },
3386
3406
  "eu-west-3" : { },
@@ -3996,6 +4016,7 @@
3996
4016
  "deprecated" : true,
3997
4017
  "hostname" : "datasync-fips.us-west-2.amazonaws.com"
3998
4018
  },
4019
+ "me-central-1" : { },
3999
4020
  "me-south-1" : { },
4000
4021
  "sa-east-1" : { },
4001
4022
  "us-east-1" : {
@@ -4121,6 +4142,7 @@
4121
4142
  "eu-central-2" : { },
4122
4143
  "eu-north-1" : { },
4123
4144
  "eu-south-1" : { },
4145
+ "eu-south-2" : { },
4124
4146
  "eu-west-1" : { },
4125
4147
  "eu-west-2" : { },
4126
4148
  "eu-west-3" : { },
@@ -4251,6 +4273,7 @@
4251
4273
  "eu-central-2" : { },
4252
4274
  "eu-north-1" : { },
4253
4275
  "eu-south-1" : { },
4276
+ "eu-south-2" : { },
4254
4277
  "eu-west-1" : { },
4255
4278
  "eu-west-2" : { },
4256
4279
  "eu-west-3" : { },
@@ -4542,6 +4565,7 @@
4542
4565
  "eu-central-2" : { },
4543
4566
  "eu-north-1" : { },
4544
4567
  "eu-south-1" : { },
4568
+ "eu-south-2" : { },
4545
4569
  "eu-west-1" : { },
4546
4570
  "eu-west-2" : { },
4547
4571
  "eu-west-3" : { },
@@ -4667,6 +4691,7 @@
4667
4691
  "deprecated" : true,
4668
4692
  "hostname" : "ebs-fips.us-west-2.amazonaws.com"
4669
4693
  },
4694
+ "me-central-1" : { },
4670
4695
  "me-south-1" : { },
4671
4696
  "sa-east-1" : { },
4672
4697
  "us-east-1" : {
@@ -4724,6 +4749,7 @@
4724
4749
  "eu-central-2" : { },
4725
4750
  "eu-north-1" : { },
4726
4751
  "eu-south-1" : { },
4752
+ "eu-south-2" : { },
4727
4753
  "eu-west-1" : {
4728
4754
  "variants" : [ {
4729
4755
  "hostname" : "ec2.eu-west-1.api.aws",
@@ -4826,6 +4852,7 @@
4826
4852
  "eu-central-2" : { },
4827
4853
  "eu-north-1" : { },
4828
4854
  "eu-south-1" : { },
4855
+ "eu-south-2" : { },
4829
4856
  "eu-west-1" : { },
4830
4857
  "eu-west-2" : { },
4831
4858
  "eu-west-3" : { },
@@ -4994,6 +5021,7 @@
4994
5021
  "eu-central-2" : { },
4995
5022
  "eu-north-1" : { },
4996
5023
  "eu-south-1" : { },
5024
+ "eu-south-2" : { },
4997
5025
  "eu-west-1" : { },
4998
5026
  "eu-west-2" : { },
4999
5027
  "eu-west-3" : { },
@@ -5457,6 +5485,7 @@
5457
5485
  "eu-central-2" : { },
5458
5486
  "eu-north-1" : { },
5459
5487
  "eu-south-1" : { },
5488
+ "eu-south-2" : { },
5460
5489
  "eu-west-1" : { },
5461
5490
  "eu-west-2" : { },
5462
5491
  "eu-west-3" : { },
@@ -5544,6 +5573,7 @@
5544
5573
  "eu-central-2" : { },
5545
5574
  "eu-north-1" : { },
5546
5575
  "eu-south-1" : { },
5576
+ "eu-south-2" : { },
5547
5577
  "eu-west-1" : { },
5548
5578
  "eu-west-2" : { },
5549
5579
  "eu-west-3" : { },
@@ -5859,6 +5889,7 @@
5859
5889
  "eu-central-2" : { },
5860
5890
  "eu-north-1" : { },
5861
5891
  "eu-south-1" : { },
5892
+ "eu-south-2" : { },
5862
5893
  "eu-west-1" : { },
5863
5894
  "eu-west-2" : { },
5864
5895
  "eu-west-3" : { },
@@ -5942,6 +5973,7 @@
5942
5973
  "eu-central-2" : { },
5943
5974
  "eu-north-1" : { },
5944
5975
  "eu-south-1" : { },
5976
+ "eu-south-2" : { },
5945
5977
  "eu-west-1" : { },
5946
5978
  "eu-west-2" : { },
5947
5979
  "eu-west-3" : { },
@@ -6945,6 +6977,18 @@
6945
6977
  "ap-southeast-1" : { },
6946
6978
  "ap-southeast-2" : { },
6947
6979
  "ca-central-1" : { },
6980
+ "dataplane-ap-south-1" : {
6981
+ "credentialScope" : {
6982
+ "region" : "ap-south-1"
6983
+ },
6984
+ "hostname" : "greengrass-ats.iot.ap-south-1.amazonaws.com"
6985
+ },
6986
+ "dataplane-us-east-2" : {
6987
+ "credentialScope" : {
6988
+ "region" : "us-east-2"
6989
+ },
6990
+ "hostname" : "greengrass-ats.iot.us-east-2.amazonaws.com"
6991
+ },
6948
6992
  "eu-central-1" : { },
6949
6993
  "eu-west-1" : { },
6950
6994
  "eu-west-2" : { },
@@ -8002,6 +8046,7 @@
8002
8046
  "eu-central-2" : { },
8003
8047
  "eu-north-1" : { },
8004
8048
  "eu-south-1" : { },
8049
+ "eu-south-2" : { },
8005
8050
  "eu-west-1" : { },
8006
8051
  "eu-west-2" : { },
8007
8052
  "eu-west-3" : { },
@@ -8306,6 +8351,12 @@
8306
8351
  "deprecated" : true,
8307
8352
  "hostname" : "kms-fips.eu-south-1.amazonaws.com"
8308
8353
  },
8354
+ "eu-south-2" : {
8355
+ "variants" : [ {
8356
+ "hostname" : "kms-fips.eu-south-2.amazonaws.com",
8357
+ "tags" : [ "fips" ]
8358
+ } ]
8359
+ },
8309
8360
  "eu-south-2-fips" : {
8310
8361
  "credentialScope" : {
8311
8362
  "region" : "eu-south-2"
@@ -8604,6 +8655,12 @@
8604
8655
  "tags" : [ "dualstack" ]
8605
8656
  } ]
8606
8657
  },
8658
+ "eu-south-2" : {
8659
+ "variants" : [ {
8660
+ "hostname" : "lambda.eu-south-2.api.aws",
8661
+ "tags" : [ "dualstack" ]
8662
+ } ]
8663
+ },
8607
8664
  "eu-west-1" : {
8608
8665
  "variants" : [ {
8609
8666
  "hostname" : "lambda.eu-west-1.api.aws",
@@ -8887,6 +8944,7 @@
8887
8944
  "eu-central-2" : { },
8888
8945
  "eu-north-1" : { },
8889
8946
  "eu-south-1" : { },
8947
+ "eu-south-2" : { },
8890
8948
  "eu-west-1" : { },
8891
8949
  "eu-west-2" : { },
8892
8950
  "eu-west-3" : { },
@@ -8980,10 +9038,15 @@
8980
9038
  },
8981
9039
  "m2" : {
8982
9040
  "endpoints" : {
9041
+ "ap-northeast-1" : { },
9042
+ "ap-south-1" : { },
9043
+ "ap-southeast-1" : { },
8983
9044
  "ap-southeast-2" : { },
8984
9045
  "ca-central-1" : { },
8985
9046
  "eu-central-1" : { },
8986
9047
  "eu-west-1" : { },
9048
+ "eu-west-2" : { },
9049
+ "eu-west-3" : { },
8987
9050
  "sa-east-1" : { },
8988
9051
  "us-east-1" : { },
8989
9052
  "us-west-2" : { }
@@ -9449,6 +9512,7 @@
9449
9512
  "eu-central-2" : { },
9450
9513
  "eu-north-1" : { },
9451
9514
  "eu-south-1" : { },
9515
+ "eu-south-2" : { },
9452
9516
  "eu-west-1" : { },
9453
9517
  "eu-west-2" : { },
9454
9518
  "eu-west-3" : { },
@@ -9604,6 +9668,7 @@
9604
9668
  "eu-central-2" : { },
9605
9669
  "eu-north-1" : { },
9606
9670
  "eu-south-1" : { },
9671
+ "eu-south-2" : { },
9607
9672
  "eu-west-1" : { },
9608
9673
  "eu-west-2" : { },
9609
9674
  "eu-west-3" : { },
@@ -10294,6 +10359,7 @@
10294
10359
  "eu-central-2" : { },
10295
10360
  "eu-north-1" : { },
10296
10361
  "eu-south-1" : { },
10362
+ "eu-south-2" : { },
10297
10363
  "eu-west-1" : { },
10298
10364
  "eu-west-2" : { },
10299
10365
  "eu-west-3" : { },
@@ -10803,6 +10869,7 @@
10803
10869
  "eu-central-2" : { },
10804
10870
  "eu-north-1" : { },
10805
10871
  "eu-south-1" : { },
10872
+ "eu-south-2" : { },
10806
10873
  "eu-west-1" : { },
10807
10874
  "eu-west-2" : { },
10808
10875
  "eu-west-3" : { },
@@ -10898,6 +10965,7 @@
10898
10965
  "eu-central-2" : { },
10899
10966
  "eu-north-1" : { },
10900
10967
  "eu-south-1" : { },
10968
+ "eu-south-2" : { },
10901
10969
  "eu-west-1" : { },
10902
10970
  "eu-west-2" : { },
10903
10971
  "eu-west-3" : { },
@@ -11131,6 +11199,7 @@
11131
11199
  "eu-central-2" : { },
11132
11200
  "eu-north-1" : { },
11133
11201
  "eu-south-1" : { },
11202
+ "eu-south-2" : { },
11134
11203
  "eu-west-1" : { },
11135
11204
  "eu-west-2" : { },
11136
11205
  "eu-west-3" : { },
@@ -11921,6 +11990,12 @@
11921
11990
  "tags" : [ "dualstack" ]
11922
11991
  } ]
11923
11992
  },
11993
+ "eu-south-2" : {
11994
+ "variants" : [ {
11995
+ "hostname" : "s3.dualstack.eu-south-2.amazonaws.com",
11996
+ "tags" : [ "dualstack" ]
11997
+ } ]
11998
+ },
11924
11999
  "eu-west-1" : {
11925
12000
  "hostname" : "s3.eu-west-1.amazonaws.com",
11926
12001
  "signatureVersions" : [ "s3", "s3v4" ],
@@ -12488,6 +12563,7 @@
12488
12563
  "eu-central-2" : { },
12489
12564
  "eu-north-1" : { },
12490
12565
  "eu-south-1" : { },
12566
+ "eu-south-2" : { },
12491
12567
  "eu-west-1" : { },
12492
12568
  "eu-west-2" : { },
12493
12569
  "eu-west-3" : { },
@@ -13376,6 +13452,7 @@
13376
13452
  "eu-central-2" : { },
13377
13453
  "eu-north-1" : { },
13378
13454
  "eu-south-1" : { },
13455
+ "eu-south-2" : { },
13379
13456
  "eu-west-1" : { },
13380
13457
  "eu-west-2" : { },
13381
13458
  "eu-west-3" : { },
@@ -13456,6 +13533,7 @@
13456
13533
  "eu-central-2" : { },
13457
13534
  "eu-north-1" : { },
13458
13535
  "eu-south-1" : { },
13536
+ "eu-south-2" : { },
13459
13537
  "eu-west-1" : { },
13460
13538
  "eu-west-2" : { },
13461
13539
  "eu-west-3" : { },
@@ -13538,6 +13616,7 @@
13538
13616
  "eu-central-2" : { },
13539
13617
  "eu-north-1" : { },
13540
13618
  "eu-south-1" : { },
13619
+ "eu-south-2" : { },
13541
13620
  "eu-west-1" : { },
13542
13621
  "eu-west-2" : { },
13543
13622
  "eu-west-3" : { },
@@ -13664,6 +13743,7 @@
13664
13743
  "eu-central-2" : { },
13665
13744
  "eu-north-1" : { },
13666
13745
  "eu-south-1" : { },
13746
+ "eu-south-2" : { },
13667
13747
  "eu-west-1" : { },
13668
13748
  "eu-west-2" : { },
13669
13749
  "eu-west-3" : { },
@@ -13840,6 +13920,7 @@
13840
13920
  "eu-central-2" : { },
13841
13921
  "eu-north-1" : { },
13842
13922
  "eu-south-1" : { },
13923
+ "eu-south-2" : { },
13843
13924
  "eu-west-1" : { },
13844
13925
  "eu-west-2" : { },
13845
13926
  "eu-west-3" : { },
@@ -13881,6 +13962,7 @@
13881
13962
  "eu-central-2" : { },
13882
13963
  "eu-north-1" : { },
13883
13964
  "eu-south-1" : { },
13965
+ "eu-south-2" : { },
13884
13966
  "eu-west-1" : { },
13885
13967
  "eu-west-2" : { },
13886
13968
  "eu-west-3" : { },
@@ -13976,6 +14058,7 @@
13976
14058
  "eu-central-2" : { },
13977
14059
  "eu-north-1" : { },
13978
14060
  "eu-south-1" : { },
14061
+ "eu-south-2" : { },
13979
14062
  "eu-west-1" : { },
13980
14063
  "eu-west-2" : { },
13981
14064
  "eu-west-3" : { },
@@ -14052,6 +14135,7 @@
14052
14135
  "eu-central-2" : { },
14053
14136
  "eu-north-1" : { },
14054
14137
  "eu-south-1" : { },
14138
+ "eu-south-2" : { },
14055
14139
  "eu-west-1" : { },
14056
14140
  "eu-west-2" : { },
14057
14141
  "eu-west-3" : { },
@@ -14128,6 +14212,7 @@
14128
14212
  "eu-central-2" : { },
14129
14213
  "eu-north-1" : { },
14130
14214
  "eu-south-1" : { },
14215
+ "eu-south-2" : { },
14131
14216
  "eu-west-1" : { },
14132
14217
  "eu-west-2" : { },
14133
14218
  "eu-west-3" : { },
@@ -15523,6 +15608,7 @@
15523
15608
  "eu-central-2" : { },
15524
15609
  "eu-north-1" : { },
15525
15610
  "eu-south-1" : { },
15611
+ "eu-south-2" : { },
15526
15612
  "eu-west-1" : { },
15527
15613
  "eu-west-2" : { },
15528
15614
  "eu-west-3" : { },
@@ -16126,7 +16212,13 @@
16126
16212
  "protocols" : [ "https" ]
16127
16213
  },
16128
16214
  "endpoints" : {
16129
- "cn-north-1" : { }
16215
+ "cn-north-1" : { },
16216
+ "dataplane-cn-north-1" : {
16217
+ "credentialScope" : {
16218
+ "region" : "cn-north-1"
16219
+ },
16220
+ "hostname" : "greengrass.ats.iot.cn-north-1.amazonaws.com.cn"
16221
+ }
16130
16222
  },
16131
16223
  "isRegionalized" : true
16132
16224
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.661.0
4
+ version: 1.662.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-15 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: