aws-partitions 1.302.0 → 1.307.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-partitions.rb +2 -1
  3. data/partitions.json +136 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc27a273d86771b000234aaecc61f26da1101c4bba75b9bcfd182f25108cc391
4
- data.tar.gz: 20e2938e2bb9dae76b78ceb9c02566e612b3b6bbe38bdb5ce433d0aed79cbdae
3
+ metadata.gz: 1d0214308a1749e0a3735985df149f5b95d241fddee14f30113d3fceb5597a95
4
+ data.tar.gz: 66b03563f973dfb7b886f2b9aca3a9a25d1a614323db9fcb9ee792bfd617efec
5
5
  SHA512:
6
- metadata.gz: 12623e68d941472733934d75bb4564051219d348540a9ecc8d20cede8c29636995e8615b55a6bb81a8e49a562a6e97cc8ed812c82ad0a576fa0b958236a1d1de
7
- data.tar.gz: 3794c334d31a1c5fc757c347291728c2816c38cdbd7b7c38cfb1599817f5769c8dbf1b5047151a96e2e1eb64a34b23a486c1659a937bf75c6cb21f572eb6d6bb
6
+ metadata.gz: 8e3f06b006cf25ab43b0d219b13125b8a949f7ce1d981fae76f41f8ba4bde355d357a0919d8f1c97eb50dd59e8c761bcc87830345abe483683aef19d261a487f
7
+ data.tar.gz: 1891b8f6ef9b723a9ae11726f0d6354652e4c775acfbb929fd61867d595b0188bb1580928dcb31df11fe3d2b4f42d9bac5ba4fa1afd1099c7f5a1add75a6bcb4
@@ -298,7 +298,7 @@ module Aws
298
298
  'EMR' => 'elasticmapreduce',
299
299
  'ElastiCache' => 'elasticache',
300
300
  'ElasticBeanstalk' => 'elasticbeanstalk',
301
- 'ElasticInference' => 'elastic-inference',
301
+ 'ElasticInference' => 'api.elastic-inference',
302
302
  'ElasticLoadBalancing' => 'elasticloadbalancing',
303
303
  'ElasticLoadBalancingV2' => 'elasticloadbalancing',
304
304
  'ElasticTranscoder' => 'elastictranscoder',
@@ -330,6 +330,7 @@ module Aws
330
330
  'IoTEventsData' => 'data.iotevents',
331
331
  'IoTJobsDataPlane' => 'data.jobs.iot',
332
332
  'IoTSecureTunneling' => 'api.tunneling.iot',
333
+ 'IoTSiteWise' => 'iotsitewise',
333
334
  'IoTThingsGraph' => 'iotthingsgraph',
334
335
  'KMS' => 'kms',
335
336
  'Kafka' => 'kafka',
@@ -40,6 +40,9 @@
40
40
  "eu-north-1" : {
41
41
  "description" : "EU (Stockholm)"
42
42
  },
43
+ "eu-south-1" : {
44
+ "description" : "Europe (Milan)"
45
+ },
43
46
  "eu-west-1" : {
44
47
  "description" : "EU (Ireland)"
45
48
  },
@@ -86,6 +89,7 @@
86
89
  "ca-central-1" : { },
87
90
  "eu-central-1" : { },
88
91
  "eu-north-1" : { },
92
+ "eu-south-1" : { },
89
93
  "eu-west-1" : { },
90
94
  "eu-west-2" : { },
91
95
  "eu-west-3" : { },
@@ -115,6 +119,7 @@
115
119
  },
116
120
  "eu-central-1" : { },
117
121
  "eu-north-1" : { },
122
+ "eu-south-1" : { },
118
123
  "eu-west-1" : { },
119
124
  "eu-west-2" : { },
120
125
  "eu-west-3" : { },
@@ -267,6 +272,12 @@
267
272
  },
268
273
  "hostname" : "api.ecr.eu-north-1.amazonaws.com"
269
274
  },
275
+ "eu-south-1" : {
276
+ "credentialScope" : {
277
+ "region" : "eu-south-1"
278
+ },
279
+ "hostname" : "api.ecr.eu-south-1.amazonaws.com"
280
+ },
270
281
  "eu-west-1" : {
271
282
  "credentialScope" : {
272
283
  "region" : "eu-west-1"
@@ -347,6 +358,28 @@
347
358
  }
348
359
  }
349
360
  },
361
+ "api.elastic-inference" : {
362
+ "endpoints" : {
363
+ "ap-northeast-1" : {
364
+ "hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
365
+ },
366
+ "ap-northeast-2" : {
367
+ "hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
368
+ },
369
+ "eu-west-1" : {
370
+ "hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
371
+ },
372
+ "us-east-1" : {
373
+ "hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
374
+ },
375
+ "us-east-2" : {
376
+ "hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
377
+ },
378
+ "us-west-2" : {
379
+ "hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
380
+ }
381
+ }
382
+ },
350
383
  "api.mediatailor" : {
351
384
  "endpoints" : {
352
385
  "ap-northeast-1" : { },
@@ -427,6 +460,7 @@
427
460
  "ca-central-1" : { },
428
461
  "eu-central-1" : { },
429
462
  "eu-north-1" : { },
463
+ "eu-south-1" : { },
430
464
  "eu-west-1" : { },
431
465
  "eu-west-2" : { },
432
466
  "eu-west-3" : { },
@@ -453,6 +487,7 @@
453
487
  "ca-central-1" : { },
454
488
  "eu-central-1" : { },
455
489
  "eu-north-1" : { },
490
+ "eu-south-1" : { },
456
491
  "eu-west-1" : { },
457
492
  "eu-west-2" : { },
458
493
  "eu-west-3" : { },
@@ -562,6 +597,7 @@
562
597
  "ca-central-1" : { },
563
598
  "eu-central-1" : { },
564
599
  "eu-north-1" : { },
600
+ "eu-south-1" : { },
565
601
  "eu-west-1" : { },
566
602
  "eu-west-2" : { },
567
603
  "eu-west-3" : { },
@@ -744,6 +780,7 @@
744
780
  "ca-central-1" : { },
745
781
  "eu-central-1" : { },
746
782
  "eu-north-1" : { },
783
+ "eu-south-1" : { },
747
784
  "eu-west-1" : { },
748
785
  "eu-west-2" : { },
749
786
  "eu-west-3" : { },
@@ -859,6 +896,7 @@
859
896
  "ca-central-1" : { },
860
897
  "eu-central-1" : { },
861
898
  "eu-north-1" : { },
899
+ "eu-south-1" : { },
862
900
  "eu-west-1" : { },
863
901
  "eu-west-2" : { },
864
902
  "eu-west-3" : { },
@@ -980,6 +1018,7 @@
980
1018
  "ca-central-1" : { },
981
1019
  "eu-central-1" : { },
982
1020
  "eu-north-1" : { },
1021
+ "eu-south-1" : { },
983
1022
  "eu-west-1" : { },
984
1023
  "eu-west-2" : { },
985
1024
  "eu-west-3" : { },
@@ -1228,6 +1267,24 @@
1228
1267
  "ca-central-1" : { },
1229
1268
  "eu-west-1" : { },
1230
1269
  "eu-west-2" : { },
1270
+ "fips-us-east-1" : {
1271
+ "credentialScope" : {
1272
+ "region" : "us-east-1"
1273
+ },
1274
+ "hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com"
1275
+ },
1276
+ "fips-us-east-2" : {
1277
+ "credentialScope" : {
1278
+ "region" : "us-east-2"
1279
+ },
1280
+ "hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com"
1281
+ },
1282
+ "fips-us-west-2" : {
1283
+ "credentialScope" : {
1284
+ "region" : "us-west-2"
1285
+ },
1286
+ "hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com"
1287
+ },
1231
1288
  "us-east-1" : { },
1232
1289
  "us-east-2" : { },
1233
1290
  "us-west-2" : { }
@@ -1422,6 +1479,7 @@
1422
1479
  "ca-central-1" : { },
1423
1480
  "eu-central-1" : { },
1424
1481
  "eu-north-1" : { },
1482
+ "eu-south-1" : { },
1425
1483
  "eu-west-1" : { },
1426
1484
  "eu-west-2" : { },
1427
1485
  "eu-west-3" : { },
@@ -1482,6 +1540,7 @@
1482
1540
  },
1483
1541
  "eu-central-1" : { },
1484
1542
  "eu-north-1" : { },
1543
+ "eu-south-1" : { },
1485
1544
  "eu-west-1" : { },
1486
1545
  "eu-west-2" : { },
1487
1546
  "eu-west-3" : { },
@@ -1648,6 +1707,7 @@
1648
1707
  },
1649
1708
  "eu-central-1" : { },
1650
1709
  "eu-north-1" : { },
1710
+ "eu-south-1" : { },
1651
1711
  "eu-west-1" : { },
1652
1712
  "eu-west-2" : { },
1653
1713
  "eu-west-3" : { },
@@ -1705,6 +1765,7 @@
1705
1765
  "ca-central-1" : { },
1706
1766
  "eu-central-1" : { },
1707
1767
  "eu-north-1" : { },
1768
+ "eu-south-1" : { },
1708
1769
  "eu-west-1" : { },
1709
1770
  "eu-west-2" : { },
1710
1771
  "eu-west-3" : { },
@@ -1758,6 +1819,7 @@
1758
1819
  "ca-central-1" : { },
1759
1820
  "eu-central-1" : { },
1760
1821
  "eu-north-1" : { },
1822
+ "eu-south-1" : { },
1761
1823
  "eu-west-1" : { },
1762
1824
  "eu-west-2" : { },
1763
1825
  "eu-west-3" : { },
@@ -1793,28 +1855,6 @@
1793
1855
  "us-west-2" : { }
1794
1856
  }
1795
1857
  },
1796
- "elastic-inference" : {
1797
- "endpoints" : {
1798
- "ap-northeast-1" : {
1799
- "hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
1800
- },
1801
- "ap-northeast-2" : {
1802
- "hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
1803
- },
1804
- "eu-west-1" : {
1805
- "hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
1806
- },
1807
- "us-east-1" : {
1808
- "hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
1809
- },
1810
- "us-east-2" : {
1811
- "hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
1812
- },
1813
- "us-west-2" : {
1814
- "hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
1815
- }
1816
- }
1817
- },
1818
1858
  "elasticache" : {
1819
1859
  "endpoints" : {
1820
1860
  "af-south-1" : { },
@@ -1827,6 +1867,7 @@
1827
1867
  "ca-central-1" : { },
1828
1868
  "eu-central-1" : { },
1829
1869
  "eu-north-1" : { },
1870
+ "eu-south-1" : { },
1830
1871
  "eu-west-1" : { },
1831
1872
  "eu-west-2" : { },
1832
1873
  "eu-west-3" : { },
@@ -1856,6 +1897,7 @@
1856
1897
  "ca-central-1" : { },
1857
1898
  "eu-central-1" : { },
1858
1899
  "eu-north-1" : { },
1900
+ "eu-south-1" : { },
1859
1901
  "eu-west-1" : { },
1860
1902
  "eu-west-2" : { },
1861
1903
  "eu-west-3" : { },
@@ -2036,6 +2078,7 @@
2036
2078
  "ca-central-1" : { },
2037
2079
  "eu-central-1" : { },
2038
2080
  "eu-north-1" : { },
2081
+ "eu-south-1" : { },
2039
2082
  "eu-west-1" : { },
2040
2083
  "eu-west-2" : { },
2041
2084
  "eu-west-3" : { },
@@ -2089,6 +2132,7 @@
2089
2132
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
2090
2133
  },
2091
2134
  "eu-north-1" : { },
2135
+ "eu-south-1" : { },
2092
2136
  "eu-west-1" : { },
2093
2137
  "eu-west-2" : { },
2094
2138
  "eu-west-3" : { },
@@ -2176,6 +2220,7 @@
2176
2220
  "ca-central-1" : { },
2177
2221
  "eu-central-1" : { },
2178
2222
  "eu-north-1" : { },
2223
+ "eu-south-1" : { },
2179
2224
  "eu-west-1" : { },
2180
2225
  "eu-west-2" : { },
2181
2226
  "eu-west-3" : { },
@@ -2205,6 +2250,7 @@
2205
2250
  "ca-central-1" : { },
2206
2251
  "eu-central-1" : { },
2207
2252
  "eu-north-1" : { },
2253
+ "eu-south-1" : { },
2208
2254
  "eu-west-1" : { },
2209
2255
  "eu-west-2" : { },
2210
2256
  "eu-west-3" : { },
@@ -2477,6 +2523,7 @@
2477
2523
  "ca-central-1" : { },
2478
2524
  "eu-central-1" : { },
2479
2525
  "eu-north-1" : { },
2526
+ "eu-south-1" : { },
2480
2527
  "eu-west-1" : { },
2481
2528
  "eu-west-2" : { },
2482
2529
  "eu-west-3" : { },
@@ -2906,6 +2953,7 @@
2906
2953
  "ca-central-1" : { },
2907
2954
  "eu-central-1" : { },
2908
2955
  "eu-north-1" : { },
2956
+ "eu-south-1" : { },
2909
2957
  "eu-west-1" : { },
2910
2958
  "eu-west-2" : { },
2911
2959
  "eu-west-3" : { },
@@ -2993,6 +3041,7 @@
2993
3041
  "ca-central-1" : { },
2994
3042
  "eu-central-1" : { },
2995
3043
  "eu-north-1" : { },
3044
+ "eu-south-1" : { },
2996
3045
  "eu-west-1" : { },
2997
3046
  "eu-west-2" : { },
2998
3047
  "eu-west-3" : { },
@@ -3033,6 +3082,7 @@
3033
3082
  "ca-central-1" : { },
3034
3083
  "eu-central-1" : { },
3035
3084
  "eu-north-1" : { },
3085
+ "eu-south-1" : { },
3036
3086
  "eu-west-1" : { },
3037
3087
  "eu-west-2" : { },
3038
3088
  "eu-west-3" : { },
@@ -3143,6 +3193,7 @@
3143
3193
  "ca-central-1" : { },
3144
3194
  "eu-central-1" : { },
3145
3195
  "eu-north-1" : { },
3196
+ "eu-south-1" : { },
3146
3197
  "eu-west-1" : { },
3147
3198
  "eu-west-2" : { },
3148
3199
  "eu-west-3" : { },
@@ -3279,6 +3330,7 @@
3279
3330
  "ca-central-1" : { },
3280
3331
  "eu-central-1" : { },
3281
3332
  "eu-north-1" : { },
3333
+ "eu-south-1" : { },
3282
3334
  "eu-west-1" : { },
3283
3335
  "eu-west-2" : { },
3284
3336
  "eu-west-3" : { },
@@ -3333,6 +3385,7 @@
3333
3385
  "ca-central-1" : { },
3334
3386
  "eu-central-1" : { },
3335
3387
  "eu-north-1" : { },
3388
+ "eu-south-1" : { },
3336
3389
  "eu-west-1" : { },
3337
3390
  "eu-west-2" : { },
3338
3391
  "eu-west-3" : { },
@@ -3844,10 +3897,41 @@
3844
3897
  "ca-central-1" : { },
3845
3898
  "eu-central-1" : { },
3846
3899
  "eu-north-1" : { },
3900
+ "eu-south-1" : { },
3847
3901
  "eu-west-1" : { },
3848
3902
  "eu-west-2" : { },
3849
3903
  "eu-west-3" : { },
3850
3904
  "me-south-1" : { },
3905
+ "rds-fips.ca-central-1" : {
3906
+ "credentialScope" : {
3907
+ "region" : "ca-central-1"
3908
+ },
3909
+ "hostname" : "rds-fips.ca-central-1.amazonaws.com"
3910
+ },
3911
+ "rds-fips.us-east-1" : {
3912
+ "credentialScope" : {
3913
+ "region" : "us-east-1"
3914
+ },
3915
+ "hostname" : "rds-fips.us-east-1.amazonaws.com"
3916
+ },
3917
+ "rds-fips.us-east-2" : {
3918
+ "credentialScope" : {
3919
+ "region" : "us-east-2"
3920
+ },
3921
+ "hostname" : "rds-fips.us-east-2.amazonaws.com"
3922
+ },
3923
+ "rds-fips.us-west-1" : {
3924
+ "credentialScope" : {
3925
+ "region" : "us-west-1"
3926
+ },
3927
+ "hostname" : "rds-fips.us-west-1.amazonaws.com"
3928
+ },
3929
+ "rds-fips.us-west-2" : {
3930
+ "credentialScope" : {
3931
+ "region" : "us-west-2"
3932
+ },
3933
+ "hostname" : "rds-fips.us-west-2.amazonaws.com"
3934
+ },
3851
3935
  "sa-east-1" : { },
3852
3936
  "us-east-1" : {
3853
3937
  "sslCommonName" : "{service}.{dnsSuffix}"
@@ -3869,6 +3953,7 @@
3869
3953
  "ca-central-1" : { },
3870
3954
  "eu-central-1" : { },
3871
3955
  "eu-north-1" : { },
3956
+ "eu-south-1" : { },
3872
3957
  "eu-west-1" : { },
3873
3958
  "eu-west-2" : { },
3874
3959
  "eu-west-3" : { },
@@ -3938,6 +4023,7 @@
3938
4023
  "ca-central-1" : { },
3939
4024
  "eu-central-1" : { },
3940
4025
  "eu-north-1" : { },
4026
+ "eu-south-1" : { },
3941
4027
  "eu-west-1" : { },
3942
4028
  "eu-west-2" : { },
3943
4029
  "eu-west-3" : { },
@@ -4120,6 +4206,7 @@
4120
4206
  "ca-central-1" : { },
4121
4207
  "eu-central-1" : { },
4122
4208
  "eu-north-1" : { },
4209
+ "eu-south-1" : { },
4123
4210
  "eu-west-1" : {
4124
4211
  "hostname" : "s3.eu-west-1.amazonaws.com",
4125
4212
  "signatureVersions" : [ "s3", "s3v4" ]
@@ -4585,6 +4672,7 @@
4585
4672
  "ca-central-1" : { },
4586
4673
  "eu-central-1" : { },
4587
4674
  "eu-north-1" : { },
4675
+ "eu-south-1" : { },
4588
4676
  "eu-west-1" : { },
4589
4677
  "eu-west-2" : { },
4590
4678
  "eu-west-3" : { },
@@ -4744,6 +4832,7 @@
4744
4832
  "ca-central-1" : { },
4745
4833
  "eu-central-1" : { },
4746
4834
  "eu-north-1" : { },
4835
+ "eu-south-1" : { },
4747
4836
  "eu-west-1" : { },
4748
4837
  "eu-west-2" : { },
4749
4838
  "eu-west-3" : { },
@@ -4795,6 +4884,7 @@
4795
4884
  "ca-central-1" : { },
4796
4885
  "eu-central-1" : { },
4797
4886
  "eu-north-1" : { },
4887
+ "eu-south-1" : { },
4798
4888
  "eu-west-1" : { },
4799
4889
  "eu-west-2" : { },
4800
4890
  "eu-west-3" : { },
@@ -4844,6 +4934,7 @@
4844
4934
  "ca-central-1" : { },
4845
4935
  "eu-central-1" : { },
4846
4936
  "eu-north-1" : { },
4937
+ "eu-south-1" : { },
4847
4938
  "eu-west-1" : { },
4848
4939
  "eu-west-2" : { },
4849
4940
  "eu-west-3" : { },
@@ -4915,6 +5006,7 @@
4915
5006
  "ca-central-1" : { },
4916
5007
  "eu-central-1" : { },
4917
5008
  "eu-north-1" : { },
5009
+ "eu-south-1" : { },
4918
5010
  "eu-west-1" : { },
4919
5011
  "eu-west-2" : { },
4920
5012
  "eu-west-3" : { },
@@ -5054,6 +5146,7 @@
5054
5146
  "ca-central-1" : { },
5055
5147
  "eu-central-1" : { },
5056
5148
  "eu-north-1" : { },
5149
+ "eu-south-1" : { },
5057
5150
  "eu-west-1" : { },
5058
5151
  "eu-west-2" : { },
5059
5152
  "eu-west-3" : { },
@@ -5113,6 +5206,7 @@
5113
5206
  "ca-central-1" : { },
5114
5207
  "eu-central-1" : { },
5115
5208
  "eu-north-1" : { },
5209
+ "eu-south-1" : { },
5116
5210
  "eu-west-1" : { },
5117
5211
  "eu-west-2" : { },
5118
5212
  "eu-west-3" : { },
@@ -5160,6 +5254,7 @@
5160
5254
  "ca-central-1" : { },
5161
5255
  "eu-central-1" : { },
5162
5256
  "eu-north-1" : { },
5257
+ "eu-south-1" : { },
5163
5258
  "eu-west-1" : { },
5164
5259
  "eu-west-2" : { },
5165
5260
  "eu-west-3" : { },
@@ -5587,6 +5682,7 @@
5587
5682
  "ca-central-1" : { },
5588
5683
  "eu-central-1" : { },
5589
5684
  "eu-north-1" : { },
5685
+ "eu-south-1" : { },
5590
5686
  "eu-west-1" : { },
5591
5687
  "eu-west-2" : { },
5592
5688
  "eu-west-3" : { },
@@ -5724,6 +5820,12 @@
5724
5820
  "cn-northwest-1" : { }
5725
5821
  }
5726
5822
  },
5823
+ "codecommit" : {
5824
+ "endpoints" : {
5825
+ "cn-north-1" : { },
5826
+ "cn-northwest-1" : { }
5827
+ }
5828
+ },
5727
5829
  "codedeploy" : {
5728
5830
  "endpoints" : {
5729
5831
  "cn-north-1" : { },
@@ -6231,6 +6333,18 @@
6231
6333
  "protocols" : [ "https" ]
6232
6334
  },
6233
6335
  "endpoints" : {
6336
+ "fips-us-gov-east-1" : {
6337
+ "credentialScope" : {
6338
+ "region" : "us-gov-east-1"
6339
+ },
6340
+ "hostname" : "acm-pca.us-gov-east-1.amazonaws.com"
6341
+ },
6342
+ "fips-us-gov-west-1" : {
6343
+ "credentialScope" : {
6344
+ "region" : "us-gov-west-1"
6345
+ },
6346
+ "hostname" : "acm-pca.us-gov-west-1.amazonaws.com"
6347
+ },
6234
6348
  "us-gov-east-1" : { },
6235
6349
  "us-gov-west-1" : { }
6236
6350
  }
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.302.0
4
+ version: 1.307.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: 2020-04-23 00:00:00.000000000 Z
11
+ date: 2020-04-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: