aws-sdk-core 2.11.408 → 2.11.409

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
  3. data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
  4. data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
  5. data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
  6. data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
  7. data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
  8. data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
  9. data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
  10. data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
  11. data/apis/ec2/2016-11-15/api-2.json +1915 -119
  12. data/apis/ecs/2014-11-13/api-2.json +224 -4
  13. data/apis/ecs/2014-11-13/paginators-1.json +6 -0
  14. data/apis/eks/2017-11-01/api-2.json +218 -0
  15. data/apis/eks/2017-11-01/paginators-1.json +6 -0
  16. data/apis/es/2015-01-01/api-2.json +13 -1
  17. data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
  18. data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
  19. data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
  20. data/apis/kendra/2019-02-03/api-2.json +1737 -0
  21. data/apis/kendra/2019-02-03/examples-1.json +5 -0
  22. data/apis/kendra/2019-02-03/paginators-1.json +19 -0
  23. data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
  24. data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
  25. data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
  26. data/apis/outposts/2019-12-03/api-2.json +367 -0
  27. data/apis/outposts/2019-12-03/examples-1.json +5 -0
  28. data/apis/outposts/2019-12-03/paginators-1.json +14 -0
  29. data/apis/s3/2006-03-01/examples-1.json +89 -89
  30. data/apis/s3control/2018-08-20/api-2.json +333 -0
  31. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  32. data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
  33. data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
  34. data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
  35. data/apis/textract/2018-06-27/api-2.json +88 -7
  36. data/endpoints.json +10 -1
  37. data/lib/aws-sdk-core.rb +8 -0
  38. data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
  39. data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
  40. data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
  41. data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
  42. data/lib/aws-sdk-core/frauddetector.rb +6 -0
  43. data/lib/aws-sdk-core/kendra.rb +6 -0
  44. data/lib/aws-sdk-core/networkmanager.rb +6 -0
  45. data/lib/aws-sdk-core/outposts.rb +6 -0
  46. data/lib/aws-sdk-core/version.rb +1 -1
  47. data/service-models.json +32 -0
  48. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "pagination": {
3
+ "ListDataSourceSyncJobs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListDataSources": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListIndices": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,1588 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-07-05",
5
+ "endpointPrefix":"networkmanager",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"NetworkManager",
9
+ "serviceFullName":"AWS Network Manager",
10
+ "serviceId":"NetworkManager",
11
+ "signatureVersion":"v4",
12
+ "signingName":"networkmanager",
13
+ "uid":"networkmanager-2019-07-05"
14
+ },
15
+ "operations":{
16
+ "AssociateCustomerGateway":{
17
+ "name":"AssociateCustomerGateway",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations"
21
+ },
22
+ "input":{"shape":"AssociateCustomerGatewayRequest"},
23
+ "output":{"shape":"AssociateCustomerGatewayResponse"},
24
+ "errors":[
25
+ {"shape":"ValidationException"},
26
+ {"shape":"ServiceQuotaExceededException"},
27
+ {"shape":"AccessDeniedException"},
28
+ {"shape":"ResourceNotFoundException"},
29
+ {"shape":"ConflictException"},
30
+ {"shape":"ThrottlingException"},
31
+ {"shape":"InternalServerException"}
32
+ ]
33
+ },
34
+ "AssociateLink":{
35
+ "name":"AssociateLink",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/global-networks/{globalNetworkId}/link-associations"
39
+ },
40
+ "input":{"shape":"AssociateLinkRequest"},
41
+ "output":{"shape":"AssociateLinkResponse"},
42
+ "errors":[
43
+ {"shape":"ValidationException"},
44
+ {"shape":"ServiceQuotaExceededException"},
45
+ {"shape":"AccessDeniedException"},
46
+ {"shape":"ResourceNotFoundException"},
47
+ {"shape":"ConflictException"},
48
+ {"shape":"ThrottlingException"},
49
+ {"shape":"InternalServerException"}
50
+ ]
51
+ },
52
+ "CreateDevice":{
53
+ "name":"CreateDevice",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/global-networks/{globalNetworkId}/devices"
57
+ },
58
+ "input":{"shape":"CreateDeviceRequest"},
59
+ "output":{"shape":"CreateDeviceResponse"},
60
+ "errors":[
61
+ {"shape":"ValidationException"},
62
+ {"shape":"ServiceQuotaExceededException"},
63
+ {"shape":"AccessDeniedException"},
64
+ {"shape":"ResourceNotFoundException"},
65
+ {"shape":"ConflictException"},
66
+ {"shape":"ThrottlingException"},
67
+ {"shape":"InternalServerException"}
68
+ ]
69
+ },
70
+ "CreateGlobalNetwork":{
71
+ "name":"CreateGlobalNetwork",
72
+ "http":{
73
+ "method":"POST",
74
+ "requestUri":"/global-networks"
75
+ },
76
+ "input":{"shape":"CreateGlobalNetworkRequest"},
77
+ "output":{"shape":"CreateGlobalNetworkResponse"},
78
+ "errors":[
79
+ {"shape":"ValidationException"},
80
+ {"shape":"ServiceQuotaExceededException"},
81
+ {"shape":"AccessDeniedException"},
82
+ {"shape":"ConflictException"},
83
+ {"shape":"ThrottlingException"},
84
+ {"shape":"InternalServerException"}
85
+ ]
86
+ },
87
+ "CreateLink":{
88
+ "name":"CreateLink",
89
+ "http":{
90
+ "method":"POST",
91
+ "requestUri":"/global-networks/{globalNetworkId}/links"
92
+ },
93
+ "input":{"shape":"CreateLinkRequest"},
94
+ "output":{"shape":"CreateLinkResponse"},
95
+ "errors":[
96
+ {"shape":"ValidationException"},
97
+ {"shape":"ServiceQuotaExceededException"},
98
+ {"shape":"AccessDeniedException"},
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"ConflictException"},
101
+ {"shape":"ThrottlingException"},
102
+ {"shape":"InternalServerException"}
103
+ ]
104
+ },
105
+ "CreateSite":{
106
+ "name":"CreateSite",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/global-networks/{globalNetworkId}/sites"
110
+ },
111
+ "input":{"shape":"CreateSiteRequest"},
112
+ "output":{"shape":"CreateSiteResponse"},
113
+ "errors":[
114
+ {"shape":"ValidationException"},
115
+ {"shape":"ServiceQuotaExceededException"},
116
+ {"shape":"AccessDeniedException"},
117
+ {"shape":"ResourceNotFoundException"},
118
+ {"shape":"ConflictException"},
119
+ {"shape":"ThrottlingException"},
120
+ {"shape":"InternalServerException"}
121
+ ]
122
+ },
123
+ "DeleteDevice":{
124
+ "name":"DeleteDevice",
125
+ "http":{
126
+ "method":"DELETE",
127
+ "requestUri":"/global-networks/{globalNetworkId}/devices/{deviceId}"
128
+ },
129
+ "input":{"shape":"DeleteDeviceRequest"},
130
+ "output":{"shape":"DeleteDeviceResponse"},
131
+ "errors":[
132
+ {"shape":"ValidationException"},
133
+ {"shape":"AccessDeniedException"},
134
+ {"shape":"ResourceNotFoundException"},
135
+ {"shape":"ConflictException"},
136
+ {"shape":"ThrottlingException"},
137
+ {"shape":"InternalServerException"}
138
+ ]
139
+ },
140
+ "DeleteGlobalNetwork":{
141
+ "name":"DeleteGlobalNetwork",
142
+ "http":{
143
+ "method":"DELETE",
144
+ "requestUri":"/global-networks/{globalNetworkId}"
145
+ },
146
+ "input":{"shape":"DeleteGlobalNetworkRequest"},
147
+ "output":{"shape":"DeleteGlobalNetworkResponse"},
148
+ "errors":[
149
+ {"shape":"ValidationException"},
150
+ {"shape":"AccessDeniedException"},
151
+ {"shape":"ResourceNotFoundException"},
152
+ {"shape":"ConflictException"},
153
+ {"shape":"ThrottlingException"},
154
+ {"shape":"InternalServerException"}
155
+ ]
156
+ },
157
+ "DeleteLink":{
158
+ "name":"DeleteLink",
159
+ "http":{
160
+ "method":"DELETE",
161
+ "requestUri":"/global-networks/{globalNetworkId}/links/{linkId}"
162
+ },
163
+ "input":{"shape":"DeleteLinkRequest"},
164
+ "output":{"shape":"DeleteLinkResponse"},
165
+ "errors":[
166
+ {"shape":"ValidationException"},
167
+ {"shape":"AccessDeniedException"},
168
+ {"shape":"ResourceNotFoundException"},
169
+ {"shape":"ConflictException"},
170
+ {"shape":"ThrottlingException"},
171
+ {"shape":"InternalServerException"}
172
+ ]
173
+ },
174
+ "DeleteSite":{
175
+ "name":"DeleteSite",
176
+ "http":{
177
+ "method":"DELETE",
178
+ "requestUri":"/global-networks/{globalNetworkId}/sites/{siteId}"
179
+ },
180
+ "input":{"shape":"DeleteSiteRequest"},
181
+ "output":{"shape":"DeleteSiteResponse"},
182
+ "errors":[
183
+ {"shape":"ValidationException"},
184
+ {"shape":"AccessDeniedException"},
185
+ {"shape":"ResourceNotFoundException"},
186
+ {"shape":"ConflictException"},
187
+ {"shape":"ThrottlingException"},
188
+ {"shape":"InternalServerException"}
189
+ ]
190
+ },
191
+ "DeregisterTransitGateway":{
192
+ "name":"DeregisterTransitGateway",
193
+ "http":{
194
+ "method":"DELETE",
195
+ "requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations/{transitGatewayArn}"
196
+ },
197
+ "input":{"shape":"DeregisterTransitGatewayRequest"},
198
+ "output":{"shape":"DeregisterTransitGatewayResponse"},
199
+ "errors":[
200
+ {"shape":"ValidationException"},
201
+ {"shape":"AccessDeniedException"},
202
+ {"shape":"ResourceNotFoundException"},
203
+ {"shape":"ConflictException"},
204
+ {"shape":"ThrottlingException"},
205
+ {"shape":"InternalServerException"}
206
+ ]
207
+ },
208
+ "DescribeGlobalNetworks":{
209
+ "name":"DescribeGlobalNetworks",
210
+ "http":{
211
+ "method":"GET",
212
+ "requestUri":"/global-networks"
213
+ },
214
+ "input":{"shape":"DescribeGlobalNetworksRequest"},
215
+ "output":{"shape":"DescribeGlobalNetworksResponse"},
216
+ "errors":[
217
+ {"shape":"ValidationException"},
218
+ {"shape":"AccessDeniedException"},
219
+ {"shape":"ResourceNotFoundException"},
220
+ {"shape":"ThrottlingException"},
221
+ {"shape":"InternalServerException"}
222
+ ]
223
+ },
224
+ "DisassociateCustomerGateway":{
225
+ "name":"DisassociateCustomerGateway",
226
+ "http":{
227
+ "method":"DELETE",
228
+ "requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations/{customerGatewayArn}"
229
+ },
230
+ "input":{"shape":"DisassociateCustomerGatewayRequest"},
231
+ "output":{"shape":"DisassociateCustomerGatewayResponse"},
232
+ "errors":[
233
+ {"shape":"ValidationException"},
234
+ {"shape":"AccessDeniedException"},
235
+ {"shape":"ResourceNotFoundException"},
236
+ {"shape":"ConflictException"},
237
+ {"shape":"ThrottlingException"},
238
+ {"shape":"InternalServerException"}
239
+ ]
240
+ },
241
+ "DisassociateLink":{
242
+ "name":"DisassociateLink",
243
+ "http":{
244
+ "method":"DELETE",
245
+ "requestUri":"/global-networks/{globalNetworkId}/link-associations"
246
+ },
247
+ "input":{"shape":"DisassociateLinkRequest"},
248
+ "output":{"shape":"DisassociateLinkResponse"},
249
+ "errors":[
250
+ {"shape":"ValidationException"},
251
+ {"shape":"AccessDeniedException"},
252
+ {"shape":"ResourceNotFoundException"},
253
+ {"shape":"ConflictException"},
254
+ {"shape":"ThrottlingException"},
255
+ {"shape":"InternalServerException"}
256
+ ]
257
+ },
258
+ "GetCustomerGatewayAssociations":{
259
+ "name":"GetCustomerGatewayAssociations",
260
+ "http":{
261
+ "method":"GET",
262
+ "requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations"
263
+ },
264
+ "input":{"shape":"GetCustomerGatewayAssociationsRequest"},
265
+ "output":{"shape":"GetCustomerGatewayAssociationsResponse"},
266
+ "errors":[
267
+ {"shape":"ValidationException"},
268
+ {"shape":"AccessDeniedException"},
269
+ {"shape":"ResourceNotFoundException"},
270
+ {"shape":"ConflictException"},
271
+ {"shape":"ThrottlingException"},
272
+ {"shape":"InternalServerException"}
273
+ ]
274
+ },
275
+ "GetDevices":{
276
+ "name":"GetDevices",
277
+ "http":{
278
+ "method":"GET",
279
+ "requestUri":"/global-networks/{globalNetworkId}/devices"
280
+ },
281
+ "input":{"shape":"GetDevicesRequest"},
282
+ "output":{"shape":"GetDevicesResponse"},
283
+ "errors":[
284
+ {"shape":"ValidationException"},
285
+ {"shape":"AccessDeniedException"},
286
+ {"shape":"ResourceNotFoundException"},
287
+ {"shape":"ThrottlingException"},
288
+ {"shape":"InternalServerException"}
289
+ ]
290
+ },
291
+ "GetLinkAssociations":{
292
+ "name":"GetLinkAssociations",
293
+ "http":{
294
+ "method":"GET",
295
+ "requestUri":"/global-networks/{globalNetworkId}/link-associations"
296
+ },
297
+ "input":{"shape":"GetLinkAssociationsRequest"},
298
+ "output":{"shape":"GetLinkAssociationsResponse"},
299
+ "errors":[
300
+ {"shape":"ValidationException"},
301
+ {"shape":"AccessDeniedException"},
302
+ {"shape":"ResourceNotFoundException"},
303
+ {"shape":"ThrottlingException"},
304
+ {"shape":"InternalServerException"}
305
+ ]
306
+ },
307
+ "GetLinks":{
308
+ "name":"GetLinks",
309
+ "http":{
310
+ "method":"GET",
311
+ "requestUri":"/global-networks/{globalNetworkId}/links"
312
+ },
313
+ "input":{"shape":"GetLinksRequest"},
314
+ "output":{"shape":"GetLinksResponse"},
315
+ "errors":[
316
+ {"shape":"ValidationException"},
317
+ {"shape":"AccessDeniedException"},
318
+ {"shape":"ResourceNotFoundException"},
319
+ {"shape":"ThrottlingException"},
320
+ {"shape":"InternalServerException"}
321
+ ]
322
+ },
323
+ "GetSites":{
324
+ "name":"GetSites",
325
+ "http":{
326
+ "method":"GET",
327
+ "requestUri":"/global-networks/{globalNetworkId}/sites"
328
+ },
329
+ "input":{"shape":"GetSitesRequest"},
330
+ "output":{"shape":"GetSitesResponse"},
331
+ "errors":[
332
+ {"shape":"ValidationException"},
333
+ {"shape":"AccessDeniedException"},
334
+ {"shape":"ResourceNotFoundException"},
335
+ {"shape":"ThrottlingException"},
336
+ {"shape":"InternalServerException"}
337
+ ]
338
+ },
339
+ "GetTransitGatewayRegistrations":{
340
+ "name":"GetTransitGatewayRegistrations",
341
+ "http":{
342
+ "method":"GET",
343
+ "requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations"
344
+ },
345
+ "input":{"shape":"GetTransitGatewayRegistrationsRequest"},
346
+ "output":{"shape":"GetTransitGatewayRegistrationsResponse"},
347
+ "errors":[
348
+ {"shape":"ValidationException"},
349
+ {"shape":"AccessDeniedException"},
350
+ {"shape":"ResourceNotFoundException"},
351
+ {"shape":"ThrottlingException"},
352
+ {"shape":"InternalServerException"}
353
+ ]
354
+ },
355
+ "ListTagsForResource":{
356
+ "name":"ListTagsForResource",
357
+ "http":{
358
+ "method":"GET",
359
+ "requestUri":"/tags/{resourceArn}"
360
+ },
361
+ "input":{"shape":"ListTagsForResourceRequest"},
362
+ "output":{"shape":"ListTagsForResourceResponse"},
363
+ "errors":[
364
+ {"shape":"ValidationException"},
365
+ {"shape":"AccessDeniedException"},
366
+ {"shape":"ResourceNotFoundException"},
367
+ {"shape":"ThrottlingException"},
368
+ {"shape":"InternalServerException"}
369
+ ]
370
+ },
371
+ "RegisterTransitGateway":{
372
+ "name":"RegisterTransitGateway",
373
+ "http":{
374
+ "method":"POST",
375
+ "requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations"
376
+ },
377
+ "input":{"shape":"RegisterTransitGatewayRequest"},
378
+ "output":{"shape":"RegisterTransitGatewayResponse"},
379
+ "errors":[
380
+ {"shape":"ValidationException"},
381
+ {"shape":"AccessDeniedException"},
382
+ {"shape":"ResourceNotFoundException"},
383
+ {"shape":"ConflictException"},
384
+ {"shape":"ThrottlingException"},
385
+ {"shape":"InternalServerException"}
386
+ ]
387
+ },
388
+ "TagResource":{
389
+ "name":"TagResource",
390
+ "http":{
391
+ "method":"POST",
392
+ "requestUri":"/tags/{resourceArn}"
393
+ },
394
+ "input":{"shape":"TagResourceRequest"},
395
+ "output":{"shape":"TagResourceResponse"},
396
+ "errors":[
397
+ {"shape":"ValidationException"},
398
+ {"shape":"ServiceQuotaExceededException"},
399
+ {"shape":"AccessDeniedException"},
400
+ {"shape":"ResourceNotFoundException"},
401
+ {"shape":"ConflictException"},
402
+ {"shape":"ThrottlingException"},
403
+ {"shape":"InternalServerException"}
404
+ ]
405
+ },
406
+ "UntagResource":{
407
+ "name":"UntagResource",
408
+ "http":{
409
+ "method":"DELETE",
410
+ "requestUri":"/tags/{resourceArn}"
411
+ },
412
+ "input":{"shape":"UntagResourceRequest"},
413
+ "output":{"shape":"UntagResourceResponse"},
414
+ "errors":[
415
+ {"shape":"ValidationException"},
416
+ {"shape":"AccessDeniedException"},
417
+ {"shape":"ResourceNotFoundException"},
418
+ {"shape":"ConflictException"},
419
+ {"shape":"ThrottlingException"},
420
+ {"shape":"InternalServerException"}
421
+ ]
422
+ },
423
+ "UpdateDevice":{
424
+ "name":"UpdateDevice",
425
+ "http":{
426
+ "method":"PATCH",
427
+ "requestUri":"/global-networks/{globalNetworkId}/devices/{deviceId}"
428
+ },
429
+ "input":{"shape":"UpdateDeviceRequest"},
430
+ "output":{"shape":"UpdateDeviceResponse"},
431
+ "errors":[
432
+ {"shape":"ValidationException"},
433
+ {"shape":"AccessDeniedException"},
434
+ {"shape":"ResourceNotFoundException"},
435
+ {"shape":"ConflictException"},
436
+ {"shape":"ThrottlingException"},
437
+ {"shape":"InternalServerException"}
438
+ ]
439
+ },
440
+ "UpdateGlobalNetwork":{
441
+ "name":"UpdateGlobalNetwork",
442
+ "http":{
443
+ "method":"PATCH",
444
+ "requestUri":"/global-networks/{globalNetworkId}"
445
+ },
446
+ "input":{"shape":"UpdateGlobalNetworkRequest"},
447
+ "output":{"shape":"UpdateGlobalNetworkResponse"},
448
+ "errors":[
449
+ {"shape":"ValidationException"},
450
+ {"shape":"AccessDeniedException"},
451
+ {"shape":"ResourceNotFoundException"},
452
+ {"shape":"ConflictException"},
453
+ {"shape":"ThrottlingException"},
454
+ {"shape":"InternalServerException"}
455
+ ]
456
+ },
457
+ "UpdateLink":{
458
+ "name":"UpdateLink",
459
+ "http":{
460
+ "method":"PATCH",
461
+ "requestUri":"/global-networks/{globalNetworkId}/links/{linkId}"
462
+ },
463
+ "input":{"shape":"UpdateLinkRequest"},
464
+ "output":{"shape":"UpdateLinkResponse"},
465
+ "errors":[
466
+ {"shape":"ValidationException"},
467
+ {"shape":"ServiceQuotaExceededException"},
468
+ {"shape":"AccessDeniedException"},
469
+ {"shape":"ResourceNotFoundException"},
470
+ {"shape":"ConflictException"},
471
+ {"shape":"ThrottlingException"},
472
+ {"shape":"InternalServerException"}
473
+ ]
474
+ },
475
+ "UpdateSite":{
476
+ "name":"UpdateSite",
477
+ "http":{
478
+ "method":"PATCH",
479
+ "requestUri":"/global-networks/{globalNetworkId}/sites/{siteId}"
480
+ },
481
+ "input":{"shape":"UpdateSiteRequest"},
482
+ "output":{"shape":"UpdateSiteResponse"},
483
+ "errors":[
484
+ {"shape":"ValidationException"},
485
+ {"shape":"AccessDeniedException"},
486
+ {"shape":"ResourceNotFoundException"},
487
+ {"shape":"ConflictException"},
488
+ {"shape":"ThrottlingException"},
489
+ {"shape":"InternalServerException"}
490
+ ]
491
+ }
492
+ },
493
+ "shapes":{
494
+ "AccessDeniedException":{
495
+ "type":"structure",
496
+ "required":["Message"],
497
+ "members":{
498
+ "Message":{"shape":"String"}
499
+ },
500
+ "error":{"httpStatusCode":403},
501
+ "exception":true
502
+ },
503
+ "AssociateCustomerGatewayRequest":{
504
+ "type":"structure",
505
+ "required":[
506
+ "CustomerGatewayArn",
507
+ "GlobalNetworkId",
508
+ "DeviceId"
509
+ ],
510
+ "members":{
511
+ "CustomerGatewayArn":{"shape":"String"},
512
+ "GlobalNetworkId":{
513
+ "shape":"String",
514
+ "location":"uri",
515
+ "locationName":"globalNetworkId"
516
+ },
517
+ "DeviceId":{"shape":"String"},
518
+ "LinkId":{"shape":"String"}
519
+ }
520
+ },
521
+ "AssociateCustomerGatewayResponse":{
522
+ "type":"structure",
523
+ "members":{
524
+ "CustomerGatewayAssociation":{"shape":"CustomerGatewayAssociation"}
525
+ }
526
+ },
527
+ "AssociateLinkRequest":{
528
+ "type":"structure",
529
+ "required":[
530
+ "GlobalNetworkId",
531
+ "DeviceId",
532
+ "LinkId"
533
+ ],
534
+ "members":{
535
+ "GlobalNetworkId":{
536
+ "shape":"String",
537
+ "location":"uri",
538
+ "locationName":"globalNetworkId"
539
+ },
540
+ "DeviceId":{"shape":"String"},
541
+ "LinkId":{"shape":"String"}
542
+ }
543
+ },
544
+ "AssociateLinkResponse":{
545
+ "type":"structure",
546
+ "members":{
547
+ "LinkAssociation":{"shape":"LinkAssociation"}
548
+ }
549
+ },
550
+ "Bandwidth":{
551
+ "type":"structure",
552
+ "members":{
553
+ "UploadSpeed":{"shape":"Integer"},
554
+ "DownloadSpeed":{"shape":"Integer"}
555
+ }
556
+ },
557
+ "ConflictException":{
558
+ "type":"structure",
559
+ "required":[
560
+ "Message",
561
+ "ResourceId",
562
+ "ResourceType"
563
+ ],
564
+ "members":{
565
+ "Message":{"shape":"String"},
566
+ "ResourceId":{"shape":"String"},
567
+ "ResourceType":{"shape":"String"}
568
+ },
569
+ "error":{"httpStatusCode":409},
570
+ "exception":true
571
+ },
572
+ "CreateDeviceRequest":{
573
+ "type":"structure",
574
+ "required":["GlobalNetworkId"],
575
+ "members":{
576
+ "GlobalNetworkId":{
577
+ "shape":"String",
578
+ "location":"uri",
579
+ "locationName":"globalNetworkId"
580
+ },
581
+ "Description":{"shape":"String"},
582
+ "Type":{"shape":"String"},
583
+ "Vendor":{"shape":"String"},
584
+ "Model":{"shape":"String"},
585
+ "SerialNumber":{"shape":"String"},
586
+ "Location":{"shape":"Location"},
587
+ "SiteId":{"shape":"String"},
588
+ "Tags":{"shape":"TagList"}
589
+ }
590
+ },
591
+ "CreateDeviceResponse":{
592
+ "type":"structure",
593
+ "members":{
594
+ "Device":{"shape":"Device"}
595
+ }
596
+ },
597
+ "CreateGlobalNetworkRequest":{
598
+ "type":"structure",
599
+ "members":{
600
+ "Description":{"shape":"String"},
601
+ "Tags":{"shape":"TagList"}
602
+ }
603
+ },
604
+ "CreateGlobalNetworkResponse":{
605
+ "type":"structure",
606
+ "members":{
607
+ "GlobalNetwork":{"shape":"GlobalNetwork"}
608
+ }
609
+ },
610
+ "CreateLinkRequest":{
611
+ "type":"structure",
612
+ "required":[
613
+ "GlobalNetworkId",
614
+ "Bandwidth",
615
+ "SiteId"
616
+ ],
617
+ "members":{
618
+ "GlobalNetworkId":{
619
+ "shape":"String",
620
+ "location":"uri",
621
+ "locationName":"globalNetworkId"
622
+ },
623
+ "Description":{"shape":"String"},
624
+ "Type":{"shape":"String"},
625
+ "Bandwidth":{"shape":"Bandwidth"},
626
+ "Provider":{"shape":"String"},
627
+ "SiteId":{"shape":"String"},
628
+ "Tags":{"shape":"TagList"}
629
+ }
630
+ },
631
+ "CreateLinkResponse":{
632
+ "type":"structure",
633
+ "members":{
634
+ "Link":{"shape":"Link"}
635
+ }
636
+ },
637
+ "CreateSiteRequest":{
638
+ "type":"structure",
639
+ "required":["GlobalNetworkId"],
640
+ "members":{
641
+ "GlobalNetworkId":{
642
+ "shape":"String",
643
+ "location":"uri",
644
+ "locationName":"globalNetworkId"
645
+ },
646
+ "Description":{"shape":"String"},
647
+ "Location":{"shape":"Location"},
648
+ "Tags":{"shape":"TagList"}
649
+ }
650
+ },
651
+ "CreateSiteResponse":{
652
+ "type":"structure",
653
+ "members":{
654
+ "Site":{"shape":"Site"}
655
+ }
656
+ },
657
+ "CustomerGatewayAssociation":{
658
+ "type":"structure",
659
+ "members":{
660
+ "CustomerGatewayArn":{"shape":"String"},
661
+ "GlobalNetworkId":{"shape":"String"},
662
+ "DeviceId":{"shape":"String"},
663
+ "LinkId":{"shape":"String"},
664
+ "State":{"shape":"CustomerGatewayAssociationState"}
665
+ }
666
+ },
667
+ "CustomerGatewayAssociationList":{
668
+ "type":"list",
669
+ "member":{"shape":"CustomerGatewayAssociation"}
670
+ },
671
+ "CustomerGatewayAssociationState":{
672
+ "type":"string",
673
+ "enum":[
674
+ "PENDING",
675
+ "AVAILABLE",
676
+ "DELETING",
677
+ "DELETED"
678
+ ]
679
+ },
680
+ "DateTime":{"type":"timestamp"},
681
+ "DeleteDeviceRequest":{
682
+ "type":"structure",
683
+ "required":[
684
+ "GlobalNetworkId",
685
+ "DeviceId"
686
+ ],
687
+ "members":{
688
+ "GlobalNetworkId":{
689
+ "shape":"String",
690
+ "location":"uri",
691
+ "locationName":"globalNetworkId"
692
+ },
693
+ "DeviceId":{
694
+ "shape":"String",
695
+ "location":"uri",
696
+ "locationName":"deviceId"
697
+ }
698
+ }
699
+ },
700
+ "DeleteDeviceResponse":{
701
+ "type":"structure",
702
+ "members":{
703
+ "Device":{"shape":"Device"}
704
+ }
705
+ },
706
+ "DeleteGlobalNetworkRequest":{
707
+ "type":"structure",
708
+ "required":["GlobalNetworkId"],
709
+ "members":{
710
+ "GlobalNetworkId":{
711
+ "shape":"String",
712
+ "location":"uri",
713
+ "locationName":"globalNetworkId"
714
+ }
715
+ }
716
+ },
717
+ "DeleteGlobalNetworkResponse":{
718
+ "type":"structure",
719
+ "members":{
720
+ "GlobalNetwork":{"shape":"GlobalNetwork"}
721
+ }
722
+ },
723
+ "DeleteLinkRequest":{
724
+ "type":"structure",
725
+ "required":[
726
+ "GlobalNetworkId",
727
+ "LinkId"
728
+ ],
729
+ "members":{
730
+ "GlobalNetworkId":{
731
+ "shape":"String",
732
+ "location":"uri",
733
+ "locationName":"globalNetworkId"
734
+ },
735
+ "LinkId":{
736
+ "shape":"String",
737
+ "location":"uri",
738
+ "locationName":"linkId"
739
+ }
740
+ }
741
+ },
742
+ "DeleteLinkResponse":{
743
+ "type":"structure",
744
+ "members":{
745
+ "Link":{"shape":"Link"}
746
+ }
747
+ },
748
+ "DeleteSiteRequest":{
749
+ "type":"structure",
750
+ "required":[
751
+ "GlobalNetworkId",
752
+ "SiteId"
753
+ ],
754
+ "members":{
755
+ "GlobalNetworkId":{
756
+ "shape":"String",
757
+ "location":"uri",
758
+ "locationName":"globalNetworkId"
759
+ },
760
+ "SiteId":{
761
+ "shape":"String",
762
+ "location":"uri",
763
+ "locationName":"siteId"
764
+ }
765
+ }
766
+ },
767
+ "DeleteSiteResponse":{
768
+ "type":"structure",
769
+ "members":{
770
+ "Site":{"shape":"Site"}
771
+ }
772
+ },
773
+ "DeregisterTransitGatewayRequest":{
774
+ "type":"structure",
775
+ "required":[
776
+ "GlobalNetworkId",
777
+ "TransitGatewayArn"
778
+ ],
779
+ "members":{
780
+ "GlobalNetworkId":{
781
+ "shape":"String",
782
+ "location":"uri",
783
+ "locationName":"globalNetworkId"
784
+ },
785
+ "TransitGatewayArn":{
786
+ "shape":"String",
787
+ "location":"uri",
788
+ "locationName":"transitGatewayArn"
789
+ }
790
+ }
791
+ },
792
+ "DeregisterTransitGatewayResponse":{
793
+ "type":"structure",
794
+ "members":{
795
+ "TransitGatewayRegistration":{"shape":"TransitGatewayRegistration"}
796
+ }
797
+ },
798
+ "DescribeGlobalNetworksRequest":{
799
+ "type":"structure",
800
+ "members":{
801
+ "GlobalNetworkIds":{
802
+ "shape":"StringList",
803
+ "location":"querystring",
804
+ "locationName":"globalNetworkIds"
805
+ },
806
+ "MaxResults":{
807
+ "shape":"MaxResults",
808
+ "location":"querystring",
809
+ "locationName":"maxResults"
810
+ },
811
+ "NextToken":{
812
+ "shape":"String",
813
+ "location":"querystring",
814
+ "locationName":"nextToken"
815
+ }
816
+ }
817
+ },
818
+ "DescribeGlobalNetworksResponse":{
819
+ "type":"structure",
820
+ "members":{
821
+ "GlobalNetworks":{"shape":"GlobalNetworkList"},
822
+ "NextToken":{"shape":"String"}
823
+ }
824
+ },
825
+ "Device":{
826
+ "type":"structure",
827
+ "members":{
828
+ "DeviceId":{"shape":"String"},
829
+ "DeviceArn":{"shape":"String"},
830
+ "GlobalNetworkId":{"shape":"String"},
831
+ "Description":{"shape":"String"},
832
+ "Type":{"shape":"String"},
833
+ "Vendor":{"shape":"String"},
834
+ "Model":{"shape":"String"},
835
+ "SerialNumber":{"shape":"String"},
836
+ "Location":{"shape":"Location"},
837
+ "SiteId":{"shape":"String"},
838
+ "CreatedAt":{"shape":"DateTime"},
839
+ "State":{"shape":"DeviceState"},
840
+ "Tags":{"shape":"TagList"}
841
+ }
842
+ },
843
+ "DeviceList":{
844
+ "type":"list",
845
+ "member":{"shape":"Device"}
846
+ },
847
+ "DeviceState":{
848
+ "type":"string",
849
+ "enum":[
850
+ "PENDING",
851
+ "AVAILABLE",
852
+ "DELETING",
853
+ "UPDATING"
854
+ ]
855
+ },
856
+ "DisassociateCustomerGatewayRequest":{
857
+ "type":"structure",
858
+ "required":[
859
+ "GlobalNetworkId",
860
+ "CustomerGatewayArn"
861
+ ],
862
+ "members":{
863
+ "GlobalNetworkId":{
864
+ "shape":"String",
865
+ "location":"uri",
866
+ "locationName":"globalNetworkId"
867
+ },
868
+ "CustomerGatewayArn":{
869
+ "shape":"String",
870
+ "location":"uri",
871
+ "locationName":"customerGatewayArn"
872
+ }
873
+ }
874
+ },
875
+ "DisassociateCustomerGatewayResponse":{
876
+ "type":"structure",
877
+ "members":{
878
+ "CustomerGatewayAssociation":{"shape":"CustomerGatewayAssociation"}
879
+ }
880
+ },
881
+ "DisassociateLinkRequest":{
882
+ "type":"structure",
883
+ "required":[
884
+ "GlobalNetworkId",
885
+ "DeviceId",
886
+ "LinkId"
887
+ ],
888
+ "members":{
889
+ "GlobalNetworkId":{
890
+ "shape":"String",
891
+ "location":"uri",
892
+ "locationName":"globalNetworkId"
893
+ },
894
+ "DeviceId":{
895
+ "shape":"String",
896
+ "location":"querystring",
897
+ "locationName":"deviceId"
898
+ },
899
+ "LinkId":{
900
+ "shape":"String",
901
+ "location":"querystring",
902
+ "locationName":"linkId"
903
+ }
904
+ }
905
+ },
906
+ "DisassociateLinkResponse":{
907
+ "type":"structure",
908
+ "members":{
909
+ "LinkAssociation":{"shape":"LinkAssociation"}
910
+ }
911
+ },
912
+ "GetCustomerGatewayAssociationsRequest":{
913
+ "type":"structure",
914
+ "required":["GlobalNetworkId"],
915
+ "members":{
916
+ "GlobalNetworkId":{
917
+ "shape":"String",
918
+ "location":"uri",
919
+ "locationName":"globalNetworkId"
920
+ },
921
+ "CustomerGatewayArns":{
922
+ "shape":"StringList",
923
+ "location":"querystring",
924
+ "locationName":"customerGatewayArns"
925
+ },
926
+ "MaxResults":{
927
+ "shape":"MaxResults",
928
+ "location":"querystring",
929
+ "locationName":"maxResults"
930
+ },
931
+ "NextToken":{
932
+ "shape":"String",
933
+ "location":"querystring",
934
+ "locationName":"nextToken"
935
+ }
936
+ }
937
+ },
938
+ "GetCustomerGatewayAssociationsResponse":{
939
+ "type":"structure",
940
+ "members":{
941
+ "CustomerGatewayAssociations":{"shape":"CustomerGatewayAssociationList"},
942
+ "NextToken":{"shape":"String"}
943
+ }
944
+ },
945
+ "GetDevicesRequest":{
946
+ "type":"structure",
947
+ "required":["GlobalNetworkId"],
948
+ "members":{
949
+ "GlobalNetworkId":{
950
+ "shape":"String",
951
+ "location":"uri",
952
+ "locationName":"globalNetworkId"
953
+ },
954
+ "DeviceIds":{
955
+ "shape":"StringList",
956
+ "location":"querystring",
957
+ "locationName":"deviceIds"
958
+ },
959
+ "SiteId":{
960
+ "shape":"String",
961
+ "location":"querystring",
962
+ "locationName":"siteId"
963
+ },
964
+ "MaxResults":{
965
+ "shape":"MaxResults",
966
+ "location":"querystring",
967
+ "locationName":"maxResults"
968
+ },
969
+ "NextToken":{
970
+ "shape":"String",
971
+ "location":"querystring",
972
+ "locationName":"nextToken"
973
+ }
974
+ }
975
+ },
976
+ "GetDevicesResponse":{
977
+ "type":"structure",
978
+ "members":{
979
+ "Devices":{"shape":"DeviceList"},
980
+ "NextToken":{"shape":"String"}
981
+ }
982
+ },
983
+ "GetLinkAssociationsRequest":{
984
+ "type":"structure",
985
+ "required":["GlobalNetworkId"],
986
+ "members":{
987
+ "GlobalNetworkId":{
988
+ "shape":"String",
989
+ "location":"uri",
990
+ "locationName":"globalNetworkId"
991
+ },
992
+ "DeviceId":{
993
+ "shape":"String",
994
+ "location":"querystring",
995
+ "locationName":"deviceId"
996
+ },
997
+ "LinkId":{
998
+ "shape":"String",
999
+ "location":"querystring",
1000
+ "locationName":"linkId"
1001
+ },
1002
+ "MaxResults":{
1003
+ "shape":"MaxResults",
1004
+ "location":"querystring",
1005
+ "locationName":"maxResults"
1006
+ },
1007
+ "NextToken":{
1008
+ "shape":"String",
1009
+ "location":"querystring",
1010
+ "locationName":"nextToken"
1011
+ }
1012
+ }
1013
+ },
1014
+ "GetLinkAssociationsResponse":{
1015
+ "type":"structure",
1016
+ "members":{
1017
+ "LinkAssociations":{"shape":"LinkAssociationList"},
1018
+ "NextToken":{"shape":"String"}
1019
+ }
1020
+ },
1021
+ "GetLinksRequest":{
1022
+ "type":"structure",
1023
+ "required":["GlobalNetworkId"],
1024
+ "members":{
1025
+ "GlobalNetworkId":{
1026
+ "shape":"String",
1027
+ "location":"uri",
1028
+ "locationName":"globalNetworkId"
1029
+ },
1030
+ "LinkIds":{
1031
+ "shape":"StringList",
1032
+ "location":"querystring",
1033
+ "locationName":"linkIds"
1034
+ },
1035
+ "SiteId":{
1036
+ "shape":"String",
1037
+ "location":"querystring",
1038
+ "locationName":"siteId"
1039
+ },
1040
+ "Type":{
1041
+ "shape":"String",
1042
+ "location":"querystring",
1043
+ "locationName":"type"
1044
+ },
1045
+ "Provider":{
1046
+ "shape":"String",
1047
+ "location":"querystring",
1048
+ "locationName":"provider"
1049
+ },
1050
+ "MaxResults":{
1051
+ "shape":"MaxResults",
1052
+ "location":"querystring",
1053
+ "locationName":"maxResults"
1054
+ },
1055
+ "NextToken":{
1056
+ "shape":"String",
1057
+ "location":"querystring",
1058
+ "locationName":"nextToken"
1059
+ }
1060
+ }
1061
+ },
1062
+ "GetLinksResponse":{
1063
+ "type":"structure",
1064
+ "members":{
1065
+ "Links":{"shape":"LinkList"},
1066
+ "NextToken":{"shape":"String"}
1067
+ }
1068
+ },
1069
+ "GetSitesRequest":{
1070
+ "type":"structure",
1071
+ "required":["GlobalNetworkId"],
1072
+ "members":{
1073
+ "GlobalNetworkId":{
1074
+ "shape":"String",
1075
+ "location":"uri",
1076
+ "locationName":"globalNetworkId"
1077
+ },
1078
+ "SiteIds":{
1079
+ "shape":"StringList",
1080
+ "location":"querystring",
1081
+ "locationName":"siteIds"
1082
+ },
1083
+ "MaxResults":{
1084
+ "shape":"MaxResults",
1085
+ "location":"querystring",
1086
+ "locationName":"maxResults"
1087
+ },
1088
+ "NextToken":{
1089
+ "shape":"String",
1090
+ "location":"querystring",
1091
+ "locationName":"nextToken"
1092
+ }
1093
+ }
1094
+ },
1095
+ "GetSitesResponse":{
1096
+ "type":"structure",
1097
+ "members":{
1098
+ "Sites":{"shape":"SiteList"},
1099
+ "NextToken":{"shape":"String"}
1100
+ }
1101
+ },
1102
+ "GetTransitGatewayRegistrationsRequest":{
1103
+ "type":"structure",
1104
+ "required":["GlobalNetworkId"],
1105
+ "members":{
1106
+ "GlobalNetworkId":{
1107
+ "shape":"String",
1108
+ "location":"uri",
1109
+ "locationName":"globalNetworkId"
1110
+ },
1111
+ "TransitGatewayArns":{
1112
+ "shape":"StringList",
1113
+ "location":"querystring",
1114
+ "locationName":"transitGatewayArns"
1115
+ },
1116
+ "MaxResults":{
1117
+ "shape":"MaxResults",
1118
+ "location":"querystring",
1119
+ "locationName":"maxResults"
1120
+ },
1121
+ "NextToken":{
1122
+ "shape":"String",
1123
+ "location":"querystring",
1124
+ "locationName":"nextToken"
1125
+ }
1126
+ }
1127
+ },
1128
+ "GetTransitGatewayRegistrationsResponse":{
1129
+ "type":"structure",
1130
+ "members":{
1131
+ "TransitGatewayRegistrations":{"shape":"TransitGatewayRegistrationList"},
1132
+ "NextToken":{"shape":"String"}
1133
+ }
1134
+ },
1135
+ "GlobalNetwork":{
1136
+ "type":"structure",
1137
+ "members":{
1138
+ "GlobalNetworkId":{"shape":"String"},
1139
+ "GlobalNetworkArn":{"shape":"String"},
1140
+ "Description":{"shape":"String"},
1141
+ "CreatedAt":{"shape":"DateTime"},
1142
+ "State":{"shape":"GlobalNetworkState"},
1143
+ "Tags":{"shape":"TagList"}
1144
+ }
1145
+ },
1146
+ "GlobalNetworkList":{
1147
+ "type":"list",
1148
+ "member":{"shape":"GlobalNetwork"}
1149
+ },
1150
+ "GlobalNetworkState":{
1151
+ "type":"string",
1152
+ "enum":[
1153
+ "PENDING",
1154
+ "AVAILABLE",
1155
+ "DELETING",
1156
+ "UPDATING"
1157
+ ]
1158
+ },
1159
+ "Integer":{"type":"integer"},
1160
+ "InternalServerException":{
1161
+ "type":"structure",
1162
+ "required":["Message"],
1163
+ "members":{
1164
+ "Message":{"shape":"String"},
1165
+ "RetryAfterSeconds":{
1166
+ "shape":"RetryAfterSeconds",
1167
+ "location":"header",
1168
+ "locationName":"Retry-After"
1169
+ }
1170
+ },
1171
+ "error":{"httpStatusCode":500},
1172
+ "exception":true,
1173
+ "fault":true
1174
+ },
1175
+ "Link":{
1176
+ "type":"structure",
1177
+ "members":{
1178
+ "LinkId":{"shape":"String"},
1179
+ "LinkArn":{"shape":"String"},
1180
+ "GlobalNetworkId":{"shape":"String"},
1181
+ "SiteId":{"shape":"String"},
1182
+ "Description":{"shape":"String"},
1183
+ "Type":{"shape":"String"},
1184
+ "Bandwidth":{"shape":"Bandwidth"},
1185
+ "Provider":{"shape":"String"},
1186
+ "CreatedAt":{"shape":"DateTime"},
1187
+ "State":{"shape":"LinkState"},
1188
+ "Tags":{"shape":"TagList"}
1189
+ }
1190
+ },
1191
+ "LinkAssociation":{
1192
+ "type":"structure",
1193
+ "members":{
1194
+ "GlobalNetworkId":{"shape":"String"},
1195
+ "DeviceId":{"shape":"String"},
1196
+ "LinkId":{"shape":"String"},
1197
+ "LinkAssociationState":{"shape":"LinkAssociationState"}
1198
+ }
1199
+ },
1200
+ "LinkAssociationList":{
1201
+ "type":"list",
1202
+ "member":{"shape":"LinkAssociation"}
1203
+ },
1204
+ "LinkAssociationState":{
1205
+ "type":"string",
1206
+ "enum":[
1207
+ "PENDING",
1208
+ "AVAILABLE",
1209
+ "DELETING",
1210
+ "DELETED"
1211
+ ]
1212
+ },
1213
+ "LinkList":{
1214
+ "type":"list",
1215
+ "member":{"shape":"Link"}
1216
+ },
1217
+ "LinkState":{
1218
+ "type":"string",
1219
+ "enum":[
1220
+ "PENDING",
1221
+ "AVAILABLE",
1222
+ "DELETING",
1223
+ "UPDATING"
1224
+ ]
1225
+ },
1226
+ "ListTagsForResourceRequest":{
1227
+ "type":"structure",
1228
+ "required":["ResourceArn"],
1229
+ "members":{
1230
+ "ResourceArn":{
1231
+ "shape":"ResourceARN",
1232
+ "location":"uri",
1233
+ "locationName":"resourceArn"
1234
+ }
1235
+ }
1236
+ },
1237
+ "ListTagsForResourceResponse":{
1238
+ "type":"structure",
1239
+ "members":{
1240
+ "TagList":{"shape":"TagList"}
1241
+ }
1242
+ },
1243
+ "Location":{
1244
+ "type":"structure",
1245
+ "members":{
1246
+ "Address":{"shape":"String"},
1247
+ "Latitude":{"shape":"String"},
1248
+ "Longitude":{"shape":"String"}
1249
+ }
1250
+ },
1251
+ "MaxResults":{
1252
+ "type":"integer",
1253
+ "max":500,
1254
+ "min":1
1255
+ },
1256
+ "RegisterTransitGatewayRequest":{
1257
+ "type":"structure",
1258
+ "required":[
1259
+ "GlobalNetworkId",
1260
+ "TransitGatewayArn"
1261
+ ],
1262
+ "members":{
1263
+ "GlobalNetworkId":{
1264
+ "shape":"String",
1265
+ "location":"uri",
1266
+ "locationName":"globalNetworkId"
1267
+ },
1268
+ "TransitGatewayArn":{"shape":"String"}
1269
+ }
1270
+ },
1271
+ "RegisterTransitGatewayResponse":{
1272
+ "type":"structure",
1273
+ "members":{
1274
+ "TransitGatewayRegistration":{"shape":"TransitGatewayRegistration"}
1275
+ }
1276
+ },
1277
+ "ResourceARN":{"type":"string"},
1278
+ "ResourceNotFoundException":{
1279
+ "type":"structure",
1280
+ "required":[
1281
+ "Message",
1282
+ "ResourceId",
1283
+ "ResourceType"
1284
+ ],
1285
+ "members":{
1286
+ "Message":{"shape":"String"},
1287
+ "ResourceId":{"shape":"String"},
1288
+ "ResourceType":{"shape":"String"}
1289
+ },
1290
+ "error":{"httpStatusCode":404},
1291
+ "exception":true
1292
+ },
1293
+ "RetryAfterSeconds":{"type":"integer"},
1294
+ "ServiceQuotaExceededException":{
1295
+ "type":"structure",
1296
+ "required":[
1297
+ "Message",
1298
+ "LimitCode",
1299
+ "ServiceCode"
1300
+ ],
1301
+ "members":{
1302
+ "Message":{"shape":"String"},
1303
+ "ResourceId":{"shape":"String"},
1304
+ "ResourceType":{"shape":"String"},
1305
+ "LimitCode":{"shape":"String"},
1306
+ "ServiceCode":{"shape":"String"}
1307
+ },
1308
+ "error":{"httpStatusCode":402},
1309
+ "exception":true
1310
+ },
1311
+ "Site":{
1312
+ "type":"structure",
1313
+ "members":{
1314
+ "SiteId":{"shape":"String"},
1315
+ "SiteArn":{"shape":"String"},
1316
+ "GlobalNetworkId":{"shape":"String"},
1317
+ "Description":{"shape":"String"},
1318
+ "Location":{"shape":"Location"},
1319
+ "CreatedAt":{"shape":"DateTime"},
1320
+ "State":{"shape":"SiteState"},
1321
+ "Tags":{"shape":"TagList"}
1322
+ }
1323
+ },
1324
+ "SiteList":{
1325
+ "type":"list",
1326
+ "member":{"shape":"Site"}
1327
+ },
1328
+ "SiteState":{
1329
+ "type":"string",
1330
+ "enum":[
1331
+ "PENDING",
1332
+ "AVAILABLE",
1333
+ "DELETING",
1334
+ "UPDATING"
1335
+ ]
1336
+ },
1337
+ "String":{"type":"string"},
1338
+ "StringList":{
1339
+ "type":"list",
1340
+ "member":{"shape":"String"}
1341
+ },
1342
+ "Tag":{
1343
+ "type":"structure",
1344
+ "members":{
1345
+ "Key":{"shape":"TagKey"},
1346
+ "Value":{"shape":"TagValue"}
1347
+ }
1348
+ },
1349
+ "TagKey":{"type":"string"},
1350
+ "TagKeyList":{
1351
+ "type":"list",
1352
+ "member":{"shape":"TagKey"}
1353
+ },
1354
+ "TagList":{
1355
+ "type":"list",
1356
+ "member":{"shape":"Tag"}
1357
+ },
1358
+ "TagResourceRequest":{
1359
+ "type":"structure",
1360
+ "required":[
1361
+ "ResourceArn",
1362
+ "Tags"
1363
+ ],
1364
+ "members":{
1365
+ "ResourceArn":{
1366
+ "shape":"ResourceARN",
1367
+ "location":"uri",
1368
+ "locationName":"resourceArn"
1369
+ },
1370
+ "Tags":{"shape":"TagList"}
1371
+ }
1372
+ },
1373
+ "TagResourceResponse":{
1374
+ "type":"structure",
1375
+ "members":{
1376
+ }
1377
+ },
1378
+ "TagValue":{"type":"string"},
1379
+ "ThrottlingException":{
1380
+ "type":"structure",
1381
+ "required":["Message"],
1382
+ "members":{
1383
+ "Message":{"shape":"String"},
1384
+ "RetryAfterSeconds":{
1385
+ "shape":"RetryAfterSeconds",
1386
+ "location":"header",
1387
+ "locationName":"Retry-After"
1388
+ }
1389
+ },
1390
+ "error":{"httpStatusCode":429},
1391
+ "exception":true
1392
+ },
1393
+ "TransitGatewayRegistration":{
1394
+ "type":"structure",
1395
+ "members":{
1396
+ "GlobalNetworkId":{"shape":"String"},
1397
+ "TransitGatewayArn":{"shape":"String"},
1398
+ "State":{"shape":"TransitGatewayRegistrationStateReason"}
1399
+ }
1400
+ },
1401
+ "TransitGatewayRegistrationList":{
1402
+ "type":"list",
1403
+ "member":{"shape":"TransitGatewayRegistration"}
1404
+ },
1405
+ "TransitGatewayRegistrationState":{
1406
+ "type":"string",
1407
+ "enum":[
1408
+ "PENDING",
1409
+ "AVAILABLE",
1410
+ "DELETING",
1411
+ "DELETED",
1412
+ "FAILED"
1413
+ ]
1414
+ },
1415
+ "TransitGatewayRegistrationStateReason":{
1416
+ "type":"structure",
1417
+ "members":{
1418
+ "Code":{"shape":"TransitGatewayRegistrationState"},
1419
+ "Message":{"shape":"String"}
1420
+ }
1421
+ },
1422
+ "UntagResourceRequest":{
1423
+ "type":"structure",
1424
+ "required":[
1425
+ "ResourceArn",
1426
+ "TagKeys"
1427
+ ],
1428
+ "members":{
1429
+ "ResourceArn":{
1430
+ "shape":"ResourceARN",
1431
+ "location":"uri",
1432
+ "locationName":"resourceArn"
1433
+ },
1434
+ "TagKeys":{
1435
+ "shape":"TagKeyList",
1436
+ "location":"querystring",
1437
+ "locationName":"tagKeys"
1438
+ }
1439
+ }
1440
+ },
1441
+ "UntagResourceResponse":{
1442
+ "type":"structure",
1443
+ "members":{
1444
+ }
1445
+ },
1446
+ "UpdateDeviceRequest":{
1447
+ "type":"structure",
1448
+ "required":[
1449
+ "GlobalNetworkId",
1450
+ "DeviceId"
1451
+ ],
1452
+ "members":{
1453
+ "GlobalNetworkId":{
1454
+ "shape":"String",
1455
+ "location":"uri",
1456
+ "locationName":"globalNetworkId"
1457
+ },
1458
+ "DeviceId":{
1459
+ "shape":"String",
1460
+ "location":"uri",
1461
+ "locationName":"deviceId"
1462
+ },
1463
+ "Description":{"shape":"String"},
1464
+ "Type":{"shape":"String"},
1465
+ "Vendor":{"shape":"String"},
1466
+ "Model":{"shape":"String"},
1467
+ "SerialNumber":{"shape":"String"},
1468
+ "Location":{"shape":"Location"},
1469
+ "SiteId":{"shape":"String"}
1470
+ }
1471
+ },
1472
+ "UpdateDeviceResponse":{
1473
+ "type":"structure",
1474
+ "members":{
1475
+ "Device":{"shape":"Device"}
1476
+ }
1477
+ },
1478
+ "UpdateGlobalNetworkRequest":{
1479
+ "type":"structure",
1480
+ "required":["GlobalNetworkId"],
1481
+ "members":{
1482
+ "GlobalNetworkId":{
1483
+ "shape":"String",
1484
+ "location":"uri",
1485
+ "locationName":"globalNetworkId"
1486
+ },
1487
+ "Description":{"shape":"String"}
1488
+ }
1489
+ },
1490
+ "UpdateGlobalNetworkResponse":{
1491
+ "type":"structure",
1492
+ "members":{
1493
+ "GlobalNetwork":{"shape":"GlobalNetwork"}
1494
+ }
1495
+ },
1496
+ "UpdateLinkRequest":{
1497
+ "type":"structure",
1498
+ "required":[
1499
+ "GlobalNetworkId",
1500
+ "LinkId"
1501
+ ],
1502
+ "members":{
1503
+ "GlobalNetworkId":{
1504
+ "shape":"String",
1505
+ "location":"uri",
1506
+ "locationName":"globalNetworkId"
1507
+ },
1508
+ "LinkId":{
1509
+ "shape":"String",
1510
+ "location":"uri",
1511
+ "locationName":"linkId"
1512
+ },
1513
+ "Description":{"shape":"String"},
1514
+ "Type":{"shape":"String"},
1515
+ "Bandwidth":{"shape":"Bandwidth"},
1516
+ "Provider":{"shape":"String"}
1517
+ }
1518
+ },
1519
+ "UpdateLinkResponse":{
1520
+ "type":"structure",
1521
+ "members":{
1522
+ "Link":{"shape":"Link"}
1523
+ }
1524
+ },
1525
+ "UpdateSiteRequest":{
1526
+ "type":"structure",
1527
+ "required":[
1528
+ "GlobalNetworkId",
1529
+ "SiteId"
1530
+ ],
1531
+ "members":{
1532
+ "GlobalNetworkId":{
1533
+ "shape":"String",
1534
+ "location":"uri",
1535
+ "locationName":"globalNetworkId"
1536
+ },
1537
+ "SiteId":{
1538
+ "shape":"String",
1539
+ "location":"uri",
1540
+ "locationName":"siteId"
1541
+ },
1542
+ "Description":{"shape":"String"},
1543
+ "Location":{"shape":"Location"}
1544
+ }
1545
+ },
1546
+ "UpdateSiteResponse":{
1547
+ "type":"structure",
1548
+ "members":{
1549
+ "Site":{"shape":"Site"}
1550
+ }
1551
+ },
1552
+ "ValidationException":{
1553
+ "type":"structure",
1554
+ "required":["Message"],
1555
+ "members":{
1556
+ "Message":{"shape":"String"},
1557
+ "Reason":{"shape":"ValidationExceptionReason"},
1558
+ "Fields":{"shape":"ValidationExceptionFieldList"}
1559
+ },
1560
+ "error":{"httpStatusCode":400},
1561
+ "exception":true
1562
+ },
1563
+ "ValidationExceptionField":{
1564
+ "type":"structure",
1565
+ "required":[
1566
+ "Name",
1567
+ "Message"
1568
+ ],
1569
+ "members":{
1570
+ "Name":{"shape":"String"},
1571
+ "Message":{"shape":"String"}
1572
+ }
1573
+ },
1574
+ "ValidationExceptionFieldList":{
1575
+ "type":"list",
1576
+ "member":{"shape":"ValidationExceptionField"}
1577
+ },
1578
+ "ValidationExceptionReason":{
1579
+ "type":"string",
1580
+ "enum":[
1581
+ "UnknownOperation",
1582
+ "CannotParse",
1583
+ "FieldValidationFailed",
1584
+ "Other"
1585
+ ]
1586
+ }
1587
+ }
1588
+ }