aws-partitions 1.751.0 → 1.752.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +86 -5
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e252abcf300db6d5b4c6a386da47ebdd00331b2e6a7a5abda1216f1e5f8ba88
4
- data.tar.gz: 16521c2a5b45be3ec7831b792df4d94434890e686d041999b66909dad4eb6b6c
3
+ metadata.gz: 1c0529d836f66d4edfd9795cdf4890fab0a7bec58fb40731a3cd81f1ddf2217c
4
+ data.tar.gz: 8624acec5b2edca6c3f2898f329bfbf19dbf59d492549b24f93fd4385a668715
5
5
  SHA512:
6
- metadata.gz: 48031bf5624a2b545a3f5abbaa5141b83a57de91dd27ab89acd40bbd82155b965288d339ee84fdf75dfd48b4895680de49cb5d8542698b3ee4882b36bf94f3ec
7
- data.tar.gz: b6fd06007143f2ccf372653eedec9f2b7563776df91e4abcdd0f760f6f0912211d50cfeb59a5dd8c1e9de3260dcd8129db9715a92630ae42d50f4748d9789b10
6
+ metadata.gz: 6896df0ffa2425eb5710de664008f9e2eb8a781a5ca1b31662f53e1d2b22bc71df2b68f321235fd85f01f5c282d0b0267d557dc04ada681af7c0e08186f06b8c
7
+ data.tar.gz: 750f92178d4a946cd36f3837dac939a8e72533636ac77ec2445e671f0555db1131781ec46f3687feafc559a4f6f07ffd666e61d9b5b52da75240b17d5082ac46
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.752.0 (2023-04-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.751.0 (2023-04-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.751.0
1
+ 1.752.0
data/partitions.json CHANGED
@@ -1202,6 +1202,7 @@
1202
1202
  "deprecated" : true,
1203
1203
  "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
1204
1204
  },
1205
+ "me-central-1" : { },
1205
1206
  "me-south-1" : { },
1206
1207
  "sa-east-1" : { },
1207
1208
  "us-east-1" : {
@@ -2065,7 +2066,12 @@
2065
2066
  "ap-southeast-2" : { },
2066
2067
  "ap-southeast-3" : { },
2067
2068
  "ap-southeast-4" : { },
2068
- "ca-central-1" : { },
2069
+ "ca-central-1" : {
2070
+ "variants" : [ {
2071
+ "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
2072
+ "tags" : [ "fips" ]
2073
+ } ]
2074
+ },
2069
2075
  "eu-central-1" : { },
2070
2076
  "eu-central-2" : { },
2071
2077
  "eu-north-1" : { },
@@ -2074,13 +2080,68 @@
2074
2080
  "eu-west-1" : { },
2075
2081
  "eu-west-2" : { },
2076
2082
  "eu-west-3" : { },
2083
+ "fips-ca-central-1" : {
2084
+ "credentialScope" : {
2085
+ "region" : "ca-central-1"
2086
+ },
2087
+ "deprecated" : true,
2088
+ "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2089
+ },
2090
+ "fips-us-east-1" : {
2091
+ "credentialScope" : {
2092
+ "region" : "us-east-1"
2093
+ },
2094
+ "deprecated" : true,
2095
+ "hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
2096
+ },
2097
+ "fips-us-east-2" : {
2098
+ "credentialScope" : {
2099
+ "region" : "us-east-2"
2100
+ },
2101
+ "deprecated" : true,
2102
+ "hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
2103
+ },
2104
+ "fips-us-west-1" : {
2105
+ "credentialScope" : {
2106
+ "region" : "us-west-1"
2107
+ },
2108
+ "deprecated" : true,
2109
+ "hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
2110
+ },
2111
+ "fips-us-west-2" : {
2112
+ "credentialScope" : {
2113
+ "region" : "us-west-2"
2114
+ },
2115
+ "deprecated" : true,
2116
+ "hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
2117
+ },
2077
2118
  "me-central-1" : { },
2078
2119
  "me-south-1" : { },
2079
2120
  "sa-east-1" : { },
2080
- "us-east-1" : { },
2081
- "us-east-2" : { },
2082
- "us-west-1" : { },
2083
- "us-west-2" : { }
2121
+ "us-east-1" : {
2122
+ "variants" : [ {
2123
+ "hostname" : "autoscaling-fips.us-east-1.amazonaws.com",
2124
+ "tags" : [ "fips" ]
2125
+ } ]
2126
+ },
2127
+ "us-east-2" : {
2128
+ "variants" : [ {
2129
+ "hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
2130
+ "tags" : [ "fips" ]
2131
+ } ]
2132
+ },
2133
+ "us-west-1" : {
2134
+ "variants" : [ {
2135
+ "hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
2136
+ "tags" : [ "fips" ]
2137
+ } ]
2138
+ },
2139
+ "us-west-2" : {
2140
+ "variants" : [ {
2141
+ "hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
2142
+ "tags" : [ "fips" ]
2143
+ } ]
2144
+ }
2084
2145
  }
2085
2146
  },
2086
2147
  "autoscaling-plans" : {
@@ -2124,6 +2185,7 @@
2124
2185
  "ap-southeast-1" : { },
2125
2186
  "ap-southeast-2" : { },
2126
2187
  "ap-southeast-3" : { },
2188
+ "ap-southeast-4" : { },
2127
2189
  "ca-central-1" : { },
2128
2190
  "eu-central-1" : { },
2129
2191
  "eu-central-2" : { },
@@ -3739,11 +3801,15 @@
3739
3801
  },
3740
3802
  "controltower" : {
3741
3803
  "endpoints" : {
3804
+ "af-south-1" : { },
3805
+ "ap-east-1" : { },
3742
3806
  "ap-northeast-1" : { },
3743
3807
  "ap-northeast-2" : { },
3808
+ "ap-northeast-3" : { },
3744
3809
  "ap-south-1" : { },
3745
3810
  "ap-southeast-1" : { },
3746
3811
  "ap-southeast-2" : { },
3812
+ "ap-southeast-3" : { },
3747
3813
  "ca-central-1" : {
3748
3814
  "variants" : [ {
3749
3815
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -3759,9 +3825,11 @@
3759
3825
  },
3760
3826
  "eu-central-1" : { },
3761
3827
  "eu-north-1" : { },
3828
+ "eu-south-1" : { },
3762
3829
  "eu-west-1" : { },
3763
3830
  "eu-west-2" : { },
3764
3831
  "eu-west-3" : { },
3832
+ "me-south-1" : { },
3765
3833
  "sa-east-1" : { },
3766
3834
  "us-east-1" : {
3767
3835
  "variants" : [ {
@@ -3789,6 +3857,19 @@
3789
3857
  "deprecated" : true,
3790
3858
  "hostname" : "controltower-fips.us-east-2.amazonaws.com"
3791
3859
  },
3860
+ "us-west-1" : {
3861
+ "variants" : [ {
3862
+ "hostname" : "controltower-fips.us-west-1.amazonaws.com",
3863
+ "tags" : [ "fips" ]
3864
+ } ]
3865
+ },
3866
+ "us-west-1-fips" : {
3867
+ "credentialScope" : {
3868
+ "region" : "us-west-1"
3869
+ },
3870
+ "deprecated" : true,
3871
+ "hostname" : "controltower-fips.us-west-1.amazonaws.com"
3872
+ },
3792
3873
  "us-west-2" : {
3793
3874
  "variants" : [ {
3794
3875
  "hostname" : "controltower-fips.us-west-2.amazonaws.com",
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.751.0
4
+ version: 1.752.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: 2023-04-20 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: