aws-sdk-appsync 1.91.0 → 1.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appsync/client.rb +3 -3
- data/lib/aws-sdk-appsync/types.rb +1 -1
- data/lib/aws-sdk-appsync.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: 8f050c9312ec71ed69cdce5a572723b8128fb973fb1e58c84bbb4509fd728e31
|
4
|
+
data.tar.gz: e66f7bb6b061b1eb6768fbb0b795025217c9be53e37b130b054446a3a6dbb1bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27d3860c656561e97bc50a46d2388cf8b10e8b5c1366e8b8ac850b80dc23731bf2ae528a3e900a964e37cebfbb57a6399d8118fb4bf6571400f5df720177e624
|
7
|
+
data.tar.gz: 7f39460f69851b263e43508476838cf52b5a4c354670ae674d8a7bc6e07b3fd41cf8863b209f14165f5b54cde37649d4bb656ba564f9a0b9176337a63a216380
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -3654,7 +3654,7 @@ module Aws::AppSync
|
|
3654
3654
|
#
|
3655
3655
|
# You can create a list of environmental variables by adding it to the
|
3656
3656
|
# `environmentVariables` payload as a list in the format
|
3657
|
-
#
|
3657
|
+
# `{"key1":"value1","key2":"value2", …}`. Note that each call of the
|
3658
3658
|
# `PutGraphqlApiEnvironmentVariables` action will result in the
|
3659
3659
|
# overwriting of the existing environmental variable list of that API.
|
3660
3660
|
# This means the existing environmental variables will be lost. To avoid
|
@@ -3684,7 +3684,7 @@ module Aws::AppSync
|
|
3684
3684
|
#
|
3685
3685
|
# You can create a list of environmental variables by adding it to the
|
3686
3686
|
# `environmentVariables` payload as a list in the format
|
3687
|
-
#
|
3687
|
+
# `{"key1":"value1","key2":"value2", …}`. Note that each call of the
|
3688
3688
|
# `PutGraphqlApiEnvironmentVariables` action will result in the
|
3689
3689
|
# overwriting of the existing environmental variable list of that API.
|
3690
3690
|
# This means the existing environmental variables will be lost. To avoid
|
@@ -4980,7 +4980,7 @@ module Aws::AppSync
|
|
4980
4980
|
tracer: tracer
|
4981
4981
|
)
|
4982
4982
|
context[:gem_name] = 'aws-sdk-appsync'
|
4983
|
-
context[:gem_version] = '1.
|
4983
|
+
context[:gem_version] = '1.92.0'
|
4984
4984
|
Seahorse::Client::Request.new(handlers, context)
|
4985
4985
|
end
|
4986
4986
|
|
@@ -4270,7 +4270,7 @@ module Aws::AppSync
|
|
4270
4270
|
#
|
4271
4271
|
# You can create a list of environmental variables by adding it to the
|
4272
4272
|
# `environmentVariables` payload as a list in the format
|
4273
|
-
#
|
4273
|
+
# `{"key1":"value1","key2":"value2", …}`. Note that each call of the
|
4274
4274
|
# `PutGraphqlApiEnvironmentVariables` action will result in the
|
4275
4275
|
# overwriting of the existing environmental variable list of that API.
|
4276
4276
|
# This means the existing environmental variables will be lost. To
|
data/lib/aws-sdk-appsync.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appsync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.92.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|