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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 838feb7df080546c168e3987a4d5b2d10ddab21aa80e3d29e5a210b695fcbb3c
4
- data.tar.gz: c96e1411094518ff48cfd6300951c3a0eebc5e1252e177e2e803682b70ae48fb
3
+ metadata.gz: 8f050c9312ec71ed69cdce5a572723b8128fb973fb1e58c84bbb4509fd728e31
4
+ data.tar.gz: e66f7bb6b061b1eb6768fbb0b795025217c9be53e37b130b054446a3a6dbb1bf
5
5
  SHA512:
6
- metadata.gz: 8c81bf9fa7a0c50be7f4144e1445bd787e366744ff3072867a5ab2b698008a9fdb457d358e9aab2a6cf21293643fbf8346cbdfe6e313e430ed1387d1f9838684
7
- data.tar.gz: bfd7d7d707a7a2a78e3de82db9258c72ad71c9704656a1147ffa893308ecd6ef44f9e2c702cef9df6c1ef5f0e6822397783783a6e6c1d566ffa6b300022f6beb
6
+ metadata.gz: 27d3860c656561e97bc50a46d2388cf8b10e8b5c1366e8b8ac850b80dc23731bf2ae528a3e900a964e37cebfbb57a6399d8118fb4bf6571400f5df720177e624
7
+ data.tar.gz: 7f39460f69851b263e43508476838cf52b5a4c354670ae674d8a7bc6e07b3fd41cf8863b209f14165f5b54cde37649d4bb656ba564f9a0b9176337a63a216380
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.91.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
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
- # `\{"key1":"value1","key2":"value2", …\}`. Note that each call of the
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
- # `\{"key1":"value1","key2":"value2", …\}`. Note that each call of the
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.91.0'
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
- # `\{"key1":"value1","key2":"value2", …\}`. Note that each call of the
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
@@ -54,7 +54,7 @@ module Aws::AppSync
54
54
  autoload :EndpointProvider, 'aws-sdk-appsync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appsync/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.0'
58
58
 
59
59
  end
60
60
 
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.91.0
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-10-30 00:00:00.000000000 Z
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