Class: Aws::MediaLive::Types::StartMonitorDeploymentResponseContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

A signal map's ARN (Amazon Resource Name)

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_alarm_template_group_idsArray<String>

Returns:

  • (Array<String>)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns:

  • (Time)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A resource's optional description.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_entry_point_arnString

A top-level supported AWS resource ARN to discovery a signal map from.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message associated with a failed creation or failed update attempt of a signal map.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_bridge_rule_template_group_idsArray<String>

Returns:

  • (Array<String>)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#failed_media_resource_mapHash<String,Types::MediaResource>

A map representing an incomplete AWS media workflow as a graph.

Returns:



16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A signal map's id.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_discovered_atTime

Returns:

  • (Time)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_successful_monitor_deploymentTypes::SuccessfulMonitorDeployment

Represents the latest successful monitor deployment of a signal map.



16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#media_resource_mapHash<String,Types::MediaResource>

A map representing an AWS media workflow as a graph.

Returns:



16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

Returns:

  • (Time)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_changes_pending_deploymentBoolean

If true, there are pending monitor changes for this signal map that can be deployed.

Returns:

  • (Boolean)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_deploymentTypes::MonitorDeployment

Represents the latest monitor deployment of a signal map.



16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A resource's name. Names must be unique within the scope of a resource type in a specific region.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A signal map's current status which is dependent on its lifecycle actions or associated jobs.

Returns:

  • (String)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
16394
16395
16396
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16375

class StartMonitorDeploymentResponseContent < Struct.new(
  :arn,
  :cloud_watch_alarm_template_group_ids,
  :created_at,
  :description,
  :discovery_entry_point_arn,
  :error_message,
  :event_bridge_rule_template_group_ids,
  :failed_media_resource_map,
  :id,
  :last_discovered_at,
  :last_successful_monitor_deployment,
  :media_resource_map,
  :modified_at,
  :monitor_changes_pending_deployment,
  :monitor_deployment,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end