aws-sdk-eks 1.49.0 → 1.50.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: f7d48be5a76058f9fc98350157cf4d8c6b32f457e71c52b32f5be1962af6179f
4
- data.tar.gz: 41f0a9c6843e3a2eadc14e9b1be2799d838c7dae5d7a3d10a27b6ca2be7ea7d2
3
+ metadata.gz: d46e00b6393dab59e59c7014c1b010243f75c6631c3b1adfbebfda6b08621102
4
+ data.tar.gz: 1491871609eac74ae083c8f624517b38b85e4ee14a26bdc9937933d3c12377e6
5
5
  SHA512:
6
- metadata.gz: adb52da0c664a04a2f5a9b81293cd710a5946a509312dd1cd3221088d8a60ffbb371c6f03306d7f7f421830474e1636f4e62f80814709f71936b78ccb5ace300
7
- data.tar.gz: 64868c297e18ab249e784117f2c6c62ff524f8b86b45d0b753b2b3128d0cb49d0f6a0bce6c10165cfbb02fe3509b36c5791e0f5a06bf20587276f90183e03d46
6
+ metadata.gz: 4e8863919dbc6624130a4022488f961edb76ba7b35b5d0c958d911d8ba4c823dc4c5f6a91456bdf295b5e7fdd74ed2556d7a2552db8f4259372a2c12fa13f3a2
7
+ data.tar.gz: 6561211ed7b5409700fca082d726de7a74b85437281c945b476df60a76cb3ae478815a7cbcef1b0526e59125ed72fb84f28fc3f5f3ac59354d0f307d38e5b260
data/lib/aws-sdk-eks.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-eks/customizations'
49
49
  # @!group service
50
50
  module Aws::EKS
51
51
 
52
- GEM_VERSION = '1.49.0'
52
+ GEM_VERSION = '1.50.0'
53
53
 
54
54
  end
@@ -377,7 +377,7 @@ module Aws::EKS
377
377
  # resp.update.params[0].value #=> String
378
378
  # resp.update.created_at #=> Time
379
379
  # resp.update.errors #=> Array
380
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
380
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
381
381
  # resp.update.errors[0].error_message #=> String
382
382
  # resp.update.errors[0].resource_ids #=> Array
383
383
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -461,7 +461,7 @@ module Aws::EKS
461
461
  # resp.update.params[0].value #=> String
462
462
  # resp.update.created_at #=> Time
463
463
  # resp.update.errors #=> Array
464
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
464
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
465
465
  # resp.update.errors[0].error_message #=> String
466
466
  # resp.update.errors[0].resource_ids #=> Array
467
467
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -566,7 +566,7 @@ module Aws::EKS
566
566
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
567
567
  # resp.addon.addon_version #=> String
568
568
  # resp.addon.health.issues #=> Array
569
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
569
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
570
570
  # resp.addon.health.issues[0].message #=> String
571
571
  # resp.addon.health.issues[0].resource_ids #=> Array
572
572
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1231,7 +1231,7 @@ module Aws::EKS
1231
1231
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
1232
1232
  # resp.addon.addon_version #=> String
1233
1233
  # resp.addon.health.issues #=> Array
1234
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
1234
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
1235
1235
  # resp.addon.health.issues[0].message #=> String
1236
1236
  # resp.addon.health.issues[0].resource_ids #=> Array
1237
1237
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1494,7 +1494,7 @@ module Aws::EKS
1494
1494
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
1495
1495
  # resp.addon.addon_version #=> String
1496
1496
  # resp.addon.health.issues #=> Array
1497
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
1497
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
1498
1498
  # resp.addon.health.issues[0].message #=> String
1499
1499
  # resp.addon.health.issues[0].resource_ids #=> Array
1500
1500
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1921,7 +1921,7 @@ module Aws::EKS
1921
1921
  # resp.update.params[0].value #=> String
1922
1922
  # resp.update.created_at #=> Time
1923
1923
  # resp.update.errors #=> Array
1924
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
1924
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
1925
1925
  # resp.update.errors[0].error_message #=> String
1926
1926
  # resp.update.errors[0].resource_ids #=> Array
1927
1927
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -1978,7 +1978,7 @@ module Aws::EKS
1978
1978
  # resp.update.params[0].value #=> String
1979
1979
  # resp.update.created_at #=> Time
1980
1980
  # resp.update.errors #=> Array
1981
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
1981
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
1982
1982
  # resp.update.errors[0].error_message #=> String
1983
1983
  # resp.update.errors[0].resource_ids #=> Array
1984
1984
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2532,7 +2532,7 @@ module Aws::EKS
2532
2532
  # resp.update.params[0].value #=> String
2533
2533
  # resp.update.created_at #=> Time
2534
2534
  # resp.update.errors #=> Array
2535
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
2535
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
2536
2536
  # resp.update.errors[0].error_message #=> String
2537
2537
  # resp.update.errors[0].resource_ids #=> Array
2538
2538
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2652,7 +2652,7 @@ module Aws::EKS
2652
2652
  # resp.update.params[0].value #=> String
2653
2653
  # resp.update.created_at #=> Time
2654
2654
  # resp.update.errors #=> Array
2655
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
2655
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
2656
2656
  # resp.update.errors[0].error_message #=> String
2657
2657
  # resp.update.errors[0].resource_ids #=> Array
2658
2658
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2716,7 +2716,7 @@ module Aws::EKS
2716
2716
  # resp.update.params[0].value #=> String
2717
2717
  # resp.update.created_at #=> Time
2718
2718
  # resp.update.errors #=> Array
2719
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
2719
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
2720
2720
  # resp.update.errors[0].error_message #=> String
2721
2721
  # resp.update.errors[0].resource_ids #=> Array
2722
2722
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2792,7 +2792,7 @@ module Aws::EKS
2792
2792
  # resp.update.params[0].value #=> String
2793
2793
  # resp.update.created_at #=> Time
2794
2794
  # resp.update.errors #=> Array
2795
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
2795
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
2796
2796
  # resp.update.errors[0].error_message #=> String
2797
2797
  # resp.update.errors[0].resource_ids #=> Array
2798
2798
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2923,7 +2923,7 @@ module Aws::EKS
2923
2923
  # resp.update.params[0].value #=> String
2924
2924
  # resp.update.created_at #=> Time
2925
2925
  # resp.update.errors #=> Array
2926
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict"
2926
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied"
2927
2927
  # resp.update.errors[0].error_message #=> String
2928
2928
  # resp.update.errors[0].resource_ids #=> Array
2929
2929
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2950,7 +2950,7 @@ module Aws::EKS
2950
2950
  params: params,
2951
2951
  config: config)
2952
2952
  context[:gem_name] = 'aws-sdk-eks'
2953
- context[:gem_version] = '1.49.0'
2953
+ context[:gem_version] = '1.50.0'
2954
2954
  Seahorse::Client::Request.new(handlers, context)
2955
2955
  end
2956
2956
 
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.49.0
4
+ version: 1.50.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: 2021-02-26 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core