aws-sdk-core 2.9.24 → 2.9.25

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: d5f6178567594ad3b450c504840afeb18edcf219
4
- data.tar.gz: 5870f7eda1487a3b685e5bd6efeab969b4cc9ae1
3
+ metadata.gz: d54e5d0577970ff94086ca9b654073267e36dfb2
4
+ data.tar.gz: e5546fd47f7a1d61135a44acb13b258cdb667848
5
5
  SHA512:
6
- metadata.gz: b5d8a680649d5f4d6f6e694640c51b4cb8cf61262bd4d840915079bfbf68959c03fad1b65ad600b3ed0fc8234ee4a8550baab165efcf9d2826113a8c595a0f9f
7
- data.tar.gz: 773f81946cee307856a3f0c3adeda47cdfbd0de749dcf3a1e1b3d9cf7ce9e1ef4daf375d38ca423ce096c52b09c897951de921b3ddeb36129daa6592294cda94
6
+ metadata.gz: edd6d2df4730b6cdcef28fb8ddf791064ec9af7ac607cf3ab7e0887456e67a2a2dad546d9a81a20a19ae385fec2ce520b7c83d9da8e4885975b5dc94f54be507
7
+ data.tar.gz: cbdcc298437b78d7e191d0c400a4320cb236072a0cb29e0d51ed8d74ba09a351f7e69d69c7dadafbb9a1be36ecbfd362f75e19e20b06b98685044f66fb32c048
@@ -23,7 +23,8 @@
23
23
  "errors":[
24
24
  {"shape":"LimitExceededException"},
25
25
  {"shape":"ResourceNotFoundException"},
26
- {"shape":"ConcurrentModificationException"}
26
+ {"shape":"ConcurrentModificationException"},
27
+ {"shape":"IncompatibleImageException"}
27
28
  ]
28
29
  },
29
30
  "CreateFleet":{
@@ -54,7 +55,10 @@
54
55
  "errors":[
55
56
  {"shape":"LimitExceededException"},
56
57
  {"shape":"ResourceAlreadyExistsException"},
57
- {"shape":"ConcurrentModificationException"}
58
+ {"shape":"ConcurrentModificationException"},
59
+ {"shape":"InvalidRoleException"},
60
+ {"shape":"ResourceNotFoundException"},
61
+ {"shape":"InvalidParameterCombinationException"}
58
62
  ]
59
63
  },
60
64
  "CreateStreamingURL":{
@@ -232,7 +236,8 @@
232
236
  {"shape":"ResourceNotFoundException"},
233
237
  {"shape":"ResourceNotAvailableException"},
234
238
  {"shape":"InvalidParameterCombinationException"},
235
- {"shape":"ConcurrentModificationException"}
239
+ {"shape":"ConcurrentModificationException"},
240
+ {"shape":"IncompatibleImageException"}
236
241
  ]
237
242
  },
238
243
  "UpdateStack":{
@@ -245,7 +250,12 @@
245
250
  "output":{"shape":"UpdateStackResult"},
246
251
  "errors":[
247
252
  {"shape":"ResourceNotFoundException"},
248
- {"shape":"ResourceInUseException"}
253
+ {"shape":"ResourceInUseException"},
254
+ {"shape":"InvalidRoleException"},
255
+ {"shape":"ResourceNotFoundException"},
256
+ {"shape":"InvalidParameterCombinationException"},
257
+ {"shape":"LimitExceededException"},
258
+ {"shape":"IncompatibleImageException"}
249
259
  ]
250
260
  }
251
261
  },
@@ -352,7 +362,8 @@
352
362
  "members":{
353
363
  "Name":{"shape":"String"},
354
364
  "Description":{"shape":"Description"},
355
- "DisplayName":{"shape":"DisplayName"}
365
+ "DisplayName":{"shape":"DisplayName"},
366
+ "StorageConnectors":{"shape":"StorageConnectorList"}
356
367
  }
357
368
  },
358
369
  "CreateStackResult":{
@@ -589,7 +600,8 @@
589
600
  "Description":{"shape":"String"},
590
601
  "StateChangeReason":{"shape":"ImageStateChangeReason"},
591
602
  "Applications":{"shape":"Applications"},
592
- "CreatedTime":{"shape":"Timestamp"}
603
+ "CreatedTime":{"shape":"Timestamp"},
604
+ "PublicBaseImageReleasedDate":{"shape":"Timestamp"}
593
605
  }
594
606
  },
595
607
  "ImageList":{
@@ -619,6 +631,13 @@
619
631
  "IMAGE_BUILDER_NOT_AVAILABLE"
620
632
  ]
621
633
  },
634
+ "IncompatibleImageException":{
635
+ "type":"structure",
636
+ "members":{
637
+ "Message":{"shape":"ErrorMessage"}
638
+ },
639
+ "exception":true
640
+ },
622
641
  "Integer":{"type":"integer"},
623
642
  "InvalidParameterCombinationException":{
624
643
  "type":"structure",
@@ -699,6 +718,10 @@
699
718
  },
700
719
  "exception":true
701
720
  },
721
+ "ResourceIdentifier":{
722
+ "type":"string",
723
+ "min":1
724
+ },
702
725
  "ResourceInUseException":{
703
726
  "type":"structure",
704
727
  "members":{
@@ -758,9 +781,29 @@
758
781
  "Name":{"shape":"String"},
759
782
  "Description":{"shape":"String"},
760
783
  "DisplayName":{"shape":"String"},
761
- "CreatedTime":{"shape":"Timestamp"}
784
+ "CreatedTime":{"shape":"Timestamp"},
785
+ "StorageConnectors":{"shape":"StorageConnectorList"},
786
+ "StackErrors":{"shape":"StackErrors"}
762
787
  }
763
788
  },
789
+ "StackError":{
790
+ "type":"structure",
791
+ "members":{
792
+ "ErrorCode":{"shape":"StackErrorCode"},
793
+ "ErrorMessage":{"shape":"String"}
794
+ }
795
+ },
796
+ "StackErrorCode":{
797
+ "type":"string",
798
+ "enum":[
799
+ "STORAGE_CONNECTOR_ERROR",
800
+ "INTERNAL_SERVICE_ERROR"
801
+ ]
802
+ },
803
+ "StackErrors":{
804
+ "type":"list",
805
+ "member":{"shape":"StackError"}
806
+ },
764
807
  "StackList":{
765
808
  "type":"list",
766
809
  "member":{"shape":"Stack"}
@@ -789,6 +832,22 @@
789
832
  "members":{
790
833
  }
791
834
  },
835
+ "StorageConnector":{
836
+ "type":"structure",
837
+ "required":["ConnectorType"],
838
+ "members":{
839
+ "ConnectorType":{"shape":"StorageConnectorType"},
840
+ "ResourceIdentifier":{"shape":"ResourceIdentifier"}
841
+ }
842
+ },
843
+ "StorageConnectorList":{
844
+ "type":"list",
845
+ "member":{"shape":"StorageConnector"}
846
+ },
847
+ "StorageConnectorType":{
848
+ "type":"string",
849
+ "enum":["HOMEFOLDERS"]
850
+ },
792
851
  "String":{
793
852
  "type":"string",
794
853
  "min":1
@@ -799,8 +858,7 @@
799
858
  },
800
859
  "SubnetIdList":{
801
860
  "type":"list",
802
- "member":{"shape":"String"},
803
- "min":1
861
+ "member":{"shape":"String"}
804
862
  },
805
863
  "Timestamp":{"type":"timestamp"},
806
864
  "UpdateFleetRequest":{
@@ -832,7 +890,9 @@
832
890
  "members":{
833
891
  "DisplayName":{"shape":"DisplayName"},
834
892
  "Description":{"shape":"Description"},
835
- "Name":{"shape":"String"}
893
+ "Name":{"shape":"String"},
894
+ "StorageConnectors":{"shape":"StorageConnectorList"},
895
+ "DeleteStorageConnectors":{"shape":"Boolean"}
836
896
  }
837
897
  },
838
898
  "UpdateStackResult":{
@@ -855,7 +915,6 @@
855
915
  },
856
916
  "VpcConfig":{
857
917
  "type":"structure",
858
- "required":["SubnetIds"],
859
918
  "members":{
860
919
  "SubnetIds":{"shape":"SubnetIdList"}
861
920
  }
@@ -311,14 +311,24 @@
311
311
  "type":"structure",
312
312
  "members":{
313
313
  "SourceImageFace":{"shape":"ComparedSourceImageFace"},
314
- "FaceMatches":{"shape":"CompareFacesMatchList"}
314
+ "FaceMatches":{"shape":"CompareFacesMatchList"},
315
+ "UnmatchedFaces":{"shape":"CompareFacesUnmatchList"},
316
+ "SourceImageOrientationCorrection":{"shape":"OrientationCorrection"},
317
+ "TargetImageOrientationCorrection":{"shape":"OrientationCorrection"}
315
318
  }
316
319
  },
320
+ "CompareFacesUnmatchList":{
321
+ "type":"list",
322
+ "member":{"shape":"ComparedFace"}
323
+ },
317
324
  "ComparedFace":{
318
325
  "type":"structure",
319
326
  "members":{
320
327
  "BoundingBox":{"shape":"BoundingBox"},
321
- "Confidence":{"shape":"Percent"}
328
+ "Confidence":{"shape":"Percent"},
329
+ "Landmarks":{"shape":"Landmarks"},
330
+ "Pose":{"shape":"Pose"},
331
+ "Quality":{"shape":"ImageQuality"}
322
332
  }
323
333
  },
324
334
  "ComparedSourceImageFace":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.24'
2
+ VERSION = '2.9.25'
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.9.24
4
+ version: 2.9.25
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: 2017-05-24 00:00:00.000000000 Z
11
+ date: 2017-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath