aws-sdk-eks 1.38.1 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2a0431299aa1eb0229d5af4b8a5ed3cd86a45e127f37e75c7da506434832515
4
- data.tar.gz: d2dd095ba36c113f8d2a55c582e8792d55278ccab747b7b4f1a0ff0fddb9d08a
3
+ metadata.gz: 3a5a7ce6dd7bc21c388bbd0714cde7596ea1081af87aa1d7ff6b7c79b681620d
4
+ data.tar.gz: b613e224f572b20d98b35e419b4ebecd65fcfccee4cbd43cd9d10991af9a7066
5
5
  SHA512:
6
- metadata.gz: c56d6a4e0b6adaf50624a4024d51d8adfe56f74745b1264b0e5a179a067bb049a29bea38042d39687dbffb2b14d70d325bea7cf9a9cbd9f6add261f891ef8775
7
- data.tar.gz: 217219ff59a8a005eaac1568a9568773877d4ecb3ba86d42a530c32d3a150fb7a0145fa28064ff2aa9097a8937bffcd28a801ac4e305654cdc6a56a26105fc5c
6
+ metadata.gz: 4d64bfa6e95f6009d39853b8c10b342219a746d0729421ff88edf6fbcd28991202f65054c0f841045614e46b60c4f27bc460caee114dd63ff2f7e0f6fa262943
7
+ data.tar.gz: e9b7050f2d7f9df6999d26fc5aa3157a783ef6429a7083258891d4bfb33d2aa5136b9a9c20746635ca3e32128518724a9fd8dee7fb6b4a0b76bdde6d269a092c
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-eks/customizations'
46
48
  # @service
47
49
  module Aws::EKS
48
50
 
49
- GEM_VERSION = '1.38.1'
51
+ GEM_VERSION = '1.39.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -2056,7 +2058,7 @@ module Aws::EKS
2056
2058
  params: params,
2057
2059
  config: config)
2058
2060
  context[:gem_name] = 'aws-sdk-eks'
2059
- context[:gem_version] = '1.38.1'
2061
+ context[:gem_version] = '1.39.0'
2060
2062
  Seahorse::Client::Request.new(handlers, context)
2061
2063
  end
2062
2064
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -20,6 +22,7 @@ module Aws::EKS
20
22
  #
21
23
  class AutoScalingGroup < Struct.new(
22
24
  :name)
25
+ SENSITIVE = []
23
26
  include Aws::Structure
24
27
  end
25
28
 
@@ -34,6 +37,7 @@ module Aws::EKS
34
37
  #
35
38
  class BadRequestException < Struct.new(
36
39
  :message)
40
+ SENSITIVE = []
37
41
  include Aws::Structure
38
42
  end
39
43
 
@@ -50,6 +54,7 @@ module Aws::EKS
50
54
  #
51
55
  class Certificate < Struct.new(
52
56
  :data)
57
+ SENSITIVE = []
53
58
  include Aws::Structure
54
59
  end
55
60
 
@@ -75,6 +80,7 @@ module Aws::EKS
75
80
  :cluster_name,
76
81
  :nodegroup_name,
77
82
  :message)
83
+ SENSITIVE = []
78
84
  include Aws::Structure
79
85
  end
80
86
 
@@ -180,6 +186,7 @@ module Aws::EKS
180
186
  :platform_version,
181
187
  :tags,
182
188
  :encryption_config)
189
+ SENSITIVE = []
183
190
  include Aws::Structure
184
191
  end
185
192
 
@@ -303,6 +310,7 @@ module Aws::EKS
303
310
  :client_request_token,
304
311
  :tags,
305
312
  :encryption_config)
313
+ SENSITIVE = []
306
314
  include Aws::Structure
307
315
  end
308
316
 
@@ -314,6 +322,7 @@ module Aws::EKS
314
322
  #
315
323
  class CreateClusterResponse < Struct.new(
316
324
  :cluster)
325
+ SENSITIVE = []
317
326
  include Aws::Structure
318
327
  end
319
328
 
@@ -400,6 +409,7 @@ module Aws::EKS
400
409
  :selectors,
401
410
  :client_request_token,
402
411
  :tags)
412
+ SENSITIVE = []
403
413
  include Aws::Structure
404
414
  end
405
415
 
@@ -411,6 +421,7 @@ module Aws::EKS
411
421
  #
412
422
  class CreateFargateProfileResponse < Struct.new(
413
423
  :fargate_profile)
424
+ SENSITIVE = []
414
425
  include Aws::Structure
415
426
  end
416
427
 
@@ -560,6 +571,7 @@ module Aws::EKS
560
571
  :client_request_token,
561
572
  :version,
562
573
  :release_version)
574
+ SENSITIVE = []
563
575
  include Aws::Structure
564
576
  end
565
577
 
@@ -571,6 +583,7 @@ module Aws::EKS
571
583
  #
572
584
  class CreateNodegroupResponse < Struct.new(
573
585
  :nodegroup)
586
+ SENSITIVE = []
574
587
  include Aws::Structure
575
588
  end
576
589
 
@@ -589,6 +602,7 @@ module Aws::EKS
589
602
  #
590
603
  class DeleteClusterRequest < Struct.new(
591
604
  :name)
605
+ SENSITIVE = []
592
606
  include Aws::Structure
593
607
  end
594
608
 
@@ -600,6 +614,7 @@ module Aws::EKS
600
614
  #
601
615
  class DeleteClusterResponse < Struct.new(
602
616
  :cluster)
617
+ SENSITIVE = []
603
618
  include Aws::Structure
604
619
  end
605
620
 
@@ -625,6 +640,7 @@ module Aws::EKS
625
640
  class DeleteFargateProfileRequest < Struct.new(
626
641
  :cluster_name,
627
642
  :fargate_profile_name)
643
+ SENSITIVE = []
628
644
  include Aws::Structure
629
645
  end
630
646
 
@@ -636,6 +652,7 @@ module Aws::EKS
636
652
  #
637
653
  class DeleteFargateProfileResponse < Struct.new(
638
654
  :fargate_profile)
655
+ SENSITIVE = []
639
656
  include Aws::Structure
640
657
  end
641
658
 
@@ -661,6 +678,7 @@ module Aws::EKS
661
678
  class DeleteNodegroupRequest < Struct.new(
662
679
  :cluster_name,
663
680
  :nodegroup_name)
681
+ SENSITIVE = []
664
682
  include Aws::Structure
665
683
  end
666
684
 
@@ -672,6 +690,7 @@ module Aws::EKS
672
690
  #
673
691
  class DeleteNodegroupResponse < Struct.new(
674
692
  :nodegroup)
693
+ SENSITIVE = []
675
694
  include Aws::Structure
676
695
  end
677
696
 
@@ -690,6 +709,7 @@ module Aws::EKS
690
709
  #
691
710
  class DescribeClusterRequest < Struct.new(
692
711
  :name)
712
+ SENSITIVE = []
693
713
  include Aws::Structure
694
714
  end
695
715
 
@@ -701,6 +721,7 @@ module Aws::EKS
701
721
  #
702
722
  class DescribeClusterResponse < Struct.new(
703
723
  :cluster)
724
+ SENSITIVE = []
704
725
  include Aws::Structure
705
726
  end
706
727
 
@@ -726,6 +747,7 @@ module Aws::EKS
726
747
  class DescribeFargateProfileRequest < Struct.new(
727
748
  :cluster_name,
728
749
  :fargate_profile_name)
750
+ SENSITIVE = []
729
751
  include Aws::Structure
730
752
  end
731
753
 
@@ -737,6 +759,7 @@ module Aws::EKS
737
759
  #
738
760
  class DescribeFargateProfileResponse < Struct.new(
739
761
  :fargate_profile)
762
+ SENSITIVE = []
740
763
  include Aws::Structure
741
764
  end
742
765
 
@@ -761,6 +784,7 @@ module Aws::EKS
761
784
  class DescribeNodegroupRequest < Struct.new(
762
785
  :cluster_name,
763
786
  :nodegroup_name)
787
+ SENSITIVE = []
764
788
  include Aws::Structure
765
789
  end
766
790
 
@@ -772,6 +796,7 @@ module Aws::EKS
772
796
  #
773
797
  class DescribeNodegroupResponse < Struct.new(
774
798
  :nodegroup)
799
+ SENSITIVE = []
775
800
  include Aws::Structure
776
801
  end
777
802
 
@@ -802,6 +827,7 @@ module Aws::EKS
802
827
  :name,
803
828
  :update_id,
804
829
  :nodegroup_name)
830
+ SENSITIVE = []
805
831
  include Aws::Structure
806
832
  end
807
833
 
@@ -813,6 +839,7 @@ module Aws::EKS
813
839
  #
814
840
  class DescribeUpdateResponse < Struct.new(
815
841
  :update)
842
+ SENSITIVE = []
816
843
  include Aws::Structure
817
844
  end
818
845
 
@@ -843,6 +870,7 @@ module Aws::EKS
843
870
  class EncryptionConfig < Struct.new(
844
871
  :resources,
845
872
  :provider)
873
+ SENSITIVE = []
846
874
  include Aws::Structure
847
875
  end
848
876
 
@@ -889,6 +917,7 @@ module Aws::EKS
889
917
  :error_code,
890
918
  :error_message,
891
919
  :resource_ids)
920
+ SENSITIVE = []
892
921
  include Aws::Structure
893
922
  end
894
923
 
@@ -955,6 +984,7 @@ module Aws::EKS
955
984
  :selectors,
956
985
  :status,
957
986
  :tags)
987
+ SENSITIVE = []
958
988
  include Aws::Structure
959
989
  end
960
990
 
@@ -985,6 +1015,7 @@ module Aws::EKS
985
1015
  class FargateProfileSelector < Struct.new(
986
1016
  :namespace,
987
1017
  :labels)
1018
+ SENSITIVE = []
988
1019
  include Aws::Structure
989
1020
  end
990
1021
 
@@ -1004,6 +1035,7 @@ module Aws::EKS
1004
1035
  #
1005
1036
  class Identity < Struct.new(
1006
1037
  :oidc)
1038
+ SENSITIVE = []
1007
1039
  include Aws::Structure
1008
1040
  end
1009
1041
 
@@ -1032,6 +1064,7 @@ module Aws::EKS
1032
1064
  :nodegroup_name,
1033
1065
  :fargate_profile_name,
1034
1066
  :message)
1067
+ SENSITIVE = []
1035
1068
  include Aws::Structure
1036
1069
  end
1037
1070
 
@@ -1055,6 +1088,7 @@ module Aws::EKS
1055
1088
  :cluster_name,
1056
1089
  :nodegroup_name,
1057
1090
  :message)
1091
+ SENSITIVE = []
1058
1092
  include Aws::Structure
1059
1093
  end
1060
1094
 
@@ -1132,6 +1166,7 @@ module Aws::EKS
1132
1166
  :code,
1133
1167
  :message,
1134
1168
  :resource_ids)
1169
+ SENSITIVE = []
1135
1170
  include Aws::Structure
1136
1171
  end
1137
1172
 
@@ -1172,6 +1207,7 @@ module Aws::EKS
1172
1207
  class ListClustersRequest < Struct.new(
1173
1208
  :max_results,
1174
1209
  :next_token)
1210
+ SENSITIVE = []
1175
1211
  include Aws::Structure
1176
1212
  end
1177
1213
 
@@ -1192,6 +1228,7 @@ module Aws::EKS
1192
1228
  class ListClustersResponse < Struct.new(
1193
1229
  :clusters,
1194
1230
  :next_token)
1231
+ SENSITIVE = []
1195
1232
  include Aws::Structure
1196
1233
  end
1197
1234
 
@@ -1235,6 +1272,7 @@ module Aws::EKS
1235
1272
  :cluster_name,
1236
1273
  :max_results,
1237
1274
  :next_token)
1275
+ SENSITIVE = []
1238
1276
  include Aws::Structure
1239
1277
  end
1240
1278
 
@@ -1256,6 +1294,7 @@ module Aws::EKS
1256
1294
  class ListFargateProfilesResponse < Struct.new(
1257
1295
  :fargate_profile_names,
1258
1296
  :next_token)
1297
+ SENSITIVE = []
1259
1298
  include Aws::Structure
1260
1299
  end
1261
1300
 
@@ -1298,6 +1337,7 @@ module Aws::EKS
1298
1337
  :cluster_name,
1299
1338
  :max_results,
1300
1339
  :next_token)
1340
+ SENSITIVE = []
1301
1341
  include Aws::Structure
1302
1342
  end
1303
1343
 
@@ -1319,6 +1359,7 @@ module Aws::EKS
1319
1359
  class ListNodegroupsResponse < Struct.new(
1320
1360
  :nodegroups,
1321
1361
  :next_token)
1362
+ SENSITIVE = []
1322
1363
  include Aws::Structure
1323
1364
  end
1324
1365
 
@@ -1339,6 +1380,7 @@ module Aws::EKS
1339
1380
  #
1340
1381
  class ListTagsForResourceRequest < Struct.new(
1341
1382
  :resource_arn)
1383
+ SENSITIVE = []
1342
1384
  include Aws::Structure
1343
1385
  end
1344
1386
 
@@ -1350,6 +1392,7 @@ module Aws::EKS
1350
1392
  #
1351
1393
  class ListTagsForResourceResponse < Struct.new(
1352
1394
  :tags)
1395
+ SENSITIVE = []
1353
1396
  include Aws::Structure
1354
1397
  end
1355
1398
 
@@ -1396,6 +1439,7 @@ module Aws::EKS
1396
1439
  :nodegroup_name,
1397
1440
  :next_token,
1398
1441
  :max_results)
1442
+ SENSITIVE = []
1399
1443
  include Aws::Structure
1400
1444
  end
1401
1445
 
@@ -1415,6 +1459,7 @@ module Aws::EKS
1415
1459
  class ListUpdatesResponse < Struct.new(
1416
1460
  :update_ids,
1417
1461
  :next_token)
1462
+ SENSITIVE = []
1418
1463
  include Aws::Structure
1419
1464
  end
1420
1465
 
@@ -1445,6 +1490,7 @@ module Aws::EKS
1445
1490
  class LogSetup < Struct.new(
1446
1491
  :types,
1447
1492
  :enabled)
1493
+ SENSITIVE = []
1448
1494
  include Aws::Structure
1449
1495
  end
1450
1496
 
@@ -1471,6 +1517,7 @@ module Aws::EKS
1471
1517
  #
1472
1518
  class Logging < Struct.new(
1473
1519
  :cluster_logging)
1520
+ SENSITIVE = []
1474
1521
  include Aws::Structure
1475
1522
  end
1476
1523
 
@@ -1616,6 +1663,7 @@ module Aws::EKS
1616
1663
  :disk_size,
1617
1664
  :health,
1618
1665
  :tags)
1666
+ SENSITIVE = []
1619
1667
  include Aws::Structure
1620
1668
  end
1621
1669
 
@@ -1629,6 +1677,7 @@ module Aws::EKS
1629
1677
  #
1630
1678
  class NodegroupHealth < Struct.new(
1631
1679
  :issues)
1680
+ SENSITIVE = []
1632
1681
  include Aws::Structure
1633
1682
  end
1634
1683
 
@@ -1649,6 +1698,7 @@ module Aws::EKS
1649
1698
  class NodegroupResources < Struct.new(
1650
1699
  :auto_scaling_groups,
1651
1700
  :remote_access_security_group)
1701
+ SENSITIVE = []
1652
1702
  include Aws::Structure
1653
1703
  end
1654
1704
 
@@ -1686,6 +1736,7 @@ module Aws::EKS
1686
1736
  :min_size,
1687
1737
  :max_size,
1688
1738
  :desired_size)
1739
+ SENSITIVE = []
1689
1740
  include Aws::Structure
1690
1741
  end
1691
1742
 
@@ -1699,6 +1750,7 @@ module Aws::EKS
1699
1750
  #
1700
1751
  class NotFoundException < Struct.new(
1701
1752
  :message)
1753
+ SENSITIVE = []
1702
1754
  include Aws::Structure
1703
1755
  end
1704
1756
 
@@ -1717,6 +1769,7 @@ module Aws::EKS
1717
1769
  #
1718
1770
  class OIDC < Struct.new(
1719
1771
  :issuer)
1772
+ SENSITIVE = []
1720
1773
  include Aws::Structure
1721
1774
  end
1722
1775
 
@@ -1747,6 +1800,7 @@ module Aws::EKS
1747
1800
  #
1748
1801
  class Provider < Struct.new(
1749
1802
  :key_arn)
1803
+ SENSITIVE = []
1750
1804
  include Aws::Structure
1751
1805
  end
1752
1806
 
@@ -1790,6 +1844,7 @@ module Aws::EKS
1790
1844
  class RemoteAccessConfig < Struct.new(
1791
1845
  :ec2_ssh_key,
1792
1846
  :source_security_groups)
1847
+ SENSITIVE = []
1793
1848
  include Aws::Structure
1794
1849
  end
1795
1850
 
@@ -1812,6 +1867,7 @@ module Aws::EKS
1812
1867
  :cluster_name,
1813
1868
  :nodegroup_name,
1814
1869
  :message)
1870
+ SENSITIVE = []
1815
1871
  include Aws::Structure
1816
1872
  end
1817
1873
 
@@ -1834,6 +1890,7 @@ module Aws::EKS
1834
1890
  :cluster_name,
1835
1891
  :nodegroup_name,
1836
1892
  :message)
1893
+ SENSITIVE = []
1837
1894
  include Aws::Structure
1838
1895
  end
1839
1896
 
@@ -1864,6 +1921,7 @@ module Aws::EKS
1864
1921
  :nodegroup_name,
1865
1922
  :fargate_profile_name,
1866
1923
  :message)
1924
+ SENSITIVE = []
1867
1925
  include Aws::Structure
1868
1926
  end
1869
1927
 
@@ -1886,6 +1944,7 @@ module Aws::EKS
1886
1944
  :cluster_name,
1887
1945
  :nodegroup_name,
1888
1946
  :message)
1947
+ SENSITIVE = []
1889
1948
  include Aws::Structure
1890
1949
  end
1891
1950
 
@@ -1898,6 +1957,7 @@ module Aws::EKS
1898
1957
  #
1899
1958
  class ServiceUnavailableException < Struct.new(
1900
1959
  :message)
1960
+ SENSITIVE = []
1901
1961
  include Aws::Structure
1902
1962
  end
1903
1963
 
@@ -1927,6 +1987,7 @@ module Aws::EKS
1927
1987
  class TagResourceRequest < Struct.new(
1928
1988
  :resource_arn,
1929
1989
  :tags)
1990
+ SENSITIVE = []
1930
1991
  include Aws::Structure
1931
1992
  end
1932
1993
 
@@ -1962,6 +2023,7 @@ module Aws::EKS
1962
2023
  :cluster_name,
1963
2024
  :nodegroup_name,
1964
2025
  :valid_zones)
2026
+ SENSITIVE = []
1965
2027
  include Aws::Structure
1966
2028
  end
1967
2029
 
@@ -1988,6 +2050,7 @@ module Aws::EKS
1988
2050
  class UntagResourceRequest < Struct.new(
1989
2051
  :resource_arn,
1990
2052
  :tag_keys)
2053
+ SENSITIVE = []
1991
2054
  include Aws::Structure
1992
2055
  end
1993
2056
 
@@ -2031,6 +2094,7 @@ module Aws::EKS
2031
2094
  :params,
2032
2095
  :created_at,
2033
2096
  :errors)
2097
+ SENSITIVE = []
2034
2098
  include Aws::Structure
2035
2099
  end
2036
2100
 
@@ -2100,6 +2164,7 @@ module Aws::EKS
2100
2164
  :resources_vpc_config,
2101
2165
  :logging,
2102
2166
  :client_request_token)
2167
+ SENSITIVE = []
2103
2168
  include Aws::Structure
2104
2169
  end
2105
2170
 
@@ -2111,6 +2176,7 @@ module Aws::EKS
2111
2176
  #
2112
2177
  class UpdateClusterConfigResponse < Struct.new(
2113
2178
  :update)
2179
+ SENSITIVE = []
2114
2180
  include Aws::Structure
2115
2181
  end
2116
2182
 
@@ -2145,6 +2211,7 @@ module Aws::EKS
2145
2211
  :name,
2146
2212
  :version,
2147
2213
  :client_request_token)
2214
+ SENSITIVE = []
2148
2215
  include Aws::Structure
2149
2216
  end
2150
2217
 
@@ -2156,6 +2223,7 @@ module Aws::EKS
2156
2223
  #
2157
2224
  class UpdateClusterVersionResponse < Struct.new(
2158
2225
  :update)
2226
+ SENSITIVE = []
2159
2227
  include Aws::Structure
2160
2228
  end
2161
2229
 
@@ -2185,6 +2253,7 @@ module Aws::EKS
2185
2253
  class UpdateLabelsPayload < Struct.new(
2186
2254
  :add_or_update_labels,
2187
2255
  :remove_labels)
2256
+ SENSITIVE = []
2188
2257
  include Aws::Structure
2189
2258
  end
2190
2259
 
@@ -2243,6 +2312,7 @@ module Aws::EKS
2243
2312
  :labels,
2244
2313
  :scaling_config,
2245
2314
  :client_request_token)
2315
+ SENSITIVE = []
2246
2316
  include Aws::Structure
2247
2317
  end
2248
2318
 
@@ -2254,6 +2324,7 @@ module Aws::EKS
2254
2324
  #
2255
2325
  class UpdateNodegroupConfigResponse < Struct.new(
2256
2326
  :update)
2327
+ SENSITIVE = []
2257
2328
  include Aws::Structure
2258
2329
  end
2259
2330
 
@@ -2323,6 +2394,7 @@ module Aws::EKS
2323
2394
  :release_version,
2324
2395
  :force,
2325
2396
  :client_request_token)
2397
+ SENSITIVE = []
2326
2398
  include Aws::Structure
2327
2399
  end
2328
2400
 
@@ -2334,6 +2406,7 @@ module Aws::EKS
2334
2406
  #
2335
2407
  class UpdateNodegroupVersionResponse < Struct.new(
2336
2408
  :update)
2409
+ SENSITIVE = []
2337
2410
  include Aws::Structure
2338
2411
  end
2339
2412
 
@@ -2352,6 +2425,7 @@ module Aws::EKS
2352
2425
  class UpdateParam < Struct.new(
2353
2426
  :type,
2354
2427
  :value)
2428
+ SENSITIVE = []
2355
2429
  include Aws::Structure
2356
2430
  end
2357
2431
 
@@ -2439,6 +2513,7 @@ module Aws::EKS
2439
2513
  :endpoint_public_access,
2440
2514
  :endpoint_private_access,
2441
2515
  :public_access_cidrs)
2516
+ SENSITIVE = []
2442
2517
  include Aws::Structure
2443
2518
  end
2444
2519
 
@@ -2514,6 +2589,7 @@ module Aws::EKS
2514
2589
  :endpoint_public_access,
2515
2590
  :endpoint_private_access,
2516
2591
  :public_access_cidrs)
2592
+ SENSITIVE = []
2517
2593
  include Aws::Structure
2518
2594
  end
2519
2595
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.1
4
+ version: 1.39.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-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core