aws-partitions 1.992.0 → 1.997.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +376 -69
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f9a8e68db01ed71555c4736cc1ca7e244eb608f1c127657150e0cd45fc76998
4
- data.tar.gz: e5e71dab518bd834fe266ca426f08989ae5338054c6b712a312f15c050767ea9
3
+ metadata.gz: ce4764b6a5a9999307aace466d15201b9924c9a49e2263a4660e7dd655dac50b
4
+ data.tar.gz: 5a72ce9bbe95bd8b5c92635c2db368a879814af94fa86ce87b97aa92cdf330bf
5
5
  SHA512:
6
- metadata.gz: d21251b52baaf82d422a865542e6f950f9836a8b1b53725c0dd3528d9b5ce3553f28fd7c2d614001944db39545f8c48024b417d206fbd7c40d8bf7470f8ba719
7
- data.tar.gz: bee52a350c4cbcad8153ea74f78790ce6928ffdacf264c5fdcc64ff67d170b7f274f2f0e460c597f3ea3a8b4edeaac1b438556a742ef916769059dad02ceffc5
6
+ metadata.gz: 311c6e8a77afa85f0453fa3fd530a4688ee818605364f0e3ff3ca9c642446e9a8a510e0ec6c34b1a3127d31c862d33d2bd70a9efc64e99cbac72b6d8ca3d5fa1
7
+ data.tar.gz: 69aefd3e59e8106ad848027ced73105a025c21efbb6895f1554d11bc29e0e92c4beb9e4cf36d433857a77fbc9df224cbb455100bc09be9a00925ae1e9413ddc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.997.0 (2024-10-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.996.0 (2024-10-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.995.0 (2024-10-24)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.994.0 (2024-10-23)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.993.0 (2024-10-22)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.992.0 (2024-10-18)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.992.0
1
+ 1.997.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" : {
@@ -4979,6 +5109,7 @@
4979
5109
  "ap-southeast-2" : { },
4980
5110
  "ap-southeast-3" : { },
4981
5111
  "ap-southeast-4" : { },
5112
+ "ap-southeast-5" : { },
4982
5113
  "ca-central-1" : {
4983
5114
  "variants" : [ {
4984
5115
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -13131,6 +13262,7 @@
13131
13262
  "ap-northeast-2" : { },
13132
13263
  "ap-northeast-3" : { },
13133
13264
  "ap-south-1" : { },
13265
+ "ap-south-2" : { },
13134
13266
  "ap-southeast-1" : { },
13135
13267
  "ap-southeast-2" : { },
13136
13268
  "ap-southeast-4" : { },
@@ -13140,6 +13272,7 @@
13140
13272
  "eu-west-1" : { },
13141
13273
  "eu-west-2" : { },
13142
13274
  "eu-west-3" : { },
13275
+ "me-central-1" : { },
13143
13276
  "sa-east-1" : { },
13144
13277
  "us-east-1" : { },
13145
13278
  "us-east-2" : { },
@@ -13934,21 +14067,6 @@
13934
14067
  "isRegionalized" : false,
13935
14068
  "partitionEndpoint" : "aws-global"
13936
14069
  },
13937
- "nimble" : {
13938
- "endpoints" : {
13939
- "ap-northeast-1" : { },
13940
- "ap-southeast-1" : { },
13941
- "ap-southeast-2" : { },
13942
- "ca-central-1" : { },
13943
- "eu-central-1" : { },
13944
- "eu-north-1" : { },
13945
- "eu-west-1" : { },
13946
- "eu-west-2" : { },
13947
- "us-east-1" : { },
13948
- "us-east-2" : { },
13949
- "us-west-2" : { }
13950
- }
13951
- },
13952
14070
  "oam" : {
13953
14071
  "endpoints" : {
13954
14072
  "af-south-1" : { },
@@ -18035,28 +18153,138 @@
18035
18153
  },
18036
18154
  "securityhub" : {
18037
18155
  "endpoints" : {
18038
- "af-south-1" : { },
18039
- "ap-east-1" : { },
18040
- "ap-northeast-1" : { },
18041
- "ap-northeast-2" : { },
18042
- "ap-northeast-3" : { },
18043
- "ap-south-1" : { },
18044
- "ap-south-2" : { },
18045
- "ap-southeast-1" : { },
18046
- "ap-southeast-2" : { },
18047
- "ap-southeast-3" : { },
18048
- "ap-southeast-4" : { },
18049
- "ap-southeast-5" : { },
18050
- "ca-central-1" : { },
18051
- "ca-west-1" : { },
18052
- "eu-central-1" : { },
18053
- "eu-central-2" : { },
18054
- "eu-north-1" : { },
18055
- "eu-south-1" : { },
18056
- "eu-south-2" : { },
18057
- "eu-west-1" : { },
18058
- "eu-west-2" : { },
18059
- "eu-west-3" : { },
18156
+ "af-south-1" : {
18157
+ "variants" : [ {
18158
+ "hostname" : "securityhub.af-south-1.api.aws",
18159
+ "tags" : [ "dualstack" ]
18160
+ } ]
18161
+ },
18162
+ "ap-east-1" : {
18163
+ "variants" : [ {
18164
+ "hostname" : "securityhub.ap-east-1.api.aws",
18165
+ "tags" : [ "dualstack" ]
18166
+ } ]
18167
+ },
18168
+ "ap-northeast-1" : {
18169
+ "variants" : [ {
18170
+ "hostname" : "securityhub.ap-northeast-1.api.aws",
18171
+ "tags" : [ "dualstack" ]
18172
+ } ]
18173
+ },
18174
+ "ap-northeast-2" : {
18175
+ "variants" : [ {
18176
+ "hostname" : "securityhub.ap-northeast-2.api.aws",
18177
+ "tags" : [ "dualstack" ]
18178
+ } ]
18179
+ },
18180
+ "ap-northeast-3" : {
18181
+ "variants" : [ {
18182
+ "hostname" : "securityhub.ap-northeast-3.api.aws",
18183
+ "tags" : [ "dualstack" ]
18184
+ } ]
18185
+ },
18186
+ "ap-south-1" : {
18187
+ "variants" : [ {
18188
+ "hostname" : "securityhub.ap-south-1.api.aws",
18189
+ "tags" : [ "dualstack" ]
18190
+ } ]
18191
+ },
18192
+ "ap-south-2" : {
18193
+ "variants" : [ {
18194
+ "hostname" : "securityhub.ap-south-2.api.aws",
18195
+ "tags" : [ "dualstack" ]
18196
+ } ]
18197
+ },
18198
+ "ap-southeast-1" : {
18199
+ "variants" : [ {
18200
+ "hostname" : "securityhub.ap-southeast-1.api.aws",
18201
+ "tags" : [ "dualstack" ]
18202
+ } ]
18203
+ },
18204
+ "ap-southeast-2" : {
18205
+ "variants" : [ {
18206
+ "hostname" : "securityhub.ap-southeast-2.api.aws",
18207
+ "tags" : [ "dualstack" ]
18208
+ } ]
18209
+ },
18210
+ "ap-southeast-3" : {
18211
+ "variants" : [ {
18212
+ "hostname" : "securityhub.ap-southeast-3.api.aws",
18213
+ "tags" : [ "dualstack" ]
18214
+ } ]
18215
+ },
18216
+ "ap-southeast-4" : {
18217
+ "variants" : [ {
18218
+ "hostname" : "securityhub.ap-southeast-4.api.aws",
18219
+ "tags" : [ "dualstack" ]
18220
+ } ]
18221
+ },
18222
+ "ap-southeast-5" : {
18223
+ "variants" : [ {
18224
+ "hostname" : "securityhub.ap-southeast-5.api.aws",
18225
+ "tags" : [ "dualstack" ]
18226
+ } ]
18227
+ },
18228
+ "ca-central-1" : {
18229
+ "variants" : [ {
18230
+ "hostname" : "securityhub.ca-central-1.api.aws",
18231
+ "tags" : [ "dualstack" ]
18232
+ } ]
18233
+ },
18234
+ "ca-west-1" : {
18235
+ "variants" : [ {
18236
+ "hostname" : "securityhub.ca-west-1.api.aws",
18237
+ "tags" : [ "dualstack" ]
18238
+ } ]
18239
+ },
18240
+ "eu-central-1" : {
18241
+ "variants" : [ {
18242
+ "hostname" : "securityhub.eu-central-1.api.aws",
18243
+ "tags" : [ "dualstack" ]
18244
+ } ]
18245
+ },
18246
+ "eu-central-2" : {
18247
+ "variants" : [ {
18248
+ "hostname" : "securityhub.eu-central-2.api.aws",
18249
+ "tags" : [ "dualstack" ]
18250
+ } ]
18251
+ },
18252
+ "eu-north-1" : {
18253
+ "variants" : [ {
18254
+ "hostname" : "securityhub.eu-north-1.api.aws",
18255
+ "tags" : [ "dualstack" ]
18256
+ } ]
18257
+ },
18258
+ "eu-south-1" : {
18259
+ "variants" : [ {
18260
+ "hostname" : "securityhub.eu-south-1.api.aws",
18261
+ "tags" : [ "dualstack" ]
18262
+ } ]
18263
+ },
18264
+ "eu-south-2" : {
18265
+ "variants" : [ {
18266
+ "hostname" : "securityhub.eu-south-2.api.aws",
18267
+ "tags" : [ "dualstack" ]
18268
+ } ]
18269
+ },
18270
+ "eu-west-1" : {
18271
+ "variants" : [ {
18272
+ "hostname" : "securityhub.eu-west-1.api.aws",
18273
+ "tags" : [ "dualstack" ]
18274
+ } ]
18275
+ },
18276
+ "eu-west-2" : {
18277
+ "variants" : [ {
18278
+ "hostname" : "securityhub.eu-west-2.api.aws",
18279
+ "tags" : [ "dualstack" ]
18280
+ } ]
18281
+ },
18282
+ "eu-west-3" : {
18283
+ "variants" : [ {
18284
+ "hostname" : "securityhub.eu-west-3.api.aws",
18285
+ "tags" : [ "dualstack" ]
18286
+ } ]
18287
+ },
18060
18288
  "fips-us-east-1" : {
18061
18289
  "credentialScope" : {
18062
18290
  "region" : "us-east-1"
@@ -18085,32 +18313,64 @@
18085
18313
  "deprecated" : true,
18086
18314
  "hostname" : "securityhub-fips.us-west-2.amazonaws.com"
18087
18315
  },
18088
- "il-central-1" : { },
18089
- "me-central-1" : { },
18090
- "me-south-1" : { },
18091
- "sa-east-1" : { },
18316
+ "il-central-1" : {
18317
+ "variants" : [ {
18318
+ "hostname" : "securityhub.il-central-1.api.aws",
18319
+ "tags" : [ "dualstack" ]
18320
+ } ]
18321
+ },
18322
+ "me-central-1" : {
18323
+ "variants" : [ {
18324
+ "hostname" : "securityhub.me-central-1.api.aws",
18325
+ "tags" : [ "dualstack" ]
18326
+ } ]
18327
+ },
18328
+ "me-south-1" : {
18329
+ "variants" : [ {
18330
+ "hostname" : "securityhub.me-south-1.api.aws",
18331
+ "tags" : [ "dualstack" ]
18332
+ } ]
18333
+ },
18334
+ "sa-east-1" : {
18335
+ "variants" : [ {
18336
+ "hostname" : "securityhub.sa-east-1.api.aws",
18337
+ "tags" : [ "dualstack" ]
18338
+ } ]
18339
+ },
18092
18340
  "us-east-1" : {
18093
18341
  "variants" : [ {
18094
18342
  "hostname" : "securityhub-fips.us-east-1.amazonaws.com",
18095
18343
  "tags" : [ "fips" ]
18344
+ }, {
18345
+ "hostname" : "securityhub.us-east-1.api.aws",
18346
+ "tags" : [ "dualstack" ]
18096
18347
  } ]
18097
18348
  },
18098
18349
  "us-east-2" : {
18099
18350
  "variants" : [ {
18100
18351
  "hostname" : "securityhub-fips.us-east-2.amazonaws.com",
18101
18352
  "tags" : [ "fips" ]
18353
+ }, {
18354
+ "hostname" : "securityhub.us-east-2.api.aws",
18355
+ "tags" : [ "dualstack" ]
18102
18356
  } ]
18103
18357
  },
18104
18358
  "us-west-1" : {
18105
18359
  "variants" : [ {
18106
18360
  "hostname" : "securityhub-fips.us-west-1.amazonaws.com",
18107
18361
  "tags" : [ "fips" ]
18362
+ }, {
18363
+ "hostname" : "securityhub.us-west-1.api.aws",
18364
+ "tags" : [ "dualstack" ]
18108
18365
  } ]
18109
18366
  },
18110
18367
  "us-west-2" : {
18111
18368
  "variants" : [ {
18112
18369
  "hostname" : "securityhub-fips.us-west-2.amazonaws.com",
18113
18370
  "tags" : [ "fips" ]
18371
+ }, {
18372
+ "hostname" : "securityhub.us-west-2.api.aws",
18373
+ "tags" : [ "dualstack" ]
18114
18374
  } ]
18115
18375
  }
18116
18376
  }
@@ -20144,6 +20404,7 @@
20144
20404
  "ap-southeast-2" : { },
20145
20405
  "ap-southeast-3" : { },
20146
20406
  "ap-southeast-4" : { },
20407
+ "ap-southeast-5" : { },
20147
20408
  "ca-central-1" : {
20148
20409
  "variants" : [ {
20149
20410
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -24985,8 +25246,18 @@
24985
25246
  }
24986
25247
  },
24987
25248
  "endpoints" : {
24988
- "us-gov-east-1" : { },
24989
- "us-gov-west-1" : { }
25249
+ "us-gov-east-1" : {
25250
+ "variants" : [ {
25251
+ "hostname" : "cloudhsmv2.us-gov-east-1.api.aws",
25252
+ "tags" : [ "dualstack" ]
25253
+ } ]
25254
+ },
25255
+ "us-gov-west-1" : {
25256
+ "variants" : [ {
25257
+ "hostname" : "cloudhsmv2.us-gov-west-1.api.aws",
25258
+ "tags" : [ "dualstack" ]
25259
+ } ]
25260
+ }
24990
25261
  }
24991
25262
  },
24992
25263
  "cloudtrail" : {
@@ -27845,6 +28116,36 @@
27845
28116
  }
27846
28117
  }
27847
28118
  },
28119
+ "redshift-serverless" : {
28120
+ "endpoints" : {
28121
+ "fips-us-gov-east-1" : {
28122
+ "credentialScope" : {
28123
+ "region" : "us-gov-east-1"
28124
+ },
28125
+ "deprecated" : true,
28126
+ "hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
28127
+ },
28128
+ "fips-us-gov-west-1" : {
28129
+ "credentialScope" : {
28130
+ "region" : "us-gov-west-1"
28131
+ },
28132
+ "deprecated" : true,
28133
+ "hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
28134
+ },
28135
+ "us-gov-east-1" : {
28136
+ "variants" : [ {
28137
+ "hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
28138
+ "tags" : [ "fips" ]
28139
+ } ]
28140
+ },
28141
+ "us-gov-west-1" : {
28142
+ "variants" : [ {
28143
+ "hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
28144
+ "tags" : [ "fips" ]
28145
+ } ]
28146
+ }
28147
+ }
28148
+ },
27848
28149
  "rekognition" : {
27849
28150
  "endpoints" : {
27850
28151
  "rekognition-fips.us-gov-west-1" : {
@@ -28283,12 +28584,18 @@
28283
28584
  "variants" : [ {
28284
28585
  "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com",
28285
28586
  "tags" : [ "fips" ]
28587
+ }, {
28588
+ "hostname" : "securityhub.us-gov-east-1.api.aws",
28589
+ "tags" : [ "dualstack" ]
28286
28590
  } ]
28287
28591
  },
28288
28592
  "us-gov-west-1" : {
28289
28593
  "variants" : [ {
28290
28594
  "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com",
28291
28595
  "tags" : [ "fips" ]
28596
+ }, {
28597
+ "hostname" : "securityhub.us-gov-west-1.api.aws",
28598
+ "tags" : [ "dualstack" ]
28292
28599
  } ]
28293
28600
  }
28294
28601
  }
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.992.0
4
+ version: 1.997.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-18 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: