aws-sdk-core 2.10.77 → 2.10.78

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: 9bf9ab578e04d13c625a7c1e00be1540e69a527a
4
- data.tar.gz: 5e7a9e0edde7feb1c994e07489bcf943876cbb77
3
+ metadata.gz: 0e86f21021736f5811f8caa00ebaa814b7829ab3
4
+ data.tar.gz: 5cc05b7b19de07dbaca4d6b66c460072f7467275
5
5
  SHA512:
6
- metadata.gz: 94ebdec05860d367f0612498fca071762226052471ae9646d5702c3e7148e1e253f7f5577b15a7b2633d2ddd0891df5f7371c8cfbc92222e5a0d4045d8943038
7
- data.tar.gz: 0e8326203b31c98805723a45a74672d9e761d3a384bd9d8a52091c8415ac805fd13d2d1aa237d690c079b46829aab93b1b5cad9ae5abbce7ff093f1c556c5776
6
+ metadata.gz: 89fb6d77e41e060f1197b4e942992c7315a8f0dd548673b4b83ae710c07c72cc864590c4a0c4bc840d5a672208f8c435d1e21b4f0131cd091be0de994045e99d
7
+ data.tar.gz: 2e608ab7694b447c7f61985b4eaf54a9100c6cf8bf9dfef50e24205f2de9ab9c7f847ccb971993dc8670bc0144d103f1d89d9a331f68d92c079f54a9534e420b
@@ -856,6 +856,31 @@
856
856
  "STOPPED"
857
857
  ]
858
858
  },
859
+ "Device":{
860
+ "type":"structure",
861
+ "required":["hostPath"],
862
+ "members":{
863
+ "hostPath":{"shape":"String"},
864
+ "containerPath":{"shape":"String"},
865
+ "permissions":{"shape":"DeviceCgroupPermissions"}
866
+ }
867
+ },
868
+ "DeviceCgroupPermission":{
869
+ "type":"string",
870
+ "enum":[
871
+ "read",
872
+ "write",
873
+ "mknod"
874
+ ]
875
+ },
876
+ "DeviceCgroupPermissions":{
877
+ "type":"list",
878
+ "member":{"shape":"DeviceCgroupPermission"}
879
+ },
880
+ "DevicesList":{
881
+ "type":"list",
882
+ "member":{"shape":"Device"}
883
+ },
859
884
  "DiscoverPollEndpointRequest":{
860
885
  "type":"structure",
861
886
  "members":{
@@ -936,7 +961,9 @@
936
961
  "LinuxParameters":{
937
962
  "type":"structure",
938
963
  "members":{
939
- "capabilities":{"shape":"KernelCapabilities"}
964
+ "capabilities":{"shape":"KernelCapabilities"},
965
+ "devices":{"shape":"DevicesList"},
966
+ "initProcessEnabled":{"shape":"BoxedBoolean"}
940
967
  }
941
968
  },
942
969
  "ListAttributesRequest":{
@@ -1661,6 +1661,11 @@
1661
1661
  "cn-north-1" : { }
1662
1662
  }
1663
1663
  },
1664
+ "cognito-identity" : {
1665
+ "endpoints" : {
1666
+ "cn-north-1" : { }
1667
+ }
1668
+ },
1664
1669
  "config" : {
1665
1670
  "endpoints" : {
1666
1671
  "cn-north-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.77'
2
+ VERSION = '2.10.78'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.77
4
+ version: 2.10.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services