![]() |
![]()
| ![]() |
![]()
NAMEPaws::IoTSiteWise::UpdateAssetModel - Arguments for method UpdateAssetModel on Paws::IoTSiteWise DESCRIPTIONThis class represents the parameters used for calling the method UpdateAssetModel on the AWS IoT SiteWise service. Use the attributes of this class as arguments to method UpdateAssetModel. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateAssetModel. SYNOPSISmy $iotsitewise = Paws->service('IoTSiteWise'); my $UpdateAssetModelResponse = $iotsitewise->UpdateAssetModel( AssetModelId => 'MyID', AssetModelName => 'MyName', AssetModelCompositeModels => [ { Name => 'MyName', # min: 1, max: 256 Type => 'MyName', # min: 1, max: 256 Description => 'MyDescription', # min: 1, max: 2048; OPTIONAL Properties => [ { DataType => 'STRING', # values: STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT Name => 'MyName', # min: 1, max: 256 Type => { Attribute => { DefaultValue => 'MyDefaultValue', # min: 1, max: 1024; OPTIONAL }, # OPTIONAL Measurement => { }, # OPTIONAL Metric => { Expression => 'MyExpression', # min: 1, max: 1024 Variables => [ { Name => 'MyVariableName', # min: 1, max: 64 Value => { PropertyId => 'MyMacro', # min: 1, max: 256 HierarchyId => 'MyMacro', # min: 1, max: 256 }, }, ... ], Window => { Tumbling => { Interval => 'MyInterval', # min: 2, max: 3 }, # OPTIONAL }, }, # OPTIONAL Transform => { Expression => 'MyExpression', # min: 1, max: 1024 Variables => [ { Name => 'MyVariableName', # min: 1, max: 64 Value => { PropertyId => 'MyMacro', # min: 1, max: 256 HierarchyId => 'MyMacro', # min: 1, max: 256 }, }, ... ], }, # OPTIONAL }, DataTypeSpec => 'MyName', # min: 1, max: 256 Id => 'MyID', # min: 36, max: 36 Unit => 'MyPropertyUnit', # min: 1, max: 256; OPTIONAL }, ... ], # OPTIONAL }, ... ], # OPTIONAL AssetModelDescription => 'MyDescription', # OPTIONAL AssetModelHierarchies => [ { ChildAssetModelId => 'MyID', # min: 36, max: 36 Name => 'MyName', # min: 1, max: 256 Id => 'MyID', # min: 36, max: 36 }, ... ], # OPTIONAL AssetModelProperties => [ { DataType => 'STRING', # values: STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT Name => 'MyName', # min: 1, max: 256 Type => { Attribute => { DefaultValue => 'MyDefaultValue', # min: 1, max: 1024; OPTIONAL }, # OPTIONAL Measurement => { }, # OPTIONAL Metric => { Expression => 'MyExpression', # min: 1, max: 1024 Variables => [ { Name => 'MyVariableName', # min: 1, max: 64 Value => { PropertyId => 'MyMacro', # min: 1, max: 256 HierarchyId => 'MyMacro', # min: 1, max: 256 }, }, ... ], Window => { Tumbling => { Interval => 'MyInterval', # min: 2, max: 3 }, # OPTIONAL }, }, # OPTIONAL Transform => { Expression => 'MyExpression', # min: 1, max: 1024 Variables => [ { Name => 'MyVariableName', # min: 1, max: 64 Value => { PropertyId => 'MyMacro', # min: 1, max: 256 HierarchyId => 'MyMacro', # min: 1, max: 256 }, }, ... ], }, # OPTIONAL }, DataTypeSpec => 'MyName', # min: 1, max: 256 Id => 'MyID', # min: 36, max: 36 Unit => 'MyPropertyUnit', # min: 1, max: 256; OPTIONAL }, ... ], # OPTIONAL ClientToken => 'MyClientToken', # OPTIONAL ); # Results: my $AssetModelStatus = $UpdateAssetModelResponse->AssetModelStatus; # Returns a L<Paws::IoTSiteWise::UpdateAssetModelResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/iotsitewise/UpdateAssetModel> ATTRIBUTESAssetModelCompositeModels => ArrayRef[Paws::IoTSiteWise::AssetModelCompositeModel]The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model. AssetModelDescription => StrA description for the asset model. AssetModelHierarchies => ArrayRef[Paws::IoTSiteWise::AssetModelHierarchy]The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html) in the AWS IoT SiteWise User Guide. You can specify up to 10 hierarchies per asset model. For more information, see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html) in the AWS IoT SiteWise User Guide. REQUIRED AssetModelId => StrThe ID of the asset model to update. REQUIRED AssetModelName => StrA unique, friendly name for the asset model. AssetModelProperties => ArrayRef[Paws::IoTSiteWise::AssetModelProperty]The updated property definitions of the asset model. For more information, see Asset properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html) in the AWS IoT SiteWise User Guide. You can specify up to 200 properties per asset model. For more information, see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html) in the AWS IoT SiteWise User Guide. ClientToken => StrA unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. SEE ALSOThis class forms part of Paws, documenting arguments for method UpdateAssetModel in Paws::IoTSiteWise BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|