aws-sdk-iotfleetwise 1.48.0 → 1.50.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b78a496d6c56f36805216b2eec875a7218386c6da63eba3fd2e9f017a8f8e775
4
- data.tar.gz: e13bafdb0cf9ca6b58ac3e986a016b00549521ad6b6b15a5f28159a65d1493ba
3
+ metadata.gz: 53a4e3a73953f830b802d5a7928fdf9ab366b841987590ce713ac4ebc881830c
4
+ data.tar.gz: a37f5ccab38031bc365174a15682e0052bb744d2e034f3c10e1c2339fb5632ca
5
5
  SHA512:
6
- metadata.gz: 71595213ca7ae80207bc1894941d2c9c8e552e470fe1aa06d9fa26baa141a74f1f971cffb0c2d4a234cc3d89bf76f50b76ef842885dac1acdc748a5c8a96db93
7
- data.tar.gz: 24eed3838f4fb287742a474acbe99015219468d1350a44103bfb5c8b698d4c325b6e3428868cc4186fdd01abad44ccdbf3da2d98a7d6fd2f6e0afcd831a5438a
6
+ metadata.gz: dc066fc2e07243f90c819f95cf01f71a6f34130cfdf535b8a2a48fa60f1db97257d205f1f495dce50a28b568fef694cfeb64bd58cccea6f7b7dde3d446f3c1b7
7
+ data.tar.gz: 7b4af0c804c96b4f4e4f6c6352287add0af48330784d11e2f58fe1660e060018144e4543f1f6dcde2360037241f73d1adabd881a791347e0e21055aaf2d7c634
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-07-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.49.0 (2025-06-12)
10
+ ------------------
11
+
12
+ * Feature - Add new status READY_FOR_CHECKIN used for vehicle synchronisation
13
+
4
14
  1.48.0 (2025-06-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.50.0
@@ -95,7 +95,7 @@ module Aws::IoTFleetWise
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::IoTFleetWise
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::IoTFleetWise
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::IoTFleetWise
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -374,7 +384,7 @@ module Aws::IoTFleetWise
374
384
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
375
385
  #
376
386
  # @option options [Aws::TokenProvider] :token_provider
377
- # A Bearer Token Provider. This can be an instance of any one of the
387
+ # Your Bearer token used for authentication. This can be an instance of any one of the
378
388
  # following classes:
379
389
  #
380
390
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -2224,7 +2234,7 @@ module Aws::IoTFleetWise
2224
2234
  # resp.campaigns #=> Array
2225
2235
  # resp.campaigns[0].campaign_name #=> String
2226
2236
  # resp.campaigns[0].vehicle_name #=> String
2227
- # resp.campaigns[0].status #=> String, one of "CREATED", "READY", "HEALTHY", "SUSPENDED", "DELETING"
2237
+ # resp.campaigns[0].status #=> String, one of "CREATED", "READY", "HEALTHY", "SUSPENDED", "DELETING", "READY_FOR_CHECKIN"
2228
2238
  # resp.next_token #=> String
2229
2239
  #
2230
2240
  # @overload get_vehicle_status(params = {})
@@ -4247,7 +4257,7 @@ module Aws::IoTFleetWise
4247
4257
  tracer: tracer
4248
4258
  )
4249
4259
  context[:gem_name] = 'aws-sdk-iotfleetwise'
4250
- context[:gem_version] = '1.48.0'
4260
+ context[:gem_version] = '1.50.0'
4251
4261
  Seahorse::Client::Request.new(handlers, context)
4252
4262
  end
4253
4263
 
@@ -4807,10 +4807,9 @@ module Aws::IoTFleetWise
4807
4807
  # * `CREATING` - Amazon Web Services IoT FleetWise is processing your
4808
4808
  # request to create the campaign.
4809
4809
  #
4810
- # * `WAITING_FOR_APPROVAL` - After a campaign is created, it enters
4811
- # the `WAITING_FOR_APPROVAL` state. To allow Amazon Web Services IoT
4812
- # FleetWise to deploy the campaign to the target vehicle or fleet,
4813
- # use the API operation to approve the campaign.
4810
+ # * `WAITING_FOR_APPROVAL` - After you create a campaign, it enters
4811
+ # this state. Use the API operation to approve the campaign for
4812
+ # deployment to the target vehicle or fleet.
4814
4813
  #
4815
4814
  # * `RUNNING` - The campaign is active.
4816
4815
  #
@@ -5365,18 +5364,20 @@ module Aws::IoTFleetWise
5365
5364
  # @!attribute [rw] status
5366
5365
  # The status of a campaign, which can be one of the following:
5367
5366
  #
5368
- # * `CREATED` - The campaign has been created successfully but has not
5369
- # been approved.
5367
+ # * `CREATED` - The campaign exists but is not yet approved.
5370
5368
  #
5371
- # * `READY` - The campaign has been approved but has not been deployed
5372
- # to the vehicle.
5369
+ # * `READY` - The campaign is approved but has not been deployed to
5370
+ # the vehicle. Data has not arrived at the vehicle yet.
5373
5371
  #
5374
- # * `HEALTHY` - The campaign has been deployed to the vehicle.
5372
+ # * `HEALTHY` - The campaign is deployed to the vehicle.
5375
5373
  #
5376
- # * `SUSPENDED` - The campaign has been suspended and data collection
5377
- # is paused.
5374
+ # * `SUSPENDED` - The campaign is suspended and data collection is
5375
+ # paused.
5378
5376
  #
5379
5377
  # * `DELETING` - The campaign is being removed from the vehicle.
5378
+ #
5379
+ # * `READY_FOR_CHECKIN` - The campaign is approved and waiting for
5380
+ # vehicle check-in before deployment.
5380
5381
  # @return [String]
5381
5382
  #
5382
5383
  class VehicleStatus < Struct.new(
@@ -55,7 +55,7 @@ module Aws::IoTFleetWise
55
55
  autoload :EndpointProvider, 'aws-sdk-iotfleetwise/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iotfleetwise/endpoints'
57
57
 
58
- GEM_VERSION = '1.48.0'
58
+ GEM_VERSION = '1.50.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/resource.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/types.rbs CHANGED
@@ -1499,7 +1499,7 @@ module Aws::IoTFleetWise
1499
1499
  class VehicleStatus
1500
1500
  attr_accessor campaign_name: ::String
1501
1501
  attr_accessor vehicle_name: ::String
1502
- attr_accessor status: ("CREATED" | "READY" | "HEALTHY" | "SUSPENDED" | "DELETING")
1502
+ attr_accessor status: ("CREATED" | "READY" | "HEALTHY" | "SUSPENDED" | "DELETING" | "READY_FOR_CHECKIN")
1503
1503
  SENSITIVE: []
1504
1504
  end
1505
1505
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleetwise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.225.0
21
+ version: 3.227.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.225.0
31
+ version: 3.227.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement