aws-partitions 1.548.0 → 1.552.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +78 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddb49342bc9412326723d9bb9f3d8111ae15095a53852c39bbab481300dd881b
4
- data.tar.gz: 75066d63edae770d9ada02c935dde7d3eb9388995a6db6634e404793457b9a1d
3
+ metadata.gz: 969f08dfd286c3a0f345b986c831567786f3671268b3edaf58b21dd6384f158c
4
+ data.tar.gz: 3524d9a106c05fbaed75b5ff4ecc0b5a8605322568fd523b9251e48e3b1cfc3d
5
5
  SHA512:
6
- metadata.gz: ce6a8ba3ef434edcfea74c89344dec7ed9983be847a39ecf206b8ef0079eb4e8f327bef4548fe730d78afe7e1d5c1c862bd4b594ab5ce18d25b01064ed1a70a4
7
- data.tar.gz: ed8fffd1822f5e209f02df31460ef7027f19c77013a1410c2cef3fbcd200430392e4c771c910801d902d32b0ec946460713b38fe0527e78370b2ebf5c2d75e6f
6
+ metadata.gz: '028b2beb82c1e242d28b05ee1152d4e630aa58df98111c799876a2138cee2594efead80c83bfec756670c4ff737bb2f69d4b0438687baad3a6b63d2e3b2e68f0'
7
+ data.tar.gz: f92f438b20d072a9d6bc68397274ff2d35e21d36d39ccbf25f66e19fec8496bbb185c7f3efd3b820b13744e2c0f48923085a31a21e90e3604733654bf587c06b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.552.0 (2022-02-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.551.0 (2022-01-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.550.0 (2022-01-25)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.549.0 (2022-01-14)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.548.0 (2022-01-13)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.548.0
1
+ 1.552.0
data/partitions.json CHANGED
@@ -4055,6 +4055,12 @@
4055
4055
  "tags" : [ "fips" ]
4056
4056
  } ]
4057
4057
  },
