cdk-comprehend-s3olap 2.0.62 → 2.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +60 -44
- package/node_modules/aws-sdk/apis/metadata.json +6 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +501 -468
- package/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json +12 -8
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
- package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +7 -7
- package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
- package/node_modules/aws-sdk/clients/location.d.ts +27 -13
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
- package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +83 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +696 -670
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -0,0 +1,1058 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2021-12-03",
|
5
|
+
"endpointPrefix": "private-networks",
|
6
|
+
"jsonVersion": "1.1",
|
7
|
+
"protocol": "rest-json",
|
8
|
+
"serviceFullName": "AWS Private 5G",
|
9
|
+
"serviceId": "PrivateNetworks",
|
10
|
+
"signatureVersion": "v4",
|
11
|
+
"signingName": "private-networks",
|
12
|
+
"uid": "privatenetworks-2021-12-03"
|
13
|
+
},
|
14
|
+
"operations": {
|
15
|
+
"AcknowledgeOrderReceipt": {
|
16
|
+
"http": {
|
17
|
+
"requestUri": "/v1/orders/acknowledge",
|
18
|
+
"responseCode": 200
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"orderArn"
|
24
|
+
],
|
25
|
+
"members": {
|
26
|
+
"orderArn": {}
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"output": {
|
30
|
+
"type": "structure",
|
31
|
+
"required": [
|
32
|
+
"order"
|
33
|
+
],
|
34
|
+
"members": {
|
35
|
+
"order": {
|
36
|
+
"shape": "S4"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
40
|
+
},
|
41
|
+
"ActivateDeviceIdentifier": {
|
42
|
+
"http": {
|
43
|
+
"requestUri": "/v1/device-identifiers/activate",
|
44
|
+
"responseCode": 200
|
45
|
+
},
|
46
|
+
"input": {
|
47
|
+
"type": "structure",
|
48
|
+
"required": [
|
49
|
+
"deviceIdentifierArn"
|
50
|
+
],
|
51
|
+
"members": {
|
52
|
+
"clientToken": {},
|
53
|
+
"deviceIdentifierArn": {}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"output": {
|
57
|
+
"type": "structure",
|
58
|
+
"required": [
|
59
|
+
"deviceIdentifier"
|
60
|
+
],
|
61
|
+
"members": {
|
62
|
+
"deviceIdentifier": {
|
63
|
+
"shape": "Sf"
|
64
|
+
},
|
65
|
+
"tags": {
|
66
|
+
"shape": "Si"
|
67
|
+
}
|
68
|
+
}
|
69
|
+
},
|
70
|
+
"idempotent": true
|
71
|
+
},
|
72
|
+
"ActivateNetworkSite": {
|
73
|
+
"http": {
|
74
|
+
"requestUri": "/v1/network-sites/activate",
|
75
|
+
"responseCode": 200
|
76
|
+
},
|
77
|
+
"input": {
|
78
|
+
"type": "structure",
|
79
|
+
"required": [
|
80
|
+
"networkSiteArn",
|
81
|
+
"shippingAddress"
|
82
|
+
],
|
83
|
+
"members": {
|
84
|
+
"clientToken": {},
|
85
|
+
"networkSiteArn": {},
|
86
|
+
"shippingAddress": {
|
87
|
+
"shape": "S7"
|
88
|
+
}
|
89
|
+
}
|
90
|
+
},
|
91
|
+
"output": {
|
92
|
+
"type": "structure",
|
93
|
+
"members": {
|
94
|
+
"networkSite": {
|
95
|
+
"shape": "Sn"
|
96
|
+
}
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"idempotent": true
|
100
|
+
},
|
101
|
+
"ConfigureAccessPoint": {
|
102
|
+
"http": {
|
103
|
+
"requestUri": "/v1/network-resources/configure",
|
104
|
+
"responseCode": 200
|
105
|
+
},
|
106
|
+
"input": {
|
107
|
+
"type": "structure",
|
108
|
+
"required": [
|
109
|
+
"accessPointArn"
|
110
|
+
],
|
111
|
+
"members": {
|
112
|
+
"accessPointArn": {},
|
113
|
+
"cpiSecretKey": {
|
114
|
+
"type": "string",
|
115
|
+
"sensitive": true
|
116
|
+
},
|
117
|
+
"cpiUserId": {
|
118
|
+
"type": "string",
|
119
|
+
"sensitive": true
|
120
|
+
},
|
121
|
+
"cpiUserPassword": {
|
122
|
+
"type": "string",
|
123
|
+
"sensitive": true
|
124
|
+
},
|
125
|
+
"cpiUsername": {
|
126
|
+
"type": "string",
|
127
|
+
"sensitive": true
|
128
|
+
},
|
129
|
+
"position": {
|
130
|
+
"shape": "S13"
|
131
|
+
}
|
132
|
+
}
|
133
|
+
},
|
134
|
+
"output": {
|
135
|
+
"type": "structure",
|
136
|
+
"required": [
|
137
|
+
"accessPoint"
|
138
|
+
],
|
139
|
+
"members": {
|
140
|
+
"accessPoint": {
|
141
|
+
"shape": "S18"
|
142
|
+
}
|
143
|
+
}
|
144
|
+
},
|
145
|
+
"idempotent": true
|
146
|
+
},
|
147
|
+
"CreateNetwork": {
|
148
|
+
"http": {
|
149
|
+
"requestUri": "/v1/networks",
|
150
|
+
"responseCode": 200
|
151
|
+
},
|
152
|
+
"input": {
|
153
|
+
"type": "structure",
|
154
|
+
"required": [
|
155
|
+
"networkName"
|
156
|
+
],
|
157
|
+
"members": {
|
158
|
+
"clientToken": {},
|
159
|
+
"description": {},
|
160
|
+
"networkName": {},
|
161
|
+
"tags": {
|
162
|
+
"shape": "Si"
|
163
|
+
}
|
164
|
+
}
|
165
|
+
},
|
166
|
+
"output": {
|
167
|
+
"type": "structure",
|
168
|
+
"required": [
|
169
|
+
"network"
|
170
|
+
],
|
171
|
+
"members": {
|
172
|
+
"network": {
|
173
|
+
"shape": "S1f"
|
174
|
+
},
|
175
|
+
"tags": {
|
176
|
+
"shape": "Si"
|
177
|
+
}
|
178
|
+
}
|
179
|
+
},
|
180
|
+
"idempotent": true
|
181
|
+
},
|
182
|
+
"CreateNetworkSite": {
|
183
|
+
"http": {
|
184
|
+
"requestUri": "/v1/network-sites",
|
185
|
+
"responseCode": 200
|
186
|
+
},
|
187
|
+
"input": {
|
188
|
+
"type": "structure",
|
189
|
+
"required": [
|
190
|
+
"networkArn",
|
191
|
+
"networkSiteName"
|
192
|
+
],
|
193
|
+
"members": {
|
194
|
+
"availabilityZone": {},
|
195
|
+
"availabilityZoneId": {},
|
196
|
+
"clientToken": {},
|
197
|
+
"description": {},
|
198
|
+
"networkArn": {},
|
199
|
+
"networkSiteName": {},
|
200
|
+
"pendingPlan": {
|
201
|
+
"shape": "So"
|
202
|
+
},
|
203
|
+
"tags": {
|
204
|
+
"shape": "Si"
|
205
|
+
}
|
206
|
+
}
|
207
|
+
},
|
208
|
+
"output": {
|
209
|
+
"type": "structure",
|
210
|
+
"members": {
|
211
|
+
"networkSite": {
|
212
|
+
"shape": "Sn"
|
213
|
+
},
|
214
|
+
"tags": {
|
215
|
+
"shape": "Si"
|
216
|
+
}
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"idempotent": true
|
220
|
+
},
|
221
|
+
"DeactivateDeviceIdentifier": {
|
222
|
+
"http": {
|
223
|
+
"requestUri": "/v1/device-identifiers/deactivate",
|
224
|
+
"responseCode": 200
|
225
|
+
},
|
226
|
+
"input": {
|
227
|
+
"type": "structure",
|
228
|
+
"required": [
|
229
|
+
"deviceIdentifierArn"
|
230
|
+
],
|
231
|
+
"members": {
|
232
|
+
"clientToken": {},
|
233
|
+
"deviceIdentifierArn": {}
|
234
|
+
}
|
235
|
+
},
|
236
|
+
"output": {
|
237
|
+
"type": "structure",
|
238
|
+
"required": [
|
239
|
+
"deviceIdentifier"
|
240
|
+
],
|
241
|
+
"members": {
|
242
|
+
"deviceIdentifier": {
|
243
|
+
"shape": "Sf"
|
244
|
+
}
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"idempotent": true
|
248
|
+
},
|
249
|
+
"DeleteNetwork": {
|
250
|
+
"http": {
|
251
|
+
"method": "DELETE",
|
252
|
+
"requestUri": "/v1/networks/{networkArn}",
|
253
|
+
"responseCode": 200
|
254
|
+
},
|
255
|
+
"input": {
|
256
|
+
"type": "structure",
|
257
|
+
"required": [
|
258
|
+
"networkArn"
|
259
|
+
],
|
260
|
+
"members": {
|
261
|
+
"clientToken": {
|
262
|
+
"location": "querystring",
|
263
|
+
"locationName": "clientToken"
|
264
|
+
},
|
265
|
+
"networkArn": {
|
266
|
+
"location": "uri",
|
267
|
+
"locationName": "networkArn"
|
268
|
+
}
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"output": {
|
272
|
+
"type": "structure",
|
273
|
+
"required": [
|
274
|
+
"network"
|
275
|
+
],
|
276
|
+
"members": {
|
277
|
+
"network": {
|
278
|
+
"shape": "S1f"
|
279
|
+
}
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"idempotent": true
|
283
|
+
},
|
284
|
+
"DeleteNetworkSite": {
|
285
|
+
"http": {
|
286
|
+
"method": "DELETE",
|
287
|
+
"requestUri": "/v1/network-sites/{networkSiteArn}",
|
288
|
+
"responseCode": 200
|
289
|
+
},
|
290
|
+
"input": {
|
291
|
+
"type": "structure",
|
292
|
+
"required": [
|
293
|
+
"networkSiteArn"
|
294
|
+
],
|
295
|
+
"members": {
|
296
|
+
"clientToken": {
|
297
|
+
"location": "querystring",
|
298
|
+
"locationName": "clientToken"
|
299
|
+
},
|
300
|
+
"networkSiteArn": {
|
301
|
+
"location": "uri",
|
302
|
+
"locationName": "networkSiteArn"
|
303
|
+
}
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"output": {
|
307
|
+
"type": "structure",
|
308
|
+
"members": {
|
309
|
+
"networkSite": {
|
310
|
+
"shape": "Sn"
|
311
|
+
}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"idempotent": true
|
315
|
+
},
|
316
|
+
"GetDeviceIdentifier": {
|
317
|
+
"http": {
|
318
|
+
"method": "GET",
|
319
|
+
"requestUri": "/v1/device-identifiers/{deviceIdentifierArn}",
|
320
|
+
"responseCode": 200
|
321
|
+
},
|
322
|
+
"input": {
|
323
|
+
"type": "structure",
|
324
|
+
"required": [
|
325
|
+
"deviceIdentifierArn"
|
326
|
+
],
|
327
|
+
"members": {
|
328
|
+
"deviceIdentifierArn": {
|
329
|
+
"location": "uri",
|
330
|
+
"locationName": "deviceIdentifierArn"
|
331
|
+
}
|
332
|
+
}
|
333
|
+
},
|
334
|
+
"output": {
|
335
|
+
"type": "structure",
|
336
|
+
"members": {
|
337
|
+
"deviceIdentifier": {
|
338
|
+
"shape": "Sf"
|
339
|
+
},
|
340
|
+
"tags": {
|
341
|
+
"shape": "Si"
|
342
|
+
}
|
343
|
+
}
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"GetNetwork": {
|
347
|
+
"http": {
|
348
|
+
"method": "GET",
|
349
|
+
"requestUri": "/v1/networks/{networkArn}",
|
350
|
+
"responseCode": 200
|
351
|
+
},
|
352
|
+
"input": {
|
353
|
+
"type": "structure",
|
354
|
+
"required": [
|
355
|
+
"networkArn"
|
356
|
+
],
|
357
|
+
"members": {
|
358
|
+
"networkArn": {
|
359
|
+
"location": "uri",
|
360
|
+
"locationName": "networkArn"
|
361
|
+
}
|
362
|
+
}
|
363
|
+
},
|
364
|
+
"output": {
|
365
|
+
"type": "structure",
|
366
|
+
"required": [
|
367
|
+
"network"
|
368
|
+
],
|
369
|
+
"members": {
|
370
|
+
"network": {
|
371
|
+
"shape": "S1f"
|
372
|
+
},
|
373
|
+
"tags": {
|
374
|
+
"shape": "Si"
|
375
|
+
}
|
376
|
+
}
|
377
|
+
}
|
378
|
+
},
|
379
|
+
"GetNetworkResource": {
|
380
|
+
"http": {
|
381
|
+
"method": "GET",
|
382
|
+
"requestUri": "/v1/network-resources/{networkResourceArn}",
|
383
|
+
"responseCode": 200
|
384
|
+
},
|
385
|
+
"input": {
|
386
|
+
"type": "structure",
|
387
|
+
"required": [
|
388
|
+
"networkResourceArn"
|
389
|
+
],
|
390
|
+
"members": {
|
391
|
+
"networkResourceArn": {
|
392
|
+
"location": "uri",
|
393
|
+
"locationName": "networkResourceArn"
|
394
|
+
}
|
395
|
+
}
|
396
|
+
},
|
397
|
+
"output": {
|
398
|
+
"type": "structure",
|
399
|
+
"required": [
|
400
|
+
"networkResource"
|
401
|
+
],
|
402
|
+
"members": {
|
403
|
+
"networkResource": {
|
404
|
+
"shape": "S18"
|
405
|
+
},
|
406
|
+
"tags": {
|
407
|
+
"shape": "Si"
|
408
|
+
}
|
409
|
+
}
|
410
|
+
}
|
411
|
+
},
|
412
|
+
"GetNetworkSite": {
|
413
|
+
"http": {
|
414
|
+
"method": "GET",
|
415
|
+
"requestUri": "/v1/network-sites/{networkSiteArn}",
|
416
|
+
"responseCode": 200
|
417
|
+
},
|
418
|
+
"input": {
|
419
|
+
"type": "structure",
|
420
|
+
"required": [
|
421
|
+
"networkSiteArn"
|
422
|
+
],
|
423
|
+
"members": {
|
424
|
+
"networkSiteArn": {
|
425
|
+
"location": "uri",
|
426
|
+
"locationName": "networkSiteArn"
|
427
|
+
}
|
428
|
+
}
|
429
|
+
},
|
430
|
+
"output": {
|
431
|
+
"type": "structure",
|
432
|
+
"members": {
|
433
|
+
"networkSite": {
|
434
|
+
"shape": "Sn"
|
435
|
+
},
|
436
|
+
"tags": {
|
437
|
+
"shape": "Si"
|
438
|
+
}
|
439
|
+
}
|
440
|
+
}
|
441
|
+
},
|
442
|
+
"GetOrder": {
|
443
|
+
"http": {
|
444
|
+
"method": "GET",
|
445
|
+
"requestUri": "/v1/orders/{orderArn}",
|
446
|
+
"responseCode": 200
|
447
|
+
},
|
448
|
+
"input": {
|
449
|
+
"type": "structure",
|
450
|
+
"required": [
|
451
|
+
"orderArn"
|
452
|
+
],
|
453
|
+
"members": {
|
454
|
+
"orderArn": {
|
455
|
+
"location": "uri",
|
456
|
+
"locationName": "orderArn"
|
457
|
+
}
|
458
|
+
}
|
459
|
+
},
|
460
|
+
"output": {
|
461
|
+
"type": "structure",
|
462
|
+
"required": [
|
463
|
+
"order"
|
464
|
+
],
|
465
|
+
"members": {
|
466
|
+
"order": {
|
467
|
+
"shape": "S4"
|
468
|
+
},
|
469
|
+
"tags": {
|
470
|
+
"shape": "Si"
|
471
|
+
}
|
472
|
+
}
|
473
|
+
}
|
474
|
+
},
|
475
|
+
"ListDeviceIdentifiers": {
|
476
|
+
"http": {
|
477
|
+
"requestUri": "/v1/device-identifiers/list",
|
478
|
+
"responseCode": 200
|
479
|
+
},
|
480
|
+
"input": {
|
481
|
+
"type": "structure",
|
482
|
+
"required": [
|
483
|
+
"networkArn"
|
484
|
+
],
|
485
|
+
"members": {
|
486
|
+
"filters": {
|
487
|
+
"type": "map",
|
488
|
+
"key": {},
|
489
|
+
"value": {
|
490
|
+
"type": "list",
|
491
|
+
"member": {}
|
492
|
+
}
|
493
|
+
},
|
494
|
+
"maxResults": {
|
495
|
+
"type": "integer"
|
496
|
+
},
|
497
|
+
"networkArn": {},
|
498
|
+
"startToken": {}
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"output": {
|
502
|
+
"type": "structure",
|
503
|
+
"members": {
|
504
|
+
"deviceIdentifiers": {
|
505
|
+
"type": "list",
|
506
|
+
"member": {
|
507
|
+
"shape": "Sf"
|
508
|
+
}
|
509
|
+
},
|
510
|
+
"nextToken": {}
|
511
|
+
}
|
512
|
+
}
|
513
|
+
},
|
514
|
+
"ListNetworkResources": {
|
515
|
+
"http": {
|
516
|
+
"requestUri": "/v1/network-resources",
|
517
|
+
"responseCode": 200
|
518
|
+
},
|
519
|
+
"input": {
|
520
|
+
"type": "structure",
|
521
|
+
"required": [
|
522
|
+
"networkArn"
|
523
|
+
],
|
524
|
+
"members": {
|
525
|
+
"filters": {
|
526
|
+
"type": "map",
|
527
|
+
"key": {},
|
528
|
+
"value": {
|
529
|
+
"type": "list",
|
530
|
+
"member": {}
|
531
|
+
}
|
532
|
+
},
|
533
|
+
"maxResults": {
|
534
|
+
"type": "integer"
|
535
|
+
},
|
536
|
+
"networkArn": {},
|
537
|
+
"startToken": {}
|
538
|
+
}
|
539
|
+
},
|
540
|
+
"output": {
|
541
|
+
"type": "structure",
|
542
|
+
"members": {
|
543
|
+
"networkResources": {
|
544
|
+
"type": "list",
|
545
|
+
"member": {
|
546
|
+
"shape": "S18"
|
547
|
+
}
|
548
|
+
},
|
549
|
+
"nextToken": {}
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"ListNetworkSites": {
|
554
|
+
"http": {
|
555
|
+
"requestUri": "/v1/network-sites/list",
|
556
|
+
"responseCode": 200
|
557
|
+
},
|
558
|
+
"input": {
|
559
|
+
"type": "structure",
|
560
|
+
"required": [
|
561
|
+
"networkArn"
|
562
|
+
],
|
563
|
+
"members": {
|
564
|
+
"filters": {
|
565
|
+
"type": "map",
|
566
|
+
"key": {},
|
567
|
+
"value": {
|
568
|
+
"type": "list",
|
569
|
+
"member": {}
|
570
|
+
}
|
571
|
+
},
|
572
|
+
"maxResults": {
|
573
|
+
"type": "integer"
|
574
|
+
},
|
575
|
+
"networkArn": {},
|
576
|
+
"startToken": {}
|
577
|
+
}
|
578
|
+
},
|
579
|
+
"output": {
|
580
|
+
"type": "structure",
|
581
|
+
"members": {
|
582
|
+
"networkSites": {
|
583
|
+
"type": "list",
|
584
|
+
"member": {
|
585
|
+
"shape": "Sn"
|
586
|
+
}
|
587
|
+
},
|
588
|
+
"nextToken": {}
|
589
|
+
}
|
590
|
+
}
|
591
|
+
},
|
592
|
+
"ListNetworks": {
|
593
|
+
"http": {
|
594
|
+
"requestUri": "/v1/networks/list",
|
595
|
+
"responseCode": 200
|
596
|
+
},
|
597
|
+
"input": {
|
598
|
+
"type": "structure",
|
599
|
+
"members": {
|
600
|
+
"filters": {
|
601
|
+
"type": "map",
|
602
|
+
"key": {},
|
603
|
+
"value": {
|
604
|
+
"type": "list",
|
605
|
+
"member": {}
|
606
|
+
}
|
607
|
+
},
|
608
|
+
"maxResults": {
|
609
|
+
"type": "integer"
|
610
|
+
},
|
611
|
+
"startToken": {}
|
612
|
+
}
|
613
|
+
},
|
614
|
+
"output": {
|
615
|
+
"type": "structure",
|
616
|
+
"members": {
|
617
|
+
"networks": {
|
618
|
+
"type": "list",
|
619
|
+
"member": {
|
620
|
+
"shape": "S1f"
|
621
|
+
}
|
622
|
+
},
|
623
|
+
"nextToken": {}
|
624
|
+
}
|
625
|
+
}
|
626
|
+
},
|
627
|
+
"ListOrders": {
|
628
|
+
"http": {
|
629
|
+
"requestUri": "/v1/orders/list",
|
630
|
+
"responseCode": 200
|
631
|
+
},
|
632
|
+
"input": {
|
633
|
+
"type": "structure",
|
634
|
+
"required": [
|
635
|
+
"networkArn"
|
636
|
+
],
|
637
|
+
"members": {
|
638
|
+
"filters": {
|
639
|
+
"type": "map",
|
640
|
+
"key": {},
|
641
|
+
"value": {
|
642
|
+
"type": "list",
|
643
|
+
"member": {}
|
644
|
+
}
|
645
|
+
},
|
646
|
+
"maxResults": {
|
647
|
+
"type": "integer"
|
648
|
+
},
|
649
|
+
"networkArn": {},
|
650
|
+
"startToken": {}
|
651
|
+
}
|
652
|
+
},
|
653
|
+
"output": {
|
654
|
+
"type": "structure",
|
655
|
+
"members": {
|
656
|
+
"nextToken": {},
|
657
|
+
"orders": {
|
658
|
+
"type": "list",
|
659
|
+
"member": {
|
660
|
+
"shape": "S4"
|
661
|
+
}
|
662
|
+
}
|
663
|
+
}
|
664
|
+
}
|
665
|
+
},
|
666
|
+
"ListTagsForResource": {
|
667
|
+
"http": {
|
668
|
+
"method": "GET",
|
669
|
+
"requestUri": "/tags/{resourceArn}",
|
670
|
+
"responseCode": 200
|
671
|
+
},
|
672
|
+
"input": {
|
673
|
+
"type": "structure",
|
674
|
+
"required": [
|
675
|
+
"resourceArn"
|
676
|
+
],
|
677
|
+
"members": {
|
678
|
+
"resourceArn": {
|
679
|
+
"location": "uri",
|
680
|
+
"locationName": "resourceArn"
|
681
|
+
}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"output": {
|
685
|
+
"type": "structure",
|
686
|
+
"members": {
|
687
|
+
"tags": {
|
688
|
+
"shape": "Si"
|
689
|
+
}
|
690
|
+
}
|
691
|
+
}
|
692
|
+
},
|
693
|
+
"Ping": {
|
694
|
+
"http": {
|
695
|
+
"method": "GET",
|
696
|
+
"requestUri": "/ping",
|
697
|
+
"responseCode": 200
|
698
|
+
},
|
699
|
+
"output": {
|
700
|
+
"type": "structure",
|
701
|
+
"members": {
|
702
|
+
"status": {}
|
703
|
+
}
|
704
|
+
}
|
705
|
+
},
|
706
|
+
"TagResource": {
|
707
|
+
"http": {
|
708
|
+
"requestUri": "/tags/{resourceArn}",
|
709
|
+
"responseCode": 200
|
710
|
+
},
|
711
|
+
"input": {
|
712
|
+
"type": "structure",
|
713
|
+
"required": [
|
714
|
+
"resourceArn",
|
715
|
+
"tags"
|
716
|
+
],
|
717
|
+
"members": {
|
718
|
+
"resourceArn": {
|
719
|
+
"location": "uri",
|
720
|
+
"locationName": "resourceArn"
|
721
|
+
},
|
722
|
+
"tags": {
|
723
|
+
"shape": "Si"
|
724
|
+
}
|
725
|
+
}
|
726
|
+
},
|
727
|
+
"output": {
|
728
|
+
"type": "structure",
|
729
|
+
"members": {}
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"UntagResource": {
|
733
|
+
"http": {
|
734
|
+
"method": "DELETE",
|
735
|
+
"requestUri": "/tags/{resourceArn}",
|
736
|
+
"responseCode": 200
|
737
|
+
},
|
738
|
+
"input": {
|
739
|
+
"type": "structure",
|
740
|
+
"required": [
|
741
|
+
"resourceArn",
|
742
|
+
"tagKeys"
|
743
|
+
],
|
744
|
+
"members": {
|
745
|
+
"resourceArn": {
|
746
|
+
"location": "uri",
|
747
|
+
"locationName": "resourceArn"
|
748
|
+
},
|
749
|
+
"tagKeys": {
|
750
|
+
"location": "querystring",
|
751
|
+
"locationName": "tagKeys",
|
752
|
+
"type": "list",
|
753
|
+
"member": {},
|
754
|
+
"sensitive": true
|
755
|
+
}
|
756
|
+
}
|
757
|
+
},
|
758
|
+
"output": {
|
759
|
+
"type": "structure",
|
760
|
+
"members": {}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"UpdateNetworkSite": {
|
764
|
+
"http": {
|
765
|
+
"method": "PUT",
|
766
|
+
"requestUri": "/v1/network-sites/site",
|
767
|
+
"responseCode": 200
|
768
|
+
},
|
769
|
+
"input": {
|
770
|
+
"type": "structure",
|
771
|
+
"required": [
|
772
|
+
"networkSiteArn"
|
773
|
+
],
|
774
|
+
"members": {
|
775
|
+
"clientToken": {},
|
776
|
+
"description": {},
|
777
|
+
"networkSiteArn": {}
|
778
|
+
}
|
779
|
+
},
|
780
|
+
"output": {
|
781
|
+
"shape": "S38"
|
782
|
+
},
|
783
|
+
"idempotent": true
|
784
|
+
},
|
785
|
+
"UpdateNetworkSitePlan": {
|
786
|
+
"http": {
|
787
|
+
"method": "PUT",
|
788
|
+
"requestUri": "/v1/network-sites/plan",
|
789
|
+
"responseCode": 200
|
790
|
+
},
|
791
|
+
"input": {
|
792
|
+
"type": "structure",
|
793
|
+
"required": [
|
794
|
+
"networkSiteArn",
|
795
|
+
"pendingPlan"
|
796
|
+
],
|
797
|
+
"members": {
|
798
|
+
"clientToken": {},
|
799
|
+
"networkSiteArn": {},
|
800
|
+
"pendingPlan": {
|
801
|
+
"shape": "So"
|
802
|
+
}
|
803
|
+
}
|
804
|
+
},
|
805
|
+
"output": {
|
806
|
+
"shape": "S38"
|
807
|
+
},
|
808
|
+
"idempotent": true
|
809
|
+
}
|
810
|
+
},
|
811
|
+
"shapes": {
|
812
|
+
"S4": {
|
813
|
+
"type": "structure",
|
814
|
+
"members": {
|
815
|
+
"acknowledgmentStatus": {},
|
816
|
+
"createdAt": {
|
817
|
+
"shape": "S6"
|
818
|
+
},
|
819
|
+
"networkArn": {},
|
820
|
+
"networkSiteArn": {},
|
821
|
+
"orderArn": {},
|
822
|
+
"shippingAddress": {
|
823
|
+
"shape": "S7"
|
824
|
+
},
|
825
|
+
"trackingInformation": {
|
826
|
+
"type": "list",
|
827
|
+
"member": {
|
828
|
+
"type": "structure",
|
829
|
+
"members": {
|
830
|
+
"trackingNumber": {}
|
831
|
+
}
|
832
|
+
}
|
833
|
+
}
|
834
|
+
}
|
835
|
+
},
|
836
|
+
"S6": {
|
837
|
+
"type": "timestamp",
|
838
|
+
"timestampFormat": "iso8601"
|
839
|
+
},
|
840
|
+
"S7": {
|
841
|
+
"type": "structure",
|
842
|
+
"required": [
|
843
|
+
"city",
|
844
|
+
"country",
|
845
|
+
"name",
|
846
|
+
"postalCode",
|
847
|
+
"stateOrProvince",
|
848
|
+
"street1"
|
849
|
+
],
|
850
|
+
"members": {
|
851
|
+
"city": {
|
852
|
+
"shape": "S8"
|
853
|
+
},
|
854
|
+
"company": {
|
855
|
+
"shape": "S8"
|
856
|
+
},
|
857
|
+
"country": {
|
858
|
+
"shape": "S8"
|
859
|
+
},
|
860
|
+
"name": {
|
861
|
+
"shape": "S8"
|
862
|
+
},
|
863
|
+
"phoneNumber": {
|
864
|
+
"shape": "S8"
|
865
|
+
},
|
866
|
+
"postalCode": {
|
867
|
+
"shape": "S8"
|
868
|
+
},
|
869
|
+
"stateOrProvince": {
|
870
|
+
"shape": "S8"
|
871
|
+
},
|
872
|
+
"street1": {
|
873
|
+
"shape": "S8"
|
874
|
+
},
|
875
|
+
"street2": {
|
876
|
+
"shape": "S8"
|
877
|
+
},
|
878
|
+
"street3": {
|
879
|
+
"shape": "S8"
|
880
|
+
}
|
881
|
+
}
|
882
|
+
},
|
883
|
+
"S8": {
|
884
|
+
"type": "string",
|
885
|
+
"sensitive": true
|
886
|
+
},
|
887
|
+
"Sf": {
|
888
|
+
"type": "structure",
|
889
|
+
"members": {
|
890
|
+
"createdAt": {
|
891
|
+
"shape": "S6"
|
892
|
+
},
|
893
|
+
"deviceIdentifierArn": {},
|
894
|
+
"iccid": {},
|
895
|
+
"imsi": {
|
896
|
+
"type": "string",
|
897
|
+
"sensitive": true
|
898
|
+
},
|
899
|
+
"networkArn": {},
|
900
|
+
"orderArn": {},
|
901
|
+
"status": {},
|
902
|
+
"trafficGroupArn": {},
|
903
|
+
"vendor": {}
|
904
|
+
}
|
905
|
+
},
|
906
|
+
"Si": {
|
907
|
+
"type": "map",
|
908
|
+
"key": {},
|
909
|
+
"value": {},
|
910
|
+
"sensitive": true
|
911
|
+
},
|
912
|
+
"Sn": {
|
913
|
+
"type": "structure",
|
914
|
+
"required": [
|
915
|
+
"networkArn",
|
916
|
+
"networkSiteArn",
|
917
|
+
"networkSiteName",
|
918
|
+
"status"
|
919
|
+
],
|
920
|
+
"members": {
|
921
|
+
"availabilityZone": {},
|
922
|
+
"availabilityZoneId": {},
|
923
|
+
"createdAt": {
|
924
|
+
"shape": "S6"
|
925
|
+
},
|
926
|
+
"currentPlan": {
|
927
|
+
"shape": "So"
|
928
|
+
},
|
929
|
+
"description": {},
|
930
|
+
"networkArn": {},
|
931
|
+
"networkSiteArn": {},
|
932
|
+
"networkSiteName": {},
|
933
|
+
"pendingPlan": {
|
934
|
+
"shape": "So"
|
935
|
+
},
|
936
|
+
"status": {},
|
937
|
+
"statusReason": {}
|
938
|
+
}
|
939
|
+
},
|
940
|
+
"So": {
|
941
|
+
"type": "structure",
|
942
|
+
"members": {
|
943
|
+
"options": {
|
944
|
+
"shape": "Sp"
|
945
|
+
},
|
946
|
+
"resourceDefinitions": {
|
947
|
+
"type": "list",
|
948
|
+
"member": {
|
949
|
+
"type": "structure",
|
950
|
+
"required": [
|
951
|
+
"count",
|
952
|
+
"type"
|
953
|
+
],
|
954
|
+
"members": {
|
955
|
+
"count": {
|
956
|
+
"type": "integer"
|
957
|
+
},
|
958
|
+
"options": {
|
959
|
+
"shape": "Sp"
|
960
|
+
},
|
961
|
+
"type": {}
|
962
|
+
}
|
963
|
+
}
|
964
|
+
}
|
965
|
+
}
|
966
|
+
},
|
967
|
+
"Sp": {
|
968
|
+
"type": "list",
|
969
|
+
"member": {
|
970
|
+
"shape": "Sq"
|
971
|
+
}
|
972
|
+
},
|
973
|
+
"Sq": {
|
974
|
+
"type": "structure",
|
975
|
+
"required": [
|
976
|
+
"name"
|
977
|
+
],
|
978
|
+
"members": {
|
979
|
+
"name": {},
|
980
|
+
"value": {}
|
981
|
+
}
|
982
|
+
},
|
983
|
+
"S13": {
|
984
|
+
"type": "structure",
|
985
|
+
"members": {
|
986
|
+
"elevation": {
|
987
|
+
"type": "double"
|
988
|
+
},
|
989
|
+
"elevationReference": {},
|
990
|
+
"elevationUnit": {},
|
991
|
+
"latitude": {
|
992
|
+
"type": "double"
|
993
|
+
},
|
994
|
+
"longitude": {
|
995
|
+
"type": "double"
|
996
|
+
}
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"S18": {
|
1000
|
+
"type": "structure",
|
1001
|
+
"members": {
|
1002
|
+
"attributes": {
|
1003
|
+
"type": "list",
|
1004
|
+
"member": {
|
1005
|
+
"shape": "Sq"
|
1006
|
+
}
|
1007
|
+
},
|
1008
|
+
"createdAt": {
|
1009
|
+
"shape": "S6"
|
1010
|
+
},
|
1011
|
+
"description": {},
|
1012
|
+
"health": {},
|
1013
|
+
"model": {},
|
1014
|
+
"networkArn": {},
|
1015
|
+
"networkResourceArn": {},
|
1016
|
+
"networkSiteArn": {},
|
1017
|
+
"orderArn": {},
|
1018
|
+
"position": {
|
1019
|
+
"shape": "S13"
|
1020
|
+
},
|
1021
|
+
"serialNumber": {},
|
1022
|
+
"status": {},
|
1023
|
+
"statusReason": {},
|
1024
|
+
"type": {},
|
1025
|
+
"vendor": {}
|
1026
|
+
}
|
1027
|
+
},
|
1028
|
+
"S1f": {
|
1029
|
+
"type": "structure",
|
1030
|
+
"required": [
|
1031
|
+
"networkArn",
|
1032
|
+
"networkName",
|
1033
|
+
"status"
|
1034
|
+
],
|
1035
|
+
"members": {
|
1036
|
+
"createdAt": {
|
1037
|
+
"shape": "S6"
|
1038
|
+
},
|
1039
|
+
"description": {},
|
1040
|
+
"networkArn": {},
|
1041
|
+
"networkName": {},
|
1042
|
+
"status": {},
|
1043
|
+
"statusReason": {}
|
1044
|
+
}
|
1045
|
+
},
|
1046
|
+
"S38": {
|
1047
|
+
"type": "structure",
|
1048
|
+
"members": {
|
1049
|
+
"networkSite": {
|
1050
|
+
"shape": "Sn"
|
1051
|
+
},
|
1052
|
+
"tags": {
|
1053
|
+
"shape": "Si"
|
1054
|
+
}
|
1055
|
+
}
|
1056
|
+
}
|
1057
|
+
}
|
1058
|
+
}
|