aws-sdk-core 2.11.81 → 2.11.82

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.
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"SageMaker",
9
9
  "serviceFullName":"Amazon SageMaker Service",
10
+ "serviceId":"SageMaker",
10
11
  "signatureVersion":"v4",
11
12
  "signingName":"sagemaker",
12
13
  "targetPrefix":"SageMaker",
@@ -750,6 +751,18 @@
750
751
  "members":{
751
752
  }
752
753
  },
754
+ "DeployedImage":{
755
+ "type":"structure",
756
+ "members":{
757
+ "SpecifiedImage":{"shape":"Image"},
758
+ "ResolvedImage":{"shape":"Image"},
759
+ "ResolutionTime":{"shape":"Timestamp"}
760
+ }
761
+ },
762
+ "DeployedImages":{
763
+ "type":"list",
764
+ "member":{"shape":"DeployedImage"}
765
+ },
753
766
  "DescribeEndpointConfigInput":{
754
767
  "type":"structure",
755
768
  "required":["EndpointConfigName"],
@@ -1704,7 +1717,8 @@
1704
1717
  "Stopping",
1705
1718
  "Stopped",
1706
1719
  "Failed",
1707
- "Deleting"
1720
+ "Deleting",
1721
+ "Updating"
1708
1722
  ]
1709
1723
  },
1710
1724
  "NotebookInstanceSummary":{
@@ -1853,6 +1867,7 @@
1853
1867
  "required":["VariantName"],
1854
1868
  "members":{
1855
1869
  "VariantName":{"shape":"VariantName"},
1870
+ "DeployedImages":{"shape":"DeployedImages"},
1856
1871
  "CurrentWeight":{"shape":"VariantWeight"},
1857
1872
  "DesiredWeight":{"shape":"VariantWeight"},
1858
1873
  "CurrentInstanceCount":{"shape":"TaskCount"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.81'
2
+ VERSION = '2.11.82'
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.81
4
+ version: 2.11.82
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-07-03 00:00:00.000000000 Z
11
+ date: 2018-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath