cdk-iam-floyd 0.776.0 → 0.777.0
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/README.md +3 -3
- package/lib/generated/policy-statements/location.d.ts +80 -65
- package/lib/generated/policy-statements/location.js +83 -66
- package/lib/generated/policy-statements/marketplacecatalog.d.ts +57 -3
- package/lib/generated/policy-statements/marketplacecatalog.js +74 -6
- package/lib/generated/policy-statements/partnercentral.d.ts +4 -0
- package/lib/generated/policy-statements/partnercentral.js +5 -1
- package/lib/generated/policy-statements/sagemaker.d.ts +196 -0
- package/lib/generated/policy-statements/sagemaker.js +247 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 447 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20637 Actions
|
|
20
|
+
- 2194 Resource Types
|
|
21
|
+
- 2333 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -13,7 +13,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
13
13
|
*
|
|
14
14
|
* Access Level: Write
|
|
15
15
|
*
|
|
16
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
16
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_AssociateTrackerConsumer.html
|
|
17
17
|
*/
|
|
18
18
|
toAssociateTrackerConsumer(): this;
|
|
19
19
|
/**
|
|
@@ -24,7 +24,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
24
24
|
* Possible conditions:
|
|
25
25
|
* - .ifDeviceIds()
|
|
26
26
|
*
|
|
27
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
27
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_BatchDeleteDevicePositionHistory.html
|
|
28
28
|
*/
|
|
29
29
|
toBatchDeleteDevicePositionHistory(): this;
|
|
30
30
|
/**
|
|
@@ -35,7 +35,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
35
35
|
* Possible conditions:
|
|
36
36
|
* - .ifGeofenceIds()
|
|
37
37
|
*
|
|
38
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
38
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_BatchDeleteGeofence.html
|
|
39
39
|
*/
|
|
40
40
|
toBatchDeleteGeofence(): this;
|
|
41
41
|
/**
|
|
@@ -43,7 +43,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
43
43
|
*
|
|
44
44
|
* Access Level: Write
|
|
45
45
|
*
|
|
46
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
46
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_BatchEvaluateGeofences.html
|
|
47
47
|
*/
|
|
48
48
|
toBatchEvaluateGeofences(): this;
|
|
49
49
|
/**
|
|
@@ -54,7 +54,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
54
54
|
* Possible conditions:
|
|
55
55
|
* - .ifDeviceIds()
|
|
56
56
|
*
|
|
57
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
57
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_BatchGetDevicePosition.html
|
|
58
58
|
*/
|
|
59
59
|
toBatchGetDevicePosition(): this;
|
|
60
60
|
/**
|
|
@@ -65,7 +65,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
65
65
|
* Possible conditions:
|
|
66
66
|
* - .ifGeofenceIds()
|
|
67
67
|
*
|
|
68
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
68
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_BatchPutGeofence.html
|
|
69
69
|
*/
|
|
70
70
|
toBatchPutGeofence(): this;
|
|
71
71
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
76
76
|
* Possible conditions:
|
|
77
77
|
* - .ifDeviceIds()
|
|
78
78
|
*
|
|
79
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
79
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_BatchUpdateDevicePosition.html
|
|
80
80
|
*/
|
|
81
81
|
toBatchUpdateDevicePosition(): this;
|
|
82
82
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
84
84
|
*
|
|
85
85
|
* Access Level: Read
|
|
86
86
|
*
|
|
87
|
-
* https://docs.aws.amazon.com/location/
|
|
87
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CalculateRoute.html
|
|
88
88
|
*/
|
|
89
89
|
toCalculateRoute(): this;
|
|
90
90
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
92
92
|
*
|
|
93
93
|
* Access Level: Read
|
|
94
94
|
*
|
|
95
|
-
* https://docs.aws.amazon.com/location/
|
|
95
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CalculateRouteMatrix.html
|
|
96
96
|
*/
|
|
97
97
|
toCalculateRouteMatrix(): this;
|
|
98
98
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
104
104
|
* - .ifAwsRequestTag()
|
|
105
105
|
* - .ifAwsTagKeys()
|
|
106
106
|
*
|
|
107
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
107
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_CreateGeofenceCollection.html
|
|
108
108
|
*/
|
|
109
109
|
toCreateGeofenceCollection(): this;
|
|
110
110
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
116
116
|
* - .ifAwsRequestTag()
|
|
117
117
|
* - .ifAwsTagKeys()
|
|
118
118
|
*
|
|
119
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
119
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_CreateKey.html
|
|
120
120
|
*/
|
|
121
121
|
toCreateKey(): this;
|
|
122
122
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
128
128
|
* - .ifAwsRequestTag()
|
|
129
129
|
* - .ifAwsTagKeys()
|
|
130
130
|
*
|
|
131
|
-
* https://docs.aws.amazon.com/location/
|
|
131
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CreateMap.html
|
|
132
132
|
*/
|
|
133
133
|
toCreateMap(): this;
|
|
134
134
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
140
140
|
* - .ifAwsRequestTag()
|
|
141
141
|
* - .ifAwsTagKeys()
|
|
142
142
|
*
|
|
143
|
-
* https://docs.aws.amazon.com/location/
|
|
143
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CreatePlaceIndex.html
|
|
144
144
|
*/
|
|
145
145
|
toCreatePlaceIndex(): this;
|
|
146
146
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
152
152
|
* - .ifAwsRequestTag()
|
|
153
153
|
* - .ifAwsTagKeys()
|
|
154
154
|
*
|
|
155
|
-
* https://docs.aws.amazon.com/location/
|
|
155
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CreateRouteCalculator.html
|
|
156
156
|
*/
|
|
157
157
|
toCreateRouteCalculator(): this;
|
|
158
158
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
164
164
|
* - .ifAwsRequestTag()
|
|
165
165
|
* - .ifAwsTagKeys()
|
|
166
166
|
*
|
|
167
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
167
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_CreateTracker.html
|
|
168
168
|
*/
|
|
169
169
|
toCreateTracker(): this;
|
|
170
170
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
172
172
|
*
|
|
173
173
|
* Access Level: Write
|
|
174
174
|
*
|
|
175
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
175
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_DeleteGeofenceCollection.html
|
|
176
176
|
*/
|
|
177
177
|
toDeleteGeofenceCollection(): this;
|
|
178
178
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
180
180
|
*
|
|
181
181
|
* Access Level: Write
|
|
182
182
|
*
|
|
183
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
183
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_DeleteKey.html
|
|
184
184
|
*/
|
|
185
185
|
toDeleteKey(): this;
|
|
186
186
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
188
188
|
*
|
|
189
189
|
* Access Level: Write
|
|
190
190
|
*
|
|
191
|
-
* https://docs.aws.amazon.com/location/
|
|
191
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DeleteMap.html
|
|
192
192
|
*/
|
|
193
193
|
toDeleteMap(): this;
|
|
194
194
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
196
196
|
*
|
|
197
197
|
* Access Level: Write
|
|
198
198
|
*
|
|
199
|
-
* https://docs.aws.amazon.com/location/
|
|
199
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DeletePlaceIndex.html
|
|
200
200
|
*/
|
|
201
201
|
toDeletePlaceIndex(): this;
|
|
202
202
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
204
204
|
*
|
|
205
205
|
* Access Level: Write
|
|
206
206
|
*
|
|
207
|
-
* https://docs.aws.amazon.com/location/
|
|
207
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DeleteRouteCalculator.html
|
|
208
208
|
*/
|
|
209
209
|
toDeleteRouteCalculator(): this;
|
|
210
210
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
212
212
|
*
|
|
213
213
|
* Access Level: Write
|
|
214
214
|
*
|
|
215
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
215
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_DeleteTracker.html
|
|
216
216
|
*/
|
|
217
217
|
toDeleteTracker(): this;
|
|
218
218
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
220
220
|
*
|
|
221
221
|
* Access Level: Read
|
|
222
222
|
*
|
|
223
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
223
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_DescribeGeofenceCollection.html
|
|
224
224
|
*/
|
|
225
225
|
toDescribeGeofenceCollection(): this;
|
|
226
226
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
228
228
|
*
|
|
229
229
|
* Access Level: Read
|
|
230
230
|
*
|
|
231
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
231
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_DescribeKey.html
|
|
232
232
|
*/
|
|
233
233
|
toDescribeKey(): this;
|
|
234
234
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
236
236
|
*
|
|
237
237
|
* Access Level: Read
|
|
238
238
|
*
|
|
239
|
-
* https://docs.aws.amazon.com/location/
|
|
239
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DescribeMap.html
|
|
240
240
|
*/
|
|
241
241
|
toDescribeMap(): this;
|
|
242
242
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
244
244
|
*
|
|
245
245
|
* Access Level: Read
|
|
246
246
|
*
|
|
247
|
-
* https://docs.aws.amazon.com/location/
|
|
247
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DescribePlaceIndex.html
|
|
248
248
|
*/
|
|
249
249
|
toDescribePlaceIndex(): this;
|
|
250
250
|
/**
|
|
@@ -252,7 +252,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
252
252
|
*
|
|
253
253
|
* Access Level: Read
|
|
254
254
|
*
|
|
255
|
-
* https://docs.aws.amazon.com/location/
|
|
255
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DescribeRouteCalculator.html
|
|
256
256
|
*/
|
|
257
257
|
toDescribeRouteCalculator(): this;
|
|
258
258
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
260
260
|
*
|
|
261
261
|
* Access Level: Read
|
|
262
262
|
*
|
|
263
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
263
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_DescribeTracker.html
|
|
264
264
|
*/
|
|
265
265
|
toDescribeTracker(): this;
|
|
266
266
|
/**
|
|
@@ -268,7 +268,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
268
268
|
*
|
|
269
269
|
* Access Level: Write
|
|
270
270
|
*
|
|
271
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
271
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_DisassociateTrackerConsumer.html
|
|
272
272
|
*/
|
|
273
273
|
toDisassociateTrackerConsumer(): this;
|
|
274
274
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
276
276
|
*
|
|
277
277
|
* Access Level: Read
|
|
278
278
|
*
|
|
279
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
279
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_ForecastGeofenceEvents.html
|
|
280
280
|
*/
|
|
281
281
|
toForecastGeofenceEvents(): this;
|
|
282
282
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
287
287
|
* Possible conditions:
|
|
288
288
|
* - .ifDeviceIds()
|
|
289
289
|
*
|
|
290
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
290
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_GetDevicePosition.html
|
|
291
291
|
*/
|
|
292
292
|
toGetDevicePosition(): this;
|
|
293
293
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
298
298
|
* Possible conditions:
|
|
299
299
|
* - .ifDeviceIds()
|
|
300
300
|
*
|
|
301
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
301
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_GetDevicePositionHistory.html
|
|
302
302
|
*/
|
|
303
303
|
toGetDevicePositionHistory(): this;
|
|
304
304
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
309
309
|
* Possible conditions:
|
|
310
310
|
* - .ifGeofenceIds()
|
|
311
311
|
*
|
|
312
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
312
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GetGeofence.html
|
|
313
313
|
*/
|
|
314
314
|
toGetGeofence(): this;
|
|
315
315
|
/**
|
|
@@ -317,7 +317,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
317
317
|
*
|
|
318
318
|
* Access Level: Read
|
|
319
319
|
*
|
|
320
|
-
* https://docs.aws.amazon.com/location/
|
|
320
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapGlyphs.html
|
|
321
321
|
*/
|
|
322
322
|
toGetMapGlyphs(): this;
|
|
323
323
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
325
325
|
*
|
|
326
326
|
* Access Level: Read
|
|
327
327
|
*
|
|
328
|
-
* https://docs.aws.amazon.com/location/
|
|
328
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapSprites.html
|
|
329
329
|
*/
|
|
330
330
|
toGetMapSprites(): this;
|
|
331
331
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
333
333
|
*
|
|
334
334
|
* Access Level: Read
|
|
335
335
|
*
|
|
336
|
-
* https://docs.aws.amazon.com/location/
|
|
336
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapStyleDescriptor.html
|
|
337
337
|
*/
|
|
338
338
|
toGetMapStyleDescriptor(): this;
|
|
339
339
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
341
341
|
*
|
|
342
342
|
* Access Level: Read
|
|
343
343
|
*
|
|
344
|
-
* https://docs.aws.amazon.com/location/
|
|
344
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapTile.html
|
|
345
345
|
*/
|
|
346
346
|
toGetMapTile(): this;
|
|
347
347
|
/**
|
|
@@ -349,7 +349,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
349
349
|
*
|
|
350
350
|
* Access Level: Read
|
|
351
351
|
*
|
|
352
|
-
* https://docs.aws.amazon.com/location/
|
|
352
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetPlace.html
|
|
353
353
|
*/
|
|
354
354
|
toGetPlace(): this;
|
|
355
355
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
357
357
|
*
|
|
358
358
|
* Access Level: Read
|
|
359
359
|
*
|
|
360
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
360
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_ListDevicePositions.html
|
|
361
361
|
*/
|
|
362
362
|
toListDevicePositions(): this;
|
|
363
363
|
/**
|
|
@@ -365,7 +365,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
365
365
|
*
|
|
366
366
|
* Access Level: List
|
|
367
367
|
*
|
|
368
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
368
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_ListGeofenceCollections.html
|
|
369
369
|
*/
|
|
370
370
|
toListGeofenceCollections(): this;
|
|
371
371
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
373
373
|
*
|
|
374
374
|
* Access Level: Read
|
|
375
375
|
*
|
|
376
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
376
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_ListGeofences.html
|
|
377
377
|
*/
|
|
378
378
|
toListGeofences(): this;
|
|
379
379
|
/**
|
|
@@ -381,7 +381,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
381
381
|
*
|
|
382
382
|
* Access Level: List
|
|
383
383
|
*
|
|
384
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
384
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_ListKeys.html
|
|
385
385
|
*/
|
|
386
386
|
toListKeys(): this;
|
|
387
387
|
/**
|
|
@@ -389,7 +389,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
389
389
|
*
|
|
390
390
|
* Access Level: List
|
|
391
391
|
*
|
|
392
|
-
* https://docs.aws.amazon.com/location/
|
|
392
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_ListMaps.html
|
|
393
393
|
*/
|
|
394
394
|
toListMaps(): this;
|
|
395
395
|
/**
|
|
@@ -397,7 +397,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
397
397
|
*
|
|
398
398
|
* Access Level: List
|
|
399
399
|
*
|
|
400
|
-
* https://docs.aws.amazon.com/location/
|
|
400
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_ListPlaceIndexes.html
|
|
401
401
|
*/
|
|
402
402
|
toListPlaceIndexes(): this;
|
|
403
403
|
/**
|
|
@@ -405,7 +405,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
405
405
|
*
|
|
406
406
|
* Access Level: List
|
|
407
407
|
*
|
|
408
|
-
* https://docs.aws.amazon.com/location/
|
|
408
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_ListRouteCalculators.html
|
|
409
409
|
*/
|
|
410
410
|
toListRouteCalculators(): this;
|
|
411
411
|
/**
|
|
@@ -413,7 +413,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
413
413
|
*
|
|
414
414
|
* Access Level: Read
|
|
415
415
|
*
|
|
416
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
416
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_ListTagsForResource.html
|
|
417
417
|
*/
|
|
418
418
|
toListTagsForResource(): this;
|
|
419
419
|
/**
|
|
@@ -421,7 +421,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
421
421
|
*
|
|
422
422
|
* Access Level: Read
|
|
423
423
|
*
|
|
424
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
424
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_ListTrackerConsumers.html
|
|
425
425
|
*/
|
|
426
426
|
toListTrackerConsumers(): this;
|
|
427
427
|
/**
|
|
@@ -429,7 +429,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
429
429
|
*
|
|
430
430
|
* Access Level: List
|
|
431
431
|
*
|
|
432
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
432
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_ListTrackers.html
|
|
433
433
|
*/
|
|
434
434
|
toListTrackers(): this;
|
|
435
435
|
/**
|
|
@@ -440,7 +440,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
440
440
|
* Possible conditions:
|
|
441
441
|
* - .ifGeofenceIds()
|
|
442
442
|
*
|
|
443
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
443
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_PutGeofence.html
|
|
444
444
|
*/
|
|
445
445
|
toPutGeofence(): this;
|
|
446
446
|
/**
|
|
@@ -448,7 +448,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
448
448
|
*
|
|
449
449
|
* Access Level: Read
|
|
450
450
|
*
|
|
451
|
-
* https://docs.aws.amazon.com/location/
|
|
451
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_SearchPlaceIndexForPosition.html
|
|
452
452
|
*/
|
|
453
453
|
toSearchPlaceIndexForPosition(): this;
|
|
454
454
|
/**
|
|
@@ -456,7 +456,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
456
456
|
*
|
|
457
457
|
* Access Level: Read
|
|
458
458
|
*
|
|
459
|
-
* https://docs.aws.amazon.com/location/
|
|
459
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_SearchPlaceIndexForSuggestions.html
|
|
460
460
|
*/
|
|
461
461
|
toSearchPlaceIndexForSuggestions(): this;
|
|
462
462
|
/**
|
|
@@ -464,7 +464,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
464
464
|
*
|
|
465
465
|
* Access Level: Read
|
|
466
466
|
*
|
|
467
|
-
* https://docs.aws.amazon.com/location/
|
|
467
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_SearchPlaceIndexForText.html
|
|
468
468
|
*/
|
|
469
469
|
toSearchPlaceIndexForText(): this;
|
|
470
470
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
476
476
|
* - .ifAwsRequestTag()
|
|
477
477
|
* - .ifAwsTagKeys()
|
|
478
478
|
*
|
|
479
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
479
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_TagResource.html
|
|
480
480
|
*/
|
|
481
481
|
toTagResource(): this;
|
|
482
482
|
/**
|
|
@@ -487,7 +487,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
487
487
|
* Possible conditions:
|
|
488
488
|
* - .ifAwsTagKeys()
|
|
489
489
|
*
|
|
490
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
490
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_UntagResource.html
|
|
491
491
|
*/
|
|
492
492
|
toUntagResource(): this;
|
|
493
493
|
/**
|
|
@@ -495,7 +495,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
495
495
|
*
|
|
496
496
|
* Access Level: Write
|
|
497
497
|
*
|
|
498
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
498
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_UpdateGeofenceCollection.html
|
|
499
499
|
*/
|
|
500
500
|
toUpdateGeofenceCollection(): this;
|
|
501
501
|
/**
|
|
@@ -503,7 +503,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
503
503
|
*
|
|
504
504
|
* Access Level: Write
|
|
505
505
|
*
|
|
506
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
506
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_UpdateKey.html
|
|
507
507
|
*/
|
|
508
508
|
toUpdateKey(): this;
|
|
509
509
|
/**
|
|
@@ -511,7 +511,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
511
511
|
*
|
|
512
512
|
* Access Level: Write
|
|
513
513
|
*
|
|
514
|
-
* https://docs.aws.amazon.com/location/
|
|
514
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_UpdateMap.html
|
|
515
515
|
*/
|
|
516
516
|
toUpdateMap(): this;
|
|
517
517
|
/**
|
|
@@ -519,7 +519,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
519
519
|
*
|
|
520
520
|
* Access Level: Write
|
|
521
521
|
*
|
|
522
|
-
* https://docs.aws.amazon.com/location/
|
|
522
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_UpdatePlaceIndex.html
|
|
523
523
|
*/
|
|
524
524
|
toUpdatePlaceIndex(): this;
|
|
525
525
|
/**
|
|
@@ -527,7 +527,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
527
527
|
*
|
|
528
528
|
* Access Level: Write
|
|
529
529
|
*
|
|
530
|
-
* https://docs.aws.amazon.com/location/
|
|
530
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_UpdateRouteCalculator.html
|
|
531
531
|
*/
|
|
532
532
|
toUpdateRouteCalculator(): this;
|
|
533
533
|
/**
|
|
@@ -535,7 +535,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
535
535
|
*
|
|
536
536
|
* Access Level: Write
|
|
537
537
|
*
|
|
538
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
538
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_UpdateTracker.html
|
|
539
539
|
*/
|
|
540
540
|
toUpdateTracker(): this;
|
|
541
541
|
/**
|
|
@@ -546,7 +546,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
546
546
|
* Possible conditions:
|
|
547
547
|
* - .ifDeviceIds()
|
|
548
548
|
*
|
|
549
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
549
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_VerifyDevicePosition.html
|
|
550
550
|
*/
|
|
551
551
|
toVerifyDevicePosition(): this;
|
|
552
552
|
protected accessLevelList: AccessLevelList;
|
|
@@ -567,7 +567,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
567
567
|
/**
|
|
568
568
|
* Adds a resource of type geofence-collection to the statement
|
|
569
569
|
*
|
|
570
|
-
* https://docs.aws.amazon.com/location/latest/developerguide/geofence-
|
|
570
|
+
* https://docs.aws.amazon.com/location/latest/developerguide/geofence-components.html
|
|
571
571
|
*
|
|
572
572
|
* @param geofenceCollectionName - Identifier for the geofenceCollectionName.
|
|
573
573
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -582,7 +582,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
582
582
|
/**
|
|
583
583
|
* Adds a resource of type map to the statement
|
|
584
584
|
*
|
|
585
|
-
* https://docs.aws.amazon.com/location/
|
|
585
|
+
* https://docs.aws.amazon.com/location/previous/developerguide/map-concepts.html
|
|
586
586
|
*
|
|
587
587
|
* @param mapName - Identifier for the mapName.
|
|
588
588
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -596,7 +596,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
596
596
|
/**
|
|
597
597
|
* Adds a resource of type place-index to the statement
|
|
598
598
|
*
|
|
599
|
-
* https://docs.aws.amazon.com/location/
|
|
599
|
+
* https://docs.aws.amazon.com/location/previous/developerguide/places-concepts.html
|
|
600
600
|
*
|
|
601
601
|
* @param indexName - Identifier for the indexName.
|
|
602
602
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -610,7 +610,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
610
610
|
/**
|
|
611
611
|
* Adds a resource of type route-calculator to the statement
|
|
612
612
|
*
|
|
613
|
-
* https://docs.aws.amazon.com/location/
|
|
613
|
+
* https://docs.aws.amazon.com/location/previous/developerguide/route-concepts.html
|
|
614
614
|
*
|
|
615
615
|
* @param calculatorName - Identifier for the calculatorName.
|
|
616
616
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -624,7 +624,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
624
624
|
/**
|
|
625
625
|
* Adds a resource of type tracker to the statement
|
|
626
626
|
*
|
|
627
|
-
* https://docs.aws.amazon.com/location/latest/developerguide/
|
|
627
|
+
* https://docs.aws.amazon.com/location/latest/developerguide/tracking-components.html
|
|
628
628
|
*
|
|
629
629
|
* @param trackerName - Identifier for the trackerName.
|
|
630
630
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -636,6 +636,20 @@ export declare class Geo extends PolicyStatement {
|
|
|
636
636
|
* - .ifDeviceIds()
|
|
637
637
|
*/
|
|
638
638
|
onTracker(trackerName: string, account?: string, region?: string, partition?: string): this;
|
|
639
|
+
/**
|
|
640
|
+
* Adds a resource of type job to the statement
|
|
641
|
+
*
|
|
642
|
+
* https://docs.aws.amazon.com/location/latest/developerguide/jobs-concepts.html
|
|
643
|
+
*
|
|
644
|
+
* @param jobId - Identifier for the jobId.
|
|
645
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
646
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
647
|
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
|
|
648
|
+
*
|
|
649
|
+
* Possible conditions:
|
|
650
|
+
* - .ifAwsResourceTag()
|
|
651
|
+
*/
|
|
652
|
+
onJob(jobId: string, account?: string, region?: string, partition?: string): this;
|
|
639
653
|
/**
|
|
640
654
|
* Filters access by a tag's key and value in a request
|
|
641
655
|
*
|
|
@@ -667,6 +681,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
667
681
|
* - place-index
|
|
668
682
|
* - route-calculator
|
|
669
683
|
* - tracker
|
|
684
|
+
* - job
|
|
670
685
|
*
|
|
671
686
|
* @param tagKey The tag key to check
|
|
672
687
|
* @param value The value(s) to check
|