aws-partitions 1.555.0 → 1.563.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +211 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e64d0cf29245b178756b6befda37314cc542e198c1528fcbe7ed10907dfc799
|
|
4
|
+
data.tar.gz: 2167a51689774f4bd91a1676d91b1a900496ad4268b424809a55d49fdef980c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e3635156bff9bd06820b7d064779dcafe7479010371f57df94c0051ad278daa61c661e446beff6d04ef9ff6ff2caf50748feb1d4e257f3f509b02db5202381c
|
|
7
|
+
data.tar.gz: 4c3d70825ffb8c1b225522b30abb854ed046f04a818f63bda68b71e3f4c187329b8e5a30141a72a9fc1d929eb35bdfd7aacf7594aecb61c954a22b25da2b5bbc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,46 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.563.0 (2022-03-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.562.0 (2022-03-02)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Keyspaces`.
|
|
13
|
+
|
|
14
|
+
1.561.0 (2022-03-01)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.560.0 (2022-02-28)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.559.0 (2022-02-25)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.558.0 (2022-02-23)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.557.0 (2022-02-22)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
39
|
+
1.556.0 (2022-02-21)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
4
44
|
1.555.0 (2022-02-17)
|
|
5
45
|
------------------
|
|
6
46
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.563.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -426,6 +426,27 @@
|
|
|
426
426
|
"us-west-2" : { }
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
+
"amplifyuibuilder" : {
|
|
430
|
+
"endpoints" : {
|
|
431
|
+
"ap-northeast-1" : { },
|
|
432
|
+
"ap-northeast-2" : { },
|
|
433
|
+
"ap-south-1" : { },
|
|
434
|
+
"ap-southeast-1" : { },
|
|
435
|
+
"ap-southeast-2" : { },
|
|
436
|
+
"ca-central-1" : { },
|
|
437
|
+
"eu-central-1" : { },
|
|
438
|
+
"eu-north-1" : { },
|
|
439
|
+
"eu-west-1" : { },
|
|
440
|
+
"eu-west-2" : { },
|
|
441
|
+
"eu-west-3" : { },
|
|
442
|
+
"me-south-1" : { },
|
|
443
|
+
"sa-east-1" : { },
|
|
444
|
+
"us-east-1" : { },
|
|
445
|
+
"us-east-2" : { },
|
|
446
|
+
"us-west-1" : { },
|
|
447
|
+
"us-west-2" : { }
|
|
448
|
+
}
|
|
449
|
+
},
|
|
429
450
|
"api.detective" : {
|
|
430
451
|
"defaults" : {
|
|
431
452
|
"protocols" : [ "https" ]
|
|
@@ -977,6 +998,94 @@
|
|
|
977
998
|
}
|
|
978
999
|
}
|
|
979
1000
|
},
|
|
1001
|
+
"api.tunneling.iot" : {
|
|
1002
|
+
"defaults" : {
|
|
1003
|
+
"variants" : [ {
|
|
1004
|
+
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
|
|
1005
|
+
"tags" : [ "fips" ]
|
|
1006
|
+
} ]
|
|
1007
|
+
},
|
|
1008
|
+
"endpoints" : {
|
|
1009
|
+
"ap-east-1" : { },
|
|
1010
|
+
"ap-northeast-1" : { },
|
|
1011
|
+
"ap-northeast-2" : { },
|
|
1012
|
+
"ap-south-1" : { },
|
|
1013
|
+
"ap-southeast-1" : { },
|
|
1014
|
+
"ap-southeast-2" : { },
|
|
1015
|
+
"ca-central-1" : {
|
|
1016
|
+
"variants" : [ {
|
|
1017
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com",
|
|
1018
|
+
"tags" : [ "fips" ]
|
|
1019
|
+
} ]
|
|
1020
|
+
},
|
|
1021
|
+
"eu-central-1" : { },
|
|
1022
|
+
"eu-north-1" : { },
|
|
1023
|
+
"eu-west-1" : { },
|
|
1024
|
+
"eu-west-2" : { },
|
|
1025
|
+
"eu-west-3" : { },
|
|
1026
|
+
"fips-ca-central-1" : {
|
|
1027
|
+
"credentialScope" : {
|
|
1028
|
+
"region" : "ca-central-1"
|
|
1029
|
+
},
|
|
1030
|
+
"deprecated" : true,
|
|
1031
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
|
|
1032
|
+
},
|
|
1033
|
+
"fips-us-east-1" : {
|
|
1034
|
+
"credentialScope" : {
|
|
1035
|
+
"region" : "us-east-1"
|
|
1036
|
+
},
|
|
1037
|
+
"deprecated" : true,
|
|
1038
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
|
|
1039
|
+
},
|
|
1040
|
+
"fips-us-east-2" : {
|
|
1041
|
+
"credentialScope" : {
|
|
1042
|
+
"region" : "us-east-2"
|
|
1043
|
+
},
|
|
1044
|
+
"deprecated" : true,
|
|
1045
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
|
|
1046
|
+
},
|
|
1047
|
+
"fips-us-west-1" : {
|
|
1048
|
+
"credentialScope" : {
|
|
1049
|
+
"region" : "us-west-1"
|
|
1050
|
+
},
|
|
1051
|
+
"deprecated" : true,
|
|
1052
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
|
|
1053
|
+
},
|
|
1054
|
+
"fips-us-west-2" : {
|
|
1055
|
+
"credentialScope" : {
|
|
1056
|
+
"region" : "us-west-2"
|
|
1057
|
+
},
|
|
1058
|
+
"deprecated" : true,
|
|
1059
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
|
|
1060
|
+
},
|
|
1061
|
+
"me-south-1" : { },
|
|
1062
|
+
"sa-east-1" : { },
|
|
1063
|
+
"us-east-1" : {
|
|
1064
|
+
"variants" : [ {
|
|
1065
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com",
|
|
1066
|
+
"tags" : [ "fips" ]
|
|
1067
|
+
} ]
|
|
1068
|
+
},
|
|
1069
|
+
"us-east-2" : {
|
|
1070
|
+
"variants" : [ {
|
|
1071
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com",
|
|
1072
|
+
"tags" : [ "fips" ]
|
|
1073
|
+
} ]
|
|
1074
|
+
},
|
|
1075
|
+
"us-west-1" : {
|
|
1076
|
+
"variants" : [ {
|
|
1077
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com",
|
|
1078
|
+
"tags" : [ "fips" ]
|
|
1079
|
+
} ]
|
|
1080
|
+
},
|
|
1081
|
+
"us-west-2" : {
|
|
1082
|
+
"variants" : [ {
|
|
1083
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com",
|
|
1084
|
+
"tags" : [ "fips" ]
|
|
1085
|
+
} ]
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
980
1089
|
"apigateway" : {
|
|
981
1090
|
"endpoints" : {
|
|
982
1091
|
"af-south-1" : { },
|
|
@@ -1141,9 +1250,45 @@
|
|
|
1141
1250
|
"endpoints" : {
|
|
1142
1251
|
"ap-northeast-1" : { },
|
|
1143
1252
|
"eu-west-1" : { },
|
|
1144
|
-
"us-east-1" : {
|
|
1145
|
-
|
|
1146
|
-
|
|
1253
|
+
"fips-us-east-1" : {
|
|
1254
|
+
"credentialScope" : {
|
|
1255
|
+
"region" : "us-east-1"
|
|
1256
|
+
},
|
|
1257
|
+
"deprecated" : true,
|
|
1258
|
+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com"
|
|
1259
|
+
},
|
|
1260
|
+
"fips-us-east-2" : {
|
|
1261
|
+
"credentialScope" : {
|
|
1262
|
+
"region" : "us-east-2"
|
|
1263
|
+
},
|
|
1264
|
+
"deprecated" : true,
|
|
1265
|
+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com"
|
|
1266
|
+
},
|
|
1267
|
+
"fips-us-west-2" : {
|
|
1268
|
+
"credentialScope" : {
|
|
1269
|
+
"region" : "us-west-2"
|
|
1270
|
+
},
|
|
1271
|
+
"deprecated" : true,
|
|
1272
|
+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com"
|
|
1273
|
+
},
|
|
1274
|
+
"us-east-1" : {
|
|
1275
|
+
"variants" : [ {
|
|
1276
|
+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com",
|
|
1277
|
+
"tags" : [ "fips" ]
|
|
1278
|
+
} ]
|
|
1279
|
+
},
|
|
1280
|
+
"us-east-2" : {
|
|
1281
|
+
"variants" : [ {
|
|
1282
|
+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com",
|
|
1283
|
+
"tags" : [ "fips" ]
|
|
1284
|
+
} ]
|
|
1285
|
+
},
|
|
1286
|
+
"us-west-2" : {
|
|
1287
|
+
"variants" : [ {
|
|
1288
|
+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com",
|
|
1289
|
+
"tags" : [ "fips" ]
|
|
1290
|
+
} ]
|
|
1291
|
+
}
|
|
1147
1292
|
}
|
|
1148
1293
|
},
|
|
1149
1294
|
"appstream2" : {
|
|
@@ -1490,6 +1635,7 @@
|
|
|
1490
1635
|
},
|
|
1491
1636
|
"braket" : {
|
|
1492
1637
|
"endpoints" : {
|
|
1638
|
+
"eu-west-2" : { },
|
|
1493
1639
|
"us-east-1" : { },
|
|
1494
1640
|
"us-west-1" : { },
|
|
1495
1641
|
"us-west-2" : { }
|
|
@@ -7888,6 +8034,7 @@
|
|
|
7888
8034
|
},
|
|
7889
8035
|
"mq" : {
|
|
7890
8036
|
"endpoints" : {
|
|
8037
|
+
"af-south-1" : { },
|
|
7891
8038
|
"ap-east-1" : { },
|
|
7892
8039
|
"ap-northeast-1" : { },
|
|
7893
8040
|
"ap-northeast-2" : { },
|
|
@@ -7895,6 +8042,7 @@
|
|
|
7895
8042
|
"ap-south-1" : { },
|
|
7896
8043
|
"ap-southeast-1" : { },
|
|
7897
8044
|
"ap-southeast-2" : { },
|
|
8045
|
+
"ap-southeast-3" : { },
|
|
7898
8046
|
"ca-central-1" : { },
|
|
7899
8047
|
"eu-central-1" : { },
|
|
7900
8048
|
"eu-north-1" : { },
|
|
@@ -12850,6 +12998,12 @@
|
|
|
12850
12998
|
"cn-northwest-1" : { }
|
|
12851
12999
|
}
|
|
12852
13000
|
},
|
|
13001
|
+
"api.tunneling.iot" : {
|
|
13002
|
+
"endpoints" : {
|
|
13003
|
+
"cn-north-1" : { },
|
|
13004
|
+
"cn-northwest-1" : { }
|
|
13005
|
+
}
|
|
13006
|
+
},
|
|
12853
13007
|
"apigateway" : {
|
|
12854
13008
|
"endpoints" : {
|
|
12855
13009
|
"cn-north-1" : { },
|
|
@@ -13851,6 +14005,12 @@
|
|
|
13851
14005
|
}
|
|
13852
14006
|
},
|
|
13853
14007
|
"acm" : {
|
|
14008
|
+
"defaults" : {
|
|
14009
|
+
"variants" : [ {
|
|
14010
|
+
"hostname" : "acm.{region}.{dnsSuffix}",
|
|
14011
|
+
"tags" : [ "fips" ]
|
|
14012
|
+
} ]
|
|
14013
|
+
},
|
|
13854
14014
|
"endpoints" : {
|
|
13855
14015
|
"us-gov-east-1" : {
|
|
13856
14016
|
"credentialScope" : {
|
|
@@ -14054,6 +14214,42 @@
|
|
|
14054
14214
|
}
|
|
14055
14215
|
}
|
|
14056
14216
|
},
|
|
14217
|
+
"api.tunneling.iot" : {
|
|
14218
|
+
"defaults" : {
|
|
14219
|
+
"variants" : [ {
|
|
14220
|
+
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
|
|
14221
|
+
"tags" : [ "fips" ]
|
|
14222
|
+
} ]
|
|
14223
|
+
},
|
|
14224
|
+
"endpoints" : {
|
|
14225
|
+
"fips-us-gov-east-1" : {
|
|
14226
|
+
"credentialScope" : {
|
|
14227
|
+
"region" : "us-gov-east-1"
|
|
14228
|
+
},
|
|
14229
|
+
"deprecated" : true,
|
|
14230
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
|
|
14231
|
+
},
|
|
14232
|
+
"fips-us-gov-west-1" : {
|
|
14233
|
+
"credentialScope" : {
|
|
14234
|
+
"region" : "us-gov-west-1"
|
|
14235
|
+
},
|
|
14236
|
+
"deprecated" : true,
|
|
14237
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
|
|
14238
|
+
},
|
|
14239
|
+
"us-gov-east-1" : {
|
|
14240
|
+
"variants" : [ {
|
|
14241
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com",
|
|
14242
|
+
"tags" : [ "fips" ]
|
|
14243
|
+
} ]
|
|
14244
|
+
},
|
|
14245
|
+
"us-gov-west-1" : {
|
|
14246
|
+
"variants" : [ {
|
|
14247
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com",
|
|
14248
|
+
"tags" : [ "fips" ]
|
|
14249
|
+
} ]
|
|
14250
|
+
}
|
|
14251
|
+
}
|
|
14252
|
+
},
|
|
14057
14253
|
"apigateway" : {
|
|
14058
14254
|
"endpoints" : {
|
|
14059
14255
|
"us-gov-east-1" : { },
|
|
@@ -14782,6 +14978,12 @@
|
|
|
14782
14978
|
}
|
|
14783
14979
|
},
|
|
14784
14980
|
"ec2" : {
|
|
14981
|
+
"defaults" : {
|
|
14982
|
+
"variants" : [ {
|
|
14983
|
+
"hostname" : "ec2.{region}.{dnsSuffix}",
|
|
14984
|
+
"tags" : [ "fips" ]
|
|
14985
|
+
} ]
|
|
14986
|
+
},
|
|
14785
14987
|
"endpoints" : {
|
|
14786
14988
|
"us-gov-east-1" : {
|
|
14787
14989
|
"credentialScope" : {
|
|
@@ -16702,6 +16904,12 @@
|
|
|
16702
16904
|
}
|
|
16703
16905
|
},
|
|
16704
16906
|
"sqs" : {
|
|
16907
|
+
"defaults" : {
|
|
16908
|
+
"variants" : [ {
|
|
16909
|
+
"hostname" : "sqs.{region}.{dnsSuffix}",
|
|
16910
|
+
"tags" : [ "fips" ]
|
|
16911
|
+
} ]
|
|
16912
|
+
},
|
|
16705
16913
|
"endpoints" : {
|
|
16706
16914
|
"us-gov-east-1" : {
|
|
16707
16915
|
"credentialScope" : {
|
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.
|
|
4
|
+
version: 1.563.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
|
+
date: 2022-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|