aws-partitions 1.853.0 → 1.855.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: 24ff65fa511f9393a9fadf671b6392222f888a64d3ff1754e11258cb37c43604
4
- data.tar.gz: f9d45ef61272f702f2f3e803d1ceca55292f3f70397d058175ee66908cd1c849
3
+ metadata.gz: 40c36ce576fc40f6ad48fdebd4897a8eecf1afb394aa8716f4dea3084c0de7e9
4
+ data.tar.gz: 0d97e263ab9ff1be3a0b576b298a691f92adcdb0fe77a0e6d749da6f3d9fa118
5
5
  SHA512:
6
- metadata.gz: d3eb62f4b3c1e9e43871fa80fc320e9410eca55c311a93c7eb3343664f7d80e3874c1d48f611d55d4d68eb11708a8b4957c8d5daab885f74c462c9ed6b6b40ee
7
- data.tar.gz: c27a2f61a36fa9490fccfd4ed28351770e1419f6c42c12e4245c31ff665c643928b9d8b56631a0f2fcb45ec1371cc7d5cbfef2d792c19a4193aa2f8104461da2
6
+ metadata.gz: ce9bb0fd85a20220ed5cb4fcb88508a6e4def2945a7b7201c7343fb360ebb007dfc36b3176663600f2ea598d22f2ad5ea0c10b5e132e83937990a3e0e1127c95
7
+ data.tar.gz: ecd1f2eceb67f335c9cb6a3818fd78bbca40a35992393d1d624a12cbbcea11ee25b199610f82f6d349253054b49254b35907d1f46384ca6c0f7ec7cfe681cd9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.855.0 (2023-11-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::InspectorScan`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::CloudFrontKeyValueStore`.
10
+
11
+ 1.854.0 (2023-11-20)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
4
16
  1.853.0 (2023-11-17)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.853.0
1
+ 1.855.0
@@ -296,6 +296,7 @@ module Aws
296
296
  'CloudDirectory' => 'clouddirectory',
297
297
  'CloudFormation' => 'cloudformation',
298
298
  'CloudFront' => 'cloudfront',
299
+ 'CloudFrontKeyValueStore' => 'cloudfront-keyvaluestore',
299
300
  'CloudHSM' => 'cloudhsm',
300
301
  'CloudHSMV2' => 'cloudhsmv2',
301
302
  'CloudSearch' => 'cloudsearch',
@@ -401,6 +402,7 @@ module Aws
401
402
  'ImportExport' => 'importexport',
402
403
  'Inspector' => 'inspector',
403
404
  'Inspector2' => 'inspector2',
405
+ 'InspectorScan' => 'inspector-scan',
404
406
  'InternetMonitor' => 'internetmonitor',
405
407
  'IoT' => 'iot',
406
408
  'IoT1ClickDevicesService' => 'devices.iot1click',
data/partitions.json CHANGED
@@ -515,7 +515,19 @@
515
515
  "ap-south-1" : { },
516
516
  "ap-southeast-1" : { },
517
517
  "ap-southeast-2" : { },
518
- "ca-central-1" : { },
518
+ "ca-central-1" : {
519
+ "variants" : [ {
520
+ "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
521
+ "tags" : [ "fips" ]
522
+ } ]
523
+ },
524
+ "ca-central-1-fips" : {
525
+ "credentialScope" : {
526
+ "region" : "ca-central-1"
527
+ },
528
+ "deprecated" : true,
529
+ "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
530
+ },
519
531
  "eu-central-1" : { },
520
532
  "eu-north-1" : { },
521
533
  "eu-south-1" : { },
@@ -6680,6 +6692,7 @@
6680
6692
  "ap-south-1" : { },
6681
6693
  "ap-southeast-1" : { },
6682
6694
  "ap-southeast-2" : { },
6695
+ "ap-southeast-3" : { },
6683
6696
  "ca-central-1" : {
6684
6697
  "variants" : [ {
6685
6698
  "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com",
@@ -6727,6 +6740,7 @@
6727
6740
  "deprecated" : true,
6728
6741
  "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
6729
6742
  },
6743
+ "me-central-1" : { },
6730
6744
  "me-south-1" : { },
6731
6745
  "sa-east-1" : { },
6732
6746
  "us-east-1" : {
@@ -10542,6 +10556,7 @@
10542
10556
  "eu-central-2" : { },
10543
10557
  "eu-north-1" : { },
10544
10558
  "eu-south-1" : { },
10559
+ "eu-south-2" : { },
10545
10560
  "eu-west-1" : { },
10546
10561
  "eu-west-2" : { },
10547
10562
  "eu-west-3" : { },
@@ -10701,6 +10716,7 @@
10701
10716
  "eu-central-2" : { },
10702
10717
  "eu-north-1" : { },
10703
10718
  "eu-south-1" : { },
10719
+ "eu-south-2" : { },
10704
10720
  "eu-west-1" : { },
10705
10721
  "eu-west-2" : { },
10706
10722
  "eu-west-3" : { },
@@ -10951,36 +10967,6 @@
10951
10967
  "us-east-1" : { }
10952
10968
  }
10953
10969
  },
10954
- "macie" : {
10955
- "endpoints" : {
10956
- "fips-us-east-1" : {
10957
- "credentialScope" : {
10958
- "region" : "us-east-1"
10959
- },
10960
- "deprecated" : true,
10961
- "hostname" : "macie-fips.us-east-1.amazonaws.com"
10962
- },
10963
- "fips-us-west-2" : {
10964
- "credentialScope" : {
10965
- "region" : "us-west-2"
10966
- },
10967
- "deprecated" : true,
10968
- "hostname" : "macie-fips.us-west-2.amazonaws.com"
10969
- },
10970
- "us-east-1" : {
10971
- "variants" : [ {
10972
- "hostname" : "macie-fips.us-east-1.amazonaws.com",
10973
- "tags" : [ "fips" ]
10974
- } ]
10975
- },
10976
- "us-west-2" : {
10977
- "variants" : [ {
10978
- "hostname" : "macie-fips.us-west-2.amazonaws.com",
10979
- "tags" : [ "fips" ]
10980
- } ]
10981
- }
10982
- }
10983
- },
10984
10970
  "macie2" : {
10985
10971
  "endpoints" : {
10986
10972
  "af-south-1" : { },
@@ -12394,8 +12380,11 @@
12394
12380
  "osis" : {
12395
12381
  "endpoints" : {
12396
12382
  "ap-northeast-1" : { },
12383
+ "ap-northeast-2" : { },
12384
+ "ap-south-1" : { },
12397
12385
  "ap-southeast-1" : { },
12398
12386
  "ap-southeast-2" : { },
12387
+ "ca-central-1" : { },
12399
12388
  "eu-central-1" : { },
12400
12389
  "eu-west-1" : { },
12401
12390
  "eu-west-2" : { },
@@ -18818,6 +18807,7 @@
18818
18807
  "deprecated" : true,
18819
18808
  "hostname" : "workspaces-fips.us-west-2.amazonaws.com"
18820
18809
  },
18810
+ "il-central-1" : { },
18821
18811
  "sa-east-1" : { },
18822
18812
  "us-east-1" : {
18823
18813
  "variants" : [ {
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.853.0
4
+ version: 1.855.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-11-17 00:00:00.000000000 Z
11
+ date: 2023-11-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: