![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::DescribeUpdateActions - Arguments for method DescribeUpdateActions on Paws::ElastiCache DESCRIPTIONThis class represents the parameters used for calling the method DescribeUpdateActions on the Amazon ElastiCache service. Use the attributes of this class as arguments to method DescribeUpdateActions. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeUpdateActions. SYNOPSISmy $elasticache = Paws->service('ElastiCache'); my $UpdateActionsMessage = $elasticache->DescribeUpdateActions( CacheClusterIds => [ 'MyString', ... ], # OPTIONAL Engine => 'MyString', # OPTIONAL Marker => 'MyString', # OPTIONAL MaxRecords => 1, # OPTIONAL ReplicationGroupIds => [ 'MyString', ... ], # OPTIONAL ServiceUpdateName => 'MyString', # OPTIONAL ServiceUpdateStatus => [ 'available', ... # values: available, cancelled, expired ], # OPTIONAL ServiceUpdateTimeRange => { EndTime => '1970-01-01T01:00:00', # OPTIONAL StartTime => '1970-01-01T01:00:00', # OPTIONAL }, # OPTIONAL ShowNodeLevelUpdateStatus => 1, # OPTIONAL UpdateActionStatus => [ 'not-applied', ... # values: not-applied, waiting-to-start, in-progress, stopping, stopped, complete, scheduling, scheduled, not-applicable ], # OPTIONAL ); # Results: my $Marker = $UpdateActionsMessage->Marker; my $UpdateActions = $UpdateActionsMessage->UpdateActions; # Returns a L<Paws::ElastiCache::UpdateActionsMessage> 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/elasticache/DescribeUpdateActions> ATTRIBUTESCacheClusterIds => ArrayRef[Str|Undef]The cache cluster IDs Engine => StrThe Elasticache engine to which the update applies. Either Redis or Memcached Marker => StrAn optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by "MaxRecords". MaxRecords => IntThe maximum number of records to include in the response ReplicationGroupIds => ArrayRef[Str|Undef]The replication group IDs ServiceUpdateName => StrThe unique ID of the service update ServiceUpdateStatus => ArrayRef[Str|Undef]The status of the service update ServiceUpdateTimeRange => Paws::ElastiCache::TimeRangeFilterThe range of time specified to search for service updates that are in available status ShowNodeLevelUpdateStatus => BoolDictates whether to include node level update status in the response UpdateActionStatus => ArrayRef[Str|Undef]The status of the update action. SEE ALSOThis class forms part of Paws, documenting arguments for method DescribeUpdateActions in Paws::ElastiCache 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>
|