aws-sdk-core 2.7.5 → 2.7.6

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: a76712b6e9fa68dfa50f97e19dae89393eda0be4
4
- data.tar.gz: ab5f338445ba693d9cfd26f3465da3df460c1883
3
+ metadata.gz: b06a0aa2ea7fce9c8e78f98ff3578d9519673894
4
+ data.tar.gz: 08595d07e2a283eac941607076ca305018d02627
5
5
  SHA512:
6
- metadata.gz: 25fecd17c12e76996b0529724a626932b5c25b99c83c840b7894b6995c7afe045753ebac3a76b742b47c9f0ff4052bf8965b4da380b52f960dceaa07f7ecc6e4
7
- data.tar.gz: 2278add6260ebc7f2a88468d925c89bb182d0dd04cc645747e676cb1e68fbb602c19b555fef0a98fd898971cdf1812bf690196139530e2b4cab7c08903deb1a2
6
+ metadata.gz: d345ff26dbec901887ce89fc48927a7572495c541723b3ff46d493abc84b736f52c0ccc2c5347267e27d0b4ebcbc674381c318e67c01e0ff0cf5c4d25595960b
7
+ data.tar.gz: 96658de67b294a17f2cf70b0d2a112b195455eb57e83edb6e96ab3e67a963bfa3b024e6c6c3fd7dac48fe57dd1f475715a9024e066247c3718c8e5e219d9ab1b
@@ -1036,7 +1036,8 @@
1036
1036
  "KMSKey":{"shape":"KMSKey"},
1037
1037
  "Role":{"shape":"Role"},
1038
1038
  "LocationARN":{"shape":"LocationARN"},
1039
- "DefaultStorageClass":{"shape":"StorageClass"}
1039
+ "DefaultStorageClass":{"shape":"StorageClass"},
1040
+ "ClientList":{"shape":"FileShareClientList"}
1040
1041
  }
1041
1042
  },
1042
1043
  "CreateNFSFileShareOutput":{
@@ -1653,6 +1654,12 @@
1653
1654
  "max":10,
1654
1655
  "min":1
1655
1656
  },
1657
+ "FileShareClientList":{
1658
+ "type":"list",
1659
+ "member":{"shape":"IPV4AddressCIDR"},
1660
+ "max":100,
1661
+ "min":1
1662
+ },
1656
1663
  "FileShareId":{
1657
1664
  "type":"string",
1658
1665
  "max":30,
@@ -1735,6 +1742,10 @@
1735
1742
  "max":23,
1736
1743
  "min":0
1737
1744
  },
1745
+ "IPV4AddressCIDR":{
1746
+ "type":"string",
1747
+ "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))?$"
1748
+ },
1738
1749
  "Initiator":{
1739
1750
  "type":"string",
1740
1751
  "max":50,
@@ -1944,7 +1955,8 @@
1944
1955
  "Path":{"shape":"Path"},
1945
1956
  "Role":{"shape":"Role"},
1946
1957
  "LocationARN":{"shape":"LocationARN"},
1947
- "DefaultStorageClass":{"shape":"StorageClass"}
1958
+ "DefaultStorageClass":{"shape":"StorageClass"},
1959
+ "ClientList":{"shape":"FileShareClientList"}
1948
1960
  }
1949
1961
  },
1950
1962
  "NFSFileShareInfoList":{
@@ -2390,7 +2402,8 @@
2390
2402
  "KMSEncrypted":{"shape":"Boolean"},
2391
2403
  "KMSKey":{"shape":"KMSKey"},
2392
2404
  "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
2393
- "DefaultStorageClass":{"shape":"StorageClass"}
2405
+ "DefaultStorageClass":{"shape":"StorageClass"},
2406
+ "ClientList":{"shape":"FileShareClientList"}
2394
2407
  }
2395
2408
  },
2396
2409
  "UpdateNFSFileShareOutput":{
@@ -49,4 +49,4 @@
49
49
  "result_key": "VolumeInfos"
50
50
  }
51
51
  }
52
- }
52
+ }
@@ -941,6 +941,15 @@
941
941
  "us-west-2": {}
942
942
  }
943
943
  },
944
+ "mturk-requester": {
945
+ "endpoints": {
946
+ "sandbox": {
947
+ "hostname": "mturk-requester-sandbox.us-east-1.amazonaws.com"
948
+ },
949
+ "us-east-1": {}
950
+ },
951
+ "isRegionalized": false
952
+ },
944
953
  "opsworks": {
945
954
  "endpoints": {
946
955
  "ap-northeast-1": {},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.5'
2
+ VERSION = '2.7.6'
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.7.5
4
+ version: 2.7.6
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-02-09 00:00:00.000000000 Z
11
+ date: 2017-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath