aws-partitions 1.595.0 → 1.596.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +67 -26
- 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: aebe53eed6004e4ccca1997aa7f73497c214c1d43ab5ad3c3b4a037c796f3193
|
|
4
|
+
data.tar.gz: 937e9231dbe3b65466ffbcf124fb2fc980d648391c402af0146d521f9ce9b3c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cb16d4a713aa758b9eda6ba5638fa2c582780222d069e9fd49a74e574c3254c7d7b1b8634b90732a1c23be5c3f264144a1b00989c1a77d6c1e4d140c373f036
|
|
7
|
+
data.tar.gz: 9b6b182e5fe1a8a3273413010dfec3b1e2a96d54d7793905113f4eb394da59ec4b74eca936a9d625707f3e3a2181f1dcfdb3103b8f85d77363217e6becc5b10b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.596.0
|
data/partitions.json
CHANGED
|
@@ -6567,6 +6567,7 @@
|
|
|
6567
6567
|
"ap-south-1" : { },
|
|
6568
6568
|
"ap-southeast-1" : { },
|
|
6569
6569
|
"ap-southeast-2" : { },
|
|
6570
|
+
"ca-central-1" : { },
|
|
6570
6571
|
"eu-central-1" : { },
|
|
6571
6572
|
"eu-west-1" : { },
|
|
6572
6573
|
"eu-west-2" : { },
|
|
@@ -6607,6 +6608,12 @@
|
|
|
6607
6608
|
},
|
|
6608
6609
|
"hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
|
|
6609
6610
|
},
|
|
6611
|
+
"ca-central-1" : {
|
|
6612
|
+
"credentialScope" : {
|
|
6613
|
+
"region" : "ca-central-1"
|
|
6614
|
+
},
|
|
6615
|
+
"hostname" : "data.iotevents.ca-central-1.amazonaws.com"
|
|
6616
|
+
},
|
|
6610
6617
|
"eu-central-1" : {
|
|
6611
6618
|
"credentialScope" : {
|
|
6612
6619
|
"region" : "eu-central-1"
|
|
@@ -6740,8 +6747,21 @@
|
|
|
6740
6747
|
"ap-south-1" : { },
|
|
6741
6748
|
"ap-southeast-1" : { },
|
|
6742
6749
|
"ap-southeast-2" : { },
|
|
6750
|
+
"ca-central-1" : {
|
|
6751
|
+
"variants" : [ {
|
|
6752
|
+
"hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com",
|
|
6753
|
+
"tags" : [ "fips" ]
|
|
6754
|
+
} ]
|
|
6755
|
+
},
|
|
6743
6756
|
"eu-central-1" : { },
|
|
6744
6757
|
"eu-west-1" : { },
|
|
6758
|
+
"fips-ca-central-1" : {
|
|
6759
|
+
"credentialScope" : {
|
|
6760
|
+
"region" : "ca-central-1"
|
|
6761
|
+
},
|
|
6762
|
+
"deprecated" : true,
|
|
6763
|
+
"hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com"
|
|
6764
|
+
},
|
|
6745
6765
|
"fips-us-east-1" : {
|
|
6746
6766
|
"credentialScope" : {
|
|
6747
6767
|
"region" : "us-east-1"
|
|
@@ -6749,6 +6769,13 @@
|
|
|
6749
6769
|
"deprecated" : true,
|
|
6750
6770
|
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com"
|
|
6751
6771
|
},
|
|
6772
|
+
"fips-us-east-2" : {
|
|
6773
|
+
"credentialScope" : {
|
|
6774
|
+
"region" : "us-east-2"
|
|
6775
|
+
},
|
|
6776
|
+
"deprecated" : true,
|
|
6777
|
+
"hostname" : "iotsitewise-fips.us-east-2.amazonaws.com"
|
|
6778
|
+
},
|
|
6752
6779
|
"fips-us-west-2" : {
|
|
6753
6780
|
"credentialScope" : {
|
|
6754
6781
|
"region" : "us-west-2"
|
|
@@ -6762,6 +6789,12 @@
|
|
|
6762
6789
|
"tags" : [ "fips" ]
|
|
6763
6790
|
} ]
|
|
6764
6791
|
},
|
|
6792
|
+
"us-east-2" : {
|
|
6793
|
+
"variants" : [ {
|
|
6794
|
+
"hostname" : "iotsitewise-fips.us-east-2.amazonaws.com",
|
|
6795
|
+
"tags" : [ "fips" ]
|
|
6796
|
+
} ]
|
|
6797
|
+
},
|
|
6765
6798
|
"us-west-2" : {
|
|
6766
6799
|
"variants" : [ {
|
|
6767
6800
|
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com",
|
|
@@ -8186,6 +8219,32 @@
|
|
|
8186
8219
|
}
|
|
8187
8220
|
}
|
|
8188
8221
|
},
|
|
8222
|
+
"memory-db" : {
|
|
8223
|
+
"endpoints" : {
|
|
8224
|
+
"ap-east-1" : { },
|
|
8225
|
+
"ap-northeast-1" : { },
|
|
8226
|
+
"ap-northeast-2" : { },
|
|
8227
|
+
"ap-south-1" : { },
|
|
8228
|
+
"ap-southeast-1" : { },
|
|
8229
|
+
"ap-southeast-2" : { },
|
|
8230
|
+
"ca-central-1" : { },
|
|
8231
|
+
"eu-central-1" : { },
|
|
8232
|
+
"eu-north-1" : { },
|
|
8233
|
+
"eu-west-1" : { },
|
|
8234
|
+
"eu-west-2" : { },
|
|
8235
|
+
"fips" : {
|
|
8236
|
+
"credentialScope" : {
|
|
8237
|
+
"region" : "us-west-1"
|
|
8238
|
+
},
|
|
8239
|
+
"hostname" : "memory-db-fips.us-west-1.amazonaws.com"
|
|
8240
|
+
},
|
|
8241
|
+
"sa-east-1" : { },
|
|
8242
|
+
"us-east-1" : { },
|
|
8243
|
+
"us-east-2" : { },
|
|
8244
|
+
"us-west-1" : { },
|
|
8245
|
+
"us-west-2" : { }
|
|
8246
|
+
}
|
|
8247
|
+
},
|
|
8189
8248
|
"messaging-chime" : {
|
|
8190
8249
|
"endpoints" : {
|
|
8191
8250
|
"eu-central-1" : { },
|
|
@@ -14135,6 +14194,12 @@
|
|
|
14135
14194
|
}
|
|
14136
14195
|
}
|
|
14137
14196
|
},
|
|
14197
|
+
"memory-db" : {
|
|
14198
|
+
"endpoints" : {
|
|
14199
|
+
"cn-north-1" : { },
|
|
14200
|
+
"cn-northwest-1" : { }
|
|
14201
|
+
}
|
|
14202
|
+
},
|
|
14138
14203
|
"monitoring" : {
|
|
14139
14204
|
"defaults" : {
|
|
14140
14205
|
"protocols" : [ "http", "https" ]
|
|
@@ -17438,32 +17503,8 @@
|
|
|
17438
17503
|
} ]
|
|
17439
17504
|
},
|
|
17440
17505
|
"endpoints" : {
|
|
17441
|
-
"
|
|
17442
|
-
|
|
17443
|
-
"region" : "us-gov-east-1"
|
|
17444
|
-
},
|
|
17445
|
-
"deprecated" : true,
|
|
17446
|
-
"hostname" : "servicecatalog-appregistry.us-gov-east-1.amazonaws.com"
|
|
17447
|
-
},
|
|
17448
|
-
"fips-us-gov-west-1" : {
|
|
17449
|
-
"credentialScope" : {
|
|
17450
|
-
"region" : "us-gov-west-1"
|
|
17451
|
-
},
|
|
17452
|
-
"deprecated" : true,
|
|
17453
|
-
"hostname" : "servicecatalog-appregistry.us-gov-west-1.amazonaws.com"
|
|
17454
|
-
},
|
|
17455
|
-
"us-gov-east-1" : {
|
|
17456
|
-
"variants" : [ {
|
|
17457
|
-
"hostname" : "servicecatalog-appregistry.us-gov-east-1.amazonaws.com",
|
|
17458
|
-
"tags" : [ "fips" ]
|
|
17459
|
-
} ]
|
|
17460
|
-
},
|
|
17461
|
-
"us-gov-west-1" : {
|
|
17462
|
-
"variants" : [ {
|
|
17463
|
-
"hostname" : "servicecatalog-appregistry.us-gov-west-1.amazonaws.com",
|
|
17464
|
-
"tags" : [ "fips" ]
|
|
17465
|
-
} ]
|
|
17466
|
-
}
|
|
17506
|
+
"us-gov-east-1" : { },
|
|
17507
|
+
"us-gov-west-1" : { }
|
|
17467
17508
|
}
|
|
17468
17509
|
},
|
|
17469
17510
|
"servicediscovery" : {
|
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.596.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-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|