aws-partitions 1.994.0 → 1.996.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +200 -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: 82bbf02b2271d9342deedf9190a7774cbd6881abd7c51a26079af018725892bc
4
+ data.tar.gz: eb6aeb42e25eb060a60f6a378132b5a1cdbe5f72a8a2fa4a1e806035febe8e4b
5
5
  SHA512:
6
- metadata.gz: 91bb4846b8a8e19c5a7a66d7625d92dacb5924d033bdd7e4f553f168bb8c35d5d4cd9920e139b9a83a5f842f23ec0928ca44ad0db8890429b43917e6f1bfa5eb
7
- data.tar.gz: 99fa22d6f715c6ce4b1a64ee2a9ca0763165931ca9777e15ffecfab2138f52a06237a39a524dc7a54b10e3918921f9958e5518362ffdf938f74c15e7858f787f
6
+ metadata.gz: 726001dfd67254d995e4d37a8b869bb9780be27a30f1f881dd14af89e962efcc384e382e49e1f2881afe9a325a8a84df853c1e3dc70e3f8a7f33aa46a57baa9a
7
+ data.tar.gz: 5c607eb173c63781b5f54500c5cbd1e82f6373bd8a3b920465afb9d43df85ee063a3e5ef56434c38b0b22aa9dc88f423160c2a8e17fd090da409a3bdcb4bb7d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.996.0 (2024-10-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.995.0 (2024-10-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.994.0 (2024-10-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.994.0
1
+ 1.996.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" : {
@@ -13132,6 +13262,7 @@
13132
13262
  "ap-northeast-2" : { },
13133
13263
  "ap-northeast-3" : { },
13134
13264
  "ap-south-1" : { },
13265
+ "ap-south-2" : { },
13135
13266
  "ap-southeast-1" : { },
13136
13267
  "ap-southeast-2" : { },
13137
13268
  "ap-southeast-4" : { },
@@ -13141,6 +13272,7 @@
13141
13272
  "eu-west-1" : { },
13142
13273
  "eu-west-2" : { },
13143
13274
  "eu-west-3" : { },
13275
+ "me-central-1" : { },
13144
13276
  "sa-east-1" : { },
13145
13277
  "us-east-1" : { },
13146
13278
  "us-east-2" : { },
@@ -13935,21 +14067,6 @@
13935
14067
  "isRegionalized" : false,
13936
14068
  "partitionEndpoint" : "aws-global"
13937
14069
  },
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
14070
  "oam" : {
13954
14071
  "endpoints" : {
13955
14072
  "af-south-1" : { },
@@ -25128,8 +25245,18 @@
25128
25245
  }
25129
25246
  },
25130
25247
  "endpoints" : {
25131
- "us-gov-east-1" : { },
25132
- "us-gov-west-1" : { }
25248
+ "us-gov-east-1" : {
25249
+ "variants" : [ {
25250
+ "hostname" : "cloudhsmv2.us-gov-east-1.api.aws",
25251
+ "tags" : [ "dualstack" ]
25252
+ } ]
25253
+ },
25254
+ "us-gov-west-1" : {
25255
+ "variants" : [ {
25256
+ "hostname" : "cloudhsmv2.us-gov-west-1.api.aws",
25257
+ "tags" : [ "dualstack" ]
25258
+ } ]
25259
+ }
25133
25260
  }
25134
25261
  },
25135
25262
  "cloudtrail" : {
@@ -27988,6 +28115,36 @@
27988
28115
  }
27989
28116
  }
27990
28117
  },
28118
+ "redshift-serverless" : {
28119
+ "endpoints" : {
28120
+ "fips-us-gov-east-1" : {
28121
+ "credentialScope" : {
28122
+ "region" : "us-gov-east-1"
28123
+ },
28124
+ "deprecated" : true,
28125
+ "hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
28126
+ },
28127
+ "fips-us-gov-west-1" : {
28128
+ "credentialScope" : {
28129
+ "region" : "us-gov-west-1"
28130
+ },
28131
+ "deprecated" : true,
28132
+ "hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
28133
+ },
28134
+ "us-gov-east-1" : {
28135
+ "variants" : [ {
28136
+ "hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
28137
+ "tags" : [ "fips" ]
28138
+ } ]
28139
+ },
28140
+ "us-gov-west-1" : {
28141
+ "variants" : [ {
28142
+ "hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
28143
+ "tags" : [ "fips" ]
28144
+ } ]
28145
+ }
28146
+ }
28147
+ },
27991
28148
  "rekognition" : {
27992
28149
  "endpoints" : {
27993
28150
  "rekognition-fips.us-gov-west-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.994.0
4
+ version: 1.996.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-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: