aws-sdk 2.1397.0 → 2.1399.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/clients/iam.d.ts CHANGED
@@ -785,11 +785,11 @@ declare class IAM extends Service {
785
785
  */
786
786
  listRoleTags(callback?: (err: AWSError, data: IAM.Types.ListRoleTagsResponse) => void): Request<IAM.Types.ListRoleTagsResponse, AWSError>;
787
787
  /**
788
- * Lists the IAM roles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about roles, see Working with roles. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a role, see GetRole. You can paginate the results using the MaxItems and Marker parameters.
788
+ * Lists the IAM roles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about roles, see Working with roles. IAM resource-listing operations return a subset of the available attributes for the resource. This operation does not return the following attributes, even though they are an attribute of the returned object: PermissionsBoundary RoleLastUsed Tags To view all of the information for a role, see GetRole. You can paginate the results using the MaxItems and Marker parameters.
789
789
  */
790
790
  listRoles(params: IAM.Types.ListRolesRequest, callback?: (err: AWSError, data: IAM.Types.ListRolesResponse) => void): Request<IAM.Types.ListRolesResponse, AWSError>;
791
791
  /**
792
- * Lists the IAM roles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about roles, see Working with roles. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a role, see GetRole. You can paginate the results using the MaxItems and Marker parameters.
792
+ * Lists the IAM roles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about roles, see Working with roles. IAM resource-listing operations return a subset of the available attributes for the resource. This operation does not return the following attributes, even though they are an attribute of the returned object: PermissionsBoundary RoleLastUsed Tags To view all of the information for a role, see GetRole. You can paginate the results using the MaxItems and Marker parameters.
793
793
  */
794
794
  listRoles(callback?: (err: AWSError, data: IAM.Types.ListRolesResponse) => void): Request<IAM.Types.ListRolesResponse, AWSError>;
795
795
  /**
@@ -865,11 +865,11 @@ declare class IAM extends Service {
865
865
  */
866
866
  listUserTags(callback?: (err: AWSError, data: IAM.Types.ListUserTagsResponse) => void): Request<IAM.Types.ListUserTagsResponse, AWSError>;
867
867
  /**
868
- * Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account. If there are none, the operation returns an empty list. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a user, see GetUser. You can paginate the results using the MaxItems and Marker parameters.
868
+ * Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account. If there are none, the operation returns an empty list. IAM resource-listing operations return a subset of the available attributes for the resource. This operation does not return the following attributes, even though they are an attribute of the returned object: PermissionsBoundary Tags To view all of the information for a user, see GetUser. You can paginate the results using the MaxItems and Marker parameters.
869
869
  */
870
870
  listUsers(params: IAM.Types.ListUsersRequest, callback?: (err: AWSError, data: IAM.Types.ListUsersResponse) => void): Request<IAM.Types.ListUsersResponse, AWSError>;
871
871
  /**
872
- * Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account. If there are none, the operation returns an empty list. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a user, see GetUser. You can paginate the results using the MaxItems and Marker parameters.
872
+ * Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account. If there are none, the operation returns an empty list. IAM resource-listing operations return a subset of the available attributes for the resource. This operation does not return the following attributes, even though they are an attribute of the returned object: PermissionsBoundary Tags To view all of the information for a user, see GetUser. You can paginate the results using the MaxItems and Marker parameters.
873
873
  */
874
874
  listUsers(callback?: (err: AWSError, data: IAM.Types.ListUsersResponse) => void): Request<IAM.Types.ListUsersResponse, AWSError>;
875
875
  /**
@@ -60,11 +60,11 @@ declare class Location extends Service {
60
60
  */
61
61
  batchPutGeofence(callback?: (err: AWSError, data: Location.Types.BatchPutGeofenceResponse) => void): Request<Location.Types.BatchPutGeofenceResponse, AWSError>;
62
62
  /**
63
- * Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft). When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.
63
+ * Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft). When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.
64
64
  */
65
65
  batchUpdateDevicePosition(params: Location.Types.BatchUpdateDevicePositionRequest, callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
66
66
  /**
67
- * Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft). When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.
67
+ * Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days. Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID. When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft). When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.
68
68
  */
69
69
  batchUpdateDevicePosition(callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
70
70
  /**
@@ -672,6 +672,10 @@ declare namespace Location {
672
672
  * The identifier for the geofence to be stored in a given geofence collection.
673
673
  */
674
674
  GeofenceId: Id;
675
+ /**
676
+ * Specifies additional user-defined properties to store with the Geofence. An array of key-value pairs.
677
+ */
678
+ GeofenceProperties?: PropertyMap;
675
679
  /**
676
680
  * Contains the details of the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error. Each geofence polygon can have a maximum of 1,000 vertices.
677
681
  */
@@ -723,7 +727,7 @@ declare namespace Location {
723
727
  */
724
728
  TrackerName: ResourceName;
725
729
  /**
726
- * Contains the position update details for each device.
730
+ * Contains the position update details for each device, up to 10 devices.
727
731
  */
728
732
  Updates: BatchUpdateDevicePositionRequestUpdatesList;
729
733
  }
@@ -1559,6 +1563,7 @@ declare namespace Location {
1559
1563
  }
1560
1564
  export type DistanceUnit = "Kilometers"|"Miles"|string;
1561
1565
  export type Double = number;
1566
+ export type FilterPlaceCategoryList = PlaceCategory[];
1562
1567
  export type GeoArn = string;
1563
1568
  export interface GeofenceGeometry {
1564
1569
  /**
@@ -1662,6 +1667,10 @@ declare namespace Location {
1662
1667
  * The geofence identifier.
1663
1668
  */
1664
1669
  GeofenceId: Id;
1670
+ /**
1671
+ * Contains additional user-defined properties stored with the geofence. An array of key-value pairs.
1672
+ */
1673
+ GeofenceProperties?: PropertyMap;
1665
1674
  /**
1666
1675
  * Contains the geofence geometry details describing a polygon or a circle.
1667
1676
  */
@@ -1968,6 +1977,10 @@ declare namespace Location {
1968
1977
  * The geofence identifier.
1969
1978
  */
1970
1979
  GeofenceId: Id;
1980
+ /**
1981
+ * Contains additional user-defined properties stored with the geofence. An array of key-value pairs.
1982
+ */
1983
+ GeofenceProperties?: PropertyMap;
1971
1984
  /**
1972
1985
  * Contains the geofence geometry details describing a polygon or a circle.
1973
1986
  */
@@ -2307,6 +2320,10 @@ declare namespace Location {
2307
2320
  * The numerical portion of an address, such as a building number.
2308
2321
  */
2309
2322
  AddressNumber?: String;
2323
+ /**
2324
+ * The Amazon Location categories that describe this Place. For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
2325
+ */
2326
+ Categories?: PlaceCategoryList;
2310
2327
  /**
2311
2328
  * A country/region specified using ISO 3166 3-digit country/region code. For example, CAN.
2312
2329
  */
@@ -2345,18 +2362,24 @@ declare namespace Location {
2345
2362
  */
2346
2363
  SubRegion?: String;
2347
2364
  /**
2348
- * The time zone in which the Place is located. Returned only when using HERE as the selected partner.
2365
+ * Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
2366
+ */
2367
+ SupplementalCategories?: PlaceSupplementalCategoryList;
2368
+ /**
2369
+ * The time zone in which the Place is located. Returned only when using HERE or Grab as the selected partner.
2349
2370
  */
2350
2371
  TimeZone?: TimeZone;
2351
2372
  /**
2352
- * For addresses with multiple units, the unit identifier. Can include numbers and letters, for example 3B or Unit 123. Returned only for a place index that uses Esri as a data provider. Is not returned for SearchPlaceIndexForPosition.
2373
+ * For addresses with multiple units, the unit identifier. Can include numbers and letters, for example 3B or Unit 123. Returned only for a place index that uses Esri or Grab as a data provider. Is not returned for SearchPlaceIndexForPosition.
2353
2374
  */
2354
2375
  UnitNumber?: String;
2355
2376
  /**
2356
- * For addresses with a UnitNumber, the type of unit. For example, Apartment.
2377
+ * For addresses with a UnitNumber, the type of unit. For example, Apartment. Returned only for a place index that uses Esri as a data provider.
2357
2378
  */
2358
2379
  UnitType?: String;
2359
2380
  }
2381
+ export type PlaceCategory = string;
2382
+ export type PlaceCategoryList = PlaceCategory[];
2360
2383
  export interface PlaceGeometry {
2361
2384
  /**
2362
2385
  * A single point geometry specifies a location for a Place using WGS 84 coordinates: x — Specifies the x coordinate or longitude. y — Specifies the y coordinate or latitude.
@@ -2365,6 +2388,8 @@ declare namespace Location {
2365
2388
  }
2366
2389
  export type PlaceId = string;
2367
2390
  export type PlaceIndexSearchResultLimit = number;
2391
+ export type PlaceSupplementalCategory = string;
2392
+ export type PlaceSupplementalCategoryList = PlaceSupplementalCategory[];
2368
2393
  export type Position = Double[];
2369
2394
  export type PositionFiltering = "TimeBased"|"DistanceBased"|"AccuracyBased"|string;
2370
2395
  export interface PositionalAccuracy {
@@ -2387,6 +2412,10 @@ declare namespace Location {
2387
2412
  * An identifier for the geofence. For example, ExampleGeofence-1.
2388
2413
  */
2389
2414
  GeofenceId: Id;
2415
+ /**
2416
+ * Specifies additional user-defined properties to store with the Geofence. An array of key-value pairs.
2417
+ */
2418
+ GeofenceProperties?: PropertyMap;
2390
2419
  /**
2391
2420
  * Contains the details to specify the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error. Each geofence polygon can have a maximum of 1,000 vertices.
2392
2421
  */
@@ -2456,9 +2485,17 @@ declare namespace Location {
2456
2485
  export type SearchForPositionResultList = SearchForPositionResult[];
2457
2486
  export interface SearchForSuggestionsResult {
2458
2487
  /**
2459
- * The unique identifier of the place. You can use this with the GetPlace operation to find the place again later. For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place indexes that use Esri, Grab, or HERE as data providers.
2488
+ * The Amazon Location categories that describe the Place. For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
2489
+ */
2490
+ Categories?: PlaceCategoryList;
2491
+ /**
2492
+ * The unique identifier of the Place. You can use this with the GetPlace operation to find the place again later, or to get full information for the Place. The GetPlace request must use the same PlaceIndex resource as the SearchPlaceIndexForSuggestions that generated the Place ID. For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place indexes that use Esri, Grab, or HERE as data providers.
2460
2493
  */
2461
2494
  PlaceId?: PlaceId;
2495
+ /**
2496
+ * Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
2497
+ */
2498
+ SupplementalCategories?: PlaceSupplementalCategoryList;
2462
2499
  /**
2463
2500
  * The text of the place suggestion, typically formatted as an address string.
2464
2501
  */
@@ -2541,6 +2578,10 @@ declare namespace Location {
2541
2578
  * An optional parameter that limits the search results by returning only suggestions within a specified bounding box. If provided, this parameter must contain a total of four consecutive numbers in two pairs. The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the northeast corner of the bounding box. For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, and the northeast corner has longitude -12.0684 and latitude -36.9542. FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.
2542
2579
  */
2543
2580
  FilterBBox?: BoundingBox;
2581
+ /**
2582
+ * A list of one or more Amazon Location categories to filter the returned places. If you include more than one category, the results will include results that match any of the categories listed. For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
2583
+ */
2584
+ FilterCategories?: FilterPlaceCategoryList;
2544
2585
  /**
2545
2586
  * An optional parameter that limits the search results by returning only suggestions within the provided list of countries. Use the ISO 3166 3-digit country code. For example, Australia uses three upper-case characters: AUS.
2546
2587
  */
@@ -2587,6 +2628,10 @@ declare namespace Location {
2587
2628
  * Contains the coordinates for the optional bounding box specified in the request.
2588
2629
  */
2589
2630
  FilterBBox?: BoundingBox;
2631
+ /**
2632
+ * The optional category filter specified in the request.
2633
+ */
2634
+ FilterCategories?: FilterPlaceCategoryList;
2590
2635
  /**
2591
2636
  * Contains the optional country filter specified in the request.
2592
2637
  */
@@ -2613,6 +2658,10 @@ declare namespace Location {
2613
2658
  * An optional parameter that limits the search results by returning only places that are within the provided bounding box. If provided, this parameter must contain a total of four consecutive numbers in two pairs. The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the northeast corner of the bounding box. For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, and the northeast corner has longitude -12.0684 and latitude -36.9542. FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.
2614
2659
  */
2615
2660
  FilterBBox?: BoundingBox;
2661
+ /**
2662
+ * A list of one or more Amazon Location categories to filter the returned places. If you include more than one category, the results will include results that match any of the categories listed. For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
2663
+ */
2664
+ FilterCategories?: FilterPlaceCategoryList;
2616
2665
  /**
2617
2666
  * An optional parameter that limits the search results by returning only places that are in a specified list of countries. Valid values include ISO 3166 3-digit country codes. For example, Australia uses three upper-case characters: AUS.
2618
2667
  */
@@ -2658,6 +2707,10 @@ declare namespace Location {
2658
2707
  * Contains the coordinates for the optional bounding box specified in the request.
2659
2708
  */
2660
2709
  FilterBBox?: BoundingBox;
2710
+ /**
2711
+ * The optional category filter specified in the request.
2712
+ */
2713
+ FilterCategories?: FilterPlaceCategoryList;
2661
2714
  /**
2662
2715
  * Contains the optional country filter specified in the request.
2663
2716
  */