aws-partitions 1.782.0 → 1.785.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/lib/aws-partitions/partition_list.rb +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +115 -24
- 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: d31dab9984f2f9b9198ad6c11301a0488e9081476c6b49d8b9275a1a7857e5e8
|
4
|
+
data.tar.gz: a085137479c793f70d18e0a5d395ea6b2ec9a94cfd65e575507c61b4ea9a3bb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e002ae42b78c9db5cd61dda7727745a82f74fd015030f108e5d792cab1558e41fb9837325335fe36b72e593ce1e16cf77ed193ec975f540e8f66ff672812de69
|
7
|
+
data.tar.gz: 8eebf1db6c7bc835ff1980996522ebb341e3bb5111aaf010d6ee206b9978123c3dcf06590623a70488937868943154bd614d6722ceded5707353f8b88871d899
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.785.0 (2023-07-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.784.0 (2023-07-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.783.0 (2023-07-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.782.0 (2023-06-27)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.785.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -195,7 +195,7 @@ module Aws
|
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
|
-
# @param [Hash]
|
198
|
+
# @param [Hash] partition_metadata
|
199
199
|
# @api private For Internal use only
|
200
200
|
def merge_metadata(partition_metadata)
|
201
201
|
default_partition_list.merge_metadata(partition_metadata)
|
data/partitions.json
CHANGED
@@ -1990,6 +1990,12 @@
|
|
1990
1990
|
"deprecated" : true,
|
1991
1991
|
"hostname" : "athena-fips.us-west-2.amazonaws.com"
|
1992
1992
|
},
|
1993
|
+
"me-central-1" : {
|
1994
|
+
"variants" : [ {
|
1995
|
+
"hostname" : "athena.me-central-1.api.aws",
|
1996
|
+
"tags" : [ "dualstack" ]
|
1997
|
+
} ]
|
1998
|
+
},
|
1993
1999
|
"me-south-1" : {
|
1994
2000
|
"variants" : [ {
|
1995
2001
|
"hostname" : "athena.me-south-1.api.aws",
|
@@ -2189,9 +2195,32 @@
|
|
2189
2195
|
},
|
2190
2196
|
"backupstorage" : {
|
2191
2197
|
"endpoints" : {
|
2198
|
+
"af-south-1" : { },
|
2199
|
+
"ap-east-1" : { },
|
2200
|
+
"ap-northeast-1" : { },
|
2201
|
+
"ap-northeast-2" : { },
|
2202
|
+
"ap-northeast-3" : { },
|
2203
|
+
"ap-south-1" : { },
|
2204
|
+
"ap-south-2" : { },
|
2205
|
+
"ap-southeast-1" : { },
|
2206
|
+
"ap-southeast-2" : { },
|
2207
|
+
"ap-southeast-3" : { },
|
2208
|
+
"ap-southeast-4" : { },
|
2209
|
+
"ca-central-1" : { },
|
2210
|
+
"eu-central-1" : { },
|
2211
|
+
"eu-central-2" : { },
|
2212
|
+
"eu-north-1" : { },
|
2213
|
+
"eu-south-1" : { },
|
2214
|
+
"eu-south-2" : { },
|
2192
2215
|
"eu-west-1" : { },
|
2216
|
+
"eu-west-2" : { },
|
2217
|
+
"eu-west-3" : { },
|
2218
|
+
"me-central-1" : { },
|
2219
|
+
"me-south-1" : { },
|
2220
|
+
"sa-east-1" : { },
|
2193
2221
|
"us-east-1" : { },
|
2194
2222
|
"us-east-2" : { },
|
2223
|
+
"us-west-1" : { },
|
2195
2224
|
"us-west-2" : { }
|
2196
2225
|
}
|
2197
2226
|
},
|
@@ -10127,12 +10156,14 @@
|
|
10127
10156
|
},
|
10128
10157
|
"mediaconnect" : {
|
10129
10158
|
"endpoints" : {
|
10159
|
+
"af-south-1" : { },
|
10130
10160
|
"ap-east-1" : { },
|
10131
10161
|
"ap-northeast-1" : { },
|
10132
10162
|
"ap-northeast-2" : { },
|
10133
10163
|
"ap-south-1" : { },
|
10134
10164
|
"ap-southeast-1" : { },
|
10135
10165
|
"ap-southeast-2" : { },
|
10166
|
+
"ca-central-1" : { },
|
10136
10167
|
"eu-central-1" : { },
|
10137
10168
|
"eu-north-1" : { },
|
10138
10169
|
"eu-west-1" : { },
|
@@ -10962,9 +10993,11 @@
|
|
10962
10993
|
"ap-northeast-2" : { },
|
10963
10994
|
"ap-northeast-3" : { },
|
10964
10995
|
"ap-south-1" : { },
|
10996
|
+
"ap-south-2" : { },
|
10965
10997
|
"ap-southeast-1" : { },
|
10966
10998
|
"ap-southeast-2" : { },
|
10967
10999
|
"ap-southeast-3" : { },
|
11000
|
+
"ap-southeast-4" : { },
|
10968
11001
|
"ca-central-1" : {
|
10969
11002
|
"variants" : [ {
|
10970
11003
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
@@ -10972,8 +11005,10 @@
|
|
10972
11005
|
} ]
|
10973
11006
|
},
|
10974
11007
|
"eu-central-1" : { },
|
11008
|
+
"eu-central-2" : { },
|
10975
11009
|
"eu-north-1" : { },
|
10976
11010
|
"eu-south-1" : { },
|
11011
|
+
"eu-south-2" : { },
|
10977
11012
|
"eu-west-1" : { },
|
10978
11013
|
"eu-west-2" : { },
|
10979
11014
|
"eu-west-3" : { },
|
@@ -14416,23 +14451,6 @@
|
|
14416
14451
|
"tags" : [ "dualstack" ]
|
14417
14452
|
} ]
|
14418
14453
|
},
|
14419
|
-
"servicediscovery" : {
|
14420
|
-
"credentialScope" : {
|
14421
|
-
"region" : "ca-central-1"
|
14422
|
-
},
|
14423
|
-
"deprecated" : true,
|
14424
|
-
"variants" : [ {
|
14425
|
-
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
|
14426
|
-
"tags" : [ "fips" ]
|
14427
|
-
} ]
|
14428
|
-
},
|
14429
|
-
"servicediscovery-fips" : {
|
14430
|
-
"credentialScope" : {
|
14431
|
-
"region" : "ca-central-1"
|
14432
|
-
},
|
14433
|
-
"deprecated" : true,
|
14434
|
-
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
|
14435
|
-
},
|
14436
14454
|
"us-east-1" : {
|
14437
14455
|
"variants" : [ {
|
14438
14456
|
"hostname" : "servicediscovery-fips.us-east-1.amazonaws.com",
|
@@ -15292,6 +15310,74 @@
|
|
15292
15310
|
}
|
15293
15311
|
}
|
15294
15312
|
},
|
15313
|
+
"ssm-contacts" : {
|
15314
|
+
"endpoints" : {
|
15315
|
+
"ap-northeast-1" : { },
|
15316
|
+
"ap-northeast-2" : { },
|
15317
|
+
"ap-south-1" : { },
|
15318
|
+
"ap-southeast-1" : { },
|
15319
|
+
"ap-southeast-2" : { },
|
15320
|
+
"ca-central-1" : { },
|
15321
|
+
"eu-central-1" : { },
|
15322
|
+
"eu-north-1" : { },
|
15323
|
+
"eu-west-1" : { },
|
15324
|
+
"eu-west-2" : { },
|
15325
|
+
"eu-west-3" : { },
|
15326
|
+
"fips-us-east-1" : {
|
15327
|
+
"credentialScope" : {
|
15328
|
+
"region" : "us-east-1"
|
15329
|
+
},
|
15330
|
+
"deprecated" : true,
|
15331
|
+
"hostname" : "ssm-contacts-fips.us-east-1.amazonaws.com"
|
15332
|
+
},
|
15333
|
+
"fips-us-east-2" : {
|
15334
|
+
"credentialScope" : {
|
15335
|
+
"region" : "us-east-2"
|
15336
|
+
},
|
15337
|
+
"deprecated" : true,
|
15338
|
+
"hostname" : "ssm-contacts-fips.us-east-2.amazonaws.com"
|
15339
|
+
},
|
15340
|
+
"fips-us-west-1" : {
|
15341
|
+
"credentialScope" : {
|
15342
|
+
"region" : "us-west-1"
|
15343
|
+
},
|
15344
|
+
"deprecated" : true,
|
15345
|
+
"hostname" : "ssm-contacts-fips.us-west-1.amazonaws.com"
|
15346
|
+
},
|
15347
|
+
"fips-us-west-2" : {
|
15348
|
+
"credentialScope" : {
|
15349
|
+
"region" : "us-west-2"
|
15350
|
+
},
|
15351
|
+
"deprecated" : true,
|
15352
|
+
"hostname" : "ssm-contacts-fips.us-west-2.amazonaws.com"
|
15353
|
+
},
|
15354
|
+
"sa-east-1" : { },
|
15355
|
+
"us-east-1" : {
|
15356
|
+
"variants" : [ {
|
15357
|
+
"hostname" : "ssm-contacts-fips.us-east-1.amazonaws.com",
|
15358
|
+
"tags" : [ "fips" ]
|
15359
|
+
} ]
|
15360
|
+
},
|
15361
|
+
"us-east-2" : {
|
15362
|
+
"variants" : [ {
|
15363
|
+
"hostname" : "ssm-contacts-fips.us-east-2.amazonaws.com",
|
15364
|
+
"tags" : [ "fips" ]
|
15365
|
+
} ]
|
15366
|
+
},
|
15367
|
+
"us-west-1" : {
|
15368
|
+
"variants" : [ {
|
15369
|
+
"hostname" : "ssm-contacts-fips.us-west-1.amazonaws.com",
|
15370
|
+
"tags" : [ "fips" ]
|
15371
|
+
} ]
|
15372
|
+
},
|
15373
|
+
"us-west-2" : {
|
15374
|
+
"variants" : [ {
|
15375
|
+
"hostname" : "ssm-contacts-fips.us-west-2.amazonaws.com",
|
15376
|
+
"tags" : [ "fips" ]
|
15377
|
+
} ]
|
15378
|
+
}
|
15379
|
+
}
|
15380
|
+
},
|
15295
15381
|
"ssm-incidents" : {
|
15296
15382
|
"endpoints" : {
|
15297
15383
|
"ap-northeast-1" : { },
|
@@ -15537,13 +15623,6 @@
|
|
15537
15623
|
"eu-west-1" : { },
|
15538
15624
|
"eu-west-2" : { },
|
15539
15625
|
"eu-west-3" : { },
|
15540
|
-
"fips" : {
|
15541
|
-
"credentialScope" : {
|
15542
|
-
"region" : "ca-central-1"
|
15543
|
-
},
|
15544
|
-
"deprecated" : true,
|
15545
|
-
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
15546
|
-
},
|
15547
15626
|
"me-central-1" : { },
|
15548
15627
|
"me-south-1" : { },
|
15549
15628
|
"sa-east-1" : { },
|
@@ -17873,6 +17952,12 @@
|
|
17873
17952
|
"cn-northwest-1" : { }
|
17874
17953
|
}
|
17875
17954
|
},
|
17955
|
+
"backupstorage" : {
|
17956
|
+
"endpoints" : {
|
17957
|
+
"cn-north-1" : { },
|
17958
|
+
"cn-northwest-1" : { }
|
17959
|
+
}
|
17960
|
+
},
|
17876
17961
|
"batch" : {
|
17877
17962
|
"endpoints" : {
|
17878
17963
|
"cn-north-1" : { },
|
@@ -19508,6 +19593,12 @@
|
|
19508
19593
|
"us-gov-west-1" : { }
|
19509
19594
|
}
|
19510
19595
|
},
|
19596
|
+
"backupstorage" : {
|
19597
|
+
"endpoints" : {
|
19598
|
+
"us-gov-east-1" : { },
|
19599
|
+
"us-gov-west-1" : { }
|
19600
|
+
}
|
19601
|
+
},
|
19511
19602
|
"batch" : {
|
19512
19603
|
"defaults" : {
|
19513
19604
|
"variants" : [ {
|
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.785.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: 2023-
|
11
|
+
date: 2023-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|