aws-partitions 1.994.0 → 1.995.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +168 -43
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd830365c7e4b6902871c4f689357c3cbbc6dff98a08005d28992f74d48dcd04
4
- data.tar.gz: c3d4bfed909e8edc169f0c56ac2766c771461370b4491e5618c54a7d6f169b3c
3
+ metadata.gz: b5e40b868c12cc96629b696e6b03bc06bd8e8ffa2267ad58964b93b71aff4f77
4
+ data.tar.gz: 3227a34783edfde8daff80b21394cc55221b167412b9df1a7da447c6dd6af5d7
5
5
  SHA512:
6
- metadata.gz: 91bb4846b8a8e19c5a7a66d7625d92dacb5924d033bdd7e4f553f168bb8c35d5d4cd9920e139b9a83a5f842f23ec0928ca44ad0db8890429b43917e6f1bfa5eb
7
- data.tar.gz: 99fa22d6f715c6ce4b1a64ee2a9ca0763165931ca9777e15ffecfab2138f52a06237a39a524dc7a54b10e3918921f9958e5518362ffdf938f74c15e7858f787f
6
+ metadata.gz: 1a44742d0b2fb51821b984963f615c57a57bcca02880c9aa6496ef586a4b3ede66e883621c5f88800ebc5584dbe908eff4f321b13ced99850f591b7c8b0ceafc
7
+ data.tar.gz: 21af89df00cc6b25be79c3550c4626ae8bc135807546ab020d97ac03f23374532bdcadfaaa9842feb162245dd20b2b440f393595a64fe7240ffdc3e4c1c9b24f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.995.0 (2024-10-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.994.0 (2024-10-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.994.0
1
+ 1.995.0
data/partitions.json CHANGED
@@ -3751,32 +3751,162 @@
3751
3751
  }
3752
3752
  },
3753
3753
  "endpoints" : {
3754
- "af-south-1" : { },
3755
- "ap-east-1" : { },
3756
- "ap-northeast-1" : { },
3757
- "ap-northeast-2" : { },
3758
- "ap-northeast-3" : { },
3759
- "ap-south-1" : { },
3760
- "ap-south-2" : { },
3761
- "ap-southeast-1" : { },
3762
- "ap-southeast-2" : { },
3763
- "ap-southeast-3" : { },
3764
- "ca-central-1" : { },
3765
- "eu-central-1" : { },
3766
- "eu-central-2" : { },
3767
- "eu-north-1" : { },
3768
- "eu-south-1" : { },
3769
- "eu-west-1" : { },
3770
- "eu-west-2" : { },
3771
- "eu-west-3" : { },
3772
- "il-central-1" : { },
3773
- "me-central-1" : { },
3774
- "me-south-1" : { },
3775
- "sa-east-1" : { },
3776
- "us-east-1" : { },
3777
- "us-east-2" : { },
3778
- "us-west-1" : { },
3779
- "us-west-2" : { }
3754
+ "af-south-1" : {
3755
+ "variants" : [ {
3756
+ "hostname" : "cloudhsmv2.af-south-1.api.aws",
3757
+ "tags" : [ "dualstack" ]
3758
+ } ]
3759
+ },
3760
+ "ap-east-1" : {
3761
+ "variants" : [ {
3762
+ "hostname" : "cloudhsmv2.ap-east-1.api.aws",
3763
+ "tags" : [ "dualstack" ]
3764
+ } ]
3765
+ },
3766
+ "ap-northeast-1" : {
3767
+ "variants" : [ {
3768
+ "hostname" : "cloudhsmv2.ap-northeast-1.api.aws",
3769
+ "tags" : [ "dualstack" ]
3770
+ } ]
3771
+ },
3772
+ "ap-northeast-2" : {
3773
+ "variants" : [ {
3774
+ "hostname" : "cloudhsmv2.ap-northeast-2.api.aws",
3775
+ "tags" : [ "dualstack" ]
3776
+ } ]
3777
+ },
3778
+ "ap-northeast-3" : {
3779
+ "variants" : [ {
3780
+ "hostname" : "cloudhsmv2.ap-northeast-3.api.aws",
3781
+ "tags" : [ "dualstack" ]
3782
+ } ]
3783
+ },
3784
+ "ap-south-1" : {
3785
+ "variants" : [ {
3786
+ "hostname" : "cloudhsmv2.ap-south-1.api.aws",
3787
+ "tags" : [ "dualstack" ]
3788
+ } ]
3789
+ },
3790
+ "ap-south-2" : {
3791
+ "variants" : [ {
3792
+ "hostname" : "cloudhsmv2.ap-south-2.api.aws",
3793
+ "tags" : [ "dualstack" ]
3794
+ } ]
3795
+ },
3796
+ "ap-southeast-1" : {
3797
+ "variants" : [ {
3798
+ "hostname" : "cloudhsmv2.ap-southeast-1.api.aws",
3799
+ "tags" : [ "dualstack" ]
3800
+ } ]
3801
+ },
3802
+ "ap-southeast-2" : {
3803
+ "variants" : [ {
3804
+ "hostname" : "cloudhsmv2.ap-southeast-2.api.aws",
3805
+ "tags" : [ "dualstack" ]
3806
+ } ]
3807
+ },
3808
+ "ap-southeast-3" : {
3809
+ "variants" : [ {
3810
+ "hostname" : "cloudhsmv2.ap-southeast-3.api.aws",
3811
+ "tags" : [ "dualstack" ]
3812
+ } ]
3813
+ },
3814
+ "ca-central-1" : {
3815
+ "variants" : [ {
3816
+ "hostname" : "cloudhsmv2.ca-central-1.api.aws",
3817
+ "tags" : [ "dualstack" ]
3818
+ } ]
3819
+ },
3820
+ "eu-central-1" : {
3821
+ "variants" : [ {
3822
+ "hostname" : "cloudhsmv2.eu-central-1.api.aws",
3823
+ "tags" : [ "dualstack" ]
3824
+ } ]
3825
+ },
3826
+ "eu-central-2" : {
3827
+ "variants" : [ {
3828
+ "hostname" : "cloudhsmv2.eu-central-2.api.aws",
3829
+ "tags" : [ "dualstack" ]
3830
+ } ]
3831
+ },
3832
+ "eu-north-1" : {
3833
+ "variants" : [ {
3834
+ "hostname" : "cloudhsmv2.eu-north-1.api.aws",
3835
+ "tags" : [ "dualstack" ]
3836
+ } ]
3837
+ },
3838
+ "eu-south-1" : {
3839
+ "variants" : [ {
3840
+ "hostname" : "cloudhsmv2.eu-south-1.api.aws",
3841
+ "tags" : [ "dualstack" ]
3842
+ } ]
3843
+ },
3844
+ "eu-west-1" : {
3845
+ "variants" : [ {
3846
+ "hostname" : "cloudhsmv2.eu-west-1.api.aws",
3847
+ "tags" : [ "dualstack" ]
3848
+ } ]
3849
+ },
3850
+ "eu-west-2" : {
3851
+ "variants" : [ {
3852
+ "hostname" : "cloudhsmv2.eu-west-2.api.aws",
3853
+ "tags" : [ "dualstack" ]
3854
+ } ]
3855
+ },
3856
+ "eu-west-3" : {
3857
+ "variants" : [ {
3858
+ "hostname" : "cloudhsmv2.eu-west-3.api.aws",
3859
+ "tags" : [ "dualstack" ]
3860
+ } ]
3861
+ },
3862
+ "il-central-1" : {
3863
+ "variants" : [ {
3864
+ "hostname" : "cloudhsmv2.il-central-1.api.aws",
3865
+ "tags" : [ "dualstack" ]
3866
+ } ]
3867
+ },
3868
+ "me-central-1" : {
3869
+ "variants" : [ {
3870
+ "hostname" : "cloudhsmv2.me-central-1.api.aws",
3871
+ "tags" : [ "dualstack" ]
3872
+ } ]
3873
+ },
3874
+ "me-south-1" : {
3875
+ "variants" : [ {
3876
+ "hostname" : "cloudhsmv2.me-south-1.api.aws",
3877
+ "tags" : [ "dualstack" ]
3878
+ } ]
3879
+ },
3880
+ "sa-east-1" : {
3881
+ "variants" : [ {
3882
+ "hostname" : "cloudhsmv2.sa-east-1.api.aws",
3883
+ "tags" : [ "dualstack" ]
3884
+ } ]
3885
+ },
3886
+ "us-east-1" : {
3887
+ "variants" : [ {
3888
+ "hostname" : "cloudhsmv2.us-east-1.api.aws",
3889
+ "tags" : [ "dualstack" ]
3890
+ } ]
3891
+ },
3892
+ "us-east-2" : {
3893
+ "variants" : [ {
3894
+ "hostname" : "cloudhsmv2.us-east-2.api.aws",
3895
+ "tags" : [ "dualstack" ]
3896
+ } ]
3897
+ },
3898
+ "us-west-1" : {
3899
+ "variants" : [ {
3900
+ "hostname" : "cloudhsmv2.us-west-1.api.aws",
3901
+ "tags" : [ "dualstack" ]
3902
+ } ]
3903
+ },
3904
+ "us-west-2" : {
3905
+ "variants" : [ {
3906
+ "hostname" : "cloudhsmv2.us-west-2.api.aws",
3907
+ "tags" : [ "dualstack" ]
3908
+ } ]
3909
+ }
3780
3910
  }
3781
3911
  },
3782
3912
  "cloudsearch" : {
@@ -13935,21 +14065,6 @@
13935
14065
  "isRegionalized" : false,
13936
14066
  "partitionEndpoint" : "aws-global"
13937
14067
  },
13938
- "nimble" : {
13939
- "endpoints" : {
13940
- "ap-northeast-1" : { },
13941
- "ap-southeast-1" : { },
13942
- "ap-southeast-2" : { },
13943
- "ca-central-1" : { },
13944
- "eu-central-1" : { },
13945
- "eu-north-1" : { },
13946
- "eu-west-1" : { },
13947
- "eu-west-2" : { },
13948
- "us-east-1" : { },
13949
- "us-east-2" : { },
13950
- "us-west-2" : { }
13951
- }
13952
- },
13953
14068
  "oam" : {
13954
14069
  "endpoints" : {
13955
14070
  "af-south-1" : { },
@@ -25128,8 +25243,18 @@
25128
25243
  }
25129
25244
  },
25130
25245
  "endpoints" : {
25131
- "us-gov-east-1" : { },
25132
- "us-gov-west-1" : { }
25246
+ "us-gov-east-1" : {
25247
+ "variants" : [ {
25248
+ "hostname" : "cloudhsmv2.us-gov-east-1.api.aws",
25249
+ "tags" : [ "dualstack" ]
25250
+ } ]
25251
+ },
25252
+ "us-gov-west-1" : {
25253
+ "variants" : [ {
25254
+ "hostname" : "cloudhsmv2.us-gov-west-1.api.aws",
25255
+ "tags" : [ "dualstack" ]
25256
+ } ]
25257
+ }
25133
25258
  }
25134
25259
  },
25135
25260
  "cloudtrail" : {
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.994.0
4
+ version: 1.995.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: 2024-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: