aws-sdk-core 2.11.209 → 2.11.210

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: 2f6b808fee2782dcd38fbb6bee30e48fe6922e0b
4
- data.tar.gz: ee95100d6b5fd5cc3d8b5665770bc239811e9f39
3
+ metadata.gz: e7aea999728affe9196df58c4bd895731a86a5ac
4
+ data.tar.gz: 37a826a73efeae1c8749e71609bf87aff43d27fd
5
5
  SHA512:
6
- metadata.gz: 68c45c212a0780d46be521c0b53b10e091d38c6045df482511aa28239d4d04fef2ac5251fb3218f796fa61f1b5e804fcdaefbf88898a77da1649b2772ec305c3
7
- data.tar.gz: d85f968d4606d5fc42181747bf31d9f4946cf7bf0dd26451678c13bd287d70074d7f059bfe6bd5e2cd2717e56fc8fb8e179d91e92fc5026967a9e616f20cf8bd
6
+ metadata.gz: 1010009a567dceaa60aac419a5d39a1892ceccd6a6bbb7c7ab745a8a97c849aca4e1a4cbe4bd7347c911aeadae7f3828c6ee0236fd1ae4b58d11c746a68e5867
7
+ data.tar.gz: 9d736d2a63c13c8894f036b26dd78c429a3944c71af68d31eaaf5a3b7bb863951dc46801356acfa521262f56154a7290d79731b65539378f8f99cb02c59ca345
@@ -24,6 +24,7 @@
24
24
  "errors":[
25
25
  {"shape":"InvalidArgsException"},
26
26
  {"shape":"InvalidPolicyException"},
27
+ {"shape":"InvalidTagException"},
27
28
  {"shape":"LimitExceededException"}
28
29
  ],
29
30
  "idempotent":true
@@ -218,6 +219,7 @@
218
219
  {"shape":"ConcurrentModificationException"},
219
220
  {"shape":"InvalidArnException"},
220
221
  {"shape":"InvalidStateException"},
222
+ {"shape":"LimitExceededException"},
221
223
  {"shape":"ResourceNotFoundException"},
222
224
  {"shape":"RequestAlreadyProcessedException"},
223
225
  {"shape":"RequestInProgressException"},
@@ -428,7 +430,8 @@
428
430
  "CertificateAuthorityConfiguration":{"shape":"CertificateAuthorityConfiguration"},
429
431
  "RevocationConfiguration":{"shape":"RevocationConfiguration"},
430
432
  "CertificateAuthorityType":{"shape":"CertificateAuthorityType"},
431
- "IdempotencyToken":{"shape":"IdempotencyToken"}
433
+ "IdempotencyToken":{"shape":"IdempotencyToken"},
434
+ "Tags":{"shape":"TagList"}
432
435
  }
433
436
  },
434
437
  "CreateCertificateAuthorityResponse":{
@@ -869,7 +872,7 @@
869
872
  "type":"string",
870
873
  "max":128,
871
874
  "min":1,
872
- "pattern":"[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*"
875
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
873
876
  },
874
877
  "TagList":{
875
878
  "type":"list",
@@ -881,7 +884,7 @@
881
884
  "type":"string",
882
885
  "max":256,
883
886
  "min":0,
884
- "pattern":"[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*"
887
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
885
888
  },
886
889
  "TooManyTagsException":{
887
890
  "type":"structure",
@@ -48,6 +48,12 @@
48
48
  "matcher": "path",
49
49
  "argument": "AuditReportStatus",
50
50
  "expected": "SUCCESS"
51
+ },
52
+ {
53
+ "state": "failure",
54
+ "matcher": "path",
55
+ "argument": "AuditReportStatus",
56
+ "expected": "FAILED"
51
57
  }
52
58
  ]
53
59
  }
@@ -35,7 +35,7 @@
35
35
  "shapes" : {
36
36
  "Data" : {
37
37
  "type" : "blob",
38
- "max" : "131072"
38
+ "max" : 131072
39
39
  },
40
40
  "ForbiddenException" : {
41
41
  "type" : "structure",
@@ -93,4 +93,4 @@
93
93
  "type" : "string"
94
94
  }
95
95
  }
96
- }
96
+ }
@@ -0,0 +1,873 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-09-25",
5
+ "endpointPrefix":"worklink",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"WorkLink",
9
+ "serviceFullName":"Amazon WorkLink",
10
+ "serviceId":"WorkLink",
11
+ "signatureVersion":"v4",
12
+ "signingName":"worklink",
13
+ "uid":"worklink-2018-09-25"
14
+ },
15
+ "operations":{
16
+ "AssociateWebsiteCertificateAuthority":{
17
+ "name":"AssociateWebsiteCertificateAuthority",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/associateWebsiteCertificateAuthority"
21
+ },
22
+ "input":{"shape":"AssociateWebsiteCertificateAuthorityRequest"},
23
+ "output":{"shape":"AssociateWebsiteCertificateAuthorityResponse"},
24
+ "errors":[
25
+ {"shape":"UnauthorizedException"},
26
+ {"shape":"InternalServerErrorException"},
27
+ {"shape":"InvalidRequestException"},
28
+ {"shape":"ResourceNotFoundException"},
29
+ {"shape":"ResourceAlreadyExistsException"},
30
+ {"shape":"TooManyRequestsException"}
31
+ ]
32
+ },
33
+ "CreateFleet":{
34
+ "name":"CreateFleet",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/createFleet"
38
+ },
39
+ "input":{"shape":"CreateFleetRequest"},
40
+ "output":{"shape":"CreateFleetResponse"},
41
+ "errors":[
42
+ {"shape":"UnauthorizedException"},
43
+ {"shape":"InternalServerErrorException"},
44
+ {"shape":"InvalidRequestException"},
45
+ {"shape":"ResourceNotFoundException"},
46
+ {"shape":"ResourceAlreadyExistsException"},
47
+ {"shape":"TooManyRequestsException"}
48
+ ]
49
+ },
50
+ "DeleteFleet":{
51
+ "name":"DeleteFleet",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/deleteFleet"
55
+ },
56
+ "input":{"shape":"DeleteFleetRequest"},
57
+ "output":{"shape":"DeleteFleetResponse"},
58
+ "errors":[
59
+ {"shape":"UnauthorizedException"},
60
+ {"shape":"InternalServerErrorException"},
61
+ {"shape":"InvalidRequestException"},
62
+ {"shape":"ResourceNotFoundException"},
63
+ {"shape":"TooManyRequestsException"}
64
+ ]
65
+ },
66
+ "DescribeAuditStreamConfiguration":{
67
+ "name":"DescribeAuditStreamConfiguration",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/describeAuditStreamConfiguration"
71
+ },
72
+ "input":{"shape":"DescribeAuditStreamConfigurationRequest"},
73
+ "output":{"shape":"DescribeAuditStreamConfigurationResponse"},
74
+ "errors":[
75
+ {"shape":"UnauthorizedException"},
76
+ {"shape":"InternalServerErrorException"},
77
+ {"shape":"InvalidRequestException"},
78
+ {"shape":"ResourceNotFoundException"},
79
+ {"shape":"TooManyRequestsException"}
80
+ ]
81
+ },
82
+ "DescribeCompanyNetworkConfiguration":{
83
+ "name":"DescribeCompanyNetworkConfiguration",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/describeCompanyNetworkConfiguration"
87
+ },
88
+ "input":{"shape":"DescribeCompanyNetworkConfigurationRequest"},
89
+ "output":{"shape":"DescribeCompanyNetworkConfigurationResponse"},
90
+ "errors":[
91
+ {"shape":"UnauthorizedException"},
92
+ {"shape":"InternalServerErrorException"},
93
+ {"shape":"InvalidRequestException"},
94
+ {"shape":"ResourceNotFoundException"},
95
+ {"shape":"TooManyRequestsException"}
96
+ ]
97
+ },
98
+ "DescribeDevice":{
99
+ "name":"DescribeDevice",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/describeDevice"
103
+ },
104
+ "input":{"shape":"DescribeDeviceRequest"},
105
+ "output":{"shape":"DescribeDeviceResponse"},
106
+ "errors":[
107
+ {"shape":"UnauthorizedException"},
108
+ {"shape":"InternalServerErrorException"},
109
+ {"shape":"InvalidRequestException"},
110
+ {"shape":"ResourceNotFoundException"},
111
+ {"shape":"TooManyRequestsException"}
112
+ ]
113
+ },
114
+ "DescribeDevicePolicyConfiguration":{
115
+ "name":"DescribeDevicePolicyConfiguration",
116
+ "http":{
117
+ "method":"POST",
118
+ "requestUri":"/describeDevicePolicyConfiguration"
119
+ },
120
+ "input":{"shape":"DescribeDevicePolicyConfigurationRequest"},
121
+ "output":{"shape":"DescribeDevicePolicyConfigurationResponse"},
122
+ "errors":[
123
+ {"shape":"UnauthorizedException"},
124
+ {"shape":"InternalServerErrorException"},
125
+ {"shape":"InvalidRequestException"},
126
+ {"shape":"ResourceNotFoundException"},
127
+ {"shape":"TooManyRequestsException"}
128
+ ]
129
+ },
130
+ "DescribeFleetMetadata":{
131
+ "name":"DescribeFleetMetadata",
132
+ "http":{
133
+ "method":"POST",
134
+ "requestUri":"/describeFleetMetadata"
135
+ },
136
+ "input":{"shape":"DescribeFleetMetadataRequest"},
137
+ "output":{"shape":"DescribeFleetMetadataResponse"},
138
+ "errors":[
139
+ {"shape":"UnauthorizedException"},
140
+ {"shape":"InternalServerErrorException"},
141
+ {"shape":"InvalidRequestException"},
142
+ {"shape":"ResourceNotFoundException"},
143
+ {"shape":"TooManyRequestsException"}
144
+ ]
145
+ },
146
+ "DescribeIdentityProviderConfiguration":{
147
+ "name":"DescribeIdentityProviderConfiguration",
148
+ "http":{
149
+ "method":"POST",
150
+ "requestUri":"/describeIdentityProviderConfiguration"
151
+ },
152
+ "input":{"shape":"DescribeIdentityProviderConfigurationRequest"},
153
+ "output":{"shape":"DescribeIdentityProviderConfigurationResponse"},
154
+ "errors":[
155
+ {"shape":"UnauthorizedException"},
156
+ {"shape":"InternalServerErrorException"},
157
+ {"shape":"InvalidRequestException"},
158
+ {"shape":"ResourceNotFoundException"},
159
+ {"shape":"TooManyRequestsException"}
160
+ ]
161
+ },
162
+ "DescribeWebsiteCertificateAuthority":{
163
+ "name":"DescribeWebsiteCertificateAuthority",
164
+ "http":{
165
+ "method":"POST",
166
+ "requestUri":"/describeWebsiteCertificateAuthority"
167
+ },
168
+ "input":{"shape":"DescribeWebsiteCertificateAuthorityRequest"},
169
+ "output":{"shape":"DescribeWebsiteCertificateAuthorityResponse"},
170
+ "errors":[
171
+ {"shape":"UnauthorizedException"},
172
+ {"shape":"InternalServerErrorException"},
173
+ {"shape":"InvalidRequestException"},
174
+ {"shape":"ResourceNotFoundException"},
175
+ {"shape":"TooManyRequestsException"}
176
+ ]
177
+ },
178
+ "DisassociateWebsiteCertificateAuthority":{
179
+ "name":"DisassociateWebsiteCertificateAuthority",
180
+ "http":{
181
+ "method":"POST",
182
+ "requestUri":"/disassociateWebsiteCertificateAuthority"
183
+ },
184
+ "input":{"shape":"DisassociateWebsiteCertificateAuthorityRequest"},
185
+ "output":{"shape":"DisassociateWebsiteCertificateAuthorityResponse"},
186
+ "errors":[
187
+ {"shape":"UnauthorizedException"},
188
+ {"shape":"InternalServerErrorException"},
189
+ {"shape":"InvalidRequestException"},
190
+ {"shape":"ResourceNotFoundException"},
191
+ {"shape":"TooManyRequestsException"}
192
+ ]
193
+ },
194
+ "ListDevices":{
195
+ "name":"ListDevices",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/listDevices"
199
+ },
200
+ "input":{"shape":"ListDevicesRequest"},
201
+ "output":{"shape":"ListDevicesResponse"},
202
+ "errors":[
203
+ {"shape":"UnauthorizedException"},
204
+ {"shape":"InternalServerErrorException"},
205
+ {"shape":"InvalidRequestException"},
206
+ {"shape":"ResourceNotFoundException"},
207
+ {"shape":"TooManyRequestsException"}
208
+ ]
209
+ },
210
+ "ListFleets":{
211
+ "name":"ListFleets",
212
+ "http":{
213
+ "method":"POST",
214
+ "requestUri":"/listFleets"
215
+ },
216
+ "input":{"shape":"ListFleetsRequest"},
217
+ "output":{"shape":"ListFleetsResponse"},
218
+ "errors":[
219
+ {"shape":"UnauthorizedException"},
220
+ {"shape":"InternalServerErrorException"},
221
+ {"shape":"InvalidRequestException"},
222
+ {"shape":"TooManyRequestsException"}
223
+ ]
224
+ },
225
+ "ListWebsiteCertificateAuthorities":{
226
+ "name":"ListWebsiteCertificateAuthorities",
227
+ "http":{
228
+ "method":"POST",
229
+ "requestUri":"/listWebsiteCertificateAuthorities"
230
+ },
231
+ "input":{"shape":"ListWebsiteCertificateAuthoritiesRequest"},
232
+ "output":{"shape":"ListWebsiteCertificateAuthoritiesResponse"},
233
+ "errors":[
234
+ {"shape":"UnauthorizedException"},
235
+ {"shape":"InternalServerErrorException"},
236
+ {"shape":"InvalidRequestException"},
237
+ {"shape":"TooManyRequestsException"}
238
+ ]
239
+ },
240
+ "SignOutUser":{
241
+ "name":"SignOutUser",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/signOutUser"
245
+ },
246
+ "input":{"shape":"SignOutUserRequest"},
247
+ "output":{"shape":"SignOutUserResponse"},
248
+ "errors":[
249
+ {"shape":"UnauthorizedException"},
250
+ {"shape":"InternalServerErrorException"},
251
+ {"shape":"InvalidRequestException"},
252
+ {"shape":"ResourceNotFoundException"},
253
+ {"shape":"TooManyRequestsException"}
254
+ ]
255
+ },
256
+ "UpdateAuditStreamConfiguration":{
257
+ "name":"UpdateAuditStreamConfiguration",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/updateAuditStreamConfiguration"
261
+ },
262
+ "input":{"shape":"UpdateAuditStreamConfigurationRequest"},
263
+ "output":{"shape":"UpdateAuditStreamConfigurationResponse"},
264
+ "errors":[
265
+ {"shape":"UnauthorizedException"},
266
+ {"shape":"InternalServerErrorException"},
267
+ {"shape":"InvalidRequestException"},
268
+ {"shape":"ResourceNotFoundException"},
269
+ {"shape":"TooManyRequestsException"}
270
+ ]
271
+ },
272
+ "UpdateCompanyNetworkConfiguration":{
273
+ "name":"UpdateCompanyNetworkConfiguration",
274
+ "http":{
275
+ "method":"POST",
276
+ "requestUri":"/updateCompanyNetworkConfiguration"
277
+ },
278
+ "input":{"shape":"UpdateCompanyNetworkConfigurationRequest"},
279
+ "output":{"shape":"UpdateCompanyNetworkConfigurationResponse"},
280
+ "errors":[
281
+ {"shape":"UnauthorizedException"},
282
+ {"shape":"InternalServerErrorException"},
283
+ {"shape":"InvalidRequestException"},
284
+ {"shape":"ResourceNotFoundException"},
285
+ {"shape":"TooManyRequestsException"}
286
+ ]
287
+ },
288
+ "UpdateDevicePolicyConfiguration":{
289
+ "name":"UpdateDevicePolicyConfiguration",
290
+ "http":{
291
+ "method":"POST",
292
+ "requestUri":"/updateDevicePolicyConfiguration"
293
+ },
294
+ "input":{"shape":"UpdateDevicePolicyConfigurationRequest"},
295
+ "output":{"shape":"UpdateDevicePolicyConfigurationResponse"},
296
+ "errors":[
297
+ {"shape":"UnauthorizedException"},
298
+ {"shape":"InternalServerErrorException"},
299
+ {"shape":"InvalidRequestException"},
300
+ {"shape":"ResourceNotFoundException"},
301
+ {"shape":"TooManyRequestsException"}
302
+ ]
303
+ },
304
+ "UpdateFleetMetadata":{
305
+ "name":"UpdateFleetMetadata",
306
+ "http":{
307
+ "method":"POST",
308
+ "requestUri":"/UpdateFleetMetadata"
309
+ },
310
+ "input":{"shape":"UpdateFleetMetadataRequest"},
311
+ "output":{"shape":"UpdateFleetMetadataResponse"},
312
+ "errors":[
313
+ {"shape":"UnauthorizedException"},
314
+ {"shape":"InternalServerErrorException"},
315
+ {"shape":"InvalidRequestException"},
316
+ {"shape":"ResourceNotFoundException"},
317
+ {"shape":"TooManyRequestsException"}
318
+ ]
319
+ },
320
+ "UpdateIdentityProviderConfiguration":{
321
+ "name":"UpdateIdentityProviderConfiguration",
322
+ "http":{
323
+ "method":"POST",
324
+ "requestUri":"/updateIdentityProviderConfiguration"
325
+ },
326
+ "input":{"shape":"UpdateIdentityProviderConfigurationRequest"},
327
+ "output":{"shape":"UpdateIdentityProviderConfigurationResponse"},
328
+ "errors":[
329
+ {"shape":"UnauthorizedException"},
330
+ {"shape":"InternalServerErrorException"},
331
+ {"shape":"InvalidRequestException"},
332
+ {"shape":"ResourceNotFoundException"},
333
+ {"shape":"TooManyRequestsException"}
334
+ ]
335
+ }
336
+ },
337
+ "shapes":{
338
+ "AssociateWebsiteCertificateAuthorityRequest":{
339
+ "type":"structure",
340
+ "required":[
341
+ "FleetArn",
342
+ "Certificate"
343
+ ],
344
+ "members":{
345
+ "FleetArn":{"shape":"FleetArn"},
346
+ "Certificate":{"shape":"Certificate"},
347
+ "DisplayName":{"shape":"DisplayName"}
348
+ }
349
+ },
350
+ "AssociateWebsiteCertificateAuthorityResponse":{
351
+ "type":"structure",
352
+ "members":{
353
+ "WebsiteCaId":{"shape":"Id"}
354
+ }
355
+ },
356
+ "AuditStreamArn":{"type":"string"},
357
+ "Boolean":{"type":"boolean"},
358
+ "Certificate":{
359
+ "type":"string",
360
+ "max":8192,
361
+ "min":1,
362
+ "pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
363
+ },
364
+ "CertificateChain":{
365
+ "type":"string",
366
+ "max":32768,
367
+ "min":1,
368
+ "pattern":"(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
369
+ },
370
+ "CompanyCode":{
371
+ "type":"string",
372
+ "max":32,
373
+ "min":1
374
+ },
375
+ "CreateFleetRequest":{
376
+ "type":"structure",
377
+ "required":["FleetName"],
378
+ "members":{
379
+ "FleetName":{"shape":"FleetName"},
380
+ "DisplayName":{"shape":"DisplayName"},
381
+ "OptimizeForEndUserLocation":{"shape":"Boolean"}
382
+ }
383
+ },
384
+ "CreateFleetResponse":{
385
+ "type":"structure",
386
+ "members":{
387
+ "FleetArn":{"shape":"FleetArn"}
388
+ }
389
+ },
390
+ "DateTime":{"type":"timestamp"},
391
+ "DeleteFleetRequest":{
392
+ "type":"structure",
393
+ "required":["FleetArn"],
394
+ "members":{
395
+ "FleetArn":{"shape":"FleetArn"}
396
+ }
397
+ },
398
+ "DeleteFleetResponse":{
399
+ "type":"structure",
400
+ "members":{
401
+ }
402
+ },
403
+ "DescribeAuditStreamConfigurationRequest":{
404
+ "type":"structure",
405
+ "required":["FleetArn"],
406
+ "members":{
407
+ "FleetArn":{"shape":"FleetArn"}
408
+ }
409
+ },
410
+ "DescribeAuditStreamConfigurationResponse":{
411
+ "type":"structure",
412
+ "members":{
413
+ "AuditStreamArn":{"shape":"AuditStreamArn"}
414
+ }
415
+ },
416
+ "DescribeCompanyNetworkConfigurationRequest":{
417
+ "type":"structure",
418
+ "required":["FleetArn"],
419
+ "members":{
420
+ "FleetArn":{"shape":"FleetArn"}
421
+ }
422
+ },
423
+ "DescribeCompanyNetworkConfigurationResponse":{
424
+ "type":"structure",
425
+ "members":{
426
+ "VpcId":{"shape":"VpcId"},
427
+ "SubnetIds":{"shape":"SubnetIds"},
428
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
429
+ }
430
+ },
431
+ "DescribeDevicePolicyConfigurationRequest":{
432
+ "type":"structure",
433
+ "required":["FleetArn"],
434
+ "members":{
435
+ "FleetArn":{"shape":"FleetArn"}
436
+ }
437
+ },
438
+ "DescribeDevicePolicyConfigurationResponse":{
439
+ "type":"structure",
440
+ "members":{
441
+ "DeviceCaCertificate":{"shape":"Certificate"}
442
+ }
443
+ },
444
+ "DescribeDeviceRequest":{
445
+ "type":"structure",
446
+ "required":[
447
+ "FleetArn",
448
+ "DeviceId"
449
+ ],
450
+ "members":{
451
+ "FleetArn":{"shape":"FleetArn"},
452
+ "DeviceId":{"shape":"Id"}
453
+ }
454
+ },
455
+ "DescribeDeviceResponse":{
456
+ "type":"structure",
457
+ "members":{
458
+ "Status":{"shape":"DeviceStatus"},
459
+ "Model":{"shape":"DeviceModel"},
460
+ "Manufacturer":{"shape":"DeviceManufacturer"},
461
+ "OperatingSystem":{"shape":"DeviceOperatingSystemName"},
462
+ "OperatingSystemVersion":{"shape":"DeviceOperatingSystemVersion"},
463
+ "PatchLevel":{"shape":"DevicePatchLevel"},
464
+ "FirstAccessedTime":{"shape":"DateTime"},
465
+ "LastAccessedTime":{"shape":"DateTime"},
466
+ "Username":{"shape":"Username"}
467
+ }
468
+ },
469
+ "DescribeFleetMetadataRequest":{
470
+ "type":"structure",
471
+ "required":["FleetArn"],
472
+ "members":{
473
+ "FleetArn":{"shape":"FleetArn"}
474
+ }
475
+ },
476
+ "DescribeFleetMetadataResponse":{
477
+ "type":"structure",
478
+ "members":{
479
+ "CreatedTime":{"shape":"DateTime"},
480
+ "LastUpdatedTime":{"shape":"DateTime"},
481
+ "FleetName":{"shape":"FleetName"},
482
+ "DisplayName":{"shape":"DisplayName"},
483
+ "OptimizeForEndUserLocation":{"shape":"Boolean"},
484
+ "CompanyCode":{"shape":"CompanyCode"},
485
+ "FleetStatus":{"shape":"FleetStatus"}
486
+ }
487
+ },
488
+ "DescribeIdentityProviderConfigurationRequest":{
489
+ "type":"structure",
490
+ "required":["FleetArn"],
491
+ "members":{
492
+ "FleetArn":{"shape":"FleetArn"}
493
+ }
494
+ },
495
+ "DescribeIdentityProviderConfigurationResponse":{
496
+ "type":"structure",
497
+ "members":{
498
+ "IdentityProviderType":{"shape":"IdentityProviderType"},
499
+ "ServiceProviderSamlMetadata":{"shape":"SamlMetadata"},
500
+ "IdentityProviderSamlMetadata":{"shape":"SamlMetadata"}
501
+ }
502
+ },
503
+ "DescribeWebsiteCertificateAuthorityRequest":{
504
+ "type":"structure",
505
+ "required":[
506
+ "FleetArn",
507
+ "WebsiteCaId"
508
+ ],
509
+ "members":{
510
+ "FleetArn":{"shape":"FleetArn"},
511
+ "WebsiteCaId":{"shape":"Id"}
512
+ }
513
+ },
514
+ "DescribeWebsiteCertificateAuthorityResponse":{
515
+ "type":"structure",
516
+ "members":{
517
+ "Certificate":{"shape":"Certificate"},
518
+ "CreatedTime":{"shape":"DateTime"},
519
+ "DisplayName":{"shape":"DisplayName"}
520
+ }
521
+ },
522
+ "DeviceManufacturer":{
523
+ "type":"string",
524
+ "max":256,
525
+ "min":1
526
+ },
527
+ "DeviceModel":{
528
+ "type":"string",
529
+ "max":256,
530
+ "min":1
531
+ },
532
+ "DeviceOperatingSystemName":{
533
+ "type":"string",
534
+ "max":256,
535
+ "min":1
536
+ },
537
+ "DeviceOperatingSystemVersion":{
538
+ "type":"string",
539
+ "max":256,
540
+ "min":1
541
+ },
542
+ "DevicePatchLevel":{
543
+ "type":"string",
544
+ "max":256,
545
+ "min":1
546
+ },
547
+ "DeviceStatus":{
548
+ "type":"string",
549
+ "enum":[
550
+ "ACTIVE",
551
+ "SIGNED_OUT"
552
+ ]
553
+ },
554
+ "DeviceSummary":{
555
+ "type":"structure",
556
+ "members":{
557
+ "DeviceId":{"shape":"Id"},
558
+ "DeviceStatus":{"shape":"DeviceStatus"}
559
+ }
560
+ },
561
+ "DeviceSummaryList":{
562
+ "type":"list",
563
+ "member":{"shape":"DeviceSummary"}
564
+ },
565
+ "DisassociateWebsiteCertificateAuthorityRequest":{
566
+ "type":"structure",
567
+ "required":[
568
+ "FleetArn",
569
+ "WebsiteCaId"
570
+ ],
571
+ "members":{
572
+ "FleetArn":{"shape":"FleetArn"},
573
+ "WebsiteCaId":{"shape":"Id"}
574
+ }
575
+ },
576
+ "DisassociateWebsiteCertificateAuthorityResponse":{
577
+ "type":"structure",
578
+ "members":{
579
+ }
580
+ },
581
+ "DisplayName":{
582
+ "type":"string",
583
+ "max":100
584
+ },
585
+ "ExceptionMessage":{"type":"string"},
586
+ "FleetArn":{
587
+ "type":"string",
588
+ "max":2048,
589
+ "min":20
590
+ },
591
+ "FleetName":{
592
+ "type":"string",
593
+ "max":48,
594
+ "min":1,
595
+ "pattern":"^[a-z0-9](?:[a-z0-9\\-]{0,46}[a-z0-9])?$"
596
+ },
597
+ "FleetStatus":{
598
+ "type":"string",
599
+ "enum":[
600
+ "CREATING",
601
+ "ACTIVE",
602
+ "DELETING",
603
+ "DELETED",
604
+ "FAILED_TO_CREATE",
605
+ "FAILED_TO_DELETE"
606
+ ]
607
+ },
608
+ "FleetSummary":{
609
+ "type":"structure",
610
+ "members":{
611
+ "FleetArn":{"shape":"FleetArn"},
612
+ "CreatedTime":{"shape":"DateTime"},
613
+ "LastUpdatedTime":{"shape":"DateTime"},
614
+ "FleetName":{"shape":"FleetName"},
615
+ "DisplayName":{"shape":"DisplayName"},
616
+ "CompanyCode":{"shape":"CompanyCode"},
617
+ "FleetStatus":{"shape":"FleetStatus"}
618
+ }
619
+ },
620
+ "FleetSummaryList":{
621
+ "type":"list",
622
+ "member":{"shape":"FleetSummary"}
623
+ },
624
+ "Id":{
625
+ "type":"string",
626
+ "max":256,
627
+ "min":1
628
+ },
629
+ "IdentityProviderType":{
630
+ "type":"string",
631
+ "enum":["SAML"]
632
+ },
633
+ "InternalServerErrorException":{
634
+ "type":"structure",
635
+ "members":{
636
+ "Message":{"shape":"ExceptionMessage"}
637
+ },
638
+ "error":{"httpStatusCode":500},
639
+ "exception":true
640
+ },
641
+ "InvalidRequestException":{
642
+ "type":"structure",
643
+ "members":{
644
+ "Message":{"shape":"ExceptionMessage"}
645
+ },
646
+ "error":{"httpStatusCode":400},
647
+ "exception":true
648
+ },
649
+ "ListDevicesRequest":{
650
+ "type":"structure",
651
+ "required":["FleetArn"],
652
+ "members":{
653
+ "FleetArn":{"shape":"FleetArn"},
654
+ "NextToken":{"shape":"NextToken"},
655
+ "MaxResults":{"shape":"MaxResults"}
656
+ }
657
+ },
658
+ "ListDevicesResponse":{
659
+ "type":"structure",
660
+ "members":{
661
+ "Devices":{"shape":"DeviceSummaryList"},
662
+ "NextToken":{"shape":"NextToken"}
663
+ }
664
+ },
665
+ "ListFleetsRequest":{
666
+ "type":"structure",
667
+ "members":{
668
+ "NextToken":{"shape":"NextToken"},
669
+ "MaxResults":{"shape":"MaxResults"}
670
+ }
671
+ },
672
+ "ListFleetsResponse":{
673
+ "type":"structure",
674
+ "members":{
675
+ "FleetSummaryList":{"shape":"FleetSummaryList"},
676
+ "NextToken":{"shape":"NextToken"}
677
+ }
678
+ },
679
+ "ListWebsiteCertificateAuthoritiesRequest":{
680
+ "type":"structure",
681
+ "required":["FleetArn"],
682
+ "members":{
683
+ "FleetArn":{"shape":"FleetArn"},
684
+ "MaxResults":{"shape":"MaxResults"},
685
+ "NextToken":{"shape":"NextToken"}
686
+ }
687
+ },
688
+ "ListWebsiteCertificateAuthoritiesResponse":{
689
+ "type":"structure",
690
+ "members":{
691
+ "WebsiteCertificateAuthorities":{"shape":"WebsiteCaSummaryList"},
692
+ "NextToken":{"shape":"NextToken"}
693
+ }
694
+ },
695
+ "MaxResults":{
696
+ "type":"integer",
697
+ "min":1
698
+ },
699
+ "NextToken":{
700
+ "type":"string",
701
+ "max":4096,
702
+ "min":1,
703
+ "pattern":"[\\w\\-]+"
704
+ },
705
+ "ResourceAlreadyExistsException":{
706
+ "type":"structure",
707
+ "members":{
708
+ "Message":{"shape":"ExceptionMessage"}
709
+ },
710
+ "error":{"httpStatusCode":400},
711
+ "exception":true
712
+ },
713
+ "ResourceNotFoundException":{
714
+ "type":"structure",
715
+ "members":{
716
+ "Message":{"shape":"ExceptionMessage"}
717
+ },
718
+ "error":{"httpStatusCode":404},
719
+ "exception":true
720
+ },
721
+ "SamlMetadata":{
722
+ "type":"string",
723
+ "max":204800,
724
+ "min":1
725
+ },
726
+ "SecurityGroupId":{
727
+ "type":"string",
728
+ "pattern":"^sg-([0-9a-f]{8}|[0-9a-f]{17})$"
729
+ },
730
+ "SecurityGroupIds":{
731
+ "type":"list",
732
+ "member":{"shape":"SecurityGroupId"}
733
+ },
734
+ "SignOutUserRequest":{
735
+ "type":"structure",
736
+ "required":[
737
+ "FleetArn",
738
+ "Username"
739
+ ],
740
+ "members":{
741
+ "FleetArn":{"shape":"FleetArn"},
742
+ "Username":{"shape":"Username"}
743
+ }
744
+ },
745
+ "SignOutUserResponse":{
746
+ "type":"structure",
747
+ "members":{
748
+ }
749
+ },
750
+ "SubnetId":{
751
+ "type":"string",
752
+ "pattern":"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
753
+ },
754
+ "SubnetIds":{
755
+ "type":"list",
756
+ "member":{"shape":"SubnetId"}
757
+ },
758
+ "TooManyRequestsException":{
759
+ "type":"structure",
760
+ "members":{
761
+ "Message":{"shape":"ExceptionMessage"}
762
+ },
763
+ "error":{"httpStatusCode":429},
764
+ "exception":true
765
+ },
766
+ "UnauthorizedException":{
767
+ "type":"structure",
768
+ "members":{
769
+ "Message":{"shape":"ExceptionMessage"}
770
+ },
771
+ "error":{"httpStatusCode":403},
772
+ "exception":true
773
+ },
774
+ "UpdateAuditStreamConfigurationRequest":{
775
+ "type":"structure",
776
+ "required":["FleetArn"],
777
+ "members":{
778
+ "FleetArn":{"shape":"FleetArn"},
779
+ "AuditStreamArn":{"shape":"AuditStreamArn"}
780
+ }
781
+ },
782
+ "UpdateAuditStreamConfigurationResponse":{
783
+ "type":"structure",
784
+ "members":{
785
+ }
786
+ },
787
+ "UpdateCompanyNetworkConfigurationRequest":{
788
+ "type":"structure",
789
+ "required":[
790
+ "FleetArn",
791
+ "VpcId",
792
+ "SubnetIds",
793
+ "SecurityGroupIds"
794
+ ],
795
+ "members":{
796
+ "FleetArn":{"shape":"FleetArn"},
797
+ "VpcId":{"shape":"VpcId"},
798
+ "SubnetIds":{"shape":"SubnetIds"},
799
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
800
+ }
801
+ },
802
+ "UpdateCompanyNetworkConfigurationResponse":{
803
+ "type":"structure",
804
+ "members":{
805
+ }
806
+ },
807
+ "UpdateDevicePolicyConfigurationRequest":{
808
+ "type":"structure",
809
+ "required":["FleetArn"],
810
+ "members":{
811
+ "FleetArn":{"shape":"FleetArn"},
812
+ "DeviceCaCertificate":{"shape":"CertificateChain"}
813
+ }
814
+ },
815
+ "UpdateDevicePolicyConfigurationResponse":{
816
+ "type":"structure",
817
+ "members":{
818
+ }
819
+ },
820
+ "UpdateFleetMetadataRequest":{
821
+ "type":"structure",
822
+ "required":["FleetArn"],
823
+ "members":{
824
+ "FleetArn":{"shape":"FleetArn"},
825
+ "DisplayName":{"shape":"DisplayName"},
826
+ "OptimizeForEndUserLocation":{"shape":"Boolean"}
827
+ }
828
+ },
829
+ "UpdateFleetMetadataResponse":{
830
+ "type":"structure",
831
+ "members":{
832
+ }
833
+ },
834
+ "UpdateIdentityProviderConfigurationRequest":{
835
+ "type":"structure",
836
+ "required":[
837
+ "FleetArn",
838
+ "IdentityProviderType"
839
+ ],
840
+ "members":{
841
+ "FleetArn":{"shape":"FleetArn"},
842
+ "IdentityProviderType":{"shape":"IdentityProviderType"},
843
+ "IdentityProviderSamlMetadata":{"shape":"SamlMetadata"}
844
+ }
845
+ },
846
+ "UpdateIdentityProviderConfigurationResponse":{
847
+ "type":"structure",
848
+ "members":{
849
+ }
850
+ },
851
+ "Username":{
852
+ "type":"string",
853
+ "max":256,
854
+ "min":1
855
+ },
856
+ "VpcId":{
857
+ "type":"string",
858
+ "pattern":"^vpc-([0-9a-f]{8}|[0-9a-f]{17})$"
859
+ },
860
+ "WebsiteCaSummary":{
861
+ "type":"structure",
862
+ "members":{
863
+ "WebsiteCaId":{"shape":"Id"},
864
+ "CreatedTime":{"shape":"DateTime"},
865
+ "DisplayName":{"shape":"DisplayName"}
866
+ }
867
+ },
868
+ "WebsiteCaSummaryList":{
869
+ "type":"list",
870
+ "member":{"shape":"WebsiteCaSummary"}
871
+ }
872
+ }
873
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "pagination": {
3
+ "ListDevices": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListFleets": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListWebsiteCertificateAuthorities": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ }
18
+ }
19
+ }
@@ -108,7 +108,8 @@
108
108
  "ap-southeast-1" : { },
109
109
  "ap-southeast-2" : { },
110
110
  "eu-west-1" : { },
111
- "us-east-1" : { }
111
+ "us-east-1" : { },
112
+ "us-west-2" : { }
112
113
  }
113
114
  },
114
115
  "api.pricing" : {
@@ -1840,7 +1841,7 @@
1840
1841
  },
1841
1842
  "route53resolver" : {
1842
1843
  "defaults" : {
1843
- "protocols" : [ "http", "https" ]
1844
+ "protocols" : [ "https" ]
1844
1845
  },
1845
1846
  "endpoints" : {
1846
1847
  "ap-northeast-1" : { },
@@ -2901,6 +2902,12 @@
2901
2902
  "cn-northwest-1" : { }
2902
2903
  }
2903
2904
  },
2905
+ "firehose" : {
2906
+ "endpoints" : {
2907
+ "cn-north-1" : { },
2908
+ "cn-northwest-1" : { }
2909
+ }
2910
+ },
2904
2911
  "glacier" : {
2905
2912
  "defaults" : {
2906
2913
  "protocols" : [ "http", "https" ]
@@ -3302,6 +3309,11 @@
3302
3309
  "us-gov-west-1" : { }
3303
3310
  }
3304
3311
  },
3312
+ "firehose" : {
3313
+ "endpoints" : {
3314
+ "us-gov-west-1" : { }
3315
+ }
3316
+ },
3305
3317
  "glacier" : {
3306
3318
  "endpoints" : {
3307
3319
  "us-gov-east-1" : { },
@@ -191,6 +191,7 @@ module Aws
191
191
  WAF
192
192
  WAFRegional
193
193
  WorkDocs
194
+ WorkLink
194
195
  WorkMail
195
196
  WorkSpaces
196
197
  XRay
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.209'
2
+ VERSION = '2.11.210'
3
3
  end
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:WorkLink, {
2
+ api: "#{Aws::API_DIR}/worklink/2018-09-25/api-2.json",
3
+ docs: "#{Aws::API_DIR}/worklink/2018-09-25/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/worklink/2018-09-25/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/worklink/2018-09-25/paginators-1.json",
6
+ })
@@ -670,6 +670,10 @@
670
670
  "models": "workdocs/2016-05-01",
671
671
  "endpoint": "workdocs"
672
672
  },
673
+ "WorkLink": {
674
+ "models": "worklink/2018-09-25",
675
+ "endpoint": "worklink"
676
+ },
673
677
  "WorkMail": {
674
678
  "models": "workmail/2017-10-01",
675
679
  "endpoint": "workmail"
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.209
4
+ version: 2.11.210
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-01-21 00:00:00.000000000 Z
11
+ date: 2019-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -717,6 +717,9 @@ files:
717
717
  - apis/workdocs/2016-05-01/api-2.json
718
718
  - apis/workdocs/2016-05-01/examples-1.json
719
719
  - apis/workdocs/2016-05-01/paginators-1.json
720
+ - apis/worklink/2018-09-25/api-2.json
721
+ - apis/worklink/2018-09-25/examples-1.json
722
+ - apis/worklink/2018-09-25/paginators-1.json
720
723
  - apis/workmail/2017-10-01/api-2.json
721
724
  - apis/workmail/2017-10-01/examples-1.json
722
725
  - apis/workmail/2017-10-01/paginators-1.json
@@ -1054,6 +1057,7 @@ files:
1054
1057
  - lib/aws-sdk-core/waiters/provider.rb
1055
1058
  - lib/aws-sdk-core/waiters/waiter.rb
1056
1059
  - lib/aws-sdk-core/workdocs.rb
1060
+ - lib/aws-sdk-core/worklink.rb
1057
1061
  - lib/aws-sdk-core/workmail.rb
1058
1062
  - lib/aws-sdk-core/workspaces.rb
1059
1063
  - lib/aws-sdk-core/xml/builder.rb