aws-sdk-iotthingsgraph 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: 869b7075752ae04a547ca8cf08a510f1cd76c04af1d2bd6e16b119553f4f42ea
4
- data.tar.gz: '09f866cebd3b820c3809d274e17421910c951c0ba87d9fc923067a3ef25f84bd'
3
+ metadata.gz: 955dd695e405e2224565c0d629cac845309995ffab6a737cc8f3cb9acb4af244
4
+ data.tar.gz: 34d0409e4b5cc8daf64fbe2fb584a481403b3c624771173a0b4ea70bf07b25d3
5
5
  SHA512:
6
- metadata.gz: c7c28a1dacd53cd344916c98fcbbef72e2a3415807e8ec6127c7dfe5058ce1ad9fbc535ebc235d3157651cfb532e173c76d2eb2f72fcff9ed7c35645b207f829
7
- data.tar.gz: 8ff4c2fdd2ed19d8bf036cceb4ddb6cc37e21d7038bd2fef123b8700c4e15e38b448c17f04e2f5dfa7182ece1650a75bbf1ba53b3a60c5cb31ff837df900330f
6
+ metadata.gz: 10b1c122552ad5e3baece39dab766460aee49e15df9559bc5f72674d15e7be2b1041323cc4a26535a09f6c9158c55582422fa4d46f43a5d06ec535e2a90ab3ed
7
+ data.tar.gz: c711c6f02bd0c3e551dc1eeca88318b9959813692b7b36277c48cd82c5932a4cbaf78c469cd6c9cf74a6426d202a256dcc4378a52b0335775b2add97aa791afb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.27.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -1944,7 +1944,7 @@ module Aws::IoTThingsGraph
1944
1944
  params: params,
1945
1945
  config: config)
1946
1946
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1947
- context[:gem_version] = '1.27.0'
1947
+ context[:gem_version] = '1.28.0'
1948
1948
  Seahorse::Client::Request.new(handlers, context)
1949
1949
  end
1950
1950
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::IoTThingsGraph
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AssociateEntityToThing
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTThingsGraph
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotthingsgraph
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core