aws-partitions 1.914.0 → 1.916.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +271 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caad345fc08214a594a55addf803f452b79a9800d639cbbf03738e1d73b4ebe2
4
- data.tar.gz: 054fff777b11297cc00c01d9c52eddd60a57c595b3a55b9736c897b5c0709938
3
+ metadata.gz: 0d6e414acd0490c29dcf269de32f03373e7d995b5a8d9746021bd3c0897a315a
4
+ data.tar.gz: c43cba200a53272dd3cd9bd0aab11973d37bf6c5c5069728c4fbe884ccd0dd01
5
5
  SHA512:
6
- metadata.gz: f0b1dd24635a409f9af29bc4b35e39176ecaa94adfadbeb9ad596847401594a6a90a16ccc8cd891d3eb82b8f0f718e7d16eaef7798f4bf7f3ce001ef529b07ae
7
- data.tar.gz: 36e3b12ff0e4a40c6dd4cd8fda56a82048f6f1fd04e35d004e6f4dfc633baa2581f0957d108652602f18cc8f43442e746f6e9bcc8a9a502980aa96421e22ba9b
6
+ metadata.gz: 71cd714f42bc2aa29f151729a4a7561109635e9e86267c822e3798a3481c53c7536b79253b0600d39a2fcb9923d307b6814d78741fe04d443b325f6652ef6d87
7
+ data.tar.gz: 60dd5d51077317bb7ffb258147860ba542a5ca2fddcc4dc302a528747bb8d60c746d597791fe16033e2ec2f7d6129b81a5365aff24454fe6aa152a145741dee8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.916.0 (2024-04-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.915.0 (2024-04-17)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.914.0 (2024-04-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.914.0
1
+ 1.916.0
data/partitions.json CHANGED
@@ -9970,6 +9970,12 @@
9970
9970
  "tags" : [ "fips" ]
9971
9971
  } ]
9972
9972
  },
9973
+ "ca-west-1" : {
9974
+ "variants" : [ {
9975
+ "hostname" : "kafka-fips.ca-west-1.amazonaws.com",
9976
+ "tags" : [ "fips" ]
9977
+ } ]
9978
+ },
9973
9979
  "eu-central-1" : { },
9974
9980
  "eu-central-2" : { },
9975
9981
  "eu-north-1" : { },
@@ -9985,6 +9991,13 @@
9985
9991
  "deprecated" : true,
9986
9992
  "hostname" : "kafka-fips.ca-central-1.amazonaws.com"
9987
9993
  },
9994
+ "fips-ca-west-1" : {
9995
+ "credentialScope" : {
9996
+ "region" : "ca-west-1"
9997
+ },
9998
+ "deprecated" : true,
9999
+ "hostname" : "kafka-fips.ca-west-1.amazonaws.com"
10000
+ },
9988
10001
  "fips-us-east-1" : {
9989
10002
  "credentialScope" : {
9990
10003
  "region" : "us-east-1"
@@ -15533,6 +15546,28 @@
15533
15546
  } ]
15534
15547
  },
15535
15548
  "endpoints" : {
15549
+ "af-south-1" : {
15550
+ "credentialScope" : {
15551
+ "region" : "af-south-1"
15552
+ },
15553
+ "hostname" : "s3-control.af-south-1.amazonaws.com",
15554
+ "signatureVersions" : [ "s3v4" ],
15555
+ "variants" : [ {
15556
+ "hostname" : "s3-control.dualstack.af-south-1.amazonaws.com",
15557
+ "tags" : [ "dualstack" ]
15558
+ } ]
15559
+ },
15560
+ "ap-east-1" : {
15561
+ "credentialScope" : {
15562
+ "region" : "ap-east-1"
15563
+ },
15564
+ "hostname" : "s3-control.ap-east-1.amazonaws.com",
15565
+ "signatureVersions" : [ "s3v4" ],
15566
+ "variants" : [ {
15567
+ "hostname" : "s3-control.dualstack.ap-east-1.amazonaws.com",
15568
+ "tags" : [ "dualstack" ]
15569
+ } ]
15570
+ },
15536
15571
  "ap-northeast-1" : {
15537
15572
  "credentialScope" : {
15538
15573
  "region" : "ap-northeast-1"
@@ -15577,6 +15612,17 @@
15577
15612
  "tags" : [ "dualstack" ]
15578
15613
  } ]
15579
15614
  },
15615
+ "ap-south-2" : {
15616
+ "credentialScope" : {
15617
+ "region" : "ap-south-2"
15618
+ },
15619
+ "hostname" : "s3-control.ap-south-2.amazonaws.com",
15620
+ "signatureVersions" : [ "s3v4" ],
15621
+ "variants" : [ {
15622
+ "hostname" : "s3-control.dualstack.ap-south-2.amazonaws.com",
15623
+ "tags" : [ "dualstack" ]
15624
+ } ]
15625
+ },
15580
15626
  "ap-southeast-1" : {
15581
15627
  "credentialScope" : {
15582
15628
  "region" : "ap-southeast-1"
@@ -15599,6 +15645,28 @@
15599
15645
  "tags" : [ "dualstack" ]
15600
15646
  } ]
15601
15647
  },
15648
+ "ap-southeast-3" : {
15649
+ "credentialScope" : {
15650
+ "region" : "ap-southeast-3"
15651
+ },
15652
+ "hostname" : "s3-control.ap-southeast-3.amazonaws.com",
15653
+ "signatureVersions" : [ "s3v4" ],
15654
+ "variants" : [ {
15655
+ "hostname" : "s3-control.dualstack.ap-southeast-3.amazonaws.com",
15656
+ "tags" : [ "dualstack" ]
15657
+ } ]
15658
+ },
15659
+ "ap-southeast-4" : {
15660
+ "credentialScope" : {
15661
+ "region" : "ap-southeast-4"
15662
+ },
15663
+ "hostname" : "s3-control.ap-southeast-4.amazonaws.com",
15664
+ "signatureVersions" : [ "s3v4" ],
15665
+ "variants" : [ {
15666
+ "hostname" : "s3-control.dualstack.ap-southeast-4.amazonaws.com",
15667
+ "tags" : [ "dualstack" ]
15668
+ } ]
15669
+ },
15602
15670
  "ca-central-1" : {
15603
15671
  "credentialScope" : {
15604
15672
  "region" : "ca-central-1"
@@ -15635,6 +15703,17 @@
15635
15703
  "tags" : [ "dualstack" ]
15636
15704
  } ]
15637
15705
  },
15706
+ "eu-central-2" : {
15707
+ "credentialScope" : {
15708
+ "region" : "eu-central-2"
15709
+ },
15710
+ "hostname" : "s3-control.eu-central-2.amazonaws.com",
15711
+ "signatureVersions" : [ "s3v4" ],
15712
+ "variants" : [ {
15713
+ "hostname" : "s3-control.dualstack.eu-central-2.amazonaws.com",
15714
+ "tags" : [ "dualstack" ]
15715
+ } ]
15716
+ },
15638
15717
  "eu-north-1" : {
15639
15718
  "credentialScope" : {
15640
15719
  "region" : "eu-north-1"
@@ -15646,6 +15725,28 @@
15646
15725
  "tags" : [ "dualstack" ]
15647
15726
  } ]
15648
15727
  },
15728
+ "eu-south-1" : {
15729
+ "credentialScope" : {
15730
+ "region" : "eu-south-1"
15731
+ },
15732
+ "hostname" : "s3-control.eu-south-1.amazonaws.com",
15733
+ "signatureVersions" : [ "s3v4" ],
15734
+ "variants" : [ {
15735
+ "hostname" : "s3-control.dualstack.eu-south-1.amazonaws.com",
15736
+ "tags" : [ "dualstack" ]
15737
+ } ]
15738
+ },
15739
+ "eu-south-2" : {
15740
+ "credentialScope" : {
15741
+ "region" : "eu-south-2"
15742
+ },
15743
+ "hostname" : "s3-control.eu-south-2.amazonaws.com",
15744
+ "signatureVersions" : [ "s3v4" ],
15745
+ "variants" : [ {
15746
+ "hostname" : "s3-control.dualstack.eu-south-2.amazonaws.com",
15747
+ "tags" : [ "dualstack" ]
15748
+ } ]
15749
+ },
15649
15750
  "eu-west-1" : {
15650
15751
  "credentialScope" : {
15651
15752
  "region" : "eu-west-1"
@@ -15679,6 +15780,39 @@
15679
15780
  "tags" : [ "dualstack" ]
15680
15781
  } ]
15681
15782
  },
15783
+ "il-central-1" : {
15784
+ "credentialScope" : {
15785
+ "region" : "il-central-1"
15786
+ },
15787
+ "hostname" : "s3-control.il-central-1.amazonaws.com",
15788
+ "signatureVersions" : [ "s3v4" ],
15789
+ "variants" : [ {
15790
+ "hostname" : "s3-control.dualstack.il-central-1.amazonaws.com",
15791
+ "tags" : [ "dualstack" ]
15792
+ } ]
15793
+ },
15794
+ "me-central-1" : {
15795
+ "credentialScope" : {
15796
+ "region" : "me-central-1"
15797
+ },
15798
+ "hostname" : "s3-control.me-central-1.amazonaws.com",
15799
+ "signatureVersions" : [ "s3v4" ],
15800
+ "variants" : [ {
15801
+ "hostname" : "s3-control.dualstack.me-central-1.amazonaws.com",
15802
+ "tags" : [ "dualstack" ]
15803
+ } ]
15804
+ },
15805
+ "me-south-1" : {
15806
+ "credentialScope" : {
15807
+ "region" : "me-south-1"
15808
+ },
15809
+ "hostname" : "s3-control.me-south-1.amazonaws.com",
15810
+ "signatureVersions" : [ "s3v4" ],
15811
+ "variants" : [ {
15812
+ "hostname" : "s3-control.dualstack.me-south-1.amazonaws.com",
15813
+ "tags" : [ "dualstack" ]
15814
+ } ]
15815
+ },
15682
15816
  "sa-east-1" : {
15683
15817
  "credentialScope" : {
15684
15818
  "region" : "sa-east-1"
@@ -22595,9 +22729,29 @@
22595
22729
  },
22596
22730
  "endpoints" : {
22597
22731
  "us-gov-east-1" : {
22732
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22733
+ "protocols" : [ "http", "https" ],
22734
+ "variants" : [ {
22735
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22736
+ "tags" : [ "fips" ]
22737
+ } ]
22738
+ },
22739
+ "us-gov-east-1-fips" : {
22740
+ "deprecated" : true,
22741
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22598
22742
  "protocols" : [ "http", "https" ]
22599
22743
  },
22600
22744
  "us-gov-west-1" : {
22745
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22746
+ "protocols" : [ "http", "https" ],
22747
+ "variants" : [ {
22748
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22749
+ "tags" : [ "fips" ]
22750
+ } ]
22751
+ },
22752
+ "us-gov-west-1-fips" : {
22753
+ "deprecated" : true,
22754
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22601
22755
  "protocols" : [ "http", "https" ]
22602
22756
  }
22603
22757
  }
@@ -23122,8 +23276,32 @@
23122
23276
  },
23123
23277
  "controltower" : {
23124
23278
  "endpoints" : {
23125
- "us-gov-east-1" : { },
23126
- "us-gov-west-1" : { }
23279
+ "us-gov-east-1" : {
23280
+ "variants" : [ {
23281
+ "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com",
23282
+ "tags" : [ "fips" ]
23283
+ } ]
23284
+ },
23285
+ "us-gov-east-1-fips" : {
23286
+ "credentialScope" : {
23287
+ "region" : "us-gov-east-1"
23288
+ },
23289
+ "deprecated" : true,
23290
+ "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com"
23291
+ },
23292
+ "us-gov-west-1" : {
23293
+ "variants" : [ {
23294
+ "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com",
23295
+ "tags" : [ "fips" ]
23296
+ } ]
23297
+ },
23298
+ "us-gov-west-1-fips" : {
23299
+ "credentialScope" : {
23300
+ "region" : "us-gov-west-1"
23301
+ },
23302
+ "deprecated" : true,
23303
+ "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com"
23304
+ }
23127
23305
  }
23128
23306
  },
23129
23307
  "data-ats.iot" : {
@@ -27652,6 +27830,64 @@
27652
27830
  }
27653
27831
  }
27654
27832
  },
