aws-sdk-appsync 1.46.0 → 1.47.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: 8ab13b2647b680673c8ff65a025d7a4bbe73a6f0e470aa0a62828181998fb977
4
- data.tar.gz: 555bf489a3aa08caa3b3861c23c10dc8f78e866e1b8814c74082e24a09dabdb1
3
+ metadata.gz: 745d19bf9501a5d713cd51defdaead2914c1a6c1c60549316aa642e888220558
4
+ data.tar.gz: 22b23ea7746f779d2ea59b13b79a954aa2a6e3cc99a2de53f4431b6e78221f6b
5
5
  SHA512:
6
- metadata.gz: 5b51eb95ecf068b854c097663bc2acb3fe8b9e52d57c5b5ea8cbc274f64a202212aada7d320eac1994d4c229770ace43901b716a8a1bfaef45bc5eb336985a7c
7
- data.tar.gz: 32d7d6aaf88691d083b1912be27272b4b75a8d5fed8df50d7bfc9aadd33e20bd522e2e67a1afb12f5fec99e3ca1f4dc123a8fa221a3adcf4a994c9936dc0fa50
6
+ metadata.gz: b96537387668c498f3df27a16b221486c85ec5204281d904e10c410b208d8120596d9dc9da1bb09fb0d9cd56a2f3670815db08c108c9bda60b7981fe7efe1045
7
+ data.tar.gz: 6a557816f31ef7a54b6953cf30639cce441bbc64a05e4c61b28ba1f3d05ac02e25ce4c16f4f94c5353762ff5c3fc0d22d2d90a6c561a0c540660da831fe00492
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -119,7 +119,9 @@ module Aws::AppSync
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -2715,7 +2717,7 @@ module Aws::AppSync
2715
2717
  params: params,
2716
2718
  config: config)
2717
2719
  context[:gem_name] = 'aws-sdk-appsync'
2718
- context[:gem_version] = '1.46.0'
2720
+ context[:gem_version] = '1.47.0'
2719
2721
  Seahorse::Client::Request.new(handlers, context)
2720
2722
  end
2721
2723
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appsync/customizations'
48
48
  # @!group service
49
49
  module Aws::AppSync
50
50
 
51
- GEM_VERSION = '1.46.0'
51
+ GEM_VERSION = '1.47.0'
52
52
 
53
53
  end
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.46.0
4
+ version: 1.47.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core