PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::IoTSiteWise::UpdateAssetModel; use Moose; has AssetModelCompositeModels => (is => 'ro', isa => 'ArrayRef[Paws::IoTSiteWise::AssetModelCompositeModel]', traits => ['NameInRequest'], request_name => 'assetModelCompositeModels'); has AssetModelDescription => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetModelDescription'); has AssetModelHierarchies => (is => 'ro', isa => 'ArrayRef[Paws::IoTSiteWise::AssetModelHierarchy]', traits => ['NameInRequest'], request_name => 'assetModelHierarchies'); has AssetModelId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'assetModelId', required => 1); has AssetModelName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetModelName', required => 1); has AssetModelProperties => (is => 'ro', isa => 'ArrayRef[Paws::IoTSiteWise::AssetModelProperty]', traits => ['NameInRequest'], request_name => 'assetModelProperties'); has ClientToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'clientToken'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'UpdateAssetModel'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/asset-models/{assetModelId}'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'PUT'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::IoTSiteWise::UpdateAssetModelResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTSiteWise::UpdateAssetModel - Arguments for method UpdateAssetModel on L =head1 DESCRIPTION This class represents the parameters used for calling the method UpdateAssetModel on the L 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. =head1 SYNOPSIS my $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 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 L =head1 ATTRIBUTES =head2 AssetModelCompositeModels => ArrayRef[L] 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. =head2 AssetModelDescription => Str A description for the asset model. =head2 AssetModelHierarchies => ArrayRef[L] 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 I. 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 I. =head2 B AssetModelId => Str The ID of the asset model to update. =head2 B AssetModelName => Str A unique, friendly name for the asset model. =head2 AssetModelProperties => ArrayRef[L] 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 I. 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 I. =head2 ClientToken => Str A 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. =head1 SEE ALSO This class forms part of L, documenting arguments for method UpdateAssetModel in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut