aws-sdk-appsync 1.28.0 → 1.29.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: e7e0a54191eec4624035154efa41edbb5fa16b45f834b75eff36ccc21a42746e
4
- data.tar.gz: 9bd27fe8b821782ba4a20e4e41b5ee45e909ec0466efe6ae2c59f20139d4b989
3
+ metadata.gz: 622263b13bd0336eef50641dc32252fa0be6972b718d7d84984ae90540dc89ab
4
+ data.tar.gz: c0feb3c3655360488a47cfb397bc99da0c55382218c7b9e5635439bbc23931be
5
5
  SHA512:
6
- metadata.gz: 2aeb9fe72824cedda95c306d5b85410f17ff3ad80205545cd6d68fe9913c159d7ce039b121e679a69cbc6ab1d949612aba61a19ed3dc7c5fb81997a2b1d226f9
7
- data.tar.gz: 309339bd9b14e8295d8f2d85f8f1f5ed6e78e21218a82571eb338e4c2c796840e4b22872f1bf129ece94632e2cabb1203d16f61ce67adbc344d54bbc0bf1de56
6
+ metadata.gz: 26f679abe306f2b7874982b1a68205f4f1bf33092333135518c16f91de2dc129d6577b9275dd19440532ad0c93a6303deabfaee887f680bd5007bff0618b8590
7
+ data.tar.gz: 9160e356340d1fd12f2996604409f21d804fddcbda68bf5200b561970f2ee9006eb7128b6be8eba2ac2c090eae3e900ef238bf9607ca592c60c7871b9ceddc29
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-appsync/customizations'
47
47
  # @service
48
48
  module Aws::AppSync
49
49
 
50
- GEM_VERSION = '1.28.0'
50
+ GEM_VERSION = '1.29.0'
51
51
 
52
52
  end
@@ -339,7 +339,30 @@ module Aws::AppSync
339
339
  # are cached.
340
340
  #
341
341
  # @option params [required, String] :type
342
- # The cache instance type.
342
+ # The cache instance type. Valid values are
343
+ #
344
+ # * `SMALL`
345
+ #
346
+ # * `MEDIUM`
347
+ #
348
+ # * `LARGE`
349
+ #
350
+ # * `XLARGE`
351
+ #
352
+ # * `LARGE_2X`
353
+ #
354
+ # * `LARGE_4X`
355
+ #
356
+ # * `LARGE_8X` (not available in all regions)
357
+ #
358
+ # * `LARGE_12X`
359
+ #
360
+ # Historically, instance types were identified by an EC2-style value. As
361
+ # of July 2020, this is deprecated, and the generic identifiers above
362
+ # should be used.
363
+ #
364
+ # The following legacy instance types are avaible, but their use is
365
+ # discouraged:
343
366
  #
344
367
  # * **T2\_SMALL**\: A t2.small instance type.
345
368
  #
@@ -367,7 +390,7 @@ module Aws::AppSync
367
390
  # transit_encryption_enabled: false,
368
391
  # at_rest_encryption_enabled: false,
369
392
  # api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
370
- # type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
393
+ # 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
371
394
  # })
372
395
  #
373
396
  # @example Response structure
@@ -376,7 +399,7 @@ module Aws::AppSync
376
399
  # resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
377
400
  # resp.api_cache.transit_encryption_enabled #=> Boolean
378
401
  # resp.api_cache.at_rest_encryption_enabled #=> Boolean
379
- # resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE"
402
+ # 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"
380
403
  # resp.api_cache.status #=> String, one of "AVAILABLE", "CREATING", "DELETING", "MODIFYING", "FAILED"
381
404
  #
382
405
  # @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CreateApiCache AWS API Documentation
@@ -1107,7 +1130,7 @@ module Aws::AppSync
1107
1130
  # resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
1108
1131
  # resp.api_cache.transit_encryption_enabled #=> Boolean
1109
1132
  # resp.api_cache.at_rest_encryption_enabled #=> Boolean
1110
- # resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE"
1133
+ # 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"
1111
1134
  # resp.api_cache.status #=> String, one of "AVAILABLE", "CREATING", "DELETING", "MODIFYING", "FAILED"
1112
1135
  #
1113
1136
  # @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/GetApiCache AWS API Documentation
@@ -1959,7 +1982,30 @@ module Aws::AppSync
1959
1982
  # are cached.
1960
1983
  #
1961
1984
  # @option params [required, String] :type
1962
- # The cache instance type.
1985
+ # The cache instance type. Valid values are
1986
+ #
1987
+ # * `SMALL`
1988
+ #
1989
+ # * `MEDIUM`
1990
+ #
1991
+ # * `LARGE`
1992
+ #
1993
+ # * `XLARGE`
1994
+ #
1995
+ # * `LARGE_2X`
1996
+ #
1997
+ # * `LARGE_4X`
1998
+ #
1999
+ # * `LARGE_8X` (not available in all regions)
2000
+ #
2001
+ # * `LARGE_12X`
2002
+ #
2003
+ # Historically, instance types were identified by an EC2-style value. As
2004
+ # of July 2020, this is deprecated, and the generic identifiers above
2005
+ # should be used.
2006
+ #
2007
+ # The following legacy instance types are avaible, but their use is
2008
+ # discouraged:
1963
2009
  #
1964
2010
  # * **T2\_SMALL**\: A t2.small instance type.
1965
2011
  #
@@ -1985,7 +2031,7 @@ module Aws::AppSync
1985
2031
  # api_id: "String", # required
1986
2032
  # ttl: 1, # required
1987
2033
  # api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
1988
- # type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
2034
+ # 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
1989
2035
  # })
1990
2036
  #
1991
2037
  # @example Response structure
@@ -1994,7 +2040,7 @@ module Aws::AppSync
1994
2040
  # resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
1995
2041
  # resp.api_cache.transit_encryption_enabled #=> Boolean
1996
2042
  # resp.api_cache.at_rest_encryption_enabled #=> Boolean
1997
- # resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE"
2043
+ # 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"
1998
2044
  # resp.api_cache.status #=> String, one of "AVAILABLE", "CREATING", "DELETING", "MODIFYING", "FAILED"
1999
2045
  #
2000
2046
  # @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/UpdateApiCache AWS API Documentation
@@ -2506,7 +2552,7 @@ module Aws::AppSync
2506
2552
  params: params,
2507
2553
  config: config)
2508
2554
  context[:gem_name] = 'aws-sdk-appsync'
2509
- context[:gem_version] = '1.28.0'
2555
+ context[:gem_version] = '1.29.0'
2510
2556
  Seahorse::Client::Request.new(handlers, context)
2511
2557
  end
2512
2558
 
@@ -94,7 +94,30 @@ module Aws::AppSync
94
94
  # @return [Boolean]
95
95
  #
96
96
  # @!attribute [rw] type
97
- # The cache instance type.
97
+ # The cache instance type. Valid values are
98
+ #
99
+ # * `SMALL`
100
+ #
101
+ # * `MEDIUM`
102
+ #
103
+ # * `LARGE`
104
+ #
105
+ # * `XLARGE`
106
+ #
107
+ # * `LARGE_2X`
108
+ #
109
+ # * `LARGE_4X`
110
+ #
111
+ # * `LARGE_8X` (not available in all regions)
112
+ #
113
+ # * `LARGE_12X`
114
+ #
115
+ # Historically, instance types were identified by an EC2-style value.
116
+ # As of July 2020, this is deprecated, and the generic identifiers
117
+ # above should be used.
118
+ #
119
+ # The following legacy instance types are avaible, but their use is
120
+ # discouraged:
98
121
  #
99
122
  # * **T2\_SMALL**\: A t2.small instance type.
100
123
  #
@@ -409,7 +432,7 @@ module Aws::AppSync
409
432
  # transit_encryption_enabled: false,
410
433
  # at_rest_encryption_enabled: false,
411
434
  # api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
412
- # type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
435
+ # 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
413
436
  # }
414
437
  #
415
438
  # @!attribute [rw] api_id
@@ -442,7 +465,30 @@ module Aws::AppSync
442
465
  # @return [String]
443
466
  #
444
467
  # @!attribute [rw] type
445
- # The cache instance type.
468
+ # The cache instance type. Valid values are
469
+ #
470
+ # * `SMALL`
471
+ #
472
+ # * `MEDIUM`
473
+ #
474
+ # * `LARGE`
475
+ #
476
+ # * `XLARGE`
477
+ #
478
+ # * `LARGE_2X`
479
+ #
480
+ # * `LARGE_4X`
481
+ #
482
+ # * `LARGE_8X` (not available in all regions)
483
+ #
484
+ # * `LARGE_12X`
485
+ #
486
+ # Historically, instance types were identified by an EC2-style value.
487
+ # As of July 2020, this is deprecated, and the generic identifiers
488
+ # above should be used.
489
+ #
490
+ # The following legacy instance types are avaible, but their use is
491
+ # discouraged:
446
492
  #
447
493
  # * **T2\_SMALL**\: A t2.small instance type.
448
494
  #
@@ -2511,7 +2557,7 @@ module Aws::AppSync
2511
2557
  # @return [String]
2512
2558
  #
2513
2559
  # @!attribute [rw] db_cluster_identifier
2514
- # Amazon RDS cluster identifier.
2560
+ # Amazon RDS cluster ARN.
2515
2561
  # @return [String]
2516
2562
  #
2517
2563
  # @!attribute [rw] database_name
@@ -2854,7 +2900,7 @@ module Aws::AppSync
2854
2900
  # api_id: "String", # required
2855
2901
  # ttl: 1, # required
2856
2902
  # api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
2857
- # type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
2903
+ # 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
2858
2904
  # }
2859
2905
  #
2860
2906
  # @!attribute [rw] api_id
@@ -2877,7 +2923,30 @@ module Aws::AppSync
2877
2923
  # @return [String]
2878
2924
  #
2879
2925
  # @!attribute [rw] type
2880
- # The cache instance type.
2926
+ # The cache instance type. Valid values are
2927
+ #
2928
+ # * `SMALL`
2929
+ #
2930
+ # * `MEDIUM`
2931
+ #
2932
+ # * `LARGE`
2933
+ #
2934
+ # * `XLARGE`
2935
+ #
2936
+ # * `LARGE_2X`
2937
+ #
2938
+ # * `LARGE_4X`
2939
+ #
2940
+ # * `LARGE_8X` (not available in all regions)
2941
+ #
2942
+ # * `LARGE_12X`
2943
+ #
2944
+ # Historically, instance types were identified by an EC2-style value.
2945
+ # As of July 2020, this is deprecated, and the generic identifiers
2946
+ # above should be used.
2947
+ #
2948
+ # The following legacy instance types are avaible, but their use is
2949
+ # discouraged:
2881
2950
  #
2882
2951
  # * **T2\_SMALL**\: A t2.small instance type.
2883
2952
  #
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.28.0
4
+ version: 1.29.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: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core