aws-partitions 1.915.0 → 1.922.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84211784650385803baf95529cd331a9b6a72e041b3853cf364ae09510f6df3b
4
- data.tar.gz: 5167206d6a3dbc41151b6c19f8eeb40d32ba9f88cd6a0ab1805e2bbf44983dda
3
+ metadata.gz: 97bef3fbcf7eb6a12fedeb87fd04d7594e15ee794822f69e1fcc7fed995e70af
4
+ data.tar.gz: 14708ae0b7b693102b81cab94d7c1afab192b4356cc011e357033f1cf539e14a
5
5
  SHA512:
6
- metadata.gz: cd0f9c62c8fcca20db3372d27c1bd52f7b180add8e78ea36656f4d6791149faa5d45529723fb63b3ce4d07dcbfc4efd5c7dad6507ff1e2a54be70331fba4a23e
7
- data.tar.gz: a72c9c72868e8c03a77e4dd3e31427bb5b354c176a9c4f9d22ac381d2c3077d175e5c59eaf181a3ef9daa1b0a10c41fcadf0ce0424dddd1cfbfefccc6274d59b
6
+ metadata.gz: 0abb78375987f0fbb00ab86890bd0d27d8b2a4efafc0d8cbf9bc68080782a64a5064596a8370841d14eb033aecbb45dce8e4efff3810921cf08c43484cd66e86
7
+ data.tar.gz: 98c250bb05f3b410ca0e495f91c3e50712268f30019f01bb0de2f694fa1d03235a843ae06d3d3c9bc7947932d212fb2bec57a539eec749d78544403470e3a273
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.922.0 (2024-04-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.921.0 (2024-04-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.920.0 (2024-04-25)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.919.0 (2024-04-24)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.918.0 (2024-04-23)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.917.0 (2024-04-22)
30
+ ------------------
31
+
32
+ * Feature - Added support for enumerating regions for `Aws::Route53Profiles`.
33
+
34
+ 1.916.0 (2024-04-18)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
4
39
  1.915.0 (2024-04-17)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.915.0
1
+ 1.922.0
@@ -552,6 +552,7 @@ module Aws
552
552
  'RolesAnywhere' => 'rolesanywhere',
553
553
  'Route53' => 'route53',
554
554
  'Route53Domains' => 'route53domains',
555
+ 'Route53Profiles' => 'route53profiles',
555
556
  'Route53RecoveryCluster' => 'route53-recovery-cluster',
556
557
  'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
557
558
  'Route53RecoveryReadiness' => 'route53-recovery-readiness',
data/partitions.json CHANGED
@@ -15065,16 +15065,21 @@
15065
15065
  "ap-northeast-2" : { },
15066
15066
  "ap-northeast-3" : { },
15067
15067
  "ap-south-1" : { },
15068
+ "ap-south-2" : { },
15068
15069
  "ap-southeast-1" : { },
15069
15070
  "ap-southeast-2" : { },
15070
15071
  "ap-southeast-3" : { },
15072
+ "ap-southeast-4" : { },
15071
15073
  "ca-central-1" : { },
15072
15074
  "eu-central-1" : { },
15075
+ "eu-central-2" : { },
15073
15076
  "eu-north-1" : { },
15074
15077
  "eu-south-1" : { },
15078
+ "eu-south-2" : { },
15075
15079
  "eu-west-1" : { },
15076
15080
  "eu-west-2" : { },
15077
15081
  "eu-west-3" : { },
15082
+ "me-central-1" : { },
15078
15083
  "me-south-1" : { },
15079
15084
  "sa-east-1" : { },
15080
15085
  "us-east-1" : { },
@@ -15546,6 +15551,28 @@
15546
15551
  } ]
15547
15552
  },
15548
15553
  "endpoints" : {
15554
+ "af-south-1" : {
15555
+ "credentialScope" : {
15556
+ "region" : "af-south-1"
15557
+ },
15558
+ "hostname" : "s3-control.af-south-1.amazonaws.com",
15559
+ "signatureVersions" : [ "s3v4" ],
15560
+ "variants" : [ {
15561
+ "hostname" : "s3-control.dualstack.af-south-1.amazonaws.com",
15562
+ "tags" : [ "dualstack" ]
15563
+ } ]
15564
+ },
15565
+ "ap-east-1" : {
15566
+ "credentialScope" : {
15567
+ "region" : "ap-east-1"
15568
+ },
15569
+ "hostname" : "s3-control.ap-east-1.amazonaws.com",
15570
+ "signatureVersions" : [ "s3v4" ],
15571
+ "variants" : [ {
15572
+ "hostname" : "s3-control.dualstack.ap-east-1.amazonaws.com",
15573
+ "tags" : [ "dualstack" ]
15574
+ } ]
15575
+ },
15549
15576
  "ap-northeast-1" : {
15550
15577
  "credentialScope" : {
15551
15578
  "region" : "ap-northeast-1"
@@ -15590,6 +15617,17 @@
15590
15617
  "tags" : [ "dualstack" ]
15591
15618
  } ]
15592
15619
  },
15620
+ "ap-south-2" : {
15621
+ "credentialScope" : {
15622
+ "region" : "ap-south-2"
15623
+ },
15624
+ "hostname" : "s3-control.ap-south-2.amazonaws.com",
15625
+ "signatureVersions" : [ "s3v4" ],
15626
+ "variants" : [ {
15627
+ "hostname" : "s3-control.dualstack.ap-south-2.amazonaws.com",
15628
+ "tags" : [ "dualstack" ]
15629
+ } ]
15630
+ },
15593
15631
  "ap-southeast-1" : {
15594
15632
  "credentialScope" : {
15595
15633
  "region" : "ap-southeast-1"
@@ -15612,6 +15650,28 @@
15612
15650
  "tags" : [ "dualstack" ]
15613
15651
  } ]
15614
15652
  },
15653
+ "ap-southeast-3" : {
15654
+ "credentialScope" : {
15655
+ "region" : "ap-southeast-3"
15656
+ },
15657
+ "hostname" : "s3-control.ap-southeast-3.amazonaws.com",
15658
+ "signatureVersions" : [ "s3v4" ],
15659
+ "variants" : [ {
15660
+ "hostname" : "s3-control.dualstack.ap-southeast-3.amazonaws.com",
15661
+ "tags" : [ "dualstack" ]
15662
+ } ]
15663
+ },
15664
+ "ap-southeast-4" : {
15665
+ "credentialScope" : {
15666
+ "region" : "ap-southeast-4"
15667
+ },
15668
+ "hostname" : "s3-control.ap-southeast-4.amazonaws.com",
15669
+ "signatureVersions" : [ "s3v4" ],
15670
+ "variants" : [ {
15671
+ "hostname" : "s3-control.dualstack.ap-southeast-4.amazonaws.com",
15672
+ "tags" : [ "dualstack" ]
15673
+ } ]
15674
+ },
15615
15675
  "ca-central-1" : {
15616
15676
  "credentialScope" : {
15617
15677
  "region" : "ca-central-1"
@@ -15648,6 +15708,17 @@
15648
15708
  "tags" : [ "dualstack" ]
15649
15709
  } ]
15650
15710
  },
15711
+ "eu-central-2" : {
15712
+ "credentialScope" : {
15713
+ "region" : "eu-central-2"
15714
+ },
15715
+ "hostname" : "s3-control.eu-central-2.amazonaws.com",
15716
+ "signatureVersions" : [ "s3v4" ],
15717
+ "variants" : [ {
15718
+ "hostname" : "s3-control.dualstack.eu-central-2.amazonaws.com",
15719
+ "tags" : [ "dualstack" ]
15720
+ } ]
15721
+ },
15651
15722
  "eu-north-1" : {
15652
15723
  "credentialScope" : {
15653
15724
  "region" : "eu-north-1"
@@ -15659,6 +15730,28 @@
15659
15730
  "tags" : [ "dualstack" ]
15660
15731
  } ]
15661
15732
  },
15733
+ "eu-south-1" : {
15734
+ "credentialScope" : {
15735
+ "region" : "eu-south-1"
15736
+ },
15737
+ "hostname" : "s3-control.eu-south-1.amazonaws.com",
15738
+ "signatureVersions" : [ "s3v4" ],
15739
+ "variants" : [ {
15740
+ "hostname" : "s3-control.dualstack.eu-south-1.amazonaws.com",
15741
+ "tags" : [ "dualstack" ]
15742
+ } ]
15743
+ },
15744
+ "eu-south-2" : {
15745
+ "credentialScope" : {
15746
+ "region" : "eu-south-2"
15747
+ },
15748
+ "hostname" : "s3-control.eu-south-2.amazonaws.com",
15749
+ "signatureVersions" : [ "s3v4" ],
15750
+ "variants" : [ {
15751
+ "hostname" : "s3-control.dualstack.eu-south-2.amazonaws.com",
15752
+ "tags" : [ "dualstack" ]
15753
+ } ]
15754
+ },
15662
15755
  "eu-west-1" : {
15663
15756
  "credentialScope" : {
15664
15757
  "region" : "eu-west-1"
@@ -15692,6 +15785,39 @@
15692
15785
  "tags" : [ "dualstack" ]
15693
15786
  } ]
15694
15787
  },
15788
+ "il-central-1" : {
15789
+ "credentialScope" : {
15790
+ "region" : "il-central-1"
15791
+ },
15792
+ "hostname" : "s3-control.il-central-1.amazonaws.com",
15793
+ "signatureVersions" : [ "s3v4" ],
15794
+ "variants" : [ {
15795
+ "hostname" : "s3-control.dualstack.il-central-1.amazonaws.com",
15796
+ "tags" : [ "dualstack" ]
15797
+ } ]
15798
+ },
15799
+ "me-central-1" : {
15800
+ "credentialScope" : {
15801
+ "region" : "me-central-1"
15802
+ },
15803
+ "hostname" : "s3-control.me-central-1.amazonaws.com",
15804
+ "signatureVersions" : [ "s3v4" ],
15805
+ "variants" : [ {
15806
+ "hostname" : "s3-control.dualstack.me-central-1.amazonaws.com",
15807
+ "tags" : [ "dualstack" ]
15808
+ } ]
15809
+ },
15810
+ "me-south-1" : {
15811
+ "credentialScope" : {
15812
+ "region" : "me-south-1"
15813
+ },
15814
+ "hostname" : "s3-control.me-south-1.amazonaws.com",
15815
+ "signatureVersions" : [ "s3v4" ],
15816
+ "variants" : [ {
15817
+ "hostname" : "s3-control.dualstack.me-south-1.amazonaws.com",
15818
+ "tags" : [ "dualstack" ]
15819
+ } ]
15820
+ },
15695
15821
  "sa-east-1" : {
15696
15822
  "credentialScope" : {
15697
15823
  "region" : "sa-east-1"
@@ -21130,6 +21256,17 @@
21130
21256
  "cn-northwest-1" : { }
21131
21257
  }
21132
21258
  },
21259
+ "entitlement.marketplace" : {
21260
+ "endpoints" : {
21261
+ "cn-northwest-1" : {
21262
+ "credentialScope" : {
21263
+ "region" : "cn-northwest-1"
21264
+ },
21265
+ "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
21266
+ "protocols" : [ "https" ]
21267
+ }
21268
+ }
21269
+ },
21133
21270
  "es" : {
21134
21271
  "endpoints" : {
21135
21272
  "cn-north-1" : {
@@ -21428,7 +21565,7 @@
21428
21565
  "credentialScope" : {
21429
21566
  "region" : "cn-northwest-1"
21430
21567
  },
21431
- "hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
21568
+ "hostname" : "mediaconvert.cn-northwest-1.amazonaws.com.cn"
21432
21569
  }
21433
21570
  }
21434
21571
  },
@@ -22608,9 +22745,29 @@
22608
22745
  },
22609
22746
  "endpoints" : {
22610
22747
  "us-gov-east-1" : {
22748
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22749
+ "protocols" : [ "http", "https" ],
22750
+ "variants" : [ {
22751
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22752
+ "tags" : [ "fips" ]
22753
+ } ]
22754
+ },
22755
+ "us-gov-east-1-fips" : {
22756
+ "deprecated" : true,
22757
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22611
22758
  "protocols" : [ "http", "https" ]
22612
22759
  },
22613
22760
  "us-gov-west-1" : {
22761
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22762
+ "protocols" : [ "http", "https" ],
22763
+ "variants" : [ {
22764
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22765
+ "tags" : [ "fips" ]
22766
+ } ]
22767
+ },
22768
+ "us-gov-west-1-fips" : {
22769
+ "deprecated" : true,
22770
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22614
22771
  "protocols" : [ "http", "https" ]
22615
22772
  }
22616
22773
  }
@@ -23837,6 +23994,13 @@
23837
23994
  },
