aws-partitions 1.891.0 → 1.892.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +13 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c56bee567160c6225e9f7daf14344546167a2a8488bd39ef0e0cab7dd4b8740
|
|
4
|
+
data.tar.gz: '00920af8a84467df4c263658d2d4e9424a2fda7ac980a2733b192babf7518ad0'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5df49630471f761d21d19fb7339644e9663ee7b95f7a0de27b1251601ba0ea8efd3a430781e6d83760cee64d2b8e6088cd2cd1ded6fbc0a96415e0a155bea4a9
|
|
7
|
+
data.tar.gz: 46c77cab46ec4a18e3c41708dc4c83d37d24a616275e3bba4f61dbe5e17e98c00720fa21ede7dddbe09e9894b4f96c78f74769e7bb41625d7d08a0ce998db5db
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.892.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -270,6 +270,7 @@ module Aws
|
|
|
270
270
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
271
271
|
'ApplicationDiscoveryService' => 'discovery',
|
|
272
272
|
'ApplicationInsights' => 'applicationinsights',
|
|
273
|
+
'Artifact' => 'artifact',
|
|
273
274
|
'Athena' => 'athena',
|
|
274
275
|
'AuditManager' => 'auditmanager',
|
|
275
276
|
'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
|
data/partitions.json
CHANGED
|
@@ -349,6 +349,12 @@
|
|
|
349
349
|
"tags" : [ "fips" ]
|
|
350
350
|
} ]
|
|
351
351
|
},
|
|
352
|
+
"ca-west-1" : {
|
|
353
|
+
"variants" : [ {
|
|
354
|
+
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com",
|
|
355
|
+
"tags" : [ "fips" ]
|
|
356
|
+
} ]
|
|
357
|
+
},
|
|
352
358
|
"eu-central-1" : { },
|
|
353
359
|
"eu-central-2" : { },
|
|
354
360
|
"eu-north-1" : { },
|
|
@@ -364,6 +370,13 @@
|
|
|
364
370
|
"deprecated" : true,
|
|
365
371
|
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
|
|
366
372
|
},
|
|
373
|
+
"fips-ca-west-1" : {
|
|
374
|
+
"credentialScope" : {
|
|
375
|
+
"region" : "ca-west-1"
|
|
376
|
+
},
|
|
377
|
+
"deprecated" : true,
|
|
378
|
+
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com"
|
|
379
|
+
},
|
|
367
380
|
"fips-us-east-1" : {
|
|
368
381
|
"credentialScope" : {
|
|
369
382
|
"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.
|
|
4
|
+
version: 1.892.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-02-
|
|
11
|
+
date: 2024-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|