aws-partitions 1.968.0 → 1.969.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: 126a7d7bdce9d208969dd9139ca35b6dd65a6458620bbea9e59762e99e6ad9c8
4
+ data.tar.gz: 6913e4f69d04639ca7382c4cab38ba1e39d35c2f87c3b0ac1e6dbe03b3ce9e76
5
5
  SHA512:
6
- metadata.gz: 17fa3d2375d10a9a8e3e021a066675979be6bb9900fcd638642c4eba8e0663e7a996d1f44dbe0a5a4517e614fea58605500e89bac06f2d5454725878580325db
7
- data.tar.gz: afc4b2040954ccd090d5ae94c84eaa78296c996027efb3b2a5b9b67a685b9b97fcd239ef7084f5e4db969d4b4091b88a7f7624bb76073cc8b44a10ebe84753c5
6
+ metadata.gz: e3d30bb1fcbdb8fac54ecb4affb1a13e7cc55ee4c2cda5aca4cd1bfd40d1828a984caeea99723d200f40e57f4e28873d4710e6885b6037d42604aeba995c6350
7
+ data.tar.gz: 1dff3e24f7544d59a6bd7a560de74ae0376e6b2f6b0f364e7d5496d928028f5d9eb6ea7588b194b1d430f288805d60623daf470fda304ee4dcf5d15a49cef8d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.969.0 (2024-08-28)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PCS`.
8
+
4
9
  1.968.0 (2024-08-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.968.0
1
+ 1.969.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',
data/partitions.json CHANGED
@@ -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",
@@ -19707,8 +19708,18 @@
19707
19708
  "ap-southeast-3" : { },
19708
19709
  "ap-southeast-4" : { },
19709
19710
  "ap-southeast-5" : { },
19710
- "ca-central-1" : { },
19711
- "ca-west-1" : { },
19711
+ "ca-central-1" : {
19712
+ "variants" : [ {
19713
+ "hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
19714
+ "tags" : [ "fips" ]
19715
+ } ]
19716
+ },
19717
+ "ca-west-1" : {
19718
+ "variants" : [ {
19719
+ "hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
19720
+ "tags" : [ "fips" ]
19721
+ } ]
19722
+ },
19712
19723
  "eu-central-1" : { },
19713
19724
  "eu-central-2" : { },
19714
19725
  "eu-north-1" : { },
@@ -19717,6 +19728,20 @@
19717
19728
  "eu-west-1" : { },
19718
19729
  "eu-west-2" : { },
19719
19730
  "eu-west-3" : { },
19731
+ "fips-ca-central-1" : {
19732
+ "credentialScope" : {
19733
+ "region" : "ca-central-1"
19734
+ },
19735
+ "deprecated" : true,
19736
+ "hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
19737
+ },
19738
+ "fips-ca-west-1" : {
19739
+ "credentialScope" : {
19740
+ "region" : "ca-west-1"
19741
+ },
19742
+ "deprecated" : true,
19743
+ "hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
19744
+ },
19720
19745
  "fips-us-east-1" : {
19721
19746
  "credentialScope" : {
19722
19747
  "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.969.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-08-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: