aws-partitions 1.872.0 → 1.874.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: 83caa036a2cb2d74b56e0ff03cb7fb75486075cc4957c712fc9e4a8643d2ef9a
4
- data.tar.gz: 7b76f8e0eb873f1fa1e0415667f541236e5c277e165579b18e96d4df06c6af1a
3
+ metadata.gz: 2a92a32cd075f5db53f6d255df12d08a4529cb341e1fc64361595ef20745df5d
4
+ data.tar.gz: caa090bf62988fd885da73b9903d8c721edcbfe4b7a91c25c7f360ca70c2731a
5
5
  SHA512:
6
- metadata.gz: 287a18728e3c5ba14e6af2f50c06ba8727e60ada5d5d617b726ae89faf17e47c12e59e4406e8f54875e10eff3db364844b86c956bef7478038b761d3884aa5f8
7
- data.tar.gz: ee5fb1c78b0ed3eba4da5eeb96aea588e4673760e7a40f14d796d2041a28fc5df32172f17fcf5ba0b3fbd565c81a10149a464269dde1c43d78ec406cbca19e9f
6
+ metadata.gz: 9fb39f9eaac3d72d66eb99fd07c01a47767bed0be981980f99857d8c264d58c27a9d65023318a3f8815b173cef6b740c434fcd36dc1e72e7abc910d2f91635b1
7
+ data.tar.gz: 4df9b5a3dd0333f1d0687e30f8bceb720284e9d0bbc068fc95405d86df3b7f383acd804306b693740677bd6132afb2ac8a6b1e226415f40e05f758965934739a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.874.0 (2023-12-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.873.0 (2023-12-22)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
13
+
4
14
  1.872.0 (2023-12-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.872.0
1
+ 1.874.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
@@ -1139,6 +1139,7 @@
1139
1139
  "ap-southeast-3" : { },
1140
1140
  "ap-southeast-4" : { },
1141
1141
  "ca-central-1" : { },
1142
+ "ca-west-1" : { },
1142
1143
  "eu-central-1" : { },
1143
1144
  "eu-central-2" : { },
1144
1145
  "eu-north-1" : { },
@@ -1990,6 +1991,7 @@
1990
1991
  "ap-southeast-3" : { },
1991
1992
  "ap-southeast-4" : { },
1992
1993
  "ca-central-1" : { },
1994
+ "ca-west-1" : { },
1993
1995
  "eu-central-1" : { },
1994
1996
  "eu-central-2" : { },
1995
1997
  "eu-north-1" : { },
@@ -5388,14 +5390,62 @@
5388
5390
  "eu-west-1" : { },
5389
5391
  "eu-west-2" : { },
5390
5392
  "eu-west-3" : { },
5393
+ "fips-us-east-1" : {
5394
+ "credentialScope" : {
5395
+ "region" : "us-east-1"
5396
+ },
5397
+ "deprecated" : true,
5398
+ "hostname" : "drs-fips.us-east-1.amazonaws.com"
5399
+ },
5400
+ "fips-us-east-2" : {
5401
+ "credentialScope" : {
5402
+ "region" : "us-east-2"
5403
+ },
5404
+ "deprecated" : true,
5405
+ "hostname" : "drs-fips.us-east-2.amazonaws.com"
5406
+ },
5407
+ "fips-us-west-1" : {
5408
+ "credentialScope" : {
5409
+ "region" : "us-west-1"
5410
+ },
5411
+ "deprecated" : true,
5412
+ "hostname" : "drs-fips.us-west-1.amazonaws.com"
5413
+ },
5414
+ "fips-us-west-2" : {
5415
+ "credentialScope" : {
5416
+ "region" : "us-west-2"
5417
+ },
5418
+ "deprecated" : true,
5419
+ "hostname" : "drs-fips.us-west-2.amazonaws.com"
5420
+ },
5391
5421
  "il-central-1" : { },
5392
5422
  "me-central-1" : { },
5393
5423
  "me-south-1" : { },
5394
5424
  "sa-east-1" : { },
5395
- "us-east-1" : { },
5396
- "us-east-2" : { },
5397
- "us-west-1" : { },
5398
- "us-west-2" : { }
5425
+ "us-east-1" : {
5426
+ "variants" : [ {
5427
+ "hostname" : "drs-fips.us-east-1.amazonaws.com",
5428
+ "tags" : [ "fips" ]
5429
+ } ]
5430
+ },
5431
+ "us-east-2" : {
5432
+ "variants" : [ {
5433
+ "hostname" : "drs-fips.us-east-2.amazonaws.com",
5434
+ "tags" : [ "fips" ]
5435
+ } ]
5436
+ },
5437
+ "us-west-1" : {
5438
+ "variants" : [ {
5439
+ "hostname" : "drs-fips.us-west-1.amazonaws.com",
5440
+ "tags" : [ "fips" ]
5441
+ } ]
5442
+ },
5443
+ "us-west-2" : {
5444
+ "variants" : [ {
5445
+ "hostname" : "drs-fips.us-west-2.amazonaws.com",
5446
+ "tags" : [ "fips" ]
5447
+ } ]
5448
+ }
5399
5449
  }
5400
5450
  },
5401
5451
  "ds" : {
@@ -14418,13 +14468,17 @@
14418
14468
  "ap-northeast-2" : { },
14419
14469
  "ap-northeast-3" : { },
14420
14470
  "ap-south-1" : { },
14471
+ "ap-south-2" : { },
14421
14472
  "ap-southeast-1" : { },
14422
14473
  "ap-southeast-2" : { },
14423
14474
  "ap-southeast-3" : { },
14475
+ "ap-southeast-4" : { },
14424
14476
  "ca-central-1" : { },
14425
14477
  "eu-central-1" : { },
14478
+ "eu-central-2" : { },
14426
14479
  "eu-north-1" : { },
14427
14480
  "eu-south-1" : { },
14481
+ "eu-south-2" : { },
14428
14482
  "eu-west-1" : { },
14429
14483
  "eu-west-2" : { },
14430
14484
  "eu-west-3" : { },
@@ -14456,6 +14510,8 @@
14456
14510
  "deprecated" : true,
14457
14511
  "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14458
14512
  },
14513
+ "il-central-1" : { },
14514
+ "me-central-1" : { },
14459
14515
  "me-south-1" : { },
14460
14516
  "sa-east-1" : { },
14461
14517
  "us-east-1" : {
@@ -21905,6 +21961,11 @@
21905
21961
  }
21906
21962
  }
21907
21963
  },
21964
+ "bedrock" : {
21965
+ "endpoints" : {
21966
+ "us-gov-west-1" : { }
21967
+ }
21968
+ },
21908
21969
  "cassandra" : {
21909
21970
  "endpoints" : {
21910
21971
  "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.872.0
4
+ version: 1.874.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-21 00:00:00.000000000 Z
11
+ date: 2023-12-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: