aws-sdk-workspaces 1.119.0 → 1.120.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: 8f708b4da562b740b3fcc442f712b2ec4a8bdbc49cb75b2268c18093363f6dc1
4
- data.tar.gz: 1b2c34c72351dc4202d9a92c93c6f3d6dadf799fdb74ca0e08fea0a04bcea677
3
+ metadata.gz: c05db692ddb1895d4340249b4ff58decb0c9954308671e2fa6dfacc33fd94198
4
+ data.tar.gz: a9bb34071a2de9d62a00711ac4ee3486c00024ca4d1f1ce1052e9e479ad9a1e0
5
5
  SHA512:
6
- metadata.gz: 3dc061237cb297077274ae15c6f4c485a22abff380a3abbccfc97a6ad29f2fbc58702159ded12ec7d834c4912bed9d4ab968e7f1deea3d4607dc771d6cceba7b
7
- data.tar.gz: 99b60cdca84c61082dd9eb9f7fd72e3fb7ce53c819bbe4b9f9da0498617ec2753986e9ec07b08900b6dc0344cd995deb262bd46b6a2bca6c43ad0b623a265cdd
6
+ metadata.gz: 05d09aa1b06456cd03396438a04dd5907c7ad33f108044c6761c25dfd3bfd3d3dfeb487b2b97b0489adcce0f6776a03509bd2ebffe5d923475572bce9a919637
7
+ data.tar.gz: 9a5a7d09dd159acb0d7883ad0e6d28b3370b9d8a615b945abae256b6be0b2ecedce72f45038401cea0273404bd828e1dbd3fd7c040accc4738be9f9d47b7a5e8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.119.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:workspaces)
40
-
41
39
  module Aws::WorkSpaces
42
40
  # An API client for WorkSpaces. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -4807,7 +4805,7 @@ module Aws::WorkSpaces
4807
4805
  tracer: tracer
4808
4806
  )
4809
4807
  context[:gem_name] = 'aws-sdk-workspaces'
4810
- context[:gem_version] = '1.119.0'
4808
+ context[:gem_version] = '1.120.0'
4811
4809
  Seahorse::Client::Request.new(handlers, context)
4812
4810
  end
4813
4811
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:workspaces)
15
+
14
16
  # This module provides support for Amazon WorkSpaces. This module is available in the
15
17
  # `aws-sdk-workspaces` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::WorkSpaces
52
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
54
56
 
55
- GEM_VERSION = '1.119.0'
57
+ GEM_VERSION = '1.120.0'
56
58
 
57
59
  end
58
60
 
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.119.0
4
+ version: 1.120.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core