aws-sdk-core 2.3.4 → 2.3.5

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: a69a64ff71204eb302de824540bf0682f60922d6
4
- data.tar.gz: 5fcd3b29544de7dc449f43dd289b8c9b67572a78
3
+ metadata.gz: a4ee5ead5fed888a004b78d97f4aabb911975944
4
+ data.tar.gz: fa14200858f4b338ed597b9ca46412f5861aa7ee
5
5
  SHA512:
6
- metadata.gz: bbc4735c5a73386c6c5dcd99038bd34dbac70b483a1a5fc62f43bf2a364d9f9f1398606c5c97544e003ddf242fec67ec076fc3c15138495e71dbb94cb49e5351
7
- data.tar.gz: d88514b448fd7b80c72335cd713c345f1ae1459b7a13676f99b71a63c464ca05650befab5a2689d5955cdb1624a90752e60a390b9ea01b58f80dc48b681e28a1
6
+ metadata.gz: 9e40542a15d6c0419cd7a620b5de69ca53adaab463ccf29fe38ffa20898a5766085d456f65f88247afc8fffbac07b51a377dc05cd4b2d99836ea7110475a3a2c
7
+ data.tar.gz: 20fc4d6e92265c6f696c845f84ae61437f862b5522f3ac2acfb8e7160a644c85290250f4c2259dba5075a485406e7c022e10e460cda1cf3fbbe5401a2240b18a
@@ -57,66 +57,66 @@
57
57
  {"shape":"ServerInternalErrorException"}
58
58
  ]
59
59
  },
60
- "DescribeTags":{
61
- "name":"DescribeTags",
60
+ "DescribeConfigurations":{
61
+ "name":"DescribeConfigurations",
62
62
  "http":{
63
63
  "method":"POST",
64
64
  "requestUri":"/"
65
65
  },
66
- "input":{"shape":"DescribeTagsRequest"},
67
- "output":{"shape":"DescribeTagsResponse"},
66
+ "input":{"shape":"DescribeConfigurationsRequest"},
67
+ "output":{"shape":"DescribeConfigurationsResponse"},
68
68
  "errors":[
69
69
  {"shape":"AuthorizationErrorException"},
70
- {"shape":"ResourceNotFoundException"},
71
70
  {"shape":"InvalidParameterException"},
72
71
  {"shape":"InvalidParameterValueException"},
73
72
  {"shape":"ServerInternalErrorException"}
74
73
  ]
75
74
  },
76
- "ExportConfigurations":{
77
- "name":"ExportConfigurations",
75
+ "DescribeExportConfigurations":{
76
+ "name":"DescribeExportConfigurations",
78
77
  "http":{
79
78
  "method":"POST",
80
79
  "requestUri":"/"
81
80
  },
82
- "output":{"shape":"ExportConfigurationsResponse"},
81
+ "input":{"shape":"DescribeExportConfigurationsRequest"},
82
+ "output":{"shape":"DescribeExportConfigurationsResponse"},
83
83
  "errors":[
84
84
  {"shape":"AuthorizationErrorException"},
85
+ {"shape":"ResourceNotFoundException"},
85
86
  {"shape":"InvalidParameterException"},
86
87
  {"shape":"InvalidParameterValueException"},
87
- {"shape":"ServerInternalErrorException"},
88
- {"shape":"OperationNotPermittedException"}
88
+ {"shape":"ServerInternalErrorException"}
89
89
  ]
90
90
  },
91
- "GetConfigurationAttributes":{
92
- "name":"GetConfigurationAttributes",
91
+ "DescribeTags":{
92
+ "name":"DescribeTags",
93
93
  "http":{
94
94
  "method":"POST",
95
95
  "requestUri":"/"
96
96
  },
97
- "input":{"shape":"GetConfigurationAttributesRequest"},
98
- "output":{"shape":"GetConfigurationAttributesResponse"},
97
+ "input":{"shape":"DescribeTagsRequest"},
98
+ "output":{"shape":"DescribeTagsResponse"},
99
99
  "errors":[
100
100
  {"shape":"AuthorizationErrorException"},
101
+ {"shape":"ResourceNotFoundException"},
101
102
  {"shape":"InvalidParameterException"},
102
103
  {"shape":"InvalidParameterValueException"},
103
104
  {"shape":"ServerInternalErrorException"}
104
105
  ]
105
106
  },
106
- "GetExportStatus":{
107
- "name":"GetExportStatus",
107
+ "ExportConfigurations":{
108
+ "name":"ExportConfigurations",
108
109
  "http":{
109
110
  "method":"POST",
110
111
  "requestUri":"/"
111
112
  },
112
- "input":{"shape":"GetExportStatusRequest"},
113
- "output":{"shape":"GetExportStatusResponse"},
113
+ "output":{"shape":"ExportConfigurationsResponse"},
114
114
  "errors":[
115
115
  {"shape":"AuthorizationErrorException"},
116
- {"shape":"ResourceNotFoundException"},
117
116
  {"shape":"InvalidParameterException"},
118
117
  {"shape":"InvalidParameterValueException"},
119
- {"shape":"ServerInternalErrorException"}
118
+ {"shape":"ServerInternalErrorException"},
119
+ {"shape":"OperationNotPermittedException"}
120
120
  ]
121
121
  },
122
122
  "ListConfigurations":{
@@ -135,22 +135,6 @@
135
135
  {"shape":"ServerInternalErrorException"}
136
136
  ]
137
137
  },
138
- "RemoveConfiguration":{
139
- "name":"RemoveConfiguration",
140
- "http":{
141
- "method":"POST",
142
- "requestUri":"/"
143
- },
144
- "input":{"shape":"RemoveConfigurationRequest"},
145
- "output":{"shape":"RemoveConfigurationResponse"},
146
- "errors":[
147
- {"shape":"AuthorizationErrorException"},
148
- {"shape":"ResourceNotFoundException"},
149
- {"shape":"InvalidParameterException"},
150
- {"shape":"InvalidParameterValueException"},
151
- {"shape":"ServerInternalErrorException"}
152
- ]
153
- },
154
138
  "StartDataCollectionByAgentIds":{
155
139
  "name":"StartDataCollectionByAgentIds",
156
140
  "http":{
@@ -183,17 +167,17 @@
183
167
  }
184
168
  },
185
169
  "shapes":{
186
- "AgentConfigStatus":{
170
+ "AgentConfigurationStatus":{
187
171
  "type":"structure",
188
172
  "members":{
189
173
  "agentId":{"shape":"String"},
190
- "configUpdated":{"shape":"Boolean"},
174
+ "operationSucceeded":{"shape":"Boolean"},
191
175
  "description":{"shape":"String"}
192
176
  }
193
177
  },
194
- "AgentConfigStatusList":{
178
+ "AgentConfigurationStatusList":{
195
179
  "type":"list",
196
- "member":{"shape":"AgentConfigStatus"}
180
+ "member":{"shape":"AgentConfigurationStatus"}
197
181
  },
198
182
  "AgentId":{"type":"string"},
199
183
  "AgentIds":{
@@ -237,22 +221,6 @@
237
221
  "type":"list",
238
222
  "member":{"shape":"AgentInfo"}
239
223
  },
240
- "Attribute":{
241
- "type":"structure",
242
- "members":{
243
- "Name":{"shape":"AttributeName"},
244
- "Value":{"shape":"AttributeValue"}
245
- }
246
- },
247
- "AttributeList":{
248
- "type":"list",
249
- "member":{
250
- "shape":"Attribute",
251
- "locationName":"attribute"
252
- }
253
- },
254
- "AttributeName":{"type":"string"},
255
- "AttributeValue":{"type":"string"},
256
224
  "AuthorizationErrorException":{
257
225
  "type":"structure",
258
226
  "members":{
@@ -262,17 +230,11 @@
262
230
  },
263
231
  "Boolean":{"type":"boolean"},
264
232
  "Condition":{"type":"string"},
265
- "ConfigIdAttributesMap":{
266
- "type":"map",
267
- "key":{"shape":"ConfigurationId"},
268
- "value":{"shape":"AttributeList"}
269
- },
270
233
  "Configuration":{
271
234
  "type":"map",
272
235
  "key":{"shape":"String"},
273
236
  "value":{"shape":"String"}
274
237
  },
275
- "ConfigurationExportId":{"type":"string"},
276
238
  "ConfigurationId":{"type":"string"},
277
239
  "ConfigurationIdList":{
278
240
  "type":"list",
@@ -292,7 +254,8 @@
292
254
  "configurationType":{"shape":"ConfigurationItemType"},
293
255
  "configurationId":{"shape":"ConfigurationId"},
294
256
  "key":{"shape":"TagKey"},
295
- "value":{"shape":"TagValue"}
257
+ "value":{"shape":"TagValue"},
258
+ "timeOfCreation":{"shape":"TimeStamp"}
296
259
  }
297
260
  },
298
261
  "ConfigurationTagSet":{
@@ -306,6 +269,8 @@
306
269
  "type":"list",
307
270
  "member":{"shape":"Configuration"}
308
271
  },
272
+ "ConfigurationsDownloadUrl":{"type":"string"},
273
+ "ConfigurationsExportId":{"type":"string"},
309
274
  "CreateTagsRequest":{
310
275
  "type":"structure",
311
276
  "required":[
@@ -350,10 +315,47 @@
350
315
  "nextToken":{"shape":"NextToken"}
351
316
  }
352
317
  },
318
+ "DescribeConfigurationsAttribute":{
319
+ "type":"map",
320
+ "key":{"shape":"String"},
321
+ "value":{"shape":"String"}
322
+ },
323
+ "DescribeConfigurationsAttributes":{
324
+ "type":"list",
325
+ "member":{"shape":"DescribeConfigurationsAttribute"}
326
+ },
327
+ "DescribeConfigurationsRequest":{
328
+ "type":"structure",
329
+ "required":["configurationIds"],
330
+ "members":{
331
+ "configurationIds":{"shape":"ConfigurationIdList"}
332
+ }
333
+ },
334
+ "DescribeConfigurationsResponse":{
335
+ "type":"structure",
336
+ "members":{
337
+ "configurations":{"shape":"DescribeConfigurationsAttributes"}
338
+ }
339
+ },
340
+ "DescribeExportConfigurationsRequest":{
341
+ "type":"structure",
342
+ "members":{
343
+ "exportIds":{"shape":"ExportIds"},
344
+ "maxResults":{"shape":"Integer"},
345
+ "nextToken":{"shape":"NextToken"}
346
+ }
347
+ },
348
+ "DescribeExportConfigurationsResponse":{
349
+ "type":"structure",
350
+ "members":{
351
+ "exportsInfo":{"shape":"ExportsInfo"},
352
+ "nextToken":{"shape":"NextToken"}
353
+ }
354
+ },
353
355
  "DescribeTagsRequest":{
354
356
  "type":"structure",
355
357
  "members":{
356
- "filter":{"shape":"TagFilters"},
358
+ "filters":{"shape":"TagFilters"},
357
359
  "maxResults":{"shape":"Integer"},
358
360
  "nextToken":{"shape":"NextToken"}
359
361
  }
@@ -368,13 +370,42 @@
368
370
  "ExportConfigurationsResponse":{
369
371
  "type":"structure",
370
372
  "members":{
371
- "exportId":{"shape":"ConfigurationExportId"}
373
+ "exportId":{"shape":"ConfigurationsExportId"}
372
374
  }
373
375
  },
374
- "ExportStatusMap":{
375
- "type":"map",
376
- "key":{"shape":"String"},
377
- "value":{"shape":"String"}
376
+ "ExportIds":{
377
+ "type":"list",
378
+ "member":{"shape":"ConfigurationsExportId"}
379
+ },
380
+ "ExportInfo":{
381
+ "type":"structure",
382
+ "required":[
383
+ "exportId",
384
+ "exportStatus",
385
+ "statusMessage",
386
+ "exportRequestTime"
387
+ ],
388
+ "members":{
389
+ "exportId":{"shape":"ConfigurationsExportId"},
390
+ "exportStatus":{"shape":"ExportStatus"},
391
+ "statusMessage":{"shape":"ExportStatusMessage"},
392
+ "configurationsDownloadUrl":{"shape":"ConfigurationsDownloadUrl"},
393
+ "exportRequestTime":{"shape":"ExportRequestTime"}
394
+ }
395
+ },
396
+ "ExportRequestTime":{"type":"timestamp"},
397
+ "ExportStatus":{
398
+ "type":"string",
399
+ "enum":[
400
+ "FAILED",
401
+ "SUCCEEDED",
402
+ "IN_PROGRESS"
403
+ ]
404
+ },
405
+ "ExportStatusMessage":{"type":"string"},
406
+ "ExportsInfo":{
407
+ "type":"list",
408
+ "member":{"shape":"ExportInfo"}
378
409
  },
379
410
  "Filter":{
380
411
  "type":"structure",
@@ -402,33 +433,6 @@
402
433
  "type":"list",
403
434
  "member":{"shape":"Filter"}
404
435
  },
405
- "GetConfigurationAttributesRequest":{
406
- "type":"structure",
407
- "required":["configurationIds"],
408
- "members":{
409
- "configurationIds":{"shape":"ConfigurationIdList"}
410
- }
411
- },
412
- "GetConfigurationAttributesResponse":{
413
- "type":"structure",
414
- "members":{
415
- "configurations":{"shape":"ConfigIdAttributesMap"}
416
- }
417
- },
418
- "GetExportStatusRequest":{
419
- "type":"structure",
420
- "required":["exportId"],
421
- "members":{
422
- "exportId":{"shape":"ConfigurationExportId"}
423
- }
424
- },
425
- "GetExportStatusResponse":{
426
- "type":"structure",
427
- "members":{
428
- "exportId":{"shape":"ConfigurationExportId"},
429
- "exportStatusMap":{"shape":"ExportStatusMap"}
430
- }
431
- },
432
436
  "Integer":{"type":"integer"},
433
437
  "InvalidParameterException":{
434
438
  "type":"structure",
@@ -470,18 +474,6 @@
470
474
  },
471
475
  "exception":true
472
476
  },
473
- "RemoveConfigurationRequest":{
474
- "type":"structure",
475
- "required":["configurationId"],
476
- "members":{
477
- "configurationId":{"shape":"ConfigurationId"}
478
- }
479
- },
480
- "RemoveConfigurationResponse":{
481
- "type":"structure",
482
- "members":{
483
- }
484
- },
485
477
  "ResourceNotFoundException":{
486
478
  "type":"structure",
487
479
  "members":{
@@ -507,7 +499,7 @@
507
499
  "StartDataCollectionByAgentIdsResponse":{
508
500
  "type":"structure",
509
501
  "members":{
510
- "agentsConfigStatus":{"shape":"AgentConfigStatusList"}
502
+ "agentsConfigurationStatus":{"shape":"AgentConfigurationStatusList"}
511
503
  }
512
504
  },
513
505
  "StopDataCollectionByAgentIdsRequest":{
@@ -520,7 +512,7 @@
520
512
  "StopDataCollectionByAgentIdsResponse":{
521
513
  "type":"structure",
522
514
  "members":{
523
- "agentsConfigStatus":{"shape":"AgentConfigStatusList"}
515
+ "agentsConfigurationStatus":{"shape":"AgentConfigurationStatusList"}
524
516
  }
525
517
  },
526
518
  "String":{"type":"string"},
@@ -538,12 +530,12 @@
538
530
  "TagFilter":{
539
531
  "type":"structure",
540
532
  "required":[
541
- "Name",
542
- "Values"
533
+ "name",
534
+ "values"
543
535
  ],
544
536
  "members":{
545
- "Name":{"shape":"FilterName"},
546
- "Values":{"shape":"FilterValues"}
537
+ "name":{"shape":"FilterName"},
538
+ "values":{"shape":"FilterValues"}
547
539
  }
548
540
  },
549
541
  "TagFilters":{
@@ -558,6 +550,7 @@
558
550
  "locationName":"item"
559
551
  }
560
552
  },
561
- "TagValue":{"type":"string"}
553
+ "TagValue":{"type":"string"},
554
+ "TimeStamp":{"type":"timestamp"}
562
555
  }
563
556
  }
@@ -4,12 +4,26 @@
4
4
  "apiVersion":"2015-04-08",
5
5
  "endpointPrefix":"workspaces",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceFullName":"Amazon WorkSpaces",
8
9
  "signatureVersion":"v4",
9
- "targetPrefix":"WorkspacesService",
10
- "protocol":"json"
10
+ "targetPrefix":"WorkspacesService"
11
11
  },
12
12
  "operations":{
13
+ "CreateTags":{
14
+ "name":"CreateTags",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"CreateTagsRequest"},
20
+ "output":{"shape":"CreateTagsResult"},
21
+ "errors":[
22
+ {"shape":"ResourceNotFoundException"},
23
+ {"shape":"InvalidParameterValuesException"},
24
+ {"shape":"ResourceLimitExceededException"}
25
+ ]
26
+ },
13
27
  "CreateWorkspaces":{
14
28
  "name":"CreateWorkspaces",
15
29
  "http":{
@@ -19,10 +33,33 @@
19
33
  "input":{"shape":"CreateWorkspacesRequest"},
20
34
  "output":{"shape":"CreateWorkspacesResult"},
21
35
  "errors":[
22
- {
23
- "shape":"ResourceLimitExceededException",
24
- "exception":true
25
- }
36
+ {"shape":"ResourceLimitExceededException"},
37
+ {"shape":"InvalidParameterValuesException"}
38
+ ]
39
+ },
40
+ "DeleteTags":{
41
+ "name":"DeleteTags",
42
+ "http":{
43
+ "method":"POST",
44
+ "requestUri":"/"
45
+ },
46
+ "input":{"shape":"DeleteTagsRequest"},
47
+ "output":{"shape":"DeleteTagsResult"},
48
+ "errors":[
49
+ {"shape":"ResourceNotFoundException"},
50
+ {"shape":"InvalidParameterValuesException"}
51
+ ]
52
+ },
53
+ "DescribeTags":{
54
+ "name":"DescribeTags",
55
+ "http":{
56
+ "method":"POST",
57
+ "requestUri":"/"
58
+ },
59
+ "input":{"shape":"DescribeTagsRequest"},
60
+ "output":{"shape":"DescribeTagsResult"},
61
+ "errors":[
62
+ {"shape":"ResourceNotFoundException"}
26
63
  ]
27
64
  },
28
65
  "DescribeWorkspaceBundles":{
@@ -34,10 +71,7 @@
34
71
  "input":{"shape":"DescribeWorkspaceBundlesRequest"},
35
72
  "output":{"shape":"DescribeWorkspaceBundlesResult"},
36
73
  "errors":[
37
- {
38
- "shape":"InvalidParameterValuesException",
39
- "exception":true
40
- }
74
+ {"shape":"InvalidParameterValuesException"}
41
75
  ]
42
76
  },
43
77
  "DescribeWorkspaceDirectories":{
@@ -49,10 +83,7 @@
49
83
  "input":{"shape":"DescribeWorkspaceDirectoriesRequest"},
50
84
  "output":{"shape":"DescribeWorkspaceDirectoriesResult"},
51
85
  "errors":[
52
- {
53
- "shape":"InvalidParameterValuesException",
54
- "exception":true
55
- }
86
+ {"shape":"InvalidParameterValuesException"}
56
87
  ]
57
88
  },
58
89
  "DescribeWorkspaces":{
@@ -64,14 +95,8 @@
64
95
  "input":{"shape":"DescribeWorkspacesRequest"},
65
96
  "output":{"shape":"DescribeWorkspacesResult"},
66
97
  "errors":[
67
- {
68
- "shape":"InvalidParameterValuesException",
69
- "exception":true
70
- },
71
- {
72
- "shape":"ResourceUnavailableException",
73
- "exception":true
74
- }
98
+ {"shape":"InvalidParameterValuesException"},
99
+ {"shape":"ResourceUnavailableException"}
75
100
  ]
76
101
  },
77
102
  "RebootWorkspaces":{
@@ -116,8 +141,8 @@
116
141
  "BundleIdList":{
117
142
  "type":"list",
118
143
  "member":{"shape":"BundleId"},
119
- "min":1,
120
- "max":25
144
+ "max":25,
145
+ "min":1
121
146
  },
122
147
  "BundleList":{
123
148
  "type":"list",
@@ -139,6 +164,22 @@
139
164
  }
140
165
  },
141
166
  "ComputerName":{"type":"string"},
167
+ "CreateTagsRequest":{
168
+ "type":"structure",
169
+ "required":[
170
+ "ResourceId",
171
+ "Tags"
172
+ ],
173
+ "members":{
174
+ "ResourceId":{"shape":"NonEmptyString"},
175
+ "Tags":{"shape":"TagList"}
176
+ }
177
+ },
178
+ "CreateTagsResult":{
179
+ "type":"structure",
180
+ "members":{
181
+ }
182
+ },
142
183
  "CreateWorkspacesRequest":{
143
184
  "type":"structure",
144
185
  "required":["Workspaces"],
@@ -164,6 +205,35 @@
164
205
  "UserEnabledAsLocalAdministrator":{"shape":"BooleanObject"}
165
206
  }
166
207
  },
208
+ "DeleteTagsRequest":{
209
+ "type":"structure",
210
+ "required":[
211
+ "ResourceId",
212
+ "TagKeys"
213
+ ],
214
+ "members":{
215
+ "ResourceId":{"shape":"NonEmptyString"},
216
+ "TagKeys":{"shape":"TagKeyList"}
217
+ }
218
+ },
219
+ "DeleteTagsResult":{
220
+ "type":"structure",
221
+ "members":{
222
+ }
223
+ },
224
+ "DescribeTagsRequest":{
225
+ "type":"structure",
226
+ "required":["ResourceId"],
227
+ "members":{
228
+ "ResourceId":{"shape":"NonEmptyString"}
229
+ }
230
+ },
231
+ "DescribeTagsResult":{
232
+ "type":"structure",
233
+ "members":{
234
+ "TagList":{"shape":"TagList"}
235
+ }
236
+ },
167
237
  "DescribeWorkspaceBundlesRequest":{
168
238
  "type":"structure",
169
239
  "members":{
@@ -219,8 +289,8 @@
219
289
  "DirectoryIdList":{
220
290
  "type":"list",
221
291
  "member":{"shape":"DirectoryId"},
222
- "min":1,
223
- "max":25
292
+ "max":25,
293
+ "min":1
224
294
  },
225
295
  "DirectoryList":{
226
296
  "type":"list",
@@ -275,8 +345,8 @@
275
345
  "IpAddress":{"type":"string"},
276
346
  "Limit":{
277
347
  "type":"integer",
278
- "min":1,
279
- "max":25
348
+ "max":25,
349
+ "min":1
280
350
  },
281
351
  "NonEmptyString":{
282
352
  "type":"string",
@@ -284,8 +354,8 @@
284
354
  },
285
355
  "PaginationToken":{
286
356
  "type":"string",
287
- "min":1,
288
- "max":63
357
+ "max":63,
358
+ "min":1
289
359
  },
290
360
  "RebootRequest":{
291
361
  "type":"structure",
@@ -297,8 +367,8 @@
297
367
  "RebootWorkspaceRequests":{
298
368
  "type":"list",
299
369
  "member":{"shape":"RebootRequest"},
300
- "min":1,
301
- "max":25
370
+ "max":25,
371
+ "min":1
302
372
  },
303
373
  "RebootWorkspacesRequest":{
304
374
  "type":"structure",
@@ -323,8 +393,8 @@
323
393
  "RebuildWorkspaceRequests":{
324
394
  "type":"list",
325
395
  "member":{"shape":"RebuildRequest"},
326
- "min":1,
327
- "max":1
396
+ "max":1,
397
+ "min":1
328
398
  },
329
399
  "RebuildWorkspacesRequest":{
330
400
  "type":"structure",
@@ -341,8 +411,8 @@
341
411
  },
342
412
  "RegistrationCode":{
343
413
  "type":"string",
344
- "min":1,
345
- "max":20
414
+ "max":20,
415
+ "min":1
346
416
  },
347
417
  "ResourceLimitExceededException":{
348
418
  "type":"structure",
@@ -351,6 +421,14 @@
351
421
  },
352
422
  "exception":true
353
423
  },
424
+ "ResourceNotFoundException":{
425
+ "type":"structure",
426
+ "members":{
427
+ "message":{"shape":"ExceptionMessage"},
428
+ "ResourceId":{"shape":"NonEmptyString"}
429
+ },
430
+ "exception":true
431
+ },
354
432
  "ResourceUnavailableException":{
355
433
  "type":"structure",
356
434
  "members":{
@@ -371,6 +449,31 @@
371
449
  "type":"list",
372
450
  "member":{"shape":"SubnetId"}
373
451
  },
452
+ "Tag":{
453
+ "type":"structure",
454
+ "required":["Key"],
455
+ "members":{
456
+ "Key":{"shape":"TagKey"},
457
+ "Value":{"shape":"TagValue"}
458
+ }
459
+ },
460
+ "TagKey":{
461
+ "type":"string",
462
+ "max":127,
463
+ "min":1
464
+ },
465
+ "TagKeyList":{
466
+ "type":"list",
467
+ "member":{"shape":"NonEmptyString"}
468
+ },
469
+ "TagList":{
470
+ "type":"list",
471
+ "member":{"shape":"Tag"}
472
+ },
473
+ "TagValue":{
474
+ "type":"string",
475
+ "max":255
476
+ },
374
477
  "TerminateRequest":{
375
478
  "type":"structure",
376
479
  "required":["WorkspaceId"],
@@ -381,8 +484,8 @@
381
484
  "TerminateWorkspaceRequests":{
382
485
  "type":"list",
383
486
  "member":{"shape":"TerminateRequest"},
384
- "min":1,
385
- "max":25
487
+ "max":25,
488
+ "min":1
386
489
  },
387
490
  "TerminateWorkspacesRequest":{
388
491
  "type":"structure",
@@ -399,8 +502,8 @@
399
502
  },
400
503
  "UserName":{
401
504
  "type":"string",
402
- "min":1,
403
- "max":63
505
+ "max":63,
506
+ "min":1
404
507
  },
405
508
  "UserStorage":{
406
509
  "type":"structure",
@@ -480,8 +583,8 @@
480
583
  "WorkspaceIdList":{
481
584
  "type":"list",
482
585
  "member":{"shape":"WorkspaceId"},
483
- "min":1,
484
- "max":25
586
+ "max":25,
587
+ "min":1
485
588
  },
486
589
  "WorkspaceList":{
487
590
  "type":"list",
@@ -500,14 +603,15 @@
500
603
  "BundleId":{"shape":"BundleId"},
501
604
  "VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
502
605
  "UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
503
- "RootVolumeEncryptionEnabled":{"shape":"BooleanObject"}
606
+ "RootVolumeEncryptionEnabled":{"shape":"BooleanObject"},
607
+ "Tags":{"shape":"TagList"}
504
608
  }
505
609
  },
506
610
  "WorkspaceRequestList":{
507
611
  "type":"list",
508
612
  "member":{"shape":"WorkspaceRequest"},
509
- "min":1,
510
- "max":25
613
+ "max":25,
614
+ "min":1
511
615
  },
512
616
  "WorkspaceState":{
513
617
  "type":"string",
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.4'
2
+ VERSION = '2.3.5'
3
3
  end
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:WorkSpaces, {
2
2
  api: "#{Aws::API_DIR}/workspaces/2015-04-08/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/workspaces/2015-04-08/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/workspaces/2015-04-08/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/workspaces/2015-04-08/paginators-1.json",
5
6
  })
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.3.4
4
+ version: 2.3.5
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: 2016-05-12 00:00:00.000000000 Z
11
+ date: 2016-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -225,6 +225,7 @@ files:
225
225
  - apis/waf/2015-08-24/api-2.json
226
226
  - apis/waf/2015-08-24/examples-1.json
227
227
  - apis/workspaces/2015-04-08/api-2.json
228
+ - apis/workspaces/2015-04-08/examples-1.json
228
229
  - apis/workspaces/2015-04-08/paginators-1.json
229
230
  - bin/aws.rb
230
231
  - ca-bundle.crt