Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- Waiters
- Operations
- UpdateDeviceMetadata
- DescribeApplicationInstanceDetails
- CreateApplicationInstance
- ListTagsForResource
- RemoveApplicationInstance
- ListDevicesJobs
- CreateNodeFromTemplateJob
- DeregisterPackageVersion
- ListPackages
- DescribeApplicationInstance
- RegisterPackageVersion
- DescribeNodeFromTemplateJob
- CreatePackageImportJob
- DescribePackage
- ListApplicationInstances
- DescribeDeviceJob
- DescribePackageImportJob
- DescribeDevice
- DescribePackageVersion
- DescribeNode
- ListNodeFromTemplateJobs
- TagResource
- ListApplicationInstanceDependencies
- ListApplicationInstanceNodeInstances
- CreateJobForDevices
- UntagResource
- DeletePackage
- CreatePackage
- ProvisionDevice
- DeleteDevice
- ListNodes
- ListDevices
- ListPackageImportJobs
- Types
- ApplicationInstanceHealthStatus
- ApplicationInstanceStatus
- ConnectionType
- DeviceConnectionStatus
- DeviceStatus
- DeviceType
- JobResourceType
- JobType
- NetworkConnectionStatus
- NodeCategory
- NodeFromTemplateJobStatus
- NodeInstanceStatus
- PackageImportJobStatus
- PackageImportJobType
- PackageVersionStatus
- PortType
- StatusFilter
- TemplateType
- UpdateProgress
- ApplicationInstance
- Device
- DeviceJob
- DeviceJobConfig
- EthernetPayload
- EthernetStatus
- Job
- JobResourceTags
- ManifestOverridesPayload
- ManifestPayload
- NetworkPayload
- NetworkStatus
- Node
- NodeFromTemplateJob
- NodeInputPort
- NodeInstance
- NodeInterface
- NodeOutputPort
- OTAJobConfig
- OutPutS3Location
- PackageImportJob
- PackageImportJobInputConfig
- PackageImportJobOutput
- PackageImportJobOutputConfig
- PackageListItem
- PackageObject
- PackageVersionInputConfig
- PackageVersionOutputConfig
- S3Location
- StaticIpConnectionInfo
- StorageLocation
Derived from API version 2019-07-24
of the AWS service descriptions, licensed under Apache 2.0.
AWS Panorama
Overview
This is the AWS Panorama API Reference. For an introduction to the service, see What is AWS Panorama? in the AWS Panorama Developer Guide.
Synopsis
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- data UpdateDeviceMetadata = UpdateDeviceMetadata' (Maybe Text) Text
- newUpdateDeviceMetadata :: Text -> UpdateDeviceMetadata
- data UpdateDeviceMetadataResponse = UpdateDeviceMetadataResponse' (Maybe Text) Int
- newUpdateDeviceMetadataResponse :: Int -> UpdateDeviceMetadataResponse
- data DescribeApplicationInstanceDetails = DescribeApplicationInstanceDetails' Text
- newDescribeApplicationInstanceDetails :: Text -> DescribeApplicationInstanceDetails
- data DescribeApplicationInstanceDetailsResponse = DescribeApplicationInstanceDetailsResponse' (Maybe POSIX) (Maybe Text) (Maybe ManifestOverridesPayload) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ManifestPayload) (Maybe Text) Int
- newDescribeApplicationInstanceDetailsResponse :: Int -> DescribeApplicationInstanceDetailsResponse
- data CreateApplicationInstance = CreateApplicationInstance' (Maybe ManifestOverridesPayload) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) ManifestPayload Text
- newCreateApplicationInstance :: ManifestPayload -> Text -> CreateApplicationInstance
- data CreateApplicationInstanceResponse = CreateApplicationInstanceResponse' Int Text
- newCreateApplicationInstanceResponse :: Int -> Text -> CreateApplicationInstanceResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data RemoveApplicationInstance = RemoveApplicationInstance' Text
- newRemoveApplicationInstance :: Text -> RemoveApplicationInstance
- data RemoveApplicationInstanceResponse = RemoveApplicationInstanceResponse' Int
- newRemoveApplicationInstanceResponse :: Int -> RemoveApplicationInstanceResponse
- data ListDevicesJobs = ListDevicesJobs' (Maybe Text) (Maybe Text) (Maybe Natural)
- newListDevicesJobs :: ListDevicesJobs
- data ListDevicesJobsResponse = ListDevicesJobsResponse' (Maybe Text) (Maybe [DeviceJob]) Int
- newListDevicesJobsResponse :: Int -> ListDevicesJobsResponse
- data CreateNodeFromTemplateJob = CreateNodeFromTemplateJob' (Maybe [JobResourceTags]) (Maybe Text) TemplateType Text Text Text (HashMap Text (Sensitive Text))
- newCreateNodeFromTemplateJob :: TemplateType -> Text -> Text -> Text -> CreateNodeFromTemplateJob
- data CreateNodeFromTemplateJobResponse = CreateNodeFromTemplateJobResponse' Int Text
- newCreateNodeFromTemplateJobResponse :: Int -> Text -> CreateNodeFromTemplateJobResponse
- data DeregisterPackageVersion = DeregisterPackageVersion' (Maybe Text) (Maybe Text) Text Text Text
- newDeregisterPackageVersion :: Text -> Text -> Text -> DeregisterPackageVersion
- data DeregisterPackageVersionResponse = DeregisterPackageVersionResponse' Int
- newDeregisterPackageVersionResponse :: Int -> DeregisterPackageVersionResponse
- data ListPackages = ListPackages' (Maybe Text) (Maybe Natural)
- newListPackages :: ListPackages
- data ListPackagesResponse = ListPackagesResponse' (Maybe [PackageListItem]) (Maybe Text) Int
- newListPackagesResponse :: Int -> ListPackagesResponse
- data DescribeApplicationInstance = DescribeApplicationInstance' Text
- newDescribeApplicationInstance :: Text -> DescribeApplicationInstance
- data DescribeApplicationInstanceResponse = DescribeApplicationInstanceResponse' (Maybe ApplicationInstanceStatus) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ApplicationInstanceHealthStatus) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int
- newDescribeApplicationInstanceResponse :: Int -> DescribeApplicationInstanceResponse
- data RegisterPackageVersion = RegisterPackageVersion' (Maybe Bool) (Maybe Text) Text Text Text
- newRegisterPackageVersion :: Text -> Text -> Text -> RegisterPackageVersion
- data RegisterPackageVersionResponse = RegisterPackageVersionResponse' Int
- newRegisterPackageVersionResponse :: Int -> RegisterPackageVersionResponse
- data DescribeNodeFromTemplateJob = DescribeNodeFromTemplateJob' Text
- newDescribeNodeFromTemplateJob :: Text -> DescribeNodeFromTemplateJob
- data DescribeNodeFromTemplateJobResponse = DescribeNodeFromTemplateJobResponse' (Maybe [JobResourceTags]) (Maybe Text) Int Text NodeFromTemplateJobStatus Text POSIX POSIX Text Text Text TemplateType (HashMap Text (Sensitive Text))
- newDescribeNodeFromTemplateJobResponse :: Int -> Text -> NodeFromTemplateJobStatus -> Text -> UTCTime -> UTCTime -> Text -> Text -> Text -> TemplateType -> DescribeNodeFromTemplateJobResponse
- data CreatePackageImportJob = CreatePackageImportJob' (Maybe [JobResourceTags]) PackageImportJobType PackageImportJobInputConfig PackageImportJobOutputConfig Text
- newCreatePackageImportJob :: PackageImportJobType -> PackageImportJobInputConfig -> PackageImportJobOutputConfig -> Text -> CreatePackageImportJob
- data CreatePackageImportJobResponse = CreatePackageImportJobResponse' Int Text
- newCreatePackageImportJobResponse :: Int -> Text -> CreatePackageImportJobResponse
- data DescribePackage = DescribePackage' Text
- newDescribePackage :: Text -> DescribePackage
- data DescribePackageResponse = DescribePackageResponse' (Maybe [Text]) (Maybe [Text]) Int Text Text Text StorageLocation POSIX (HashMap Text Text)
- newDescribePackageResponse :: Int -> Text -> Text -> Text -> StorageLocation -> UTCTime -> DescribePackageResponse
- data ListApplicationInstances = ListApplicationInstances' (Maybe Text) (Maybe StatusFilter) (Maybe Text) (Maybe Natural)
- newListApplicationInstances :: ListApplicationInstances
- data ListApplicationInstancesResponse = ListApplicationInstancesResponse' (Maybe Text) (Maybe [ApplicationInstance]) Int
- newListApplicationInstancesResponse :: Int -> ListApplicationInstancesResponse
- data DescribeDeviceJob = DescribeDeviceJob' Text
- newDescribeDeviceJob :: Text -> DescribeDeviceJob
- data DescribeDeviceJobResponse = DescribeDeviceJobResponse' (Maybe UpdateProgress) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe DeviceType) Int
- newDescribeDeviceJobResponse :: Int -> DescribeDeviceJobResponse
- data DescribePackageImportJob = DescribePackageImportJob' Text
- newDescribePackageImportJob :: Text -> DescribePackageImportJob
- data DescribePackageImportJobResponse = DescribePackageImportJobResponse' (Maybe Text) (Maybe [JobResourceTags]) Int Text PackageImportJobType PackageImportJobInputConfig PackageImportJobOutputConfig PackageImportJobOutput POSIX POSIX PackageImportJobStatus Text
- newDescribePackageImportJobResponse :: Int -> Text -> PackageImportJobType -> PackageImportJobInputConfig -> PackageImportJobOutputConfig -> PackageImportJobOutput -> UTCTime -> UTCTime -> PackageImportJobStatus -> Text -> DescribePackageImportJobResponse
- data DescribeDevice = DescribeDevice' Text
- newDescribeDevice :: Text -> DescribeDevice
- data DescribeDeviceResponse = DescribeDeviceResponse' (Maybe Text) (Maybe DeviceStatus) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe DeviceConnectionStatus) (Maybe Text) (Maybe DeviceType) (Maybe POSIX) (Maybe Text) (Maybe NetworkStatus) (Maybe Text) (Maybe NetworkPayload) (Maybe (HashMap Text Text)) Int
- newDescribeDeviceResponse :: Int -> DescribeDeviceResponse
- data DescribePackageVersion = DescribePackageVersion' (Maybe Text) (Maybe Text) Text Text
- newDescribePackageVersion :: Text -> Text -> DescribePackageVersion
- data DescribePackageVersionResponse = DescribePackageVersionResponse' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) Int Text Text Text Text Bool PackageVersionStatus
- newDescribePackageVersionResponse :: Int -> Text -> Text -> Text -> Text -> Bool -> PackageVersionStatus -> DescribePackageVersionResponse
- data DescribeNode = DescribeNode' (Maybe Text) Text
- newDescribeNode :: Text -> DescribeNode
- data DescribeNodeResponse = DescribeNodeResponse' (Maybe Text) (Maybe Text) Int Text Text NodeCategory Text Text Text Text Text NodeInterface Text POSIX POSIX
- newDescribeNodeResponse :: Int -> Text -> Text -> NodeCategory -> Text -> Text -> Text -> Text -> Text -> NodeInterface -> Text -> UTCTime -> UTCTime -> DescribeNodeResponse
- data ListNodeFromTemplateJobs = ListNodeFromTemplateJobs' (Maybe Text) (Maybe Natural)
- newListNodeFromTemplateJobs :: ListNodeFromTemplateJobs
- data ListNodeFromTemplateJobsResponse = ListNodeFromTemplateJobsResponse' (Maybe Text) Int [NodeFromTemplateJob]
- newListNodeFromTemplateJobsResponse :: Int -> ListNodeFromTemplateJobsResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data ListApplicationInstanceDependencies = ListApplicationInstanceDependencies' (Maybe Text) (Maybe Natural) Text
- newListApplicationInstanceDependencies :: Text -> ListApplicationInstanceDependencies
- data ListApplicationInstanceDependenciesResponse = ListApplicationInstanceDependenciesResponse' (Maybe [PackageObject]) (Maybe Text) Int
- newListApplicationInstanceDependenciesResponse :: Int -> ListApplicationInstanceDependenciesResponse
- data ListApplicationInstanceNodeInstances = ListApplicationInstanceNodeInstances' (Maybe Text) (Maybe Natural) Text
- newListApplicationInstanceNodeInstances :: Text -> ListApplicationInstanceNodeInstances
- data ListApplicationInstanceNodeInstancesResponse = ListApplicationInstanceNodeInstancesResponse' (Maybe Text) (Maybe [NodeInstance]) Int
- newListApplicationInstanceNodeInstancesResponse :: Int -> ListApplicationInstanceNodeInstancesResponse
- data CreateJobForDevices = CreateJobForDevices' (NonEmpty Text) DeviceJobConfig JobType
- newCreateJobForDevices :: NonEmpty Text -> DeviceJobConfig -> JobType -> CreateJobForDevices
- data CreateJobForDevicesResponse = CreateJobForDevicesResponse' Int [Job]
- newCreateJobForDevicesResponse :: Int -> CreateJobForDevicesResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data DeletePackage = DeletePackage' (Maybe Bool) Text
- newDeletePackage :: Text -> DeletePackage
- data DeletePackageResponse = DeletePackageResponse' Int
- newDeletePackageResponse :: Int -> DeletePackageResponse
- data CreatePackage = CreatePackage' (Maybe (HashMap Text Text)) Text
- newCreatePackage :: Text -> CreatePackage
- data CreatePackageResponse = CreatePackageResponse' (Maybe Text) (Maybe Text) Int StorageLocation
- newCreatePackageResponse :: Int -> StorageLocation -> CreatePackageResponse
- data ProvisionDevice = ProvisionDevice' (Maybe Text) (Maybe NetworkPayload) (Maybe (HashMap Text Text)) Text
- newProvisionDevice :: Text -> ProvisionDevice
- data ProvisionDeviceResponse = ProvisionDeviceResponse' (Maybe Base64) (Maybe Text) (Maybe Text) Int Text DeviceStatus
- newProvisionDeviceResponse :: Int -> Text -> DeviceStatus -> ProvisionDeviceResponse
- data DeleteDevice = DeleteDevice' Text
- newDeleteDevice :: Text -> DeleteDevice
- data DeleteDeviceResponse = DeleteDeviceResponse' (Maybe Text) Int
- newDeleteDeviceResponse :: Int -> DeleteDeviceResponse
- data ListNodes = ListNodes' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe NodeCategory) (Maybe Text) (Maybe Text) (Maybe Natural)
- newListNodes :: ListNodes
- data ListNodesResponse = ListNodesResponse' (Maybe Text) (Maybe [Node]) Int
- newListNodesResponse :: Int -> ListNodesResponse
- data ListDevices = ListDevices' (Maybe Text) (Maybe Natural)
- newListDevices :: ListDevices
- data ListDevicesResponse = ListDevicesResponse' (Maybe Text) Int [Device]
- newListDevicesResponse :: Int -> ListDevicesResponse
- data ListPackageImportJobs = ListPackageImportJobs' (Maybe Text) (Maybe Natural)
- newListPackageImportJobs :: ListPackageImportJobs
- data ListPackageImportJobsResponse = ListPackageImportJobsResponse' (Maybe Text) Int [PackageImportJob]
- newListPackageImportJobsResponse :: Int -> ListPackageImportJobsResponse
- newtype ApplicationInstanceHealthStatus where
- newtype ApplicationInstanceStatus where
- ApplicationInstanceStatus' { }
- pattern ApplicationInstanceStatus_DEPLOYMENT_ERROR :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_DEPLOYMENT_IN_PROGRESS :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_DEPLOYMENT_PENDING :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_DEPLOYMENT_REQUESTED :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_DEPLOYMENT_SUCCEEDED :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_REMOVAL_FAILED :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_REMOVAL_IN_PROGRESS :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_REMOVAL_PENDING :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_REMOVAL_REQUESTED :: ApplicationInstanceStatus
- pattern ApplicationInstanceStatus_REMOVAL_SUCCEEDED :: ApplicationInstanceStatus
- newtype ConnectionType where
- ConnectionType' { }
- pattern ConnectionType_DHCP :: ConnectionType
- pattern ConnectionType_STATIC_IP :: ConnectionType
- newtype DeviceConnectionStatus where
- DeviceConnectionStatus' { }
- pattern DeviceConnectionStatus_AWAITING_CREDENTIALS :: DeviceConnectionStatus
- pattern DeviceConnectionStatus_ERROR :: DeviceConnectionStatus
- pattern DeviceConnectionStatus_NOT_AVAILABLE :: DeviceConnectionStatus
- pattern DeviceConnectionStatus_OFFLINE :: DeviceConnectionStatus
- pattern DeviceConnectionStatus_ONLINE :: DeviceConnectionStatus
- newtype DeviceStatus where
- DeviceStatus' { }
- pattern DeviceStatus_AWAITING_PROVISIONING :: DeviceStatus
- pattern DeviceStatus_DELETING :: DeviceStatus
- pattern DeviceStatus_ERROR :: DeviceStatus
- pattern DeviceStatus_FAILED :: DeviceStatus
- pattern DeviceStatus_PENDING :: DeviceStatus
- pattern DeviceStatus_SUCCEEDED :: DeviceStatus
- newtype DeviceType where
- DeviceType' { }
- pattern DeviceType_PANORAMA_APPLIANCE :: DeviceType
- pattern DeviceType_PANORAMA_APPLIANCE_DEVELOPER_KIT :: DeviceType
- newtype JobResourceType where
- JobResourceType' { }
- pattern JobResourceType_PACKAGE :: JobResourceType
- newtype JobType where
- JobType' {
- fromJobType :: Text
- pattern JobType_OTA :: JobType
- JobType' {
- newtype NetworkConnectionStatus where
- newtype NodeCategory where
- NodeCategory' { }
- pattern NodeCategory_BUSINESS_LOGIC :: NodeCategory
- pattern NodeCategory_MEDIA_SINK :: NodeCategory
- pattern NodeCategory_MEDIA_SOURCE :: NodeCategory
- pattern NodeCategory_ML_MODEL :: NodeCategory
- newtype NodeFromTemplateJobStatus where
- newtype NodeInstanceStatus where
- newtype PackageImportJobStatus where
- newtype PackageImportJobType where
- newtype PackageVersionStatus where
- newtype PortType where
- PortType' {
- fromPortType :: Text
- pattern PortType_BOOLEAN :: PortType
- pattern PortType_FLOAT32 :: PortType
- pattern PortType_INT32 :: PortType
- pattern PortType_MEDIA :: PortType
- pattern PortType_STRING :: PortType
- PortType' {
- newtype StatusFilter where
- StatusFilter' { }
- pattern StatusFilter_DEPLOYMENT_ERROR :: StatusFilter
- pattern StatusFilter_DEPLOYMENT_SUCCEEDED :: StatusFilter
- pattern StatusFilter_PROCESSING_DEPLOYMENT :: StatusFilter
- pattern StatusFilter_PROCESSING_REMOVAL :: StatusFilter
- pattern StatusFilter_REMOVAL_FAILED :: StatusFilter
- pattern StatusFilter_REMOVAL_SUCCEEDED :: StatusFilter
- newtype TemplateType where
- TemplateType' { }
- pattern TemplateType_RTSP_CAMERA_STREAM :: TemplateType
- newtype UpdateProgress where
- UpdateProgress' { }
- pattern UpdateProgress_COMPLETED :: UpdateProgress
- pattern UpdateProgress_DOWNLOADING :: UpdateProgress
- pattern UpdateProgress_FAILED :: UpdateProgress
- pattern UpdateProgress_IN_PROGRESS :: UpdateProgress
- pattern UpdateProgress_PENDING :: UpdateProgress
- pattern UpdateProgress_REBOOTING :: UpdateProgress
- pattern UpdateProgress_VERIFYING :: UpdateProgress
- data ApplicationInstance = ApplicationInstance' (Maybe ApplicationInstanceStatus) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ApplicationInstanceHealthStatus) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newApplicationInstance :: ApplicationInstance
- data Device = Device' (Maybe POSIX) (Maybe DeviceStatus) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX)
- newDevice :: Device
- data DeviceJob = DeviceJob' (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text)
- newDeviceJob :: DeviceJob
- data DeviceJobConfig = DeviceJobConfig' (Maybe OTAJobConfig)
- newDeviceJobConfig :: DeviceJobConfig
- data EthernetPayload = EthernetPayload' (Maybe StaticIpConnectionInfo) ConnectionType
- newEthernetPayload :: ConnectionType -> EthernetPayload
- data EthernetStatus = EthernetStatus' (Maybe Text) (Maybe NetworkConnectionStatus) (Maybe Text)
- newEthernetStatus :: EthernetStatus
- data Job = Job' (Maybe Text) (Maybe Text)
- newJob :: Job
- data JobResourceTags = JobResourceTags' JobResourceType (HashMap Text Text)
- newJobResourceTags :: JobResourceType -> JobResourceTags
- data ManifestOverridesPayload = ManifestOverridesPayload' (Maybe Text)
- newManifestOverridesPayload :: ManifestOverridesPayload
- data ManifestPayload = ManifestPayload' (Maybe Text)
- newManifestPayload :: ManifestPayload
- data NetworkPayload = NetworkPayload' (Maybe EthernetPayload) (Maybe EthernetPayload)
- newNetworkPayload :: NetworkPayload
- data NetworkStatus = NetworkStatus' (Maybe EthernetStatus) (Maybe EthernetStatus)
- newNetworkStatus :: NetworkStatus
- data Node = Node' (Maybe Text) (Maybe Text) (Maybe Text) Text Text NodeCategory Text Text Text Text POSIX
- newNode :: Text -> Text -> NodeCategory -> Text -> Text -> Text -> Text -> UTCTime -> Node
- data NodeFromTemplateJob = NodeFromTemplateJob' (Maybe NodeFromTemplateJobStatus) (Maybe Text) (Maybe POSIX) (Maybe TemplateType) (Maybe Text) (Maybe Text)
- newNodeFromTemplateJob :: NodeFromTemplateJob
- data NodeInputPort = NodeInputPort' (Maybe Int) (Maybe Text) (Maybe Text) (Maybe PortType) (Maybe Text)
- newNodeInputPort :: NodeInputPort
- data NodeInstance = NodeInstance' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Text NodeInstanceStatus
- newNodeInstance :: Text -> NodeInstanceStatus -> NodeInstance
- data NodeInterface = NodeInterface' [NodeInputPort] [NodeOutputPort]
- newNodeInterface :: NodeInterface
- data NodeOutputPort = NodeOutputPort' (Maybe Text) (Maybe PortType) (Maybe Text)
- newNodeOutputPort :: NodeOutputPort
- data OTAJobConfig = OTAJobConfig' Text
- newOTAJobConfig :: Text -> OTAJobConfig
- data OutPutS3Location = OutPutS3Location' Text Text
- newOutPutS3Location :: Text -> Text -> OutPutS3Location
- data PackageImportJob = PackageImportJob' (Maybe PackageImportJobStatus) (Maybe PackageImportJobType) (Maybe POSIX) (Maybe Text) (Maybe POSIX) (Maybe Text)
- newPackageImportJob :: PackageImportJob
- data PackageImportJobInputConfig = PackageImportJobInputConfig' (Maybe PackageVersionInputConfig)
- newPackageImportJobInputConfig :: PackageImportJobInputConfig
- data PackageImportJobOutput = PackageImportJobOutput' Text Text Text OutPutS3Location
- newPackageImportJobOutput :: Text -> Text -> Text -> OutPutS3Location -> PackageImportJobOutput
- data PackageImportJobOutputConfig = PackageImportJobOutputConfig' (Maybe PackageVersionOutputConfig)
- newPackageImportJobOutputConfig :: PackageImportJobOutputConfig
- data PackageListItem = PackageListItem' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text))
- newPackageListItem :: PackageListItem
- data PackageObject = PackageObject' Text Text Text
- newPackageObject :: Text -> Text -> Text -> PackageObject
- data PackageVersionInputConfig = PackageVersionInputConfig' S3Location
- newPackageVersionInputConfig :: S3Location -> PackageVersionInputConfig
- data PackageVersionOutputConfig = PackageVersionOutputConfig' (Maybe Bool) Text Text
- newPackageVersionOutputConfig :: Text -> Text -> PackageVersionOutputConfig
- data S3Location = S3Location' (Maybe Text) Text Text
- newS3Location :: Text -> Text -> S3Location
- data StaticIpConnectionInfo = StaticIpConnectionInfo' Text Text [Text] Text
- newStaticIpConnectionInfo :: Text -> Text -> Text -> StaticIpConnectionInfo
- data StorageLocation = StorageLocation' Text Text Text Text Text
- newStorageLocation :: Text -> Text -> Text -> Text -> Text -> StorageLocation
Service Configuration
defaultService :: Service Source #
API version 2019-07-24
of the Amazon Panorama SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by Panorama
.
ValidationException
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request contains an invalid parameter value.
AccessDeniedException
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The requestor does not have permission to access the target action or resource.
ConflictException
_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The target resource is in use.
ServiceQuotaExceededException
_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request would cause a limit to be exceeded.
InternalServerException
_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An internal error occurred.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The target resource was not found.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
UpdateDeviceMetadata
data UpdateDeviceMetadata Source #
See: newUpdateDeviceMetadata
smart constructor.
Instances
newUpdateDeviceMetadata Source #
Create a value of UpdateDeviceMetadata
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:UpdateDeviceMetadata'
, updateDeviceMetadata_description
- A description for the device.
$sel:deviceId:UpdateDeviceMetadata'
, updateDeviceMetadata_deviceId
- The device's ID.
data UpdateDeviceMetadataResponse Source #
See: newUpdateDeviceMetadataResponse
smart constructor.
Instances
newUpdateDeviceMetadataResponse Source #
Create a value of UpdateDeviceMetadataResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceId:UpdateDeviceMetadata'
, updateDeviceMetadataResponse_deviceId
- The device's ID.
$sel:httpStatus:UpdateDeviceMetadataResponse'
, updateDeviceMetadataResponse_httpStatus
- The response's http status code.
DescribeApplicationInstanceDetails
data DescribeApplicationInstanceDetails Source #
See: newDescribeApplicationInstanceDetails
smart constructor.
Instances
newDescribeApplicationInstanceDetails Source #
:: Text |
|
-> DescribeApplicationInstanceDetails |
Create a value of DescribeApplicationInstanceDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationInstanceId:DescribeApplicationInstanceDetails'
, describeApplicationInstanceDetails_applicationInstanceId
- The application instance's ID.
data DescribeApplicationInstanceDetailsResponse Source #
See: newDescribeApplicationInstanceDetailsResponse
smart constructor.
DescribeApplicationInstanceDetailsResponse' (Maybe POSIX) (Maybe Text) (Maybe ManifestOverridesPayload) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ManifestPayload) (Maybe Text) Int |
Instances
newDescribeApplicationInstanceDetailsResponse Source #
Create a value of DescribeApplicationInstanceDetailsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdTime:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_createdTime
- When the application instance was created.
$sel:defaultRuntimeContextDevice:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_defaultRuntimeContextDevice
- The application instance's default runtime context device.
$sel:manifestOverridesPayload:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_manifestOverridesPayload
- Parameter overrides for the configuration manifest.
$sel:name:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_name
- The application instance's name.
$sel:applicationInstanceId:DescribeApplicationInstanceDetails'
, describeApplicationInstanceDetailsResponse_applicationInstanceId
- The application instance's ID.
$sel:description:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_description
- The application instance's description.
$sel:manifestPayload:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_manifestPayload
- The application instance's configuration manifest.
$sel:applicationInstanceIdToReplace:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_applicationInstanceIdToReplace
- The ID of the application instance that this instance replaced.
$sel:httpStatus:DescribeApplicationInstanceDetailsResponse'
, describeApplicationInstanceDetailsResponse_httpStatus
- The response's http status code.
CreateApplicationInstance
data CreateApplicationInstance Source #
See: newCreateApplicationInstance
smart constructor.
CreateApplicationInstance' (Maybe ManifestOverridesPayload) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) ManifestPayload Text |
Instances
newCreateApplicationInstance Source #
Create a value of CreateApplicationInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestOverridesPayload:CreateApplicationInstance'
, createApplicationInstance_manifestOverridesPayload
- Setting overrides for the application manifest.
$sel:name:CreateApplicationInstance'
, createApplicationInstance_name
- A name for the application instance.
$sel:runtimeRoleArn:CreateApplicationInstance'
, createApplicationInstance_runtimeRoleArn
- The ARN of a runtime role for the application instance.
$sel:description:CreateApplicationInstance'
, createApplicationInstance_description
- A description for the application instance.
$sel:tags:CreateApplicationInstance'
, createApplicationInstance_tags
- Tags for the application instance.
$sel:applicationInstanceIdToReplace:CreateApplicationInstance'
, createApplicationInstance_applicationInstanceIdToReplace
- The ID of an application instance to replace with the new instance.
$sel:manifestPayload:CreateApplicationInstance'
, createApplicationInstance_manifestPayload
- The application's manifest document.
$sel:defaultRuntimeContextDevice:CreateApplicationInstance'
, createApplicationInstance_defaultRuntimeContextDevice
- A device's ID.
data CreateApplicationInstanceResponse Source #
See: newCreateApplicationInstanceResponse
smart constructor.
Instances
Eq CreateApplicationInstanceResponse Source # | |
Read CreateApplicationInstanceResponse Source # | |
Show CreateApplicationInstanceResponse Source # | |
Generic CreateApplicationInstanceResponse Source # | |
NFData CreateApplicationInstanceResponse Source # | |
Defined in Amazonka.Panorama.CreateApplicationInstance rnf :: CreateApplicationInstanceResponse -> () # | |
type Rep CreateApplicationInstanceResponse Source # | |
Defined in Amazonka.Panorama.CreateApplicationInstance type Rep CreateApplicationInstanceResponse = D1 ('MetaData "CreateApplicationInstanceResponse" "Amazonka.Panorama.CreateApplicationInstance" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "CreateApplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applicationInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreateApplicationInstanceResponse Source #
:: Int | |
-> Text |
|
-> CreateApplicationInstanceResponse |
Create a value of CreateApplicationInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateApplicationInstanceResponse'
, createApplicationInstanceResponse_httpStatus
- The response's http status code.
$sel:applicationInstanceId:CreateApplicationInstanceResponse'
, createApplicationInstanceResponse_applicationInstanceId
- The application instance's ID.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The resource's ARN.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- A list of tags.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
RemoveApplicationInstance
data RemoveApplicationInstance Source #
See: newRemoveApplicationInstance
smart constructor.
Instances
newRemoveApplicationInstance Source #
Create a value of RemoveApplicationInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationInstanceId:RemoveApplicationInstance'
, removeApplicationInstance_applicationInstanceId
- An application instance ID.
data RemoveApplicationInstanceResponse Source #
See: newRemoveApplicationInstanceResponse
smart constructor.
Instances
Eq RemoveApplicationInstanceResponse Source # | |
Read RemoveApplicationInstanceResponse Source # | |
Show RemoveApplicationInstanceResponse Source # | |
Generic RemoveApplicationInstanceResponse Source # | |
NFData RemoveApplicationInstanceResponse Source # | |
Defined in Amazonka.Panorama.RemoveApplicationInstance rnf :: RemoveApplicationInstanceResponse -> () # | |
type Rep RemoveApplicationInstanceResponse Source # | |
Defined in Amazonka.Panorama.RemoveApplicationInstance type Rep RemoveApplicationInstanceResponse = D1 ('MetaData "RemoveApplicationInstanceResponse" "Amazonka.Panorama.RemoveApplicationInstance" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "RemoveApplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newRemoveApplicationInstanceResponse Source #
Create a value of RemoveApplicationInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RemoveApplicationInstanceResponse'
, removeApplicationInstanceResponse_httpStatus
- The response's http status code.
ListDevicesJobs
data ListDevicesJobs Source #
See: newListDevicesJobs
smart constructor.
Instances
newListDevicesJobs :: ListDevicesJobs Source #
Create a value of ListDevicesJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListDevicesJobs'
, listDevicesJobs_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:deviceId:ListDevicesJobs'
, listDevicesJobs_deviceId
- Filter results by the job's target device ID.
$sel:maxResults:ListDevicesJobs'
, listDevicesJobs_maxResults
- The maximum number of device jobs to return in one page of results.
data ListDevicesJobsResponse Source #
See: newListDevicesJobsResponse
smart constructor.
Instances
newListDevicesJobsResponse Source #
Create a value of ListDevicesJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListDevicesJobs'
, listDevicesJobsResponse_nextToken
- A pagination token that's included if more results are available.
$sel:deviceJobs:ListDevicesJobsResponse'
, listDevicesJobsResponse_deviceJobs
- A list of jobs.
$sel:httpStatus:ListDevicesJobsResponse'
, listDevicesJobsResponse_httpStatus
- The response's http status code.
CreateNodeFromTemplateJob
data CreateNodeFromTemplateJob Source #
See: newCreateNodeFromTemplateJob
smart constructor.
CreateNodeFromTemplateJob' (Maybe [JobResourceTags]) (Maybe Text) TemplateType Text Text Text (HashMap Text (Sensitive Text)) |
Instances
newCreateNodeFromTemplateJob Source #
:: TemplateType | |
-> Text | |
-> Text | |
-> Text | |
-> CreateNodeFromTemplateJob |
Create a value of CreateNodeFromTemplateJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobTags:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_jobTags
- Tags for the job.
$sel:nodeDescription:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_nodeDescription
- A description for the node.
$sel:templateType:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_templateType
- The type of node.
$sel:outputPackageName:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_outputPackageName
- An output package name for the node.
$sel:outputPackageVersion:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_outputPackageVersion
- An output package version for the node.
$sel:nodeName:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_nodeName
- A name for the node.
$sel:templateParameters:CreateNodeFromTemplateJob'
, createNodeFromTemplateJob_templateParameters
- Template parameters for the node.
data CreateNodeFromTemplateJobResponse Source #
See: newCreateNodeFromTemplateJobResponse
smart constructor.
Instances
Eq CreateNodeFromTemplateJobResponse Source # | |
Read CreateNodeFromTemplateJobResponse Source # | |
Show CreateNodeFromTemplateJobResponse Source # | |
Generic CreateNodeFromTemplateJobResponse Source # | |
NFData CreateNodeFromTemplateJobResponse Source # | |
Defined in Amazonka.Panorama.CreateNodeFromTemplateJob rnf :: CreateNodeFromTemplateJobResponse -> () # | |
type Rep CreateNodeFromTemplateJobResponse Source # | |
Defined in Amazonka.Panorama.CreateNodeFromTemplateJob type Rep CreateNodeFromTemplateJobResponse = D1 ('MetaData "CreateNodeFromTemplateJobResponse" "Amazonka.Panorama.CreateNodeFromTemplateJob" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "CreateNodeFromTemplateJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreateNodeFromTemplateJobResponse Source #
Create a value of CreateNodeFromTemplateJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateNodeFromTemplateJobResponse'
, createNodeFromTemplateJobResponse_httpStatus
- The response's http status code.
$sel:jobId:CreateNodeFromTemplateJobResponse'
, createNodeFromTemplateJobResponse_jobId
- The job's ID.
DeregisterPackageVersion
data DeregisterPackageVersion Source #
See: newDeregisterPackageVersion
smart constructor.
Instances
newDeregisterPackageVersion Source #
:: Text | |
-> Text | |
-> Text | |
-> DeregisterPackageVersion |
Create a value of DeregisterPackageVersion
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:updatedLatestPatchVersion:DeregisterPackageVersion'
, deregisterPackageVersion_updatedLatestPatchVersion
- If the version was marked latest, the new version to maker as latest.
$sel:ownerAccount:DeregisterPackageVersion'
, deregisterPackageVersion_ownerAccount
- An owner account.
$sel:packageId:DeregisterPackageVersion'
, deregisterPackageVersion_packageId
- A package ID.
$sel:packageVersion:DeregisterPackageVersion'
, deregisterPackageVersion_packageVersion
- A package version.
$sel:patchVersion:DeregisterPackageVersion'
, deregisterPackageVersion_patchVersion
- A patch version.
data DeregisterPackageVersionResponse Source #
See: newDeregisterPackageVersionResponse
smart constructor.
Instances
Eq DeregisterPackageVersionResponse Source # | |
Read DeregisterPackageVersionResponse Source # | |
Show DeregisterPackageVersionResponse Source # | |
Generic DeregisterPackageVersionResponse Source # | |
NFData DeregisterPackageVersionResponse Source # | |
Defined in Amazonka.Panorama.DeregisterPackageVersion rnf :: DeregisterPackageVersionResponse -> () # | |
type Rep DeregisterPackageVersionResponse Source # | |
Defined in Amazonka.Panorama.DeregisterPackageVersion type Rep DeregisterPackageVersionResponse = D1 ('MetaData "DeregisterPackageVersionResponse" "Amazonka.Panorama.DeregisterPackageVersion" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "DeregisterPackageVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeregisterPackageVersionResponse Source #
Create a value of DeregisterPackageVersionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeregisterPackageVersionResponse'
, deregisterPackageVersionResponse_httpStatus
- The response's http status code.
ListPackages
data ListPackages Source #
See: newListPackages
smart constructor.
Instances
newListPackages :: ListPackages Source #
Create a value of ListPackages
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListPackages'
, listPackages_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListPackages'
, listPackages_maxResults
- The maximum number of packages to return in one page of results.
data ListPackagesResponse Source #
See: newListPackagesResponse
smart constructor.
Instances
newListPackagesResponse Source #
Create a value of ListPackagesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packages:ListPackagesResponse'
, listPackagesResponse_packages
- A list of packages.
$sel:nextToken:ListPackages'
, listPackagesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:httpStatus:ListPackagesResponse'
, listPackagesResponse_httpStatus
- The response's http status code.
DescribeApplicationInstance
data DescribeApplicationInstance Source #
See: newDescribeApplicationInstance
smart constructor.
Instances
newDescribeApplicationInstance Source #
Create a value of DescribeApplicationInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationInstanceId:DescribeApplicationInstance'
, describeApplicationInstance_applicationInstanceId
- The application instance's ID.
data DescribeApplicationInstanceResponse Source #
See: newDescribeApplicationInstanceResponse
smart constructor.
DescribeApplicationInstanceResponse' (Maybe ApplicationInstanceStatus) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ApplicationInstanceHealthStatus) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Int |
Instances
newDescribeApplicationInstanceResponse Source #
Create a value of DescribeApplicationInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_status
- The application instance's status.
$sel:statusDescription:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_statusDescription
- The application instance's status description.
$sel:lastUpdatedTime:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_lastUpdatedTime
- The application instance was updated.
$sel:arn:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_arn
- The application instance's ARN.
$sel:createdTime:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_createdTime
- When the application instance was created.
$sel:defaultRuntimeContextDevice:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_defaultRuntimeContextDevice
- The device's ID.
$sel:defaultRuntimeContextDeviceName:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_defaultRuntimeContextDeviceName
- The device's bane.
$sel:name:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_name
- The application instance's name.
$sel:runtimeRoleArn:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_runtimeRoleArn
- The application instance's runtime role ARN.
$sel:healthStatus:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_healthStatus
- The application instance's health status.
$sel:applicationInstanceId:DescribeApplicationInstance'
, describeApplicationInstanceResponse_applicationInstanceId
- The application instance's ID.
$sel:description:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_description
- The application instance's description.
$sel:tags:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_tags
- The application instance's tags.
$sel:applicationInstanceIdToReplace:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_applicationInstanceIdToReplace
- The ID of the application instance that this instance replaced.
$sel:httpStatus:DescribeApplicationInstanceResponse'
, describeApplicationInstanceResponse_httpStatus
- The response's http status code.
RegisterPackageVersion
data RegisterPackageVersion Source #
See: newRegisterPackageVersion
smart constructor.
Instances
newRegisterPackageVersion Source #
:: Text | |
-> Text | |
-> Text | |
-> RegisterPackageVersion |
Create a value of RegisterPackageVersion
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:markLatest:RegisterPackageVersion'
, registerPackageVersion_markLatest
- Whether to mark the new version as the latest version.
$sel:ownerAccount:RegisterPackageVersion'
, registerPackageVersion_ownerAccount
- An owner account.
$sel:packageId:RegisterPackageVersion'
, registerPackageVersion_packageId
- A package ID.
$sel:packageVersion:RegisterPackageVersion'
, registerPackageVersion_packageVersion
- A package version.
$sel:patchVersion:RegisterPackageVersion'
, registerPackageVersion_patchVersion
- A patch version.
data RegisterPackageVersionResponse Source #
See: newRegisterPackageVersionResponse
smart constructor.
Instances
Eq RegisterPackageVersionResponse Source # | |
Read RegisterPackageVersionResponse Source # | |
Show RegisterPackageVersionResponse Source # | |
Defined in Amazonka.Panorama.RegisterPackageVersion | |
Generic RegisterPackageVersionResponse Source # | |
NFData RegisterPackageVersionResponse Source # | |
Defined in Amazonka.Panorama.RegisterPackageVersion rnf :: RegisterPackageVersionResponse -> () # | |
type Rep RegisterPackageVersionResponse Source # | |
Defined in Amazonka.Panorama.RegisterPackageVersion type Rep RegisterPackageVersionResponse = D1 ('MetaData "RegisterPackageVersionResponse" "Amazonka.Panorama.RegisterPackageVersion" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "RegisterPackageVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newRegisterPackageVersionResponse Source #
Create a value of RegisterPackageVersionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RegisterPackageVersionResponse'
, registerPackageVersionResponse_httpStatus
- The response's http status code.
DescribeNodeFromTemplateJob
data DescribeNodeFromTemplateJob Source #
See: newDescribeNodeFromTemplateJob
smart constructor.
Instances
newDescribeNodeFromTemplateJob Source #
Create a value of DescribeNodeFromTemplateJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:DescribeNodeFromTemplateJob'
, describeNodeFromTemplateJob_jobId
- The job's ID.
data DescribeNodeFromTemplateJobResponse Source #
See: newDescribeNodeFromTemplateJobResponse
smart constructor.
DescribeNodeFromTemplateJobResponse' (Maybe [JobResourceTags]) (Maybe Text) Int Text NodeFromTemplateJobStatus Text POSIX POSIX Text Text Text TemplateType (HashMap Text (Sensitive Text)) |
Instances
newDescribeNodeFromTemplateJobResponse Source #
Create a value of DescribeNodeFromTemplateJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobTags:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_jobTags
- The job's tags.
$sel:nodeDescription:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_nodeDescription
- The node's description.
$sel:httpStatus:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_httpStatus
- The response's http status code.
$sel:jobId:DescribeNodeFromTemplateJob'
, describeNodeFromTemplateJobResponse_jobId
- The job's ID.
$sel:status:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_status
- The job's status.
$sel:statusMessage:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_statusMessage
- The job's status message.
$sel:createdTime:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_createdTime
- When the job was created.
$sel:lastUpdatedTime:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_lastUpdatedTime
- When the job was updated.
$sel:outputPackageName:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_outputPackageName
- The job's output package name.
$sel:outputPackageVersion:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_outputPackageVersion
- The job's output package version.
$sel:nodeName:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_nodeName
- The node's name.
$sel:templateType:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_templateType
- The job's template type.
$sel:templateParameters:DescribeNodeFromTemplateJobResponse'
, describeNodeFromTemplateJobResponse_templateParameters
- The job's template parameters.
CreatePackageImportJob
data CreatePackageImportJob Source #
See: newCreatePackageImportJob
smart constructor.
CreatePackageImportJob' (Maybe [JobResourceTags]) PackageImportJobType PackageImportJobInputConfig PackageImportJobOutputConfig Text |
Instances
newCreatePackageImportJob Source #
:: PackageImportJobType | |
-> PackageImportJobInputConfig | |
-> PackageImportJobOutputConfig | |
-> Text | |
-> CreatePackageImportJob |
Create a value of CreatePackageImportJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobTags:CreatePackageImportJob'
, createPackageImportJob_jobTags
- Tags for the package import job.
$sel:jobType:CreatePackageImportJob'
, createPackageImportJob_jobType
- A job type for the package import job.
$sel:inputConfig:CreatePackageImportJob'
, createPackageImportJob_inputConfig
- An input config for the package import job.
$sel:outputConfig:CreatePackageImportJob'
, createPackageImportJob_outputConfig
- An output config for the package import job.
$sel:clientToken:CreatePackageImportJob'
, createPackageImportJob_clientToken
- A client token for the package import job.
data CreatePackageImportJobResponse Source #
See: newCreatePackageImportJobResponse
smart constructor.
Instances
Eq CreatePackageImportJobResponse Source # | |
Read CreatePackageImportJobResponse Source # | |
Show CreatePackageImportJobResponse Source # | |
Defined in Amazonka.Panorama.CreatePackageImportJob | |
Generic CreatePackageImportJobResponse Source # | |
NFData CreatePackageImportJobResponse Source # | |
Defined in Amazonka.Panorama.CreatePackageImportJob rnf :: CreatePackageImportJobResponse -> () # | |
type Rep CreatePackageImportJobResponse Source # | |
Defined in Amazonka.Panorama.CreatePackageImportJob type Rep CreatePackageImportJobResponse = D1 ('MetaData "CreatePackageImportJobResponse" "Amazonka.Panorama.CreatePackageImportJob" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "CreatePackageImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreatePackageImportJobResponse Source #
Create a value of CreatePackageImportJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreatePackageImportJobResponse'
, createPackageImportJobResponse_httpStatus
- The response's http status code.
$sel:jobId:CreatePackageImportJobResponse'
, createPackageImportJobResponse_jobId
- The job's ID.
DescribePackage
data DescribePackage Source #
See: newDescribePackage
smart constructor.
Instances
Create a value of DescribePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageId:DescribePackage'
, describePackage_packageId
- The package's ID.
data DescribePackageResponse Source #
See: newDescribePackageResponse
smart constructor.
DescribePackageResponse' (Maybe [Text]) (Maybe [Text]) Int Text Text Text StorageLocation POSIX (HashMap Text Text) |
Instances
newDescribePackageResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> Text | |
-> StorageLocation | |
-> UTCTime | |
-> DescribePackageResponse |
Create a value of DescribePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:writeAccessPrincipalArns:DescribePackageResponse'
, describePackageResponse_writeAccessPrincipalArns
- ARNs of accounts that have write access to the package.
$sel:readAccessPrincipalArns:DescribePackageResponse'
, describePackageResponse_readAccessPrincipalArns
- ARNs of accounts that have read access to the package.
$sel:httpStatus:DescribePackageResponse'
, describePackageResponse_httpStatus
- The response's http status code.
$sel:packageId:DescribePackage'
, describePackageResponse_packageId
- The package's ID.
$sel:packageName:DescribePackageResponse'
, describePackageResponse_packageName
- The package's name.
$sel:arn:DescribePackageResponse'
, describePackageResponse_arn
- The package's ARN.
$sel:storageLocation:DescribePackageResponse'
, describePackageResponse_storageLocation
- The package's storage location.
$sel:createdTime:DescribePackageResponse'
, describePackageResponse_createdTime
- When the package was created.
$sel:tags:DescribePackageResponse'
, describePackageResponse_tags
- The package's tags.
ListApplicationInstances
data ListApplicationInstances Source #
See: newListApplicationInstances
smart constructor.
Instances
newListApplicationInstances :: ListApplicationInstances Source #
Create a value of ListApplicationInstances
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListApplicationInstances'
, listApplicationInstances_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:statusFilter:ListApplicationInstances'
, listApplicationInstances_statusFilter
- Only include instances with a specific status.
$sel:deviceId:ListApplicationInstances'
, listApplicationInstances_deviceId
- The application instances' device ID.
$sel:maxResults:ListApplicationInstances'
, listApplicationInstances_maxResults
- The maximum number of application instances to return in one page of
results.
data ListApplicationInstancesResponse Source #
See: newListApplicationInstancesResponse
smart constructor.
Instances
newListApplicationInstancesResponse Source #
Create a value of ListApplicationInstancesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListApplicationInstances'
, listApplicationInstancesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:applicationInstances:ListApplicationInstancesResponse'
, listApplicationInstancesResponse_applicationInstances
- A list of application instances.
$sel:httpStatus:ListApplicationInstancesResponse'
, listApplicationInstancesResponse_httpStatus
- The response's http status code.
DescribeDeviceJob
data DescribeDeviceJob Source #
See: newDescribeDeviceJob
smart constructor.
Instances
Create a value of DescribeDeviceJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:DescribeDeviceJob'
, describeDeviceJob_jobId
- The job's ID.
data DescribeDeviceJobResponse Source #
See: newDescribeDeviceJobResponse
smart constructor.
DescribeDeviceJobResponse' (Maybe UpdateProgress) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe DeviceType) Int |
Instances
newDescribeDeviceJobResponse Source #
Create a value of DescribeDeviceJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:DescribeDeviceJobResponse'
, describeDeviceJobResponse_status
- The job's status.
$sel:jobId:DescribeDeviceJob'
, describeDeviceJobResponse_jobId
- The job's ID.
$sel:createdTime:DescribeDeviceJobResponse'
, describeDeviceJobResponse_createdTime
- When the job was created.
$sel:deviceArn:DescribeDeviceJobResponse'
, describeDeviceJobResponse_deviceArn
- The device's ARN.
$sel:imageVersion:DescribeDeviceJobResponse'
, describeDeviceJobResponse_imageVersion
- For an OTA job, the target version of the device software.
$sel:deviceName:DescribeDeviceJobResponse'
, describeDeviceJobResponse_deviceName
- The device's name.
$sel:deviceId:DescribeDeviceJobResponse'
, describeDeviceJobResponse_deviceId
- The device's ID.
$sel:deviceType:DescribeDeviceJobResponse'
, describeDeviceJobResponse_deviceType
- The device's type.
$sel:httpStatus:DescribeDeviceJobResponse'
, describeDeviceJobResponse_httpStatus
- The response's http status code.
DescribePackageImportJob
data DescribePackageImportJob Source #
See: newDescribePackageImportJob
smart constructor.
Instances
newDescribePackageImportJob Source #
Create a value of DescribePackageImportJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:DescribePackageImportJob'
, describePackageImportJob_jobId
- The job's ID.
data DescribePackageImportJobResponse Source #
See: newDescribePackageImportJobResponse
smart constructor.
Instances
newDescribePackageImportJobResponse Source #
Create a value of DescribePackageImportJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientToken:DescribePackageImportJobResponse'
, describePackageImportJobResponse_clientToken
- The job's client token.
$sel:jobTags:DescribePackageImportJobResponse'
, describePackageImportJobResponse_jobTags
- The job's tags.
$sel:httpStatus:DescribePackageImportJobResponse'
, describePackageImportJobResponse_httpStatus
- The response's http status code.
$sel:jobId:DescribePackageImportJob'
, describePackageImportJobResponse_jobId
- The job's ID.
$sel:jobType:DescribePackageImportJobResponse'
, describePackageImportJobResponse_jobType
- The job's type.
$sel:inputConfig:DescribePackageImportJobResponse'
, describePackageImportJobResponse_inputConfig
- The job's input config.
$sel:outputConfig:DescribePackageImportJobResponse'
, describePackageImportJobResponse_outputConfig
- The job's output config.
$sel:output:DescribePackageImportJobResponse'
, describePackageImportJobResponse_output
- The job's output.
$sel:createdTime:DescribePackageImportJobResponse'
, describePackageImportJobResponse_createdTime
- When the job was created.
$sel:lastUpdatedTime:DescribePackageImportJobResponse'
, describePackageImportJobResponse_lastUpdatedTime
- When the job was updated.
$sel:status:DescribePackageImportJobResponse'
, describePackageImportJobResponse_status
- The job's status.
$sel:statusMessage:DescribePackageImportJobResponse'
, describePackageImportJobResponse_statusMessage
- The job's status message.
DescribeDevice
data DescribeDevice Source #
See: newDescribeDevice
smart constructor.
Instances
Create a value of DescribeDevice
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceId:DescribeDevice'
, describeDevice_deviceId
- The device's ID.
data DescribeDeviceResponse Source #
See: newDescribeDeviceResponse
smart constructor.
DescribeDeviceResponse' (Maybe Text) (Maybe DeviceStatus) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe DeviceConnectionStatus) (Maybe Text) (Maybe DeviceType) (Maybe POSIX) (Maybe Text) (Maybe NetworkStatus) (Maybe Text) (Maybe NetworkPayload) (Maybe (HashMap Text Text)) Int |
Instances
newDescribeDeviceResponse Source #
Create a value of DescribeDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:latestSoftware:DescribeDeviceResponse'
, describeDeviceResponse_latestSoftware
- The latest software version available for the device.
$sel:provisioningStatus:DescribeDeviceResponse'
, describeDeviceResponse_provisioningStatus
- The device's provisioning status.
$sel:arn:DescribeDeviceResponse'
, describeDeviceResponse_arn
- The device's ARN.
$sel:createdTime:DescribeDeviceResponse'
, describeDeviceResponse_createdTime
- When the device was created.
$sel:currentSoftware:DescribeDeviceResponse'
, describeDeviceResponse_currentSoftware
- The device's current software version.
$sel:name:DescribeDeviceResponse'
, describeDeviceResponse_name
- The device's name.
$sel:deviceConnectionStatus:DescribeDeviceResponse'
, describeDeviceResponse_deviceConnectionStatus
- The device's connection status.
$sel:deviceId:DescribeDevice'
, describeDeviceResponse_deviceId
- The device's ID.
$sel:type':DescribeDeviceResponse'
, describeDeviceResponse_type
- The device's type.
$sel:leaseExpirationTime:DescribeDeviceResponse'
, describeDeviceResponse_leaseExpirationTime
- The device's lease expiration time.
$sel:serialNumber:DescribeDeviceResponse'
, describeDeviceResponse_serialNumber
- The device's serial number.
$sel:currentNetworkingStatus:DescribeDeviceResponse'
, describeDeviceResponse_currentNetworkingStatus
- The device's networking status.
$sel:description:DescribeDeviceResponse'
, describeDeviceResponse_description
- The device's description.
$sel:networkingConfiguration:DescribeDeviceResponse'
, describeDeviceResponse_networkingConfiguration
- The device's networking configuration.
$sel:tags:DescribeDeviceResponse'
, describeDeviceResponse_tags
- The device's tags.
$sel:httpStatus:DescribeDeviceResponse'
, describeDeviceResponse_httpStatus
- The response's http status code.
DescribePackageVersion
data DescribePackageVersion Source #
See: newDescribePackageVersion
smart constructor.
Instances
newDescribePackageVersion Source #
:: Text | |
-> Text | |
-> DescribePackageVersion |
Create a value of DescribePackageVersion
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:patchVersion:DescribePackageVersion'
, describePackageVersion_patchVersion
- The version's patch version.
$sel:ownerAccount:DescribePackageVersion'
, describePackageVersion_ownerAccount
- The version's owner account.
$sel:packageId:DescribePackageVersion'
, describePackageVersion_packageId
- The version's ID.
$sel:packageVersion:DescribePackageVersion'
, describePackageVersion_packageVersion
- The version's version.
data DescribePackageVersionResponse Source #
See: newDescribePackageVersionResponse
smart constructor.
DescribePackageVersionResponse' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) Int Text Text Text Text Bool PackageVersionStatus |
Instances
newDescribePackageVersionResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> Bool | |
-> PackageVersionStatus | |
-> DescribePackageVersionResponse |
Create a value of DescribePackageVersionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:statusDescription:DescribePackageVersionResponse'
, describePackageVersionResponse_statusDescription
- The version's status description.
$sel:packageArn:DescribePackageVersionResponse'
, describePackageVersionResponse_packageArn
- The ARN of the package.
$sel:registeredTime:DescribePackageVersionResponse'
, describePackageVersionResponse_registeredTime
- The version's registered time.
$sel:ownerAccount:DescribePackageVersion'
, describePackageVersionResponse_ownerAccount
- The account ID of the version's owner.
$sel:httpStatus:DescribePackageVersionResponse'
, describePackageVersionResponse_httpStatus
- The response's http status code.
$sel:packageId:DescribePackageVersion'
, describePackageVersionResponse_packageId
- The version's ID.
$sel:packageName:DescribePackageVersionResponse'
, describePackageVersionResponse_packageName
- The version's name.
$sel:packageVersion:DescribePackageVersion'
, describePackageVersionResponse_packageVersion
- The version's version.
$sel:patchVersion:DescribePackageVersion'
, describePackageVersionResponse_patchVersion
- The version's patch version.
$sel:isLatestPatch:DescribePackageVersionResponse'
, describePackageVersionResponse_isLatestPatch
- Whether the version is the latest available.
$sel:status:DescribePackageVersionResponse'
, describePackageVersionResponse_status
- The version's status.
DescribeNode
data DescribeNode Source #
See: newDescribeNode
smart constructor.
Instances
Create a value of DescribeNode
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ownerAccount:DescribeNode'
, describeNode_ownerAccount
- The account ID of the node's owner.
$sel:nodeId:DescribeNode'
, describeNode_nodeId
- The node's ID.
data DescribeNodeResponse Source #
See: newDescribeNodeResponse
smart constructor.
DescribeNodeResponse' (Maybe Text) (Maybe Text) Int Text Text NodeCategory Text Text Text Text Text NodeInterface Text POSIX POSIX |
Instances
newDescribeNodeResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> NodeCategory | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> NodeInterface | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> DescribeNodeResponse |
Create a value of DescribeNodeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:assetName:DescribeNodeResponse'
, describeNodeResponse_assetName
- The node's asset name.
$sel:packageArn:DescribeNodeResponse'
, describeNodeResponse_packageArn
- The node's ARN.
$sel:httpStatus:DescribeNodeResponse'
, describeNodeResponse_httpStatus
- The response's http status code.
$sel:nodeId:DescribeNode'
, describeNodeResponse_nodeId
- The node's ID.
$sel:name:DescribeNodeResponse'
, describeNodeResponse_name
- The node's name.
$sel:category:DescribeNodeResponse'
, describeNodeResponse_category
- The node's category.
$sel:ownerAccount:DescribeNode'
, describeNodeResponse_ownerAccount
- The account ID of the node's owner.
$sel:packageName:DescribeNodeResponse'
, describeNodeResponse_packageName
- The node's package name.
$sel:packageId:DescribeNodeResponse'
, describeNodeResponse_packageId
- The node's package ID.
$sel:packageVersion:DescribeNodeResponse'
, describeNodeResponse_packageVersion
- The node's package version.
$sel:patchVersion:DescribeNodeResponse'
, describeNodeResponse_patchVersion
- The node's patch version.
$sel:nodeInterface:DescribeNodeResponse'
, describeNodeResponse_nodeInterface
- The node's interface.
$sel:description:DescribeNodeResponse'
, describeNodeResponse_description
- The node's description.
$sel:createdTime:DescribeNodeResponse'
, describeNodeResponse_createdTime
- When the node was created.
$sel:lastUpdatedTime:DescribeNodeResponse'
, describeNodeResponse_lastUpdatedTime
- When the node was updated.
ListNodeFromTemplateJobs
data ListNodeFromTemplateJobs Source #
See: newListNodeFromTemplateJobs
smart constructor.
Instances
newListNodeFromTemplateJobs :: ListNodeFromTemplateJobs Source #
Create a value of ListNodeFromTemplateJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListNodeFromTemplateJobs'
, listNodeFromTemplateJobs_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListNodeFromTemplateJobs'
, listNodeFromTemplateJobs_maxResults
- The maximum number of node from template jobs to return in one page of
results.
data ListNodeFromTemplateJobsResponse Source #
See: newListNodeFromTemplateJobsResponse
smart constructor.
Instances
newListNodeFromTemplateJobsResponse Source #
Create a value of ListNodeFromTemplateJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListNodeFromTemplateJobs'
, listNodeFromTemplateJobsResponse_nextToken
- A pagination token that's included if more results are available.
$sel:httpStatus:ListNodeFromTemplateJobsResponse'
, listNodeFromTemplateJobsResponse_httpStatus
- The response's http status code.
$sel:nodeFromTemplateJobs:ListNodeFromTemplateJobsResponse'
, listNodeFromTemplateJobsResponse_nodeFromTemplateJobs
- A list of jobs.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource'
, tagResource_resourceArn
- The resource's ARN.
$sel:tags:TagResource'
, tagResource_tags
- Tags for the resource.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
ListApplicationInstanceDependencies
data ListApplicationInstanceDependencies Source #
See: newListApplicationInstanceDependencies
smart constructor.
Instances
newListApplicationInstanceDependencies Source #
:: Text |
|
-> ListApplicationInstanceDependencies |
Create a value of ListApplicationInstanceDependencies
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListApplicationInstanceDependencies'
, listApplicationInstanceDependencies_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListApplicationInstanceDependencies'
, listApplicationInstanceDependencies_maxResults
- The maximum number of application instance dependencies to return in one
page of results.
$sel:applicationInstanceId:ListApplicationInstanceDependencies'
, listApplicationInstanceDependencies_applicationInstanceId
- The application instance's ID.
data ListApplicationInstanceDependenciesResponse Source #
See: newListApplicationInstanceDependenciesResponse
smart constructor.
Instances
newListApplicationInstanceDependenciesResponse Source #
:: Int |
|
-> ListApplicationInstanceDependenciesResponse |
Create a value of ListApplicationInstanceDependenciesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageObjects:ListApplicationInstanceDependenciesResponse'
, listApplicationInstanceDependenciesResponse_packageObjects
- A list of package objects.
$sel:nextToken:ListApplicationInstanceDependencies'
, listApplicationInstanceDependenciesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:httpStatus:ListApplicationInstanceDependenciesResponse'
, listApplicationInstanceDependenciesResponse_httpStatus
- The response's http status code.
ListApplicationInstanceNodeInstances
data ListApplicationInstanceNodeInstances Source #
See: newListApplicationInstanceNodeInstances
smart constructor.
Instances
newListApplicationInstanceNodeInstances Source #
:: Text |
|
-> ListApplicationInstanceNodeInstances |
Create a value of ListApplicationInstanceNodeInstances
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstances_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstances_maxResults
- The maximum number of node instances to return in one page of results.
$sel:applicationInstanceId:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstances_applicationInstanceId
- The node instances' application instance ID.
data ListApplicationInstanceNodeInstancesResponse Source #
See: newListApplicationInstanceNodeInstancesResponse
smart constructor.
Instances
newListApplicationInstanceNodeInstancesResponse Source #
:: Int |
|
-> ListApplicationInstanceNodeInstancesResponse |
Create a value of ListApplicationInstanceNodeInstancesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstancesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:nodeInstances:ListApplicationInstanceNodeInstancesResponse'
, listApplicationInstanceNodeInstancesResponse_nodeInstances
- A list of node instances.
$sel:httpStatus:ListApplicationInstanceNodeInstancesResponse'
, listApplicationInstanceNodeInstancesResponse_httpStatus
- The response's http status code.
CreateJobForDevices
data CreateJobForDevices Source #
See: newCreateJobForDevices
smart constructor.
Instances
newCreateJobForDevices Source #
Create a value of CreateJobForDevices
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceIds:CreateJobForDevices'
, createJobForDevices_deviceIds
- IDs of target devices.
$sel:deviceJobConfig:CreateJobForDevices'
, createJobForDevices_deviceJobConfig
- Configuration settings for the job.
$sel:jobType:CreateJobForDevices'
, createJobForDevices_jobType
- The type of job to run.
data CreateJobForDevicesResponse Source #
See: newCreateJobForDevicesResponse
smart constructor.
Instances
newCreateJobForDevicesResponse Source #
Create a value of CreateJobForDevicesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateJobForDevicesResponse'
, createJobForDevicesResponse_httpStatus
- The response's http status code.
$sel:jobs:CreateJobForDevicesResponse'
, createJobForDevicesResponse_jobs
- A list of jobs.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- The resource's ARN.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- Tag keys to remove.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
DeletePackage
data DeletePackage Source #
See: newDeletePackage
smart constructor.
Instances
Create a value of DeletePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:forceDelete:DeletePackage'
, deletePackage_forceDelete
- Delete the package even if it has artifacts stored in its access point.
Deletes the package's artifacts from Amazon S3.
$sel:packageId:DeletePackage'
, deletePackage_packageId
- The package's ID.
data DeletePackageResponse Source #
See: newDeletePackageResponse
smart constructor.
Instances
newDeletePackageResponse Source #
Create a value of DeletePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeletePackageResponse'
, deletePackageResponse_httpStatus
- The response's http status code.
CreatePackage
data CreatePackage Source #
See: newCreatePackage
smart constructor.
Instances
Create a value of CreatePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:CreatePackage'
, createPackage_tags
- Tags for the package.
$sel:packageName:CreatePackage'
, createPackage_packageName
- A name for the package.
data CreatePackageResponse Source #
See: newCreatePackageResponse
smart constructor.
Instances
newCreatePackageResponse Source #
Create a value of CreatePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageId:CreatePackageResponse'
, createPackageResponse_packageId
- The package's ID.
$sel:arn:CreatePackageResponse'
, createPackageResponse_arn
- The package's ARN.
$sel:httpStatus:CreatePackageResponse'
, createPackageResponse_httpStatus
- The response's http status code.
$sel:storageLocation:CreatePackageResponse'
, createPackageResponse_storageLocation
- The package's storage location.
ProvisionDevice
data ProvisionDevice Source #
See: newProvisionDevice
smart constructor.
ProvisionDevice' (Maybe Text) (Maybe NetworkPayload) (Maybe (HashMap Text Text)) Text |
Instances
Create a value of ProvisionDevice
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:ProvisionDevice'
, provisionDevice_description
- A description for the device.
$sel:networkingConfiguration:ProvisionDevice'
, provisionDevice_networkingConfiguration
- A networking configuration for the device.
$sel:tags:ProvisionDevice'
, provisionDevice_tags
- Tags for the device.
$sel:name:ProvisionDevice'
, provisionDevice_name
- A name for the device.
data ProvisionDeviceResponse Source #
See: newProvisionDeviceResponse
smart constructor.
Instances
newProvisionDeviceResponse Source #
:: Int | |
-> Text | |
-> DeviceStatus | |
-> ProvisionDeviceResponse |
Create a value of ProvisionDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificates:ProvisionDeviceResponse'
, provisionDeviceResponse_certificates
- The device's configuration bundle.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
$sel:deviceId:ProvisionDeviceResponse'
, provisionDeviceResponse_deviceId
- The device's ID.
$sel:iotThingName:ProvisionDeviceResponse'
, provisionDeviceResponse_iotThingName
- The device's IoT thing name.
$sel:httpStatus:ProvisionDeviceResponse'
, provisionDeviceResponse_httpStatus
- The response's http status code.
$sel:arn:ProvisionDeviceResponse'
, provisionDeviceResponse_arn
- The device's ARN.
$sel:status:ProvisionDeviceResponse'
, provisionDeviceResponse_status
- The device's status.
DeleteDevice
data DeleteDevice Source #
See: newDeleteDevice
smart constructor.
Instances
Create a value of DeleteDevice
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceId:DeleteDevice'
, deleteDevice_deviceId
- The device's ID.
data DeleteDeviceResponse Source #
See: newDeleteDeviceResponse
smart constructor.
Instances
newDeleteDeviceResponse Source #
Create a value of DeleteDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceId:DeleteDevice'
, deleteDeviceResponse_deviceId
- The device's ID.
$sel:httpStatus:DeleteDeviceResponse'
, deleteDeviceResponse_httpStatus
- The response's http status code.
ListNodes
See: newListNodes
smart constructor.
ListNodes' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe NodeCategory) (Maybe Text) (Maybe Text) (Maybe Natural) |
Instances
newListNodes :: ListNodes Source #
Create a value of ListNodes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:patchVersion:ListNodes'
, listNodes_patchVersion
- Search for nodes by patch version.
$sel:packageName:ListNodes'
, listNodes_packageName
- Search for nodes by name.
$sel:packageVersion:ListNodes'
, listNodes_packageVersion
- Search for nodes by version.
$sel:category:ListNodes'
, listNodes_category
- Search for nodes by category.
$sel:nextToken:ListNodes'
, listNodes_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:ownerAccount:ListNodes'
, listNodes_ownerAccount
- Search for nodes by the account ID of the nodes' owner.
$sel:maxResults:ListNodes'
, listNodes_maxResults
- The maximum number of nodes to return in one page of results.
data ListNodesResponse Source #
See: newListNodesResponse
smart constructor.
Instances
Create a value of ListNodesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListNodes'
, listNodesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:nodes:ListNodesResponse'
, listNodesResponse_nodes
- A list of nodes.
$sel:httpStatus:ListNodesResponse'
, listNodesResponse_httpStatus
- The response's http status code.
ListDevices
data ListDevices Source #
See: newListDevices
smart constructor.
Instances
newListDevices :: ListDevices Source #
Create a value of ListDevices
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListDevices'
, listDevices_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListDevices'
, listDevices_maxResults
- The maximum number of devices to return in one page of results.
data ListDevicesResponse Source #
See: newListDevicesResponse
smart constructor.
Instances
newListDevicesResponse Source #
Create a value of ListDevicesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListDevices'
, listDevicesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:httpStatus:ListDevicesResponse'
, listDevicesResponse_httpStatus
- The response's http status code.
$sel:devices:ListDevicesResponse'
, listDevicesResponse_devices
- A list of devices.
ListPackageImportJobs
data ListPackageImportJobs Source #
See: newListPackageImportJobs
smart constructor.
Instances
newListPackageImportJobs :: ListPackageImportJobs Source #
Create a value of ListPackageImportJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListPackageImportJobs'
, listPackageImportJobs_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListPackageImportJobs'
, listPackageImportJobs_maxResults
- The maximum number of package import jobs to return in one page of
results.
data ListPackageImportJobsResponse Source #
See: newListPackageImportJobsResponse
smart constructor.
Instances
newListPackageImportJobsResponse Source #
Create a value of ListPackageImportJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListPackageImportJobs'
, listPackageImportJobsResponse_nextToken
- A pagination token that's included if more results are available.
$sel:httpStatus:ListPackageImportJobsResponse'
, listPackageImportJobsResponse_httpStatus
- The response's http status code.
$sel:packageImportJobs:ListPackageImportJobsResponse'
, listPackageImportJobsResponse_packageImportJobs
- A list of package import jobs.
Types
ApplicationInstanceHealthStatus
newtype ApplicationInstanceHealthStatus Source #
Instances
ApplicationInstanceStatus
newtype ApplicationInstanceStatus Source #
Instances
ConnectionType
newtype ConnectionType Source #
pattern ConnectionType_DHCP :: ConnectionType | |
pattern ConnectionType_STATIC_IP :: ConnectionType |
Instances
DeviceConnectionStatus
newtype DeviceConnectionStatus Source #
Instances
DeviceStatus
newtype DeviceStatus Source #
pattern DeviceStatus_AWAITING_PROVISIONING :: DeviceStatus | |
pattern DeviceStatus_DELETING :: DeviceStatus | |
pattern DeviceStatus_ERROR :: DeviceStatus | |
pattern DeviceStatus_FAILED :: DeviceStatus | |
pattern DeviceStatus_PENDING :: DeviceStatus | |
pattern DeviceStatus_SUCCEEDED :: DeviceStatus |
Instances
DeviceType
newtype DeviceType Source #
pattern DeviceType_PANORAMA_APPLIANCE :: DeviceType | |
pattern DeviceType_PANORAMA_APPLIANCE_DEVELOPER_KIT :: DeviceType |
Instances
JobResourceType
newtype JobResourceType Source #
pattern JobResourceType_PACKAGE :: JobResourceType |
Instances
JobType
pattern JobType_OTA :: JobType |
Instances
NetworkConnectionStatus
newtype NetworkConnectionStatus Source #
pattern NetworkConnectionStatus_CONNECTED :: NetworkConnectionStatus | |
pattern NetworkConnectionStatus_NOT_CONNECTED :: NetworkConnectionStatus |
Instances
NodeCategory
newtype NodeCategory Source #
pattern NodeCategory_BUSINESS_LOGIC :: NodeCategory | |
pattern NodeCategory_MEDIA_SINK :: NodeCategory | |
pattern NodeCategory_MEDIA_SOURCE :: NodeCategory | |
pattern NodeCategory_ML_MODEL :: NodeCategory |
Instances
NodeFromTemplateJobStatus
newtype NodeFromTemplateJobStatus Source #
Instances
NodeInstanceStatus
newtype NodeInstanceStatus Source #
pattern NodeInstanceStatus_ERROR :: NodeInstanceStatus | |
pattern NodeInstanceStatus_NOT_AVAILABLE :: NodeInstanceStatus | |
pattern NodeInstanceStatus_RUNNING :: NodeInstanceStatus |
Instances
PackageImportJobStatus
newtype PackageImportJobStatus Source #
pattern PackageImportJobStatus_FAILED :: PackageImportJobStatus | |
pattern PackageImportJobStatus_PENDING :: PackageImportJobStatus | |
pattern PackageImportJobStatus_SUCCEEDED :: PackageImportJobStatus |
Instances
PackageImportJobType
newtype PackageImportJobType Source #
Instances
PackageVersionStatus
newtype PackageVersionStatus Source #
Instances
PortType
pattern PortType_BOOLEAN :: PortType | |
pattern PortType_FLOAT32 :: PortType | |
pattern PortType_INT32 :: PortType | |
pattern PortType_MEDIA :: PortType | |
pattern PortType_STRING :: PortType |
Instances
StatusFilter
newtype StatusFilter Source #
pattern StatusFilter_DEPLOYMENT_ERROR :: StatusFilter | |
pattern StatusFilter_DEPLOYMENT_SUCCEEDED :: StatusFilter | |
pattern StatusFilter_PROCESSING_DEPLOYMENT :: StatusFilter | |
pattern StatusFilter_PROCESSING_REMOVAL :: StatusFilter | |
pattern StatusFilter_REMOVAL_FAILED :: StatusFilter | |
pattern StatusFilter_REMOVAL_SUCCEEDED :: StatusFilter |
Instances
TemplateType
newtype TemplateType Source #
pattern TemplateType_RTSP_CAMERA_STREAM :: TemplateType |
Instances
UpdateProgress
newtype UpdateProgress Source #
pattern UpdateProgress_COMPLETED :: UpdateProgress | |
pattern UpdateProgress_DOWNLOADING :: UpdateProgress | |
pattern UpdateProgress_FAILED :: UpdateProgress | |
pattern UpdateProgress_IN_PROGRESS :: UpdateProgress | |
pattern UpdateProgress_PENDING :: UpdateProgress | |
pattern UpdateProgress_REBOOTING :: UpdateProgress | |
pattern UpdateProgress_VERIFYING :: UpdateProgress |
Instances
ApplicationInstance
data ApplicationInstance Source #
An application instance on a device.
See: newApplicationInstance
smart constructor.
ApplicationInstance' (Maybe ApplicationInstanceStatus) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ApplicationInstanceHealthStatus) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newApplicationInstance :: ApplicationInstance Source #
Create a value of ApplicationInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ApplicationInstance'
, applicationInstance_status
- The application instance's status.
$sel:statusDescription:ApplicationInstance'
, applicationInstance_statusDescription
- The application instance's status description.
$sel:arn:ApplicationInstance'
, applicationInstance_arn
- The application instance's ARN.
$sel:createdTime:ApplicationInstance'
, applicationInstance_createdTime
- When the application instance was created.
$sel:defaultRuntimeContextDevice:ApplicationInstance'
, applicationInstance_defaultRuntimeContextDevice
- The device's ID.
$sel:defaultRuntimeContextDeviceName:ApplicationInstance'
, applicationInstance_defaultRuntimeContextDeviceName
- The device's name.
$sel:name:ApplicationInstance'
, applicationInstance_name
- The application instance's name.
$sel:healthStatus:ApplicationInstance'
, applicationInstance_healthStatus
- The application instance's health status.
$sel:applicationInstanceId:ApplicationInstance'
, applicationInstance_applicationInstanceId
- The application instance's ID.
$sel:description:ApplicationInstance'
, applicationInstance_description
- The application instance's description.
$sel:tags:ApplicationInstance'
, applicationInstance_tags
- The application instance's tags.
Device
A device.
See: newDevice
smart constructor.
Instances
Create a value of Device
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastUpdatedTime:Device'
, device_lastUpdatedTime
- When the device was updated.
$sel:provisioningStatus:Device'
, device_provisioningStatus
- The device's provisioning status.
$sel:createdTime:Device'
, device_createdTime
- When the device was created.
$sel:name:Device'
, device_name
- The device's name.
$sel:deviceId:Device'
, device_deviceId
- The device's ID.
$sel:leaseExpirationTime:Device'
, device_leaseExpirationTime
- The device's lease expiration time.
DeviceJob
A job that runs on a device.
See: newDeviceJob
smart constructor.
Instances
Eq DeviceJob Source # | |
Read DeviceJob Source # | |
Show DeviceJob Source # | |
Generic DeviceJob Source # | |
NFData DeviceJob Source # | |
Defined in Amazonka.Panorama.Types.DeviceJob | |
Hashable DeviceJob Source # | |
Defined in Amazonka.Panorama.Types.DeviceJob | |
FromJSON DeviceJob Source # | |
type Rep DeviceJob Source # | |
Defined in Amazonka.Panorama.Types.DeviceJob type Rep DeviceJob = D1 ('MetaData "DeviceJob" "Amazonka.Panorama.Types.DeviceJob" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "DeviceJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
newDeviceJob :: DeviceJob Source #
Create a value of DeviceJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:DeviceJob'
, deviceJob_jobId
- The job's ID.
$sel:createdTime:DeviceJob'
, deviceJob_createdTime
- When the job was created.
$sel:deviceName:DeviceJob'
, deviceJob_deviceName
- The name of the target device
$sel:deviceId:DeviceJob'
, deviceJob_deviceId
- The ID of the target device.
DeviceJobConfig
data DeviceJobConfig Source #
A job's configuration.
See: newDeviceJobConfig
smart constructor.
Instances
newDeviceJobConfig :: DeviceJobConfig Source #
Create a value of DeviceJobConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:oTAJobConfig:DeviceJobConfig'
, deviceJobConfig_oTAJobConfig
- A configuration for an over-the-air (OTA) upgrade. Required for OTA
jobs.
EthernetPayload
data EthernetPayload Source #
A device's network configuration.
See: newEthernetPayload
smart constructor.
Instances
Create a value of EthernetPayload
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:staticIpConnectionInfo:EthernetPayload'
, ethernetPayload_staticIpConnectionInfo
- Network configuration for a static IP connection.
$sel:connectionType:EthernetPayload'
, ethernetPayload_connectionType
- How the device gets an IP address.
EthernetStatus
data EthernetStatus Source #
A device's Ethernet status.
See: newEthernetStatus
smart constructor.
Instances
newEthernetStatus :: EthernetStatus Source #
Create a value of EthernetStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ipAddress:EthernetStatus'
, ethernetStatus_ipAddress
- The device's IP address.
$sel:connectionStatus:EthernetStatus'
, ethernetStatus_connectionStatus
- The device's connection status.
$sel:hwAddress:EthernetStatus'
, ethernetStatus_hwAddress
- The device's physical address.
Job
A job for a device.
See: newJob
smart constructor.
Instances
Eq Job Source # | |
Read Job Source # | |
Show Job Source # | |
Generic Job Source # | |
NFData Job Source # | |
Defined in Amazonka.Panorama.Types.Job | |
Hashable Job Source # | |
Defined in Amazonka.Panorama.Types.Job | |
FromJSON Job Source # | |
type Rep Job Source # | |
Defined in Amazonka.Panorama.Types.Job type Rep Job = D1 ('MetaData "Job" "Amazonka.Panorama.Types.Job" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "Job'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Job
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:Job'
, job_jobId
- The job's ID.
$sel:deviceId:Job'
, job_deviceId
- The target device's ID.
JobResourceTags
data JobResourceTags Source #
Tags for a job.
See: newJobResourceTags
smart constructor.
Instances
Create a value of JobResourceTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceType:JobResourceTags'
, jobResourceTags_resourceType
- The job's type.
$sel:tags:JobResourceTags'
, jobResourceTags_tags
- The job's tags.
ManifestOverridesPayload
data ManifestOverridesPayload Source #
Parameter overrides for an application instance. This is a JSON document
that has a single key (PayloadData
) where the value is an escaped
string representation of the overrides document.
See: newManifestOverridesPayload
smart constructor.
Instances
newManifestOverridesPayload :: ManifestOverridesPayload Source #
Create a value of ManifestOverridesPayload
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:payloadData:ManifestOverridesPayload'
, manifestOverridesPayload_payloadData
- The overrides document.
ManifestPayload
data ManifestPayload Source #
A application verion's manifest file. This is a JSON document that has
a single key (PayloadData
) where the value is an escaped string
representation of the application manifest (graph.json
). This file is
located in the graphs
folder in your application source.
See: newManifestPayload
smart constructor.
Instances
newManifestPayload :: ManifestPayload Source #
Create a value of ManifestPayload
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:payloadData:ManifestPayload'
, manifestPayload_payloadData
- The application manifest.
NetworkPayload
data NetworkPayload Source #
The network configuration for a device.
See: newNetworkPayload
smart constructor.
Instances
newNetworkPayload :: NetworkPayload Source #
Create a value of NetworkPayload
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ethernet1:NetworkPayload'
, networkPayload_ethernet1
- Settings for Ethernet port 1.
$sel:ethernet0:NetworkPayload'
, networkPayload_ethernet0
- Settings for Ethernet port 0.
NetworkStatus
data NetworkStatus Source #
The network status of a device.
See: newNetworkStatus
smart constructor.
Instances
newNetworkStatus :: NetworkStatus Source #
Create a value of NetworkStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ethernet1Status:NetworkStatus'
, networkStatus_ethernet1Status
- The status of Ethernet port 1.
$sel:ethernet0Status:NetworkStatus'
, networkStatus_ethernet0Status
- The status of Ethernet port 0.
Node
An application node that represents a camera stream, a model, code, or output.
See: newNode
smart constructor.
Instances
Create a value of Node
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageArn:Node'
, node_packageArn
- The node's ARN.
$sel:ownerAccount:Node'
, node_ownerAccount
- The account ID of the node's owner.
$sel:description:Node'
, node_description
- The node's description.
$sel:nodeId:Node'
, node_nodeId
- The node's ID.
$sel:name:Node'
, node_name
- The node's name.
$sel:category:Node'
, node_category
- The node's category.
$sel:packageName:Node'
, node_packageName
- The node's package name.
$sel:packageId:Node'
, node_packageId
- The node's package ID.
$sel:packageVersion:Node'
, node_packageVersion
- The node's package version.
$sel:patchVersion:Node'
, node_patchVersion
- The node's patch version.
$sel:createdTime:Node'
, node_createdTime
- When the node was created.
NodeFromTemplateJob
data NodeFromTemplateJob Source #
A job to create a camera stream node.
See: newNodeFromTemplateJob
smart constructor.
NodeFromTemplateJob' (Maybe NodeFromTemplateJobStatus) (Maybe Text) (Maybe POSIX) (Maybe TemplateType) (Maybe Text) (Maybe Text) |
Instances
newNodeFromTemplateJob :: NodeFromTemplateJob Source #
Create a value of NodeFromTemplateJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:NodeFromTemplateJob'
, nodeFromTemplateJob_status
- The job's status.
$sel:jobId:NodeFromTemplateJob'
, nodeFromTemplateJob_jobId
- The job's ID.
$sel:createdTime:NodeFromTemplateJob'
, nodeFromTemplateJob_createdTime
- When the job was created.
$sel:templateType:NodeFromTemplateJob'
, nodeFromTemplateJob_templateType
- The job's template type.
$sel:nodeName:NodeFromTemplateJob'
, nodeFromTemplateJob_nodeName
- The node's name.
$sel:statusMessage:NodeFromTemplateJob'
, nodeFromTemplateJob_statusMessage
- The job's status message.
NodeInputPort
data NodeInputPort Source #
A node input port.
See: newNodeInputPort
smart constructor.
Instances
newNodeInputPort :: NodeInputPort Source #
Create a value of NodeInputPort
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxConnections:NodeInputPort'
, nodeInputPort_maxConnections
- The input port's max connections.
$sel:name:NodeInputPort'
, nodeInputPort_name
- The input port's name.
$sel:defaultValue:NodeInputPort'
, nodeInputPort_defaultValue
- The input port's default value.
$sel:type':NodeInputPort'
, nodeInputPort_type
- The input port's type.
$sel:description:NodeInputPort'
, nodeInputPort_description
- The input port's description.
NodeInstance
data NodeInstance Source #
A node instance.
See: newNodeInstance
smart constructor.
NodeInstance' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Text NodeInstanceStatus |
Instances
:: Text | |
-> NodeInstanceStatus | |
-> NodeInstance |
Create a value of NodeInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageName:NodeInstance'
, nodeInstance_packageName
- The instance's package name.
$sel:packageVersion:NodeInstance'
, nodeInstance_packageVersion
- The instance's package version.
$sel:packagePatchVersion:NodeInstance'
, nodeInstance_packagePatchVersion
- The instance's package patch version.
$sel:nodeName:NodeInstance'
, nodeInstance_nodeName
- The instance's name.
$sel:nodeId:NodeInstance'
, nodeInstance_nodeId
- The node's ID.
$sel:nodeInstanceId:NodeInstance'
, nodeInstance_nodeInstanceId
- The instance's ID.
$sel:currentStatus:NodeInstance'
, nodeInstance_currentStatus
- The instance's current status.
NodeInterface
data NodeInterface Source #
A node interface.
See: newNodeInterface
smart constructor.
Instances
newNodeInterface :: NodeInterface Source #
Create a value of NodeInterface
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputs:NodeInterface'
, nodeInterface_inputs
- The node interface's inputs.
$sel:outputs:NodeInterface'
, nodeInterface_outputs
- The node interface's outputs.
NodeOutputPort
data NodeOutputPort Source #
A node output port.
See: newNodeOutputPort
smart constructor.
Instances
newNodeOutputPort :: NodeOutputPort Source #
Create a value of NodeOutputPort
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:NodeOutputPort'
, nodeOutputPort_name
- The output port's name.
$sel:type':NodeOutputPort'
, nodeOutputPort_type
- The output port's type.
$sel:description:NodeOutputPort'
, nodeOutputPort_description
- The output port's description.
OTAJobConfig
data OTAJobConfig Source #
An over-the-air update (OTA) job configuration.
See: newOTAJobConfig
smart constructor.
Instances
Create a value of OTAJobConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageVersion:OTAJobConfig'
, oTAJobConfig_imageVersion
- The target version of the device software.
OutPutS3Location
data OutPutS3Location Source #
The location of an output object in Amazon S3.
See: newOutPutS3Location
smart constructor.
Instances
Create a value of OutPutS3Location
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucketName:OutPutS3Location'
, outPutS3Location_bucketName
- The object's bucket.
$sel:objectKey:OutPutS3Location'
, outPutS3Location_objectKey
- The object's key.
PackageImportJob
data PackageImportJob Source #
A job to import a package version.
See: newPackageImportJob
smart constructor.
PackageImportJob' (Maybe PackageImportJobStatus) (Maybe PackageImportJobType) (Maybe POSIX) (Maybe Text) (Maybe POSIX) (Maybe Text) |
Instances
newPackageImportJob :: PackageImportJob Source #
Create a value of PackageImportJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:PackageImportJob'
, packageImportJob_status
- The job's status.
$sel:jobType:PackageImportJob'
, packageImportJob_jobType
- The job's type.
$sel:lastUpdatedTime:PackageImportJob'
, packageImportJob_lastUpdatedTime
- When the job was updated.
$sel:jobId:PackageImportJob'
, packageImportJob_jobId
- The job's ID.
$sel:createdTime:PackageImportJob'
, packageImportJob_createdTime
- When the job was created.
$sel:statusMessage:PackageImportJob'
, packageImportJob_statusMessage
- The job's status message.
PackageImportJobInputConfig
data PackageImportJobInputConfig Source #
A configuration for a package import job.
See: newPackageImportJobInputConfig
smart constructor.
Instances
newPackageImportJobInputConfig :: PackageImportJobInputConfig Source #
Create a value of PackageImportJobInputConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageVersionInputConfig:PackageImportJobInputConfig'
, packageImportJobInputConfig_packageVersionInputConfig
- The package version's input configuration.
PackageImportJobOutput
data PackageImportJobOutput Source #
Results of a package import job.
See: newPackageImportJobOutput
smart constructor.
Instances
newPackageImportJobOutput Source #
:: Text | |
-> Text | |
-> Text | |
-> OutPutS3Location | |
-> PackageImportJobOutput |
Create a value of PackageImportJobOutput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageId:PackageImportJobOutput'
, packageImportJobOutput_packageId
- The package's ID.
$sel:packageVersion:PackageImportJobOutput'
, packageImportJobOutput_packageVersion
- The package's version.
$sel:patchVersion:PackageImportJobOutput'
, packageImportJobOutput_patchVersion
- The package's patch version.
$sel:outputS3Location:PackageImportJobOutput'
, packageImportJobOutput_outputS3Location
- The package's output location.
PackageImportJobOutputConfig
data PackageImportJobOutputConfig Source #
An output configuration for a package import job.
See: newPackageImportJobOutputConfig
smart constructor.
Instances
newPackageImportJobOutputConfig :: PackageImportJobOutputConfig Source #
Create a value of PackageImportJobOutputConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageVersionOutputConfig:PackageImportJobOutputConfig'
, packageImportJobOutputConfig_packageVersionOutputConfig
- The package version's output configuration.
PackageListItem
data PackageListItem Source #
A package summary.
See: newPackageListItem
smart constructor.
Instances
newPackageListItem :: PackageListItem Source #
Create a value of PackageListItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageId:PackageListItem'
, packageListItem_packageId
- The package's ID.
$sel:arn:PackageListItem'
, packageListItem_arn
- The package's ARN.
$sel:createdTime:PackageListItem'
, packageListItem_createdTime
- When the package was created.
$sel:packageName:PackageListItem'
, packageListItem_packageName
- The package's name.
$sel:tags:PackageListItem'
, packageListItem_tags
- The package's tags.
PackageObject
data PackageObject Source #
A package object.
See: newPackageObject
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> PackageObject |
Create a value of PackageObject
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:PackageObject'
, packageObject_name
- The object's name.
$sel:packageVersion:PackageObject'
, packageObject_packageVersion
- The object's package version.
$sel:patchVersion:PackageObject'
, packageObject_patchVersion
- The object's patch version.
PackageVersionInputConfig
data PackageVersionInputConfig Source #
A package version input configuration.
See: newPackageVersionInputConfig
smart constructor.
Instances
newPackageVersionInputConfig Source #
Create a value of PackageVersionInputConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Location:PackageVersionInputConfig'
, packageVersionInputConfig_s3Location
- A location in Amazon S3.
PackageVersionOutputConfig
data PackageVersionOutputConfig Source #
A package version output configuration.
See: newPackageVersionOutputConfig
smart constructor.
Instances
newPackageVersionOutputConfig Source #
:: Text | |
-> Text | |
-> PackageVersionOutputConfig |
Create a value of PackageVersionOutputConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:markLatest:PackageVersionOutputConfig'
, packageVersionOutputConfig_markLatest
- Indicates that the version is recommended for all users.
$sel:packageName:PackageVersionOutputConfig'
, packageVersionOutputConfig_packageName
- The output's package name.
$sel:packageVersion:PackageVersionOutputConfig'
, packageVersionOutputConfig_packageVersion
- The output's package version.
S3Location
data S3Location Source #
A location in Amazon S3.
See: newS3Location
smart constructor.
Instances
Create a value of S3Location
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:region:S3Location'
, s3Location_region
- The bucket's Region.
$sel:bucketName:S3Location'
, s3Location_bucketName
- A bucket name.
$sel:objectKey:S3Location'
, s3Location_objectKey
- An object key.
StaticIpConnectionInfo
data StaticIpConnectionInfo Source #
A static IP configuration.
See: newStaticIpConnectionInfo
smart constructor.
Instances
newStaticIpConnectionInfo Source #
:: Text | |
-> Text | |
-> Text | |
-> StaticIpConnectionInfo |
Create a value of StaticIpConnectionInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ipAddress:StaticIpConnectionInfo'
, staticIpConnectionInfo_ipAddress
- The connection's IP address.
$sel:mask:StaticIpConnectionInfo'
, staticIpConnectionInfo_mask
- The connection's DNS mask.
$sel:dns:StaticIpConnectionInfo'
, staticIpConnectionInfo_dns
- The connection's DNS address.
$sel:defaultGateway:StaticIpConnectionInfo'
, staticIpConnectionInfo_defaultGateway
- The connection's default gateway.
StorageLocation
data StorageLocation Source #
A storage location.
See: newStorageLocation
smart constructor.
Instances
Create a value of StorageLocation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucket:StorageLocation'
, storageLocation_bucket
- The location's bucket.
$sel:repoPrefixLocation:StorageLocation'
, storageLocation_repoPrefixLocation
- The location's repo prefix.
$sel:generatedPrefixLocation:StorageLocation'
, storageLocation_generatedPrefixLocation
- The location's generated prefix.
$sel:binaryPrefixLocation:StorageLocation'
, storageLocation_binaryPrefixLocation
- The location's binary prefix.
$sel:manifestPrefixLocation:StorageLocation'
, storageLocation_manifestPrefixLocation
- The location's manifest prefix.