aws-partitions 1.669.0 → 1.671.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: 8852b6eed1da1769faa5ae90e8c1e984e128520428acf1630aec7b442e7ed121
4
- data.tar.gz: 8ded483bb4fabcffabc4dcb8a0021c30d9b1df51a2c0ce97406e09b9083e4470
3
+ metadata.gz: 7b851c7613cb44ad80fe027615480239f7e3502d49cbf213ae7684b4c35284a0
4
+ data.tar.gz: 231fbb1c4121b7a0c159074f1d78029b415b2059535f9c9b558cf9c995699b75
5
5
  SHA512:
6
- metadata.gz: 86cdc9baf9ba34b7aa795f8f5ba760d9afddd1912c9ec57b3f988677b61db02fc0474aab321ba33459526132c28a64080902983f841326a9ade77de92629be13
7
- data.tar.gz: bfe6982c6581c8e3a7e8f7a2448178ef2f8f75fa3011a8bad6c01db1f9cd73aa561e106be25c438160c332dead80e71488d05c559ef21a64a324f73455077b8d
6
+ metadata.gz: 8c7dd543117150fccc29998f6e6d4abd032ae905005c1ff12f542d94d4eb2a2e58eeed092006680eb673c08d3052cb95781863b4e33da99eceb52e7963031bca
7
+ data.tar.gz: 6f53ff2c6f8a90043a7a2eb68131a72679fb5ee7100a5bfa800adb9f78f43e0b263b2e70bef8a0fca3e112852cde085a6eacbb0cc5d6e5debf1d53552c217f9d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.671.0 (2022-12-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.670.0 (2022-12-01)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Pipes`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::CodeCatalyst`.
15
+
4
16
  1.669.0 (2022-11-30)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.669.0
1
+ 1.671.0
@@ -303,6 +303,7 @@ module Aws
303
303
  'CloudWatchRUM' => 'rum',
304
304
  'CodeArtifact' => 'codeartifact',
305
305
  'CodeBuild' => 'codebuild',
306
+ 'CodeCatalyst' => 'codecatalyst',
306
307
  'CodeCommit' => 'codecommit',
307
308
  'CodeDeploy' => 'codedeploy',
308
309
  'CodeGuruProfiler' => 'codeguru-profiler',
@@ -485,6 +486,7 @@ module Aws
485
486
  'PinpointEmail' => 'email',
486
487
  'PinpointSMSVoice' => 'sms-voice.pinpoint',
487
488
  'PinpointSMSVoiceV2' => 'sms-voice',
489
+ 'Pipes' => 'pipes',
488
490
  'Polly' => 'polly',
489
491
  'Pricing' => 'api.pricing',
490
492
  'PrivateNetworks' => 'private-networks',
data/partitions.json CHANGED
@@ -473,6 +473,15 @@
473
473
  "us-west-2" : { }
474
474
  }
475
475
  },
476
+ "aoss" : {
477
+ "endpoints" : {
478
+ "ap-northeast-1" : { },
479
+ "eu-west-1" : { },
480
+ "us-east-1" : { },
481
+ "us-east-2" : { },
482
+ "us-west-2" : { }
483
+ }
484
+ },
476
485
  "api.detective" : {
477
486
  "defaults" : {
478
487
  "protocols" : [ "https" ]
@@ -2734,6 +2743,15 @@
2734
2743
  }
2735
2744
  }
2736
2745
  },
2746
+ "codecatalyst" : {
2747
+ "endpoints" : {
2748
+ "aws-global" : {
2749
+ "hostname" : "codecatalyst.global.api.aws"
2750
+ }
2751
+ },
2752
+ "isRegionalized" : false,
2753
+ "partitionEndpoint" : "aws-global"
2754
+ },
2737
2755
  "codecommit" : {
2738
2756
  "endpoints" : {
2739
2757
  "af-south-1" : { },
@@ -10558,6 +10576,33 @@
10558
10576
  }
10559
10577
  }
10560
10578
  },
10579
+ "pipes" : {
10580
+ "endpoints" : {
10581
+ "af-south-1" : { },
10582
+ "ap-east-1" : { },
10583
+ "ap-northeast-1" : { },
10584
+ "ap-northeast-2" : { },
10585
+ "ap-northeast-3" : { },
10586
+ "ap-south-1" : { },
10587
+ "ap-southeast-1" : { },
10588
+ "ap-southeast-2" : { },
10589
+ "ap-southeast-3" : { },
10590
+ "ca-central-1" : { },
10591
+ "eu-central-1" : { },
10592
+ "eu-north-1" : { },
10593
+ "eu-south-1" : { },
10594
+ "eu-west-1" : { },
10595
+ "eu-west-2" : { },
10596
+ "eu-west-3" : { },
10597
+ "me-central-1" : { },
10598
+ "me-south-1" : { },
10599
+ "sa-east-1" : { },
10600
+ "us-east-1" : { },
10601
+ "us-east-2" : { },
10602
+ "us-west-1" : { },
10603
+ "us-west-2" : { }
10604
+ }
10605
+ },
10561
10606
  "polly" : {
10562
10607
  "endpoints" : {
10563
10608
  "af-south-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.669.0
4
+ version: 1.671.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: 2022-11-30 00:00:00.000000000 Z
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: