aws-partitions 1.301.0 → 1.306.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 +89 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7981b29d12ba6f6d6950ac0692d736a6f3ce6ac64bc88cfdd72b8abfd7a365ed
4
- data.tar.gz: 644859c93005ef21873db4019a4990b7075c2de567ab76bd35710c8428a8acfd
3
+ metadata.gz: 897e775eaf6336aefdd42a9800b602cba0681d63845037e1f39dca56e4b7778d
4
+ data.tar.gz: e89736e55b7b7d469ac07ad481b0f514d892cefb0576ebc0f11946cbe2ba3ec5
5
5
  SHA512:
6
- metadata.gz: c8dbd98500828f8a1f89f288bf9c4f813d90d96850c868b2fe70843380f4ddccc5357b77ff08a138a0e4c9c40105a0897f41f2bce592200584ee8e25ed276fbb
7
- data.tar.gz: ff22c56294b435488dff0ef8f4e91b987ef7bdb96b57ee1ae05eb4f48a6b8cf83d95b997337f330ce5149ceeea95b3222bf1dc36b3bc1a0a9e1a3949da0f6a20
6
+ metadata.gz: ae9585265ce2f0113ee5d77077b21a383b6ba2a82161ca7ca13ba102d7f8ac6500c272d997c0e554ee9b9fff2e136462a6dd14c1c2ded39357ae455993758f3c
7
+ data.tar.gz: c7b857bc1f98d497da7fba3f201300073257667ce86c10a331319034047fcf36b96fe95c4740826ee8246b811c36ccbf08472591f186574121ff80b2fe24958c
@@ -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" : { },
@@ -1422,6 +1461,7 @@
1422
1461
  "ca-central-1" : { },
1423
1462
  "eu-central-1" : { },
1424
1463
  "eu-north-1" : { },
1464
+ "eu-south-1" : { },
1425
1465
  "eu-west-1" : { },
1426
1466
  "eu-west-2" : { },
1427
1467
  "eu-west-3" : { },
@@ -1482,6 +1522,7 @@
1482
1522
  },
1483
1523
  "eu-central-1" : { },
1484
1524
  "eu-north-1" : { },
1525
+ "eu-south-1" : { },
1485
1526
  "eu-west-1" : { },
1486
1527
  "eu-west-2" : { },
1487
1528
  "eu-west-3" : { },
@@ -1648,6 +1689,7 @@
1648
1689
  },
1649
1690
  "eu-central-1" : { },
1650
1691
  "eu-north-1" : { },
1692
+ "eu-south-1" : { },
1651
1693
  "eu-west-1" : { },
1652
1694
  "eu-west-2" : { },
1653
1695
  "eu-west-3" : { },
@@ -1705,6 +1747,7 @@
1705
1747
  "ca-central-1" : { },
1706
1748
  "eu-central-1" : { },
1707
1749
  "eu-north-1" : { },
1750
+ "eu-south-1" : { },
1708
1751
  "eu-west-1" : { },
1709
1752
  "eu-west-2" : { },
1710
1753
  "eu-west-3" : { },
@@ -1758,6 +1801,7 @@
1758
1801
  "ca-central-1" : { },
1759
1802
  "eu-central-1" : { },
1760
1803
  "eu-north-1" : { },
1804
+ "eu-south-1" : { },
1761
1805
  "eu-west-1" : { },
1762
1806
  "eu-west-2" : { },
1763
1807
  "eu-west-3" : { },
@@ -1793,28 +1837,6 @@
1793
1837
  "us-west-2" : { }
1794
1838
  }
1795
1839
  },
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
1840
  "elasticache" : {
1819
1841
  "endpoints" : {
1820
1842
  "af-south-1" : { },
@@ -1827,6 +1849,7 @@
1827
1849
  "ca-central-1" : { },
1828
1850
  "eu-central-1" : { },
1829
1851
  "eu-north-1" : { },
1852
+ "eu-south-1" : { },
1830
1853
  "eu-west-1" : { },
1831
1854
  "eu-west-2" : { },
1832
1855
  "eu-west-3" : { },
@@ -1856,6 +1879,7 @@
1856
1879
  "ca-central-1" : { },
1857
1880
  "eu-central-1" : { },
1858
1881
  "eu-north-1" : { },
1882
+ "eu-south-1" : { },
1859
1883
  "eu-west-1" : { },
1860
1884
  "eu-west-2" : { },
1861
1885
  "eu-west-3" : { },
@@ -2036,6 +2060,7 @@
2036
2060
  "ca-central-1" : { },
2037
2061
  "eu-central-1" : { },
2038
2062
  "eu-north-1" : { },
2063
+ "eu-south-1" : { },
2039
2064
  "eu-west-1" : { },
2040
2065
  "eu-west-2" : { },
2041
2066
  "eu-west-3" : { },
@@ -2089,6 +2114,7 @@
2089
2114
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
2090
2115
  },
2091
2116
  "eu-north-1" : { },
2117
+ "eu-south-1" : { },
2092
2118
  "eu-west-1" : { },
2093
2119
  "eu-west-2" : { },
2094
2120
  "eu-west-3" : { },
@@ -2176,6 +2202,7 @@
2176
2202
  "ca-central-1" : { },
2177
2203
  "eu-central-1" : { },
2178
2204
  "eu-north-1" : { },
2205
+ "eu-south-1" : { },
2179
2206
  "eu-west-1" : { },
2180
2207
  "eu-west-2" : { },
2181
2208
  "eu-west-3" : { },
@@ -2205,6 +2232,7 @@
2205
2232
  "ca-central-1" : { },
2206
2233
  "eu-central-1" : { },
2207
2234
  "eu-north-1" : { },
2235
+ "eu-south-1" : { },
2208
2236
  "eu-west-1" : { },
2209
2237
  "eu-west-2" : { },
2210
2238
  "eu-west-3" : { },
@@ -2477,6 +2505,7 @@
2477
2505
  "ca-central-1" : { },
2478
2506
  "eu-central-1" : { },
2479
2507
  "eu-north-1" : { },
2508
+ "eu-south-1" : { },
2480
2509
  "eu-west-1" : { },
2481
2510
  "eu-west-2" : { },
2482
2511
  "eu-west-3" : { },
@@ -2587,6 +2616,7 @@
2587
2616
  "endpoints" : {
2588
2617
  "ap-southeast-2" : { },
2589
2618
  "eu-north-1" : { },
2619
+ "eu-west-1" : { },
2590
2620
  "me-south-1" : { },
2591
2621
  "us-east-2" : { },
2592
2622
  "us-west-2" : { }
@@ -2905,6 +2935,7 @@
2905
2935
  "ca-central-1" : { },
2906
2936
  "eu-central-1" : { },
2907
2937
  "eu-north-1" : { },
2938
+ "eu-south-1" : { },
2908
2939
  "eu-west-1" : { },
2909
2940
  "eu-west-2" : { },
2910
2941
  "eu-west-3" : { },
@@ -2992,6 +3023,7 @@
2992
3023
  "ca-central-1" : { },
2993
3024
  "eu-central-1" : { },
2994
3025
  "eu-north-1" : { },
3026
+ "eu-south-1" : { },
2995
3027
  "eu-west-1" : { },
2996
3028
  "eu-west-2" : { },
2997
3029
  "eu-west-3" : { },
@@ -3032,6 +3064,7 @@
3032
3064
  "ca-central-1" : { },
3033
3065
  "eu-central-1" : { },
3034
3066
  "eu-north-1" : { },
3067
+ "eu-south-1" : { },
3035
3068
  "eu-west-1" : { },
3036
3069
  "eu-west-2" : { },
3037
3070
  "eu-west-3" : { },
@@ -3142,6 +3175,7 @@
3142
3175
  "ca-central-1" : { },
3143
3176
  "eu-central-1" : { },
3144
3177
  "eu-north-1" : { },
3178
+ "eu-south-1" : { },
3145
3179
  "eu-west-1" : { },
3146
3180
  "eu-west-2" : { },
3147
3181
  "eu-west-3" : { },
@@ -3278,6 +3312,7 @@
3278
3312
  "ca-central-1" : { },
3279
3313
  "eu-central-1" : { },
3280
3314
  "eu-north-1" : { },
3315
+ "eu-south-1" : { },
3281
3316
  "eu-west-1" : { },
3282
3317
  "eu-west-2" : { },
3283
3318
  "eu-west-3" : { },
@@ -3332,6 +3367,7 @@
3332
3367
  "ca-central-1" : { },
3333
3368
  "eu-central-1" : { },
3334
3369
  "eu-north-1" : { },
3370
+ "eu-south-1" : { },
3335
3371
  "eu-west-1" : { },
3336
3372
  "eu-west-2" : { },
3337
3373
  "eu-west-3" : { },
@@ -3843,6 +3879,7 @@
3843
3879
  "ca-central-1" : { },
3844
3880
  "eu-central-1" : { },
3845
3881
  "eu-north-1" : { },
3882
+ "eu-south-1" : { },
3846
3883
  "eu-west-1" : { },
3847
3884
  "eu-west-2" : { },
3848
3885
  "eu-west-3" : { },
@@ -3868,6 +3905,7 @@
3868
3905
  "ca-central-1" : { },
3869
3906
  "eu-central-1" : { },
3870
3907
  "eu-north-1" : { },
3908
+ "eu-south-1" : { },
3871
3909
  "eu-west-1" : { },
3872
3910
  "eu-west-2" : { },
3873
3911
  "eu-west-3" : { },
@@ -3937,6 +3975,7 @@
3937
3975
  "ca-central-1" : { },
3938
3976
  "eu-central-1" : { },
3939
3977
  "eu-north-1" : { },
3978
+ "eu-south-1" : { },
3940
3979
  "eu-west-1" : { },
3941
3980
  "eu-west-2" : { },
3942
3981
  "eu-west-3" : { },
@@ -4119,6 +4158,7 @@
4119
4158
  "ca-central-1" : { },
4120
4159
  "eu-central-1" : { },
4121
4160
  "eu-north-1" : { },
4161
+ "eu-south-1" : { },
4122
4162
  "eu-west-1" : {
4123
4163
  "hostname" : "s3.eu-west-1.amazonaws.com",
4124
4164
  "signatureVersions" : [ "s3", "s3v4" ]
@@ -4584,6 +4624,7 @@
4584
4624
  "ca-central-1" : { },
4585
4625
  "eu-central-1" : { },
4586
4626
  "eu-north-1" : { },
4627
+ "eu-south-1" : { },
4587
4628
  "eu-west-1" : { },
4588
4629
  "eu-west-2" : { },
4589
4630
  "eu-west-3" : { },
@@ -4743,6 +4784,7 @@
4743
4784
  "ca-central-1" : { },
4744
4785
  "eu-central-1" : { },
4745
4786
  "eu-north-1" : { },
4787
+ "eu-south-1" : { },
4746
4788
  "eu-west-1" : { },
4747
4789
  "eu-west-2" : { },
4748
4790
  "eu-west-3" : { },
@@ -4794,6 +4836,7 @@
4794
4836
  "ca-central-1" : { },
4795
4837
  "eu-central-1" : { },
4796
4838
  "eu-north-1" : { },
4839
+ "eu-south-1" : { },
4797
4840
  "eu-west-1" : { },
4798
4841
  "eu-west-2" : { },
4799
4842
  "eu-west-3" : { },
@@ -4843,6 +4886,7 @@
4843
4886
  "ca-central-1" : { },
4844
4887
  "eu-central-1" : { },
4845
4888
  "eu-north-1" : { },
4889
+ "eu-south-1" : { },
4846
4890
  "eu-west-1" : { },
4847
4891
  "eu-west-2" : { },
4848
4892
  "eu-west-3" : { },
@@ -4914,6 +4958,7 @@
4914
4958
  "ca-central-1" : { },
4915
4959
  "eu-central-1" : { },
4916
4960
  "eu-north-1" : { },
4961
+ "eu-south-1" : { },
4917
4962
  "eu-west-1" : { },
4918
4963
  "eu-west-2" : { },
4919
4964
  "eu-west-3" : { },
@@ -5053,6 +5098,7 @@
5053
5098
  "ca-central-1" : { },
5054
5099
  "eu-central-1" : { },
5055
5100
  "eu-north-1" : { },
5101
+ "eu-south-1" : { },
5056
5102
  "eu-west-1" : { },
5057
5103
  "eu-west-2" : { },
5058
5104
  "eu-west-3" : { },
@@ -5112,6 +5158,7 @@
5112
5158
  "ca-central-1" : { },
5113
5159
  "eu-central-1" : { },
5114
5160
  "eu-north-1" : { },
5161
+ "eu-south-1" : { },
5115
5162
  "eu-west-1" : { },
5116
5163
  "eu-west-2" : { },
5117
5164
  "eu-west-3" : { },
@@ -5159,6 +5206,7 @@
5159
5206
  "ca-central-1" : { },
5160
5207
  "eu-central-1" : { },
5161
5208
  "eu-north-1" : { },
5209
+ "eu-south-1" : { },
5162
5210
  "eu-west-1" : { },
5163
5211
  "eu-west-2" : { },
5164
5212
  "eu-west-3" : { },
@@ -5586,6 +5634,7 @@
5586
5634
  "ca-central-1" : { },
5587
5635
  "eu-central-1" : { },
5588
5636
  "eu-north-1" : { },
5637
+ "eu-south-1" : { },
5589
5638
  "eu-west-1" : { },
5590
5639
  "eu-west-2" : { },
5591
5640
  "eu-west-3" : { },
@@ -5723,6 +5772,12 @@
5723
5772
  "cn-northwest-1" : { }
5724
5773
  }
5725
5774
  },
5775
+ "codecommit" : {
5776
+ "endpoints" : {
5777
+ "cn-north-1" : { },
5778
+ "cn-northwest-1" : { }
5779
+ }
5780
+ },
5726
5781
  "codedeploy" : {
5727
5782
  "endpoints" : {
5728
5783
  "cn-north-1" : { },
@@ -6230,6 +6285,18 @@
6230
6285
  "protocols" : [ "https" ]
6231
6286
  },
6232
6287
  "endpoints" : {
6288
+ "fips-us-gov-east-1" : {
6289
+ "credentialScope" : {
6290
+ "region" : "us-gov-east-1"
6291
+ },
6292
+ "hostname" : "acm-pca.us-gov-east-1.amazonaws.com"
6293
+ },
6294
+ "fips-us-gov-west-1" : {
6295
+ "credentialScope" : {
6296
+ "region" : "us-gov-west-1"
6297
+ },
6298
+ "hostname" : "acm-pca.us-gov-west-1.amazonaws.com"
6299
+ },
6233
6300
  "us-gov-east-1" : { },
6234
6301
  "us-gov-west-1" : { }
6235
6302
  }
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.301.0
4
+ version: 1.306.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-22 00:00:00.000000000 Z
11
+ date: 2020-04-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: