aws-sdk-core 2.9.10 → 2.9.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appstream/2016-12-01/api-2.json +60 -16
- data/apis/appstream/2016-12-01/paginators-1.json +4 -0
- data/apis/kinesis/2013-12-02/api-2.json +2 -2
- data/apis/kinesis/2013-12-02/paginators-1.json +1 -1
- data/apis/kinesis/2013-12-02/waiters-2.json +12 -0
- data/lib/aws-sdk-core/appstream.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19666a284ff1e28fededab5d994f11f082ec4745
|
4
|
+
data.tar.gz: 30e283ca51e2f39b21bf8e637807c8011214c5a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4af1f3aa6a1a6f19c4bbe9dfcfd0eb0ba039d37f39143726a3a31cdf6ad8c30d15eb6578a0b4ace79832b8cf6530f03d05ff6e7232a37d369c20c647e8d5f89e
|
7
|
+
data.tar.gz: 55d8a3c4e78ed0ab8dd4cc0fb02da840e8a8d65708be616137866ddf7475fba8dc4d9e5bacad0ac5d9a45feb7a41b7aec90fb2a993c9ca7fea544ff3a24ad66e
|
@@ -22,7 +22,8 @@
|
|
22
22
|
"output":{"shape":"AssociateFleetResult"},
|
23
23
|
"errors":[
|
24
24
|
{"shape":"LimitExceededException"},
|
25
|
-
{"shape":"ResourceNotFoundException"}
|
25
|
+
{"shape":"ResourceNotFoundException"},
|
26
|
+
{"shape":"ConcurrentModificationException"}
|
26
27
|
]
|
27
28
|
},
|
28
29
|
"CreateFleet":{
|
@@ -38,7 +39,8 @@
|
|
38
39
|
{"shape":"ResourceNotAvailableException"},
|
39
40
|
{"shape":"ResourceNotFoundException"},
|
40
41
|
{"shape":"LimitExceededException"},
|
41
|
-
{"shape":"InvalidRoleException"}
|
42
|
+
{"shape":"InvalidRoleException"},
|
43
|
+
{"shape":"ConcurrentModificationException"}
|
42
44
|
]
|
43
45
|
},
|
44
46
|
"CreateStack":{
|
@@ -51,7 +53,8 @@
|
|
51
53
|
"output":{"shape":"CreateStackResult"},
|
52
54
|
"errors":[
|
53
55
|
{"shape":"LimitExceededException"},
|
54
|
-
{"shape":"ResourceAlreadyExistsException"}
|
56
|
+
{"shape":"ResourceAlreadyExistsException"},
|
57
|
+
{"shape":"ConcurrentModificationException"}
|
55
58
|
]
|
56
59
|
},
|
57
60
|
"CreateStreamingURL":{
|
@@ -65,7 +68,8 @@
|
|
65
68
|
"errors":[
|
66
69
|
{"shape":"ResourceNotFoundException"},
|
67
70
|
{"shape":"ResourceNotAvailableException"},
|
68
|
-
{"shape":"OperationNotPermittedException"}
|
71
|
+
{"shape":"OperationNotPermittedException"},
|
72
|
+
{"shape":"InvalidParameterCombinationException"}
|
69
73
|
]
|
70
74
|
},
|
71
75
|
"DeleteFleet":{
|
@@ -78,7 +82,8 @@
|
|
78
82
|
"output":{"shape":"DeleteFleetResult"},
|
79
83
|
"errors":[
|
80
84
|
{"shape":"ResourceInUseException"},
|
81
|
-
{"shape":"ResourceNotFoundException"}
|
85
|
+
{"shape":"ResourceNotFoundException"},
|
86
|
+
{"shape":"ConcurrentModificationException"}
|
82
87
|
]
|
83
88
|
},
|
84
89
|
"DeleteStack":{
|
@@ -91,7 +96,8 @@
|
|
91
96
|
"output":{"shape":"DeleteStackResult"},
|
92
97
|
"errors":[
|
93
98
|
{"shape":"ResourceInUseException"},
|
94
|
-
{"shape":"ResourceNotFoundException"}
|
99
|
+
{"shape":"ResourceNotFoundException"},
|
100
|
+
{"shape":"ConcurrentModificationException"}
|
95
101
|
]
|
96
102
|
},
|
97
103
|
"DescribeFleets":{
|
@@ -125,7 +131,10 @@
|
|
125
131
|
"requestUri":"/"
|
126
132
|
},
|
127
133
|
"input":{"shape":"DescribeSessionsRequest"},
|
128
|
-
"output":{"shape":"DescribeSessionsResult"}
|
134
|
+
"output":{"shape":"DescribeSessionsResult"},
|
135
|
+
"errors":[
|
136
|
+
{"shape":"InvalidParameterCombinationException"}
|
137
|
+
]
|
129
138
|
},
|
130
139
|
"DescribeStacks":{
|
131
140
|
"name":"DescribeStacks",
|
@@ -149,7 +158,8 @@
|
|
149
158
|
"output":{"shape":"DisassociateFleetResult"},
|
150
159
|
"errors":[
|
151
160
|
{"shape":"ResourceInUseException"},
|
152
|
-
{"shape":"ResourceNotFoundException"}
|
161
|
+
{"shape":"ResourceNotFoundException"},
|
162
|
+
{"shape":"ConcurrentModificationException"}
|
153
163
|
]
|
154
164
|
},
|
155
165
|
"ExpireSession":{
|
@@ -189,7 +199,9 @@
|
|
189
199
|
"output":{"shape":"StartFleetResult"},
|
190
200
|
"errors":[
|
191
201
|
{"shape":"ResourceNotFoundException"},
|
192
|
-
{"shape":"
|
202
|
+
{"shape":"OperationNotPermittedException"},
|
203
|
+
{"shape":"LimitExceededException"},
|
204
|
+
{"shape":"ConcurrentModificationException"}
|
193
205
|
]
|
194
206
|
},
|
195
207
|
"StopFleet":{
|
@@ -201,7 +213,8 @@
|
|
201
213
|
"input":{"shape":"StopFleetRequest"},
|
202
214
|
"output":{"shape":"StopFleetResult"},
|
203
215
|
"errors":[
|
204
|
-
{"shape":"ResourceNotFoundException"}
|
216
|
+
{"shape":"ResourceNotFoundException"},
|
217
|
+
{"shape":"ConcurrentModificationException"}
|
205
218
|
]
|
206
219
|
},
|
207
220
|
"UpdateFleet":{
|
@@ -216,7 +229,10 @@
|
|
216
229
|
{"shape":"ResourceInUseException"},
|
217
230
|
{"shape":"LimitExceededException"},
|
218
231
|
{"shape":"InvalidRoleException"},
|
219
|
-
{"shape":"ResourceNotFoundException"}
|
232
|
+
{"shape":"ResourceNotFoundException"},
|
233
|
+
{"shape":"ResourceNotAvailableException"},
|
234
|
+
{"shape":"InvalidParameterCombinationException"},
|
235
|
+
{"shape":"ConcurrentModificationException"}
|
220
236
|
]
|
221
237
|
},
|
222
238
|
"UpdateStack":{
|
@@ -270,7 +286,15 @@
|
|
270
286
|
"members":{
|
271
287
|
}
|
272
288
|
},
|
289
|
+
"AuthenticationType":{
|
290
|
+
"type":"string",
|
291
|
+
"enum":[
|
292
|
+
"API",
|
293
|
+
"SAML"
|
294
|
+
]
|
295
|
+
},
|
273
296
|
"Boolean":{"type":"boolean"},
|
297
|
+
"BooleanObject":{"type":"boolean"},
|
274
298
|
"ComputeCapacity":{
|
275
299
|
"type":"structure",
|
276
300
|
"required":["DesiredInstances"],
|
@@ -288,6 +312,13 @@
|
|
288
312
|
"Available":{"shape":"Integer"}
|
289
313
|
}
|
290
314
|
},
|
315
|
+
"ConcurrentModificationException":{
|
316
|
+
"type":"structure",
|
317
|
+
"members":{
|
318
|
+
"Message":{"shape":"ErrorMessage"}
|
319
|
+
},
|
320
|
+
"exception":true
|
321
|
+
},
|
291
322
|
"CreateFleetRequest":{
|
292
323
|
"type":"structure",
|
293
324
|
"required":[
|
@@ -305,7 +336,8 @@
|
|
305
336
|
"MaxUserDurationInSeconds":{"shape":"Integer"},
|
306
337
|
"DisconnectTimeoutInSeconds":{"shape":"Integer"},
|
307
338
|
"Description":{"shape":"Description"},
|
308
|
-
"DisplayName":{"shape":"DisplayName"}
|
339
|
+
"DisplayName":{"shape":"DisplayName"},
|
340
|
+
"EnableDefaultInternetAccess":{"shape":"BooleanObject"}
|
309
341
|
}
|
310
342
|
},
|
311
343
|
"CreateFleetResult":{
|
@@ -413,7 +445,8 @@
|
|
413
445
|
"FleetName":{"shape":"String"},
|
414
446
|
"UserId":{"shape":"UserId"},
|
415
447
|
"NextToken":{"shape":"String"},
|
416
|
-
"Limit":{"shape":"Integer"}
|
448
|
+
"Limit":{"shape":"Integer"},
|
449
|
+
"AuthenticationType":{"shape":"AuthenticationType"}
|
417
450
|
}
|
418
451
|
},
|
419
452
|
"DescribeSessionsResult":{
|
@@ -497,7 +530,8 @@
|
|
497
530
|
"State":{"shape":"FleetState"},
|
498
531
|
"VpcConfig":{"shape":"VpcConfig"},
|
499
532
|
"CreatedTime":{"shape":"Timestamp"},
|
500
|
-
"FleetErrors":{"shape":"FleetErrors"}
|
533
|
+
"FleetErrors":{"shape":"FleetErrors"},
|
534
|
+
"EnableDefaultInternetAccess":{"shape":"BooleanObject"}
|
501
535
|
}
|
502
536
|
},
|
503
537
|
"FleetError":{
|
@@ -550,6 +584,7 @@
|
|
550
584
|
"DisplayName":{"shape":"String"},
|
551
585
|
"State":{"shape":"ImageState"},
|
552
586
|
"Visibility":{"shape":"VisibilityType"},
|
587
|
+
"ImageBuilderSupported":{"shape":"Boolean"},
|
553
588
|
"Platform":{"shape":"PlatformType"},
|
554
589
|
"Description":{"shape":"String"},
|
555
590
|
"StateChangeReason":{"shape":"ImageStateChangeReason"},
|
@@ -585,6 +620,13 @@
|
|
585
620
|
]
|
586
621
|
},
|
587
622
|
"Integer":{"type":"integer"},
|
623
|
+
"InvalidParameterCombinationException":{
|
624
|
+
"type":"structure",
|
625
|
+
"members":{
|
626
|
+
"Message":{"shape":"ErrorMessage"}
|
627
|
+
},
|
628
|
+
"exception":true
|
629
|
+
},
|
588
630
|
"InvalidRoleException":{
|
589
631
|
"type":"structure",
|
590
632
|
"members":{
|
@@ -692,7 +734,8 @@
|
|
692
734
|
"UserId":{"shape":"UserId"},
|
693
735
|
"StackName":{"shape":"String"},
|
694
736
|
"FleetName":{"shape":"String"},
|
695
|
-
"State":{"shape":"SessionState"}
|
737
|
+
"State":{"shape":"SessionState"},
|
738
|
+
"AuthenticationType":{"shape":"AuthenticationType"}
|
696
739
|
}
|
697
740
|
},
|
698
741
|
"SessionList":{
|
@@ -773,7 +816,8 @@
|
|
773
816
|
"DisconnectTimeoutInSeconds":{"shape":"Integer"},
|
774
817
|
"DeleteVpcConfig":{"shape":"Boolean"},
|
775
818
|
"Description":{"shape":"Description"},
|
776
|
-
"DisplayName":{"shape":"DisplayName"}
|
819
|
+
"DisplayName":{"shape":"DisplayName"},
|
820
|
+
"EnableDefaultInternetAccess":{"shape":"BooleanObject"}
|
777
821
|
}
|
778
822
|
},
|
779
823
|
"UpdateFleetResult":{
|
@@ -1,7 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"uid":"kinesis-2013-12-02",
|
5
4
|
"apiVersion":"2013-12-02",
|
6
5
|
"endpointPrefix":"kinesis",
|
7
6
|
"jsonVersion":"1.1",
|
@@ -9,7 +8,8 @@
|
|
9
8
|
"serviceAbbreviation":"Kinesis",
|
10
9
|
"serviceFullName":"Amazon Kinesis",
|
11
10
|
"signatureVersion":"v4",
|
12
|
-
"targetPrefix":"Kinesis_20131202"
|
11
|
+
"targetPrefix":"Kinesis_20131202",
|
12
|
+
"uid":"kinesis-2013-12-02"
|
13
13
|
},
|
14
14
|
"operations":{
|
15
15
|
"AddTagsToStream":{
|
@@ -13,6 +13,18 @@
|
|
13
13
|
"argument": "StreamDescription.StreamStatus"
|
14
14
|
}
|
15
15
|
]
|
16
|
+
},
|
17
|
+
"StreamNotExists": {
|
18
|
+
"delay": 10,
|
19
|
+
"operation": "DescribeStream",
|
20
|
+
"maxAttempts": 18,
|
21
|
+
"acceptors": [
|
22
|
+
{
|
23
|
+
"expected": "ResourceNotFoundException",
|
24
|
+
"matcher": "error",
|
25
|
+
"state": "success"
|
26
|
+
}
|
27
|
+
]
|
16
28
|
}
|
17
29
|
}
|
18
30
|
}
|
@@ -2,5 +2,6 @@ Aws.add_service(:AppStream, {
|
|
2
2
|
api: "#{Aws::API_DIR}/appstream/2016-12-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/appstream/2016-12-01/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/appstream/2016-12-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/appstream/2016-12-01/paginators-1.json",
|
5
6
|
waiters: "#{Aws::API_DIR}/appstream/2016-12-01/waiters-2.json",
|
6
7
|
})
|
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.11
|
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-04-
|
11
|
+
date: 2017-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -58,6 +58,7 @@ files:
|
|
58
58
|
- apis/application-autoscaling/2016-02-06/paginators-1.json
|
59
59
|
- apis/appstream/2016-12-01/api-2.json
|
60
60
|
- apis/appstream/2016-12-01/examples-1.json
|
61
|
+
- apis/appstream/2016-12-01/paginators-1.json
|
61
62
|
- apis/appstream/2016-12-01/waiters-2.json
|
62
63
|
- apis/autoscaling/2011-01-01/api-2.json
|
63
64
|
- apis/autoscaling/2011-01-01/examples-1.json
|