27833
+ "s3-control" : {
27834
+ "defaults" : {
27835
+ "protocols" : [ "https" ],
27836
+ "signatureVersions" : [ "s3v4" ]
27837
+ },
27838
+ "endpoints" : {
27839
+ "us-iso-east-1" : {
27840
+ "credentialScope" : {
27841
+ "region" : "us-iso-east-1"
27842
+ },
27843
+ "hostname" : "s3-control.us-iso-east-1.c2s.ic.gov",
27844
+ "signatureVersions" : [ "s3v4" ],
27845
+ "variants" : [ {
27846
+ "hostname" : "s3-control-fips.dualstack.us-iso-east-1.c2s.ic.gov",
27847
+ "tags" : [ "dualstack", "fips" ]
27848
+ }, {
27849
+ "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov",
27850
+ "tags" : [ "fips" ]
27851
+ }, {
27852
+ "hostname" : "s3-control.dualstack.us-iso-east-1.c2s.ic.gov",
27853
+ "tags" : [ "dualstack" ]
27854
+ } ]
27855
+ },
27856
+ "us-iso-east-1-fips" : {
27857
+ "credentialScope" : {
27858
+ "region" : "us-iso-east-1"
27859
+ },
27860
+ "deprecated" : true,
27861
+ "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov",
27862
+ "signatureVersions" : [ "s3v4" ]
27863
+ },
27864
+ "us-iso-west-1" : {
27865
+ "credentialScope" : {
27866
+ "region" : "us-iso-west-1"
27867
+ },
27868
+ "hostname" : "s3-control.us-iso-west-1.c2s.ic.gov",
27869
+ "signatureVersions" : [ "s3v4" ],
27870
+ "variants" : [ {
27871
+ "hostname" : "s3-control-fips.dualstack.us-iso-west-1.c2s.ic.gov",
27872
+ "tags" : [ "dualstack", "fips" ]
27873
+ }, {
27874
+ "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov",
27875
+ "tags" : [ "fips" ]
27876
+ }, {
27877
+ "hostname" : "s3-control.dualstack.us-iso-west-1.c2s.ic.gov",
27878
+ "tags" : [ "dualstack" ]
27879
+ } ]
27880
+ },
27881
+ "us-iso-west-1-fips" : {
27882
+ "credentialScope" : {
27883
+ "region" : "us-iso-west-1"
27884
+ },
27885
+ "deprecated" : true,
27886
+ "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov",
27887
+ "signatureVersions" : [ "s3v4" ]
27888
+ }
27889
+ }
27890
+ },
27655
27891
  "s3-outposts" : {
27656
27892
  "endpoints" : {
27657
27893
  "fips-us-iso-east-1" : {
@@ -28272,6 +28508,39 @@
28272
28508
  }
28273
28509
  }
28274
28510
  },
28511
+ "s3-control" : {
28512
+ "defaults" : {
28513
+ "protocols" : [ "https" ],
28514
+ "signatureVersions" : [ "s3v4" ]
28515
+ },
28516
+ "endpoints" : {
28517
+ "us-isob-east-1" : {
28518
+ "credentialScope" : {
28519
+ "region" : "us-isob-east-1"
28520
+ },
28521
+ "hostname" : "s3-control.us-isob-east-1.sc2s.sgov.gov",
28522
+ "signatureVersions" : [ "s3v4" ],
28523
+ "variants" : [ {
28524
+ "hostname" : "s3-control-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
28525
+ "tags" : [ "dualstack", "fips" ]
28526
+ }, {
28527
+ "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov",
28528
+ "tags" : [ "fips" ]
28529
+ }, {
28530
+ "hostname" : "s3-control.dualstack.us-isob-east-1.sc2s.sgov.gov",
28531
+ "tags" : [ "dualstack" ]
28532
+ } ]
28533
+ },
28534
+ "us-isob-east-1-fips" : {
28535
+ "credentialScope" : {
28536
+ "region" : "us-isob-east-1"
28537
+ },
28538
+ "deprecated" : true,
28539
+ "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov",
28540
+ "signatureVersions" : [ "s3v4" ]
28541
+ }
28542
+ }
28543
+ },
28275
28544
  "s3-outposts" : {
28276
28545
  "endpoints" : {
28277
28546
  "fips-us-isob-east-1" : {
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.914.0
4
+ version: 1.916.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-16 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: