aws-sdk-core 2.11.110 → 2.11.111

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
  SHA1:
3
- metadata.gz: dcc85f56ff2c420183a76fdc1e142f5fad8a7f02
4
- data.tar.gz: 9dfc8c628fe1aeefd727956aa698c43ff3c1dcd7
3
+ metadata.gz: 25d4039488cf741a2a37ece35b0525ac477680dc
4
+ data.tar.gz: 0bf9856fbc23052fe27b9d539260c93579fc9540
5
5
  SHA512:
6
- metadata.gz: cab7720426f1780249d8f7abbf3738f07c3c585f25f832d23bd80ee5df01727b6f0ab723950199f85438a63c6cb68dfb6a2528659af711315ded76f8a14c3c7b
7
- data.tar.gz: 26a61dd6823b3f7c4093ef475e40683ab7a315ec558e60b52be4d22ba868f139cf094cf9a8b544f81f6879fb8805d2c6d198172dbeae8a121a20a6734ad0a39a
6
+ metadata.gz: 45f4cb24875fde0fb596d0ad4a68346f2f2952d476e55ff9c8d1fc6da0645f88196617b51cb3fc72e4cf0281ec48389857886d2e000085c6b0db28a565f45152
7
+ data.tar.gz: 875ee16710db7793b122c062fd3b8e649dd57659074837aadf31f0ea34eba82712baffac353a86432c0488cbeb0c850d154fd60022f81a9cd4b80d0bf745b4d2
@@ -427,7 +427,8 @@
427
427
  "required":[
428
428
  "ClusterName",
429
429
  "NodeType",
430
- "ReplicationFactor"
430
+ "ReplicationFactor",
431
+ "IamRoleArn"
431
432
  ],
432
433
  "members":{
433
434
  "ClusterName":{"shape":"String"},
@@ -1111,6 +1111,7 @@
1111
1111
  "Disabled"
1112
1112
  ]
1113
1113
  },
1114
+ "DisassociateNotebookInstanceLifecycleConfig":{"type":"boolean"},
1114
1115
  "EndpointArn":{
1115
1116
  "type":"string",
1116
1117
  "max":2048,
@@ -2590,7 +2591,9 @@
2590
2591
  "members":{
2591
2592
  "NotebookInstanceName":{"shape":"NotebookInstanceName"},
2592
2593
  "InstanceType":{"shape":"InstanceType"},
2593
- "RoleArn":{"shape":"RoleArn"}
2594
+ "RoleArn":{"shape":"RoleArn"},
2595
+ "LifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
2596
+ "DisassociateLifecycleConfig":{"shape":"DisassociateNotebookInstanceLifecycleConfig"}
2594
2597
  }
2595
2598
  },
2596
2599
  "UpdateNotebookInstanceLifecycleConfigInput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.110'
2
+ VERSION = '2.11.111'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.110
4
+ version: 2.11.111
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: 2018-08-16 00:00:00.000000000 Z
11
+ date: 2018-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath