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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a6c4f2ccf725208df977c6f5be2cede046ed7832f3caa11849453680c4c1b67
4
- data.tar.gz: 2c73fb72dc2844b40da1ebb504eb5d66f3958b7f9afa7e64fa447e3cc31a6eef
3
+ metadata.gz: 942beecf8fedbfb22e48e17c9dfeebe41d892d53bd1c8fd93903f94892e54e1b
4
+ data.tar.gz: 835b67410e67a22fe8be63b90b347fa5e933f473c7c6e72063344639536a23d1
5
5
  SHA512:
6
- metadata.gz: 294f548f2c60268a4379a0fc5adf462848cd26f94457b81e50410fb0653a5d4ec2c27f307c2a50a3e79cc8b7f848df52d2232ae4bedd43c3e3184ab66198f3ac
7
- data.tar.gz: cff9192f9e10d613d9bb4667e1b9a35adc57108a631515008531d3eb6eb920d624a63a95b82da51f283e5bf006c597cf092864d9aa94723b71638e77a77cbf4a
6
+ metadata.gz: 5da73aa4c3f2e98398200524efdcaa166b69295f99905515f1ca712b40b6fbae75f6b9c0aa5ce37213d4a9c116c4f1eecda04a1af090d8b3ce556d17ba646ada
7
+ data.tar.gz: 9fed42245ad5c4e191b465d6781a8ced7e2a3892188304dbddb0b6c69cb7fafdb9c5ee85e2a5a9dc0c69f9a13c05e5b4606d1baaa2b2fb45bf6fe8af87fcf8e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2022-07-19)
5
+ ------------------
6
+
7
+ * Feature - Increased the character limit of the login message from 850 to 2000 characters.
8
+
4
9
  1.69.0 (2022-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
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.69.0'
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
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkSpaces
50
50
 
51
- GEM_VERSION = '1.69.0'
51
+ GEM_VERSION = '1.70.0'
52
52
 
53
53
  end
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.69.0
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-06-15 00:00:00.000000000 Z
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