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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d94ba451cb4dcd60e0cacf2dfd0b3ff2bd28d3e42517baa66f4c8242d5917999
4
- data.tar.gz: 4982676fab257fbc2883c0f9a307787d794e529c51204a00dd56cbf909233847
3
+ metadata.gz: 4c56bee567160c6225e9f7daf14344546167a2a8488bd39ef0e0cab7dd4b8740
4
+ data.tar.gz: '00920af8a84467df4c263658d2d4e9424a2fda7ac980a2733b192babf7518ad0'
5
5
  SHA512:
6
- metadata.gz: 3f786d28959c8011f21b9738d882eed57d041bd063561ce7434c2df121919b9ec1883567a43b308493a33919824e7ffe40e29fdde9b629b5f618b7f185c54acc
7
- data.tar.gz: a123b5b940a97ad401a4e696f422d32142daa799ab27af6803c886b5798e11048ee02b4ace4fcbbfb72250c542f30710fce60c250f4b7b1063cc886188521c0a
6
+ metadata.gz: 5df49630471f761d21d19fb7339644e9663ee7b95f7a0de27b1251601ba0ea8efd3a430781e6d83760cee64d2b8e6088cd2cd1ded6fbc0a96415e0a155bea4a9
7
+ data.tar.gz: 46c77cab46ec4a18e3c41708dc4c83d37d24a616275e3bba4f61dbe5e17e98c00720fa21ede7dddbe09e9894b4f96c78f74769e7bb41625d7d08a0ce998db5db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.892.0 (2024-02-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Artifact`.
8
+
4
9
  1.891.0 (2024-02-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.891.0
1
+ 1.892.0
@@ -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.891.0
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-14 00:00:00.000000000 Z
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: