aws-sdk-pcs 1.13.0 → 1.14.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-sdk-pcs/client.rb +1 -1
- data/lib/aws-sdk-pcs/client_api.rb +1 -0
- data/lib/aws-sdk-pcs.rb +1 -1
- 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: 55097691f8031d53297ee275ab70fb907f943daa83ccf6357a73be624c7afd52
|
4
|
+
data.tar.gz: 7db123781ae4341a24786b8bbb31946d3764d2bc2900dc25acc0ff4d7fc80f45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9b7845c92b11292623a6e563d2112c4c5564f8f794e0737a25193876d59188f0555a4d3f6bd9e0af2232de66e05047a6fe5700406f862be727f4cd142b30a81
|
7
|
+
data.tar.gz: ef7756648d4e5598ae09d67079d6d53385c3f064c1a19f7d63a401cdf8edc207daede15bf9205e6d5f5ab2a79933da8f193b9ed15fe10d83490e0b221a5394e6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.14.0 (2025-03-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - ClusterName/ClusterIdentifier, ComputeNodeGroupName/ComputeNodeGroupIdentifier, and QueueName/QueueIdentifier can now have 10 characters, and a minimum of 3 characters. The TagResource API action can now return ServiceQuotaExceededException.
|
8
|
+
|
4
9
|
1.13.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
@@ -731,6 +731,7 @@ module Aws::PCS
|
|
731
731
|
o.http_request_uri = "/"
|
732
732
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
733
733
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
734
735
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
735
736
|
end)
|
736
737
|
|
data/lib/aws-sdk-pcs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pcs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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: 2025-
|
11
|
+
date: 2025-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|