aws-sdk-core 2.9.23 → 2.9.24
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f6178567594ad3b450c504840afeb18edcf219
|
|
4
|
+
data.tar.gz: 5870f7eda1487a3b685e5bd6efeab969b4cc9ae1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5d8a680649d5f4d6f6e694640c51b4cb8cf61262bd4d840915079bfbf68959c03fad1b65ad600b3ed0fc8234ee4a8550baab165efcf9d2826113a8c595a0f9f
|
|
7
|
+
data.tar.gz: 773f81946cee307856a3f0c3adeda47cdfbd0de749dcf3a1e1b3d9cf7ce9e1ef4daf375d38ca423ce096c52b09c897951de921b3ddeb36129daa6592294cda94
|
|
@@ -4412,7 +4412,7 @@
|
|
|
4412
4412
|
},
|
|
4413
4413
|
"accessKeyIdType":{
|
|
4414
4414
|
"type":"string",
|
|
4415
|
-
"max":
|
|
4415
|
+
"max":128,
|
|
4416
4416
|
"min":16,
|
|
4417
4417
|
"pattern":"[\\w]+"
|
|
4418
4418
|
},
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
},
|
|
4547
4547
|
"idType":{
|
|
4548
4548
|
"type":"string",
|
|
4549
|
-
"max":
|
|
4549
|
+
"max":128,
|
|
4550
4550
|
"min":16,
|
|
4551
4551
|
"pattern":"[\\w]+"
|
|
4552
4552
|
},
|
|
@@ -2250,7 +2250,8 @@
|
|
|
2250
2250
|
"TapeSizeInBytes":{"shape":"TapeSize"},
|
|
2251
2251
|
"TapeStatus":{"shape":"TapeStatus"},
|
|
2252
2252
|
"VTLDevice":{"shape":"VTLDeviceARN"},
|
|
2253
|
-
"Progress":{"shape":"DoubleObject"}
|
|
2253
|
+
"Progress":{"shape":"DoubleObject"},
|
|
2254
|
+
"TapeUsedInBytes":{"shape":"TapeUsage"}
|
|
2254
2255
|
}
|
|
2255
2256
|
},
|
|
2256
2257
|
"TapeARN":{
|
|
@@ -2272,7 +2273,8 @@
|
|
|
2272
2273
|
"TapeSizeInBytes":{"shape":"TapeSize"},
|
|
2273
2274
|
"CompletionTime":{"shape":"Time"},
|
|
2274
2275
|
"RetrievedTo":{"shape":"GatewayARN"},
|
|
2275
|
-
"TapeStatus":{"shape":"TapeArchiveStatus"}
|
|
2276
|
+
"TapeStatus":{"shape":"TapeArchiveStatus"},
|
|
2277
|
+
"TapeUsedInBytes":{"shape":"TapeUsage"}
|
|
2276
2278
|
}
|
|
2277
2279
|
},
|
|
2278
2280
|
"TapeArchiveStatus":{"type":"string"},
|
|
@@ -2327,6 +2329,7 @@
|
|
|
2327
2329
|
"TapeRecoveryPointStatus":{"type":"string"},
|
|
2328
2330
|
"TapeSize":{"type":"long"},
|
|
2329
2331
|
"TapeStatus":{"type":"string"},
|
|
2332
|
+
"TapeUsage":{"type":"long"},
|
|
2330
2333
|
"Tapes":{
|
|
2331
2334
|
"type":"list",
|
|
2332
2335
|
"member":{"shape":"Tape"}
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"SubjectType":{"type":"string"},
|
|
413
413
|
"accessKeyIdType":{
|
|
414
414
|
"type":"string",
|
|
415
|
-
"max":
|
|
415
|
+
"max":128,
|
|
416
416
|
"min":16,
|
|
417
417
|
"pattern":"[\\w]*"
|
|
418
418
|
},
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
},
|
|
427
427
|
"assumedRoleIdType":{
|
|
428
428
|
"type":"string",
|
|
429
|
-
"max":
|
|
429
|
+
"max":193,
|
|
430
430
|
"min":2,
|
|
431
431
|
"pattern":"[\\w+=,.@:-]*"
|
|
432
432
|
},
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
},
|
|
457
457
|
"federatedIdType":{
|
|
458
458
|
"type":"string",
|
|
459
|
-
"max":
|
|
459
|
+
"max":193,
|
|
460
460
|
"min":2,
|
|
461
461
|
"pattern":"[\\w+=,.@\\:-]*"
|
|
462
462
|
},
|
data/lib/aws-sdk-core/sts.rb
CHANGED
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.9.
|
|
4
|
+
version: 2.9.24
|
|
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-
|
|
11
|
+
date: 2017-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -394,6 +394,7 @@ files:
|
|
|
394
394
|
- apis/streams.dynamodb/2012-08-10/paginators-1.json
|
|
395
395
|
- apis/sts/2011-06-15/api-2.json
|
|
396
396
|
- apis/sts/2011-06-15/examples-1.json
|
|
397
|
+
- apis/sts/2011-06-15/paginators-1.json
|
|
397
398
|
- apis/support/2013-04-15/api-2.json
|
|
398
399
|
- apis/support/2013-04-15/examples-1.json
|
|
399
400
|
- apis/support/2013-04-15/paginators-1.json
|