aws-sdk-appstream 1.107.0 → 1.109.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +1 -1
- data/lib/aws-sdk-appstream/client_api.rb +1 -0
- data/lib/aws-sdk-appstream.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b9dd79fca3b556f8be5eb3a86a128dac132aa747f0f37d35111a8f06796f706
|
4
|
+
data.tar.gz: afa01f3315147738b1f8074e3a2d069966c41607120d10fd78bf35c09f40612d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdb15073ab6764f59b20100f00bc75935ac5350de5ef7c6b390b0a965feeb096c65814fc367ccd1853626a21b1f58f3a8e856586ce1409b788fba955780c3067
|
7
|
+
data.tar.gz: a68a5e6b385fa7f2c2392bc7f1228cbb1981876dd965566f63572e874fa528bde468c5e62ce1901cc01adcfe4c4cadae2cb6165fb2d6f071d3388a018924d821
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.109.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.108.0 (2025-02-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
|
13
|
+
|
4
14
|
1.107.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.109.0
|
@@ -2423,6 +2423,7 @@ module Aws::AppStream
|
|
2423
2423
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2424
2424
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
2425
2425
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
|
2426
|
+
o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
|
2426
2427
|
end)
|
2427
2428
|
|
2428
2429
|
api.add_operation(:update_entitlement, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-appstream.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appstream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.109.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appstream
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appstream/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Amazon AppStream
|
100
97
|
test_files: []
|