aws-partitions 1.1067.0 → 1.1073.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 +30 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +351 -60
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30f518e87a580f555da0c869d35b56fbe9ca062609e635f1c0f302666da2cd67
4
- data.tar.gz: 8eafebfb581f51b59684b680be69adc6c679cf43fa2cd8a4fb406116369e159a
3
+ metadata.gz: abd859cad069a326520d633d4733472cf590171f73a1c676e713bd074db8fd68
4
+ data.tar.gz: d4659d810feaa458ad3ac369b311914152538250c19a24d12a5ef3fc27095d69
5
5
  SHA512:
6
- metadata.gz: 7416c87d4668870146a51ae7cdfcf682366e9b502bcab51a742f9a53805af512b71aacaf5e8cf035fff3e5abd3d59a6036b97b5799199b829e113abedce21f72
7
- data.tar.gz: a9095091fdee9cd53d4818e25818e1e82640c8fc7b4d804ee732e470392ae466b0d06039e4ca62c66612f6f33ca91644b8c94e152e66a570c3cb093e70f23963
6
+ metadata.gz: 659b8d203ad52245be44594578d6e75c2dc93f7cb620a98a15ee60990127d517d15738995f51664a23743162c761f3027bca01c60301d9692b103bc057c4f64f
7
+ data.tar.gz: 44cf5393275058f7f2c809b56c9e700bc2a2d2809ca18ebcbac5d9e247674b7ab42fbce9cea02e69e2a8c8a6929ef4028db0cb4a5ff0f2c3b400955a8958cbfa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1073.0 (2025-03-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1072.0 (2025-03-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1071.0 (2025-03-20)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1070.0 (2025-03-19)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1069.0 (2025-03-18)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1068.0 (2025-03-17)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.1067.0 (2025-03-14)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1067.0
1
+ 1.1073.0
data/partitions.json CHANGED
@@ -628,7 +628,12 @@
628
628
  },
629
629
  "agreement-marketplace" : {
630
630
  "endpoints" : {
631
- "us-east-1" : { }
631
+ "us-east-1" : {
632
+ "variants" : [ {
633
+ "hostname" : "agreement-marketplace.us-east-1.api.aws",
634
+ "tags" : [ "dualstack" ]
635
+ } ]
636
+ }
632
637
  }
633
638
  },
634
639
  "airflow" : {
@@ -3969,14 +3974,54 @@
3969
3974
  },
3970
3975
  "cleanrooms" : {
3971
3976
  "endpoints" : {
3972
- "ap-northeast-1" : { },
3973
- "ap-northeast-2" : { },
3974
- "ap-southeast-1" : { },
3975
- "ap-southeast-2" : { },
3976
- "eu-central-1" : { },
3977
- "eu-north-1" : { },
3978
- "eu-west-1" : { },
3979
- "eu-west-2" : { },
3977
+ "ap-northeast-1" : {
3978
+ "variants" : [ {
3979
+ "hostname" : "cleanrooms.ap-northeast-1.api.aws",
3980
+ "tags" : [ "dualstack" ]
3981
+ } ]
3982
+ },
3983
+ "ap-northeast-2" : {
3984
+ "variants" : [ {
3985
+ "hostname" : "cleanrooms.ap-northeast-2.api.aws",
3986
+ "tags" : [ "dualstack" ]
3987
+ } ]
3988
+ },
3989
+ "ap-southeast-1" : {
3990
+ "variants" : [ {
3991
+ "hostname" : "cleanrooms.ap-southeast-1.api.aws",
3992
+ "tags" : [ "dualstack" ]
3993
+ } ]
3994
+ },
3995
+ "ap-southeast-2" : {
3996
+ "variants" : [ {
3997
+ "hostname" : "cleanrooms.ap-southeast-2.api.aws",
3998
+ "tags" : [ "dualstack" ]
3999
+ } ]
4000
+ },
4001
+ "eu-central-1" : {
4002
+ "variants" : [ {
4003
+ "hostname" : "cleanrooms.eu-central-1.api.aws",
4004
+ "tags" : [ "dualstack" ]
4005
+ } ]
4006
+ },
4007
+ "eu-north-1" : {
4008
+ "variants" : [ {
4009
+ "hostname" : "cleanrooms.eu-north-1.api.aws",
4010
+ "tags" : [ "dualstack" ]
4011
+ } ]
4012
+ },
4013
+ "eu-west-1" : {
4014
+ "variants" : [ {
4015
+ "hostname" : "cleanrooms.eu-west-1.api.aws",
4016
+ "tags" : [ "dualstack" ]
4017
+ } ]
4018
+ },
4019
+ "eu-west-2" : {
4020
+ "variants" : [ {
4021
+ "hostname" : "cleanrooms.eu-west-2.api.aws",
4022
+ "tags" : [ "dualstack" ]
4023
+ } ]
4024
+ },
3980
4025
  "fips-us-east-1" : {
3981
4026
  "credentialScope" : {
3982
4027
  "region" : "us-east-1"
@@ -4002,18 +4047,36 @@
4002
4047
  "variants" : [ {
4003
4048
  "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
4004
4049
  "tags" : [ "fips" ]
4050
+ }, {
4051
+ "hostname" : "cleanrooms-fips.us-east-1.api.aws",
4052
+ "tags" : [ "dualstack", "fips" ]
4053
+ }, {
4054
+ "hostname" : "cleanrooms.us-east-1.api.aws",
4055
+ "tags" : [ "dualstack" ]
4005
4056
  } ]
4006
4057
  },
4007
4058
  "us-east-2" : {
4008
4059
  "variants" : [ {
4009
4060
  "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
4010
4061
  "tags" : [ "fips" ]
4062
+ }, {
4063
+ "hostname" : "cleanrooms-fips.us-east-2.api.aws",
4064
+ "tags" : [ "dualstack", "fips" ]
4065
+ }, {
4066
+ "hostname" : "cleanrooms.us-east-2.api.aws",
4067
+ "tags" : [ "dualstack" ]
4011
4068
  } ]
4012
4069
  },
4013
4070
  "us-west-2" : {
4014
4071
  "variants" : [ {
4015
4072
  "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
4016
4073
  "tags" : [ "fips" ]
4074
+ }, {
4075
+ "hostname" : "cleanrooms-fips.us-west-2.api.aws",
4076
+ "tags" : [ "dualstack", "fips" ]
4077
+ }, {
4078
+ "hostname" : "cleanrooms.us-west-2.api.aws",
4079
+ "tags" : [ "dualstack" ]
4017
4080
  } ]
4018
4081
  }
4019
4082
  }
@@ -7061,6 +7124,9 @@
7061
7124
  "ap-northeast-3" : {
7062
7125
  "hostname" : "datazone.ap-northeast-3.api.aws"
7063
7126
  },
7127
+ "ap-south-1" : {
7128
+ "hostname" : "datazone.ap-south-1.api.aws"
7129
+ },
7064
7130
  "ap-south-2" : {
7065
7131
  "hostname" : "datazone.ap-south-2.api.aws"
7066
7132
  },
@@ -7119,6 +7185,9 @@
7119
7185
  "me-south-1" : {
7120
7186
  "hostname" : "datazone.me-south-1.api.aws"
7121
7187
  },
7188
+ "mx-central-1" : {
7189
+ "hostname" : "datazone.mx-central-1.api.aws"
7190
+ },
7122
7191
  "sa-east-1" : {
7123
7192
  "hostname" : "datazone.sa-east-1.api.aws"
7124
7193
  },
@@ -7871,6 +7940,7 @@
7871
7940
  "ap-southeast-3" : { },
7872
7941
  "ap-southeast-4" : { },
7873
7942
  "ap-southeast-5" : { },
7943
+ "ap-southeast-7" : { },
7874
7944
  "ca-central-1" : {
7875
7945
  "variants" : [ {
7876
7946
  "hostname" : "ds-fips.ca-central-1.amazonaws.com",
@@ -7936,6 +8006,7 @@
7936
8006
  "il-central-1" : { },
7937
8007
  "me-central-1" : { },
7938
8008
  "me-south-1" : { },
8009
+ "mx-central-1" : { },
7939
8010
  "sa-east-1" : { },
7940
8011
  "us-east-1" : {
7941
8012
  "variants" : [ {
@@ -9877,7 +9948,12 @@
9877
9948
  }
9878
9949
  },
9879
9950
  "endpoints" : {
9880
- "us-east-1" : { }
9951
+ "us-east-1" : {
9952
+ "variants" : [ {
9953
+ "hostname" : "entitlement-marketplace.us-east-1.api.aws",
9954
+ "tags" : [ "dualstack" ]
9955
+ } ]
9956
+ }
9881
9957
  }
9882
9958
  },
9883
9959
  "es" : {
@@ -11989,6 +12065,9 @@
11989
12065
  "variants" : [ {
11990
12066
  "hostname" : "iam-fips.amazonaws.com",
11991
12067
  "tags" : [ "fips" ]
12068
+ }, {
12069
+ "hostname" : "iam.global.api.aws",
12070
+ "tags" : [ "dualstack" ]
11992
12071
  } ]
11993
12072
  },
11994
12073
  "aws-global-fips" : {
@@ -14771,6 +14850,7 @@
14771
14850
  "il-central-1" : { },
14772
14851
  "me-central-1" : { },
14773
14852
  "me-south-1" : { },
14853
+ "mx-central-1" : { },
14774
14854
  "sa-east-1" : { },
14775
14855
  "us-east-1" : {
14776
14856
  "variants" : [ {
@@ -14966,18 +15046,8 @@
14966
15046
  "tags" : [ "dualstack" ]
14967
15047
  } ]
14968
15048
  },
14969
- "ap-southeast-5" : {
14970
- "variants" : [ {
14971
- "hostname" : "logs.ap-southeast-5.api.aws",
14972
- "tags" : [ "dualstack" ]
14973
- } ]
14974
- },
14975
- "ap-southeast-7" : {
14976
- "variants" : [ {
14977
- "hostname" : "logs.ap-southeast-7.api.aws",
14978
- "tags" : [ "dualstack" ]
14979
- } ]
14980
- },
15049
+ "ap-southeast-5" : { },
15050
+ "ap-southeast-7" : { },
14981
15051
  "ca-central-1" : {
14982
15052
  "variants" : [ {
14983
15053
  "hostname" : "logs-fips.ca-central-1.amazonaws.com",
@@ -15104,12 +15174,7 @@
15104
15174
  "tags" : [ "dualstack" ]
15105
15175
  } ]
15106
15176
  },
15107
- "mx-central-1" : {
15108
- "variants" : [ {
15109
- "hostname" : "logs.mx-central-1.api.aws",
15110
- "tags" : [ "dualstack" ]
15111
- } ]
15112
- },
15177
+ "mx-central-1" : { },
15113
15178
  "sa-east-1" : {
15114
15179
  "variants" : [ {
15115
15180
  "hostname" : "logs.sa-east-1.api.aws",
@@ -15960,34 +16025,174 @@
15960
16025
  }
15961
16026
  },
15962
16027
  "endpoints" : {
15963
- "af-south-1" : { },
15964
- "ap-east-1" : { },
15965
- "ap-northeast-1" : { },
15966
- "ap-northeast-2" : { },
15967
- "ap-northeast-3" : { },
15968
- "ap-south-1" : { },
15969
- "ap-south-2" : { },
15970
- "ap-southeast-1" : { },
15971
- "ap-southeast-2" : { },
15972
- "ap-southeast-3" : { },
15973
- "ap-southeast-4" : { },
15974
- "ca-central-1" : { },
15975
- "eu-central-1" : { },
15976
- "eu-central-2" : { },
15977
- "eu-north-1" : { },
15978
- "eu-south-1" : { },
15979
- "eu-south-2" : { },
15980
- "eu-west-1" : { },
15981
- "eu-west-2" : { },
15982
- "eu-west-3" : { },
15983
- "il-central-1" : { },
15984
- "me-central-1" : { },
15985
- "me-south-1" : { },
15986
- "sa-east-1" : { },
15987
- "us-east-1" : { },
15988
- "us-east-2" : { },
15989
- "us-west-1" : { },
15990
- "us-west-2" : { }
16028
+ "af-south-1" : {
16029
+ "variants" : [ {
16030
+ "hostname" : "metering-marketplace.af-south-1.api.aws",
16031
+ "tags" : [ "dualstack" ]
16032
+ } ]
16033
+ },
16034
+ "ap-east-1" : {
16035
+ "variants" : [ {
16036
+ "hostname" : "metering-marketplace.ap-east-1.api.aws",
16037
+ "tags" : [ "dualstack" ]
16038
+ } ]
16039
+ },
16040
+ "ap-northeast-1" : {
16041
+ "variants" : [ {
16042
+ "hostname" : "metering-marketplace.ap-northeast-1.api.aws",
16043
+ "tags" : [ "dualstack" ]
16044
+ } ]
16045
+ },
16046
+ "ap-northeast-2" : {
16047
+ "variants" : [ {
16048
+ "hostname" : "metering-marketplace.ap-northeast-2.api.aws",
16049
+ "tags" : [ "dualstack" ]
16050
+ } ]
16051
+ },
16052
+ "ap-northeast-3" : {
16053
+ "variants" : [ {
16054
+ "hostname" : "metering-marketplace.ap-northeast-3.api.aws",
16055
+ "tags" : [ "dualstack" ]
16056
+ } ]
16057
+ },
16058
+ "ap-south-1" : {
16059
+ "variants" : [ {
16060
+ "hostname" : "metering-marketplace.ap-south-1.api.aws",
16061
+ "tags" : [ "dualstack" ]
16062
+ } ]
16063
+ },
16064
+ "ap-south-2" : {
16065
+ "variants" : [ {
16066
+ "hostname" : "metering-marketplace.ap-south-2.api.aws",
16067
+ "tags" : [ "dualstack" ]
16068
+ } ]
16069
+ },
16070
+ "ap-southeast-1" : {
16071
+ "variants" : [ {
16072
+ "hostname" : "metering-marketplace.ap-southeast-1.api.aws",
16073
+ "tags" : [ "dualstack" ]
16074
+ } ]
16075
+ },
16076
+ "ap-southeast-2" : {
16077
+ "variants" : [ {
16078
+ "hostname" : "metering-marketplace.ap-southeast-2.api.aws",
16079
+ "tags" : [ "dualstack" ]
16080
+ } ]
16081
+ },
16082
+ "ap-southeast-3" : {
16083
+ "variants" : [ {
16084
+ "hostname" : "metering-marketplace.ap-southeast-3.api.aws",
16085
+ "tags" : [ "dualstack" ]
16086
+ } ]
16087
+ },
16088
+ "ap-southeast-4" : {
16089
+ "variants" : [ {
16090
+ "hostname" : "metering-marketplace.ap-southeast-4.api.aws",
16091
+ "tags" : [ "dualstack" ]
16092
+ } ]
16093
+ },
16094
+ "ca-central-1" : {
16095
+ "variants" : [ {
16096
+ "hostname" : "metering-marketplace.ca-central-1.api.aws",
16097
+ "tags" : [ "dualstack" ]
16098
+ } ]
16099
+ },
16100
+ "eu-central-1" : {
16101
+ "variants" : [ {
16102
+ "hostname" : "metering-marketplace.eu-central-1.api.aws",
16103
+ "tags" : [ "dualstack" ]
16104
+ } ]
16105
+ },
16106
+ "eu-central-2" : {
16107
+ "variants" : [ {
16108
+ "hostname" : "metering-marketplace.eu-central-2.api.aws",
16109
+ "tags" : [ "dualstack" ]
16110
+ } ]
16111
+ },
16112
+ "eu-north-1" : {
16113
+ "variants" : [ {
16114
+ "hostname" : "metering-marketplace.eu-north-1.api.aws",
16115
+ "tags" : [ "dualstack" ]
16116
+ } ]
16117
+ },
16118
+ "eu-south-1" : {
16119
+ "variants" : [ {
16120
+ "hostname" : "metering-marketplace.eu-south-1.api.aws",
16121
+ "tags" : [ "dualstack" ]
16122
+ } ]
16123
+ },
16124
+ "eu-south-2" : {
16125
+ "variants" : [ {
16126
+ "hostname" : "metering-marketplace.eu-south-2.api.aws",
16127
+ "tags" : [ "dualstack" ]
16128
+ } ]
16129
+ },
16130
+ "eu-west-1" : {
16131
+ "variants" : [ {
16132
+ "hostname" : "metering-marketplace.eu-west-1.api.aws",
16133
+ "tags" : [ "dualstack" ]
16134
+ } ]
16135
+ },
16136
+ "eu-west-2" : {
16137
+ "variants" : [ {
16138
+ "hostname" : "metering-marketplace.eu-west-2.api.aws",
16139
+ "tags" : [ "dualstack" ]
16140
+ } ]
16141
+ },
16142
+ "eu-west-3" : {
16143
+ "variants" : [ {
16144
+ "hostname" : "metering-marketplace.eu-west-3.api.aws",
16145
+ "tags" : [ "dualstack" ]
16146
+ } ]
16147
+ },
16148
+ "il-central-1" : {
16149
+ "variants" : [ {
16150
+ "hostname" : "metering-marketplace.il-central-1.api.aws",
16151
+ "tags" : [ "dualstack" ]
16152
+ } ]
16153
+ },
16154
+ "me-central-1" : {
16155
+ "variants" : [ {
16156
+ "hostname" : "metering-marketplace.me-central-1.api.aws",
16157
+ "tags" : [ "dualstack" ]
16158
+ } ]
16159
+ },
16160
+ "me-south-1" : {
16161
+ "variants" : [ {
16162
+ "hostname" : "metering-marketplace.me-south-1.api.aws",
16163
+ "tags" : [ "dualstack" ]
16164
+ } ]
16165
+ },
16166
+ "sa-east-1" : {
16167
+ "variants" : [ {
16168
+ "hostname" : "metering-marketplace.sa-east-1.api.aws",
16169
+ "tags" : [ "dualstack" ]
16170
+ } ]
16171
+ },
16172
+ "us-east-1" : {
16173
+ "variants" : [ {
16174
+ "hostname" : "metering-marketplace.us-east-1.api.aws",
16175
+ "tags" : [ "dualstack" ]
16176
+ } ]
16177
+ },
16178
+ "us-east-2" : {
16179
+ "variants" : [ {
16180
+ "hostname" : "metering-marketplace.us-east-2.api.aws",
16181
+ "tags" : [ "dualstack" ]
16182
+ } ]
16183
+ },
16184
+ "us-west-1" : {
16185
+ "variants" : [ {
16186
+ "hostname" : "metering-marketplace.us-west-1.api.aws",
16187
+ "tags" : [ "dualstack" ]
16188
+ } ]
16189
+ },
16190
+ "us-west-2" : {
16191
+ "variants" : [ {
16192
+ "hostname" : "metering-marketplace.us-west-2.api.aws",
16193
+ "tags" : [ "dualstack" ]
16194
+ } ]
16195
+ }
15991
16196
  }
15992
16197
  },
15993
16198
  "metrics.sagemaker" : {
@@ -16907,6 +17112,12 @@
16907
17112
  },
16908
17113
  "hostname" : "oidc.ap-southeast-4.amazonaws.com"
16909
17114
  },
17115
+ "ap-southeast-5" : {
17116
+ "credentialScope" : {
17117
+ "region" : "ap-southeast-5"
17118
+ },
17119
+ "hostname" : "oidc.ap-southeast-5.amazonaws.com"
17120
+ },
16910
17121
  "ca-central-1" : {
16911
17122
  "credentialScope" : {
16912
17123
  "region" : "ca-central-1"
@@ -19246,6 +19457,7 @@
19246
19457
  "ap-southeast-1" : { },
19247
19458
  "ap-southeast-2" : { },
19248
19459
  "ap-southeast-3" : { },
19460
+ "ap-southeast-7" : { },
19249
19461
  "ca-central-1" : {
19250
19462
  "variants" : [ {
19251
19463
  "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -19296,6 +19508,7 @@
19296
19508
  },
19297
19509
  "il-central-1" : { },
19298
19510
  "me-central-1" : { },
19511
+ "mx-central-1" : { },
19299
19512
  "sa-east-1" : { },
19300
19513
  "us-east-1" : {
19301
19514
  "variants" : [ {
@@ -20021,12 +20234,18 @@
20021
20234
  },
20022
20235
  "ca-central-1" : {
20023
20236
  "variants" : [ {
20237
+ "hostname" : "route53profiles-fips.ca-central-1.api.aws",
20238
+ "tags" : [ "dualstack", "fips" ]
20239
+ }, {
20024
20240
  "hostname" : "route53profiles.ca-central-1.api.aws",
20025
20241
  "tags" : [ "dualstack" ]
20026
20242
  } ]
20027
20243
  },
20028
20244
  "ca-west-1" : {
20029
20245
  "variants" : [ {
20246
+ "hostname" : "route53profiles-fips.ca-west-1.api.aws",
20247
+ "tags" : [ "dualstack", "fips" ]
20248
+ }, {
20030
20249
  "hostname" : "route53profiles.ca-west-1.api.aws",
20031
20250
  "tags" : [ "dualstack" ]
20032
20251
  } ]
@@ -20105,24 +20324,36 @@
20105
20324
  },
20106
20325
  "us-east-1" : {
20107
20326
  "variants" : [ {
20327
+ "hostname" : "route53profiles-fips.us-east-1.api.aws",
20328
+ "tags" : [ "dualstack", "fips" ]
20329
+ }, {
20108
20330
  "hostname" : "route53profiles.us-east-1.api.aws",
20109
20331
  "tags" : [ "dualstack" ]
20110
20332
  } ]
20111
20333
  },
20112
20334
  "us-east-2" : {
20113
20335
  "variants" : [ {
20336
+ "hostname" : "route53profiles-fips.us-east-2.api.aws",
20337
+ "tags" : [ "dualstack", "fips" ]
20338
+ }, {
20114
20339
  "hostname" : "route53profiles.us-east-2.api.aws",
20115
20340
  "tags" : [ "dualstack" ]
20116
20341
  } ]
20117
20342
  },
20118
20343
  "us-west-1" : {
20119
20344
  "variants" : [ {
20345
+ "hostname" : "route53profiles-fips.us-west-1.api.aws",
20346
+ "tags" : [ "dualstack", "fips" ]
20347
+ }, {
20120
20348
  "hostname" : "route53profiles.us-west-1.api.aws",
20121
20349
  "tags" : [ "dualstack" ]
20122
20350
  } ]
20123
20351
  },
20124
20352
  "us-west-2" : {
20125
20353
  "variants" : [ {
20354
+ "hostname" : "route53profiles-fips.us-west-2.api.aws",
20355
+ "tags" : [ "dualstack", "fips" ]
20356
+ }, {
20126
20357
  "hostname" : "route53profiles.us-west-2.api.aws",
20127
20358
  "tags" : [ "dualstack" ]
20128
20359
  } ]
@@ -22859,7 +23090,12 @@
22859
23090
  "tags" : [ "fips" ]
22860
23091
  } ]
22861
23092
  },
22862
- "ca-west-1" : { },
23093
+ "ca-west-1" : {
23094
+ "variants" : [ {
23095
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
23096
+ "tags" : [ "fips" ]
23097
+ } ]
23098
+ },
22863
23099
  "eu-central-1" : { },
22864
23100
  "eu-central-2" : { },
22865
23101
  "eu-north-1" : { },
@@ -22875,6 +23111,13 @@
22875
23111
  "deprecated" : true,
22876
23112
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
22877
23113
  },
23114
+ "fips-ca-west-1" : {
23115
+ "credentialScope" : {
23116
+ "region" : "ca-west-1"
23117
+ },
23118
+ "deprecated" : true,
23119
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com"
23120
+ },
22878
23121
  "fips-us-east-1" : {
22879
23122
  "credentialScope" : {
22880
23123
  "region" : "us-east-1"
@@ -24549,6 +24792,7 @@
24549
24792
  "ap-southeast-3" : { },
24550
24793
  "ap-southeast-4" : { },
24551
24794
  "ap-southeast-5" : { },
24795
+ "ap-southeast-7" : { },
24552
24796
  "ca-central-1" : {
24553
24797
  "variants" : [ {
24554
24798
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -28534,8 +28778,18 @@
28534
28778
  },
28535
28779
  "logs" : {
28536
28780
  "endpoints" : {
28537
- "cn-north-1" : { },
28538
- "cn-northwest-1" : { }
28781
+ "cn-north-1" : {
28782
+ "variants" : [ {
28783
+ "hostname" : "logs.cn-north-1.api.amazonwebservices.com.cn",
28784
+ "tags" : [ "dualstack" ]
28785
+ } ]
28786
+ },
28787
+ "cn-northwest-1" : {
28788
+ "variants" : [ {
28789
+ "hostname" : "logs.cn-northwest-1.api.amazonwebservices.com.cn",
28790
+ "tags" : [ "dualstack" ]
28791
+ } ]
28792
+ }
28539
28793
  }
28540
28794
  },
28541
28795
  "mediaconvert" : {
@@ -30752,8 +31006,14 @@
30752
31006
  "endpoints" : {
30753
31007
  "us-gov-east-1" : {
30754
31008
  "variants" : [ {
31009
+ "hostname" : "dlm-fips.us-gov-east-1.api.aws",
31010
+ "tags" : [ "dualstack", "fips" ]
31011
+ }, {
30755
31012
  "hostname" : "dlm.us-gov-east-1.amazonaws.com",
30756
31013
  "tags" : [ "fips" ]
31014
+ }, {
31015
+ "hostname" : "dlm.us-gov-east-1.api.aws",
31016
+ "tags" : [ "dualstack" ]
30757
31017
  } ]
30758
31018
  },
30759
31019
  "us-gov-east-1-fips" : {
@@ -30765,8 +31025,14 @@
30765
31025
  },
30766
31026
  "us-gov-west-1" : {
30767
31027
  "variants" : [ {
31028
+ "hostname" : "dlm-fips.us-gov-west-1.api.aws",
31029
+ "tags" : [ "dualstack", "fips" ]
31030
+ }, {
30768
31031
  "hostname" : "dlm.us-gov-west-1.amazonaws.com",
30769
31032
  "tags" : [ "fips" ]
31033
+ }, {
31034
+ "hostname" : "dlm.us-gov-west-1.api.aws",
31035
+ "tags" : [ "dualstack" ]
30770
31036
  } ]
30771
31037
  },
30772
31038
  "us-gov-west-1-fips" : {
@@ -32439,12 +32705,18 @@
32439
32705
  "variants" : [ {
32440
32706
  "hostname" : "logs.us-gov-east-1.amazonaws.com",
32441
32707
  "tags" : [ "fips" ]
32708
+ }, {
32709
+ "hostname" : "logs.us-gov-east-1.api.aws",
32710
+ "tags" : [ "dualstack" ]
32442
32711
  } ]
32443
32712
  },
32444
32713
  "us-gov-west-1" : {
32445
32714
  "variants" : [ {
32446
32715
  "hostname" : "logs.us-gov-west-1.amazonaws.com",
32447
32716
  "tags" : [ "fips" ]
32717
+ }, {
32718
+ "hostname" : "logs.us-gov-west-1.api.aws",
32719
+ "tags" : [ "dualstack" ]
32448
32720
  } ]
32449
32721
  }
32450
32722
  }
@@ -33349,12 +33621,18 @@
33349
33621
  "endpoints" : {
33350
33622
  "us-gov-east-1" : {
33351
33623
  "variants" : [ {
33624
+ "hostname" : "route53profiles-fips.us-gov-east-1.api.aws",
33625
+ "tags" : [ "dualstack", "fips" ]
33626
+ }, {
33352
33627
  "hostname" : "route53profiles.us-gov-east-1.api.aws",
33353
33628
  "tags" : [ "dualstack" ]
33354
33629
  } ]
33355
33630
  },
33356
33631
  "us-gov-west-1" : {
33357
33632
  "variants" : [ {
33633
+ "hostname" : "route53profiles-fips.us-gov-west-1.api.aws",
33634
+ "tags" : [ "dualstack", "fips" ]
33635
+ }, {
33358
33636
  "hostname" : "route53profiles.us-gov-west-1.api.aws",
33359
33637
  "tags" : [ "dualstack" ]
33360
33638
  } ]
@@ -34011,12 +34289,24 @@
34011
34289
  "variants" : [ {
34012
34290
  "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
34013
34291
  "tags" : [ "fips" ]
34292
+ }, {
34293
+ "hostname" : "snowball-fips.us-gov-east-1.api.aws",
34294
+ "tags" : [ "dualstack", "fips" ]
34295
+ }, {
34296
+ "hostname" : "snowball.us-gov-east-1.api.aws",
34297
+ "tags" : [ "dualstack" ]
34014
34298
  } ]
34015
34299
  },
34016
34300
  "us-gov-west-1" : {
34017
34301
  "variants" : [ {
34018
34302
  "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
34019
34303
  "tags" : [ "fips" ]
34304
+ }, {
34305
+ "hostname" : "snowball-fips.us-gov-west-1.api.aws",
34306
+ "tags" : [ "dualstack", "fips" ]
34307
+ }, {
34308
+ "hostname" : "snowball.us-gov-west-1.api.aws",
34309
+ "tags" : [ "dualstack" ]
34020
34310
  } ]
34021
34311
  }
34022
34312
  }
@@ -35428,7 +35718,8 @@
35428
35718
  },
35429
35719
  "oam" : {
35430
35720
  "endpoints" : {
35431
- "us-iso-east-1" : { }
35721
+ "us-iso-east-1" : { },
35722
+ "us-iso-west-1" : { }
35432
35723
  }
35433
35724
  },
35434
35725
  "organizations" : {
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.1067.0
4
+ version: 1.1073.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: 2025-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: