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.**
|
|
@@ -18,7 +18,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
18
18
|
*
|
|
19
19
|
* Access Level: Write
|
|
20
20
|
*
|
|
21
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
21
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_AssociateTrackerConsumer.html
|
|
22
22
|
*/
|
|
23
23
|
toAssociateTrackerConsumer(): this;
|
|
24
24
|
/**
|
|
@@ -29,7 +29,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
29
29
|
* Possible conditions:
|
|
30
30
|
* - .ifDeviceIds()
|
|
31
31
|
*
|
|
32
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
32
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_BatchDeleteDevicePositionHistory.html
|
|
33
33
|
*/
|
|
34
34
|
toBatchDeleteDevicePositionHistory(): this;
|
|
35
35
|
/**
|
|
@@ -40,7 +40,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
40
40
|
* Possible conditions:
|
|
41
41
|
* - .ifGeofenceIds()
|
|
42
42
|
*
|
|
43
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
43
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_BatchDeleteGeofence.html
|
|
44
44
|
*/
|
|
45
45
|
toBatchDeleteGeofence(): this;
|
|
46
46
|
/**
|
|
@@ -48,7 +48,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
48
48
|
*
|
|
49
49
|
* Access Level: Write
|
|
50
50
|
*
|
|
51
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
51
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_BatchEvaluateGeofences.html
|
|
52
52
|
*/
|
|
53
53
|
toBatchEvaluateGeofences(): this;
|
|
54
54
|
/**
|
|
@@ -59,7 +59,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
59
59
|
* Possible conditions:
|
|
60
60
|
* - .ifDeviceIds()
|
|
61
61
|
*
|
|
62
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
62
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_BatchGetDevicePosition.html
|
|
63
63
|
*/
|
|
64
64
|
toBatchGetDevicePosition(): this;
|
|
65
65
|
/**
|
|
@@ -70,7 +70,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
70
70
|
* Possible conditions:
|
|
71
71
|
* - .ifGeofenceIds()
|
|
72
72
|
*
|
|
73
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
73
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_BatchPutGeofence.html
|
|
74
74
|
*/
|
|
75
75
|
toBatchPutGeofence(): this;
|
|
76
76
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
81
81
|
* Possible conditions:
|
|
82
82
|
* - .ifDeviceIds()
|
|
83
83
|
*
|
|
84
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
84
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_BatchUpdateDevicePosition.html
|
|
85
85
|
*/
|
|
86
86
|
toBatchUpdateDevicePosition(): this;
|
|
87
87
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
89
89
|
*
|
|
90
90
|
* Access Level: Read
|
|
91
91
|
*
|
|
92
|
-
* https://docs.aws.amazon.com/location/
|
|
92
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CalculateRoute.html
|
|
93
93
|
*/
|
|
94
94
|
toCalculateRoute(): this;
|
|
95
95
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
97
97
|
*
|
|
98
98
|
* Access Level: Read
|
|
99
99
|
*
|
|
100
|
-
* https://docs.aws.amazon.com/location/
|
|
100
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CalculateRouteMatrix.html
|
|
101
101
|
*/
|
|
102
102
|
toCalculateRouteMatrix(): this;
|
|
103
103
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
109
109
|
* - .ifAwsRequestTag()
|
|
110
110
|
* - .ifAwsTagKeys()
|
|
111
111
|
*
|
|
112
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
112
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_CreateGeofenceCollection.html
|
|
113
113
|
*/
|
|
114
114
|
toCreateGeofenceCollection(): this;
|
|
115
115
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
121
121
|
* - .ifAwsRequestTag()
|
|
122
122
|
* - .ifAwsTagKeys()
|
|
123
123
|
*
|
|
124
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
124
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_CreateKey.html
|
|
125
125
|
*/
|
|
126
126
|
toCreateKey(): this;
|
|
127
127
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
133
133
|
* - .ifAwsRequestTag()
|
|
134
134
|
* - .ifAwsTagKeys()
|
|
135
135
|
*
|
|
136
|
-
* https://docs.aws.amazon.com/location/
|
|
136
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CreateMap.html
|
|
137
137
|
*/
|
|
138
138
|
toCreateMap(): this;
|
|
139
139
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
145
145
|
* - .ifAwsRequestTag()
|
|
146
146
|
* - .ifAwsTagKeys()
|
|
147
147
|
*
|
|
148
|
-
* https://docs.aws.amazon.com/location/
|
|
148
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CreatePlaceIndex.html
|
|
149
149
|
*/
|
|
150
150
|
toCreatePlaceIndex(): this;
|
|
151
151
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
157
157
|
* - .ifAwsRequestTag()
|
|
158
158
|
* - .ifAwsTagKeys()
|
|
159
159
|
*
|
|
160
|
-
* https://docs.aws.amazon.com/location/
|
|
160
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_CreateRouteCalculator.html
|
|
161
161
|
*/
|
|
162
162
|
toCreateRouteCalculator(): this;
|
|
163
163
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
169
169
|
* - .ifAwsRequestTag()
|
|
170
170
|
* - .ifAwsTagKeys()
|
|
171
171
|
*
|
|
172
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
172
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_CreateTracker.html
|
|
173
173
|
*/
|
|
174
174
|
toCreateTracker(): this;
|
|
175
175
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
177
177
|
*
|
|
178
178
|
* Access Level: Write
|
|
179
179
|
*
|
|
180
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
180
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_DeleteGeofenceCollection.html
|
|
181
181
|
*/
|
|
182
182
|
toDeleteGeofenceCollection(): this;
|
|
183
183
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
185
185
|
*
|
|
186
186
|
* Access Level: Write
|
|
187
187
|
*
|
|
188
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
188
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_DeleteKey.html
|
|
189
189
|
*/
|
|
190
190
|
toDeleteKey(): this;
|
|
191
191
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
193
193
|
*
|
|
194
194
|
* Access Level: Write
|
|
195
195
|
*
|
|
196
|
-
* https://docs.aws.amazon.com/location/
|
|
196
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DeleteMap.html
|
|
197
197
|
*/
|
|
198
198
|
toDeleteMap(): this;
|
|
199
199
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
201
201
|
*
|
|
202
202
|
* Access Level: Write
|
|
203
203
|
*
|
|
204
|
-
* https://docs.aws.amazon.com/location/
|
|
204
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DeletePlaceIndex.html
|
|
205
205
|
*/
|
|
206
206
|
toDeletePlaceIndex(): this;
|
|
207
207
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
209
209
|
*
|
|
210
210
|
* Access Level: Write
|
|
211
211
|
*
|
|
212
|
-
* https://docs.aws.amazon.com/location/
|
|
212
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DeleteRouteCalculator.html
|
|
213
213
|
*/
|
|
214
214
|
toDeleteRouteCalculator(): this;
|
|
215
215
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
217
217
|
*
|
|
218
218
|
* Access Level: Write
|
|
219
219
|
*
|
|
220
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
220
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_DeleteTracker.html
|
|
221
221
|
*/
|
|
222
222
|
toDeleteTracker(): this;
|
|
223
223
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
225
225
|
*
|
|
226
226
|
* Access Level: Read
|
|
227
227
|
*
|
|
228
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
228
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_DescribeGeofenceCollection.html
|
|
229
229
|
*/
|
|
230
230
|
toDescribeGeofenceCollection(): this;
|
|
231
231
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
233
233
|
*
|
|
234
234
|
* Access Level: Read
|
|
235
235
|
*
|
|
236
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
236
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_DescribeKey.html
|
|
237
237
|
*/
|
|
238
238
|
toDescribeKey(): this;
|
|
239
239
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
241
241
|
*
|
|
242
242
|
* Access Level: Read
|
|
243
243
|
*
|
|
244
|
-
* https://docs.aws.amazon.com/location/
|
|
244
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DescribeMap.html
|
|
245
245
|
*/
|
|
246
246
|
toDescribeMap(): this;
|
|
247
247
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
249
249
|
*
|
|
250
250
|
* Access Level: Read
|
|
251
251
|
*
|
|
252
|
-
* https://docs.aws.amazon.com/location/
|
|
252
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DescribePlaceIndex.html
|
|
253
253
|
*/
|
|
254
254
|
toDescribePlaceIndex(): this;
|
|
255
255
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
257
257
|
*
|
|
258
258
|
* Access Level: Read
|
|
259
259
|
*
|
|
260
|
-
* https://docs.aws.amazon.com/location/
|
|
260
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_DescribeRouteCalculator.html
|
|
261
261
|
*/
|
|
262
262
|
toDescribeRouteCalculator(): this;
|
|
263
263
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
265
265
|
*
|
|
266
266
|
* Access Level: Read
|
|
267
267
|
*
|
|
268
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
268
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_DescribeTracker.html
|
|
269
269
|
*/
|
|
270
270
|
toDescribeTracker(): this;
|
|
271
271
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
273
273
|
*
|
|
274
274
|
* Access Level: Write
|
|
275
275
|
*
|
|
276
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
276
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_DisassociateTrackerConsumer.html
|
|
277
277
|
*/
|
|
278
278
|
toDisassociateTrackerConsumer(): this;
|
|
279
279
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
281
281
|
*
|
|
282
282
|
* Access Level: Read
|
|
283
283
|
*
|
|
284
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
284
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_ForecastGeofenceEvents.html
|
|
285
285
|
*/
|
|
286
286
|
toForecastGeofenceEvents(): this;
|
|
287
287
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
292
292
|
* Possible conditions:
|
|
293
293
|
* - .ifDeviceIds()
|
|
294
294
|
*
|
|
295
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
295
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_GetDevicePosition.html
|
|
296
296
|
*/
|
|
297
297
|
toGetDevicePosition(): this;
|
|
298
298
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
303
303
|
* Possible conditions:
|
|
304
304
|
* - .ifDeviceIds()
|
|
305
305
|
*
|
|
306
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
306
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_GetDevicePositionHistory.html
|
|
307
307
|
*/
|
|
308
308
|
toGetDevicePositionHistory(): this;
|
|
309
309
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
314
314
|
* Possible conditions:
|
|
315
315
|
* - .ifGeofenceIds()
|
|
316
316
|
*
|
|
317
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
317
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GetGeofence.html
|
|
318
318
|
*/
|
|
319
319
|
toGetGeofence(): this;
|
|
320
320
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
322
322
|
*
|
|
323
323
|
* Access Level: Read
|
|
324
324
|
*
|
|
325
|
-
* https://docs.aws.amazon.com/location/
|
|
325
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapGlyphs.html
|
|
326
326
|
*/
|
|
327
327
|
toGetMapGlyphs(): this;
|
|
328
328
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
330
330
|
*
|
|
331
331
|
* Access Level: Read
|
|
332
332
|
*
|
|
333
|
-
* https://docs.aws.amazon.com/location/
|
|
333
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapSprites.html
|
|
334
334
|
*/
|
|
335
335
|
toGetMapSprites(): this;
|
|
336
336
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
338
338
|
*
|
|
339
339
|
* Access Level: Read
|
|
340
340
|
*
|
|
341
|
-
* https://docs.aws.amazon.com/location/
|
|
341
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapStyleDescriptor.html
|
|
342
342
|
*/
|
|
343
343
|
toGetMapStyleDescriptor(): this;
|
|
344
344
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
346
346
|
*
|
|
347
347
|
* Access Level: Read
|
|
348
348
|
*
|
|
349
|
-
* https://docs.aws.amazon.com/location/
|
|
349
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapTile.html
|
|
350
350
|
*/
|
|
351
351
|
toGetMapTile(): this;
|
|
352
352
|
/**
|
|
@@ -354,7 +354,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
354
354
|
*
|
|
355
355
|
* Access Level: Read
|
|
356
356
|
*
|
|
357
|
-
* https://docs.aws.amazon.com/location/
|
|
357
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_GetPlace.html
|
|
358
358
|
*/
|
|
359
359
|
toGetPlace(): this;
|
|
360
360
|
/**
|
|
@@ -362,7 +362,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
362
362
|
*
|
|
363
363
|
* Access Level: Read
|
|
364
364
|
*
|
|
365
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
365
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_ListDevicePositions.html
|
|
366
366
|
*/
|
|
367
367
|
toListDevicePositions(): this;
|
|
368
368
|
/**
|
|
@@ -370,7 +370,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
370
370
|
*
|
|
371
371
|
* Access Level: List
|
|
372
372
|
*
|
|
373
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
373
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_ListGeofenceCollections.html
|
|
374
374
|
*/
|
|
375
375
|
toListGeofenceCollections(): this;
|
|
376
376
|
/**
|
|
@@ -378,7 +378,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
378
378
|
*
|
|
379
379
|
* Access Level: Read
|
|
380
380
|
*
|
|
381
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
381
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_ListGeofences.html
|
|
382
382
|
*/
|
|
383
383
|
toListGeofences(): this;
|
|
384
384
|
/**
|
|
@@ -386,7 +386,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
386
386
|
*
|
|
387
387
|
* Access Level: List
|
|
388
388
|
*
|
|
389
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
389
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_ListKeys.html
|
|
390
390
|
*/
|
|
391
391
|
toListKeys(): this;
|
|
392
392
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
394
394
|
*
|
|
395
395
|
* Access Level: List
|
|
396
396
|
*
|
|
397
|
-
* https://docs.aws.amazon.com/location/
|
|
397
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_ListMaps.html
|
|
398
398
|
*/
|
|
399
399
|
toListMaps(): this;
|
|
400
400
|
/**
|
|
@@ -402,7 +402,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
402
402
|
*
|
|
403
403
|
* Access Level: List
|
|
404
404
|
*
|
|
405
|
-
* https://docs.aws.amazon.com/location/
|
|
405
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_ListPlaceIndexes.html
|
|
406
406
|
*/
|
|
407
407
|
toListPlaceIndexes(): this;
|
|
408
408
|
/**
|
|
@@ -410,7 +410,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
410
410
|
*
|
|
411
411
|
* Access Level: List
|
|
412
412
|
*
|
|
413
|
-
* https://docs.aws.amazon.com/location/
|
|
413
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_ListRouteCalculators.html
|
|
414
414
|
*/
|
|
415
415
|
toListRouteCalculators(): this;
|
|
416
416
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
418
418
|
*
|
|
419
419
|
* Access Level: Read
|
|
420
420
|
*
|
|
421
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
421
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_ListTagsForResource.html
|
|
422
422
|
*/
|
|
423
423
|
toListTagsForResource(): this;
|
|
424
424
|
/**
|
|
@@ -426,7 +426,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
426
426
|
*
|
|
427
427
|
* Access Level: Read
|
|
428
428
|
*
|
|
429
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
429
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_ListTrackerConsumers.html
|
|
430
430
|
*/
|
|
431
431
|
toListTrackerConsumers(): this;
|
|
432
432
|
/**
|
|
@@ -434,7 +434,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
434
434
|
*
|
|
435
435
|
* Access Level: List
|
|
436
436
|
*
|
|
437
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
437
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_ListTrackers.html
|
|
438
438
|
*/
|
|
439
439
|
toListTrackers(): this;
|
|
440
440
|
/**
|
|
@@ -445,7 +445,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
445
445
|
* Possible conditions:
|
|
446
446
|
* - .ifGeofenceIds()
|
|
447
447
|
*
|
|
448
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
448
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_PutGeofence.html
|
|
449
449
|
*/
|
|
450
450
|
toPutGeofence(): this;
|
|
451
451
|
/**
|
|
@@ -453,7 +453,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
453
453
|
*
|
|
454
454
|
* Access Level: Read
|
|
455
455
|
*
|
|
456
|
-
* https://docs.aws.amazon.com/location/
|
|
456
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_SearchPlaceIndexForPosition.html
|
|
457
457
|
*/
|
|
458
458
|
toSearchPlaceIndexForPosition(): this;
|
|
459
459
|
/**
|
|
@@ -461,7 +461,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
461
461
|
*
|
|
462
462
|
* Access Level: Read
|
|
463
463
|
*
|
|
464
|
-
* https://docs.aws.amazon.com/location/
|
|
464
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_SearchPlaceIndexForSuggestions.html
|
|
465
465
|
*/
|
|
466
466
|
toSearchPlaceIndexForSuggestions(): this;
|
|
467
467
|
/**
|
|
@@ -469,7 +469,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
469
469
|
*
|
|
470
470
|
* Access Level: Read
|
|
471
471
|
*
|
|
472
|
-
* https://docs.aws.amazon.com/location/
|
|
472
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_SearchPlaceIndexForText.html
|
|
473
473
|
*/
|
|
474
474
|
toSearchPlaceIndexForText(): this;
|
|
475
475
|
/**
|
|
@@ -481,7 +481,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
481
481
|
* - .ifAwsRequestTag()
|
|
482
482
|
* - .ifAwsTagKeys()
|
|
483
483
|
*
|
|
484
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
484
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_TagResource.html
|
|
485
485
|
*/
|
|
486
486
|
toTagResource(): this;
|
|
487
487
|
/**
|
|
@@ -492,7 +492,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
492
492
|
* Possible conditions:
|
|
493
493
|
* - .ifAwsTagKeys()
|
|
494
494
|
*
|
|
495
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
495
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_UntagResource.html
|
|
496
496
|
*/
|
|
497
497
|
toUntagResource(): this;
|
|
498
498
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
500
500
|
*
|
|
501
501
|
* Access Level: Write
|
|
502
502
|
*
|
|
503
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
503
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_UpdateGeofenceCollection.html
|
|
504
504
|
*/
|
|
505
505
|
toUpdateGeofenceCollection(): this;
|
|
506
506
|
/**
|
|
@@ -508,7 +508,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
508
508
|
*
|
|
509
509
|
* Access Level: Write
|
|
510
510
|
*
|
|
511
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
511
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_geotags_UpdateKey.html
|
|
512
512
|
*/
|
|
513
513
|
toUpdateKey(): this;
|
|
514
514
|
/**
|
|
@@ -516,7 +516,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
516
516
|
*
|
|
517
517
|
* Access Level: Write
|
|
518
518
|
*
|
|
519
|
-
* https://docs.aws.amazon.com/location/
|
|
519
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_UpdateMap.html
|
|
520
520
|
*/
|
|
521
521
|
toUpdateMap(): this;
|
|
522
522
|
/**
|
|
@@ -524,7 +524,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
524
524
|
*
|
|
525
525
|
* Access Level: Write
|
|
526
526
|
*
|
|
527
|
-
* https://docs.aws.amazon.com/location/
|
|
527
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_UpdatePlaceIndex.html
|
|
528
528
|
*/
|
|
529
529
|
toUpdatePlaceIndex(): this;
|
|
530
530
|
/**
|
|
@@ -532,7 +532,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
532
532
|
*
|
|
533
533
|
* Access Level: Write
|
|
534
534
|
*
|
|
535
|
-
* https://docs.aws.amazon.com/location/
|
|
535
|
+
* https://docs.aws.amazon.com/location/previous/APIReference/API_UpdateRouteCalculator.html
|
|
536
536
|
*/
|
|
537
537
|
toUpdateRouteCalculator(): this;
|
|
538
538
|
/**
|
|
@@ -540,7 +540,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
540
540
|
*
|
|
541
541
|
* Access Level: Write
|
|
542
542
|
*
|
|
543
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
543
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_UpdateTracker.html
|
|
544
544
|
*/
|
|
545
545
|
toUpdateTracker(): this;
|
|
546
546
|
/**
|
|
@@ -551,7 +551,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
551
551
|
* Possible conditions:
|
|
552
552
|
* - .ifDeviceIds()
|
|
553
553
|
*
|
|
554
|
-
* https://docs.aws.amazon.com/location/latest/APIReference/
|
|
554
|
+
* https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointTracking_VerifyDevicePosition.html
|
|
555
555
|
*/
|
|
556
556
|
toVerifyDevicePosition(): this;
|
|
557
557
|
protected accessLevelList: AccessLevelList;
|
|
@@ -572,7 +572,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
572
572
|
/**
|
|
573
573
|
* Adds a resource of type geofence-collection to the statement
|
|
574
574
|
*
|
|
575
|
-
* https://docs.aws.amazon.com/location/latest/developerguide/geofence-
|
|
575
|
+
* https://docs.aws.amazon.com/location/latest/developerguide/geofence-components.html
|
|
576
576
|
*
|
|
577
577
|
* @param geofenceCollectionName - Identifier for the geofenceCollectionName.
|
|
578
578
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -587,7 +587,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
587
587
|
/**
|
|
588
588
|
* Adds a resource of type map to the statement
|
|
589
589
|
*
|
|
590
|
-
* https://docs.aws.amazon.com/location/
|
|
590
|
+
* https://docs.aws.amazon.com/location/previous/developerguide/map-concepts.html
|
|
591
591
|
*
|
|
592
592
|
* @param mapName - Identifier for the mapName.
|
|
593
593
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -601,7 +601,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
601
601
|
/**
|
|
602
602
|
* Adds a resource of type place-index to the statement
|
|
603
603
|
*
|
|
604
|
-
* https://docs.aws.amazon.com/location/
|
|
604
|
+
* https://docs.aws.amazon.com/location/previous/developerguide/places-concepts.html
|
|
605
605
|
*
|
|
606
606
|
* @param indexName - Identifier for the indexName.
|
|
607
607
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -615,7 +615,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
615
615
|
/**
|
|
616
616
|
* Adds a resource of type route-calculator to the statement
|
|
617
617
|
*
|
|
618
|
-
* https://docs.aws.amazon.com/location/
|
|
618
|
+
* https://docs.aws.amazon.com/location/previous/developerguide/route-concepts.html
|
|
619
619
|
*
|
|
620
620
|
* @param calculatorName - Identifier for the calculatorName.
|
|
621
621
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -629,7 +629,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
629
629
|
/**
|
|
630
630
|
* Adds a resource of type tracker to the statement
|
|
631
631
|
*
|
|
632
|
-
* https://docs.aws.amazon.com/location/latest/developerguide/
|
|
632
|
+
* https://docs.aws.amazon.com/location/latest/developerguide/tracking-components.html
|
|
633
633
|
*
|
|
634
634
|
* @param trackerName - Identifier for the trackerName.
|
|
635
635
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -641,6 +641,20 @@ export declare class Geo extends PolicyStatement {
|
|
|
641
641
|
* - .ifDeviceIds()
|
|
642
642
|
*/
|
|
643
643
|
onTracker(trackerName: string, account?: string, region?: string, partition?: string): this;
|
|
644
|
+
/**
|
|
645
|
+
* Adds a resource of type job to the statement
|
|
646
|
+
*
|
|
647
|
+
* https://docs.aws.amazon.com/location/latest/developerguide/jobs-concepts.html
|
|
648
|
+
*
|
|
649
|
+
* @param jobId - Identifier for the jobId.
|
|
650
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
651
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
652
|
+
* @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.
|
|
653
|
+
*
|
|
654
|
+
* Possible conditions:
|
|
655
|
+
* - .ifAwsResourceTag()
|
|
656
|
+
*/
|
|
657
|
+
onJob(jobId: string, account?: string, region?: string, partition?: string): this;
|
|
644
658
|
/**
|
|
645
659
|
* Filters access by a tag's key and value in a request
|
|
646
660
|
*
|
|
@@ -672,6 +686,7 @@ export declare class Geo extends PolicyStatement {
|
|
|
672
686
|
* - place-index
|
|
673
687
|
* - route-calculator
|
|
674
688
|
* - tracker
|
|
689
|
+
* - job
|
|
675
690
|
*
|
|
676
691
|
* @param tagKey The tag key to check
|
|
677
692
|
* @param value The value(s) to check
|