aws-sdk-workspacesthinclient 1.27.0 → 1.28.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: 281bc0e4753ce83b22f2938a7f301f9724fa4075067ff9e0009c55681a41a699
4
- data.tar.gz: 0a9350f09b1bd61b7cbe7a7b8ceac90bf1dc6f7fa24aead6740d1736a765bdf4
3
+ metadata.gz: '081655ab9d3cd4e1c97c204b98cc71081f56b822bc8a1f93627bd6d3d498d196'
4
+ data.tar.gz: 107be71107613e5ce661af1c4aed4abd4bd3968b2b0cb3b61faf8c6018840fe2
5
5
  SHA512:
6
- metadata.gz: 7362535727b25940105ed91e681b18434e5c0db271cc4cfe660b0126f09d26c5fca7cade59b7678b696b01a9a8701f32f28e517b845ffee7ebbd102a52284a8c
7
- data.tar.gz: 691adea12a0ee32409359b381b19d10873e573a5305055cbeba17513d4d8f5780cabcf43aaafded8f431a8f4804dd32a89a2b761e469326aa7274107dd574d33
6
+ metadata.gz: 5f96e2b8ff26154892bb8228c7ae7ebd62fa9fff95d7a6229f6353ed321c60a9d219a8e60eca67b46142e44a915a53ac2222d1e0099321d7c769e272c029b31e
7
+ data.tar.gz: d7ace7755639787a8618a60b1fd2e036398fc94f0532bd97b5756eb451d54c4be98ad43af0112b8a119b6e2f95ed221e14161c50ab7384dba4ed434ce1a1558a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2025-06-09)
5
+ ------------------
6
+
7
+ * Feature - Add ConflictException to UpdateEnvironment API
8
+
4
9
  1.27.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -1332,7 +1332,7 @@ module Aws::WorkSpacesThinClient
1332
1332
  tracer: tracer
1333
1333
  )
1334
1334
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1335
- context[:gem_version] = '1.27.0'
1335
+ context[:gem_version] = '1.28.0'
1336
1336
  Seahorse::Client::Request.new(handlers, context)
1337
1337
  end
1338
1338
 
@@ -435,9 +435,9 @@ module Aws::WorkSpacesThinClient
435
435
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
436
436
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
437
437
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
438
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
438
439
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
439
440
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
440
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
441
441
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
442
442
  end)
443
443
 
@@ -452,9 +452,9 @@ module Aws::WorkSpacesThinClient
452
452
  o.output = Shapes::ShapeRef.new(shape: DeleteDeviceResponse)
453
453
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
454
454
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
455
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
455
456
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
456
457
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
457
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
458
458
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
459
459
  end)
460
460
 
@@ -469,9 +469,9 @@ module Aws::WorkSpacesThinClient
469
469
  o.output = Shapes::ShapeRef.new(shape: DeleteEnvironmentResponse)
470
470
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
471
471
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
472
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
472
473
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
473
474
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
474
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
475
475
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
476
476
  end)
477
477
 
@@ -486,9 +486,9 @@ module Aws::WorkSpacesThinClient
486
486
  o.output = Shapes::ShapeRef.new(shape: DeregisterDeviceResponse)
487
487
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
488
488
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
489
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
489
490
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
490
491
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
491
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
492
492
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
493
493
  end)
494
494
 
@@ -630,9 +630,9 @@ module Aws::WorkSpacesThinClient
630
630
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
631
631
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
632
632
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
633
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
633
634
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
634
635
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
635
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
636
636
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
637
637
  end)
638
638
 
@@ -647,9 +647,9 @@ module Aws::WorkSpacesThinClient
647
647
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
648
648
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
649
649
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
650
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
650
651
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
651
652
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
652
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
653
653
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
654
654
  end)
655
655
 
@@ -680,6 +680,7 @@ module Aws::WorkSpacesThinClient
680
680
  o.output = Shapes::ShapeRef.new(shape: UpdateEnvironmentResponse)
681
681
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
682
682
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
683
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
683
684
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
684
685
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
685
686
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -54,7 +54,7 @@ module Aws::WorkSpacesThinClient
54
54
  autoload :EndpointProvider, 'aws-sdk-workspacesthinclient/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspacesthinclient/endpoints'
56
56
 
57
- GEM_VERSION = '1.27.0'
57
+ GEM_VERSION = '1.28.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesthinclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services