aws-partitions 1.920.0 → 1.929.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 +45 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +184 -7
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2d2bc005d2a87c5bf3eff6081d609e9ece1489f0ec9607b8cfdb9003bda4216
4
- data.tar.gz: b6a988bbff28bbb25f44db17ec9b8f63fa129ecce27fbf04645db7ed9b6ec2f2
3
+ metadata.gz: 9cb45ae4352c172dcdfb8f858bf15605f0230925caa461ae3bd32a45d8d70009
4
+ data.tar.gz: 37acebd58cf8ffb4a3a15f3acff7eb886b1c05c469f7fa67a0b2da0193346554
5
5
  SHA512:
6
- metadata.gz: 53aa7668f38979ec5b746c12130573acecbf0abee1e8705d912cbdb69b10fcbe4a9ce7864d9c329b6ef4a1f396bcd02f95ffe6e0a6f31b0ddc40ced2b9e25e50
7
- data.tar.gz: 546f9ec840dbb4727c81098f41af07bb032c9ffd1ac97bb28c4240779eba4c6fe7fcbd988f11121ed8351104a6e2b9b095c74c1b6b40af2652bc930aed0205d1
6
+ metadata.gz: 9a84d8bc3ea1d4dc92706ff7d81c977bbe633a97b73e3a93a3145acf82d8fd80805f3382cb81d04aa21c9cb3a6ff09328275243aff9b62f4181ff4b66326a049
7
+ data.tar.gz: 5972e27a6f8c8f279be61dfb06aee80e12f94e39371eb18215db3ed338baf10f9469d17e3e3eb45c308c00e3c67f6b60c86cd2aa4ad4a86dc12150f48a06a149
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.929.0 (2024-05-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.928.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.927.0 (2024-05-10)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.926.0 (2024-05-09)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.925.0 (2024-05-06)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.924.0 (2024-05-03)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.923.0 (2024-05-01)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.922.0 (2024-04-29)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.921.0 (2024-04-26)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.920.0 (2024-04-25)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.920.0
1
+ 1.929.0
data/partitions.json CHANGED
@@ -136,7 +136,12 @@
136
136
  "tags" : [ "fips" ]
137
137
  } ]
138
138
  },
139
- "ca-west-1" : { },
139
+ "ca-west-1" : {
140
+ "variants" : [ {
141
+ "hostname" : "access-analyzer-fips.ca-west-1.amazonaws.com",
142
+ "tags" : [ "fips" ]
143
+ } ]
144
+ },
140
145
  "eu-central-1" : { },
141
146
  "eu-central-2" : { },
142
147
  "eu-north-1" : { },
@@ -152,6 +157,13 @@
152
157
  "deprecated" : true,
153
158
  "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com"
154
159
  },
160
+ "fips-ca-west-1" : {
161
+ "credentialScope" : {
162
+ "region" : "ca-west-1"
163
+ },
164
+ "deprecated" : true,
165
+ "hostname" : "access-analyzer-fips.ca-west-1.amazonaws.com"
166
+ },
155
167
  "fips-us-east-1" : {
156
168
  "credentialScope" : {
157
169
  "region" : "us-east-1"
@@ -532,10 +544,13 @@
532
544
  "aoss" : {
533
545
  "endpoints" : {
534
546
  "ap-northeast-1" : { },
547
+ "ap-south-1" : { },
535
548
  "ap-southeast-1" : { },
536
549
  "ap-southeast-2" : { },
537
550
  "eu-central-1" : { },
538
551
  "eu-west-1" : { },
552
+ "eu-west-2" : { },
553
+ "eu-west-3" : { },
539
554
  "us-east-1" : { },
540
555
  "us-east-2" : { },
541
556
  "us-west-2" : { }
@@ -2640,6 +2655,7 @@
2640
2655
  "bedrock" : {
2641
2656
  "endpoints" : {
2642
2657
  "ap-northeast-1" : { },
2658
+ "ap-south-1" : { },
2643
2659
  "ap-southeast-1" : { },
2644
2660
  "ap-southeast-2" : { },
2645
2661
  "bedrock-ap-northeast-1" : {
@@ -2648,6 +2664,12 @@
2648
2664
  },
2649
2665
  "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2650
2666
  },
2667
+ "bedrock-ap-south-1" : {
2668
+ "credentialScope" : {
2669
+ "region" : "ap-south-1"
2670
+ },
2671
+ "hostname" : "bedrock.ap-south-1.amazonaws.com"
2672
+ },
2651
2673
  "bedrock-ap-southeast-1" : {
2652
2674
  "credentialScope" : {
2653
2675
  "region" : "ap-southeast-1"
@@ -2666,6 +2688,12 @@
2666
2688
  },
2667
2689
  "hostname" : "bedrock.eu-central-1.amazonaws.com"
2668
2690
  },
2691
+ "bedrock-eu-west-1" : {
2692
+ "credentialScope" : {
2693
+ "region" : "eu-west-1"
2694
+ },
2695
+ "hostname" : "bedrock.eu-west-1.amazonaws.com"
2696
+ },
2669
2697
  "bedrock-eu-west-3" : {
2670
2698
  "credentialScope" : {
2671
2699
  "region" : "eu-west-3"
@@ -2690,6 +2718,12 @@
2690
2718
  },
2691
2719
  "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2692
2720
  },
2721
+ "bedrock-runtime-ap-south-1" : {
2722
+ "credentialScope" : {
2723
+ "region" : "ap-south-1"
2724
+ },
2725
+ "hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
2726
+ },
2693
2727
  "bedrock-runtime-ap-southeast-1" : {
2694
2728
  "credentialScope" : {
2695
2729
  "region" : "ap-southeast-1"
@@ -2708,6 +2742,12 @@
2708
2742
  },
2709
2743
  "hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
2710
2744
  },
2745
+ "bedrock-runtime-eu-west-1" : {
2746
+ "credentialScope" : {
2747
+ "region" : "eu-west-1"
2748
+ },
2749
+ "hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
2750
+ },
2711
2751
  "bedrock-runtime-eu-west-3" : {
2712
2752
  "credentialScope" : {
2713
2753
  "region" : "eu-west-3"
@@ -2751,6 +2791,7 @@
2751
2791
  "hostname" : "bedrock.us-west-2.amazonaws.com"
2752
2792
  },
2753
2793
  "eu-central-1" : { },
2794
+ "eu-west-1" : { },
2754
2795
  "eu-west-3" : { },
2755
2796
  "us-east-1" : { },
2756
2797
  "us-west-2" : { }
@@ -4408,6 +4449,19 @@
4408
4449
  "deprecated" : true,
4409
4450
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com"
4410
4451
  },
4452
+ "ca-west-1" : {
4453
+ "variants" : [ {
4454
+ "hostname" : "controltower-fips.ca-west-1.amazonaws.com",
4455
+ "tags" : [ "fips" ]
4456
+ } ]
4457
+ },
4458
+ "ca-west-1-fips" : {
4459
+ "credentialScope" : {
4460
+ "region" : "ca-west-1"
4461
+ },
4462
+ "deprecated" : true,
4463
+ "hostname" : "controltower-fips.ca-west-1.amazonaws.com"
4464
+ },
4411
4465
  "eu-central-1" : { },
4412
4466
  "eu-central-2" : { },
4413
4467
  "eu-north-1" : { },
@@ -7832,6 +7886,12 @@
7832
7886
  "tags" : [ "fips" ]
7833
7887
  } ]
7834
7888
  },
7889
+ "ca-west-1" : {
7890
+ "variants" : [ {
7891
+ "hostname" : "fms-fips.ca-west-1.amazonaws.com",
7892
+ "tags" : [ "fips" ]
7893
+ } ]
7894
+ },
7835
7895
  "eu-central-1" : {
7836
7896
  "variants" : [ {
7837
7897
  "hostname" : "fms-fips.eu-central-1.amazonaws.com",
@@ -7921,6 +7981,13 @@
7921
7981
  "deprecated" : true,
7922
7982
  "hostname" : "fms-fips.ca-central-1.amazonaws.com"
7923
7983
  },
7984
+ "fips-ca-west-1" : {
7985
+ "credentialScope" : {
7986
+ "region" : "ca-west-1"
7987
+ },
7988
+ "deprecated" : true,
7989
+ "hostname" : "fms-fips.ca-west-1.amazonaws.com"
7990
+ },
7924
7991
  "fips-eu-central-1" : {
7925
7992
  "credentialScope" : {
7926
7993
  "region" : "eu-central-1"
@@ -8167,6 +8234,12 @@
8167
8234
  "tags" : [ "fips" ]
8168
8235
  } ]
8169
8236
  },
8237
+ "ca-west-1" : {
8238
+ "variants" : [ {
8239
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com",
8240
+ "tags" : [ "fips" ]
8241
+ } ]
8242
+ },
8170
8243
  "eu-central-1" : { },
8171
8244
  "eu-central-2" : { },
8172
8245
  "eu-north-1" : { },
@@ -8182,6 +8255,13 @@
8182
8255
  "deprecated" : true,
8183
8256
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
8184
8257
  },
8258
+ "fips-ca-west-1" : {
8259
+ "credentialScope" : {
8260
+ "region" : "ca-west-1"
8261
+ },
8262
+ "deprecated" : true,
8263
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com"
8264
+ },
8185
8265
  "fips-prod-ca-central-1" : {
8186
8266
  "credentialScope" : {
8187
8267
  "region" : "ca-central-1"
@@ -8189,6 +8269,13 @@
8189
8269
  "deprecated" : true,
8190
8270
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
8191
8271
  },
8272
+ "fips-prod-ca-west-1" : {
8273
+ "credentialScope" : {
8274
+ "region" : "ca-west-1"
8275
+ },
8276
+ "deprecated" : true,
8277
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com"
8278
+ },
8192
8279
  "fips-prod-us-east-1" : {
8193
8280
  "credentialScope" : {
8194
8281
  "region" : "us-east-1"
@@ -8258,6 +8345,16 @@
8258
8345
  "tags" : [ "fips" ]
8259
8346
  } ]
8260
8347
  },
8348
+ "prod-ca-west-1" : {
8349
+ "credentialScope" : {
8350
+ "region" : "ca-west-1"
8351
+ },
8352
+ "deprecated" : true,
8353
+ "variants" : [ {
8354
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com",
8355
+ "tags" : [ "fips" ]
8356
+ } ]
8357
+ },
8261
8358
  "prod-us-east-1" : {
8262
8359
  "credentialScope" : {
8263
8360
  "region" : "us-east-1"
@@ -11232,6 +11329,7 @@
11232
11329
  "ap-southeast-3" : { },
11233
11330
  "ap-southeast-4" : { },
11234
11331
  "ca-central-1" : { },
11332
+ "ca-west-1" : { },
11235
11333
  "eu-central-1" : { },
11236
11334
  "eu-central-2" : { },
11237
11335
  "eu-north-1" : { },
@@ -17690,6 +17788,7 @@
17690
17788
  "deprecated" : true,
17691
17789
  "hostname" : "snowball-fips.us-west-2.amazonaws.com"
17692
17790
  },
17791
+ "il-central-1" : { },
17693
17792
  "me-central-1" : { },
17694
17793
  "sa-east-1" : {
17695
17794
  "variants" : [ {
@@ -19093,6 +19192,12 @@
19093
19192
  "tags" : [ "fips" ]
19094
19193
  } ]
19095
19194
  },
19195
+ "ca-west-1" : {
19196
+ "variants" : [ {
19197
+ "hostname" : "transfer-fips.ca-west-1.amazonaws.com",
19198
+ "tags" : [ "fips" ]
19199
+ } ]
19200
+ },
19096
19201
  "eu-central-1" : { },
19097
19202
  "eu-central-2" : { },
19098
19203
  "eu-north-1" : { },
@@ -19108,6 +19213,13 @@
19108
19213
  "deprecated" : true,
19109
19214
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com"
19110
19215
  },
19216
+ "fips-ca-west-1" : {
19217
+ "credentialScope" : {
19218
+ "region" : "ca-west-1"
19219
+ },
19220
+ "deprecated" : true,
19221
+ "hostname" : "transfer-fips.ca-west-1.amazonaws.com"
19222
+ },
19111
19223
  "fips-us-east-1" : {
19112
19224
  "credentialScope" : {
19113
19225
  "region" : "us-east-1"
@@ -20086,6 +20198,16 @@
20086
20198
  "tags" : [ "fips" ]
20087
20199
  } ]
20088
20200
  },
20201
+ "ca-west-1" : {
20202
+ "credentialScope" : {
20203
+ "region" : "ca-west-1"
20204
+ },
20205
+ "hostname" : "wafv2.ca-west-1.amazonaws.com",
20206
+ "variants" : [ {
20207
+ "hostname" : "wafv2-fips.ca-west-1.amazonaws.com",
20208
+ "tags" : [ "fips" ]
20209
+ } ]
20210
+ },
20089
20211
  "eu-central-1" : {
20090
20212
  "credentialScope" : {
20091
20213
  "region" : "eu-central-1"
@@ -20250,6 +20372,13 @@
20250
20372
  "deprecated" : true,
20251
20373
  "hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
20252
20374
  },
20375
+ "fips-ca-west-1" : {
20376
+ "credentialScope" : {
20377
+ "region" : "ca-west-1"
20378
+ },
20379
+ "deprecated" : true,
20380
+ "hostname" : "wafv2-fips.ca-west-1.amazonaws.com"
20381
+ },
20253
20382
  "fips-eu-central-1" : {
20254
20383
  "credentialScope" : {
20255
20384
  "region" : "eu-central-1"
@@ -21263,7 +21392,7 @@
21263
21392
  "region" : "cn-northwest-1"
21264
21393
  },
21265
21394
  "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
21266
- "protocols" : [ "HTTPS" ]
21395
+ "protocols" : [ "https" ]
21267
21396
  }
21268
21397
  }
21269
21398
  },
@@ -21565,7 +21694,7 @@
21565
21694
  "credentialScope" : {
21566
21695
  "region" : "cn-northwest-1"
21567
21696
  },
21568
- "hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
21697
+ "hostname" : "mediaconvert.cn-northwest-1.amazonaws.com.cn"
21569
21698
  }
21570
21699
  }
21571
21700
  },
@@ -24024,14 +24153,62 @@
24024
24153
  },
24025
24154
  "emr-containers" : {
24026
24155
  "endpoints" : {
24027
- "us-gov-east-1" : { },
24028
- "us-gov-west-1" : { }
24156
+ "fips-us-gov-east-1" : {
24157
+ "credentialScope" : {
24158
+ "region" : "us-gov-east-1"
24159
+ },
24160
+ "deprecated" : true,
24161
+ "hostname" : "emr-containers.us-gov-east-1.amazonaws.com"
24162
+ },
24163
+ "fips-us-gov-west-1" : {
24164
+ "credentialScope" : {
24165
+ "region" : "us-gov-west-1"
24166
+ },
24167
+ "deprecated" : true,
24168
+ "hostname" : "emr-containers.us-gov-west-1.amazonaws.com"
24169
+ },
24170
+ "us-gov-east-1" : {
24171
+ "variants" : [ {
24172
+ "hostname" : "emr-containers.us-gov-east-1.amazonaws.com",
24173
+ "tags" : [ "fips" ]
24174
+ } ]
24175
+ },
24176
+ "us-gov-west-1" : {
24177
+ "variants" : [ {
24178
+ "hostname" : "emr-containers.us-gov-west-1.amazonaws.com",
24179
+ "tags" : [ "fips" ]
24180
+ } ]
24181
+ }
24029
24182
  }
24030
24183
  },
24031
24184
  "emr-serverless" : {
24032
24185
  "endpoints" : {
24033
- "us-gov-east-1" : { },
24034
- "us-gov-west-1" : { }
24186
+ "fips-us-gov-east-1" : {
24187
+ "credentialScope" : {
24188
+ "region" : "us-gov-east-1"
24189
+ },
24190
+ "deprecated" : true,
24191
+ "hostname" : "emr-serverless.us-gov-east-1.amazonaws.com"
24192
+ },
24193
+ "fips-us-gov-west-1" : {
24194
+ "credentialScope" : {
24195
+ "region" : "us-gov-west-1"
24196
+ },
24197
+ "deprecated" : true,
24198
+ "hostname" : "emr-serverless.us-gov-west-1.amazonaws.com"
24199
+ },
24200
+ "us-gov-east-1" : {
24201
+ "variants" : [ {
24202
+ "hostname" : "emr-serverless.us-gov-east-1.amazonaws.com",
24203
+ "tags" : [ "fips" ]
24204
+ } ]
24205
+ },
24206
+ "us-gov-west-1" : {
24207
+ "variants" : [ {
24208
+ "hostname" : "emr-serverless.us-gov-west-1.amazonaws.com",
24209
+ "tags" : [ "fips" ]
24210
+ } ]
24211
+ }
24035
24212
  }
24036
24213
  },
24037
24214
  "es" : {
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.920.0
4
+ version: 1.929.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: