aws-partitions 1.669.0 → 1.670.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: fabfc1fd21cd064401fc847f20ca539402501dfb47c3330da6f5994e9c06c729
4
+ data.tar.gz: 8a834abd2fca784d45b33786eaa28c3b8e64cdd20a1014a2ce5bd363952f5407
5
5
  SHA512:
6
- metadata.gz: 86cdc9baf9ba34b7aa795f8f5ba760d9afddd1912c9ec57b3f988677b61db02fc0474aab321ba33459526132c28a64080902983f841326a9ade77de92629be13
7
- data.tar.gz: bfe6982c6581c8e3a7e8f7a2448178ef2f8f75fa3011a8bad6c01db1f9cd73aa561e106be25c438160c332dead80e71488d05c559ef21a64a324f73455077b8d
6
+ metadata.gz: a4e5b6e7392ee5269e8587b7d843495d337b7f95b8a264269a820b9bd14eec2fff4dfbeb0bc0c6ca77f090ade861c10ca427eb5d5a9150d2eaf92fc1eadfb13e
7
+ data.tar.gz: 99b38bf0b646192dfbe5b7ca319c074d1371329c50917ec8ee8883d8338975a95e62f2c83fd82744102f7247c3a434878f7f23899d8590913361a1343f419003
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.670.0 (2022-12-01)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Pipes`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::CodeCatalyst`.
10
+
4
11
  1.669.0 (2022-11-30)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.669.0
1
+ 1.670.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
@@ -2734,6 +2734,15 @@
2734
2734
  }
2735
2735
  }
2736
2736
  },
2737
+ "codecatalyst" : {
2738
+ "endpoints" : {
2739
+ "aws-global" : {
2740
+ "hostname" : "codecatalyst.global.api.aws"
2741
+ }
2742
+ },
2743
+ "isRegionalized" : false,
2744
+ "partitionEndpoint" : "aws-global"
2745
+ },
2737
2746
  "codecommit" : {
2738
2747
  "endpoints" : {
2739
2748
  "af-south-1" : { },
@@ -10558,6 +10567,33 @@
10558
10567
  }
10559
10568
  }
10560
10569
  },
10570
+ "pipes" : {
10571
+ "endpoints" : {
10572
+ "af-south-1" : { },
10573
+ "ap-east-1" : { },
10574
+ "ap-northeast-1" : { },
10575
+ "ap-northeast-2" : { },
10576
+ "ap-northeast-3" : { },
10577
+ "ap-south-1" : { },
10578
+ "ap-southeast-1" : { },
10579
+ "ap-southeast-2" : { },
10580
+ "ap-southeast-3" : { },
10581
+ "ca-central-1" : { },
10582
+ "eu-central-1" : { },
10583
+ "eu-north-1" : { },
10584
+ "eu-south-1" : { },
10585
+ "eu-west-1" : { },
10586
+ "eu-west-2" : { },
10587
+ "eu-west-3" : { },
10588
+ "me-central-1" : { },
10589
+ "me-south-1" : { },
10590
+ "sa-east-1" : { },
10591
+ "us-east-1" : { },
10592
+ "us-east-2" : { },
10593
+ "us-west-1" : { },
10594
+ "us-west-2" : { }
10595
+ }
10596
+ },
10561
10597
  "polly" : {
10562
10598
  "endpoints" : {
10563
10599
  "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.670.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-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: