aws-sdk-iotsitewise 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6afa0a452deb9c4bfde5615b47def5a60c2b174a0562a6f0b9af209931d99bf
4
- data.tar.gz: a322656a746fbe2a654d8333d43fb9697bd49e02c9dbb0a84d7e929f6046f3ae
3
+ metadata.gz: dc6f321fc58dc7c7b588153e70f2fdc4affdfcb50a88e6eac867bf72709b5659
4
+ data.tar.gz: 173217fc5a4c697447880d846225d364f2eec5085f400268affdec4f7a506a53
5
5
  SHA512:
6
- metadata.gz: 5b2184114c2a717a1cfa7054e22100844a291a32d035c54740d57c47196846f965e4594d53d9a8e5da45db6d4535b0e39bcd335a0ff43d5e3e1132509a766849
7
- data.tar.gz: 5505ff7f6df8e193ea2b438440c764451c322e4f4b94d2d008435b025f865fb0c8e1564db75e380eab0bfa042bf3eafc422795d9aeb30871f2b3d6a94628a498
6
+ metadata.gz: c549a99fecd705492070571f5e1d28d088f46ff7c5d44133e61fa9b8b1c9cb67eed88e0c032f6f59c38f3b14b14d068e80d397addbd090afa499561680a05fc1
7
+ data.tar.gz: 63043ea4371ab954ba203c9474413fadeaf1269ebff6fd02ff77b36c857443bcf5a7224fca7de4a69c4b7b1b0f09e32c9ad7ef835d355dc1fa96cce574ce4a26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2022-05-31)
5
+ ------------------
6
+
7
+ * Feature - This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.
8
+
4
9
  1.41.0 (2022-04-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -959,6 +959,9 @@ module Aws::IoTSiteWise
959
959
  #
960
960
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
961
961
  #
962
+ # @option params [String] :asset_description
963
+ # A description for the asset.
964
+ #
962
965
  # @return [Types::CreateAssetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
963
966
  #
964
967
  # * {Types::CreateAssetResponse#asset_id #asset_id} => String
@@ -974,6 +977,7 @@ module Aws::IoTSiteWise
974
977
  # tags: {
975
978
  # "TagKey" => "TagValue",
976
979
  # },
980
+ # asset_description: "Description",
977
981
  # })
978
982
  #
979
983
  # @example Response structure
@@ -1922,6 +1926,7 @@ module Aws::IoTSiteWise
1922
1926
  # * {Types::DescribeAssetResponse#asset_creation_date #asset_creation_date} => Time
1923
1927
  # * {Types::DescribeAssetResponse#asset_last_update_date #asset_last_update_date} => Time
1924
1928
  # * {Types::DescribeAssetResponse#asset_status #asset_status} => Types::AssetStatus
1929
+ # * {Types::DescribeAssetResponse#asset_description #asset_description} => String
1925
1930
  #
1926
1931
  # @example Request syntax with placeholder values
1927
1932
  #
@@ -1968,6 +1973,7 @@ module Aws::IoTSiteWise
1968
1973
  # resp.asset_status.error.details #=> Array
1969
1974
  # resp.asset_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
1970
1975
  # resp.asset_status.error.details[0].message #=> String
1976
+ # resp.asset_description #=> String
1971
1977
  #
1972
1978
  #
1973
1979
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3335,6 +3341,7 @@ module Aws::IoTSiteWise
3335
3341
  # resp.asset_summaries[0].hierarchies #=> Array
3336
3342
  # resp.asset_summaries[0].hierarchies[0].id #=> String
3337
3343
  # resp.asset_summaries[0].hierarchies[0].name #=> String
3344
+ # resp.asset_summaries[0].description #=> String
3338
3345
  # resp.next_token #=> String
3339
3346
  #
3340
3347
  # @overload list_assets(params = {})
@@ -3426,6 +3433,7 @@ module Aws::IoTSiteWise
3426
3433
  # resp.asset_summaries[0].hierarchies #=> Array
3427
3434
  # resp.asset_summaries[0].hierarchies[0].id #=> String
3428
3435
  # resp.asset_summaries[0].hierarchies[0].name #=> String
3436
+ # resp.asset_summaries[0].description #=> String
3429
3437
  # resp.next_token #=> String
3430
3438
  #
3431
3439
  # @overload list_associated_assets(params = {})
@@ -3826,7 +3834,7 @@ module Aws::IoTSiteWise
3826
3834
  # hot tier. The hot tier is a service-managed database.
3827
3835
  #
3828
3836
  # * `MULTI_LAYER_STORAGE` – IoT SiteWise saves your data in both the
3829
- # cold tier and the cold tier. The cold tier is a customer-managed
3837
+ # cold tier and the hot tier. The cold tier is a customer-managed
3830
3838
  # Amazon S3 bucket.
3831
3839
  #
3832
3840
  # @option params [Types::MultiLayerStorage] :multi_layer_storage
@@ -4054,6 +4062,9 @@ module Aws::IoTSiteWise
4054
4062
  # **A suitable default value is auto-generated.** You should normally
4055
4063
  # not need to pass this option.**
4056
4064
  #
4065
+ # @option params [String] :asset_description
4066
+ # A description for the asset.
4067
+ #
4057
4068
  # @return [Types::UpdateAssetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4058
4069
  #
4059
4070
  # * {Types::UpdateAssetResponse#asset_status #asset_status} => Types::AssetStatus
@@ -4064,6 +4075,7 @@ module Aws::IoTSiteWise
4064
4075
  # asset_id: "ID", # required
4065
4076
  # asset_name: "Name", # required
4066
4077
  # client_token: "ClientToken",
4078
+ # asset_description: "Description",
4067
4079
  # })
4068
4080
  #
4069
4081
  # @example Response structure
@@ -4663,7 +4675,7 @@ module Aws::IoTSiteWise
4663
4675
  params: params,
4664
4676
  config: config)
4665
4677
  context[:gem_name] = 'aws-sdk-iotsitewise'
4666
- context[:gem_version] = '1.41.0'
4678
+ context[:gem_version] = '1.42.0'
4667
4679
  Seahorse::Client::Request.new(handlers, context)
4668
4680
  end
4669
4681
 
@@ -542,6 +542,7 @@ module Aws::IoTSiteWise
542
542
  AssetSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
543
543
  AssetSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "status"))
544
544
  AssetSummary.add_member(:hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "hierarchies"))
545
+ AssetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
545
546
  AssetSummary.struct_class = Types::AssetSummary
546
547
 
547
548
  AssociateAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
@@ -566,6 +567,7 @@ module Aws::IoTSiteWise
566
567
  AssociatedAssetsSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
567
568
  AssociatedAssetsSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "status"))
568
569
  AssociatedAssetsSummary.add_member(:hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "hierarchies"))
570
+ AssociatedAssetsSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
569
571
  AssociatedAssetsSummary.struct_class = Types::AssociatedAssetsSummary
570
572
 
571
573
  Attribute.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "defaultValue"))
@@ -795,6 +797,7 @@ module Aws::IoTSiteWise
795
797
  CreateAssetRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
796
798
  CreateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
797
799
  CreateAssetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
800
+ CreateAssetRequest.add_member(:asset_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetDescription"))
798
801
  CreateAssetRequest.struct_class = Types::CreateAssetRequest
799
802
 
800
803
  CreateAssetResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
@@ -965,6 +968,7 @@ module Aws::IoTSiteWise
965
968
  DescribeAssetResponse.add_member(:asset_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "assetCreationDate"))
966
969
  DescribeAssetResponse.add_member(:asset_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "assetLastUpdateDate"))
967
970
  DescribeAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
971
+ DescribeAssetResponse.add_member(:asset_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetDescription"))
968
972
  DescribeAssetResponse.struct_class = Types::DescribeAssetResponse
969
973
 
970
974
  DescribeDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
@@ -1568,6 +1572,7 @@ module Aws::IoTSiteWise
1568
1572
  UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
1569
1573
  UpdateAssetRequest.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
1570
1574
  UpdateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1575
+ UpdateAssetRequest.add_member(:asset_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetDescription"))
1571
1576
  UpdateAssetRequest.struct_class = Types::UpdateAssetRequest
1572
1577
 
1573
1578
  UpdateAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
@@ -982,6 +982,10 @@ module Aws::IoTSiteWise
982
982
  # hierarchy specifies allowed parent/child asset relationships.
983
983
  # @return [Array<Types::AssetHierarchy>]
984
984
  #
985
+ # @!attribute [rw] description
986
+ # A description for the asset.
987
+ # @return [String]
988
+ #
985
989
  class AssetSummary < Struct.new(
986
990
  :id,
987
991
  :arn,
@@ -990,7 +994,8 @@ module Aws::IoTSiteWise
990
994
  :creation_date,
991
995
  :last_update_date,
992
996
  :status,
993
- :hierarchies)
997
+ :hierarchies,
998
+ :description)
994
999
  SENSITIVE = []
995
1000
  include Aws::Structure
996
1001
  end
@@ -1123,6 +1128,10 @@ module Aws::IoTSiteWise
1123
1128
  # hierarchy specifies allowed parent/child asset relationships.
1124
1129
  # @return [Array<Types::AssetHierarchy>]
1125
1130
  #
1131
+ # @!attribute [rw] description
1132
+ # A description for the asset.
1133
+ # @return [String]
1134
+ #
1126
1135
  class AssociatedAssetsSummary < Struct.new(
1127
1136
  :id,
1128
1137
  :arn,
@@ -1131,7 +1140,8 @@ module Aws::IoTSiteWise
1131
1140
  :creation_date,
1132
1141
  :last_update_date,
1133
1142
  :status,
1134
- :hierarchies)
1143
+ :hierarchies,
1144
+ :description)
1135
1145
  SENSITIVE = []
1136
1146
  include Aws::Structure
1137
1147
  end
@@ -2550,6 +2560,7 @@ module Aws::IoTSiteWise
2550
2560
  # tags: {
2551
2561
  # "TagKey" => "TagValue",
2552
2562
  # },
2563
+ # asset_description: "Description",
2553
2564
  # }
2554
2565
  #
2555
2566
  # @!attribute [rw] asset_name
@@ -2579,11 +2590,16 @@ module Aws::IoTSiteWise
2579
2590
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
2580
2591
  # @return [Hash<String,String>]
2581
2592
  #
2593
+ # @!attribute [rw] asset_description
2594
+ # A description for the asset.
2595
+ # @return [String]
2596
+ #
2582
2597
  class CreateAssetRequest < Struct.new(
2583
2598
  :asset_name,
2584
2599
  :asset_model_id,
2585
2600
  :client_token,
2586
- :tags)
2601
+ :tags,
2602
+ :asset_description)
2587
2603
  SENSITIVE = []
2588
2604
  include Aws::Structure
2589
2605
  end
@@ -3634,6 +3650,10 @@ module Aws::IoTSiteWise
3634
3650
  # error message.
3635
3651
  # @return [Types::AssetStatus]
3636
3652
  #
3653
+ # @!attribute [rw] asset_description
3654
+ # A description for the asset.
3655
+ # @return [String]
3656
+ #
3637
3657
  class DescribeAssetResponse < Struct.new(
3638
3658
  :asset_id,
3639
3659
  :asset_arn,
@@ -3644,7 +3664,8 @@ module Aws::IoTSiteWise
3644
3664
  :asset_composite_models,
3645
3665
  :asset_creation_date,
3646
3666
  :asset_last_update_date,
3647
- :asset_status)
3667
+ :asset_status,
3668
+ :asset_description)
3648
3669
  SENSITIVE = []
3649
3670
  include Aws::Structure
3650
3671
  end
@@ -4093,7 +4114,7 @@ module Aws::IoTSiteWise
4093
4114
  # hot tier. The hot tier is a service-managed database.
4094
4115
  #
4095
4116
  # * `MULTI_LAYER_STORAGE` – IoT SiteWise saves your data in both the
4096
- # cold tier and the cold tier. The cold tier is a customer-managed
4117
+ # cold tier and the hot tier. The cold tier is a customer-managed
4097
4118
  # Amazon S3 bucket.
4098
4119
  # @return [String]
4099
4120
  #
@@ -6649,7 +6670,7 @@ module Aws::IoTSiteWise
6649
6670
  # hot tier. The hot tier is a service-managed database.
6650
6671
  #
6651
6672
  # * `MULTI_LAYER_STORAGE` – IoT SiteWise saves your data in both the
6652
- # cold tier and the cold tier. The cold tier is a customer-managed
6673
+ # cold tier and the hot tier. The cold tier is a customer-managed
6653
6674
  # Amazon S3 bucket.
6654
6675
  # @return [String]
6655
6676
  #
@@ -6703,7 +6724,7 @@ module Aws::IoTSiteWise
6703
6724
  # hot tier. The hot tier is a service-managed database.
6704
6725
  #
6705
6726
  # * `MULTI_LAYER_STORAGE` – IoT SiteWise saves your data in both the
6706
- # cold tier and the cold tier. The cold tier is a customer-managed
6727
+ # cold tier and the hot tier. The cold tier is a customer-managed
6707
6728
  # Amazon S3 bucket.
6708
6729
  # @return [String]
6709
6730
  #
@@ -7628,6 +7649,7 @@ module Aws::IoTSiteWise
7628
7649
  # asset_id: "ID", # required
7629
7650
  # asset_name: "Name", # required
7630
7651
  # client_token: "ClientToken",
7652
+ # asset_description: "Description",
7631
7653
  # }
7632
7654
  #
7633
7655
  # @!attribute [rw] asset_id
@@ -7647,10 +7669,15 @@ module Aws::IoTSiteWise
7647
7669
  # not need to pass this option.
7648
7670
  # @return [String]
7649
7671
  #
7672
+ # @!attribute [rw] asset_description
7673
+ # A description for the asset.
7674
+ # @return [String]
7675
+ #
7650
7676
  class UpdateAssetRequest < Struct.new(
7651
7677
  :asset_id,
7652
7678
  :asset_name,
7653
- :client_token)
7679
+ :client_token,
7680
+ :asset_description)
7654
7681
  SENSITIVE = []
7655
7682
  include Aws::Structure
7656
7683
  end
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
49
49
  # @!group service
50
50
  module Aws::IoTSiteWise
51
51
 
52
- GEM_VERSION = '1.41.0'
52
+ GEM_VERSION = '1.42.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
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: 2022-04-21 00:00:00.000000000 Z
11
+ date: 2022-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core