aws-sdk-eks 1.79.0 → 1.81.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-eks/client.rb +107 -4
- data/lib/aws-sdk-eks/client_api.rb +40 -0
- data/lib/aws-sdk-eks/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-eks/endpoint_provider.rb +83 -84
- data/lib/aws-sdk-eks/endpoints.rb +14 -0
- data/lib/aws-sdk-eks/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-eks/types.rb +197 -710
- data/lib/aws-sdk-eks.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: 2fe054621c8b049a49aa3248e491dc37056d6e93c40f83de186f8e5ea985d58a
|
4
|
+
data.tar.gz: 0dd44ecc385d4c081b9595079165f71049b37cf80a66dba50d9ec85ac299b529
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 328089401baf210311a9a7f02012e160e313bbdebb72ed97dc41621dd296570dc3269c014555617ace1c91b44496a16aee63b1606381d5211678cea1b0411beb
|
7
|
+
data.tar.gz: d44336fb5b0e330547fc3415a984ea80f91efba7cdd72849a501e5850442db1c5656bf8ee3a3d9eb061da72c5225af9575ab206b969976e1d0364ddd99e511ad
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.81.0 (2022-12-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function
|
8
|
+
|
9
|
+
1.80.0 (2022-11-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for additional EKS add-ons metadata and filtering fields
|
13
|
+
|
4
14
|
1.79.0 (2022-11-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -605,6 +605,15 @@ module Aws::EKS
|
|
605
605
|
# organization. Each tag consists of a key and an optional value. You
|
606
606
|
# define both.
|
607
607
|
#
|
608
|
+
# @option params [String] :configuration_values
|
609
|
+
# The set of configuration values for the add-on being created. Whatever
|
610
|
+
# values provided here are validated against the schema from [
|
611
|
+
# `DescribeAddonConfiguration` ][1].
|
612
|
+
#
|
613
|
+
#
|
614
|
+
#
|
615
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonConfiguration.html
|
616
|
+
#
|
608
617
|
# @return [Types::CreateAddonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
609
618
|
#
|
610
619
|
# * {Types::CreateAddonResponse#addon #addon} => Types::Addon
|
@@ -621,6 +630,7 @@ module Aws::EKS
|
|
621
630
|
# tags: {
|
622
631
|
# "TagKey" => "TagValue",
|
623
632
|
# },
|
633
|
+
# configuration_values: "String",
|
624
634
|
# })
|
625
635
|
#
|
626
636
|
# @example Response structure
|
@@ -640,6 +650,11 @@ module Aws::EKS
|
|
640
650
|
# resp.addon.service_account_role_arn #=> String
|
641
651
|
# resp.addon.tags #=> Hash
|
642
652
|
# resp.addon.tags["TagKey"] #=> String
|
653
|
+
# resp.addon.publisher #=> String
|
654
|
+
# resp.addon.owner #=> String
|
655
|
+
# resp.addon.marketplace_information.product_id #=> String
|
656
|
+
# resp.addon.marketplace_information.product_url #=> String
|
657
|
+
# resp.addon.configuration_values #=> String
|
643
658
|
#
|
644
659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAddon AWS API Documentation
|
645
660
|
#
|
@@ -1349,7 +1364,7 @@ module Aws::EKS
|
|
1349
1364
|
# @option params [Boolean] :preserve
|
1350
1365
|
# Specifying this option preserves the add-on software on your cluster
|
1351
1366
|
# but Amazon EKS stops managing any settings for the add-on. If an IAM
|
1352
|
-
# account is associated with the add-on, it
|
1367
|
+
# account is associated with the add-on, it isn't removed.
|
1353
1368
|
#
|
1354
1369
|
# @return [Types::DeleteAddonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1355
1370
|
#
|
@@ -1380,6 +1395,11 @@ module Aws::EKS
|
|
1380
1395
|
# resp.addon.service_account_role_arn #=> String
|
1381
1396
|
# resp.addon.tags #=> Hash
|
1382
1397
|
# resp.addon.tags["TagKey"] #=> String
|
1398
|
+
# resp.addon.publisher #=> String
|
1399
|
+
# resp.addon.owner #=> String
|
1400
|
+
# resp.addon.marketplace_information.product_id #=> String
|
1401
|
+
# resp.addon.marketplace_information.product_url #=> String
|
1402
|
+
# resp.addon.configuration_values #=> String
|
1383
1403
|
#
|
1384
1404
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddon AWS API Documentation
|
1385
1405
|
#
|
@@ -1743,6 +1763,11 @@ module Aws::EKS
|
|
1743
1763
|
# resp.addon.service_account_role_arn #=> String
|
1744
1764
|
# resp.addon.tags #=> Hash
|
1745
1765
|
# resp.addon.tags["TagKey"] #=> String
|
1766
|
+
# resp.addon.publisher #=> String
|
1767
|
+
# resp.addon.owner #=> String
|
1768
|
+
# resp.addon.marketplace_information.product_id #=> String
|
1769
|
+
# resp.addon.marketplace_information.product_url #=> String
|
1770
|
+
# resp.addon.configuration_values #=> String
|
1746
1771
|
#
|
1747
1772
|
#
|
1748
1773
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -1759,10 +1784,58 @@ module Aws::EKS
|
|
1759
1784
|
req.send_request(options)
|
1760
1785
|
end
|
1761
1786
|
|
1762
|
-
#
|
1787
|
+
# Returns configuration options.
|
1788
|
+
#
|
1789
|
+
# @option params [required, String] :addon_name
|
1790
|
+
# The name of the add-on. The name must match one of the names returned
|
1791
|
+
# by [ `DescribeAddonVersions` ][1].
|
1792
|
+
#
|
1793
|
+
#
|
1794
|
+
#
|
1795
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html
|
1796
|
+
#
|
1797
|
+
# @option params [required, String] :addon_version
|
1798
|
+
# The version of the add-on. The version must match one of the versions
|
1799
|
+
# returned by [ `DescribeAddonVersions` ][1].
|
1800
|
+
#
|
1801
|
+
#
|
1802
|
+
#
|
1803
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html
|
1804
|
+
#
|
1805
|
+
# @return [Types::DescribeAddonConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1806
|
+
#
|
1807
|
+
# * {Types::DescribeAddonConfigurationResponse#addon_name #addon_name} => String
|
1808
|
+
# * {Types::DescribeAddonConfigurationResponse#addon_version #addon_version} => String
|
1809
|
+
# * {Types::DescribeAddonConfigurationResponse#configuration_schema #configuration_schema} => String
|
1810
|
+
#
|
1811
|
+
# @example Request syntax with placeholder values
|
1812
|
+
#
|
1813
|
+
# resp = client.describe_addon_configuration({
|
1814
|
+
# addon_name: "String", # required
|
1815
|
+
# addon_version: "String", # required
|
1816
|
+
# })
|
1817
|
+
#
|
1818
|
+
# @example Response structure
|
1819
|
+
#
|
1820
|
+
# resp.addon_name #=> String
|
1821
|
+
# resp.addon_version #=> String
|
1822
|
+
# resp.configuration_schema #=> String
|
1823
|
+
#
|
1824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonConfiguration AWS API Documentation
|
1825
|
+
#
|
1826
|
+
# @overload describe_addon_configuration(params = {})
|
1827
|
+
# @param [Hash] params ({})
|
1828
|
+
def describe_addon_configuration(params = {}, options = {})
|
1829
|
+
req = build_request(:describe_addon_configuration, params)
|
1830
|
+
req.send_request(options)
|
1831
|
+
end
|
1832
|
+
|
1833
|
+
# Describes the versions for an add-on. Information such as the
|
1834
|
+
# Kubernetes versions that you can use the add-on with, the `owner`,
|
1835
|
+
# `publisher`, and the `type` of the add-on are returned.
|
1763
1836
|
#
|
1764
1837
|
# @option params [String] :kubernetes_version
|
1765
|
-
# The Kubernetes versions that the add-on
|
1838
|
+
# The Kubernetes versions that you can use the add-on with.
|
1766
1839
|
#
|
1767
1840
|
# @option params [Integer] :max_results
|
1768
1841
|
# The maximum number of results to return.
|
@@ -1788,6 +1861,18 @@ module Aws::EKS
|
|
1788
1861
|
#
|
1789
1862
|
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
|
1790
1863
|
#
|
1864
|
+
# @option params [Array<String>] :types
|
1865
|
+
# The type of the add-on. For valid `types`, don't specify a value for
|
1866
|
+
# this property.
|
1867
|
+
#
|
1868
|
+
# @option params [Array<String>] :publishers
|
1869
|
+
# The publisher of the add-on. For valid `publishers`, don't specify a
|
1870
|
+
# value for this property.
|
1871
|
+
#
|
1872
|
+
# @option params [Array<String>] :owners
|
1873
|
+
# The owner of the add-on. For valid `owners`, don't specify a value
|
1874
|
+
# for this property.
|
1875
|
+
#
|
1791
1876
|
# @return [Types::DescribeAddonVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1792
1877
|
#
|
1793
1878
|
# * {Types::DescribeAddonVersionsResponse#addons #addons} => Array<Types::AddonInfo>
|
@@ -1802,6 +1887,9 @@ module Aws::EKS
|
|
1802
1887
|
# max_results: 1,
|
1803
1888
|
# next_token: "String",
|
1804
1889
|
# addon_name: "String",
|
1890
|
+
# types: ["String"],
|
1891
|
+
# publishers: ["String"],
|
1892
|
+
# owners: ["String"],
|
1805
1893
|
# })
|
1806
1894
|
#
|
1807
1895
|
# @example Response structure
|
@@ -1818,6 +1906,11 @@ module Aws::EKS
|
|
1818
1906
|
# resp.addons[0].addon_versions[0].compatibilities[0].platform_versions #=> Array
|
1819
1907
|
# resp.addons[0].addon_versions[0].compatibilities[0].platform_versions[0] #=> String
|
1820
1908
|
# resp.addons[0].addon_versions[0].compatibilities[0].default_version #=> Boolean
|
1909
|
+
# resp.addons[0].addon_versions[0].requires_configuration #=> Boolean
|
1910
|
+
# resp.addons[0].publisher #=> String
|
1911
|
+
# resp.addons[0].owner #=> String
|
1912
|
+
# resp.addons[0].marketplace_information.product_id #=> String
|
1913
|
+
# resp.addons[0].marketplace_information.product_url #=> String
|
1821
1914
|
# resp.next_token #=> String
|
1822
1915
|
#
|
1823
1916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonVersions AWS API Documentation
|
@@ -2917,6 +3010,15 @@ module Aws::EKS
|
|
2917
3010
|
# **A suitable default value is auto-generated.** You should normally
|
2918
3011
|
# not need to pass this option.**
|
2919
3012
|
#
|
3013
|
+
# @option params [String] :configuration_values
|
3014
|
+
# The set of configuration values for the add-on being created. Whatever
|
3015
|
+
# values provided here are validated against the schema from
|
3016
|
+
# [DescribeAddonConfiguration][1]
|
3017
|
+
#
|
3018
|
+
#
|
3019
|
+
#
|
3020
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonConfiguration.html
|
3021
|
+
#
|
2920
3022
|
# @return [Types::UpdateAddonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2921
3023
|
#
|
2922
3024
|
# * {Types::UpdateAddonResponse#update #update} => Types::Update
|
@@ -2930,6 +3032,7 @@ module Aws::EKS
|
|
2930
3032
|
# service_account_role_arn: "RoleArn",
|
2931
3033
|
# resolve_conflicts: "OVERWRITE", # accepts OVERWRITE, NONE, PRESERVE
|
2932
3034
|
# client_request_token: "String",
|
3035
|
+
# configuration_values: "String",
|
2933
3036
|
# })
|
2934
3037
|
#
|
2935
3038
|
# @example Response structure
|
@@ -3392,7 +3495,7 @@ module Aws::EKS
|
|
3392
3495
|
params: params,
|
3393
3496
|
config: config)
|
3394
3497
|
context[:gem_name] = 'aws-sdk-eks'
|
3395
|
-
context[:gem_version] = '1.
|
3498
|
+
context[:gem_version] = '1.81.0'
|
3396
3499
|
Seahorse::Client::Request.new(handlers, context)
|
3397
3500
|
end
|
3398
3501
|
|
@@ -71,6 +71,8 @@ module Aws::EKS
|
|
71
71
|
DeleteNodegroupResponse = Shapes::StructureShape.new(name: 'DeleteNodegroupResponse')
|
72
72
|
DeregisterClusterRequest = Shapes::StructureShape.new(name: 'DeregisterClusterRequest')
|
73
73
|
DeregisterClusterResponse = Shapes::StructureShape.new(name: 'DeregisterClusterResponse')
|
74
|
+
DescribeAddonConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAddonConfigurationRequest')
|
75
|
+
DescribeAddonConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAddonConfigurationResponse')
|
74
76
|
DescribeAddonRequest = Shapes::StructureShape.new(name: 'DescribeAddonRequest')
|
75
77
|
DescribeAddonResponse = Shapes::StructureShape.new(name: 'DescribeAddonResponse')
|
76
78
|
DescribeAddonVersionsRequest = Shapes::StructureShape.new(name: 'DescribeAddonVersionsRequest')
|
@@ -136,6 +138,7 @@ module Aws::EKS
|
|
136
138
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
137
139
|
LogTypes = Shapes::ListShape.new(name: 'LogTypes')
|
138
140
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
141
|
+
MarketplaceInformation = Shapes::StructureShape.new(name: 'MarketplaceInformation')
|
139
142
|
Nodegroup = Shapes::StructureShape.new(name: 'Nodegroup')
|
140
143
|
NodegroupHealth = Shapes::StructureShape.new(name: 'NodegroupHealth')
|
141
144
|
NodegroupIssueCode = Shapes::StringShape.new(name: 'NodegroupIssueCode')
|
@@ -223,6 +226,10 @@ module Aws::EKS
|
|
223
226
|
Addon.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "modifiedAt"))
|
224
227
|
Addon.add_member(:service_account_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceAccountRoleArn"))
|
225
228
|
Addon.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
229
|
+
Addon.add_member(:publisher, Shapes::ShapeRef.new(shape: String, location_name: "publisher"))
|
230
|
+
Addon.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "owner"))
|
231
|
+
Addon.add_member(:marketplace_information, Shapes::ShapeRef.new(shape: MarketplaceInformation, location_name: "marketplaceInformation"))
|
232
|
+
Addon.add_member(:configuration_values, Shapes::ShapeRef.new(shape: String, location_name: "configurationValues"))
|
226
233
|
Addon.struct_class = Types::Addon
|
227
234
|
|
228
235
|
AddonHealth.add_member(:issues, Shapes::ShapeRef.new(shape: AddonIssueList, location_name: "issues"))
|
@@ -231,6 +238,9 @@ module Aws::EKS
|
|
231
238
|
AddonInfo.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
232
239
|
AddonInfo.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
233
240
|
AddonInfo.add_member(:addon_versions, Shapes::ShapeRef.new(shape: AddonVersionInfoList, location_name: "addonVersions"))
|
241
|
+
AddonInfo.add_member(:publisher, Shapes::ShapeRef.new(shape: String, location_name: "publisher"))
|
242
|
+
AddonInfo.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "owner"))
|
243
|
+
AddonInfo.add_member(:marketplace_information, Shapes::ShapeRef.new(shape: MarketplaceInformation, location_name: "marketplaceInformation"))
|
234
244
|
AddonInfo.struct_class = Types::AddonInfo
|
235
245
|
|
236
246
|
AddonIssue.add_member(:code, Shapes::ShapeRef.new(shape: AddonIssueCode, location_name: "code"))
|
@@ -243,6 +253,7 @@ module Aws::EKS
|
|
243
253
|
AddonVersionInfo.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
|
244
254
|
AddonVersionInfo.add_member(:architecture, Shapes::ShapeRef.new(shape: StringList, location_name: "architecture"))
|
245
255
|
AddonVersionInfo.add_member(:compatibilities, Shapes::ShapeRef.new(shape: Compatibilities, location_name: "compatibilities"))
|
256
|
+
AddonVersionInfo.add_member(:requires_configuration, Shapes::ShapeRef.new(shape: Boolean, location_name: "requiresConfiguration"))
|
246
257
|
AddonVersionInfo.struct_class = Types::AddonVersionInfo
|
247
258
|
|
248
259
|
AddonVersionInfoList.member = Shapes::ShapeRef.new(shape: AddonVersionInfo)
|
@@ -347,6 +358,7 @@ module Aws::EKS
|
|
347
358
|
CreateAddonRequest.add_member(:resolve_conflicts, Shapes::ShapeRef.new(shape: ResolveConflicts, location_name: "resolveConflicts"))
|
348
359
|
CreateAddonRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
349
360
|
CreateAddonRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
361
|
+
CreateAddonRequest.add_member(:configuration_values, Shapes::ShapeRef.new(shape: String, location_name: "configurationValues"))
|
350
362
|
CreateAddonRequest.struct_class = Types::CreateAddonRequest
|
351
363
|
|
352
364
|
CreateAddonResponse.add_member(:addon, Shapes::ShapeRef.new(shape: Addon, location_name: "addon"))
|
@@ -436,6 +448,15 @@ module Aws::EKS
|
|
436
448
|
DeregisterClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
437
449
|
DeregisterClusterResponse.struct_class = Types::DeregisterClusterResponse
|
438
450
|
|
451
|
+
DescribeAddonConfigurationRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, required: true, location: "querystring", location_name: "addonName"))
|
452
|
+
DescribeAddonConfigurationRequest.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, required: true, location: "querystring", location_name: "addonVersion"))
|
453
|
+
DescribeAddonConfigurationRequest.struct_class = Types::DescribeAddonConfigurationRequest
|
454
|
+
|
455
|
+
DescribeAddonConfigurationResponse.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
456
|
+
DescribeAddonConfigurationResponse.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
|
457
|
+
DescribeAddonConfigurationResponse.add_member(:configuration_schema, Shapes::ShapeRef.new(shape: String, location_name: "configurationSchema"))
|
458
|
+
DescribeAddonConfigurationResponse.struct_class = Types::DescribeAddonConfigurationResponse
|
459
|
+
|
439
460
|
DescribeAddonRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location: "uri", location_name: "name"))
|
440
461
|
DescribeAddonRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "addonName"))
|
441
462
|
DescribeAddonRequest.struct_class = Types::DescribeAddonRequest
|
@@ -447,6 +468,9 @@ module Aws::EKS
|
|
447
468
|
DescribeAddonVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeAddonVersionsRequestMaxResults, location: "querystring", location_name: "maxResults"))
|
448
469
|
DescribeAddonVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
449
470
|
DescribeAddonVersionsRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "addonName"))
|
471
|
+
DescribeAddonVersionsRequest.add_member(:types, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "types"))
|
472
|
+
DescribeAddonVersionsRequest.add_member(:publishers, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "publishers"))
|
473
|
+
DescribeAddonVersionsRequest.add_member(:owners, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "owners"))
|
450
474
|
DescribeAddonVersionsRequest.struct_class = Types::DescribeAddonVersionsRequest
|
451
475
|
|
452
476
|
DescribeAddonVersionsResponse.add_member(:addons, Shapes::ShapeRef.new(shape: Addons, location_name: "addons"))
|
@@ -651,6 +675,10 @@ module Aws::EKS
|
|
651
675
|
Logging.add_member(:cluster_logging, Shapes::ShapeRef.new(shape: LogSetups, location_name: "clusterLogging"))
|
652
676
|
Logging.struct_class = Types::Logging
|
653
677
|
|
678
|
+
MarketplaceInformation.add_member(:product_id, Shapes::ShapeRef.new(shape: String, location_name: "productId"))
|
679
|
+
MarketplaceInformation.add_member(:product_url, Shapes::ShapeRef.new(shape: String, location_name: "productUrl"))
|
680
|
+
MarketplaceInformation.struct_class = Types::MarketplaceInformation
|
681
|
+
|
654
682
|
Nodegroup.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
655
683
|
Nodegroup.add_member(:nodegroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupArn"))
|
656
684
|
Nodegroup.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
@@ -822,6 +850,7 @@ module Aws::EKS
|
|
822
850
|
UpdateAddonRequest.add_member(:service_account_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "serviceAccountRoleArn"))
|
823
851
|
UpdateAddonRequest.add_member(:resolve_conflicts, Shapes::ShapeRef.new(shape: ResolveConflicts, location_name: "resolveConflicts"))
|
824
852
|
UpdateAddonRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
853
|
+
UpdateAddonRequest.add_member(:configuration_values, Shapes::ShapeRef.new(shape: String, location_name: "configurationValues"))
|
825
854
|
UpdateAddonRequest.struct_class = Types::UpdateAddonRequest
|
826
855
|
|
827
856
|
UpdateAddonResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
@@ -1092,6 +1121,17 @@ module Aws::EKS
|
|
1092
1121
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
1093
1122
|
end)
|
1094
1123
|
|
1124
|
+
api.add_operation(:describe_addon_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1125
|
+
o.name = "DescribeAddonConfiguration"
|
1126
|
+
o.http_method = "GET"
|
1127
|
+
o.http_request_uri = "/addons/configuration-schemas"
|
1128
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAddonConfigurationRequest)
|
1129
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAddonConfigurationResponse)
|
1130
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1132
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1133
|
+
end)
|
1134
|
+
|
1095
1135
|
api.add_operation(:describe_addon_versions, Seahorse::Model::Operation.new.tap do |o|
|
1096
1136
|
o.name = "DescribeAddonVersions"
|
1097
1137
|
o.http_method = "GET"
|
@@ -50,6 +50,9 @@ module Aws::EKS
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -29,92 +29,91 @@ module Aws::EKS
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
dCI6eyJ1cmwiOiJodHRwczovL2Vrcy1maXBzLntSZWdpb259LntQYXJ0aXRp
|
77
|
-
b25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9
|
78
|
-
LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRp
|
79
|
-
b25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVuYWJs
|
80
|
-
ZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9uZSBv
|
81
|
-
ciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZu
|
82
|
-
IjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0
|
83
|
-
cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
|
84
|
-
eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0
|
85
|
-
QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBw
|
86
|
-
b3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
87
|
-
dGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
|
88
|
-
IjpbeyJmbiI6InN0cmluZ0VxdWFscyIsImFyZ3YiOlsiYXdzIix7ImZuIjoi
|
89
|
-
Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJu
|
90
|
-
YW1lIl19XX1dLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2ZpcHMuZWtz
|
91
|
-
LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3Bl
|
92
|
-
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9LHsi
|
93
|
-
Y29uZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdFcXVhbHMiLCJhcmd2IjpbImF3
|
94
|
-
cy11cy1nb3YiLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFy
|
95
|
-
dGl0aW9uUmVzdWx0In0sIm5hbWUiXX1dfV0sImVuZHBvaW50Ijp7InVybCI6
|
96
|
-
Imh0dHBzOi8vZWtzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3Vm
|
97
|
-
Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
|
98
|
-
bmRwb2ludCJ9LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6
|
99
|
-
Imh0dHBzOi8vZWtzLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNk
|
100
|
-
bnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
|
101
|
-
ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoi
|
102
|
-
RklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBz
|
103
|
-
dXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6
|
104
|
-
W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVh
|
105
|
-
bFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29u
|
106
|
-
ZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUs
|
107
|
-
eyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1
|
108
|
-
bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5cGUiOiJ0cmVlIiwi
|
109
|
-
cnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJo
|
110
|
-
dHRwczovL2Vrcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFj
|
32
|
+
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
+
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
+
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
+
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
+
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
+
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
+
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
+
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
+
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
+
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
+
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
+
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
+
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
+
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
+
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
+
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
+
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
+
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
+
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
+
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
+
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
+
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
+
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
+
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
+
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
+
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
59
|
+
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
60
|
+
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
+
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
+
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
+
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
+
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
+
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
+
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
+
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
+
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
+
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
72
|
+
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
73
|
+
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
+
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
+
Ly9la3MtZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFj
|
111
76
|
a0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0
|
112
77
|
eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoi
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
78
|
+
RklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBwYXJ0
|
79
|
+
aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUiOiJl
|
80
|
+
cnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
|
81
|
+
LCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6InRy
|
82
|
+
ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1
|
83
|
+
YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJy
|
84
|
+
ZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1dLCJ0
|
85
|
+
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlwZSI6
|
86
|
+
InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdF
|
87
|
+
cXVhbHMiLCJhcmd2IjpbImF3cyIseyJmbiI6ImdldEF0dHIiLCJhcmd2Ijpb
|
88
|
+
eyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwibmFtZSJdfV19XSwiZW5kcG9p
|
89
|
+
bnQiOnsidXJsIjoiaHR0cHM6Ly9maXBzLmVrcy57UmVnaW9ufS57UGFydGl0
|
90
|
+
aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVy
|
91
|
+
cyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifSx7ImNvbmRpdGlvbnMiOlt7ImZu
|
92
|
+
Ijoic3RyaW5nRXF1YWxzIiwiYXJndiI6WyJhd3MtdXMtZ292Iix7ImZuIjoi
|
93
|
+
Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJu
|
94
|
+
YW1lIl19XX1dLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Vrcy57UmVn
|
95
|
+
aW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
|
96
|
+
Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifSx7ImNvbmRp
|
97
|
+
dGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Vrcy1maXBz
|
98
|
+
LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3Bl
|
99
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
100
|
+
fSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5hYmxlZCBi
|
101
|
+
dXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBTIiwidHlw
|
102
|
+
ZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
103
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0s
|
104
|
+
InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
105
|
+
Ym9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwi
|
106
|
+
YXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRHVh
|
107
|
+
bFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
|
108
|
+
b25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9la3Mue1JlZ2lv
|
109
|
+
bn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJv
|
110
|
+
cGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1d
|
111
|
+
fSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFjayBpcyBlbmFi
|
112
|
+
bGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IER1YWxT
|
113
|
+
dGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbXSwiZW5k
|
114
|
+
cG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9la3Mue1JlZ2lvbn0ue1BhcnRpdGlv
|
115
|
+
blJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMi
|
116
|
+
Ont9fSwidHlwZSI6ImVuZHBvaW50In1dfV19
|
118
117
|
|
119
118
|
JSON
|
120
119
|
end
|
@@ -179,6 +179,20 @@ module Aws::EKS
|
|
179
179
|
end
|
180
180
|
end
|
181
181
|
|
182
|
+
class DescribeAddonConfiguration
|
183
|
+
def self.build(context)
|
184
|
+
unless context.config.regional_endpoint
|
185
|
+
endpoint = context.config.endpoint.to_s
|
186
|
+
end
|
187
|
+
Aws::EKS::EndpointParameters.new(
|
188
|
+
region: context.config.region,
|
189
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
190
|
+
use_fips: context.config.use_fips_endpoint,
|
191
|
+
endpoint: endpoint,
|
192
|
+
)
|
193
|
+
end
|
194
|
+
end
|
195
|
+
|
182
196
|
class DescribeAddonVersions
|
183
197
|
def self.build(context)
|
184
198
|
unless context.config.regional_endpoint
|
@@ -80,6 +80,8 @@ module Aws::EKS
|
|
80
80
|
Aws::EKS::Endpoints::DeregisterCluster.build(context)
|
81
81
|
when :describe_addon
|
82
82
|
Aws::EKS::Endpoints::DescribeAddon.build(context)
|
83
|
+
when :describe_addon_configuration
|
84
|
+
Aws::EKS::Endpoints::DescribeAddonConfiguration.build(context)
|
83
85
|
when :describe_addon_versions
|
84
86
|
Aws::EKS::Endpoints::DescribeAddonVersions.build(context)
|
85
87
|
when :describe_cluster
|