cdk-comprehend-s3olap 2.0.107 → 2.0.109
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 +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +1961 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.paginators.json +82 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +396 -287
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
- package/node_modules/aws-sdk/clients/cur.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2549 -0
- package/node_modules/aws-sdk/clients/iotfleetwise.js +19 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
- package/node_modules/aws-sdk/clients/location.d.ts +54 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +112 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +31 -11
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +93 -23
- package/node_modules/aws-sdk/dist/aws-sdk.js +492 -317
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -41
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
@@ -0,0 +1,82 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"GetVehicleStatus": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "campaigns"
|
8
|
+
},
|
9
|
+
"ListCampaigns": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "campaignSummaries"
|
14
|
+
},
|
15
|
+
"ListDecoderManifestNetworkInterfaces": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "networkInterfaces"
|
20
|
+
},
|
21
|
+
"ListDecoderManifestSignals": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "signalDecoders"
|
26
|
+
},
|
27
|
+
"ListDecoderManifests": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"output_token": "nextToken",
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "summaries"
|
32
|
+
},
|
33
|
+
"ListFleets": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults",
|
37
|
+
"result_key": "fleetSummaries"
|
38
|
+
},
|
39
|
+
"ListFleetsForVehicle": {
|
40
|
+
"input_token": "nextToken",
|
41
|
+
"output_token": "nextToken",
|
42
|
+
"limit_key": "maxResults",
|
43
|
+
"result_key": "fleets"
|
44
|
+
},
|
45
|
+
"ListModelManifestNodes": {
|
46
|
+
"input_token": "nextToken",
|
47
|
+
"output_token": "nextToken",
|
48
|
+
"limit_key": "maxResults",
|
49
|
+
"result_key": "nodes"
|
50
|
+
},
|
51
|
+
"ListModelManifests": {
|
52
|
+
"input_token": "nextToken",
|
53
|
+
"output_token": "nextToken",
|
54
|
+
"limit_key": "maxResults",
|
55
|
+
"result_key": "summaries"
|
56
|
+
},
|
57
|
+
"ListSignalCatalogNodes": {
|
58
|
+
"input_token": "nextToken",
|
59
|
+
"output_token": "nextToken",
|
60
|
+
"limit_key": "maxResults",
|
61
|
+
"result_key": "nodes"
|
62
|
+
},
|
63
|
+
"ListSignalCatalogs": {
|
64
|
+
"input_token": "nextToken",
|
65
|
+
"output_token": "nextToken",
|
66
|
+
"limit_key": "maxResults",
|
67
|
+
"result_key": "summaries"
|
68
|
+
},
|
69
|
+
"ListVehicles": {
|
70
|
+
"input_token": "nextToken",
|
71
|
+
"output_token": "nextToken",
|
72
|
+
"limit_key": "maxResults",
|
73
|
+
"result_key": "vehicleSummaries"
|
74
|
+
},
|
75
|
+
"ListVehiclesInFleet": {
|
76
|
+
"input_token": "nextToken",
|
77
|
+
"output_token": "nextToken",
|
78
|
+
"limit_key": "maxResults",
|
79
|
+
"result_key": "vehicles"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
@@ -762,7 +762,7 @@
|
|
762
762
|
"members": {
|
763
763
|
"DataSource": {},
|
764
764
|
"DataSourceConfiguration": {
|
765
|
-
"shape": "
|
765
|
+
"shape": "S3b"
|
766
766
|
},
|
767
767
|
"Description": {},
|
768
768
|
"IndexName": {},
|
@@ -1168,7 +1168,7 @@
|
|
1168
1168
|
},
|
1169
1169
|
"DataSource": {},
|
1170
1170
|
"DataSourceConfiguration": {
|
1171
|
-
"shape": "
|
1171
|
+
"shape": "S3b"
|
1172
1172
|
},
|
1173
1173
|
"Description": {},
|
1174
1174
|
"IndexArn": {},
|
@@ -1649,6 +1649,48 @@
|
|
1649
1649
|
"hostPrefix": "maps."
|
1650
1650
|
}
|
1651
1651
|
},
|
1652
|
+
"GetPlace": {
|
1653
|
+
"http": {
|
1654
|
+
"method": "GET",
|
1655
|
+
"requestUri": "/places/v0/indexes/{IndexName}/places/{PlaceId}",
|
1656
|
+
"responseCode": 200
|
1657
|
+
},
|
1658
|
+
"input": {
|
1659
|
+
"type": "structure",
|
1660
|
+
"required": [
|
1661
|
+
"IndexName",
|
1662
|
+
"PlaceId"
|
1663
|
+
],
|
1664
|
+
"members": {
|
1665
|
+
"IndexName": {
|
1666
|
+
"location": "uri",
|
1667
|
+
"locationName": "IndexName"
|
1668
|
+
},
|
1669
|
+
"Language": {
|
1670
|
+
"location": "querystring",
|
1671
|
+
"locationName": "language"
|
1672
|
+
},
|
1673
|
+
"PlaceId": {
|
1674
|
+
"location": "uri",
|
1675
|
+
"locationName": "PlaceId"
|
1676
|
+
}
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
"output": {
|
1680
|
+
"type": "structure",
|
1681
|
+
"required": [
|
1682
|
+
"Place"
|
1683
|
+
],
|
1684
|
+
"members": {
|
1685
|
+
"Place": {
|
1686
|
+
"shape": "S4v"
|
1687
|
+
}
|
1688
|
+
}
|
1689
|
+
},
|
1690
|
+
"endpoint": {
|
1691
|
+
"hostPrefix": "places."
|
1692
|
+
}
|
1693
|
+
},
|
1652
1694
|
"ListDevicePositions": {
|
1653
1695
|
"http": {
|
1654
1696
|
"requestUri": "/tracking/v0/trackers/{TrackerName}/list-positions",
|
@@ -2209,8 +2251,9 @@
|
|
2209
2251
|
"type": "double"
|
2210
2252
|
},
|
2211
2253
|
"Place": {
|
2212
|
-
"shape": "
|
2213
|
-
}
|
2254
|
+
"shape": "S4v"
|
2255
|
+
},
|
2256
|
+
"PlaceId": {}
|
2214
2257
|
}
|
2215
2258
|
}
|
2216
2259
|
},
|
@@ -2256,7 +2299,7 @@
|
|
2256
2299
|
"shape": "S2g"
|
2257
2300
|
},
|
2258
2301
|
"FilterCountries": {
|
2259
|
-
"shape": "
|
2302
|
+
"shape": "S6e"
|
2260
2303
|
},
|
2261
2304
|
"IndexName": {
|
2262
2305
|
"location": "uri",
|
@@ -2287,6 +2330,7 @@
|
|
2287
2330
|
"Text"
|
2288
2331
|
],
|
2289
2332
|
"members": {
|
2333
|
+
"PlaceId": {},
|
2290
2334
|
"Text": {}
|
2291
2335
|
}
|
2292
2336
|
}
|
@@ -2306,14 +2350,14 @@
|
|
2306
2350
|
"shape": "S2g"
|
2307
2351
|
},
|
2308
2352
|
"FilterCountries": {
|
2309
|
-
"shape": "
|
2353
|
+
"shape": "S6e"
|
2310
2354
|
},
|
2311
2355
|
"Language": {},
|
2312
2356
|
"MaxResults": {
|
2313
2357
|
"type": "integer"
|
2314
2358
|
},
|
2315
2359
|
"Text": {
|
2316
|
-
"shape": "
|
2360
|
+
"shape": "S6m"
|
2317
2361
|
}
|
2318
2362
|
}
|
2319
2363
|
}
|
@@ -2342,7 +2386,7 @@
|
|
2342
2386
|
"shape": "S2g"
|
2343
2387
|
},
|
2344
2388
|
"FilterCountries": {
|
2345
|
-
"shape": "
|
2389
|
+
"shape": "S6e"
|
2346
2390
|
},
|
2347
2391
|
"IndexName": {
|
2348
2392
|
"location": "uri",
|
@@ -2377,8 +2421,9 @@
|
|
2377
2421
|
"type": "double"
|
2378
2422
|
},
|
2379
2423
|
"Place": {
|
2380
|
-
"shape": "
|
2424
|
+
"shape": "S4v"
|
2381
2425
|
},
|
2426
|
+
"PlaceId": {},
|
2382
2427
|
"Relevance": {
|
2383
2428
|
"type": "double"
|
2384
2429
|
}
|
@@ -2400,7 +2445,7 @@
|
|
2400
2445
|
"shape": "S2g"
|
2401
2446
|
},
|
2402
2447
|
"FilterCountries": {
|
2403
|
-
"shape": "
|
2448
|
+
"shape": "S6e"
|
2404
2449
|
},
|
2405
2450
|
"Language": {},
|
2406
2451
|
"MaxResults": {
|
@@ -2410,7 +2455,7 @@
|
|
2410
2455
|
"shape": "S2g"
|
2411
2456
|
},
|
2412
2457
|
"Text": {
|
2413
|
-
"shape": "
|
2458
|
+
"shape": "S6m"
|
2414
2459
|
}
|
2415
2460
|
}
|
2416
2461
|
}
|
@@ -2586,7 +2631,7 @@
|
|
2586
2631
|
],
|
2587
2632
|
"members": {
|
2588
2633
|
"DataSourceConfiguration": {
|
2589
|
-
"shape": "
|
2634
|
+
"shape": "S3b"
|
2590
2635
|
},
|
2591
2636
|
"Description": {},
|
2592
2637
|
"IndexName": {
|
@@ -2896,13 +2941,13 @@
|
|
2896
2941
|
"Style": {}
|
2897
2942
|
}
|
2898
2943
|
},
|
2899
|
-
"
|
2944
|
+
"S3b": {
|
2900
2945
|
"type": "structure",
|
2901
2946
|
"members": {
|
2902
2947
|
"IntendedUse": {}
|
2903
2948
|
}
|
2904
2949
|
},
|
2905
|
-
"
|
2950
|
+
"S4v": {
|
2906
2951
|
"type": "structure",
|
2907
2952
|
"required": [
|
2908
2953
|
"Geometry"
|
@@ -2939,14 +2984,16 @@
|
|
2939
2984
|
"type": "integer"
|
2940
2985
|
}
|
2941
2986
|
}
|
2942
|
-
}
|
2987
|
+
},
|
2988
|
+
"UnitNumber": {},
|
2989
|
+
"UnitType": {}
|
2943
2990
|
}
|
2944
2991
|
},
|
2945
|
-
"
|
2992
|
+
"S6e": {
|
2946
2993
|
"type": "list",
|
2947
2994
|
"member": {}
|
2948
2995
|
},
|
2949
|
-
"
|
2996
|
+
"S6m": {
|
2950
2997
|
"type": "string",
|
2951
2998
|
"sensitive": true
|
2952
2999
|
}
|