23838
23995
  "email" : {
23839
23996
  "endpoints" : {
23997
+ "fips-us-gov-east-1" : {
23998
+ "credentialScope" : {
23999
+ "region" : "us-gov-east-1"
24000
+ },
24001
+ "deprecated" : true,
24002
+ "hostname" : "email-fips.us-gov-east-1.amazonaws.com"
24003
+ },
23840
24004
  "fips-us-gov-west-1" : {
23841
24005
  "credentialScope" : {
23842
24006
  "region" : "us-gov-west-1"
@@ -23844,6 +24008,12 @@
23844
24008
  "deprecated" : true,
23845
24009
  "hostname" : "email-fips.us-gov-west-1.amazonaws.com"
23846
24010
  },
24011
+ "us-gov-east-1" : {
24012
+ "variants" : [ {
24013
+ "hostname" : "email-fips.us-gov-east-1.amazonaws.com",
24014
+ "tags" : [ "fips" ]
24015
+ } ]
24016
+ },
23847
24017
  "us-gov-west-1" : {
23848
24018
  "variants" : [ {
23849
24019
  "hostname" : "email-fips.us-gov-west-1.amazonaws.com",
@@ -24864,6 +25034,12 @@
24864
25034
  "us-gov-west-1" : { }
24865
25035
  }
24866
25036
  },
25037
+ "license-manager-user-subscriptions" : {
25038
+ "endpoints" : {
25039
+ "us-gov-east-1" : { },
25040
+ "us-gov-west-1" : { }
25041
+ }
25042
+ },
24867
25043
  "logs" : {
24868
25044
  "endpoints" : {
24869
25045
  "fips-us-gov-east-1" : {
@@ -27689,6 +27865,64 @@
27689
27865
  }
27690
27866
  }
27691
27867
  },
27868
+ "s3-control" : {
27869
+ "defaults" : {
27870
+ "protocols" : [ "https" ],
27871
+ "signatureVersions" : [ "s3v4" ]
27872
+ },
27873
+ "endpoints" : {
27874
+ "us-iso-east-1" : {
27875
+ "credentialScope" : {
27876
+ "region" : "us-iso-east-1"
27877
+ },
27878
+ "hostname" : "s3-control.us-iso-east-1.c2s.ic.gov",
27879
+ "signatureVersions" : [ "s3v4" ],
27880
+ "variants" : [ {
27881
+ "hostname" : "s3-control-fips.dualstack.us-iso-east-1.c2s.ic.gov",
27882
+ "tags" : [ "dualstack", "fips" ]
27883
+ }, {
27884
+ "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov",
27885
+ "tags" : [ "fips" ]
27886
+ }, {
27887
+ "hostname" : "s3-control.dualstack.us-iso-east-1.c2s.ic.gov",
27888
+ "tags" : [ "dualstack" ]
27889
+ } ]
27890
+ },
27891
+ "us-iso-east-1-fips" : {
27892
+ "credentialScope" : {
27893
+ "region" : "us-iso-east-1"
27894
+ },
27895
+ "deprecated" : true,
27896
+ "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov",
27897
+ "signatureVersions" : [ "s3v4" ]
27898
+ },
27899
+ "us-iso-west-1" : {
27900
+ "credentialScope" : {
27901
+ "region" : "us-iso-west-1"
27902
+ },
27903
+ "hostname" : "s3-control.us-iso-west-1.c2s.ic.gov",
27904
+ "signatureVersions" : [ "s3v4" ],
27905
+ "variants" : [ {
27906
+ "hostname" : "s3-control-fips.dualstack.us-iso-west-1.c2s.ic.gov",
27907
+ "tags" : [ "dualstack", "fips" ]
27908
+ }, {
27909
+ "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov",
27910
+ "tags" : [ "fips" ]
27911
+ }, {
27912
+ "hostname" : "s3-control.dualstack.us-iso-west-1.c2s.ic.gov",
27913
+ "tags" : [ "dualstack" ]
27914
+ } ]
27915
+ },
27916
+ "us-iso-west-1-fips" : {
27917
+ "credentialScope" : {
27918
+ "region" : "us-iso-west-1"
27919
+ },
27920
+ "deprecated" : true,
27921
+ "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov",
27922
+ "signatureVersions" : [ "s3v4" ]
27923
+ }
27924
+ }
27925
+ },
27692
27926
  "s3-outposts" : {
27693
27927
  "endpoints" : {
27694
27928
  "fips-us-iso-east-1" : {
@@ -28309,6 +28543,39 @@
28309
28543
  }
28310
28544
  }
28311
28545
  },
28546
+ "s3-control" : {
28547
+ "defaults" : {
28548
+ "protocols" : [ "https" ],
28549
+ "signatureVersions" : [ "s3v4" ]
28550
+ },
28551
+ "endpoints" : {
28552
+ "us-isob-east-1" : {
28553
+ "credentialScope" : {
28554
+ "region" : "us-isob-east-1"
28555
+ },
28556
+ "hostname" : "s3-control.us-isob-east-1.sc2s.sgov.gov",
28557
+ "signatureVersions" : [ "s3v4" ],
28558
+ "variants" : [ {
28559
+ "hostname" : "s3-control-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
28560
+ "tags" : [ "dualstack", "fips" ]
28561
+ }, {
28562
+ "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov",
28563
+ "tags" : [ "fips" ]
28564
+ }, {
28565
+ "hostname" : "s3-control.dualstack.us-isob-east-1.sc2s.sgov.gov",
28566
+ "tags" : [ "dualstack" ]
28567
+ } ]
28568
+ },
28569
+ "us-isob-east-1-fips" : {
28570
+ "credentialScope" : {
28571
+ "region" : "us-isob-east-1"
28572
+ },
28573
+ "deprecated" : true,
28574
+ "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov",
28575
+ "signatureVersions" : [ "s3v4" ]
28576
+ }
28577
+ }
28578
+ },
28312
28579
  "s3-outposts" : {
28313
28580
  "endpoints" : {
28314
28581
  "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.915.0
4
+ version: 1.922.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-17 00:00:00.000000000 Z
11
+ date: 2024-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: