lib/aws-sdk-iotfleetwise/client.rb in aws-sdk-iotfleetwise-1.22.0 vs lib/aws-sdk-iotfleetwise/client.rb in aws-sdk-iotfleetwise-1.25.0
- old
+ new
@@ -299,12 +299,13 @@
# in the future.
#
#
# @option options [String] :sdk_ua_app_id
# A unique and opaque application ID that is appended to the
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
- # maximum length of 50.
+ # User-Agent header as app/sdk_ua_app_id. It should have a
+ # maximum length of 50. This variable is sourced from environment
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
#
# @option options [String] :secret_access_key
#
# @option options [String] :session_token
#
@@ -585,12 +586,12 @@
#
# @option params [String] :description
# An optional description of the campaign to help identify its purpose.
#
# @option params [required, String] :signal_catalog_arn
- # (Optional) The Amazon Resource Name (ARN) of the signal catalog to
- # associate with the campaign.
+ # The Amazon Resource Name (ARN) of the signal catalog to associate with
+ # the campaign.
#
# @option params [required, String] :target_arn
# The ARN of the vehicle or fleet to deploy a campaign to.
#
# @option params [Time,DateTime,Date,Integer,String] :start_time
@@ -2653,10 +2654,20 @@
# @option params [String] :model_manifest_arn
# The Amazon Resource Name (ARN) of a vehicle model (model manifest).
# You can use this optional parameter to list only the vehicles created
# from a certain vehicle model.
#
+ # @option params [Array<String>] :attribute_names
+ # The fully qualified names of the attributes. For example, the fully
+ # qualified name of an attribute might be `Vehicle.Body.Engine.Type`.
+ #
+ # @option params [Array<String>] :attribute_values
+ # Static information about a vehicle attribute value in string format.
+ # For example:
+ #
+ # `"1.3 L R2"`
+ #
# @option params [String] :next_token
# A pagination token for the next set of results.
#
# If the results of a search are large, only a portion of the results
# are returned, and a `nextToken` pagination token is returned in the
@@ -2676,10 +2687,12 @@
#
# @example Request syntax with placeholder values
#
# resp = client.list_vehicles({
# model_manifest_arn: "arn",
+ # attribute_names: ["attributeName"],
+ # attribute_values: ["attributeValue"],
# next_token: "nextToken",
# max_results: 1,
# })
#
# @example Response structure
@@ -3565,10 +3578,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iotfleetwise'
- context[:gem_version] = '1.22.0'
+ context[:gem_version] = '1.25.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated