aws-sdk-iotfleetwise 1.41.0 → 1.42.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotfleetwise/client.rb +40 -4
- data/lib/aws-sdk-iotfleetwise/client_api.rb +7 -0
- data/lib/aws-sdk-iotfleetwise/types.rb +54 -12
- data/lib/aws-sdk-iotfleetwise.rb +1 -1
- data/sig/client.rbs +12 -6
- data/sig/types.rbs +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94c059589a50f7e20915e4607c8cbc03e1a86812966e3c4c630eca2670a431c7
|
4
|
+
data.tar.gz: 312f96cbb411cfbe367b0ad7eb08d0a79e04c6a161c30b77806b50b6cf08fabf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 332623512de7381241eec91796825fd22bcd19a3d0428cceb9912418a37531a97d9b1d77e2be8ef08ff279562b2b7d98c1301a375c0b2ad4648cb696e0c71bcb
|
7
|
+
data.tar.gz: b7c37e22c8898d84a76756b2d3b1311ea4051312cc24e3b3605218c9dade1a27b0fa6a5509cd0f678536d2ebe91bfff44bb1eba5ec83311b689718b4792a8828
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.42.0 (2025-02-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.
|
8
|
+
|
4
9
|
1.41.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -1630,7 +1630,7 @@ module Aws::IoTFleetWise
|
|
1630
1630
|
# Deletes a state template.
|
1631
1631
|
#
|
1632
1632
|
# @option params [required, String] :identifier
|
1633
|
-
#
|
1633
|
+
# The unique ID of the state template.
|
1634
1634
|
#
|
1635
1635
|
# @return [Types::DeleteStateTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1636
1636
|
#
|
@@ -2079,7 +2079,7 @@ module Aws::IoTFleetWise
|
|
2079
2079
|
# [1]: https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
|
2080
2080
|
#
|
2081
2081
|
# @option params [required, String] :identifier
|
2082
|
-
#
|
2082
|
+
# The unique ID of the state template.
|
2083
2083
|
#
|
2084
2084
|
# @return [Types::GetStateTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2085
2085
|
#
|
@@ -2337,6 +2337,11 @@ module Aws::IoTFleetWise
|
|
2337
2337
|
# created campaign in your account. The status can be one of:
|
2338
2338
|
# `CREATING`, `WAITING_FOR_APPROVAL`, `RUNNING`, or `SUSPENDED`.
|
2339
2339
|
#
|
2340
|
+
# @option params [String] :list_response_scope
|
2341
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`, the
|
2342
|
+
# list response includes: campaign name, Amazon Resource Name (ARN),
|
2343
|
+
# creation time, and last modification time.
|
2344
|
+
#
|
2340
2345
|
# @return [Types::ListCampaignsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2341
2346
|
#
|
2342
2347
|
# * {Types::ListCampaignsResponse#campaign_summaries #campaign_summaries} => Array<Types::CampaignSummary>
|
@@ -2350,6 +2355,7 @@ module Aws::IoTFleetWise
|
|
2350
2355
|
# next_token: "nextToken",
|
2351
2356
|
# max_results: 1,
|
2352
2357
|
# status: "statusStr",
|
2358
|
+
# list_response_scope: "METADATA_ONLY", # accepts METADATA_ONLY
|
2353
2359
|
# })
|
2354
2360
|
#
|
2355
2361
|
# @example Response structure
|
@@ -2542,6 +2548,11 @@ module Aws::IoTFleetWise
|
|
2542
2548
|
# @option params [Integer] :max_results
|
2543
2549
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
2544
2550
|
#
|
2551
|
+
# @option params [String] :list_response_scope
|
2552
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`, the
|
2553
|
+
# list response includes: decoder manifest name, Amazon Resource Name
|
2554
|
+
# (ARN), creation time, and last modification time.
|
2555
|
+
#
|
2545
2556
|
# @return [Types::ListDecoderManifestsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2546
2557
|
#
|
2547
2558
|
# * {Types::ListDecoderManifestsResponse#summaries #summaries} => Array<Types::DecoderManifestSummary>
|
@@ -2555,6 +2566,7 @@ module Aws::IoTFleetWise
|
|
2555
2566
|
# model_manifest_arn: "arn",
|
2556
2567
|
# next_token: "nextToken",
|
2557
2568
|
# max_results: 1,
|
2569
|
+
# list_response_scope: "METADATA_ONLY", # accepts METADATA_ONLY
|
2558
2570
|
# })
|
2559
2571
|
#
|
2560
2572
|
# @example Response structure
|
@@ -2597,6 +2609,11 @@ module Aws::IoTFleetWise
|
|
2597
2609
|
# @option params [Integer] :max_results
|
2598
2610
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
2599
2611
|
#
|
2612
|
+
# @option params [String] :list_response_scope
|
2613
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`, the
|
2614
|
+
# list response includes: fleet ID, Amazon Resource Name (ARN), creation
|
2615
|
+
# time, and last modification time.
|
2616
|
+
#
|
2600
2617
|
# @return [Types::ListFleetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2601
2618
|
#
|
2602
2619
|
# * {Types::ListFleetsResponse#fleet_summaries #fleet_summaries} => Array<Types::FleetSummary>
|
@@ -2609,6 +2626,7 @@ module Aws::IoTFleetWise
|
|
2609
2626
|
# resp = client.list_fleets({
|
2610
2627
|
# next_token: "nextToken",
|
2611
2628
|
# max_results: 1,
|
2629
|
+
# list_response_scope: "METADATA_ONLY", # accepts METADATA_ONLY
|
2612
2630
|
# })
|
2613
2631
|
#
|
2614
2632
|
# @example Response structure
|
@@ -2803,6 +2821,11 @@ module Aws::IoTFleetWise
|
|
2803
2821
|
# @option params [Integer] :max_results
|
2804
2822
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
2805
2823
|
#
|
2824
|
+
# @option params [String] :list_response_scope
|
2825
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`, the
|
2826
|
+
# list response includes: model manifest name, Amazon Resource Name
|
2827
|
+
# (ARN), creation time, and last modification time.
|
2828
|
+
#
|
2806
2829
|
# @return [Types::ListModelManifestsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2807
2830
|
#
|
2808
2831
|
# * {Types::ListModelManifestsResponse#summaries #summaries} => Array<Types::ModelManifestSummary>
|
@@ -2816,6 +2839,7 @@ module Aws::IoTFleetWise
|
|
2816
2839
|
# signal_catalog_arn: "arn",
|
2817
2840
|
# next_token: "nextToken",
|
2818
2841
|
# max_results: 1,
|
2842
|
+
# list_response_scope: "METADATA_ONLY", # accepts METADATA_ONLY
|
2819
2843
|
# })
|
2820
2844
|
#
|
2821
2845
|
# @example Response structure
|
@@ -3012,6 +3036,11 @@ module Aws::IoTFleetWise
|
|
3012
3036
|
# @option params [Integer] :max_results
|
3013
3037
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
3014
3038
|
#
|
3039
|
+
# @option params [String] :list_response_scope
|
3040
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`, the
|
3041
|
+
# list response includes: state template ID, Amazon Resource Name (ARN),
|
3042
|
+
# creation time, and last modification time.
|
3043
|
+
#
|
3015
3044
|
# @return [Types::ListStateTemplatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3016
3045
|
#
|
3017
3046
|
# * {Types::ListStateTemplatesResponse#summaries #summaries} => Array<Types::StateTemplateSummary>
|
@@ -3024,6 +3053,7 @@ module Aws::IoTFleetWise
|
|
3024
3053
|
# resp = client.list_state_templates({
|
3025
3054
|
# next_token: "nextToken",
|
3026
3055
|
# max_results: 1,
|
3056
|
+
# list_response_scope: "METADATA_ONLY", # accepts METADATA_ONLY
|
3027
3057
|
# })
|
3028
3058
|
#
|
3029
3059
|
# @example Response structure
|
@@ -3125,6 +3155,11 @@ module Aws::IoTFleetWise
|
|
3125
3155
|
# @option params [Integer] :max_results
|
3126
3156
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
3127
3157
|
#
|
3158
|
+
# @option params [String] :list_response_scope
|
3159
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`, the
|
3160
|
+
# list response includes: vehicle name, Amazon Resource Name (ARN),
|
3161
|
+
# creation time, and last modification time.
|
3162
|
+
#
|
3128
3163
|
# @return [Types::ListVehiclesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3129
3164
|
#
|
3130
3165
|
# * {Types::ListVehiclesResponse#vehicle_summaries #vehicle_summaries} => Array<Types::VehicleSummary>
|
@@ -3140,6 +3175,7 @@ module Aws::IoTFleetWise
|
|
3140
3175
|
# attribute_values: ["attributeValue"],
|
3141
3176
|
# next_token: "nextToken",
|
3142
3177
|
# max_results: 1,
|
3178
|
+
# list_response_scope: "METADATA_ONLY", # accepts METADATA_ONLY
|
3143
3179
|
# })
|
3144
3180
|
#
|
3145
3181
|
# @example Response structure
|
@@ -3993,7 +4029,7 @@ module Aws::IoTFleetWise
|
|
3993
4029
|
# [1]: https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
|
3994
4030
|
#
|
3995
4031
|
# @option params [required, String] :identifier
|
3996
|
-
#
|
4032
|
+
# The unique ID of the state template.
|
3997
4033
|
#
|
3998
4034
|
# @option params [String] :description
|
3999
4035
|
# A brief description of the state template.
|
@@ -4157,7 +4193,7 @@ module Aws::IoTFleetWise
|
|
4157
4193
|
tracer: tracer
|
4158
4194
|
)
|
4159
4195
|
context[:gem_name] = 'aws-sdk-iotfleetwise'
|
4160
|
-
context[:gem_version] = '1.
|
4196
|
+
context[:gem_version] = '1.42.0'
|
4161
4197
|
Seahorse::Client::Request.new(handlers, context)
|
4162
4198
|
end
|
4163
4199
|
|
@@ -155,6 +155,7 @@ module Aws::IoTFleetWise
|
|
155
155
|
ListModelManifestNodesResponse = Shapes::StructureShape.new(name: 'ListModelManifestNodesResponse')
|
156
156
|
ListModelManifestsRequest = Shapes::StructureShape.new(name: 'ListModelManifestsRequest')
|
157
157
|
ListModelManifestsResponse = Shapes::StructureShape.new(name: 'ListModelManifestsResponse')
|
158
|
+
ListResponseScope = Shapes::StringShape.new(name: 'ListResponseScope')
|
158
159
|
ListSignalCatalogNodesRequest = Shapes::StructureShape.new(name: 'ListSignalCatalogNodesRequest')
|
159
160
|
ListSignalCatalogNodesResponse = Shapes::StructureShape.new(name: 'ListSignalCatalogNodesResponse')
|
160
161
|
ListSignalCatalogsRequest = Shapes::StructureShape.new(name: 'ListSignalCatalogsRequest')
|
@@ -930,6 +931,7 @@ module Aws::IoTFleetWise
|
|
930
931
|
ListCampaignsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
|
931
932
|
ListCampaignsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
|
932
933
|
ListCampaignsRequest.add_member(:status, Shapes::ShapeRef.new(shape: statusStr, location_name: "status"))
|
934
|
+
ListCampaignsRequest.add_member(:list_response_scope, Shapes::ShapeRef.new(shape: ListResponseScope, location_name: "listResponseScope"))
|
933
935
|
ListCampaignsRequest.struct_class = Types::ListCampaignsRequest
|
934
936
|
|
935
937
|
ListCampaignsResponse.add_member(:campaign_summaries, Shapes::ShapeRef.new(shape: campaignSummaries, location_name: "campaignSummaries"))
|
@@ -957,6 +959,7 @@ module Aws::IoTFleetWise
|
|
957
959
|
ListDecoderManifestsRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: arn, location_name: "modelManifestArn"))
|
958
960
|
ListDecoderManifestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
|
959
961
|
ListDecoderManifestsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
|
962
|
+
ListDecoderManifestsRequest.add_member(:list_response_scope, Shapes::ShapeRef.new(shape: ListResponseScope, location_name: "listResponseScope"))
|
960
963
|
ListDecoderManifestsRequest.struct_class = Types::ListDecoderManifestsRequest
|
961
964
|
|
962
965
|
ListDecoderManifestsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: decoderManifestSummaries, location_name: "summaries"))
|
@@ -974,6 +977,7 @@ module Aws::IoTFleetWise
|
|
974
977
|
|
975
978
|
ListFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
|
976
979
|
ListFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
|
980
|
+
ListFleetsRequest.add_member(:list_response_scope, Shapes::ShapeRef.new(shape: ListResponseScope, location_name: "listResponseScope"))
|
977
981
|
ListFleetsRequest.struct_class = Types::ListFleetsRequest
|
978
982
|
|
979
983
|
ListFleetsResponse.add_member(:fleet_summaries, Shapes::ShapeRef.new(shape: fleetSummaries, location_name: "fleetSummaries"))
|
@@ -992,6 +996,7 @@ module Aws::IoTFleetWise
|
|
992
996
|
ListModelManifestsRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, location_name: "signalCatalogArn"))
|
993
997
|
ListModelManifestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
|
994
998
|
ListModelManifestsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
|
999
|
+
ListModelManifestsRequest.add_member(:list_response_scope, Shapes::ShapeRef.new(shape: ListResponseScope, location_name: "listResponseScope"))
|
995
1000
|
ListModelManifestsRequest.struct_class = Types::ListModelManifestsRequest
|
996
1001
|
|
997
1002
|
ListModelManifestsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: modelManifestSummaries, location_name: "summaries"))
|
@@ -1018,6 +1023,7 @@ module Aws::IoTFleetWise
|
|
1018
1023
|
|
1019
1024
|
ListStateTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
|
1020
1025
|
ListStateTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
|
1026
|
+
ListStateTemplatesRequest.add_member(:list_response_scope, Shapes::ShapeRef.new(shape: ListResponseScope, location_name: "listResponseScope"))
|
1021
1027
|
ListStateTemplatesRequest.struct_class = Types::ListStateTemplatesRequest
|
1022
1028
|
|
1023
1029
|
ListStateTemplatesResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: StateTemplateSummaries, location_name: "summaries"))
|
@@ -1044,6 +1050,7 @@ module Aws::IoTFleetWise
|
|
1044
1050
|
ListVehiclesRequest.add_member(:attribute_values, Shapes::ShapeRef.new(shape: attributeValuesList, location_name: "attributeValues"))
|
1045
1051
|
ListVehiclesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
|
1046
1052
|
ListVehiclesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: listVehiclesMaxResults, location_name: "maxResults"))
|
1053
|
+
ListVehiclesRequest.add_member(:list_response_scope, Shapes::ShapeRef.new(shape: ListResponseScope, location_name: "listResponseScope"))
|
1047
1054
|
ListVehiclesRequest.struct_class = Types::ListVehiclesRequest
|
1048
1055
|
|
1049
1056
|
ListVehiclesResponse.add_member(:vehicle_summaries, Shapes::ShapeRef.new(shape: vehicleSummaries, location_name: "vehicleSummaries"))
|
@@ -714,7 +714,7 @@ module Aws::IoTFleetWise
|
|
714
714
|
:data_destination_configs,
|
715
715
|
:data_partitions,
|
716
716
|
:signals_to_fetch)
|
717
|
-
SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
|
717
|
+
SENSITIVE = [:signals_to_collect, :data_extra_dimensions, :signals_to_fetch]
|
718
718
|
include Aws::Structure
|
719
719
|
end
|
720
720
|
|
@@ -1651,7 +1651,7 @@ module Aws::IoTFleetWise
|
|
1651
1651
|
end
|
1652
1652
|
|
1653
1653
|
# @!attribute [rw] identifier
|
1654
|
-
#
|
1654
|
+
# The unique ID of the state template.
|
1655
1655
|
# @return [String]
|
1656
1656
|
#
|
1657
1657
|
class DeleteStateTemplateRequest < Struct.new(
|
@@ -1932,7 +1932,7 @@ module Aws::IoTFleetWise
|
|
1932
1932
|
:data_destination_configs,
|
1933
1933
|
:data_partitions,
|
1934
1934
|
:signals_to_fetch)
|
1935
|
-
SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
|
1935
|
+
SENSITIVE = [:signals_to_collect, :data_extra_dimensions, :signals_to_fetch]
|
1936
1936
|
include Aws::Structure
|
1937
1937
|
end
|
1938
1938
|
|
@@ -2258,7 +2258,7 @@ module Aws::IoTFleetWise
|
|
2258
2258
|
end
|
2259
2259
|
|
2260
2260
|
# @!attribute [rw] identifier
|
2261
|
-
#
|
2261
|
+
# The unique ID of the state template.
|
2262
2262
|
# @return [String]
|
2263
2263
|
#
|
2264
2264
|
class GetStateTemplateRequest < Struct.new(
|
@@ -2712,10 +2712,17 @@ module Aws::IoTFleetWise
|
|
2712
2712
|
# `CREATING`, `WAITING_FOR_APPROVAL`, `RUNNING`, or `SUSPENDED`.
|
2713
2713
|
# @return [String]
|
2714
2714
|
#
|
2715
|
+
# @!attribute [rw] list_response_scope
|
2716
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`,
|
2717
|
+
# the list response includes: campaign name, Amazon Resource Name
|
2718
|
+
# (ARN), creation time, and last modification time.
|
2719
|
+
# @return [String]
|
2720
|
+
#
|
2715
2721
|
class ListCampaignsRequest < Struct.new(
|
2716
2722
|
:next_token,
|
2717
2723
|
:max_results,
|
2718
|
-
:status
|
2724
|
+
:status,
|
2725
|
+
:list_response_scope)
|
2719
2726
|
SENSITIVE = []
|
2720
2727
|
include Aws::Structure
|
2721
2728
|
end
|
@@ -2839,10 +2846,17 @@ module Aws::IoTFleetWise
|
|
2839
2846
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
2840
2847
|
# @return [Integer]
|
2841
2848
|
#
|
2849
|
+
# @!attribute [rw] list_response_scope
|
2850
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`,
|
2851
|
+
# the list response includes: decoder manifest name, Amazon Resource
|
2852
|
+
# Name (ARN), creation time, and last modification time.
|
2853
|
+
# @return [String]
|
2854
|
+
#
|
2842
2855
|
class ListDecoderManifestsRequest < Struct.new(
|
2843
2856
|
:model_manifest_arn,
|
2844
2857
|
:next_token,
|
2845
|
-
:max_results
|
2858
|
+
:max_results,
|
2859
|
+
:list_response_scope)
|
2846
2860
|
SENSITIVE = []
|
2847
2861
|
include Aws::Structure
|
2848
2862
|
end
|
@@ -2919,9 +2933,16 @@ module Aws::IoTFleetWise
|
|
2919
2933
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
2920
2934
|
# @return [Integer]
|
2921
2935
|
#
|
2936
|
+
# @!attribute [rw] list_response_scope
|
2937
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`,
|
2938
|
+
# the list response includes: fleet ID, Amazon Resource Name (ARN),
|
2939
|
+
# creation time, and last modification time.
|
2940
|
+
# @return [String]
|
2941
|
+
#
|
2922
2942
|
class ListFleetsRequest < Struct.new(
|
2923
2943
|
:next_token,
|
2924
|
-
:max_results
|
2944
|
+
:max_results,
|
2945
|
+
:list_response_scope)
|
2925
2946
|
SENSITIVE = []
|
2926
2947
|
include Aws::Structure
|
2927
2948
|
end
|
@@ -3003,10 +3024,17 @@ module Aws::IoTFleetWise
|
|
3003
3024
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
3004
3025
|
# @return [Integer]
|
3005
3026
|
#
|
3027
|
+
# @!attribute [rw] list_response_scope
|
3028
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`,
|
3029
|
+
# the list response includes: model manifest name, Amazon Resource
|
3030
|
+
# Name (ARN), creation time, and last modification time.
|
3031
|
+
# @return [String]
|
3032
|
+
#
|
3006
3033
|
class ListModelManifestsRequest < Struct.new(
|
3007
3034
|
:signal_catalog_arn,
|
3008
3035
|
:next_token,
|
3009
|
-
:max_results
|
3036
|
+
:max_results,
|
3037
|
+
:list_response_scope)
|
3010
3038
|
SENSITIVE = []
|
3011
3039
|
include Aws::Structure
|
3012
3040
|
end
|
@@ -3120,9 +3148,16 @@ module Aws::IoTFleetWise
|
|
3120
3148
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
3121
3149
|
# @return [Integer]
|
3122
3150
|
#
|
3151
|
+
# @!attribute [rw] list_response_scope
|
3152
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`,
|
3153
|
+
# the list response includes: state template ID, Amazon Resource Name
|
3154
|
+
# (ARN), creation time, and last modification time.
|
3155
|
+
# @return [String]
|
3156
|
+
#
|
3123
3157
|
class ListStateTemplatesRequest < Struct.new(
|
3124
3158
|
:next_token,
|
3125
|
-
:max_results
|
3159
|
+
:max_results,
|
3160
|
+
:list_response_scope)
|
3126
3161
|
SENSITIVE = []
|
3127
3162
|
include Aws::Structure
|
3128
3163
|
end
|
@@ -3256,12 +3291,19 @@ module Aws::IoTFleetWise
|
|
3256
3291
|
# The maximum number of items to return, between 1 and 100, inclusive.
|
3257
3292
|
# @return [Integer]
|
3258
3293
|
#
|
3294
|
+
# @!attribute [rw] list_response_scope
|
3295
|
+
# When you set the `listResponseScope` parameter to `METADATA_ONLY`,
|
3296
|
+
# the list response includes: vehicle name, Amazon Resource Name
|
3297
|
+
# (ARN), creation time, and last modification time.
|
3298
|
+
# @return [String]
|
3299
|
+
#
|
3259
3300
|
class ListVehiclesRequest < Struct.new(
|
3260
3301
|
:model_manifest_arn,
|
3261
3302
|
:attribute_names,
|
3262
3303
|
:attribute_values,
|
3263
3304
|
:next_token,
|
3264
|
-
:max_results
|
3305
|
+
:max_results,
|
3306
|
+
:list_response_scope)
|
3265
3307
|
SENSITIVE = []
|
3266
3308
|
include Aws::Structure
|
3267
3309
|
end
|
@@ -4226,7 +4268,7 @@ module Aws::IoTFleetWise
|
|
4226
4268
|
# [1]: https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
|
4227
4269
|
#
|
4228
4270
|
# @!attribute [rw] identifier
|
4229
|
-
#
|
4271
|
+
# The unique ID of the state template.
|
4230
4272
|
# @return [String]
|
4231
4273
|
#
|
4232
4274
|
# @!attribute [rw] state_template_update_strategy
|
@@ -4973,7 +5015,7 @@ module Aws::IoTFleetWise
|
|
4973
5015
|
end
|
4974
5016
|
|
4975
5017
|
# @!attribute [rw] identifier
|
4976
|
-
#
|
5018
|
+
# The unique ID of the state template.
|
4977
5019
|
# @return [String]
|
4978
5020
|
#
|
4979
5021
|
# @!attribute [rw] description
|
data/lib/aws-sdk-iotfleetwise.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -864,7 +864,8 @@ module Aws
|
|
864
864
|
def list_campaigns: (
|
865
865
|
?next_token: ::String,
|
866
866
|
?max_results: ::Integer,
|
867
|
-
?status: ::String
|
867
|
+
?status: ::String,
|
868
|
+
?list_response_scope: ("METADATA_ONLY")
|
868
869
|
) -> _ListCampaignsResponseSuccess
|
869
870
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCampaignsResponseSuccess
|
870
871
|
|
@@ -903,7 +904,8 @@ module Aws
|
|
903
904
|
def list_decoder_manifests: (
|
904
905
|
?model_manifest_arn: ::String,
|
905
906
|
?next_token: ::String,
|
906
|
-
?max_results: ::Integer
|
907
|
+
?max_results: ::Integer,
|
908
|
+
?list_response_scope: ("METADATA_ONLY")
|
907
909
|
) -> _ListDecoderManifestsResponseSuccess
|
908
910
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDecoderManifestsResponseSuccess
|
909
911
|
|
@@ -915,7 +917,8 @@ module Aws
|
|
915
917
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetWise/Client.html#list_fleets-instance_method
|
916
918
|
def list_fleets: (
|
917
919
|
?next_token: ::String,
|
918
|
-
?max_results: ::Integer
|
920
|
+
?max_results: ::Integer,
|
921
|
+
?list_response_scope: ("METADATA_ONLY")
|
919
922
|
) -> _ListFleetsResponseSuccess
|
920
923
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFleetsResponseSuccess
|
921
924
|
|
@@ -954,7 +957,8 @@ module Aws
|
|
954
957
|
def list_model_manifests: (
|
955
958
|
?signal_catalog_arn: ::String,
|
956
959
|
?next_token: ::String,
|
957
|
-
?max_results: ::Integer
|
960
|
+
?max_results: ::Integer,
|
961
|
+
?list_response_scope: ("METADATA_ONLY")
|
958
962
|
) -> _ListModelManifestsResponseSuccess
|
959
963
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListModelManifestsResponseSuccess
|
960
964
|
|
@@ -992,7 +996,8 @@ module Aws
|
|
992
996
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetWise/Client.html#list_state_templates-instance_method
|
993
997
|
def list_state_templates: (
|
994
998
|
?next_token: ::String,
|
995
|
-
?max_results: ::Integer
|
999
|
+
?max_results: ::Integer,
|
1000
|
+
?list_response_scope: ("METADATA_ONLY")
|
996
1001
|
) -> _ListStateTemplatesResponseSuccess
|
997
1002
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStateTemplatesResponseSuccess
|
998
1003
|
|
@@ -1017,7 +1022,8 @@ module Aws
|
|
1017
1022
|
?attribute_names: Array[::String],
|
1018
1023
|
?attribute_values: Array[::String],
|
1019
1024
|
?next_token: ::String,
|
1020
|
-
?max_results: ::Integer
|
1025
|
+
?max_results: ::Integer,
|
1026
|
+
?list_response_scope: ("METADATA_ONLY")
|
1021
1027
|
) -> _ListVehiclesResponseSuccess
|
1022
1028
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVehiclesResponseSuccess
|
1023
1029
|
|
data/sig/types.rbs
CHANGED
@@ -180,7 +180,7 @@ module Aws::IoTFleetWise
|
|
180
180
|
attr_accessor data_destination_configs: ::Array[Types::DataDestinationConfig]
|
181
181
|
attr_accessor data_partitions: ::Array[Types::DataPartition]
|
182
182
|
attr_accessor signals_to_fetch: ::Array[Types::SignalFetchInformation]
|
183
|
-
SENSITIVE: [:signals_to_collect, :data_extra_dimensions]
|
183
|
+
SENSITIVE: [:signals_to_collect, :data_extra_dimensions, :signals_to_fetch]
|
184
184
|
end
|
185
185
|
|
186
186
|
class CreateCampaignResponse
|
@@ -530,7 +530,7 @@ module Aws::IoTFleetWise
|
|
530
530
|
attr_accessor data_destination_configs: ::Array[Types::DataDestinationConfig]
|
531
531
|
attr_accessor data_partitions: ::Array[Types::DataPartition]
|
532
532
|
attr_accessor signals_to_fetch: ::Array[Types::SignalFetchInformation]
|
533
|
-
SENSITIVE: [:signals_to_collect, :data_extra_dimensions]
|
533
|
+
SENSITIVE: [:signals_to_collect, :data_extra_dimensions, :signals_to_fetch]
|
534
534
|
end
|
535
535
|
|
536
536
|
class GetDecoderManifestRequest
|
@@ -766,6 +766,7 @@ module Aws::IoTFleetWise
|
|
766
766
|
attr_accessor next_token: ::String
|
767
767
|
attr_accessor max_results: ::Integer
|
768
768
|
attr_accessor status: ::String
|
769
|
+
attr_accessor list_response_scope: ("METADATA_ONLY")
|
769
770
|
SENSITIVE: []
|
770
771
|
end
|
771
772
|
|
@@ -805,6 +806,7 @@ module Aws::IoTFleetWise
|
|
805
806
|
attr_accessor model_manifest_arn: ::String
|
806
807
|
attr_accessor next_token: ::String
|
807
808
|
attr_accessor max_results: ::Integer
|
809
|
+
attr_accessor list_response_scope: ("METADATA_ONLY")
|
808
810
|
SENSITIVE: []
|
809
811
|
end
|
810
812
|
|
@@ -830,6 +832,7 @@ module Aws::IoTFleetWise
|
|
830
832
|
class ListFleetsRequest
|
831
833
|
attr_accessor next_token: ::String
|
832
834
|
attr_accessor max_results: ::Integer
|
835
|
+
attr_accessor list_response_scope: ("METADATA_ONLY")
|
833
836
|
SENSITIVE: []
|
834
837
|
end
|
835
838
|
|
@@ -856,6 +859,7 @@ module Aws::IoTFleetWise
|
|
856
859
|
attr_accessor signal_catalog_arn: ::String
|
857
860
|
attr_accessor next_token: ::String
|
858
861
|
attr_accessor max_results: ::Integer
|
862
|
+
attr_accessor list_response_scope: ("METADATA_ONLY")
|
859
863
|
SENSITIVE: []
|
860
864
|
end
|
861
865
|
|
@@ -894,6 +898,7 @@ module Aws::IoTFleetWise
|
|
894
898
|
class ListStateTemplatesRequest
|
895
899
|
attr_accessor next_token: ::String
|
896
900
|
attr_accessor max_results: ::Integer
|
901
|
+
attr_accessor list_response_scope: ("METADATA_ONLY")
|
897
902
|
SENSITIVE: []
|
898
903
|
end
|
899
904
|
|
@@ -932,6 +937,7 @@ module Aws::IoTFleetWise
|
|
932
937
|
attr_accessor attribute_values: ::Array[::String]
|
933
938
|
attr_accessor next_token: ::String
|
934
939
|
attr_accessor max_results: ::Integer
|
940
|
+
attr_accessor list_response_scope: ("METADATA_ONLY")
|
935
941
|
SENSITIVE: []
|
936
942
|
end
|
937
943
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotfleetwise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.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: 2025-02-
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|