waterworks 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 8761403bf118f39291c4eccbf1df1eb2c3044bc6
4
- data.tar.gz: 9250556d67c9b6488c303405406f484ed6002c56
3
+ metadata.gz: 666fab8b90fedfc812717764224ec84ce3b366fa
4
+ data.tar.gz: 31534ea66e91c7597abdea45f4e7d18aff7cf905
5
5
  SHA512:
6
- metadata.gz: 2ac32443b3f1f9e60276cbe9ccd0056250965406b9c14989ecf94e64215916d9eaa3f003b74719315e89ee4f5c608287deb6190f5192d2dbe4ee0a239b1fd788
7
- data.tar.gz: 4c1913ed2e0001b00ee1d7a7e6fa53a20c0456b79b87b4c994837a1d67c0423d754d4c0cc645cae5a317770a6b1a20f6509110e58b4ef61e3d2d8680b8e7b0d3
6
+ metadata.gz: 466dba6efa7a0482bce7a689f31702701f51d7eeac447499490dd480d02404324b5031516d6a62fb9abc9b84fa2bc1f59e9ee0d147bfc5feae7ae2e8d33702b2
7
+ data.tar.gz: 3fa9941fb46a68534a02ed9c93e830937ce1e0e7d6a3766cad3fb29b9cd2d6f21eba44af5aa84bc3eb78c3686db80db1aa64468a59072b6d2ce7cf13176ea6ad
@@ -1,7 +1,7 @@
1
1
  require_relative '../pipeline_object.rb'
2
2
 
3
3
  module Waterworks
4
- class DynamoDbDataNode < PipelineObject
4
+ class DynamoDBDataNode < PipelineObject
5
5
  def self.safe_fields
6
6
  {
7
7
  attemptStatus: :string,
@@ -6,6 +6,7 @@ module Waterworks
6
6
  {
7
7
  attemptStatus: :string,
8
8
  attemptTimeout: :string,
9
+ connectionString: :string,
9
10
  createTableSql: :string,
10
11
  database: :ref,
11
12
  dependsOn: :ref,
@@ -18,6 +19,7 @@ module Waterworks
18
19
  onLateAction: :ref,
19
20
  onSuccess: :ref,
20
21
  parent: :ref,
22
+ password: :string,
21
23
  pipelineLogUri: :string,
22
24
  precondition: :ref,
23
25
  reportProgressTimeout: :string,
@@ -28,6 +30,7 @@ module Waterworks
28
30
  selectQuery: :string,
29
31
  workerGroup: :string,
30
32
  table: :string,
33
+ username: :string,
31
34
  schedule: :ref,
32
35
  type: :string,
33
36
  }.merge superclass.safe_fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Logan Akamatsu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-28 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec