aws-partitions 1.555.0 → 1.558.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +143 -0
- 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: 6a587f9ccf525ac2f4d0ee875319cc307549b6aacfb0061a3b3339f418170a35
|
|
4
|
+
data.tar.gz: 9558a647586837423b641cc7e1df42187c03a6088ccb812af60fb1e3bd55f550
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df663f00548f787445828e70b3fa4db1c103855d5bc1012601eda03cb28f5dc9cf85270f105a34ebd0b9db3d9540202148857ab2ff8d4ceaa653f60c6db2d3c6
|
|
7
|
+
data.tar.gz: 6e3413607687c6a4859cebfbabec931c37ab9e745217b7ec9bfa7dd36401371d4ecc6f55a244e80e219a6f00e58f4b6695bea8a4a3f2b49937387cbfca3ae236
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.558.0 (2022-02-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.557.0 (2022-02-22)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.556.0 (2022-02-21)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.555.0 (2022-02-17)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.558.0
|
data/partitions.json
CHANGED
|
@@ -977,6 +977,94 @@
|
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
979
|
},
|
|
980
|
+
"api.tunneling.iot" : {
|
|
981
|
+
"defaults" : {
|
|
982
|
+
"variants" : [ {
|
|
983
|
+
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
|
|
984
|
+
"tags" : [ "fips" ]
|
|
985
|
+
} ]
|
|
986
|
+
},
|
|
987
|
+
"endpoints" : {
|
|
988
|
+
"ap-east-1" : { },
|
|
989
|
+
"ap-northeast-1" : { },
|
|
990
|
+
"ap-northeast-2" : { },
|
|
991
|
+
"ap-south-1" : { },
|
|
992
|
+
"ap-southeast-1" : { },
|
|
993
|
+
"ap-southeast-2" : { },
|
|
994
|
+
"ca-central-1" : {
|
|
995
|
+
"variants" : [ {
|
|
996
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com",
|
|
997
|
+
"tags" : [ "fips" ]
|
|
998
|
+
} ]
|
|
999
|
+
},
|
|
1000
|
+
"eu-central-1" : { },
|
|
1001
|
+
"eu-north-1" : { },
|
|
1002
|
+
"eu-west-1" : { },
|
|
1003
|
+
"eu-west-2" : { },
|
|
1004
|
+
"eu-west-3" : { },
|
|
1005
|
+
"fips-ca-central-1" : {
|
|
1006
|
+
"credentialScope" : {
|
|
1007
|
+
"region" : "ca-central-1"
|
|
1008
|
+
},
|
|
1009
|
+
"deprecated" : true,
|
|
1010
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
|
|
1011
|
+
},
|
|
1012
|
+
"fips-us-east-1" : {
|
|
1013
|
+
"credentialScope" : {
|
|
1014
|
+
"region" : "us-east-1"
|
|
1015
|
+
},
|
|
1016
|
+
"deprecated" : true,
|
|
1017
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
|
|
1018
|
+
},
|
|
1019
|
+
"fips-us-east-2" : {
|
|
1020
|
+
"credentialScope" : {
|
|
1021
|
+
"region" : "us-east-2"
|
|
1022
|
+
},
|
|
1023
|
+
"deprecated" : true,
|
|
1024
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
|
|
1025
|
+
},
|
|
1026
|
+
"fips-us-west-1" : {
|
|
1027
|
+
"credentialScope" : {
|
|
1028
|
+
"region" : "us-west-1"
|
|
1029
|
+
},
|
|
1030
|
+
"deprecated" : true,
|
|
1031
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
|
|
1032
|
+
},
|
|
1033
|
+
"fips-us-west-2" : {
|
|
1034
|
+
"credentialScope" : {
|
|
1035
|
+
"region" : "us-west-2"
|
|
1036
|
+
},
|
|
1037
|
+
"deprecated" : true,
|
|
1038
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
|
|
1039
|
+
},
|
|
1040
|
+
"me-south-1" : { },
|
|
1041
|
+
"sa-east-1" : { },
|
|
1042
|
+
"us-east-1" : {
|
|
1043
|
+
"variants" : [ {
|
|
1044
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com",
|
|
1045
|
+
"tags" : [ "fips" ]
|
|
1046
|
+
} ]
|
|
1047
|
+
},
|
|
1048
|
+
"us-east-2" : {
|
|
1049
|
+
"variants" : [ {
|
|
1050
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com",
|
|
1051
|
+
"tags" : [ "fips" ]
|
|
1052
|
+
} ]
|
|
1053
|
+
},
|
|
1054
|
+
"us-west-1" : {
|
|
1055
|
+
"variants" : [ {
|
|
1056
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com",
|
|
1057
|
+
"tags" : [ "fips" ]
|
|
1058
|
+
} ]
|
|
1059
|
+
},
|
|
1060
|
+
"us-west-2" : {
|
|
1061
|
+
"variants" : [ {
|
|
1062
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com",
|
|
1063
|
+
"tags" : [ "fips" ]
|
|
1064
|
+
} ]
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
980
1068
|
"apigateway" : {
|
|
981
1069
|
"endpoints" : {
|
|
982
1070
|
"af-south-1" : { },
|
|
@@ -7888,6 +7976,7 @@
|
|
|
7888
7976
|
},
|
|
7889
7977
|
"mq" : {
|
|
7890
7978
|
"endpoints" : {
|
|
7979
|
+
"af-south-1" : { },
|
|
7891
7980
|
"ap-east-1" : { },
|
|
7892
7981
|
"ap-northeast-1" : { },
|
|
7893
7982
|
"ap-northeast-2" : { },
|
|
@@ -12850,6 +12939,12 @@
|
|
|
12850
12939
|
"cn-northwest-1" : { }
|
|
12851
12940
|
}
|
|
12852
12941
|
},
|
|
12942
|
+
"api.tunneling.iot" : {
|
|
12943
|
+
"endpoints" : {
|
|
12944
|
+
"cn-north-1" : { },
|
|
12945
|
+
"cn-northwest-1" : { }
|
|
12946
|
+
}
|
|
12947
|
+
},
|
|
12853
12948
|
"apigateway" : {
|
|
12854
12949
|
"endpoints" : {
|
|
12855
12950
|
"cn-north-1" : { },
|
|
@@ -13851,6 +13946,12 @@
|
|
|
13851
13946
|
}
|
|
13852
13947
|
},
|
|
13853
13948
|
"acm" : {
|
|
13949
|
+
"defaults" : {
|
|
13950
|
+
"variants" : [ {
|
|
13951
|
+
"hostname" : "acm.{region}.{dnsSuffix}",
|
|
13952
|
+
"tags" : [ "fips" ]
|
|
13953
|
+
} ]
|
|
13954
|
+
},
|
|
13854
13955
|
"endpoints" : {
|
|
13855
13956
|
"us-gov-east-1" : {
|
|
13856
13957
|
"credentialScope" : {
|
|
@@ -14054,6 +14155,42 @@
|
|
|
14054
14155
|
}
|
|
14055
14156
|
}
|
|
14056
14157
|
},
|
|
14158
|
+
"api.tunneling.iot" : {
|
|
14159
|
+
"defaults" : {
|
|
14160
|
+
"variants" : [ {
|
|
14161
|
+
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
|
|
14162
|
+
"tags" : [ "fips" ]
|
|
14163
|
+
} ]
|
|
14164
|
+
},
|
|
14165
|
+
"endpoints" : {
|
|
14166
|
+
"fips-us-gov-east-1" : {
|
|
14167
|
+
"credentialScope" : {
|
|
14168
|
+
"region" : "us-gov-east-1"
|
|
14169
|
+
},
|
|
14170
|
+
"deprecated" : true,
|
|
14171
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
|
|
14172
|
+
},
|
|
14173
|
+
"fips-us-gov-west-1" : {
|
|
14174
|
+
"credentialScope" : {
|
|
14175
|
+
"region" : "us-gov-west-1"
|
|
14176
|
+
},
|
|
14177
|
+
"deprecated" : true,
|
|
14178
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
|
|
14179
|
+
},
|
|
14180
|
+
"us-gov-east-1" : {
|
|
14181
|
+
"variants" : [ {
|
|
14182
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com",
|
|
14183
|
+
"tags" : [ "fips" ]
|
|
14184
|
+
} ]
|
|
14185
|
+
},
|
|
14186
|
+
"us-gov-west-1" : {
|
|
14187
|
+
"variants" : [ {
|
|
14188
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com",
|
|
14189
|
+
"tags" : [ "fips" ]
|
|
14190
|
+
} ]
|
|
14191
|
+
}
|
|
14192
|
+
}
|
|
14193
|
+
},
|
|
14057
14194
|
"apigateway" : {
|
|
14058
14195
|
"endpoints" : {
|
|
14059
14196
|
"us-gov-east-1" : { },
|
|
@@ -14782,6 +14919,12 @@
|
|
|
14782
14919
|
}
|
|
14783
14920
|
},
|
|
14784
14921
|
"ec2" : {
|
|
14922
|
+
"defaults" : {
|
|
14923
|
+
"variants" : [ {
|
|
14924
|
+
"hostname" : "ec2.{region}.{dnsSuffix}",
|
|
14925
|
+
"tags" : [ "fips" ]
|
|
14926
|
+
} ]
|
|
14927
|
+
},
|
|
14785
14928
|
"endpoints" : {
|
|
14786
14929
|
"us-gov-east-1" : {
|
|
14787
14930
|
"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.558.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-02-
|
|
11
|
+
date: 2022-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|