aws-sdk-core 2.0.37 → 2.0.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -399,10 +399,10 @@
399
399
  "identifiers": [
400
400
  { "name": "BucketName" }
401
401
  ],
402
- "shape": "GetBucketNotificationOutput",
402
+ "shape": "NotificationConfiguration",
403
403
  "load": {
404
404
  "request": {
405
- "operation": "GetBucketNotification",
405
+ "operation": "GetBucketNotificationConfiguration",
406
406
  "params": [
407
407
  { "target": "Bucket", "source": "identifier", "name": "BucketName" }
408
408
  ]
@@ -412,7 +412,7 @@
412
412
  "actions": {
413
413
  "Put": {
414
414
  "request": {
415
- "operation": "PutBucketNotification",
415
+ "operation": "PutBucketNotificationConfiguration",
416
416
  "params": [
417
417
  { "target": "Bucket", "source": "identifier", "name": "BucketName" }
418
418
  ]
@@ -698,8 +698,8 @@
698
698
  "type": "MultipartUploadPart",
699
699
  "identifiers": [
700
700
  { "target": "BucketName", "source": "identifier", "name": "BucketName" },
701
- { "target": "MultipartUploadId", "source": "identifier", "name": "Id" },
702
701
  { "target": "ObjectKey", "source": "identifier", "name": "ObjectKey" },
702
+ { "target": "MultipartUploadId", "source": "identifier", "name": "Id" },
703
703
  { "target": "PartNumber", "source": "input" }
704
704
  ]
705
705
  }
@@ -770,8 +770,8 @@
770
770
  "type": "MultipartUpload",
771
771
  "identifiers": [
772
772
  { "target": "BucketName", "source": "identifier", "name": "BucketName" },
773
- { "target": "Id", "source": "identifier", "name": "MultipartUploadId" },
774
- { "target": "ObjectKey", "source": "identifier", "name": "ObjectKey" }
773
+ { "target": "ObjectKey", "source": "identifier", "name": "ObjectKey" },
774
+ { "target": "Id", "source": "identifier", "name": "MultipartUploadId" }
775
775
  ]
776
776
  }
777
777
  }
@@ -0,0 +1,519 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-04-08",
5
+ "endpointPrefix":"workspaces",
6
+ "jsonVersion":"1.1",
7
+ "serviceFullName":"Amazon WorkSpaces",
8
+ "signatureVersion":"v4",
9
+ "targetPrefix":"WorkspacesService",
10
+ "protocol":"json"
11
+ },
12
+ "operations":{
13
+ "CreateWorkspaces":{
14
+ "name":"CreateWorkspaces",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"CreateWorkspacesRequest"},
20
+ "output":{"shape":"CreateWorkspacesResult"},
21
+ "errors":[
22
+ {
23
+ "shape":"ResourceLimitExceededException",
24
+ "exception":true
25
+ }
26
+ ]
27
+ },
28
+ "DescribeWorkspaceBundles":{
29
+ "name":"DescribeWorkspaceBundles",
30
+ "http":{
31
+ "method":"POST",
32
+ "requestUri":"/"
33
+ },
34
+ "input":{"shape":"DescribeWorkspaceBundlesRequest"},
35
+ "output":{"shape":"DescribeWorkspaceBundlesResult"},
36
+ "errors":[
37
+ {
38
+ "shape":"InvalidParameterValuesException",
39
+ "exception":true
40
+ }
41
+ ]
42
+ },
43
+ "DescribeWorkspaceDirectories":{
44
+ "name":"DescribeWorkspaceDirectories",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/"
48
+ },
49
+ "input":{"shape":"DescribeWorkspaceDirectoriesRequest"},
50
+ "output":{"shape":"DescribeWorkspaceDirectoriesResult"},
51
+ "errors":[
52
+ {
53
+ "shape":"InvalidParameterValuesException",
54
+ "exception":true
55
+ }
56
+ ]
57
+ },
58
+ "DescribeWorkspaces":{
59
+ "name":"DescribeWorkspaces",
60
+ "http":{
61
+ "method":"POST",
62
+ "requestUri":"/"
63
+ },
64
+ "input":{"shape":"DescribeWorkspacesRequest"},
65
+ "output":{"shape":"DescribeWorkspacesResult"},
66
+ "errors":[
67
+ {
68
+ "shape":"InvalidParameterValuesException",
69
+ "exception":true
70
+ },
71
+ {
72
+ "shape":"ResourceUnavailableException",
73
+ "exception":true
74
+ }
75
+ ]
76
+ },
77
+ "RebootWorkspaces":{
78
+ "name":"RebootWorkspaces",
79
+ "http":{
80
+ "method":"POST",
81
+ "requestUri":"/"
82
+ },
83
+ "input":{"shape":"RebootWorkspacesRequest"},
84
+ "output":{"shape":"RebootWorkspacesResult"}
85
+ },
86
+ "RebuildWorkspaces":{
87
+ "name":"RebuildWorkspaces",
88
+ "http":{
89
+ "method":"POST",
90
+ "requestUri":"/"
91
+ },
92
+ "input":{"shape":"RebuildWorkspacesRequest"},
93
+ "output":{"shape":"RebuildWorkspacesResult"}
94
+ },
95
+ "TerminateWorkspaces":{
96
+ "name":"TerminateWorkspaces",
97
+ "http":{
98
+ "method":"POST",
99
+ "requestUri":"/"
100
+ },
101
+ "input":{"shape":"TerminateWorkspacesRequest"},
102
+ "output":{"shape":"TerminateWorkspacesResult"}
103
+ }
104
+ },
105
+ "shapes":{
106
+ "ARN":{
107
+ "type":"string",
108
+ "pattern":"^arn:aws:[A-Za-z0-9][A-za-z0-9_/.-]{0,62}:[A-za-z0-9_/.-]{0,63}:[A-za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-za-z0-9_/.-]{0,127}$"
109
+ },
110
+ "Alias":{"type":"string"},
111
+ "BooleanObject":{"type":"boolean"},
112
+ "BundleId":{
113
+ "type":"string",
114
+ "pattern":"^wsb-[0-9a-z]{8,63}$"
115
+ },
116
+ "BundleIdList":{
117
+ "type":"list",
118
+ "member":{"shape":"BundleId"},
119
+ "min":1,
120
+ "max":25
121
+ },
122
+ "BundleList":{
123
+ "type":"list",
124
+ "member":{"shape":"WorkspaceBundle"}
125
+ },
126
+ "BundleOwner":{"type":"string"},
127
+ "Compute":{
128
+ "type":"string",
129
+ "enum":[
130
+ "VALUE",
131
+ "STANDARD",
132
+ "PERFORMANCE"
133
+ ]
134
+ },
135
+ "ComputeType":{
136
+ "type":"structure",
137
+ "members":{
138
+ "Name":{"shape":"Compute"}
139
+ }
140
+ },
141
+ "CreateWorkspacesRequest":{
142
+ "type":"structure",
143
+ "required":["Workspaces"],
144
+ "members":{
145
+ "Workspaces":{"shape":"WorkspaceRequestList"}
146
+ }
147
+ },
148
+ "CreateWorkspacesResult":{
149
+ "type":"structure",
150
+ "members":{
151
+ "FailedRequests":{"shape":"FailedCreateWorkspaceRequests"},
152
+ "PendingRequests":{"shape":"WorkspaceList"}
153
+ }
154
+ },
155
+ "DefaultOu":{"type":"string"},
156
+ "DefaultWorkspaceCreationProperties":{
157
+ "type":"structure",
158
+ "members":{
159
+ "EnableWorkDocs":{"shape":"BooleanObject"},
160
+ "EnableInternetAccess":{"shape":"BooleanObject"},
161
+ "DefaultOu":{"shape":"DefaultOu"},
162
+ "CustomSecurityGroupId":{"shape":"SecurityGroupId"},
163
+ "UserEnabledAsLocalAdministrator":{"shape":"BooleanObject"}
164
+ }
165
+ },
166
+ "DescribeWorkspaceBundlesRequest":{
167
+ "type":"structure",
168
+ "members":{
169
+ "BundleIds":{"shape":"BundleIdList"},
170
+ "Owner":{"shape":"BundleOwner"},
171
+ "NextToken":{"shape":"PaginationToken"}
172
+ }
173
+ },
174
+ "DescribeWorkspaceBundlesResult":{
175
+ "type":"structure",
176
+ "members":{
177
+ "Bundles":{"shape":"BundleList"},
178
+ "NextToken":{"shape":"PaginationToken"}
179
+ }
180
+ },
181
+ "DescribeWorkspaceDirectoriesRequest":{
182
+ "type":"structure",
183
+ "members":{
184
+ "DirectoryIds":{"shape":"DirectoryIdList"},
185
+ "NextToken":{"shape":"PaginationToken"}
186
+ }
187
+ },
188
+ "DescribeWorkspaceDirectoriesResult":{
189
+ "type":"structure",
190
+ "members":{
191
+ "Directories":{"shape":"DirectoryList"},
192
+ "NextToken":{"shape":"PaginationToken"}
193
+ }
194
+ },
195
+ "DescribeWorkspacesRequest":{
196
+ "type":"structure",
197
+ "members":{
198
+ "WorkspaceIds":{"shape":"WorkspaceIdList"},
199
+ "DirectoryId":{"shape":"DirectoryId"},
200
+ "UserName":{"shape":"UserName"},
201
+ "BundleId":{"shape":"BundleId"},
202
+ "Limit":{"shape":"Limit"},
203
+ "NextToken":{"shape":"PaginationToken"}
204
+ }
205
+ },
206
+ "DescribeWorkspacesResult":{
207
+ "type":"structure",
208
+ "members":{
209
+ "Workspaces":{"shape":"WorkspaceList"},
210
+ "NextToken":{"shape":"PaginationToken"}
211
+ }
212
+ },
213
+ "Description":{"type":"string"},
214
+ "DirectoryId":{
215
+ "type":"string",
216
+ "pattern":"^d-[0-9a-f]{8,63}$"
217
+ },
218
+ "DirectoryIdList":{
219
+ "type":"list",
220
+ "member":{"shape":"DirectoryId"},
221
+ "min":1,
222
+ "max":25
223
+ },
224
+ "DirectoryList":{
225
+ "type":"list",
226
+ "member":{"shape":"WorkspaceDirectory"}
227
+ },
228
+ "DirectoryName":{"type":"string"},
229
+ "DnsIpAddresses":{
230
+ "type":"list",
231
+ "member":{"shape":"IpAddress"}
232
+ },
233
+ "ErrorType":{"type":"string"},
234
+ "ExceptionMessage":{"type":"string"},
235
+ "FailedCreateWorkspaceRequest":{
236
+ "type":"structure",
237
+ "members":{
238
+ "WorkspaceRequest":{"shape":"WorkspaceRequest"},
239
+ "ErrorCode":{"shape":"ErrorType"},
240
+ "ErrorMessage":{"shape":"Description"}
241
+ }
242
+ },
243
+ "FailedCreateWorkspaceRequests":{
244
+ "type":"list",
245
+ "member":{"shape":"FailedCreateWorkspaceRequest"}
246
+ },
247
+ "FailedRebootWorkspaceRequests":{
248
+ "type":"list",
249
+ "member":{"shape":"FailedWorkspaceChangeRequest"}
250
+ },
251
+ "FailedRebuildWorkspaceRequests":{
252
+ "type":"list",
253
+ "member":{"shape":"FailedWorkspaceChangeRequest"}
254
+ },
255
+ "FailedTerminateWorkspaceRequests":{
256
+ "type":"list",
257
+ "member":{"shape":"FailedWorkspaceChangeRequest"}
258
+ },
259
+ "FailedWorkspaceChangeRequest":{
260
+ "type":"structure",
261
+ "members":{
262
+ "WorkspaceId":{"shape":"WorkspaceId"},
263
+ "ErrorCode":{"shape":"ErrorType"},
264
+ "ErrorMessage":{"shape":"Description"}
265
+ }
266
+ },
267
+ "InvalidParameterValuesException":{
268
+ "type":"structure",
269
+ "members":{
270
+ "message":{"shape":"ExceptionMessage"}
271
+ },
272
+ "exception":true
273
+ },
274
+ "IpAddress":{"type":"string"},
275
+ "Limit":{
276
+ "type":"integer",
277
+ "min":1,
278
+ "max":25
279
+ },
280
+ "NonEmptyString":{
281
+ "type":"string",
282
+ "min":1
283
+ },
284
+ "PaginationToken":{
285
+ "type":"string",
286
+ "min":1,
287
+ "max":63
288
+ },
289
+ "RebootRequest":{
290
+ "type":"structure",
291
+ "required":["WorkspaceId"],
292
+ "members":{
293
+ "WorkspaceId":{"shape":"WorkspaceId"}
294
+ }
295
+ },
296
+ "RebootWorkspaceRequests":{
297
+ "type":"list",
298
+ "member":{"shape":"RebootRequest"},
299
+ "min":1,
300
+ "max":25
301
+ },
302
+ "RebootWorkspacesRequest":{
303
+ "type":"structure",
304
+ "required":["RebootWorkspaceRequests"],
305
+ "members":{
306
+ "RebootWorkspaceRequests":{"shape":"RebootWorkspaceRequests"}
307
+ }
308
+ },
309
+ "RebootWorkspacesResult":{
310
+ "type":"structure",
311
+ "members":{
312
+ "FailedRequests":{"shape":"FailedRebootWorkspaceRequests"}
313
+ }
314
+ },
315
+ "RebuildRequest":{
316
+ "type":"structure",
317
+ "required":["WorkspaceId"],
318
+ "members":{
319
+ "WorkspaceId":{"shape":"WorkspaceId"}
320
+ }
321
+ },
322
+ "RebuildWorkspaceRequests":{
323
+ "type":"list",
324
+ "member":{"shape":"RebuildRequest"},
325
+ "min":1,
326
+ "max":1
327
+ },
328
+ "RebuildWorkspacesRequest":{
329
+ "type":"structure",
330
+ "required":["RebuildWorkspaceRequests"],
331
+ "members":{
332
+ "RebuildWorkspaceRequests":{"shape":"RebuildWorkspaceRequests"}
333
+ }
334
+ },
335
+ "RebuildWorkspacesResult":{
336
+ "type":"structure",
337
+ "members":{
338
+ "FailedRequests":{"shape":"FailedRebuildWorkspaceRequests"}
339
+ }
340
+ },
341
+ "RegistrationCode":{
342
+ "type":"string",
343
+ "min":1,
344
+ "max":20
345
+ },
346
+ "ResourceLimitExceededException":{
347
+ "type":"structure",
348
+ "members":{
349
+ "message":{"shape":"ExceptionMessage"}
350
+ },
351
+ "exception":true
352
+ },
353
+ "ResourceUnavailableException":{
354
+ "type":"structure",
355
+ "members":{
356
+ "message":{"shape":"ExceptionMessage"},
357
+ "ResourceId":{"shape":"NonEmptyString"}
358
+ },
359
+ "exception":true
360
+ },
361
+ "SecurityGroupId":{
362
+ "type":"string",
363
+ "pattern":"^(sg-[0-9a-f]{8})$"
364
+ },
365
+ "SubnetId":{
366
+ "type":"string",
367
+ "pattern":"^(subnet-[0-9a-f]{8})$"
368
+ },
369
+ "SubnetIds":{
370
+ "type":"list",
371
+ "member":{"shape":"SubnetId"}
372
+ },
373
+ "TerminateRequest":{
374
+ "type":"structure",
375
+ "required":["WorkspaceId"],
376
+ "members":{
377
+ "WorkspaceId":{"shape":"WorkspaceId"}
378
+ }
379
+ },
380
+ "TerminateWorkspaceRequests":{
381
+ "type":"list",
382
+ "member":{"shape":"TerminateRequest"},
383
+ "min":1,
384
+ "max":25
385
+ },
386
+ "TerminateWorkspacesRequest":{
387
+ "type":"structure",
388
+ "required":["TerminateWorkspaceRequests"],
389
+ "members":{
390
+ "TerminateWorkspaceRequests":{"shape":"TerminateWorkspaceRequests"}
391
+ }
392
+ },
393
+ "TerminateWorkspacesResult":{
394
+ "type":"structure",
395
+ "members":{
396
+ "FailedRequests":{"shape":"FailedTerminateWorkspaceRequests"}
397
+ }
398
+ },
399
+ "UserName":{
400
+ "type":"string",
401
+ "min":1,
402
+ "max":63
403
+ },
404
+ "UserStorage":{
405
+ "type":"structure",
406
+ "members":{
407
+ "Capacity":{"shape":"NonEmptyString"}
408
+ }
409
+ },
410
+ "Workspace":{
411
+ "type":"structure",
412
+ "members":{
413
+ "WorkspaceId":{"shape":"WorkspaceId"},
414
+ "DirectoryId":{"shape":"DirectoryId"},
415
+ "UserName":{"shape":"UserName"},
416
+ "IpAddress":{"shape":"IpAddress"},
417
+ "State":{"shape":"WorkspaceState"},
418
+ "BundleId":{"shape":"BundleId"},
419
+ "SubnetId":{"shape":"SubnetId"},
420
+ "ErrorMessage":{"shape":"Description"},
421
+ "ErrorCode":{"shape":"WorkspaceErrorCode"}
422
+ }
423
+ },
424
+ "WorkspaceBundle":{
425
+ "type":"structure",
426
+ "members":{
427
+ "BundleId":{"shape":"BundleId"},
428
+ "Name":{"shape":"NonEmptyString"},
429
+ "Owner":{"shape":"BundleOwner"},
430
+ "Description":{"shape":"Description"},
431
+ "UserStorage":{"shape":"UserStorage"},
432
+ "ComputeType":{"shape":"ComputeType"}
433
+ }
434
+ },
435
+ "WorkspaceDirectory":{
436
+ "type":"structure",
437
+ "members":{
438
+ "DirectoryId":{"shape":"DirectoryId"},
439
+ "Alias":{"shape":"Alias"},
440
+ "DirectoryName":{"shape":"DirectoryName"},
441
+ "RegistrationCode":{"shape":"RegistrationCode"},
442
+ "SubnetIds":{"shape":"SubnetIds"},
443
+ "DnsIpAddresses":{"shape":"DnsIpAddresses"},
444
+ "CustomerUserName":{"shape":"UserName"},
445
+ "IamRoleId":{"shape":"ARN"},
446
+ "DirectoryType":{"shape":"WorkspaceDirectoryType"},
447
+ "WorkspaceSecurityGroupId":{"shape":"SecurityGroupId"},
448
+ "State":{"shape":"WorkspaceDirectoryState"},
449
+ "WorkspaceCreationProperties":{"shape":"DefaultWorkspaceCreationProperties"}
450
+ }
451
+ },
452
+ "WorkspaceDirectoryState":{
453
+ "type":"string",
454
+ "enum":[
455
+ "REGISTERING",
456
+ "REGISTERED",
457
+ "DEREGISTERING",
458
+ "DEREGISTERED",
459
+ "ERROR"
460
+ ]
461
+ },
462
+ "WorkspaceDirectoryType":{
463
+ "type":"string",
464
+ "enum":[
465
+ "SIMPLE_AD",
466
+ "AD_CONNECTOR"
467
+ ]
468
+ },
469
+ "WorkspaceErrorCode":{"type":"string"},
470
+ "WorkspaceId":{
471
+ "type":"string",
472
+ "pattern":"^ws-[0-9a-z]{8,63}$"
473
+ },
474
+ "WorkspaceIdList":{
475
+ "type":"list",
476
+ "member":{"shape":"WorkspaceId"},
477
+ "min":1,
478
+ "max":25
479
+ },
480
+ "WorkspaceList":{
481
+ "type":"list",
482
+ "member":{"shape":"Workspace"}
483
+ },
484
+ "WorkspaceRequest":{
485
+ "type":"structure",
486
+ "required":[
487
+ "DirectoryId",
488
+ "UserName",
489
+ "BundleId"
490
+ ],
491
+ "members":{
492
+ "DirectoryId":{"shape":"DirectoryId"},
493
+ "UserName":{"shape":"UserName"},
494
+ "BundleId":{"shape":"BundleId"}
495
+ }
496
+ },
497
+ "WorkspaceRequestList":{
498
+ "type":"list",
499
+ "member":{"shape":"WorkspaceRequest"},
500
+ "min":1,
501
+ "max":25
502
+ },
503
+ "WorkspaceState":{
504
+ "type":"string",
505
+ "enum":[
506
+ "PENDING",
507
+ "AVAILABLE",
508
+ "IMPAIRED",
509
+ "UNHEALTHY",
510
+ "REBOOTING",
511
+ "REBUILDING",
512
+ "TERMINATING",
513
+ "TERMINATED",
514
+ "SUSPENDED",
515
+ "ERROR"
516
+ ]
517
+ }
518
+ }
519
+ }