aws-sdk-appsync 1.99.0 → 1.101.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appsync/client.rb +46 -36
- data/lib/aws-sdk-appsync/types.rb +18 -3
- data/lib/aws-sdk-appsync.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +3 -3
- 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: da070aafe31fcadba9c4220f3b572ba7416d2e8b31687c758c907c53dd52bcdd
|
4
|
+
data.tar.gz: e683376a9272c908362dcf0eedf499c326fd280cf454ec3c5bc4d80fda4b7d9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 859216a4183ccb0ca56af3ff6c96a57a5477528ae91d86ddfba16ac391e1683413f26db31ae9893664756e6507b22cd1a4fd3823ce4ceee9adc6a4d7e8d95286
|
7
|
+
data.tar.gz: ea5cf3b03137b8f4952113ecee8fe268a48d9cedf3aa6d61eb14f657208cc6ab785a4fa6aa8bd3db7c5fb844f49a90e2487d59baacf009888462f424ff40c88d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.101.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.100.0 (2025-02-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for operation level caching
|
13
|
+
|
4
14
|
1.99.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.101.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::AppSync
|
40
40
|
# An API client for AppSync. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -766,11 +766,16 @@ module Aws::AppSync
|
|
766
766
|
# @option params [required, String] :api_caching_behavior
|
767
767
|
# Caching behavior.
|
768
768
|
#
|
769
|
-
# * **FULL\_REQUEST\_CACHING**: All requests
|
769
|
+
# * **FULL\_REQUEST\_CACHING**: All requests from the same user are
|
770
|
+
# cached. Individual resolvers are automatically cached. All API calls
|
771
|
+
# will try to return responses from the cache.
|
770
772
|
#
|
771
773
|
# * **PER\_RESOLVER\_CACHING**: Individual resolvers that you specify
|
772
774
|
# are cached.
|
773
775
|
#
|
776
|
+
# * **OPERATION\_LEVEL\_CACHING**: Full requests are cached together and
|
777
|
+
# returned without executing resolvers.
|
778
|
+
#
|
774
779
|
# @option params [required, String] :type
|
775
780
|
# The cache instance type. Valid values are
|
776
781
|
#
|
@@ -837,7 +842,7 @@ module Aws::AppSync
|
|
837
842
|
# ttl: 1, # required
|
838
843
|
# transit_encryption_enabled: false,
|
839
844
|
# at_rest_encryption_enabled: false,
|
840
|
-
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
|
845
|
+
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING, OPERATION_LEVEL_CACHING
|
841
846
|
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE, SMALL, MEDIUM, LARGE, XLARGE, LARGE_2X, LARGE_4X, LARGE_8X, LARGE_12X
|
842
847
|
# health_metrics_config: "ENABLED", # accepts ENABLED, DISABLED
|
843
848
|
# })
|
@@ -845,7 +850,7 @@ module Aws::AppSync
|
|
845
850
|
# @example Response structure
|
846
851
|
#
|
847
852
|
# resp.api_cache.ttl #=> Integer
|
848
|
-
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
|
853
|
+
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING", "OPERATION_LEVEL_CACHING"
|
849
854
|
# resp.api_cache.transit_encryption_enabled #=> Boolean
|
850
855
|
# resp.api_cache.at_rest_encryption_enabled #=> Boolean
|
851
856
|
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE", "SMALL", "MEDIUM", "LARGE", "XLARGE", "LARGE_2X", "LARGE_4X", "LARGE_8X", "LARGE_12X"
|
@@ -2293,7 +2298,7 @@ module Aws::AppSync
|
|
2293
2298
|
# @example Response structure
|
2294
2299
|
#
|
2295
2300
|
# resp.api_cache.ttl #=> Integer
|
2296
|
-
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
|
2301
|
+
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING", "OPERATION_LEVEL_CACHING"
|
2297
2302
|
# resp.api_cache.transit_encryption_enabled #=> Boolean
|
2298
2303
|
# resp.api_cache.at_rest_encryption_enabled #=> Boolean
|
2299
2304
|
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE", "SMALL", "MEDIUM", "LARGE", "XLARGE", "LARGE_2X", "LARGE_4X", "LARGE_8X", "LARGE_12X"
|
@@ -4039,11 +4044,16 @@ module Aws::AppSync
|
|
4039
4044
|
# @option params [required, String] :api_caching_behavior
|
4040
4045
|
# Caching behavior.
|
4041
4046
|
#
|
4042
|
-
# * **FULL\_REQUEST\_CACHING**: All requests
|
4047
|
+
# * **FULL\_REQUEST\_CACHING**: All requests from the same user are
|
4048
|
+
# cached. Individual resolvers are automatically cached. All API calls
|
4049
|
+
# will try to return responses from the cache.
|
4043
4050
|
#
|
4044
4051
|
# * **PER\_RESOLVER\_CACHING**: Individual resolvers that you specify
|
4045
4052
|
# are cached.
|
4046
4053
|
#
|
4054
|
+
# * **OPERATION\_LEVEL\_CACHING**: Full requests are cached together and
|
4055
|
+
# returned without executing resolvers.
|
4056
|
+
#
|
4047
4057
|
# @option params [required, String] :type
|
4048
4058
|
# The cache instance type. Valid values are
|
4049
4059
|
#
|
@@ -4108,7 +4118,7 @@ module Aws::AppSync
|
|
4108
4118
|
# resp = client.update_api_cache({
|
4109
4119
|
# api_id: "String", # required
|
4110
4120
|
# ttl: 1, # required
|
4111
|
-
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
|
4121
|
+
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING, OPERATION_LEVEL_CACHING
|
4112
4122
|
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE, SMALL, MEDIUM, LARGE, XLARGE, LARGE_2X, LARGE_4X, LARGE_8X, LARGE_12X
|
4113
4123
|
# health_metrics_config: "ENABLED", # accepts ENABLED, DISABLED
|
4114
4124
|
# })
|
@@ -4116,7 +4126,7 @@ module Aws::AppSync
|
|
4116
4126
|
# @example Response structure
|
4117
4127
|
#
|
4118
4128
|
# resp.api_cache.ttl #=> Integer
|
4119
|
-
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
|
4129
|
+
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING", "OPERATION_LEVEL_CACHING"
|
4120
4130
|
# resp.api_cache.transit_encryption_enabled #=> Boolean
|
4121
4131
|
# resp.api_cache.at_rest_encryption_enabled #=> Boolean
|
4122
4132
|
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE", "SMALL", "MEDIUM", "LARGE", "XLARGE", "LARGE_2X", "LARGE_4X", "LARGE_8X", "LARGE_12X"
|
@@ -5011,7 +5021,7 @@ module Aws::AppSync
|
|
5011
5021
|
tracer: tracer
|
5012
5022
|
)
|
5013
5023
|
context[:gem_name] = 'aws-sdk-appsync'
|
5014
|
-
context[:gem_version] = '1.
|
5024
|
+
context[:gem_version] = '1.101.0'
|
5015
5025
|
Seahorse::Client::Request.new(handlers, context)
|
5016
5026
|
end
|
5017
5027
|
|
@@ -169,10 +169,15 @@ module Aws::AppSync
|
|
169
169
|
# @!attribute [rw] api_caching_behavior
|
170
170
|
# Caching behavior.
|
171
171
|
#
|
172
|
-
# * **FULL\_REQUEST\_CACHING**: All requests
|
172
|
+
# * **FULL\_REQUEST\_CACHING**: All requests from the same user are
|
173
|
+
# cached. Individual resolvers are automatically cached. All API
|
174
|
+
# calls will try to return responses from the cache.
|
173
175
|
#
|
174
176
|
# * **PER\_RESOLVER\_CACHING**: Individual resolvers that you specify
|
175
177
|
# are cached.
|
178
|
+
#
|
179
|
+
# * **OPERATION\_LEVEL\_CACHING**: Full requests are cached together
|
180
|
+
# and returned without executing resolvers.
|
176
181
|
# @return [String]
|
177
182
|
#
|
178
183
|
# @!attribute [rw] transit_encryption_enabled
|
@@ -918,10 +923,15 @@ module Aws::AppSync
|
|
918
923
|
# @!attribute [rw] api_caching_behavior
|
919
924
|
# Caching behavior.
|
920
925
|
#
|
921
|
-
# * **FULL\_REQUEST\_CACHING**: All requests
|
926
|
+
# * **FULL\_REQUEST\_CACHING**: All requests from the same user are
|
927
|
+
# cached. Individual resolvers are automatically cached. All API
|
928
|
+
# calls will try to return responses from the cache.
|
922
929
|
#
|
923
930
|
# * **PER\_RESOLVER\_CACHING**: Individual resolvers that you specify
|
924
931
|
# are cached.
|
932
|
+
#
|
933
|
+
# * **OPERATION\_LEVEL\_CACHING**: Full requests are cached together
|
934
|
+
# and returned without executing resolvers.
|
925
935
|
# @return [String]
|
926
936
|
#
|
927
937
|
# @!attribute [rw] type
|
@@ -4936,10 +4946,15 @@ module Aws::AppSync
|
|
4936
4946
|
# @!attribute [rw] api_caching_behavior
|
4937
4947
|
# Caching behavior.
|
4938
4948
|
#
|
4939
|
-
# * **FULL\_REQUEST\_CACHING**: All requests
|
4949
|
+
# * **FULL\_REQUEST\_CACHING**: All requests from the same user are
|
4950
|
+
# cached. Individual resolvers are automatically cached. All API
|
4951
|
+
# calls will try to return responses from the cache.
|
4940
4952
|
#
|
4941
4953
|
# * **PER\_RESOLVER\_CACHING**: Individual resolvers that you specify
|
4942
4954
|
# are cached.
|
4955
|
+
#
|
4956
|
+
# * **OPERATION\_LEVEL\_CACHING**: Full requests are cached together
|
4957
|
+
# and returned without executing resolvers.
|
4943
4958
|
# @return [String]
|
4944
4959
|
#
|
4945
4960
|
# @!attribute [rw] type
|
data/lib/aws-sdk-appsync.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -182,7 +182,7 @@ module Aws
|
|
182
182
|
ttl: ::Integer,
|
183
183
|
?transit_encryption_enabled: bool,
|
184
184
|
?at_rest_encryption_enabled: bool,
|
185
|
-
api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING"),
|
185
|
+
api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | "OPERATION_LEVEL_CACHING"),
|
186
186
|
type: ("T2_SMALL" | "T2_MEDIUM" | "R4_LARGE" | "R4_XLARGE" | "R4_2XLARGE" | "R4_4XLARGE" | "R4_8XLARGE" | "SMALL" | "MEDIUM" | "LARGE" | "XLARGE" | "LARGE_2X" | "LARGE_4X" | "LARGE_8X" | "LARGE_12X"),
|
187
187
|
?health_metrics_config: ("ENABLED" | "DISABLED")
|
188
188
|
) -> _CreateApiCacheResponseSuccess
|
@@ -1079,7 +1079,7 @@ module Aws
|
|
1079
1079
|
def update_api_cache: (
|
1080
1080
|
api_id: ::String,
|
1081
1081
|
ttl: ::Integer,
|
1082
|
-
api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING"),
|
1082
|
+
api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | "OPERATION_LEVEL_CACHING"),
|
1083
1083
|
type: ("T2_SMALL" | "T2_MEDIUM" | "R4_LARGE" | "R4_XLARGE" | "R4_2XLARGE" | "R4_4XLARGE" | "R4_8XLARGE" | "SMALL" | "MEDIUM" | "LARGE" | "XLARGE" | "LARGE_2X" | "LARGE_4X" | "LARGE_8X" | "LARGE_12X"),
|
1084
1084
|
?health_metrics_config: ("ENABLED" | "DISABLED")
|
1085
1085
|
) -> _UpdateApiCacheResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -45,7 +45,7 @@ module Aws::AppSync
|
|
45
45
|
|
46
46
|
class ApiCache
|
47
47
|
attr_accessor ttl: ::Integer
|
48
|
-
attr_accessor api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING")
|
48
|
+
attr_accessor api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | "OPERATION_LEVEL_CACHING")
|
49
49
|
attr_accessor transit_encryption_enabled: bool
|
50
50
|
attr_accessor at_rest_encryption_enabled: bool
|
51
51
|
attr_accessor type: ("T2_SMALL" | "T2_MEDIUM" | "R4_LARGE" | "R4_XLARGE" | "R4_2XLARGE" | "R4_4XLARGE" | "R4_8XLARGE" | "SMALL" | "MEDIUM" | "LARGE" | "XLARGE" | "LARGE_2X" | "LARGE_4X" | "LARGE_8X" | "LARGE_12X")
|
@@ -219,7 +219,7 @@ module Aws::AppSync
|
|
219
219
|
attr_accessor ttl: ::Integer
|
220
220
|
attr_accessor transit_encryption_enabled: bool
|
221
221
|
attr_accessor at_rest_encryption_enabled: bool
|
222
|
-
attr_accessor api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING")
|
222
|
+
attr_accessor api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | "OPERATION_LEVEL_CACHING")
|
223
223
|
attr_accessor type: ("T2_SMALL" | "T2_MEDIUM" | "R4_LARGE" | "R4_XLARGE" | "R4_2XLARGE" | "R4_4XLARGE" | "R4_8XLARGE" | "SMALL" | "MEDIUM" | "LARGE" | "XLARGE" | "LARGE_2X" | "LARGE_4X" | "LARGE_8X" | "LARGE_12X")
|
224
224
|
attr_accessor health_metrics_config: ("ENABLED" | "DISABLED")
|
225
225
|
SENSITIVE: []
|
@@ -1276,7 +1276,7 @@ module Aws::AppSync
|
|
1276
1276
|
class UpdateApiCacheRequest
|
1277
1277
|
attr_accessor api_id: ::String
|
1278
1278
|
attr_accessor ttl: ::Integer
|
1279
|
-
attr_accessor api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING")
|
1279
|
+
attr_accessor api_caching_behavior: ("FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | "OPERATION_LEVEL_CACHING")
|
1280
1280
|
attr_accessor type: ("T2_SMALL" | "T2_MEDIUM" | "R4_LARGE" | "R4_XLARGE" | "R4_2XLARGE" | "R4_4XLARGE" | "R4_8XLARGE" | "SMALL" | "MEDIUM" | "LARGE" | "XLARGE" | "LARGE_2X" | "LARGE_4X" | "LARGE_8X" | "LARGE_12X")
|
1281
1281
|
attr_accessor health_metrics_config: ("ENABLED" | "DISABLED")
|
1282
1282
|
SENSITIVE: []
|
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.101.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: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|