aws-partitions 1.871.0 → 1.873.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: 3f530ec84ea5f9467c9adf65531eb611dafad0938cdf29f8719d8d96644f0d2c
4
- data.tar.gz: 05d2954f92b9ade93368d53df7f3ede7978aa74555417fc0f1f08603f8b6447b
3
+ metadata.gz: 3143aeead3d6c350558f5e105ca112d0d95555bd920728967a57db5271b92c91
4
+ data.tar.gz: 81b1ccfc9ac6d8083856a14343cd9592f192829b007d460c491d83cf8a88cfc0
5
5
  SHA512:
6
- metadata.gz: ec208e23ad9e30bf238f5cbf9b73a5b37378b39c8465a68afaab6e7654023763003396554244f858ee3e6f030c819138d0a865ac7d775084442dd86c6bb1fc60
7
- data.tar.gz: 29430ffca70dbf64cf8e8b9c039cdf29f07ba1f184f88b922afb44f17537909be55e020c95ee36f99ec8376b73db86790a622066917e4de20c05080c4f33ec36
6
+ metadata.gz: c7feff22af92b557b46a3b04cfeb93dab6d6e6391d90227c02d4a314791fc40d583e79702d0047cc0d893babb06b933d0fe810e8213a150d59571e31938992ea
7
+ data.tar.gz: e7b3521da763701645982244a4aff06c7ba482d666cbe1bcbaf041a7f567dd4c0f00a0c593d5b31bae9cc43182c7336130b07785f1a727d50704ed0c260e30f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.873.0 (2023-12-22)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
8
+
9
+ 1.872.0 (2023-12-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.871.0 (2023-12-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.871.0
1
+ 1.873.0
@@ -497,6 +497,7 @@ module Aws
497
497
  'Neptunedata' => 'neptune-db',
498
498
  'NetworkFirewall' => 'network-firewall',
499
499
  'NetworkManager' => 'networkmanager',
500
+ 'NetworkMonitor' => 'networkmonitor',
500
501
  'NimbleStudio' => 'nimble',
501
502
  'OAM' => 'oam',
502
503
  'OSIS' => 'osis',
data/partitions.json CHANGED
@@ -1990,6 +1990,7 @@
1990
1990
  "ap-southeast-3" : { },
1991
1991
  "ap-southeast-4" : { },
1992
1992
  "ca-central-1" : { },
1993
+ "ca-west-1" : { },
1993
1994
  "eu-central-1" : { },
1994
1995
  "eu-central-2" : { },
1995
1996
  "eu-north-1" : { },
@@ -11761,6 +11762,7 @@
11761
11762
  "ap-southeast-3" : { },
11762
11763
  "ap-southeast-4" : { },
11763
11764
  "ca-central-1" : { },
11765
+ "ca-west-1" : { },
11764
11766
  "eu-central-1" : { },
11765
11767
  "eu-central-2" : { },
11766
11768
  "eu-north-1" : { },
@@ -14651,6 +14653,7 @@
14651
14653
  "ap-southeast-3" : { },
14652
14654
  "ap-southeast-4" : { },
14653
14655
  "ca-central-1" : { },
14656
+ "ca-west-1" : { },
14654
14657
  "eu-central-1" : { },
14655
14658
  "eu-central-2" : { },
14656
14659
  "eu-north-1" : { },
@@ -21903,6 +21906,11 @@
21903
21906
  }
21904
21907
  }
21905
21908
  },
21909
+ "bedrock" : {
21910
+ "endpoints" : {
21911
+ "us-gov-west-1" : { }
21912
+ }
21913
+ },
21906
21914
  "cassandra" : {
21907
21915
  "endpoints" : {
21908
21916
  "us-gov-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.871.0
4
+ version: 1.873.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-12-20 00:00:00.000000000 Z
11
+ date: 2023-12-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: