MovableInkAWS 2.3.2 → 2.3.3

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: d5b1e204235285ad22ef1eabe26e765a93cd4025680d9f5eaa1167a053510e3d
4
- data.tar.gz: f28f6c72bf9b1b954a9400aeb1ffe1dc62b4f7984ccb36ec1ca3d30b3bb9c681
3
+ metadata.gz: add902b34bc1b872e499b1dd0d62ae1750fd7a2f136f954371e74b1c13a3f762
4
+ data.tar.gz: e691e43c549acd10af89ece802b06ebead70ebbd6e96b314f832947ea82738b3
5
5
  SHA512:
6
- metadata.gz: fcd12a5ab67c2d0c409d3689d9e3daafa942fbaa3c679ae693355b1db4293ecabd00150b67706adc65250bb438e7f021e5d436261bb607d6d2bcb319eadb3758
7
- data.tar.gz: f2e78bbfc703c0b82c2d1678d363031a9da107c800b5dc8c62b17e7c2e432ffdcaf376e99a6e62e6d2916ed7bead4d409aad07ff0e257e56562c3b0b5d35cf55
6
+ metadata.gz: 4666488ed8debc85bf3ca0e18d3f65ce23ccb0ac41061899cfe0bebadcfbc614a7f4fcdd4ac98342330b4a3b7e6f73d9199d3be3072b44effab4732b1aa5c759
7
+ data.tar.gz: 694dbc4e5b8d6eb4bf9c4966b7f149a225a3199b2d0f4093a9fe9ee949049f3d653ec92b4c85cba02bc56ff875ba028a652f34aa6050b007ed7b730c4d288f4b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- MovableInkAWS (2.3.2)
4
+ MovableInkAWS (2.3.3)
5
5
  aws-sdk-athena (~> 1)
6
6
  aws-sdk-autoscaling (~> 1)
7
7
  aws-sdk-cloudwatch (~> 1)
@@ -65,6 +65,8 @@ module MovableInk
65
65
  rescue Aws::EC2::Errors::RequestLimitExceeded,
66
66
  Aws::EC2::Errors::ResourceAlreadyAssociated,
67
67
  Aws::EC2::Errors::Unavailable,
68
+ Aws::EC2::Errors::InternalError,
69
+ Aws::EC2::Errors::Http503Error,
68
70
  Aws::EKS::Errors::TooManyRequestsException,
69
71
  Aws::SNS::Errors::ThrottledException,
70
72
  Aws::SNS::Errors::Throttling,
@@ -77,6 +79,9 @@ module MovableInk
77
79
  Aws::Route53::Errors::ServiceUnavailable,
78
80
  Aws::SSM::Errors::TooManyUpdates,
79
81
  Aws::SSM::Errors::ThrottlingException,
82
+ Aws::SSM::Errors::InternalServerError,
83
+ Aws::SSM::Errors::Http503Error,
84
+ Aws::SSM::Errors::Http502Error,
80
85
  Aws::Athena::Errors::ThrottlingException,
81
86
  MovableInk::AWS::Errors::NoEnvironmentTagError
82
87
  sleep_time = (num+1)**2 + rand(10)
@@ -1,5 +1,5 @@
1
1
  module MovableInk
2
2
  class AWS
3
- VERSION = '2.3.2'
3
+ VERSION = '2.3.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: MovableInkAWS
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Chesler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core