4058
+ "ap-southeast-3" : {
4059
+ "variants" : [ {
4060
+ "hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com",
4061
+ "tags" : [ "fips" ]
4062
+ } ]
4063
+ },
4058
4064
  "ca-central-1" : {
4059
4065
  "variants" : [ {
4060
4066
  "hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
@@ -4153,6 +4159,13 @@
4153
4159
  "deprecated" : true,
4154
4160
  "hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com"
4155
4161
  },
4162
+ "fips-ap-southeast-3" : {
4163
+ "credentialScope" : {
4164
+ "region" : "ap-southeast-3"
4165
+ },
4166
+ "deprecated" : true,
4167
+ "hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com"
4168
+ },
4156
4169
  "fips-ca-central-1" : {
4157
4170
  "credentialScope" : {
4158
4171
  "region" : "ca-central-1"
@@ -5638,6 +5651,7 @@
5638
5651
  "ap-south-1" : { },
5639
5652
  "ap-southeast-1" : { },
5640
5653
  "ap-southeast-2" : { },
5654
+ "ca-central-1" : { },
5641
5655
  "eu-central-1" : { },
5642
5656
  "eu-west-1" : { },
5643
5657
  "eu-west-2" : { },
@@ -6329,9 +6343,11 @@
6329
6343
  },
6330
6344
  "kafka" : {
6331
6345
  "endpoints" : {
6346
+ "af-south-1" : { },
6332
6347
  "ap-east-1" : { },
6333
6348
  "ap-northeast-1" : { },
6334
6349
  "ap-northeast-2" : { },
6350
+ "ap-northeast-3" : { },
6335
6351
  "ap-south-1" : { },
6336
6352
  "ap-southeast-1" : { },
6337
6353
  "ap-southeast-2" : { },
@@ -10226,7 +10242,19 @@
10226
10242
  "ap-southeast-1" : { },
10227
10243
  "ap-southeast-2" : { },
10228
10244
  "ap-southeast-3" : { },
10229
- "ca-central-1" : { },
10245
+ "ca-central-1" : {
10246
+ "variants" : [ {
10247
+ "hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com",
10248
+ "tags" : [ "fips" ]
10249
+ } ]
10250
+ },
10251
+ "ca-central-1-fips" : {
10252
+ "credentialScope" : {
10253
+ "region" : "ca-central-1"
10254
+ },
10255
+ "deprecated" : true,
10256
+ "hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com"
10257
+ },
10230
10258
  "eu-central-1" : { },
10231
10259
  "eu-north-1" : { },
10232
10260
  "eu-south-1" : { },
@@ -11421,6 +11449,7 @@
11421
11449
  "ap-south-1" : { },
11422
11450
  "ap-southeast-1" : { },
11423
11451
  "ap-southeast-2" : { },
11452
+ "ap-southeast-3" : { },
11424
11453
  "ca-central-1" : {
11425
11454
  "variants" : [ {
11426
11455
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -11708,6 +11737,32 @@
11708
11737
  }
11709
11738
  }
11710
11739
  },
11740
+ "synthetics" : {
11741
+ "endpoints" : {
11742
+ "af-south-1" : { },
11743
+ "ap-east-1" : { },
11744
+ "ap-northeast-1" : { },
11745
+ "ap-northeast-2" : { },
11746
+ "ap-northeast-3" : { },
11747
+ "ap-south-1" : { },
11748
+ "ap-southeast-1" : { },
11749
+ "ap-southeast-2" : { },
11750
+ "ap-southeast-3" : { },
11751
+ "ca-central-1" : { },
11752
+ "eu-central-1" : { },
11753
+ "eu-north-1" : { },
11754
+ "eu-south-1" : { },
11755
+ "eu-west-1" : { },
11756
+ "eu-west-2" : { },
11757
+ "eu-west-3" : { },
11758
+ "me-south-1" : { },
11759
+ "sa-east-1" : { },
11760
+ "us-east-1" : { },
11761
+ "us-east-2" : { },
11762
+ "us-west-1" : { },
11763
+ "us-west-2" : { }
11764
+ }
11765
+ },
11711
11766
  "tagging" : {
11712
11767
  "endpoints" : {
11713
11768
  "af-south-1" : { },
@@ -13645,6 +13700,12 @@
13645
13700
  "cn-northwest-1" : { }
13646
13701
  }
13647
13702
  },
13703
+ "synthetics" : {
13704
+ "endpoints" : {
13705
+ "cn-north-1" : { },
13706
+ "cn-northwest-1" : { }
13707
+ }
13708
+ },
13648
13709
  "tagging" : {
13649
13710
  "endpoints" : {
13650
13711
  "cn-north-1" : { },
@@ -16871,6 +16932,12 @@
16871
16932
  }
16872
16933
  }
16873
16934
  },
16935
+ "synthetics" : {
16936
+ "endpoints" : {
16937
+ "us-gov-east-1" : { },
16938
+ "us-gov-west-1" : { }
16939
+ }
16940
+ },
16874
16941
  "tagging" : {
16875
16942
  "endpoints" : {
16876
16943
  "us-gov-east-1" : { },
@@ -17555,6 +17622,11 @@
17555
17622
  "us-iso-west-1" : { }
17556
17623
  }
17557
17624
  },
17625
+ "synthetics" : {
17626
+ "endpoints" : {
17627
+ "us-iso-east-1" : { }
17628
+ }
17629
+ },
17558
17630
  "transcribe" : {
17559
17631
  "defaults" : {
17560
17632
  "protocols" : [ "https" ]
@@ -17918,6 +17990,11 @@
17918
17990
  "us-isob-east-1" : { }
17919
17991
  }
17920
17992
  },
17993
+ "synthetics" : {
17994
+ "endpoints" : {
17995
+ "us-isob-east-1" : { }
17996
+ }
17997
+ },
17921
17998
  "tagging" : {
17922
17999
  "endpoints" : {
17923
18000
  "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.548.0
4
+ version: 1.552.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: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-02-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: