{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.Synthetics.Lens
(
updateCanary_successRetentionPeriodInDays,
updateCanary_schedule,
updateCanary_artifactS3Location,
updateCanary_runConfig,
updateCanary_executionRoleArn,
updateCanary_runtimeVersion,
updateCanary_failureRetentionPeriodInDays,
updateCanary_artifactConfig,
updateCanary_vpcConfig,
updateCanary_visualReference,
updateCanary_code,
updateCanary_name,
updateCanaryResponse_httpStatus,
deleteCanary_name,
deleteCanaryResponse_httpStatus,
createCanary_successRetentionPeriodInDays,
createCanary_runConfig,
createCanary_failureRetentionPeriodInDays,
createCanary_artifactConfig,
createCanary_vpcConfig,
createCanary_tags,
createCanary_name,
createCanary_code,
createCanary_artifactS3Location,
createCanary_executionRoleArn,
createCanary_schedule,
createCanary_runtimeVersion,
createCanaryResponse_canary,
createCanaryResponse_httpStatus,
listTagsForResource_resourceArn,
listTagsForResourceResponse_tags,
listTagsForResourceResponse_httpStatus,
getCanaryRuns_nextToken,
getCanaryRuns_maxResults,
getCanaryRuns_name,
getCanaryRunsResponse_nextToken,
getCanaryRunsResponse_canaryRuns,
getCanaryRunsResponse_httpStatus,
getCanary_name,
getCanaryResponse_canary,
getCanaryResponse_httpStatus,
describeRuntimeVersions_nextToken,
describeRuntimeVersions_maxResults,
describeRuntimeVersionsResponse_runtimeVersions,
describeRuntimeVersionsResponse_nextToken,
describeRuntimeVersionsResponse_httpStatus,
describeCanariesLastRun_nextToken,
describeCanariesLastRun_maxResults,
describeCanariesLastRunResponse_nextToken,
describeCanariesLastRunResponse_canariesLastRun,
describeCanariesLastRunResponse_httpStatus,
startCanary_name,
startCanaryResponse_httpStatus,
describeCanaries_nextToken,
describeCanaries_maxResults,
describeCanariesResponse_canaries,
describeCanariesResponse_nextToken,
describeCanariesResponse_httpStatus,
tagResource_resourceArn,
tagResource_tags,
tagResourceResponse_httpStatus,
untagResource_resourceArn,
untagResource_tagKeys,
untagResourceResponse_httpStatus,
stopCanary_name,
stopCanaryResponse_httpStatus,
artifactConfigInput_s3Encryption,
artifactConfigOutput_s3Encryption,
baseScreenshot_ignoreCoordinates,
baseScreenshot_screenshotName,
canary_status,
canary_successRetentionPeriodInDays,
canary_schedule,
canary_artifactS3Location,
canary_runConfig,
canary_executionRoleArn,
canary_runtimeVersion,
canary_failureRetentionPeriodInDays,
canary_artifactConfig,
canary_vpcConfig,
canary_visualReference,
canary_name,
canary_id,
canary_code,
canary_timeline,
canary_engineArn,
canary_tags,
canaryCodeInput_s3Key,
canaryCodeInput_s3Version,
canaryCodeInput_zipFile,
canaryCodeInput_s3Bucket,
canaryCodeInput_handler,
canaryCodeOutput_sourceLocationArn,
canaryCodeOutput_handler,
canaryLastRun_canaryName,
canaryLastRun_lastRun,
canaryRun_status,
canaryRun_artifactS3Location,
canaryRun_name,
canaryRun_id,
canaryRun_timeline,
canaryRunConfigInput_timeoutInSeconds,
canaryRunConfigInput_environmentVariables,
canaryRunConfigInput_activeTracing,
canaryRunConfigInput_memoryInMB,
canaryRunConfigOutput_timeoutInSeconds,
canaryRunConfigOutput_activeTracing,
canaryRunConfigOutput_memoryInMB,
canaryRunStatus_state,
canaryRunStatus_stateReason,
canaryRunStatus_stateReasonCode,
canaryRunTimeline_completed,
canaryRunTimeline_started,
canaryScheduleInput_durationInSeconds,
canaryScheduleInput_expression,
canaryScheduleOutput_durationInSeconds,
canaryScheduleOutput_expression,
canaryStatus_state,
canaryStatus_stateReason,
canaryStatus_stateReasonCode,
canaryTimeline_created,
canaryTimeline_lastStarted,
canaryTimeline_lastStopped,
canaryTimeline_lastModified,
runtimeVersion_versionName,
runtimeVersion_deprecationDate,
runtimeVersion_releaseDate,
runtimeVersion_description,
s3EncryptionConfig_kmsKeyArn,
s3EncryptionConfig_encryptionMode,
visualReferenceInput_baseScreenshots,
visualReferenceInput_baseCanaryRunId,
visualReferenceOutput_baseScreenshots,
visualReferenceOutput_baseCanaryRunId,
vpcConfigInput_securityGroupIds,
vpcConfigInput_subnetIds,
vpcConfigOutput_securityGroupIds,
vpcConfigOutput_subnetIds,
vpcConfigOutput_vpcId,
)
where
import Amazonka.Synthetics.CreateCanary
import Amazonka.Synthetics.DeleteCanary
import Amazonka.Synthetics.DescribeCanaries
import Amazonka.Synthetics.DescribeCanariesLastRun
import Amazonka.Synthetics.DescribeRuntimeVersions
import Amazonka.Synthetics.GetCanary
import Amazonka.Synthetics.GetCanaryRuns
import Amazonka.Synthetics.ListTagsForResource
import Amazonka.Synthetics.StartCanary
import Amazonka.Synthetics.StopCanary
import Amazonka.Synthetics.TagResource
import Amazonka.Synthetics.Types.ArtifactConfigInput
import Amazonka.Synthetics.Types.ArtifactConfigOutput
import Amazonka.Synthetics.Types.BaseScreenshot
import Amazonka.Synthetics.Types.Canary
import Amazonka.Synthetics.Types.CanaryCodeInput
import Amazonka.Synthetics.Types.CanaryCodeOutput
import Amazonka.Synthetics.Types.CanaryLastRun
import Amazonka.Synthetics.Types.CanaryRun
import Amazonka.Synthetics.Types.CanaryRunConfigInput
import Amazonka.Synthetics.Types.CanaryRunConfigOutput
import Amazonka.Synthetics.Types.CanaryRunStatus
import Amazonka.Synthetics.Types.CanaryRunTimeline
import Amazonka.Synthetics.Types.CanaryScheduleInput
import Amazonka.Synthetics.Types.CanaryScheduleOutput
import Amazonka.Synthetics.Types.CanaryStatus
import Amazonka.Synthetics.Types.CanaryTimeline
import Amazonka.Synthetics.Types.RuntimeVersion
import Amazonka.Synthetics.Types.S3EncryptionConfig
import Amazonka.Synthetics.Types.VisualReferenceInput
import Amazonka.Synthetics.Types.VisualReferenceOutput
import Amazonka.Synthetics.Types.VpcConfigInput
import Amazonka.Synthetics.Types.VpcConfigOutput
import Amazonka.Synthetics.UntagResource
import Amazonka.Synthetics.UpdateCanary