aws-partitions 1.968.0 → 1.971.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: bd73003ab5984754bfc65ad3db02cdae3012b454d48ec8bb5267c6ee838f0d2b
4
- data.tar.gz: b1666292b81eb46204dcc78a0ec7df52b7bcf43232da876c0b6b9e7dad6384a7
3
+ metadata.gz: 7468f146b8cc53320261b356f8d9a0beec58d7b45ef5f5ce0d6b08e1fd07ba75
4
+ data.tar.gz: 4bd11a2cce44100c45f9b9629fc7fcf18fb68e2934db90b08ba8611e894c2edb
5
5
  SHA512:
6
- metadata.gz: 17fa3d2375d10a9a8e3e021a066675979be6bb9900fcd638642c4eba8e0663e7a996d1f44dbe0a5a4517e614fea58605500e89bac06f2d5454725878580325db
7
- data.tar.gz: afc4b2040954ccd090d5ae94c84eaa78296c996027efb3b2a5b9b67a685b9b97fcd239ef7084f5e4db969d4b4091b88a7f7624bb76073cc8b44a10ebe84753c5
6
+ metadata.gz: 586d69c4f30871663937fe20c89f67b29c92d245aad8692dba81cd7814a8d341809bbbd65441c2f9f244fff05e28c99d877a12d0e3024606a0bbcb3309daf4a0
7
+ data.tar.gz: e2c1cfb37913ebff4736c15f8b7cb81e91e18c73b8db89dbae66811cdb3bd434201c2cdfc5ca050d5cbc54b7b9b27e6f53d0190779c09ee6952193335a6e6388
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.971.0 (2024-09-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.970.0 (2024-08-30)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.969.0 (2024-08-28)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::PCS`.
18
+
4
19
  1.968.0 (2024-08-22)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.968.0
1
+ 1.971.0
@@ -510,6 +510,7 @@ module Aws
510
510
  'OpsWorksCM' => 'opsworks-cm',
511
511
  'Organizations' => 'organizations',
512
512
  'Outposts' => 'outposts',
513
+ 'PCS' => 'pcs',
513
514
  'PI' => 'pi',
514
515
  'Panorama' => 'panorama',
515
516
  'PaymentCryptography' => 'controlplane.payment-cryptography',
@@ -9,7 +9,7 @@
9
9
  "supportsDualStack" : true,
10
10
  "supportsFIPS" : true
11
11
  },
12
- "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
12
+ "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
13
13
  "regions" : {
14
14
  "af-south-1" : {
15
15
  "description" : "Africa (Cape Town)"
data/partitions.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "dnsSuffix" : "amazonaws.com",
22
22
  "partition" : "aws",
23
23
  "partitionName" : "AWS Standard",
24
- "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
24
+ "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
25
25
  "regions" : {
26
26
  "af-south-1" : {
27
27
  "description" : "Africa (Cape Town)"
@@ -15458,6 +15458,7 @@
15458
15458
  "ap-south-1" : { },
15459
15459
  "ap-southeast-1" : { },
15460
15460
  "ap-southeast-2" : { },
15461
+ "ap-southeast-3" : { },
15461
15462
  "ca-central-1" : {
15462
15463
  "variants" : [ {
15463
15464
  "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -17526,7 +17527,18 @@
17526
17527
  "protocols" : [ "https" ]
17527
17528
  },
17528
17529
  "ca-central-1" : {
17529
- "protocols" : [ "https" ]
17530
+ "protocols" : [ "https" ],
17531
+ "variants" : [ {
17532
+ "hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
17533
+ "tags" : [ "fips" ]
17534
+ } ]
17535
+ },
17536
+ "ca-central-1-fips" : {
17537
+ "credentialScope" : {
17538
+ "region" : "ca-central-1"
17539
+ },
17540
+ "deprecated" : true,
17541
+ "hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
17530
17542
  },
17531
17543
  "eu-central-1" : {
17532
17544
  "protocols" : [ "https" ]
@@ -19707,8 +19719,18 @@
19707
19719
  "ap-southeast-3" : { },
19708
19720
  "ap-southeast-4" : { },
19709
19721
  "ap-southeast-5" : { },
19710
- "ca-central-1" : { },
19711
- "ca-west-1" : { },
19722
+ "ca-central-1" : {
19723
+ "variants" : [ {
19724
+ "hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
19725
+ "tags" : [ "fips" ]
19726
+ } ]
19727
+ },
19728
+ "ca-west-1" : {
19729
+ "variants" : [ {
19730
+ "hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
19731
+ "tags" : [ "fips" ]
19732
+ } ]
19733
+ },
19712
19734
  "eu-central-1" : { },
19713
19735
  "eu-central-2" : { },
19714
19736
  "eu-north-1" : { },
@@ -19717,6 +19739,20 @@
19717
19739
  "eu-west-1" : { },
19718
19740
  "eu-west-2" : { },
19719
19741
  "eu-west-3" : { },
19742
+ "fips-ca-central-1" : {
19743
+ "credentialScope" : {
19744
+ "region" : "ca-central-1"
19745
+ },
19746
+ "deprecated" : true,
19747
+ "hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
19748
+ },
19749
+ "fips-ca-west-1" : {
19750
+ "credentialScope" : {
19751
+ "region" : "ca-west-1"
19752
+ },
19753
+ "deprecated" : true,
19754
+ "hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
19755
+ },
19720
19756
  "fips-us-east-1" : {
19721
19757
  "credentialScope" : {
19722
19758
  "region" : "us-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.968.0
4
+ version: 1.971.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-08-22 00:00:00.000000000 Z
11
+ date: 2024-09-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: