aws-sdk-appsync 1.81.0 → 1.82.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 +21 -1
- data/lib/aws-sdk-appsync/client_api.rb +60 -0
- data/lib/aws-sdk-appsync.rb +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: bc086f88837d8e455093e09c3909f700a471853d992f86fde8f1f3473d76991c
|
4
|
+
data.tar.gz: a0d5ee515cbd3d453f128e7bf9e0e23df0bdd83e5d8f663c5146b9b3ed35d552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fee07ab83b5ef6fc88f2a8f8ff5efc34b90932798383227764cf58aac360753d698c5fcb79a51dcbabed318e1a82b2c0327d199e4f713c5e6477b8e39b5502f
|
7
|
+
data.tar.gz: 6be8eb8459bd773c801d3d35291c9eda4280b967a650df34c7eb28e9d8923909462127837722f0f79c18a4fdeaa4508e25a42b3cabcbb7c01995c4fefa8fc22b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|
@@ -2510,6 +2510,8 @@ module Aws::AppSync
|
|
2510
2510
|
# * {Types::ListApiKeysResponse#api_keys #api_keys} => Array<Types::ApiKey>
|
2511
2511
|
# * {Types::ListApiKeysResponse#next_token #next_token} => String
|
2512
2512
|
#
|
2513
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2514
|
+
#
|
2513
2515
|
# @example Request syntax with placeholder values
|
2514
2516
|
#
|
2515
2517
|
# resp = client.list_api_keys({
|
@@ -2554,6 +2556,8 @@ module Aws::AppSync
|
|
2554
2556
|
# * {Types::ListDataSourcesResponse#data_sources #data_sources} => Array<Types::DataSource>
|
2555
2557
|
# * {Types::ListDataSourcesResponse#next_token #next_token} => String
|
2556
2558
|
#
|
2559
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2560
|
+
#
|
2557
2561
|
# @example Request syntax with placeholder values
|
2558
2562
|
#
|
2559
2563
|
# resp = client.list_data_sources({
|
@@ -2620,6 +2624,8 @@ module Aws::AppSync
|
|
2620
2624
|
# * {Types::ListDomainNamesResponse#domain_name_configs #domain_name_configs} => Array<Types::DomainNameConfig>
|
2621
2625
|
# * {Types::ListDomainNamesResponse#next_token #next_token} => String
|
2622
2626
|
#
|
2627
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2628
|
+
#
|
2623
2629
|
# @example Request syntax with placeholder values
|
2624
2630
|
#
|
2625
2631
|
# resp = client.list_domain_names({
|
@@ -2664,6 +2670,8 @@ module Aws::AppSync
|
|
2664
2670
|
# * {Types::ListFunctionsResponse#functions #functions} => Array<Types::FunctionConfiguration>
|
2665
2671
|
# * {Types::ListFunctionsResponse#next_token #next_token} => String
|
2666
2672
|
#
|
2673
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2674
|
+
#
|
2667
2675
|
# @example Request syntax with placeholder values
|
2668
2676
|
#
|
2669
2677
|
# resp = client.list_functions({
|
@@ -2723,6 +2731,8 @@ module Aws::AppSync
|
|
2723
2731
|
# * {Types::ListGraphqlApisResponse#graphql_apis #graphql_apis} => Array<Types::GraphqlApi>
|
2724
2732
|
# * {Types::ListGraphqlApisResponse#next_token #next_token} => String
|
2725
2733
|
#
|
2734
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2735
|
+
#
|
2726
2736
|
# @example Request syntax with placeholder values
|
2727
2737
|
#
|
2728
2738
|
# resp = client.list_graphql_apis({
|
@@ -2816,6 +2826,8 @@ module Aws::AppSync
|
|
2816
2826
|
# * {Types::ListResolversResponse#resolvers #resolvers} => Array<Types::Resolver>
|
2817
2827
|
# * {Types::ListResolversResponse#next_token #next_token} => String
|
2818
2828
|
#
|
2829
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2830
|
+
#
|
2819
2831
|
# @example Request syntax with placeholder values
|
2820
2832
|
#
|
2821
2833
|
# resp = client.list_resolvers({
|
@@ -2880,6 +2892,8 @@ module Aws::AppSync
|
|
2880
2892
|
# * {Types::ListResolversByFunctionResponse#resolvers #resolvers} => Array<Types::Resolver>
|
2881
2893
|
# * {Types::ListResolversByFunctionResponse#next_token #next_token} => String
|
2882
2894
|
#
|
2895
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2896
|
+
#
|
2883
2897
|
# @example Request syntax with placeholder values
|
2884
2898
|
#
|
2885
2899
|
# resp = client.list_resolvers_by_function({
|
@@ -2941,6 +2955,8 @@ module Aws::AppSync
|
|
2941
2955
|
# * {Types::ListSourceApiAssociationsResponse#source_api_association_summaries #source_api_association_summaries} => Array<Types::SourceApiAssociationSummary>
|
2942
2956
|
# * {Types::ListSourceApiAssociationsResponse#next_token #next_token} => String
|
2943
2957
|
#
|
2958
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2959
|
+
#
|
2944
2960
|
# @example Request syntax with placeholder values
|
2945
2961
|
#
|
2946
2962
|
# resp = client.list_source_api_associations({
|
@@ -3020,6 +3036,8 @@ module Aws::AppSync
|
|
3020
3036
|
# * {Types::ListTypesResponse#types #types} => Array<Types::Type>
|
3021
3037
|
# * {Types::ListTypesResponse#next_token #next_token} => String
|
3022
3038
|
#
|
3039
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3040
|
+
#
|
3023
3041
|
# @example Request syntax with placeholder values
|
3024
3042
|
#
|
3025
3043
|
# resp = client.list_types({
|
@@ -3077,6 +3095,8 @@ module Aws::AppSync
|
|
3077
3095
|
# * {Types::ListTypesByAssociationResponse#types #types} => Array<Types::Type>
|
3078
3096
|
# * {Types::ListTypesByAssociationResponse#next_token #next_token} => String
|
3079
3097
|
#
|
3098
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3099
|
+
#
|
3080
3100
|
# @example Request syntax with placeholder values
|
3081
3101
|
#
|
3082
3102
|
# resp = client.list_types_by_association({
|
@@ -4280,7 +4300,7 @@ module Aws::AppSync
|
|
4280
4300
|
params: params,
|
4281
4301
|
config: config)
|
4282
4302
|
context[:gem_name] = 'aws-sdk-appsync'
|
4283
|
-
context[:gem_version] = '1.
|
4303
|
+
context[:gem_version] = '1.82.0'
|
4284
4304
|
Seahorse::Client::Request.new(handlers, context)
|
4285
4305
|
end
|
4286
4306
|
|
@@ -1749,6 +1749,12 @@ module Aws::AppSync
|
|
1749
1749
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1750
1750
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1751
1751
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1752
|
+
o[:pager] = Aws::Pager.new(
|
1753
|
+
limit_key: "max_results",
|
1754
|
+
tokens: {
|
1755
|
+
"next_token" => "next_token"
|
1756
|
+
}
|
1757
|
+
)
|
1752
1758
|
end)
|
1753
1759
|
|
1754
1760
|
api.add_operation(:list_data_sources, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1761,6 +1767,12 @@ module Aws::AppSync
|
|
1761
1767
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1762
1768
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1763
1769
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1770
|
+
o[:pager] = Aws::Pager.new(
|
1771
|
+
limit_key: "max_results",
|
1772
|
+
tokens: {
|
1773
|
+
"next_token" => "next_token"
|
1774
|
+
}
|
1775
|
+
)
|
1764
1776
|
end)
|
1765
1777
|
|
1766
1778
|
api.add_operation(:list_domain_names, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1772,6 +1784,12 @@ module Aws::AppSync
|
|
1772
1784
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1773
1785
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1774
1786
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1787
|
+
o[:pager] = Aws::Pager.new(
|
1788
|
+
limit_key: "max_results",
|
1789
|
+
tokens: {
|
1790
|
+
"next_token" => "next_token"
|
1791
|
+
}
|
1792
|
+
)
|
1775
1793
|
end)
|
1776
1794
|
|
1777
1795
|
api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1784,6 +1802,12 @@ module Aws::AppSync
|
|
1784
1802
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1785
1803
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1786
1804
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1805
|
+
o[:pager] = Aws::Pager.new(
|
1806
|
+
limit_key: "max_results",
|
1807
|
+
tokens: {
|
1808
|
+
"next_token" => "next_token"
|
1809
|
+
}
|
1810
|
+
)
|
1787
1811
|
end)
|
1788
1812
|
|
1789
1813
|
api.add_operation(:list_graphql_apis, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1795,6 +1819,12 @@ module Aws::AppSync
|
|
1795
1819
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1796
1820
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1797
1821
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1822
|
+
o[:pager] = Aws::Pager.new(
|
1823
|
+
limit_key: "max_results",
|
1824
|
+
tokens: {
|
1825
|
+
"next_token" => "next_token"
|
1826
|
+
}
|
1827
|
+
)
|
1798
1828
|
end)
|
1799
1829
|
|
1800
1830
|
api.add_operation(:list_resolvers, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1807,6 +1837,12 @@ module Aws::AppSync
|
|
1807
1837
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1808
1838
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1809
1839
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1840
|
+
o[:pager] = Aws::Pager.new(
|
1841
|
+
limit_key: "max_results",
|
1842
|
+
tokens: {
|
1843
|
+
"next_token" => "next_token"
|
1844
|
+
}
|
1845
|
+
)
|
1810
1846
|
end)
|
1811
1847
|
|
1812
1848
|
api.add_operation(:list_resolvers_by_function, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1819,6 +1855,12 @@ module Aws::AppSync
|
|
1819
1855
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1820
1856
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1821
1857
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1858
|
+
o[:pager] = Aws::Pager.new(
|
1859
|
+
limit_key: "max_results",
|
1860
|
+
tokens: {
|
1861
|
+
"next_token" => "next_token"
|
1862
|
+
}
|
1863
|
+
)
|
1822
1864
|
end)
|
1823
1865
|
|
1824
1866
|
api.add_operation(:list_source_api_associations, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1831,6 +1873,12 @@ module Aws::AppSync
|
|
1831
1873
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1832
1874
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1833
1875
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1876
|
+
o[:pager] = Aws::Pager.new(
|
1877
|
+
limit_key: "max_results",
|
1878
|
+
tokens: {
|
1879
|
+
"next_token" => "next_token"
|
1880
|
+
}
|
1881
|
+
)
|
1834
1882
|
end)
|
1835
1883
|
|
1836
1884
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1858,6 +1906,12 @@ module Aws::AppSync
|
|
1858
1906
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1859
1907
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1860
1908
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1909
|
+
o[:pager] = Aws::Pager.new(
|
1910
|
+
limit_key: "max_results",
|
1911
|
+
tokens: {
|
1912
|
+
"next_token" => "next_token"
|
1913
|
+
}
|
1914
|
+
)
|
1861
1915
|
end)
|
1862
1916
|
|
1863
1917
|
api.add_operation(:list_types_by_association, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1871,6 +1925,12 @@ module Aws::AppSync
|
|
1871
1925
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1872
1926
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1873
1927
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1928
|
+
o[:pager] = Aws::Pager.new(
|
1929
|
+
limit_key: "max_results",
|
1930
|
+
tokens: {
|
1931
|
+
"next_token" => "next_token"
|
1932
|
+
}
|
1933
|
+
)
|
1874
1934
|
end)
|
1875
1935
|
|
1876
1936
|
api.add_operation(:put_graphql_api_environment_variables, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-appsync.rb
CHANGED
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.82.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-07-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|