aws-sdk-core 2.11.225 → 2.11.226

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: 2df62362252b3572fe0dae628ce65cbaf6a6041a
4
- data.tar.gz: 8f108c9fb0d85d91f44b1f00f48da665a0ec0211
3
+ metadata.gz: 6c6a338a412648485c8f28753c8d0ff118cc7255
4
+ data.tar.gz: 07b68248e9b0417d6c61f863e103589ec6c3a8f5
5
5
  SHA512:
6
- metadata.gz: 103f17f63a5d3a80f82018eaf41150b1cbdf0745f9d2598c5df13ed27080644e79b53bc262a6440e095dcb0b1e1a781147db60e69f1483cfb12a7ece09bf9f99
7
- data.tar.gz: 4f9540f2b31cf789029c3df8824b35b34dc0b3a18da63f51d13d75bdbcdd3211a33755e76d63a1b43a4eae4a08c7746c938974cb1fcb4d6952dffcf6fad4c7e3
6
+ metadata.gz: 006f8814376453b5b52a141a8f54d853dac2c430b1642fef7b0b16ff3e9973ac7fd9ce7eff2fe83c89e7eec68127b55cc6d216f2838a1259258138466eb22971
7
+ data.tar.gz: 7e4aeb0cb9922cbedb7e5ced71e3cc260d40c8b5e976680f2edec92c30e6e18b88b2f8bac12a736fd05d9059e7074d172fca179539f85c1904979c80dbdef674
@@ -432,11 +432,20 @@
432
432
  "type":"list",
433
433
  "member":{"shape":"BuildNotDeleted"}
434
434
  },
435
+ "CacheMode":{
436
+ "type":"string",
437
+ "enum":[
438
+ "LOCAL_DOCKER_LAYER_CACHE",
439
+ "LOCAL_SOURCE_CACHE",
440
+ "LOCAL_CUSTOM_CACHE"
441
+ ]
442
+ },
435
443
  "CacheType":{
436
444
  "type":"string",
437
445
  "enum":[
438
446
  "NO_CACHE",
439
- "S3"
447
+ "S3",
448
+ "LOCAL"
440
449
  ]
441
450
  },
442
451
  "CloudWatchLogsConfig":{
@@ -879,9 +888,14 @@
879
888
  "required":["type"],
880
889
  "members":{
881
890
  "type":{"shape":"CacheType"},
882
- "location":{"shape":"String"}
891
+ "location":{"shape":"String"},
892
+ "modes":{"shape":"ProjectCacheModes"}
883
893
  }
884
894
  },
895
+ "ProjectCacheModes":{
896
+ "type":"list",
897
+ "member":{"shape":"CacheMode"}
898
+ },
885
899
  "ProjectDescription":{
886
900
  "type":"string",
887
901
  "max":255,
@@ -1180,8 +1194,8 @@
1180
1194
  "members":{
1181
1195
  "projectName":{"shape":"ProjectName"},
1182
1196
  "branchFilter":{"shape":"String"},
1183
- "filterGroups":{"shape":"FilterGroups"},
1184
- "rotateSecret":{"shape":"Boolean"}
1197
+ "rotateSecret":{"shape":"Boolean"},
1198
+ "filterGroups":{"shape":"FilterGroups"}
1185
1199
  }
1186
1200
  },
1187
1201
  "UpdateWebhookOutput":{
@@ -70,6 +70,13 @@
70
70
  "error":{"httpStatusCode":400},
71
71
  "exception":true
72
72
  },
73
+ "ContainerFormat":{
74
+ "type":"string",
75
+ "enum":[
76
+ "FRAGMENTED_MP4",
77
+ "MPEG_TS"
78
+ ]
79
+ },
73
80
  "ContentType":{
74
81
  "type":"string",
75
82
  "max":128,
@@ -83,6 +90,13 @@
83
90
  "NEVER"
84
91
  ]
85
92
  },
93
+ "DisplayFragmentTimestamp":{
94
+ "type":"string",
95
+ "enum":[
96
+ "ALWAYS",
97
+ "NEVER"
98
+ ]
99
+ },
86
100
  "ErrorMessage":{"type":"string"},
87
101
  "Expires":{
88
102
  "type":"integer",
@@ -140,7 +154,9 @@
140
154
  "StreamARN":{"shape":"ResourceARN"},
141
155
  "PlaybackMode":{"shape":"PlaybackMode"},
142
156
  "HLSFragmentSelector":{"shape":"HLSFragmentSelector"},
157
+ "ContainerFormat":{"shape":"ContainerFormat"},
143
158
  "DiscontinuityMode":{"shape":"DiscontinuityMode"},
159
+ "DisplayFragmentTimestamp":{"shape":"DisplayFragmentTimestamp"},
144
160
  "Expires":{"shape":"Expires"},
145
161
  "MaxMediaPlaylistFragmentResults":{"shape":"PageLimit"}
146
162
  }
@@ -585,7 +585,7 @@
585
585
  "Message":{"type":"string"},
586
586
  "NextToken":{
587
587
  "type":"string",
588
- "max":256,
588
+ "max":6144,
589
589
  "min":1
590
590
  },
591
591
  "NullableRole":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.225'
2
+ VERSION = '2.11.226'
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.225
4
+ version: 2.11.226
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: 2019-02-20 00:00:00.000000000 Z
11
+ date: 2019-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath