aws-sdk-locationservice 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffeda68c223e60fc42182e504c329a14aa8898d4c70d118bd06e1743a467f423
4
- data.tar.gz: a9874d8dc4ae1d325a8da0b3a3f4a6ccacfffccb1374afffe3649d643effe430
3
+ metadata.gz: 2d1d812db280bd14e9416a670d64f62f11469a2599166662726bf0617fc7b2da
4
+ data.tar.gz: 2c4e88f4824a4f71729aef7d89b95799515ab87887eb6d7f9d2bb911eccb5330
5
5
  SHA512:
6
- metadata.gz: 4a8ef019e8e6ec50fa4ab375562b2706c8408379a6c4f66e965f274587119d86549caea3ccf679f522283ad8611d5e747072683fc986237aee950720029360e9
7
- data.tar.gz: 0d2a6d6eaf60452fe75e77cd780b019c5befd7510767b9740474f5018e943dcd8bece55e99ad967f8b6160bdbbe19220d4f6be8e44e0520eb8044f1709c9ffbf
6
+ metadata.gz: bd6bf3faf5da05fde1a2abb33e1b177aa9763fd6e719390f559cee9a2b8153a98891e4b25721eb2d1367309628e8128fcbf5ff3be87a6167a1ea593463917344
7
+ data.tar.gz: 93060eec81c2e9202f06dbb3224599baf2be2932d42325febbc1a6a2754f3d5e663a827d624cd2bc520c9eefe03886e0c8ccb91f80675e5c45493869c7077f08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2021-12-20)
5
+ ------------------
6
+
7
+ * Feature - Making PricingPlan optional as part of create resource API.
8
+
4
9
  1.14.0 (2021-12-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -988,8 +988,9 @@ module Aws::LocationService
988
988
  #
989
989
  # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html
990
990
  #
991
- # @option params [required, String] :pricing_plan
992
- # Specifies the pricing plan for the geofence collection.
991
+ # @option params [String] :pricing_plan
992
+ # Optionally specifies the pricing plan for the geofence collection.
993
+ # Defaults to `RequestBasedUsage`.
993
994
  #
994
995
  # For additional details and restrictions on each pricing plan option,
995
996
  # see the [Amazon Location Service pricing page][1].
@@ -1057,7 +1058,7 @@ module Aws::LocationService
1057
1058
  # collection_name: "ResourceName", # required
1058
1059
  # description: "ResourceDescription",
1059
1060
  # kms_key_id: "KmsKeyId",
1060
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1061
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1061
1062
  # pricing_plan_data_source: "String",
1062
1063
  # tags: {
1063
1064
  # "TagKey" => "TagValue",
@@ -1100,8 +1101,9 @@ module Aws::LocationService
1100
1101
  #
1101
1102
  # * No spaces allowed. For example, `ExampleMap`.
1102
1103
  #
1103
- # @option params [required, String] :pricing_plan
1104
- # Specifies the pricing plan for your map resource.
1104
+ # @option params [String] :pricing_plan
1105
+ # Optionally specifies the pricing plan for the map resource. Defaults
1106
+ # to `RequestBasedUsage`.
1105
1107
  #
1106
1108
  # For additional details and restrictions on each pricing plan option,
1107
1109
  # see [Amazon Location Service pricing][1].
@@ -1146,7 +1148,7 @@ module Aws::LocationService
1146
1148
  # },
1147
1149
  # description: "ResourceDescription",
1148
1150
  # map_name: "ResourceName", # required
1149
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1151
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1150
1152
  # tags: {
1151
1153
  # "TagKey" => "TagValue",
1152
1154
  # },
@@ -1228,8 +1230,9 @@ module Aws::LocationService
1228
1230
  #
1229
1231
  # * No spaces allowed. For example, `ExamplePlaceIndex`.
1230
1232
  #
1231
- # @option params [required, String] :pricing_plan
1232
- # Specifies the pricing plan for your place index resource.
1233
+ # @option params [String] :pricing_plan
1234
+ # Optionally specifies the pricing plan for the place index resource.
1235
+ # Defaults to `RequestBasedUsage`.
1233
1236
  #
1234
1237
  # For additional details and restrictions on each pricing plan option,
1235
1238
  # see [Amazon Location Service pricing][1].
@@ -1276,7 +1279,7 @@ module Aws::LocationService
1276
1279
  # },
1277
1280
  # description: "ResourceDescription",
1278
1281
  # index_name: "ResourceName", # required
1279
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1282
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1280
1283
  # tags: {
1281
1284
  # "TagKey" => "TagValue",
1282
1285
  # },
@@ -1350,8 +1353,9 @@ module Aws::LocationService
1350
1353
  # @option params [String] :description
1351
1354
  # The optional description for the route calculator resource.
1352
1355
  #
1353
- # @option params [required, String] :pricing_plan
1354
- # Specifies the pricing plan for your route calculator resource.
1356
+ # @option params [String] :pricing_plan
1357
+ # Optionally specifies the pricing plan for the route calculator
1358
+ # resource. Defaults to `RequestBasedUsage`.
1355
1359
  #
1356
1360
  # For additional details and restrictions on each pricing plan option,
1357
1361
  # see [Amazon Location Service pricing][1].
@@ -1398,7 +1402,7 @@ module Aws::LocationService
1398
1402
  # calculator_name: "ResourceName", # required
1399
1403
  # data_source: "String", # required
1400
1404
  # description: "ResourceDescription",
1401
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1405
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1402
1406
  # tags: {
1403
1407
  # "TagKey" => "TagValue",
1404
1408
  # },
@@ -1464,8 +1468,9 @@ module Aws::LocationService
1464
1468
  # This field is optional. If not specified, the default value is
1465
1469
  # `TimeBased`.
1466
1470
  #
1467
- # @option params [required, String] :pricing_plan
1468
- # Specifies the pricing plan for the tracker resource.
1471
+ # @option params [String] :pricing_plan
1472
+ # Optionally specifies the pricing plan for the tracker resource.
1473
+ # Defaults to `RequestBasedUsage`.
1469
1474
  #
1470
1475
  # For additional details and restrictions on each pricing plan option,
1471
1476
  # see [Amazon Location Service pricing][1].
@@ -1545,7 +1550,7 @@ module Aws::LocationService
1545
1550
  # description: "ResourceDescription",
1546
1551
  # kms_key_id: "KmsKeyId",
1547
1552
  # position_filtering: "TimeBased", # accepts TimeBased, DistanceBased, AccuracyBased
1548
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1553
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1549
1554
  # pricing_plan_data_source: "String",
1550
1555
  # tags: {
1551
1556
  # "TagKey" => "TagValue",
@@ -3622,7 +3627,7 @@ module Aws::LocationService
3622
3627
  params: params,
3623
3628
  config: config)
3624
3629
  context[:gem_name] = 'aws-sdk-locationservice'
3625
- context[:gem_version] = '1.14.0'
3630
+ context[:gem_version] = '1.15.0'
3626
3631
  Seahorse::Client::Request.new(handlers, context)
3627
3632
  end
3628
3633
 
@@ -429,7 +429,7 @@ module Aws::LocationService
429
429
  CreateGeofenceCollectionRequest.add_member(:collection_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CollectionName"))
430
430
  CreateGeofenceCollectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
431
431
  CreateGeofenceCollectionRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
432
- CreateGeofenceCollectionRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
432
+ CreateGeofenceCollectionRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
433
433
  CreateGeofenceCollectionRequest.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
434
434
  CreateGeofenceCollectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
435
435
  CreateGeofenceCollectionRequest.struct_class = Types::CreateGeofenceCollectionRequest
@@ -442,7 +442,7 @@ module Aws::LocationService
442
442
  CreateMapRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: MapConfiguration, required: true, location_name: "Configuration"))
443
443
  CreateMapRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
444
444
  CreateMapRequest.add_member(:map_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "MapName"))
445
- CreateMapRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
445
+ CreateMapRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
446
446
  CreateMapRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
447
447
  CreateMapRequest.struct_class = Types::CreateMapRequest
448
448
 
@@ -455,7 +455,7 @@ module Aws::LocationService
455
455
  CreatePlaceIndexRequest.add_member(:data_source_configuration, Shapes::ShapeRef.new(shape: DataSourceConfiguration, location_name: "DataSourceConfiguration"))
456
456
  CreatePlaceIndexRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
457
457
  CreatePlaceIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "IndexName"))
458
- CreatePlaceIndexRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
458
+ CreatePlaceIndexRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
459
459
  CreatePlaceIndexRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
460
460
  CreatePlaceIndexRequest.struct_class = Types::CreatePlaceIndexRequest
461
461
 
@@ -467,7 +467,7 @@ module Aws::LocationService
467
467
  CreateRouteCalculatorRequest.add_member(:calculator_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "CalculatorName"))
468
468
  CreateRouteCalculatorRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataSource"))
469
469
  CreateRouteCalculatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
470
- CreateRouteCalculatorRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
470
+ CreateRouteCalculatorRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
471
471
  CreateRouteCalculatorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
472
472
  CreateRouteCalculatorRequest.struct_class = Types::CreateRouteCalculatorRequest
473
473
 
@@ -479,7 +479,7 @@ module Aws::LocationService
479
479
  CreateTrackerRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
480
480
  CreateTrackerRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
481
481
  CreateTrackerRequest.add_member(:position_filtering, Shapes::ShapeRef.new(shape: PositionFiltering, location_name: "PositionFiltering"))
482
- CreateTrackerRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "PricingPlan"))
482
+ CreateTrackerRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "PricingPlan"))
483
483
  CreateTrackerRequest.add_member(:pricing_plan_data_source, Shapes::ShapeRef.new(shape: String, location_name: "PricingPlanDataSource"))
484
484
  CreateTrackerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
485
485
  CreateTrackerRequest.add_member(:tracker_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TrackerName"))
@@ -1026,7 +1026,7 @@ module Aws::LocationService
1026
1026
  # collection_name: "ResourceName", # required
1027
1027
  # description: "ResourceDescription",
1028
1028
  # kms_key_id: "KmsKeyId",
1029
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1029
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1030
1030
  # pricing_plan_data_source: "String",
1031
1031
  # tags: {
1032
1032
  # "TagKey" => "TagValue",
@@ -1060,7 +1060,8 @@ module Aws::LocationService
1060
1060
  # @return [String]
1061
1061
  #
1062
1062
  # @!attribute [rw] pricing_plan
1063
- # Specifies the pricing plan for the geofence collection.
1063
+ # Optionally specifies the pricing plan for the geofence collection.
1064
+ # Defaults to `RequestBasedUsage`.
1064
1065
  #
1065
1066
  # For additional details and restrictions on each pricing plan option,
1066
1067
  # see the [Amazon Location Service pricing page][1].
@@ -1174,7 +1175,7 @@ module Aws::LocationService
1174
1175
  # },
1175
1176
  # description: "ResourceDescription",
1176
1177
  # map_name: "ResourceName", # required
1177
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1178
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1178
1179
  # tags: {
1179
1180
  # "TagKey" => "TagValue",
1180
1181
  # },
@@ -1202,7 +1203,8 @@ module Aws::LocationService
1202
1203
  # @return [String]
1203
1204
  #
1204
1205
  # @!attribute [rw] pricing_plan
1205
- # Specifies the pricing plan for your map resource.
1206
+ # Optionally specifies the pricing plan for the map resource. Defaults
1207
+ # to `RequestBasedUsage`.
1206
1208
  #
1207
1209
  # For additional details and restrictions on each pricing plan option,
1208
1210
  # see [Amazon Location Service pricing][1].
@@ -1289,7 +1291,7 @@ module Aws::LocationService
1289
1291
  # },
1290
1292
  # description: "ResourceDescription",
1291
1293
  # index_name: "ResourceName", # required
1292
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1294
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1293
1295
  # tags: {
1294
1296
  # "TagKey" => "TagValue",
1295
1297
  # },
@@ -1354,7 +1356,8 @@ module Aws::LocationService
1354
1356
  # @return [String]
1355
1357
  #
1356
1358
  # @!attribute [rw] pricing_plan
1357
- # Specifies the pricing plan for your place index resource.
1359
+ # Optionally specifies the pricing plan for the place index resource.
1360
+ # Defaults to `RequestBasedUsage`.
1358
1361
  #
1359
1362
  # For additional details and restrictions on each pricing plan option,
1360
1363
  # see [Amazon Location Service pricing][1].
@@ -1441,7 +1444,7 @@ module Aws::LocationService
1441
1444
  # calculator_name: "ResourceName", # required
1442
1445
  # data_source: "String", # required
1443
1446
  # description: "ResourceDescription",
1444
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1447
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1445
1448
  # tags: {
1446
1449
  # "TagKey" => "TagValue",
1447
1450
  # },
@@ -1498,7 +1501,8 @@ module Aws::LocationService
1498
1501
  # @return [String]
1499
1502
  #
1500
1503
  # @!attribute [rw] pricing_plan
1501
- # Specifies the pricing plan for your route calculator resource.
1504
+ # Optionally specifies the pricing plan for the route calculator
1505
+ # resource. Defaults to `RequestBasedUsage`.
1502
1506
  #
1503
1507
  # For additional details and restrictions on each pricing plan option,
1504
1508
  # see [Amazon Location Service pricing][1].
@@ -1595,7 +1599,7 @@ module Aws::LocationService
1595
1599
  # description: "ResourceDescription",
1596
1600
  # kms_key_id: "KmsKeyId",
1597
1601
  # position_filtering: "TimeBased", # accepts TimeBased, DistanceBased, AccuracyBased
1598
- # pricing_plan: "RequestBasedUsage", # required, accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1602
+ # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1599
1603
  # pricing_plan_data_source: "String",
1600
1604
  # tags: {
1601
1605
  # "TagKey" => "TagValue",
@@ -1649,7 +1653,8 @@ module Aws::LocationService
1649
1653
  # @return [String]
1650
1654
  #
1651
1655
  # @!attribute [rw] pricing_plan
1652
- # Specifies the pricing plan for the tracker resource.
1656
+ # Optionally specifies the pricing plan for the tracker resource.
1657
+ # Defaults to `RequestBasedUsage`.
1653
1658
  #
1654
1659
  # For additional details and restrictions on each pricing plan option,
1655
1660
  # see [Amazon Location Service pricing][1].
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-locationservice/customizations'
48
48
  # @!group service
49
49
  module Aws::LocationService
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-06 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core