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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e770177515de8789ab022d97603a775392fba121e1a145610a7902123f59ae17
4
- data.tar.gz: 28cd637fa7e8a1e796d6a65828ae06a5983998d3649947299022305e5bfd0dc9
3
+ metadata.gz: 55097691f8031d53297ee275ab70fb907f943daa83ccf6357a73be624c7afd52
4
+ data.tar.gz: 7db123781ae4341a24786b8bbb31946d3764d2bc2900dc25acc0ff4d7fc80f45
5
5
  SHA512:
6
- metadata.gz: c8f4bf675be029461fe197197c72bf2f867ce783da2cfe71b9dd82f68f4df5410c8ae04c47a8c5ae378da666b32c09d877227304e2b0c77b0cad157374a5d63f
7
- data.tar.gz: 1b6f35a59ef4acf10cdf0af1f1b85fbfcd5d124442302617dddcde25c12e3962074d157cb4df6a037332991c91ef7736916f033a02f8e0669050117614b15765
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.13.0
1
+ 1.14.0
@@ -1647,7 +1647,7 @@ module Aws::PCS
1647
1647
  tracer: tracer
1648
1648
  )
1649
1649
  context[:gem_name] = 'aws-sdk-pcs'
1650
- context[:gem_version] = '1.13.0'
1650
+ context[:gem_version] = '1.14.0'
1651
1651
  Seahorse::Client::Request.new(handlers, context)
1652
1652
  end
1653
1653
 
@@ -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
@@ -55,7 +55,7 @@ module Aws::PCS
55
55
  autoload :EndpointProvider, 'aws-sdk-pcs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pcs/endpoints'
57
57
 
58
- GEM_VERSION = '1.13.0'
58
+ GEM_VERSION = '1.14.0'
59
59
 
60
60
  end
61
61
 
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.13.0
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-02-18 00:00:00.000000000 Z
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