{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.GreengrassV2.Lens
(
listComponentVersions_nextToken,
listComponentVersions_maxResults,
listComponentVersions_arn,
listComponentVersionsResponse_nextToken,
listComponentVersionsResponse_componentVersions,
listComponentVersionsResponse_httpStatus,
getDeployment_deploymentId,
getDeploymentResponse_targetArn,
getDeploymentResponse_components,
getDeploymentResponse_deploymentId,
getDeploymentResponse_iotJobId,
getDeploymentResponse_iotJobArn,
getDeploymentResponse_deploymentPolicies,
getDeploymentResponse_creationTimestamp,
getDeploymentResponse_iotJobConfiguration,
getDeploymentResponse_deploymentStatus,
getDeploymentResponse_isLatestForTarget,
getDeploymentResponse_revisionId,
getDeploymentResponse_deploymentName,
getDeploymentResponse_tags,
getDeploymentResponse_httpStatus,
describeComponent_arn,
describeComponentResponse_platforms,
describeComponentResponse_status,
describeComponentResponse_arn,
describeComponentResponse_componentVersion,
describeComponentResponse_creationTimestamp,
describeComponentResponse_componentName,
describeComponentResponse_publisher,
describeComponentResponse_description,
describeComponentResponse_tags,
describeComponentResponse_httpStatus,
deleteCoreDevice_coreDeviceThingName,
listTagsForResource_resourceArn,
listTagsForResourceResponse_tags,
listTagsForResourceResponse_httpStatus,
getCoreDevice_coreDeviceThingName,
getCoreDeviceResponse_status,
getCoreDeviceResponse_platform,
getCoreDeviceResponse_architecture,
getCoreDeviceResponse_coreDeviceThingName,
getCoreDeviceResponse_tags,
getCoreDeviceResponse_coreVersion,
getCoreDeviceResponse_lastStatusUpdateTimestamp,
getCoreDeviceResponse_httpStatus,
getComponentVersionArtifact_arn,
getComponentVersionArtifact_artifactName,
getComponentVersionArtifactResponse_httpStatus,
getComponentVersionArtifactResponse_preSignedUrl,
createDeployment_components,
createDeployment_clientToken,
createDeployment_deploymentPolicies,
createDeployment_iotJobConfiguration,
createDeployment_deploymentName,
createDeployment_tags,
createDeployment_targetArn,
createDeploymentResponse_deploymentId,
createDeploymentResponse_iotJobId,
createDeploymentResponse_iotJobArn,
createDeploymentResponse_httpStatus,
batchAssociateClientDeviceWithCoreDevice_entries,
batchAssociateClientDeviceWithCoreDevice_coreDeviceThingName,
batchAssociateClientDeviceWithCoreDeviceResponse_errorEntries,
batchAssociateClientDeviceWithCoreDeviceResponse_httpStatus,
listInstalledComponents_nextToken,
listInstalledComponents_maxResults,
listInstalledComponents_coreDeviceThingName,
listInstalledComponentsResponse_installedComponents,
listInstalledComponentsResponse_nextToken,
listInstalledComponentsResponse_httpStatus,
cancelDeployment_deploymentId,
cancelDeploymentResponse_message,
cancelDeploymentResponse_httpStatus,
batchDisassociateClientDeviceFromCoreDevice_entries,
batchDisassociateClientDeviceFromCoreDevice_coreDeviceThingName,
batchDisassociateClientDeviceFromCoreDeviceResponse_errorEntries,
batchDisassociateClientDeviceFromCoreDeviceResponse_httpStatus,
listCoreDevices_status,
listCoreDevices_thingGroupArn,
listCoreDevices_nextToken,
listCoreDevices_maxResults,
listCoreDevicesResponse_nextToken,
listCoreDevicesResponse_coreDevices,
listCoreDevicesResponse_httpStatus,
resolveComponentCandidates_platform,
resolveComponentCandidates_componentCandidates,
resolveComponentCandidatesResponse_resolvedComponentVersions,
resolveComponentCandidatesResponse_httpStatus,
listEffectiveDeployments_nextToken,
listEffectiveDeployments_maxResults,
listEffectiveDeployments_coreDeviceThingName,
listEffectiveDeploymentsResponse_nextToken,
listEffectiveDeploymentsResponse_effectiveDeployments,
listEffectiveDeploymentsResponse_httpStatus,
listDeployments_targetArn,
listDeployments_nextToken,
listDeployments_historyFilter,
listDeployments_maxResults,
listDeploymentsResponse_nextToken,
listDeploymentsResponse_deployments,
listDeploymentsResponse_httpStatus,
tagResource_resourceArn,
tagResource_tags,
tagResourceResponse_httpStatus,
untagResource_resourceArn,
untagResource_tagKeys,
untagResourceResponse_httpStatus,
listComponents_nextToken,
listComponents_scope,
listComponents_maxResults,
listComponentsResponse_components,
listComponentsResponse_nextToken,
listComponentsResponse_httpStatus,
deleteComponent_arn,
createComponentVersion_clientToken,
createComponentVersion_inlineRecipe,
createComponentVersion_lambdaFunction,
createComponentVersion_tags,
createComponentVersionResponse_arn,
createComponentVersionResponse_httpStatus,
createComponentVersionResponse_componentName,
createComponentVersionResponse_componentVersion,
createComponentVersionResponse_creationTimestamp,
createComponentVersionResponse_status,
getComponent_recipeOutputFormat,
getComponent_arn,
getComponentResponse_tags,
getComponentResponse_httpStatus,
getComponentResponse_recipeOutputFormat,
getComponentResponse_recipe,
listClientDevicesAssociatedWithCoreDevice_nextToken,
listClientDevicesAssociatedWithCoreDevice_maxResults,
listClientDevicesAssociatedWithCoreDevice_coreDeviceThingName,
listClientDevicesAssociatedWithCoreDeviceResponse_associatedClientDevices,
listClientDevicesAssociatedWithCoreDeviceResponse_nextToken,
listClientDevicesAssociatedWithCoreDeviceResponse_httpStatus,
associateClientDeviceWithCoreDeviceEntry_thingName,
associateClientDeviceWithCoreDeviceErrorEntry_code,
associateClientDeviceWithCoreDeviceErrorEntry_message,
associateClientDeviceWithCoreDeviceErrorEntry_thingName,
associatedClientDevice_associationTimestamp,
associatedClientDevice_thingName,
cloudComponentStatus_componentState,
cloudComponentStatus_message,
cloudComponentStatus_errors,
component_arn,
component_componentName,
component_latestVersion,
componentCandidate_componentVersion,
componentCandidate_versionRequirements,
componentCandidate_componentName,
componentConfigurationUpdate_reset,
componentConfigurationUpdate_merge,
componentDependencyRequirement_dependencyType,
componentDependencyRequirement_versionRequirement,
componentDeploymentSpecification_componentVersion,
componentDeploymentSpecification_runWith,
componentDeploymentSpecification_configurationUpdate,
componentLatestVersion_platforms,
componentLatestVersion_arn,
componentLatestVersion_componentVersion,
componentLatestVersion_creationTimestamp,
componentLatestVersion_publisher,
componentLatestVersion_description,
componentPlatform_name,
componentPlatform_attributes,
componentRunWith_posixUser,
componentRunWith_systemResourceLimits,
componentVersionListItem_arn,
componentVersionListItem_componentVersion,
componentVersionListItem_componentName,
coreDevice_status,
coreDevice_coreDeviceThingName,
coreDevice_lastStatusUpdateTimestamp,
deployment_targetArn,
deployment_deploymentId,
deployment_creationTimestamp,
deployment_deploymentStatus,
deployment_isLatestForTarget,
deployment_revisionId,
deployment_deploymentName,
deploymentComponentUpdatePolicy_action,
deploymentComponentUpdatePolicy_timeoutInSeconds,
deploymentConfigurationValidationPolicy_timeoutInSeconds,
deploymentIoTJobConfiguration_jobExecutionsRolloutConfig,
deploymentIoTJobConfiguration_abortConfig,
deploymentIoTJobConfiguration_timeoutConfig,
deploymentPolicies_failureHandlingPolicy,
deploymentPolicies_configurationValidationPolicy,
deploymentPolicies_componentUpdatePolicy,
disassociateClientDeviceFromCoreDeviceEntry_thingName,
disassociateClientDeviceFromCoreDeviceErrorEntry_code,
disassociateClientDeviceFromCoreDeviceErrorEntry_message,
disassociateClientDeviceFromCoreDeviceErrorEntry_thingName,
effectiveDeployment_iotJobId,
effectiveDeployment_iotJobArn,
effectiveDeployment_reason,
effectiveDeployment_description,
effectiveDeployment_deploymentId,
effectiveDeployment_deploymentName,
effectiveDeployment_targetArn,
effectiveDeployment_coreDeviceExecutionStatus,
effectiveDeployment_creationTimestamp,
effectiveDeployment_modifiedTimestamp,
installedComponent_isRoot,
installedComponent_componentVersion,
installedComponent_componentName,
installedComponent_lifecycleStateDetails,
installedComponent_lifecycleState,
ioTJobAbortConfig_criteriaList,
ioTJobAbortCriteria_failureType,
ioTJobAbortCriteria_action,
ioTJobAbortCriteria_thresholdPercentage,
ioTJobAbortCriteria_minNumberOfExecutedThings,
ioTJobExecutionsRolloutConfig_exponentialRate,
ioTJobExecutionsRolloutConfig_maximumPerMinute,
ioTJobExponentialRolloutRate_baseRatePerMinute,
ioTJobExponentialRolloutRate_incrementFactor,
ioTJobExponentialRolloutRate_rateIncreaseCriteria,
ioTJobRateIncreaseCriteria_numberOfNotifiedThings,
ioTJobRateIncreaseCriteria_numberOfSucceededThings,
ioTJobTimeoutConfig_inProgressTimeoutInMinutes,
lambdaContainerParams_mountROSysfs,
lambdaContainerParams_memorySizeInKB,
lambdaContainerParams_devices,
lambdaContainerParams_volumes,
lambdaDeviceMount_addGroupOwner,
lambdaDeviceMount_permission,
lambdaDeviceMount_path,
lambdaEventSource_topic,
lambdaEventSource_type,
lambdaExecutionParameters_execArgs,
lambdaExecutionParameters_maxQueueSize,
lambdaExecutionParameters_pinned,
lambdaExecutionParameters_inputPayloadEncodingType,
lambdaExecutionParameters_maxIdleTimeInSeconds,
lambdaExecutionParameters_timeoutInSeconds,
lambdaExecutionParameters_eventSources,
lambdaExecutionParameters_maxInstancesCount,
lambdaExecutionParameters_environmentVariables,
lambdaExecutionParameters_statusTimeoutInSeconds,
lambdaExecutionParameters_linuxProcessParams,
lambdaFunctionRecipeSource_componentLambdaParameters,
lambdaFunctionRecipeSource_componentVersion,
lambdaFunctionRecipeSource_componentName,
lambdaFunctionRecipeSource_componentPlatforms,
lambdaFunctionRecipeSource_componentDependencies,
lambdaFunctionRecipeSource_lambdaArn,
lambdaLinuxProcessParams_containerParams,
lambdaLinuxProcessParams_isolationMode,
lambdaVolumeMount_addGroupOwner,
lambdaVolumeMount_permission,
lambdaVolumeMount_sourcePath,
lambdaVolumeMount_destinationPath,
resolvedComponentVersion_arn,
resolvedComponentVersion_componentVersion,
resolvedComponentVersion_recipe,
resolvedComponentVersion_componentName,
systemResourceLimits_memory,
systemResourceLimits_cpus,
)
where
import Amazonka.GreengrassV2.BatchAssociateClientDeviceWithCoreDevice
import Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice
import Amazonka.GreengrassV2.CancelDeployment
import Amazonka.GreengrassV2.CreateComponentVersion
import Amazonka.GreengrassV2.CreateDeployment
import Amazonka.GreengrassV2.DeleteComponent
import Amazonka.GreengrassV2.DeleteCoreDevice
import Amazonka.GreengrassV2.DescribeComponent
import Amazonka.GreengrassV2.GetComponent
import Amazonka.GreengrassV2.GetComponentVersionArtifact
import Amazonka.GreengrassV2.GetCoreDevice
import Amazonka.GreengrassV2.GetDeployment
import Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice
import Amazonka.GreengrassV2.ListComponentVersions
import Amazonka.GreengrassV2.ListComponents
import Amazonka.GreengrassV2.ListCoreDevices
import Amazonka.GreengrassV2.ListDeployments
import Amazonka.GreengrassV2.ListEffectiveDeployments
import Amazonka.GreengrassV2.ListInstalledComponents
import Amazonka.GreengrassV2.ListTagsForResource
import Amazonka.GreengrassV2.ResolveComponentCandidates
import Amazonka.GreengrassV2.TagResource
import Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry
import Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry
import Amazonka.GreengrassV2.Types.AssociatedClientDevice
import Amazonka.GreengrassV2.Types.CloudComponentStatus
import Amazonka.GreengrassV2.Types.Component
import Amazonka.GreengrassV2.Types.ComponentCandidate
import Amazonka.GreengrassV2.Types.ComponentConfigurationUpdate
import Amazonka.GreengrassV2.Types.ComponentDependencyRequirement
import Amazonka.GreengrassV2.Types.ComponentDeploymentSpecification
import Amazonka.GreengrassV2.Types.ComponentLatestVersion
import Amazonka.GreengrassV2.Types.ComponentPlatform
import Amazonka.GreengrassV2.Types.ComponentRunWith
import Amazonka.GreengrassV2.Types.ComponentVersionListItem
import Amazonka.GreengrassV2.Types.CoreDevice
import Amazonka.GreengrassV2.Types.Deployment
import Amazonka.GreengrassV2.Types.DeploymentComponentUpdatePolicy
import Amazonka.GreengrassV2.Types.DeploymentConfigurationValidationPolicy
import Amazonka.GreengrassV2.Types.DeploymentIoTJobConfiguration
import Amazonka.GreengrassV2.Types.DeploymentPolicies
import Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceEntry
import Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry
import Amazonka.GreengrassV2.Types.EffectiveDeployment
import Amazonka.GreengrassV2.Types.InstalledComponent
import Amazonka.GreengrassV2.Types.IoTJobAbortConfig
import Amazonka.GreengrassV2.Types.IoTJobAbortCriteria
import Amazonka.GreengrassV2.Types.IoTJobExecutionsRolloutConfig
import Amazonka.GreengrassV2.Types.IoTJobExponentialRolloutRate
import Amazonka.GreengrassV2.Types.IoTJobRateIncreaseCriteria
import Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig
import Amazonka.GreengrassV2.Types.LambdaContainerParams
import Amazonka.GreengrassV2.Types.LambdaDeviceMount
import Amazonka.GreengrassV2.Types.LambdaEventSource
import Amazonka.GreengrassV2.Types.LambdaExecutionParameters
import Amazonka.GreengrassV2.Types.LambdaFunctionRecipeSource
import Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams
import Amazonka.GreengrassV2.Types.LambdaVolumeMount
import Amazonka.GreengrassV2.Types.ResolvedComponentVersion
import Amazonka.GreengrassV2.Types.SystemResourceLimits
import Amazonka.GreengrassV2.UntagResource