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 +4 -4
- data/apis/dax/2017-04-19/api-2.json +2 -1
- data/apis/sagemaker/2017-07-24/api-2.json +4 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25d4039488cf741a2a37ece35b0525ac477680dc
|
|
4
|
+
data.tar.gz: 0bf9856fbc23052fe27b9d539260c93579fc9540
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45f4cb24875fde0fb596d0ad4a68346f2f2952d476e55ff9c8d1fc6da0645f88196617b51cb3fc72e4cf0281ec48389857886d2e000085c6b0db28a565f45152
|
|
7
|
+
data.tar.gz: 875ee16710db7793b122c062fd3b8e649dd57659074837aadf31f0ea34eba82712baffac353a86432c0488cbeb0c850d154fd60022f81a9cd4b80d0bf745b4d2
|
|
@@ -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":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|