aws-sdk-appsync 1.83.0 → 1.84.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 +7 -7
- data/lib/aws-sdk-appsync/types.rb +25 -4
- data/lib/aws-sdk-appsync.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +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: 31f79ce97bd0e2ddebb1d524e5015202a558e7315a8df71be3cc419068f76ca3
|
4
|
+
data.tar.gz: 49fb4ac8e173ee7f43352681c364958198d3f715a64eff0b56acbeb1a157778d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d098de9bca28294a65649421510dfbe0989ae7e117a29b5544d6cceafe3fd2b0c2af9cd2052a23fb4fd19681e9348f7d7fb8a788da491695ac1fe85f1cd11cd5
|
7
|
+
data.tar.gz: 84cb391326e417f3fa6a7e06a8cf91231445645289cfd48ac8e739361d87744cf352161a8e6e5a76cb298fe040d8bc01d89db3859955f69edd8c847aa8a55de8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.84.0
|
@@ -1155,7 +1155,7 @@ module Aws::AppSync
|
|
1155
1155
|
# resp = client.create_graphql_api({
|
1156
1156
|
# name: "String", # required
|
1157
1157
|
# log_config: {
|
1158
|
-
# field_log_level: "NONE", # required, accepts NONE, ERROR, ALL
|
1158
|
+
# field_log_level: "NONE", # required, accepts NONE, ERROR, ALL, INFO, DEBUG
|
1159
1159
|
# cloud_watch_logs_role_arn: "String", # required
|
1160
1160
|
# exclude_verbose_content: false,
|
1161
1161
|
# },
|
@@ -1221,7 +1221,7 @@ module Aws::AppSync
|
|
1221
1221
|
# resp.graphql_api.name #=> String
|
1222
1222
|
# resp.graphql_api.api_id #=> String
|
1223
1223
|
# resp.graphql_api.authentication_type #=> String, one of "API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT", "AWS_LAMBDA"
|
1224
|
-
# resp.graphql_api.log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL"
|
1224
|
+
# resp.graphql_api.log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL", "INFO", "DEBUG"
|
1225
1225
|
# resp.graphql_api.log_config.cloud_watch_logs_role_arn #=> String
|
1226
1226
|
# resp.graphql_api.log_config.exclude_verbose_content #=> Boolean
|
1227
1227
|
# resp.graphql_api.user_pool_config.user_pool_id #=> String
|
@@ -2201,7 +2201,7 @@ module Aws::AppSync
|
|
2201
2201
|
# resp.graphql_api.name #=> String
|
2202
2202
|
# resp.graphql_api.api_id #=> String
|
2203
2203
|
# resp.graphql_api.authentication_type #=> String, one of "API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT", "AWS_LAMBDA"
|
2204
|
-
# resp.graphql_api.log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL"
|
2204
|
+
# resp.graphql_api.log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL", "INFO", "DEBUG"
|
2205
2205
|
# resp.graphql_api.log_config.cloud_watch_logs_role_arn #=> String
|
2206
2206
|
# resp.graphql_api.log_config.exclude_verbose_content #=> Boolean
|
2207
2207
|
# resp.graphql_api.user_pool_config.user_pool_id #=> String
|
@@ -2760,7 +2760,7 @@ module Aws::AppSync
|
|
2760
2760
|
# resp.graphql_apis[0].name #=> String
|
2761
2761
|
# resp.graphql_apis[0].api_id #=> String
|
2762
2762
|
# resp.graphql_apis[0].authentication_type #=> String, one of "API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT", "AWS_LAMBDA"
|
2763
|
-
# resp.graphql_apis[0].log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL"
|
2763
|
+
# resp.graphql_apis[0].log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL", "INFO", "DEBUG"
|
2764
2764
|
# resp.graphql_apis[0].log_config.cloud_watch_logs_role_arn #=> String
|
2765
2765
|
# resp.graphql_apis[0].log_config.exclude_verbose_content #=> Boolean
|
2766
2766
|
# resp.graphql_apis[0].user_pool_config.user_pool_id #=> String
|
@@ -3938,7 +3938,7 @@ module Aws::AppSync
|
|
3938
3938
|
# api_id: "String", # required
|
3939
3939
|
# name: "String", # required
|
3940
3940
|
# log_config: {
|
3941
|
-
# field_log_level: "NONE", # required, accepts NONE, ERROR, ALL
|
3941
|
+
# field_log_level: "NONE", # required, accepts NONE, ERROR, ALL, INFO, DEBUG
|
3942
3942
|
# cloud_watch_logs_role_arn: "String", # required
|
3943
3943
|
# exclude_verbose_content: false,
|
3944
3944
|
# },
|
@@ -3999,7 +3999,7 @@ module Aws::AppSync
|
|
3999
3999
|
# resp.graphql_api.name #=> String
|
4000
4000
|
# resp.graphql_api.api_id #=> String
|
4001
4001
|
# resp.graphql_api.authentication_type #=> String, one of "API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT", "AWS_LAMBDA"
|
4002
|
-
# resp.graphql_api.log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL"
|
4002
|
+
# resp.graphql_api.log_config.field_log_level #=> String, one of "NONE", "ERROR", "ALL", "INFO", "DEBUG"
|
4003
4003
|
# resp.graphql_api.log_config.cloud_watch_logs_role_arn #=> String
|
4004
4004
|
# resp.graphql_api.log_config.exclude_verbose_content #=> Boolean
|
4005
4005
|
# resp.graphql_api.user_pool_config.user_pool_id #=> String
|
@@ -4317,7 +4317,7 @@ module Aws::AppSync
|
|
4317
4317
|
tracer: tracer
|
4318
4318
|
)
|
4319
4319
|
context[:gem_name] = 'aws-sdk-appsync'
|
4320
|
-
context[:gem_version] = '1.
|
4320
|
+
context[:gem_version] = '1.84.0'
|
4321
4321
|
Seahorse::Client::Request.new(handlers, context)
|
4322
4322
|
end
|
4323
4323
|
|
@@ -3575,12 +3575,13 @@ module Aws::AppSync
|
|
3575
3575
|
# The Amazon CloudWatch Logs configuration.
|
3576
3576
|
#
|
3577
3577
|
# @!attribute [rw] field_log_level
|
3578
|
-
# The field logging level. Values can be NONE, ERROR, or
|
3578
|
+
# The field logging level. Values can be NONE, ERROR, INFO, DEBUG, or
|
3579
|
+
# ALL.
|
3579
3580
|
#
|
3580
3581
|
# * **NONE**: No field-level logs are captured.
|
3581
3582
|
#
|
3582
|
-
# * **ERROR**: Logs the following information only for the fields
|
3583
|
-
# are in error:
|
3583
|
+
# * **ERROR**: Logs the following information **only** for the fields
|
3584
|
+
# that are in the error category:
|
3584
3585
|
#
|
3585
3586
|
# * The error section in the server response.
|
3586
3587
|
#
|
@@ -3589,12 +3590,32 @@ module Aws::AppSync
|
|
3589
3590
|
# * The generated request/response functions that got resolved for
|
3590
3591
|
# error fields.
|
3591
3592
|
#
|
3593
|
+
# * **INFO**: Logs the following information **only** for the fields
|
3594
|
+
# that are in the info and error categories:
|
3595
|
+
#
|
3596
|
+
# * Info-level messages.
|
3597
|
+
#
|
3598
|
+
# * The user messages sent through `$util.log.info` and
|
3599
|
+
# `console.log`.
|
3600
|
+
#
|
3601
|
+
# * Field-level tracing and mapping logs are not shown.
|
3602
|
+
#
|
3603
|
+
# * **DEBUG**: Logs the following information **only** for the fields
|
3604
|
+
# that are in the debug, info, and error categories:
|
3605
|
+
#
|
3606
|
+
# * Debug-level messages.
|
3607
|
+
#
|
3608
|
+
# * The user messages sent through `$util.log.info`,
|
3609
|
+
# `$util.log.debug`, `console.log`, and `console.debug`.
|
3610
|
+
#
|
3611
|
+
# * Field-level tracing and mapping logs are not shown.
|
3612
|
+
#
|
3592
3613
|
# * **ALL**: The following information is logged for all fields in the
|
3593
3614
|
# query:
|
3594
3615
|
#
|
3595
3616
|
# * Field-level tracing information.
|
3596
3617
|
#
|
3597
|
-
# * The generated request/response functions that
|
3618
|
+
# * The generated request/response functions that were resolved for
|
3598
3619
|
# each field.
|
3599
3620
|
# @return [String]
|
3600
3621
|
#
|
data/lib/aws-sdk-appsync.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -252,7 +252,7 @@ module Aws
|
|
252
252
|
def create_graphql_api: (
|
253
253
|
name: ::String,
|
254
254
|
?log_config: {
|
255
|
-
field_log_level: ("NONE" | "ERROR" | "ALL"),
|
255
|
+
field_log_level: ("NONE" | "ERROR" | "ALL" | "INFO" | "DEBUG"),
|
256
256
|
cloud_watch_logs_role_arn: ::String,
|
257
257
|
exclude_verbose_content: bool?
|
258
258
|
},
|
@@ -1005,7 +1005,7 @@ module Aws
|
|
1005
1005
|
api_id: ::String,
|
1006
1006
|
name: ::String,
|
1007
1007
|
?log_config: {
|
1008
|
-
field_log_level: ("NONE" | "ERROR" | "ALL"),
|
1008
|
+
field_log_level: ("NONE" | "ERROR" | "ALL" | "INFO" | "DEBUG"),
|
1009
1009
|
cloud_watch_logs_role_arn: ::String,
|
1010
1010
|
exclude_verbose_content: bool?
|
1011
1011
|
},
|
data/sig/types.rbs
CHANGED
@@ -921,7 +921,7 @@ module Aws::AppSync
|
|
921
921
|
end
|
922
922
|
|
923
923
|
class LogConfig
|
924
|
-
attr_accessor field_log_level: ("NONE" | "ERROR" | "ALL")
|
924
|
+
attr_accessor field_log_level: ("NONE" | "ERROR" | "ALL" | "INFO" | "DEBUG")
|
925
925
|
attr_accessor cloud_watch_logs_role_arn: ::String
|
926
926
|
attr_accessor exclude_verbose_content: bool
|
927
927
|
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.84.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-09-
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|