aws-partitions 1.764.0 → 1.767.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.rb +1 -0
- data/partitions.json +134 -5
- 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: 7c98de5f295f2e7bdbb8ab59e973296ab85a3a4cfa0712504a60935ecc1fc1ba
|
|
4
|
+
data.tar.gz: 67aa5538c216e11b95804bc0573999b0b3d54c7d9e3b84d8d632180141769364
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 863a92049e9b4e47cf604e41e6e2180d8cebf74507f25ad026a8a2ddd5d9ffdae01148fdb50858b5e1916bf30d2e834eac2729ee5ab135bc923a1ba5e393bab1
|
|
7
|
+
data.tar.gz: e0463f0c05ebbf74cce1834cb4671ee4d9ede9d36dd70716738e410481e5cf2d1359e5d793356661ea42e84114fe45206ab336fccc61ad96cf54c2c105e993ea
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.767.0 (2023-05-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::MediaPackageV2`.
|
|
8
|
+
|
|
9
|
+
1.766.0 (2023-05-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.765.0 (2023-05-16)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.764.0 (2023-05-15)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.767.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -460,6 +460,7 @@ module Aws
|
|
|
460
460
|
'MediaConvert' => 'mediaconvert',
|
|
461
461
|
'MediaLive' => 'medialive',
|
|
462
462
|
'MediaPackage' => 'mediapackage',
|
|
463
|
+
'MediaPackageV2' => 'mediapackagev2',
|
|
463
464
|
'MediaPackageVod' => 'mediapackage-vod',
|
|
464
465
|
'MediaStore' => 'mediastore',
|
|
465
466
|
'MediaStoreData' => 'data.mediastore',
|
data/partitions.json
CHANGED
|
@@ -2005,6 +2005,9 @@
|
|
|
2005
2005
|
"variants" : [ {
|
|
2006
2006
|
"hostname" : "athena-fips.us-east-1.amazonaws.com",
|
|
2007
2007
|
"tags" : [ "fips" ]
|
|
2008
|
+
}, {
|
|
2009
|
+
"hostname" : "athena-fips.us-east-1.api.aws",
|
|
2010
|
+
"tags" : [ "dualstack", "fips" ]
|
|
2008
2011
|
}, {
|
|
2009
2012
|
"hostname" : "athena.us-east-1.api.aws",
|
|
2010
2013
|
"tags" : [ "dualstack" ]
|
|
@@ -2014,6 +2017,9 @@
|
|
|
2014
2017
|
"variants" : [ {
|
|
2015
2018
|
"hostname" : "athena-fips.us-east-2.amazonaws.com",
|
|
2016
2019
|
"tags" : [ "fips" ]
|
|
2020
|
+
}, {
|
|
2021
|
+
"hostname" : "athena-fips.us-east-2.api.aws",
|
|
2022
|
+
"tags" : [ "dualstack", "fips" ]
|
|
2017
2023
|
}, {
|
|
2018
2024
|
"hostname" : "athena.us-east-2.api.aws",
|
|
2019
2025
|
"tags" : [ "dualstack" ]
|
|
@@ -2023,6 +2029,9 @@
|
|
|
2023
2029
|
"variants" : [ {
|
|
2024
2030
|
"hostname" : "athena-fips.us-west-1.amazonaws.com",
|
|
2025
2031
|
"tags" : [ "fips" ]
|
|
2032
|
+
}, {
|
|
2033
|
+
"hostname" : "athena-fips.us-west-1.api.aws",
|
|
2034
|
+
"tags" : [ "dualstack", "fips" ]
|
|
2026
2035
|
}, {
|
|
2027
2036
|
"hostname" : "athena.us-west-1.api.aws",
|
|
2028
2037
|
"tags" : [ "dualstack" ]
|
|
@@ -2032,6 +2041,9 @@
|
|
|
2032
2041
|
"variants" : [ {
|
|
2033
2042
|
"hostname" : "athena-fips.us-west-2.amazonaws.com",
|
|
2034
2043
|
"tags" : [ "fips" ]
|
|
2044
|
+
}, {
|
|
2045
|
+
"hostname" : "athena-fips.us-west-2.api.aws",
|
|
2046
|
+
"tags" : [ "dualstack", "fips" ]
|
|
2035
2047
|
}, {
|
|
2036
2048
|
"hostname" : "athena.us-west-2.api.aws",
|
|
2037
2049
|
"tags" : [ "dualstack" ]
|
|
@@ -3199,6 +3211,7 @@
|
|
|
3199
3211
|
"ca-central-1" : { },
|
|
3200
3212
|
"eu-central-1" : { },
|
|
3201
3213
|
"eu-north-1" : { },
|
|
3214
|
+
"eu-south-1" : { },
|
|
3202
3215
|
"eu-west-1" : { },
|
|
3203
3216
|
"eu-west-2" : { },
|
|
3204
3217
|
"eu-west-3" : { },
|
|
@@ -4348,12 +4361,24 @@
|
|
|
4348
4361
|
"ap-south-1" : { },
|
|
4349
4362
|
"ap-southeast-1" : { },
|
|
4350
4363
|
"ap-southeast-2" : { },
|
|
4351
|
-
"ca-central-1" : {
|
|
4364
|
+
"ca-central-1" : {
|
|
4365
|
+
"variants" : [ {
|
|
4366
|
+
"hostname" : "devops-guru-fips.ca-central-1.amazonaws.com",
|
|
4367
|
+
"tags" : [ "fips" ]
|
|
4368
|
+
} ]
|
|
4369
|
+
},
|
|
4352
4370
|
"eu-central-1" : { },
|
|
4353
4371
|
"eu-north-1" : { },
|
|
4354
4372
|
"eu-west-1" : { },
|
|
4355
4373
|
"eu-west-2" : { },
|
|
4356
4374
|
"eu-west-3" : { },
|
|
4375
|
+
"fips-ca-central-1" : {
|
|
4376
|
+
"credentialScope" : {
|
|
4377
|
+
"region" : "ca-central-1"
|
|
4378
|
+
},
|
|
4379
|
+
"deprecated" : true,
|
|
4380
|
+
"hostname" : "devops-guru-fips.ca-central-1.amazonaws.com"
|
|
4381
|
+
},
|
|
4357
4382
|
"fips-us-east-1" : {
|
|
4358
4383
|
"credentialScope" : {
|
|
4359
4384
|
"region" : "us-east-1"
|
|
@@ -4368,6 +4393,13 @@
|
|
|
4368
4393
|
"deprecated" : true,
|
|
4369
4394
|
"hostname" : "devops-guru-fips.us-east-2.amazonaws.com"
|
|
4370
4395
|
},
|
|
4396
|
+
"fips-us-west-1" : {
|
|
4397
|
+
"credentialScope" : {
|
|
4398
|
+
"region" : "us-west-1"
|
|
4399
|
+
},
|
|
4400
|
+
"deprecated" : true,
|
|
4401
|
+
"hostname" : "devops-guru-fips.us-west-1.amazonaws.com"
|
|
4402
|
+
},
|
|
4371
4403
|
"fips-us-west-2" : {
|
|
4372
4404
|
"credentialScope" : {
|
|
4373
4405
|
"region" : "us-west-2"
|
|
@@ -4388,7 +4420,12 @@
|
|
|
4388
4420
|
"tags" : [ "fips" ]
|
|
4389
4421
|
} ]
|
|
4390
4422
|
},
|
|
4391
|
-
"us-west-1" : {
|
|
4423
|
+
"us-west-1" : {
|
|
4424
|
+
"variants" : [ {
|
|
4425
|
+
"hostname" : "devops-guru-fips.us-west-1.amazonaws.com",
|
|
4426
|
+
"tags" : [ "fips" ]
|
|
4427
|
+
} ]
|
|
4428
|
+
},
|
|
4392
4429
|
"us-west-2" : {
|
|
4393
4430
|
"variants" : [ {
|
|
4394
4431
|
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
|
|
@@ -10685,13 +10722,17 @@
|
|
|
10685
10722
|
"ap-northeast-2" : { },
|
|
10686
10723
|
"ap-northeast-3" : { },
|
|
10687
10724
|
"ap-south-1" : { },
|
|
10725
|
+
"ap-south-2" : { },
|
|
10688
10726
|
"ap-southeast-1" : { },
|
|
10689
10727
|
"ap-southeast-2" : { },
|
|
10690
10728
|
"ap-southeast-3" : { },
|
|
10729
|
+
"ap-southeast-4" : { },
|
|
10691
10730
|
"ca-central-1" : { },
|
|
10692
10731
|
"eu-central-1" : { },
|
|
10732
|
+
"eu-central-2" : { },
|
|
10693
10733
|
"eu-north-1" : { },
|
|
10694
10734
|
"eu-south-1" : { },
|
|
10735
|
+
"eu-south-2" : { },
|
|
10695
10736
|
"eu-west-1" : { },
|
|
10696
10737
|
"eu-west-2" : { },
|
|
10697
10738
|
"eu-west-3" : { },
|
|
@@ -11777,11 +11818,47 @@
|
|
|
11777
11818
|
"ap-northeast-2" : { },
|
|
11778
11819
|
"ap-southeast-1" : { },
|
|
11779
11820
|
"ap-southeast-2" : { },
|
|
11780
|
-
"ca-central-1" : {
|
|
11821
|
+
"ca-central-1" : {
|
|
11822
|
+
"variants" : [ {
|
|
11823
|
+
"hostname" : "profile-fips.ca-central-1.amazonaws.com",
|
|
11824
|
+
"tags" : [ "fips" ]
|
|
11825
|
+
} ]
|
|
11826
|
+
},
|
|
11781
11827
|
"eu-central-1" : { },
|
|
11782
11828
|
"eu-west-2" : { },
|
|
11783
|
-
"
|
|
11784
|
-
|
|
11829
|
+
"fips-ca-central-1" : {
|
|
11830
|
+
"credentialScope" : {
|
|
11831
|
+
"region" : "ca-central-1"
|
|
11832
|
+
},
|
|
11833
|
+
"deprecated" : true,
|
|
11834
|
+
"hostname" : "profile-fips.ca-central-1.amazonaws.com"
|
|
11835
|
+
},
|
|
11836
|
+
"fips-us-east-1" : {
|
|
11837
|
+
"credentialScope" : {
|
|
11838
|
+
"region" : "us-east-1"
|
|
11839
|
+
},
|
|
11840
|
+
"deprecated" : true,
|
|
11841
|
+
"hostname" : "profile-fips.us-east-1.amazonaws.com"
|
|
11842
|
+
},
|
|
11843
|
+
"fips-us-west-2" : {
|
|
11844
|
+
"credentialScope" : {
|
|
11845
|
+
"region" : "us-west-2"
|
|
11846
|
+
},
|
|
11847
|
+
"deprecated" : true,
|
|
11848
|
+
"hostname" : "profile-fips.us-west-2.amazonaws.com"
|
|
11849
|
+
},
|
|
11850
|
+
"us-east-1" : {
|
|
11851
|
+
"variants" : [ {
|
|
11852
|
+
"hostname" : "profile-fips.us-east-1.amazonaws.com",
|
|
11853
|
+
"tags" : [ "fips" ]
|
|
11854
|
+
} ]
|
|
11855
|
+
},
|
|
11856
|
+
"us-west-2" : {
|
|
11857
|
+
"variants" : [ {
|
|
11858
|
+
"hostname" : "profile-fips.us-west-2.amazonaws.com",
|
|
11859
|
+
"tags" : [ "fips" ]
|
|
11860
|
+
} ]
|
|
11861
|
+
}
|
|
11785
11862
|
}
|
|
11786
11863
|
},
|
|
11787
11864
|
"projects.iot1click" : {
|
|
@@ -17580,6 +17657,12 @@
|
|
|
17580
17657
|
"cn-northwest-1" : { }
|
|
17581
17658
|
}
|
|
17582
17659
|
},
|
|
17660
|
+
"airflow" : {
|
|
17661
|
+
"endpoints" : {
|
|
17662
|
+
"cn-north-1" : { },
|
|
17663
|
+
"cn-northwest-1" : { }
|
|
17664
|
+
}
|
|
17665
|
+
},
|
|
17583
17666
|
"api.ecr" : {
|
|
17584
17667
|
"endpoints" : {
|
|
17585
17668
|
"cn-north-1" : {
|
|
@@ -19280,6 +19363,9 @@
|
|
|
19280
19363
|
"variants" : [ {
|
|
19281
19364
|
"hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
|
|
19282
19365
|
"tags" : [ "fips" ]
|
|
19366
|
+
}, {
|
|
19367
|
+
"hostname" : "athena-fips.us-gov-east-1.api.aws",
|
|
19368
|
+
"tags" : [ "dualstack", "fips" ]
|
|
19283
19369
|
}, {
|
|
19284
19370
|
"hostname" : "athena.us-gov-east-1.api.aws",
|
|
19285
19371
|
"tags" : [ "dualstack" ]
|
|
@@ -19289,6 +19375,9 @@
|
|
|
19289
19375
|
"variants" : [ {
|
|
19290
19376
|
"hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
|
|
19291
19377
|
"tags" : [ "fips" ]
|
|
19378
|
+
}, {
|
|
19379
|
+
"hostname" : "athena-fips.us-gov-west-1.api.aws",
|
|
19380
|
+
"tags" : [ "dualstack", "fips" ]
|
|
19292
19381
|
}, {
|
|
19293
19382
|
"hostname" : "athena.us-gov-west-1.api.aws",
|
|
19294
19383
|
"tags" : [ "dualstack" ]
|
|
@@ -23194,6 +23283,12 @@
|
|
|
23194
23283
|
"us-iso-west-1" : { }
|
|
23195
23284
|
}
|
|
23196
23285
|
},
|
|
23286
|
+
"cloudcontrolapi" : {
|
|
23287
|
+
"endpoints" : {
|
|
23288
|
+
"us-iso-east-1" : { },
|
|
23289
|
+
"us-iso-west-1" : { }
|
|
23290
|
+
}
|
|
23291
|
+
},
|
|
23197
23292
|
"cloudformation" : {
|
|
23198
23293
|
"endpoints" : {
|
|
23199
23294
|
"us-iso-east-1" : { },
|
|
@@ -23522,6 +23617,23 @@
|
|
|
23522
23617
|
"us-iso-west-1" : { }
|
|
23523
23618
|
}
|
|
23524
23619
|
},
|
|
23620
|
+
"rbin" : {
|
|
23621
|
+
"endpoints" : {
|
|
23622
|
+
"fips-us-iso-east-1" : {
|
|
23623
|
+
"credentialScope" : {
|
|
23624
|
+
"region" : "us-iso-east-1"
|
|
23625
|
+
},
|
|
23626
|
+
"deprecated" : true,
|
|
23627
|
+
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov"
|
|
23628
|
+
},
|
|
23629
|
+
"us-iso-east-1" : {
|
|
23630
|
+
"variants" : [ {
|
|
23631
|
+
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov",
|
|
23632
|
+
"tags" : [ "fips" ]
|
|
23633
|
+
} ]
|
|
23634
|
+
}
|
|
23635
|
+
}
|
|
23636
|
+
},
|
|
23525
23637
|
"rds" : {
|
|
23526
23638
|
"endpoints" : {
|
|
23527
23639
|
"us-iso-east-1" : { },
|
|
@@ -23981,6 +24093,23 @@
|
|
|
23981
24093
|
"us-isob-east-1" : { }
|
|
23982
24094
|
}
|
|
23983
24095
|
},
|
|
24096
|
+
"rbin" : {
|
|
24097
|
+
"endpoints" : {
|
|
24098
|
+
"fips-us-isob-east-1" : {
|
|
24099
|
+
"credentialScope" : {
|
|
24100
|
+
"region" : "us-isob-east-1"
|
|
24101
|
+
},
|
|
24102
|
+
"deprecated" : true,
|
|
24103
|
+
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov"
|
|
24104
|
+
},
|
|
24105
|
+
"us-isob-east-1" : {
|
|
24106
|
+
"variants" : [ {
|
|
24107
|
+
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
24108
|
+
"tags" : [ "fips" ]
|
|
24109
|
+
} ]
|
|
24110
|
+
}
|
|
24111
|
+
}
|
|
24112
|
+
},
|
|
23984
24113
|
"rds" : {
|
|
23985
24114
|
"endpoints" : {
|
|
23986
24115
|
"us-isob-east-1" : { }
|
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.767.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-05-
|
|
11
|
+
date: 2023-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|