aws-sdk-workspaces 1.69.0 → 1.70.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-workspaces/client.rb +1 -1
- data/lib/aws-sdk-workspaces/client_api.rb +1 -0
- data/lib/aws-sdk-workspaces.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: 942beecf8fedbfb22e48e17c9dfeebe41d892d53bd1c8fd93903f94892e54e1b
|
|
4
|
+
data.tar.gz: 835b67410e67a22fe8be63b90b347fa5e933f473c7c6e72063344639536a23d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5da73aa4c3f2e98398200524efdcaa166b69295f99905515f1ca712b40b6fbae75f6b9c0aa5ce37213d4a9c116c4f1eecda04a1af090d8b3ce556d17ba646ada
|
|
7
|
+
data.tar.gz: 9fed42245ad5c4e191b465d6781a8ced7e2a3892188304dbddb0b6c69cb7fafdb9c5ee85e2a5a9dc0c69f9a13c05e5b4606d1baaa2b2fb45bf6fe8af87fcf8e4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -3296,7 +3296,7 @@ module Aws::WorkSpaces
|
|
|
3296
3296
|
params: params,
|
|
3297
3297
|
config: config)
|
|
3298
3298
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
3299
|
-
context[:gem_version] = '1.
|
|
3299
|
+
context[:gem_version] = '1.70.0'
|
|
3300
3300
|
Seahorse::Client::Request.new(handlers, context)
|
|
3301
3301
|
end
|
|
3302
3302
|
|
|
@@ -1624,6 +1624,7 @@ module Aws::WorkSpaces
|
|
|
1624
1624
|
o.output = Shapes::ShapeRef.new(shape: ImportClientBrandingResult)
|
|
1625
1625
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValuesException)
|
|
1626
1626
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
|
1627
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1627
1628
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1628
1629
|
end)
|
|
1629
1630
|
|
data/lib/aws-sdk-workspaces.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.70.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
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|